/*
Theme Name: Viously
Theme URI: https://nicolaslebret.fr/
Description: Viously Child Theme
Author: Nicolas Lebret
Author URL: https://nicolaslebret.fr/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: viously-child
*/

@font-face {
    font-family: 'Inter';
    src: url('./assets/fonts/inter/Inter_18pt-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Inter';
    src: url('./assets/fonts/inter/Inter_18pt-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Inter';
    src: url('./assets/fonts/inter/inter-woff-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

/* General */
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: 1;
    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(88.83deg, #C2FF47 -17.68%, #5DF385 -0.03%, #05E8BB 17.62%, #1F96FF 52.93%, #6933FF 88.23%);
    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: 1;
}

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;
}

.card-content_list .elementor-icon-list-item::before {
    content: '';
    position: relative;
    top: 1px;
    flex: 0 0 .375rem;
    display: block;
    width: .375rem;
    height: .375rem;
    margin: 8px;
    background-color: #05e8bb;
}

.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;
}
/* END General */

/* Texte défilant */
.defileParent {
    display: flex;
}

@-webkit-keyframes marqueelike {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 2.5rem)); }
}
@-moz-keyframes marqueelike {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 2.5rem)); }
}
@-o-keyframes marqueelike {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 2.5rem)); }
}
@-ms-keyframes marqueelike {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 2.5rem)); }
}
@keyframes marqueelike {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 2.5rem)); }
}

.defile {
    margin-bottom: 0;
	padding: 0;
	text-align: left;
    white-space: nowrap;
	-webkit-animation: linear marqueelike 30s infinite;
	-moz-animation: linear marqueelike 30s infinite;
	-o-animation: linear marqueelike 30s infinite;
	-ms-animation: linear marqueelike 30s infinite;
	animation: linear marqueelike 30s infinite;
    min-width: max-content;
}

.defile .elementor-widget-image {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 860px) {
    /* .defile {
        -webkit-animation:linear marqueelike 20s infinite ;
        -moz-animation:linear marqueelike 20s infinite ;
        -o-animation:linear marqueelike 20s infinite ;
        -ms-animation:linear marqueelike 20s infinite ;
        animation:linear marqueelike 20s infinite ;
    } */
}
/* END Texte défilant */

/* 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;
}

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: 61rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.section_wordpress-header .header_content.e-con {
    margin-top: 0;
}

/* .header-bg {
    position: static;
}

.header-bg img {
    z-index: -2;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0%;
    top: 0%;
    object-fit: cover;
} */

.header-bg {
    z-index: -2;
    opacity: 1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 0%;
}

/* .header-lottie,
.header-lottie .e-lottie__container {
    position: static;
} */

/* .header-lottie .e-lottie__animation { */
.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%;
}

.device_frame {
    z-index: 1;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    color: var(--light-grey);
    background-color: #ffffff26;
    border: 1px solid #ffffff26;
    border-radius: 3rem;
    width: 100%;
    max-width: 48rem;
    /* margin-bottom: 4rem; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    padding: .5rem;
    /* font-family: Aeonik,sans-serif; */
    position: relative;
    overflow: hidden;
}

.section_home-features {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #fafafa;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

/* .viously-slide {
  width:19rem;
  margin-left:0;
  margin-right:0
} */

.slider-main_component {
    justify-content:center;
    align-items:center;
    /* padding-top:3rem; */
    display:flex;
    position:relative
}

.slider-main_component .slider-icon {
    z-index: 2;
    width: 16%;
    margin-left: auto;
    margin-right: auto;
    position: absolute
}

.slider-main_component .slider-icon img {
    width: 100%;
}

.viously-slide_bg-video {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%
}

.swiper-viously .swiper {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
    inset: 0%;
    overflow: visible !important;
}

.swiper-viously .swiper-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative
}

.swiper-viously .swiper-slide {
    flex: none;
    width: 20%;
    max-width: 500px;
    transition: all .6s !important;
    transform: rotate(30deg) !important;
}

.swiper-viously .swiper-slide video {
    max-width: 500px;
}

.swiper-viously .slider_video-height {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.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, #5b71ff, #956eff)
}

.features_item.is-gradient-blue-green {
    color: #fff;
    background-image: linear-gradient(35deg,#06e5bd,#2989ff 50%,#6835ff);
}

.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,#1f96ff,#3a73ff 50%,#6835ff);
}

.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
}

.maximize-impression {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-image: linear-gradient(135deg, #fff3, #fff0);
    border-radius: 1rem;
    justify-content: space-between;
    min-height: 10.6rem;
    padding: 1.5rem;
    display: flex;
    position: relative;
    box-shadow: 0 0 0 1px #ffffff26;
}

.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
}

body:not(.maximize-impression-visible) .boost-conversion_column-grow {
    height: 0 !important;
}

.max-impression-icon {
    position: absolute;
    inset: 1.5rem auto auto 1.5rem;
}

.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
}

.cr_item-thumnail_wrapper {
    width: 100%;
    padding-top: 60%;
    position: relative;
}

.cr_item-thumbnail {
    background-color: #fafafa;
    /* background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg); */
    background-position: 50%;
    background-size: cover;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    display: flex;
    position: absolute;
    inset: 0%;
    box-shadow: 0 16px 32px #0000001a;
}

.cr_item-thumbnail.is-1 {
    background-image: url('./assets/img/advertisers/environmental-commitment-bg.webp');
}

.cr_item-thumbnail.is-2 {
    background-image: url('./assets/img/advertisers/social-engagement-bg.webp');
}

.cr_item-thumbnail.is-3 {
    background-image: url('./assets/img/advertisers/data-sovereignty-bg.webp');
}

.cr_item-thumbnail img {
    max-height: 70%;
}

.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/home/background-glow-dark.avif');
    background-position: 50% -20%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex-direction: column;
    /* padding-top: 0; */
    /* padding-bottom: 7.5rem; */
    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: 9rem;
    max-height: 3rem;
}

.section_home-products {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    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-heading {
    background-color: #0000000a;
    border-radius: 2rem;
    justify-content: space-between;
    width: 100%;
    max-width: 56rem;
    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;
}

/* .section_home-products:has(#active-effect[aria-selected="true"]) .elementor-widget-n-tabs .e-n-tab-title#active-effect {
    color: #000;
} */

.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,#05e8bb,#1f96ff 50%,#6933ff);
    border-radius: 2rem;
    position: absolute;
    inset: 0%;
    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;
}

.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;
}

.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 {
    aspect-ratio: 16/12;
    -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 {
    -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
}

.feature_bg {
    z-index: 0;
    width: 60%;
    position: absolute;
    inset: auto auto 0% 0%;
}

.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-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::before {
    content: '';
    background-image: linear-gradient(90deg,#000,#0000);
    width: 10%;
    height: 100%;
    position: absolute;
    inset: 0% auto 0% 0%;
    z-index: 10;
}

.logos-marquee_wrapper::after {
    content: '';
    background-image: linear-gradient(90deg,#0000,#000);
    width: 10%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
    z-index: 10;
} */

.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%;
}

/* .pre-footer_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
} */
/* END Home */

/* Page - Advertisers */
.elementor-button .elementor-button-icon svg {
    width: auto;
}

.elementor-button:hover {
    opacity: .8;
}

.viously-font-gradient span {
    background: linear-gradient(88.83deg, #C2FF47 -17.68%, #5DF385 -0.03%, #05E8BB 17.62%, #1F96FF 52.93%, #6933FF 88.23%);
    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;
}

.wp-features_item {
    background-color: #fff;
    border-radius: 1rem;
    flex-direction: column;
    padding: 0;
    display: flex;
    box-shadow: 0 8px 16px #0000000d;
}

.wp-features_item-heading {
    cursor: pointer;
}

.wp-features_item .elementor-icon {
    background-color: #f5f5f5;
    color: #000;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
}

.wp-features_item-content {
    display: none;
}

.wp-features_item-content[style*="display: block"]{
	display: flex !important;
}

/* .wp-features_item-content .feature_frame_no-ratio {
    box-shadow: none;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    background-color: #0000000d;
    border: 1px solid #0000000d;
    border-radius: 1.5rem;
    padding: .5rem;
}

.wp-features_item-content .feature_frame_no-ratio.is-dark-bg {
    background-color: #ffffff26;
    border-color: #ffffff0d;
} */

.feature_frame_no-ratio {
    /* box-shadow: none; */
    -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 {
    /* 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% -20%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex-direction: column;
    /* padding-top: 7.5rem; */
    /* padding-bottom: 7.5rem; */
    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 max-content;
    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 {
    /* grid-column-gap: 2.5rem; */
    /* grid-row-gap: 2.5rem; */
    justify-content: flex-start;
    align-items: center;
    width: 23.625rem;
    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(90deg, rgba(194, 255, 71, 0.3) 0%, rgba(5, 232, 187, 0.6) 16.67%, rgba(31, 150, 255, 0.8) 33.33%, #6933FF 50%, rgba(31, 150, 255, 0.8) 66.67%, rgba(5, 232, 187, 0.6) 83.33%, rgba(194, 255, 71, 0.3) 100%);
}
/* END Footer */

/* .lottie-animation {
    opacity: .8;
    mix-blend-mode: soft-light;
} */

/* .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: 64rem;
    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;
    will-change: filter, opacity;
}

.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;
} */

/* 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;
    }

    .elementor-widget-n-menu .e-n-menu-wrapper {
        top: calc(100% + 20px) !important;
        padding-bottom: 2.5rem;
        background-color: #fff !important;
    }

    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%;
    }

    /* .device_text {
        max-width: 40rem;
        padding-left: 4rem;
        padding-right: 4rem;
    } */

    .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;
    }

    .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;
    }

    .clients-logos_list {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
    }

    .clients-logos_list img {
        max-height: 2rem;
    }

    .slider-main_component .slider-icon {
        width: 26.66%;
    }
}

@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;
    }

    /* .device_frame {
        border-radius: 3rem;
    } */

    .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;
    }

    .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;
    }

    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: 2rem;
        padding: .5rem;
    }

    .clients-logos_list {
        grid-column-gap: 3.5rem;
        grid-row-gap: 3.5rem;
        justify-content: center;
        margin-top: 1.5rem;
    }
}

@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 {
        padding-top: 14rem;
        padding-bottom: 10rem;
        position: relative;
        overflow: hidden;
    }

    /* .header-lottie .e-lottie__animation { */
    .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%;
    }

    /* .device_frame {
        border-width: .5rem;
        border-radius: 2rem;
        height: 60vh;
        font-weight: 500;
        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 {
        grid-row-gap: 1.5rem;
        padding: 1.5rem;
    }

    body.page-id-1239 .section_home-products:has(#active-effect[aria-selected="true"]) .product-grid {
        background-color: #fff;
    }

    /* body.page-id-1239 .section_home-products:has(#active-effect[aria-selected="true"]) .elementor-widget-n-tabs .e-n-tab-title#active-effect {
        color: #fff;
    } */

    .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 {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
    }
}

/* @media (max-width: 991px) {
    .device_heading.elementor-widget-heading .elementor-heading-title{
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    .device_heading.elementor-widget-heading .elementor-heading-title {
        font-size: 2rem;
    }
}

@media (max-width: 479px) {
    .device_heading.elementor-widget-heading .elementor-heading-title {
        font-size: 1.75rem;
    }
} */