/*
Theme Name: Meetscale
Theme URI: https://nicolaslebret.fr/
Description: Meetscale 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: meetscale-child
*/

@font-face {
    font-family: 'Inter';
    src: url('./assets/fonts/inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* General */
:root {
    --base-color-brand--pink: #ff73d3;
    --base-color-brand--red: #f71d21;
}

html,
body {
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
}

body {
    background-color: #000;
    color: #fff;
    /* font-family: 'Inter', 'Arial', sans-serif; */
    font-family: 'Inter', sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 1rem;
    line-height: 1.5;
    overflow-x: 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: radial-gradient(136.33% 136.33% at 0% 100%, #FF73D3 0%, #F71D21 100%), #D9D9D9;
    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: -.02em;
    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-auto-columns: 1fr;
    display: grid;
}

.tabs_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 2fr 1fr 1fr;
}

.tabs_grid.is-reversed {
    grid-template-columns: 1fr 1fr 2fr;
}

.tabs_card {
    background-color: #ffffff0d;
    box-shadow: inset 0 0 64px 0 #ffffff0d, inset 0 1px 0 0 #fff3;
    border-radius: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.tabs_card.is-kpi-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: #fff0;
    box-shadow: none;
    background-image: linear-gradient(225deg, #73ffcc, #1de1f7 50%, #0b0053);
    border-radius: 1rem;
    justify-content: center;
    align-items: stretch;
    padding: 1px;
    overflow: clip;
}

.tabs_card.is-inside {
    border-radius: 1rem;
    align-items: stretch;
    overflow: clip;
}

.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 .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;
}

.tag {
    background-image: linear-gradient(225deg, var(--base-color-brand--red), var(--base-color-brand--pink));
    border-radius: 100vw;
}

.fade-in-up {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: opacity 600ms ease-out, transform 600ms ease-out;
    will-change: opacity, transform;
}

.fade-in-up.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .fade-in-up,
    .fade-in-up.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
/* END General */

/* Header */
header {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #0000000d;
    border-color: rgba(0, 0, 0, 0);
    padding-top: 1rem;
    padding-bottom: 1rem;
    inset: 0% 0% auto;
    z-index: 1000;
    transition: transform .25s ease;
    will-change: transform;
}

header.is-scrolled {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.15);
}

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 1.5rem;
    border-radius: 2rem;
    transition: opacity .2s;
}

header .elementor-widget-n-menu .e-n-menu-title-container:hover {
    opacity: .5;
}

header .elementor-widget-n-menu .e-n-menu-item:not(:has(#nav_contact)) .e-n-menu-title-text {
    color: #fff;
}

header .elementor-widget-n-menu #nav_contact .e-n-menu-title-container {
    color: #000;
    text-transform: none;
    background-color: #fff;
    padding: .5rem 1.25rem;
    transition: opacity .2s;
}

header .elementor-widget-n-menu #nav_contact .e-n-menu-title-container:hover {
    opacity: .7;
}

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_contact .e-n-menu-title-container .e-n-menu-title-text {
    font-weight: 500;
}

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 */
.letters-fade-in-random .elementor-heading-title {
    opacity: 0;
    font-kerning: none;
}

.letters-fade-in-random .elementor-heading-title b {
    opacity: .5;
}

.letters-fade-in-random .char {
    will-change: opacity, transform;
}

.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;
    min-height: 100svh;
    display: flex;
}

.header_content.e-con {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.header_content {
    transform-origin: center center;
    will-change: transform;
}

.section_wordpress-header .header_content.e-con {
    margin-top: 0;
}

.hero_gradient {
    background: radial-gradient(136.33% 136.33% at 0% 100%, #CE73FF 0%, #F71D21 100%);
    opacity: .5;
    filter: blur(12.5rem);
    border-radius: 50%;
    position: absolute;
    inset: 0%;
}

.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 {
    max-width: max-content !important;
    z-index: 0;
    aspect-ratio: 1 / 1.15;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-lottie > .e-lottie__container,
.header-lottie > .e-lottie__container > .e-lottie__animation {
    height: 100%;
}

.connect_gradient {
    background: radial-gradient(136.33% 136.33% at 0% 100%, #CE73FF 0%, #F71D21 100%);
    opacity: .2;
    filter: blur(8rem);
    pointer-events: none;
    border-radius: 50%;
    position: absolute;
    inset: 0%;
}

.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;
    padding: .5rem;
    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;
}

.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
}

.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-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;
    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 {
}

.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 {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: opacity 800ms ease-out, transform 800ms ease-out;
    will-change: opacity, transform;
}

.products-tabs_content .e-n-tabs-heading.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: #ffffff0d;
    box-shadow: inset 0 0 32px 0 #ffffff0d, inset 0 1px 0 0 #fff3;
    border-radius: 2rem;
    justify-content: space-between;
    width: auto;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.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 {
    padding: .75rem 2rem;
}

.products-tabs_content .e-n-tabs-heading .e-n-tab-title[aria-selected="false"] {
    background-color: #fff0;
    color: #ffffffb3;
}

.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: #fff;
}

.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-color: #fff0;
    background-image: linear-gradient(225deg, var(--base-color-brand--red), var(--base-color-brand--pink));
    color: #fff;
    box-shadow: 0 0 48px #fa406a80;
    border-radius: 2rem;
    position: absolute;
    inset: 0%;
    z-index: -1;
}

.products-tabs_content .e-n-tabs-content {
    padding: 0;
}

.w-tab-content .e-n-tabs-content {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-grid {
    grid-template-rows: auto;
    padding: 0;
    position: relative;
}

.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
}

.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);
}

.kpi-card {
    box-shadow: inset 0 0 64px 0 #ffffff0d, inset 0 1px 0 0 #fff3;
}

.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;
}

.section_used-by {
    min-height: 150svh;
    overflow: hidden;
}

.logos_image {
    display: inline-flex;
}

.logos_image img {
    width: auto;
    max-width: 10rem;
    max-height: 2rem;
}

.used-by_circle_wrapper {
    z-index: 1;
    aspect-ratio: 1;
    background: linear-gradient(180deg, rgba(255, 115, 211, 1) 0%, rgba(247, 29, 33, 1) 25%, rgba(0, 0, 0, 1) 50.5%, rgba(247, 29, 33, 1) 75%, rgba(255, 115, 211, 1) 100%);
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    display: flex;
    position: absolute;
    left: 0%;
    right: 0%;
}

.used-by_pattern {
    z-index: 1;
    mix-blend-mode: color-dodge;
    background-image: url('./assets/img/home/pattern-box.svg');
    background-position: 0 0;
    background-size: auto;
    position: absolute;
    inset: 0%;
}

.used-by_light {
    aspect-ratio: 1;
    background: radial-gradient(136.33% 136.33% at 0% 100%, #CE73FF 0%, #F71D21 100%);
    opacity: .4;
    filter: blur(200px);
    border-radius: 50%;
    flex: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0%;
    right: 0%;
}

.used-by_circle {
    background-color: #000;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.used-by_overlay {
    z-index: 2;
    background-image: linear-gradient(#0000, #000 25% 75%, #0000);
    height: 50%;
    position: absolute;
    left: 0%;
    right: 0%;
}

.testimonials_list {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start stretch;
    display: grid;
}

.testimonials_item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    display: flex;
    position: relative;
}

.testimonials_item:nth-child(odd) {
    border-left: 2px solid #000;
    border-image: linear-gradient(#f71d21, #0000) 1 100%;
}

.testimonials_item:nth-child(2n) {
    border-left: 2px solid #000;
    border-image: linear-gradient(to top, #f71d21, #0000) 1 100%;
}

.testimonials_item:nth-child(2n)::after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #F71D21 0.48%, #FF73D3 50.5%, #000 97.5%);
}

.testimonials_item:first-child {
    border-left: 1px #000;
    grid-row: span 2;
}

.section_contact-us {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    /* background-color: #fafafa; */
    flex-direction: column;
    display: flex;
}

.cta_card {
    z-index: 1;
    /* grid-column-gap: 6rem; */
    /* grid-row-gap: 6rem; */
    box-shadow: inset 0 0 64px 0 #ffffff0d, inset 0 1px 0 0 #fff3;
    border-radius: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    /* padding: 4rem; */
    display: flex;
    position: relative;
}

.cta_card_icon img {
    width: 5rem;
    aspect-ratio: 1;
}

.list_check-icon img {
    width: 1.5rem;
    aspect-ratio: 1;
}
/* END Home */

/* Page - Advertisers */
.elementor-button .elementor-button-icon svg {
    position: relative;
    left: 4px;
    width: .5rem;
    height: 1rem;
}

.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;
    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;
}

.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/home/background-glow-dark.avif');
    background-position: 50% -20%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex-direction: column;
    display: flex;
}
/* END Page - Wordpress */

/* Footer */
footer {
    width: 100%;
    max-width: 93rem;
    margin-right: auto;
    margin-left: auto;
    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 {
    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-image: linear-gradient(
    270deg,
    #f71d2100,
    #f71d21 15%,
    #ff73d3 50%,
    #f71d21 85%,
    #f71d2100
  );

  transform: scaleX(0);
  transform-origin: center;
  opacity: 0;
  will-change: transform, opacity;
}

.footer_gradient-line.is-visible {
  animation: footerLineReveal 0.8s ease-out forwards;
}

@keyframes footerLineReveal {
  from {
    transform: scaleX(0);
    opacity: 0;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}
/* END Footer */

.section_home-device {
    display: block;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #fafafa;
    height: 200vh;
    padding-top: 0;
    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%;
}

.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-item.-item-1-scroll-1 {
    opacity: 0.4309 !important;
    filter: blur(4.5528px) !important;
}

.device_text-item.-item-1-scroll-2 {
    opacity: 0 !important;
    filter: blur(8px) !important;
}

.device_text-item.-item-2-scroll-1 {
    opacity: 0.773 !important;
    filter: blur(1.816px) !important;
}

.device_text-item.-item-2-scroll-2 {
    opacity: 0 !important;
    filter: blur(8px) !important;
}

.device_text-item.-item-3-scroll-1 {
    opacity: 0.2371 !important;
    filter: blur(6.1032px) !important;
}

.device_text-item.-item-3-scroll-2 {
    opacity: 0 !important;
    filter: blur(8px) !important;
}

.device_text-item.-item-4-scroll-1 {
    opacity: 0.8251 !important;
    filter: blur(1.3992px) !important;
}

.device_text-item.-item-4-scroll-2 {
    opacity: 0 !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;
}

/* 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 */

/* 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% + 19px) !important;
        display: flex;
        max-height: none !important;
        /* opacity: 0; */
        /* height: 100dvh; */
        height: 0;
        /* padding: 1rem 5% 6.5rem; */
        background-color: #000 !important;
        pointer-events: none;
        transition: height .4s ease-in-out;
    }

    header .elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-toggle[aria-expanded="true"] + .e-n-menu-wrapper {
        /* opacity: 1; */
        height: 100dvh;
        pointer-events: all;
        transition: height .4s ease-in-out;
    }

    header .elementor-widget-n-menu .e-n-menu-heading {
        display: flex;
        padding: 1rem 5% 6.5rem;
        max-height: 0;
        overflow: hidden;
        transition: all .6s ease-in-out !important;
    }

    header .elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-toggle[aria-expanded="true"] + .e-n-menu-wrapper .e-n-menu-heading {
        max-height: 400px;
        transition: all .6s ease-in-out !important;
    }

    header .elementor-widget-n-menu .e-n-menu-title-container {
        justify-content: center;
        width: 100%;
        padding: .75rem 2.5rem;
    }

    header .elementor-widget-n-menu #nav_contact .e-n-menu-title-container {
        padding: .75rem 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 {
        justify-content: center;
        width: 100%;
        margin-top: 1rem;
        margin-left: 5%;
        margin-right: 5%;
    }

    .elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop .e-n-menu-toggle {
        color: #fff;
    }

    header .elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-title {
        background-color: transparent;
    }

    .elementor-widget-n-menu .e-n-menu-title-text {
        font-size: 1.125rem;
    }

    header .right-column {
        width: 32px;
        /* height: 48px; */
        align-items: center;
    }

    .header-lottie {
        width: 70%;
    }

    /* .section_home-header {
        height: auto;
        padding-top: 12rem;
        padding-bottom: 7.5rem;
    } */

    .header-bg {
        max-width: 100%;
        top: 10%;
    }

    .device_component {
        padding-left: 0;
        padding-right: 0;
    }

    .device_text {
        max-width: 40rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .section_home-features {
        padding-top: 6rem;
    }

    .features_row {
        grid-template-columns: 1fr 1fr;
    }

    .product-grid {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        grid-template-columns: 1fr;
    }

    .tabs_grid, .tabs_grid.is-reversed {
        grid-template-columns: 1fr 1fr;
    }

    .feature_bg {
        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%;
    }

    .logos_image img {
        max-height: 1.25rem;
    }

    .used-by_circle_wrapper {
        width: 90%;
    }

    .used-by_overlay {
        height: 30%;
    }
}

@media screen and (max-width: 767px) {
    header {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .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;
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected="true"] {
        margin-block-end: 0;
    }

    .testimonials_list {
        grid-template-columns: 1fr;
    }

    .testimonials_item:nth-child(2n+1), .testimonials_item:nth-child(2n) {
        border-left-style: none;
    }

    .pre-footer_component {
        grid-template-columns: 1fr;
    }

    .wp-features_grid {
        grid-template-columns: 1fr;
    }

    footer {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .footer_component {
        display: flex;
    }

    .footer_badge--row {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
    }

    .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: .844rem;
        padding-bottom: .844rem;
    }

    .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;
    }

    .header-lottie {
        width: 100%;
    }

    .header-bg {
        background-repeat: no-repeat;
        background-size: 720px;
        width: 100%;
        top: 0%;
    }

    .section_home-device {
        height: 250vh;
        padding: 4rem 1.25rem 0;
    }

    .device_text {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .section_home-features {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .features_row {
        flex-direction: column;
        display: flex;
    }

    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 {
        width: 100%;
        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;
    }

    .tabs_grid,
    .tabs_grid.is-reversed {
        grid-template-columns: 1fr;
    }

    .tabs_card {
        grid-area: auto !important;
    }

    body.page-id-1239 .section_home-products:has(#active-effect[aria-selected="true"]) .product-grid {
        background-color: #fff;
    }

    .section_wordpress-header {
        padding-top: 10rem;
        padding-bottom: 4rem;
        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: 6rem;
    }

    .clients-logos_list {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
    }

    .used-by_overlay {
        height: 40%;
    }

    .used-by_circle_wrapper, .used-by_light {
        width: 200%;
        transform: translate(-25%);
    }

    .cta_card {
        border-radius: 1.5rem;
    }
}