/*
Theme Name: Voxeus
Theme URI: https://nicolaslebret.fr/
Description: Voxeus Child Theme
Author: Nicolas Lebret
Author URL: https://nicolaslebret.fr/
Template: hello-elementor
Version: 1.0.16
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: voxeus-child
*/

/* General */
html,
body {
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
}

html body.e--ua-isTouchDevice * {
    background-attachment: scroll !important;
}

body {
    background-color: #fff;
    color: #000;
    /* font-family: 'Inter', 'Arial', sans-serif; */
    font-family: 'Inter', sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
}

/* main#content, */
footer {
    overflow: hidden;
}

.elementor-widget-heading h1.elementor-heading-title {
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6rem;
    font-weight: 500;
    line-height: .8;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    opacity: 1;
    transform-style: preserve-3d;
}

.elementor-widget-heading h2.elementor-heading-title b,
.elementor-widget-heading p.elementor-heading-title strong {
    background: linear-gradient(45deg, #FF4867 0%, #FF961D 50%, #FFF01F 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 500;
}

h1 span {
    color: #fff;
}

h2,
h2.elementor-heading-title {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: .9;
}

h3,
h3.elementor-heading-title {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

b, strong {
    font-weight: 500;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.w-nav-link a.elementor-button {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.nav_link a.elementor-button {
    border-radius: 2rem;
    padding: .5rem 1rem;
    font-family: 'Inter', 'Arial', sans-serif;
    font-weight: 400;
    transition: opacity .2s;
}

.button a.elementor-button {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 2rem;
    padding: 1rem 2rem;
    font-family: 'Inter', 'Arial', sans-serif;
    font-weight: 500;
}

.w-button a.elementor-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

.button.is-nav a.elementor-button {
    color: #000;
    text-transform: none;
    background-color: #0000000d;
    padding: .5rem 1rem;
    font-weight: 400;
    transition: background-color .2s;
}

.text-size-large {
    font-size: 1.5rem;
    line-height: 1.3;
}

.text-weight-light {
    font-weight: 300;
}

.padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.container-large {
    width: 100%;
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
}

.card-content_list .elementor-icon-list-item {
    position: relative;
    gap: .5rem;
    align-items: start;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    position: relative;
    top: 4px;
    margin-right: 0;
}

.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
    padding-inline-start: 0;
}

.card-content_list .elementor-icon-list-item a {
    display: inline-block;
    width: auto;
    color: #000;
    text-decoration: underline;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.wp-features_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
}

.btn-default .elementor-button-icon {
    position: relative;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    overflow: hidden;
}

.btn-default .elementor-button-icon::before{
    content: "";
    background-image: url('./assets/img/arrow-line-white.svg');
    position: absolute;
    width: 0;
    height: 2px;
    left: 2px;
    top: calc(50% - 1px);
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
    transition: width 150ms ease-in-out;
}

.btn-default.btn-white .elementor-button-icon::before{
    background-image: url('./assets/img/arrow-line-black.svg');
}

.btn-default svg {
    transform: translate3d(-4px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
    transition: transform 150ms ease-in-out;
}

.btn-default:hover svg {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
}

.btn-default:hover .elementor-button-icon::before{
    width: 12px;
}

.btn-small .elementor-button-icon {
    position: relative;
}

.btn-small .elementor-button-icon::before{
    content: "";
    background-image: url('./assets/img/icone-cmp-hover.svg');
    position: absolute;
    width: 0;
    height: .75rem;
    left: -1px;
    top: 7px;
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
    transition: width 350ms ease-in-out;
}

.btn-small:hover .elementor-button-icon::before{
    width: .75rem;
}

.fade-zoom-in {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 1);
    will-change: opacity, transform;
}

.fade-zoom-in.is-visible {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: opacity 1000ms ease-out 1000ms, transform 1000ms ease-out 900ms;
}

@media (prefers-reduced-motion: reduce) {

    .fade-zoom-in,
    .fade-zoom-in.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
/* END General */

/* Header */
header {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    color: #000;
    background-color: #fafafacc;
    border-bottom: 1px solid #0000000d;
    /* border-color: rgba(0, 0, 0, 0); */
    padding-top: 1rem;
    padding-bottom: 1rem;
    inset: 0% 0% auto;
    z-index: 10;
    transition: transform .25s ease; will-change: transform;
}

body.page-id-1239 header {
    border-color: rgba(0, 0, 0, 0);
}

body.page-id-1239 header.is-scrolled {
    border-color: rgba(0, 0, 0, 0.05);
}

header .navbar.e-flex > .e-con-inner {
    justify-content: space-between;
    align-items: center;
}

header .left-column,
header .right-column {
    width: auto;
}

header .elementor-widget-n-menu .e-n-menu-title.e-current,
header .elementor-widget-n-menu .e-n-menu-title.e-current a {
    color: inherit;
}

header .nav-separator {
    background-color: #00000026;
    width: 1px;
    height: 2.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

header .nav-wp-button {
    color: #fff;
    transition: opacity .2s;
}

header .nav-wp-button svg {
    width: 1.25rem;
    height: 1.25rem;
}

header .elementor-widget-n-menu .e-n-menu-title-container {
    padding: .5rem 1rem;
    border-radius: 2rem;
    transition: opacity .2s;
}

header .elementor-widget-n-menu .e-n-menu-title-container:hover {
    opacity: .5;
}

header .elementor-widget-n-menu #nav_contact .e-n-menu-title-container {
    color: #000;
    text-transform: none;
    background-color: #0000000d;
    padding: .5rem 1rem;
    font-weight: 400;
    transition: background-color .2s;
}

header .elementor-widget-n-menu #nav_contact .e-n-menu-title-container:hover {
    color: #fff;
    background-color: #000;
}

header .elementor-widget-n-menu #nav_wordpress .e-n-menu-title-container {
    color: #fff;
    background-color: #0073aa;
    border-radius: 2rem;
    align-items: center;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: opacity .2s;
    display: flex;
}

header .elementor-widget-n-menu #nav_wordpress .e-n-menu-title-container:hover {
    opacity: .7;
}

header .elementor-widget-n-menu #nav_wordpress.e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text {
    color: #fff;
}
/* END Header */

/* Header mobile */
.menuIcon__line{
  fill: currentColor;
  transform-box: fill-box;
  transform-origin: center;
  transition:
    transform 420ms cubic-bezier(0.77, 0, 0.175, 1),
    opacity   200ms ease;
}

button[aria-expanded="true"] .menuIcon__line--top{
  transform: translateY(8px) rotate(45deg);
}

button[aria-expanded="true"] .menuIcon__line--mid{
  opacity: 0;
  transform: scaleX(0);
}

button[aria-expanded="true"] .menuIcon__line--bot{
  transform: translateY(-8px) rotate(-45deg);
}

header .elementor-widget-n-menu .e-n-menu-toggle[aria-expanded="true"] .e-open {
    opacity: 1;
}

header .elementor-widget-n-menu .e-n-menu-toggle span.e-close {
    display: none;
}
/* Header mobile */

/* Home */
.section_home-header {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #fafafa;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 16rem;
    padding-bottom: 16rem;
    display: flex;
}

.header_content.e-con {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.section_wordpress-header .header_content.e-con {
    margin-top: 0;
}

.header-bg {
    z-index: -2;
    position: absolute;
    inset: 0%;
}

.header-bg img {
    opacity: .9;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header-lottie {
    max-width: max-content !important;
    z-index: -1;
    mix-blend-mode: multiply;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    position: absolute;
    inset: 0%;
}

.header-lottie > .e-lottie__container,
.header-lottie > .e-lottie__container > .e-lottie__animation {
    height: 100%;
}

.section_home-device {
    display: block;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #fafafa;
    height: 140vh;
    padding-bottom: 0;
    position: relative;
}

.device_component {
    perspective: 2000px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0%;
}

.device_frame {
    color: var(--light-grey);
    background-image: url('./assets/img/home/device-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border: .75rem solid #fff;
    border-radius: 4rem;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 58.5rem;
    margin-left: auto;
    margin-right: auto;
    font-family: Inter, sans-serif;
    position: relative;
    overflow: hidden;
    transform: perspective(2000px)perspective(2000px);
    box-shadow: 0 0 120px -48px #ff7947, 0 16px 32px #0000001a;
    aspect-ratio: 3/2;
}

.device_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
}

.device_top {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    position: absolute;
    inset: 0% 0% auto;
}

.device_icon img {
    box-shadow: 0 8px 16px #eb5454;
}

.device_text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
}

.device_text {
    flex-direction: column;
    align-items: center;
    max-width: 58.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    /* display: flex; */
}

.device_text-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    mix-blend-mode: color-dodge;
    opacity: 1;
    filter: blur(0px);
    will-change: filter, opacity;
}

#intro .device_text-item.is-intro-js-controlled {
    opacity: var(--intro-opacity, 1) !important;
    filter: blur(var(--intro-blur, 0px)) !important;
    will-change: opacity, filter;
}

.device_text-item.-item-3-scroll-1 {
    opacity: 0.905565 !important;
    filter: blur(0.8888px) !important;
}

.device_text-item.-item-3-scroll-2 {
    opacity: 0.15 !important;
    filter: blur(8px) !important;
}

.device_text-icon {
    width: 4.75rem;
    height: 4.75rem;
    color: #ffffff;
}

.device_heading.elementor-widget-heading .elementor-heading-title {
    margin: 0;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
}

.section_home-features {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #fafafa;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.voxeus-pyramid {
    will-change: transform;
    transform-style: preserve-3d;
    transition: transform 0.1s ease-out; 
}

.features_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.features_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.features_item {
    background-color: #fff;
    border-radius: 1.5rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 24px #7930000d
}

.features_item.is-gradient-purple {
    color: #fff;
    background-image: linear-gradient(35deg, #3510af, #8c1bf6 50%, #d445ff);
}

.features_item.is-gradient-blue-green {
    color: #fff;
    background-image: linear-gradient(35deg,#06e5bd,#2989ff 50%,#6835ff);
}

.features_item.is-gradient-orange {
    color: #fff;
    background-image: linear-gradient(35deg, #ff585c, #ffa71f 50%, #ffdf21);
}

.features_item.is-black-with-glow {
    color: #fff;
    background-color: #000;
    background-image: radial-gradient(circle at 0 100%,#107299,#141c46 51%,#000);
}

.features_item.is-black {
    color: #fff;
    background-color: #000
}

.features_item.is-gradient-blue {
    color: #fff;
    background-image: linear-gradient(35deg, #0f1db8, #337dd6 50%, #21e5ff);
}

.features_item.is-data {
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    color: #fff;
    background-color: #28282880;
    border: 1px solid #ffffff1a;
}

.features_item-top {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 2rem;
    display: flex
}

.features_item-description {
    opacity: .4
}

.features_item-description.is-white {
    opacity: .75
}

.boost-conversion_wrapper {
    width: 100%;
    padding: 0 2rem 2rem;
}

.boost-conversion {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffff0d;
    border-radius: 1rem;
    justify-content: space-between;
    min-height: 10.6rem;
    padding: 1.5rem;
    display: flex;
    position: relative;
    box-shadow: 0 8px 48px #00000040;
}

.boost-conversion_column {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    display: flex;
}

.boost-conversion_column-top {
    background-color: #fff;
    width: 100%;
    height: 2px;
}

.boost-conversion_column-grow {
    background-color: #fff3;
    width: 100% !important;
    transition: height 1200ms ease-in-out;
}

.boost-conversion_column-grow.is-2 {
    height: 1rem;
}

.boost-conversion_column-grow.is-3 {
    height: 2.5rem;
}

.boost-conversion_column-grow.is-4 {
    height: 4rem;
}

.boost-conversion_column-grow.is-5 {
    height: 5.5rem;
}

.boost-conversion_column-grow.is-6 {
    height: 7.5rem;
}

.boost-conversion-tag {
    color: #ff8e4a;
    background-color: #fff;
    border-radius: 2rem;
    padding: .25rem .5rem;
    font-size: .875rem;
    font-weight: 500;
    position: absolute;
    inset: 1.5rem auto auto 1.5rem;
}

.external-arrow {
    --arrow-color: #ff8e4a;
    display: inline-flex;
    width: 11px;
    height: 10px;
    color: var(--arrow-color);
    position: relative;
    top: 2px;
    left: -1px;
}

.external-arrow svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.external-arrow path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: butt;
    stroke-linejoin: miter;
}

body:not(.boost-conversion-visible) .boost-conversion_column-grow {
    height: 0 !important;
}

.real-time {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    display: flex
}

.realt-time_head {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.4;
    display: grid
}

.realt-time_head > .elementor-element {
    grid-area: span 1/span 1/span 1/span 1;
}

.realt-time_head > .elementor-element:nth-child(2) {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start;
}

.realt-time_head > .elementor-element:last-child {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end;
}

.realt-time_row {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    background-image: linear-gradient(135deg, #fff3, #fff0);
    border-radius: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 1rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4;
    display: grid;
    box-shadow: 0 0 0 1px #fff3
}

.real-time_cell {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    display: flex
}

.section_advertisers-clients {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    background-image: url('./assets/img/advertisers/bg-glow.jpg');
    background-position: 50% -20%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex-direction: column;
    display: flex;
}

.logo-tag p {
    text-transform: uppercase;
    background-color: #ffffff1a;
    border-radius: 2rem;
    padding: 1rem 1.5rem;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
}

.clients-logos_list {
    grid-column-gap: 6rem;
    grid-row-gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.clients-logos_list img {
    width: auto;
    max-width: 12rem;
    max-height: 2.25rem;
}

.section_home-products {
    background-color: #fafafa;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.section_home-products:has(#active-effect[aria-selected="true"]) {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.products-tabs_content .e-n-tabs-content {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
    transition: opacity 200ms ease-out, transform 200ms ease-out;
    will-change: opacity, transform;
}

.products-tabs_content .e-n-tabs-content.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.products-tabs_content.elementor-widget-n-tabs .e-n-tabs-content > .e-con.e-active {
    animation: tabFade 800ms ease-out both;
}

@keyframes tabFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.products-tabs_content .e-n-tabs-heading {
    background-color: #0000000a;
    border-radius: 2rem;
    justify-content: space-between;
    width: 100%;
    /* max-width: 56rem; */
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
}

.section_home-products:has(#active-effect[aria-selected="true"]) .products-tabs_content .e-n-tabs-heading {
    background-color: rgba(255, 255, 255, 0.1);
}

.products-tabs_content .e-n-tabs-heading .e-n-tab-title {
    flex: 1;
    background-color: initial;
}

.section_home-products:has(#active-effect[aria-selected="true"]) .elementor-widget-n-tabs .e-n-tab-title[aria-selected="false"] {
    color: #fff;
}

.products-tabs_content.elementor-widget-n-tabs [data-touch-mode="false"] .e-n-tab-title[aria-selected="false"]:hover {
    color: initial;
}

.products-tabs_content.elementor-widget-n-tabs .e-n-tab-title:hover,
.products-tabs_content.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] {
    background-color: transparent !important;
}

.products-tabs_content.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"]::before {
    content: '';
    background-image: linear-gradient(35deg, #ff4867, #ff961d 50%, #ffec1f);
    border-radius: 2rem;
    position: absolute;
    inset: 0%;
}

.products-tabs_content.elementor-widget-n-tabs .e-n-tab-title-text {
    z-index: 1;
}

.products-tabs_content .e-n-tabs-content {
    padding: 0;
    border-radius: 1.5rem;
    box-shadow: 0 12px 24px #7930001a;
}

.w-tab-content .e-n-tabs-content {
    display: block;
    position: relative;
    overflow: hidden;
}

.audio-hub_img img {
    border-radius: .75rem;
    box-shadow: 0 12px 24px #00000026;
}

.discovery_img img {
    margin-left: -2rem;
    margin-right: -2rem;
}

.product-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    background-color: #fff;
    grid-template-rows: auto;
    padding: 5rem;
    position: relative;
    box-shadow: 0 12px 24px #7930000d;
}

.product-grid.is-advertisers {
    grid-column-gap: 2.5rem;
    grid-row-gap: 5rem;
    padding: 5rem 5rem 0;
}

.product-grid.is-advertisers.is-last {
    padding: 0;
}

.section_home-products:has(#active-effect[aria-selected="true"]) .product-grid {
    background-color: rgba(255, 255, 255, 0.098);
}

.product-grid_left, .product-grid_right {
    z-index: 1;
    flex-direction: column;
    display: flex;
    position: relative;
}

.feature_frame {
    -webkit-backdrop-filter:blur(32px);
    backdrop-filter:blur(32px);
    background-color:#0000000d;
    border:1px solid #0000000d;
    border-radius:1.5rem;
    padding:.5rem;
    box-shadow:0 32px 64px #0000000d,0 16px 32px #0000000d,0 8px 16px #0000000d
}

.feature_frame.is-dark-bg {
    background-color:#ffffff26;
    border-color:#ffffff0d
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.w-background-video video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
}

.feature_video video {
    border-radius: 1rem;
}

.fix-corners {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.section_home-cards {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    background-image: url('./assets/img/home/bg-glow.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.podcats-logos_img img {
    max-width: 12rem;
    max-height: 2.25rem;
}

.iso-card img {
    border-radius: 15%;
    position: relative;
    box-shadow: 0 12px 24px #0003;
}

.section_home-clients {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    background-image: url('./assets/img/home/background-glow-dark.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    flex-direction: column;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    display: flex;
}

.clients_top-component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
    display: flex;
}

.trustes-by-img {
    mix-blend-mode: color-dodge;
    position: absolute;
}

.logos-marquee_wrapper {
    overflow: hidden;
}

.logos-marquee_wrapper img {
    width: auto;
    max-width: 8rem;
    max-height: 2.5rem;
}

.logos-marquee_list {
}

.section_contact-us {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    background-color: #fafafa;
    flex-direction: column;
    display: flex;
}

.big-line_icon {
    opacity: .5;
    mix-blend-mode: color-dodge;
    height: 100%;
    position: absolute;
    inset: 0% auto 0% 0%
}

.big-line_icon.is-left {
    z-index: 0;
    transform: translate(-50%)
}

.big-line_icon.is-right {
    z-index: 0;
    inset: 0% 0% 0% auto;
    transform: translate(50%)
}

.big-line_icon img {
    width: 100%;
    height: 100%;
}
/* END Home */

/* Page - Advertisers */
.elementor-button .elementor-button-icon svg {
    width: auto;
}

.elementor-button:hover {
    opacity: .8;
}

.viously-font-gradient span,
.voxeus-font-gradient p {
    background: linear-gradient(45deg, #FF4867 0%, #FF961D 50%, #FFF01F 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.section_wordpress-header {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    color: #000;
    background-color: #fafafa;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 16rem;
    padding-bottom: 16rem;
    display: flex;
}

.hero-icon {
    position: absolute;
    width: max-content;
    z-index: -1;
}

.section_wordpress-features {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #fafafa;
}

.feature_frame_no-ratio {
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    background-color: #0000000d;
    border: 1px solid #0000000d;
    border-radius: 1.5rem;
    padding: .5rem;
    box-shadow: 0 32px 64px #0000000d,0 16px 32px #0000000d,0 8px 16px #0000000d;
}

.feature_frame_no-ratio.is-dark-bg {
    background-color: #ffffff26;
    border-color: #ffffff0d;
}

.section_advertisers-data {
    color: #fff;
    text-align: center;
    background-color: #000;
    background-image: url('./assets/img/advertisers/bg-glow.jpg');
    background-position: 50% -20%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex-direction: column;
    display: flex;
}
/* END Page - Wordpress */

/* Blog */
.post-2059 {
    padding: 0 2.5rem;
}

body.single-post .elementor-location-single {
    padding: 0 2.5rem;
    background-color: #fafafa;
}

.elementor-widget-taxonomy-filter .e-filter {
    position: sticky;
    top: 7rem;
}

.elementor-widget-taxonomy-filter button.e-filter-item {
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    white-space: nowrap;
}

.elementor-widget-taxonomy-filter button.e-filter-item:not([data-filter="__all"]) {
    padding: .5rem 1rem;
    border-left: 1px solid #e0e0e0;
}

button.e-filter-item[data-filter="__all"] {
    color: #000;
    letter-spacing: -.5px;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
}

.single-post-back {
    display: flex;
    height: 40px;
}

.single-post-back.elementor-view-stacked .elementor-icon {
    color: #000;
}

.single-post-back.elementor-view-stacked .elementor-icon:hover {
    color: #fff;
}

body.single-post .elementor-location-single .content h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
}

body.single-post .elementor-location-single .content p {
    color: #000000b3;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4;
}

body.single-post .elementor-location-single .content a {
    color: #000;
    font-weight: 400;
}
/* END Blog */

/* Footer */
footer {
    width: 100%;
    max-width: 93rem;
    margin-right: auto;
    margin-left: auto;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #fff;
    padding-top: 6rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-bottom: 0;
}

.footer_component {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-bottom: 6rem;
    padding: 0;
    display: grid;
    position: relative;
}

.footer_badge--grid > .e-con-inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
}

.footer_badge--row {
    justify-content: flex-start;
    align-items: center;
    width: 17rem;
    display: flex;
}

.footer_badge--logo {
    filter: grayscale();
    width: auto;
    height: 3.5rem;
}

.footer_bottom {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 2rem 0;
    display: flex;
    position: relative;
}

.footer_bottom p {
    margin-bottom: 0;
}

.footer_gradient-line {
    position: absolute;
    height: 2px;
    inset: 0% 0% auto;
    background: linear-gradient(270deg, rgba(255, 220, 31, 0) 0.09%, #FFA41E 15.73%, #FF5859 49.62%, #FF9F1E 84.54%, rgba(255, 220, 31, 0) 100.18%);
}
/* END Footer */

/* Responsive */
@media screen and (min-width: 992px) {
    header #nav_wordpress::before {
        content: '';
        background-color: #00000026;
        width: 1px;
        height: 2.5rem;
        margin-left: 1rem;
        margin-right: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    .elementor-widget-heading h1.elementor-heading-title {
        font-size: 5.5rem;
    }

    h2, h2.elementor-heading-title {
        font-size: 3.5rem;
    }

    header .elementor-widget-n-menu .e-n-menu-wrapper {
        top: calc(100% + 20px) !important;
        display: grid;
        grid-template-rows: 0fr;
        max-height: none !important;
        background-color: #fff !important;
        opacity: 0;
        transition: grid-template-rows .3s ease !important;
    }

    header .elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-toggle[aria-expanded="true"] + .e-n-menu-wrapper {
        opacity: 1;
        grid-template-rows: 1fr;
        transition: grid-template-rows .3s ease !important;
    }

    header .elementor-widget-n-menu .e-n-menu-wrapper > .e-n-menu-heading {
        margin-bottom: 2.5rem;
        overflow: hidden;
    }

    header .elementor-widget-n-menu .e-n-menu-title-container {
        width: 100%;
        padding: 1rem 2.5rem;
    }

    header .elementor-widget-n-menu #nav_contact .e-n-menu-title-container,
    header .elementor-widget-n-menu #nav_wordpress .e-n-menu-title-container {
        justify-content: center;
        width: 100%;
        margin-top: 1rem;
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    header .right-column {
        width: 32px;
        height: 48px;
        align-items: center;
    }

    .section_home-header {
        height: auto;
        padding-top: 12rem;
        padding-bottom: 7.5rem;
    }

    .header-bg {
        max-width: 100%;
        top: 10%;
        height: inherit;
    }

    .section_home-features {
        padding-top: 6rem;
    }

    .features_row {
        grid-template-columns: 1fr 1fr;
    }

    .section_home-products {
        padding-top: 6rem;
    }

    .product-grid {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        grid-template-columns: 1fr;
    }

    .product-grid.is-advertisers {
        grid-row-gap: 4rem;
        grid-template-columns: 1fr;
    }

    .section_home-clients {
        padding-top: 6rem;
        padding-bottom: 6rem;
        background-position: 50% 0;
        background-size: 800px;
        background-attachment: scroll;
    }

    /* .feature_bg, */
    .big-line_icon {
        display: none;
    }

    .footer_component {
        background-image: none;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .section_wordpress-header {
        height: auto;
        padding-top: 12rem;
        padding-bottom: 7.5rem;
    }

    .device_component {
        padding-left: 0;
        padding-right: 0;
    }

    .device_text {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .elementor-widget-heading h1.elementor-heading-title {
        letter-spacing: -2px;
        font-size: 4.5rem;
    }

    h2, h2.elementor-heading-title {
        font-size: 3rem;
        line-height: 1;
    }

    .padding-global {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .text-size-large {
        font-size: 1.25rem;
    }

    header .elementor-widget-n-menu .e-n-menu-title-container {
        padding: 1rem 1.25rem;
    }

    header .elementor-widget-n-menu #nav_contact .e-n-menu-title-container,
    header .elementor-widget-n-menu #nav_wordpress .e-n-menu-title-container {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected="true"] {
        margin-block-end: 0;
    }

    .product-grid {
        padding: 2.5rem;
    }

    .product-grid.is-advertisers {
        padding: 2.5rem 2.5rem 0;
    }

    .pre-footer_component {
        grid-template-columns: 1fr;
    }

    .wp-features_grid {
        grid-template-columns: 1fr;
    }

    .section_home-clients {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-size: 560px;
    }

    .clients-logos_list img {
        object-fit: contain;
        max-height: 1.5rem;
    }

    footer {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .footer_component {
        display: flex;
    }

    .footer_badge--logo {
        height: 3rem;
    }

    .post-2059 {
        padding: 0 1.25rem;
    }

    body.single-post .elementor-location-single {
        padding: 0 1.25rem;
    }

    .device_frame {
        border-radius: 3rem;
    }

    .clients-logos_list {
        margin-top: 1.5rem;
    }

    .podcats-logos_img img {
        max-height: 1.5rem;
        object-fit: contain;
    }
}

@media screen and (max-width: 479px) {
    header {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .elementor-widget-heading h1.elementor-heading-title {
        letter-spacing: -2px;
        font-size: 3rem;
        line-height: .9;
    }

    h2, h2.elementor-heading-title {
        font-size: 2.5rem;
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
        gap: 2.5rem;
    }

    .section_home-header {
        height: 100vh;
        padding-top: 10rem;
        padding-bottom: 4rem;
        position: relative;
        overflow: hidden;
    }

    .header-lottie {
        width: 150%;
        padding-top: 0;
        padding-bottom: 0;
        inset: 0%;
        transform: translate(-17%);
    }

    .header-bg {
        background-repeat: no-repeat;
        background-size: 720px;
        width: 100%;
        top: 0%;
    }

    .section_home-device {
        height: 200vh;
    }

    .device_frame {
        border-width: .5rem;
        border-radius: 3rem;
        aspect-ratio: 2/3;
    }

    .device_text {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .section_home-features {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .features_row {
        flex-direction: column;
        display: flex;
    }

    .section_home-products {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    body.page-id-1239 .section_home-products:has(#active-effect[aria-selected="true"]) {
        background-color: #fafafa;
        color: #000;
    }

    .products-tabs_content .e-n-tabs-heading {
        flex-direction: column;
    }

    body.page-id-1239 .section_home-products:has(#active-effect[aria-selected="true"]) .products-tabs_content .e-n-tabs-heading {
        background-color: #0000000a;
    }

    body.page-id-1239 .section_home-products:has(#active-effect[aria-selected="true"]) .elementor-widget-n-tabs .e-n-tab-title[aria-selected="false"] {
        color: #000;
    }

    .product-grid {
        padding: 1.5rem;
    }

    .product-grid.is-advertisers {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        padding: 2.5rem 0 0;
    }

    body.page-id-1239 .section_home-products:has(#active-effect[aria-selected="true"]) .product-grid {
        background-color: #fff;
    }

    .podcats-logos_img img {
        object-fit: contain;
        max-width: 7rem;
        max-height: 1.75rem;
    }

    .section_wordpress-header {
        padding-top: 10rem;
        padding-bottom: 4rem;
        overflow: hidden;
    }

    .section_home-clients {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-size: 440px;
        overflow: hidden;
    }

    .clients_top-component {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .realt-time_row {
        font-size: .75rem;
    }

    body .number-card .softlite-dynamic-card-box {
        padding-block-start: 1.5rem !important;
        padding-block-end: 1.5rem !important;
        padding-inline-start: 1.5rem !important;
        padding-inline-end: 1.5rem !important;
    }

    .bg_none {
        background-image: none !important;
    }

    .footer_bottom {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .single-post-back {
        height: 32px;
    }

    body.single-post .elementor-location-single .content p {
        font-size: 1rem;
    }

    footer {
        padding-top: 4rem;
    }

    .clients-logos_list img {
        max-width: 7rem;
        max-height: 1.75rem;
    }
}