
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--theme-palette-1: var(--global-palette1);--wp--preset--color--theme-palette-2: var(--global-palette2);--wp--preset--color--theme-palette-3: var(--global-palette3);--wp--preset--color--theme-palette-4: var(--global-palette4);--wp--preset--color--theme-palette-5: var(--global-palette5);--wp--preset--color--theme-palette-6: var(--global-palette6);--wp--preset--color--theme-palette-7: var(--global-palette7);--wp--preset--color--theme-palette-8: var(--global-palette8);--wp--preset--color--theme-palette-9: var(--global-palette9);--wp--preset--color--theme-palette-10: var(--global-palette10);--wp--preset--color--theme-palette-11: var(--global-palette11);--wp--preset--color--theme-palette-12: var(--global-palette12);--wp--preset--color--theme-palette-13: var(--global-palette13);--wp--preset--color--theme-palette-14: var(--global-palette14);--wp--preset--color--theme-palette-15: var(--global-palette15);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: var(--global-font-size-small);--wp--preset--font-size--medium: var(--global-font-size-medium);--wp--preset--font-size--large: var(--global-font-size-large);--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--larger: var(--global-font-size-larger);--wp--preset--font-size--xxlarge: var(--global-font-size-xxlarge);--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */


/* Kadence Base CSS */
:root{--global-palette1:#2B6CB0;--global-palette2:#215387;--global-palette3:#1A202C;--global-palette4:#2D3748;--global-palette5:#4A5568;--global-palette6:#718096;--global-palette7:#EDF2F7;--global-palette8:#F7FAFC;--global-palette9:#ffffff;--global-palette10:oklch(from var(--global-palette1) calc(l + 0.10 * (1 - l)) calc(c * 1.00) calc(h + 180) / 100%);--global-palette11:#13612e;--global-palette12:#1159af;--global-palette13:#b82105;--global-palette14:#f7630c;--global-palette15:#f5a524;--global-palette9rgb:255, 255, 255;--global-palette-highlight:var(--global-palette1);--global-palette-highlight-alt:var(--global-palette2);--global-palette-highlight-alt2:var(--global-palette9);--global-palette-btn-bg:var(--global-palette1);--global-palette-btn-bg-hover:var(--global-palette2);--global-palette-btn:var(--global-palette9);--global-palette-btn-hover:var(--global-palette9);--global-palette-btn-sec-bg:var(--global-palette7);--global-palette-btn-sec-bg-hover:var(--global-palette2);--global-palette-btn-sec:var(--global-palette3);--global-palette-btn-sec-hover:var(--global-palette9);--global-body-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--global-heading-font-family:inherit;--global-primary-nav-font-family:Inter, sans-serif;--global-fallback-font:sans-serif;--global-display-fallback-font:sans-serif;--global-content-width:1290px;--global-content-wide-width:calc(1290px + 230px);--global-content-narrow-width:842px;--global-content-edge-padding:1.5rem;--global-content-boxed-padding:2rem;--global-calc-content-width:calc(1290px - var(--global-content-edge-padding) - var(--global-content-edge-padding) );--wp--style--global--content-size:var(--global-calc-content-width);}.wp-site-blocks{--global-vw:calc( 100vw - ( 0.5 * var(--scrollbar-offset)));}:root body.kadence-elementor-colors{--e-global-color-kadence1:var(--global-palette1);--e-global-color-kadence2:var(--global-palette2);--e-global-color-kadence3:var(--global-palette3);--e-global-color-kadence4:var(--global-palette4);--e-global-color-kadence5:var(--global-palette5);--e-global-color-kadence6:var(--global-palette6);--e-global-color-kadence7:var(--global-palette7);--e-global-color-kadence8:var(--global-palette8);--e-global-color-kadence9:var(--global-palette9);--e-global-color-kadence10:var(--global-palette10);--e-global-color-kadence11:var(--global-palette11);--e-global-color-kadence12:var(--global-palette12);--e-global-color-kadence13:var(--global-palette13);--e-global-color-kadence14:var(--global-palette14);--e-global-color-kadence15:var(--global-palette15);}body{background:var(--global-palette8);}body, input, select, optgroup, textarea{font-weight:400;font-size:17px;line-height:1.6;font-family:var(--global-body-font-family);color:var(--global-palette4);}.content-bg, body.content-style-unboxed .site{background:var(--global-palette9);}h1,h2,h3,h4,h5,h6{font-family:var(--global-heading-font-family);}h1{font-weight:700;font-size:32px;line-height:1.5;color:var(--global-palette3);}h2{font-weight:700;font-size:28px;line-height:1.5;color:var(--global-palette3);}h3{font-weight:700;font-size:24px;line-height:1.5;color:var(--global-palette3);}h4{font-weight:700;font-size:22px;line-height:1.5;color:var(--global-palette4);}h5{font-weight:700;font-size:20px;line-height:1.5;color:var(--global-palette4);}h6{font-weight:700;font-size:18px;line-height:1.5;color:var(--global-palette5);}.entry-hero .kadence-breadcrumbs{max-width:1290px;}.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .comments-area, .alignfull > .wp-block-cover__inner-container, .alignwide > .wp-block-cover__inner-container{max-width:var(--global-content-width);}.content-width-narrow .content-container.site-container, .content-width-narrow .hero-container.site-container{max-width:var(--global-content-narrow-width);}@media all and (min-width: 1520px){.wp-site-blocks .content-container  .alignwide{margin-left:-115px;margin-right:-115px;width:unset;max-width:unset;}}@media all and (min-width: 1102px){.content-width-narrow .wp-site-blocks .content-container .alignwide{margin-left:-130px;margin-right:-130px;width:unset;max-width:unset;}}.content-style-boxed .wp-site-blocks .entry-content .alignwide{margin-left:calc( -1 * var( --global-content-boxed-padding ) );margin-right:calc( -1 * var( --global-content-boxed-padding ) );}.content-area{margin-top:5rem;margin-bottom:5rem;}@media all and (max-width: 1024px){.content-area{margin-top:3rem;margin-bottom:3rem;}}@media all and (max-width: 767px){.content-area{margin-top:2rem;margin-bottom:2rem;}}@media all and (max-width: 1024px){:root{--global-content-boxed-padding:2rem;}}@media all and (max-width: 767px){:root{--global-content-boxed-padding:1.5rem;}}.entry-content-wrap{padding:2rem;}@media all and (max-width: 1024px){.entry-content-wrap{padding:2rem;}}@media all and (max-width: 767px){.entry-content-wrap{padding:1.5rem;}}.entry.single-entry{box-shadow:0px 15px 15px -10px rgba(0,0,0,0.05);}.entry.loop-entry{box-shadow:0px 15px 15px -10px rgba(0,0,0,0.05);}.loop-entry .entry-content-wrap{padding:2rem;}@media all and (max-width: 1024px){.loop-entry .entry-content-wrap{padding:2rem;}}@media all and (max-width: 767px){.loop-entry .entry-content-wrap{padding:1.5rem;}}button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .fl-button, .elementor-button-wrapper .elementor-button, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit{box-shadow:0px 0px 0px -7px rgba(0,0,0,0);}button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:active, .wc-block-cart__submit:hover{box-shadow:0px 15px 25px -7px rgba(0,0,0,0.1);}.kb-button.kb-btn-global-outline.kb-btn-global-inherit{padding-top:calc(px - 2px);padding-right:calc(px - 2px);padding-bottom:calc(px - 2px);padding-left:calc(px - 2px);}@media all and (min-width: 1025px){.transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}@media all and (max-width: 1024px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}@media all and (max-width: 767px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}.entry-hero.page-hero-section .entry-header{min-height:200px;}
/* Kadence Header CSS */
@media all and (max-width: 1024px){.mobile-transparent-header #masthead{position:absolute;left:0px;right:0px;z-index:100;}.kadence-scrollbar-fixer.mobile-transparent-header #masthead{right:var(--scrollbar-offset,0);}.mobile-transparent-header #masthead, .mobile-transparent-header .site-top-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-main-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent;}.site-header-row-tablet-layout-fullwidth, .site-header-row-tablet-layout-standard{padding:0px;}}@media all and (min-width: 1025px){.transparent-header #masthead{position:absolute;left:0px;right:0px;z-index:100;}.transparent-header.kadence-scrollbar-fixer #masthead{right:var(--scrollbar-offset,0);}.transparent-header #masthead, .transparent-header .site-top-header-wrap .site-header-row-container-inner, .transparent-header .site-main-header-wrap .site-header-row-container-inner, .transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent;}}.site-branding a.brand img{max-width:112px;}.site-branding a.brand img.svg-logo-image{width:112px;}@media all and (max-width: 1024px){.site-branding a.brand img{max-width:102px;}.site-branding a.brand img.svg-logo-image{width:102px;}}@media all and (max-width: 767px){.site-branding a.brand img{max-width:87px;}.site-branding a.brand img.svg-logo-image{width:87px;}}.site-branding{padding:0px 15px 0px 0px;}#masthead, #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap), #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner{background:#ffffff;}.site-main-header-wrap .site-header-row-container-inner{background:linear-gradient(264deg,rgb(56,17,94) 27%,rgb(12,2,9) 95%);}.site-main-header-inner-wrap{min-height:80px;}#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.item-hidden-above):not(.site-main-header-wrap), #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner{background:linear-gradient(265deg,rgb(98,21,121) 0%,rgba(6,10,26,0.9) 100%);}.site-main-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-fixed.item-is-stuck, .site-header-upper-inner-wrap.kadence-sticky-header.item-is-fixed.item-is-stuck, .site-header-inner-wrap.kadence-sticky-header.item-is-fixed.item-is-stuck, .site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-fixed.item-is-stuck, .site-bottom-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-fixed.item-is-stuck{box-shadow:0px 0px 0px 0px rgba(0,0,0,0);}.header-navigation[class*="header-navigation-style-underline"] .header-menu-container.primary-menu-container>ul>li>a:after{width:calc( 100% - 1.32em);}.main-navigation .primary-menu-container > ul > li.menu-item > a{padding-left:calc(1.32em / 2);padding-right:calc(1.32em / 2);padding-top:0.6em;padding-bottom:0.6em;color:#c4bbd3;}.main-navigation .primary-menu-container > ul > li.menu-item .dropdown-nav-special-toggle{right:calc(1.32em / 2);}.main-navigation .primary-menu-container > ul li.menu-item > a{font-style:normal;font-weight:500;font-size:15px;font-family:var(--global-primary-nav-font-family);}.main-navigation .primary-menu-container > ul > li.menu-item > a:hover{color:var(--global-palette9);}.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a{color:#c4bbd3;background:rgba(139,76,247,0.1);}.header-navigation .header-menu-container ul ul.sub-menu, .header-navigation .header-menu-container ul ul.submenu{background:var(--global-palette3);box-shadow:0px 2px 13px 0px rgba(0,0,0,0.1);}.header-navigation .header-menu-container ul ul li.menu-item, .header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul > li.menu-item > a{border-bottom:1px solid rgba(255,255,255,0.1);border-radius:0px 0px 0px 0px;}.header-navigation .header-menu-container ul ul li.menu-item > a{width:200px;padding-top:1em;padding-bottom:1em;color:var(--global-palette8);font-size:12px;}.header-navigation .header-menu-container ul ul li.menu-item > a:hover{color:var(--global-palette9);background:var(--global-palette4);border-radius:0px 0px 0px 0px;}.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a{color:var(--global-palette9);background:var(--global-palette4);border-radius:0px 0px 0px 0px;}.mobile-toggle-open-container .menu-toggle-open, .mobile-toggle-open-container .menu-toggle-open:focus{color:var(--global-palette5);padding:0.4em 0.6em 0.4em 0.6em;font-size:14px;}.mobile-toggle-open-container .menu-toggle-open.menu-toggle-style-bordered{border:1px solid currentColor;}.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon{font-size:20px;}.mobile-toggle-open-container .menu-toggle-open:hover, .mobile-toggle-open-container .menu-toggle-open:focus-visible{color:var(--global-palette-highlight);}.mobile-navigation ul li{font-size:14px;}.mobile-navigation ul li a{padding-top:1em;padding-bottom:1em;}.mobile-navigation ul li > a, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap{color:var(--global-palette8);}.mobile-navigation ul li.current-menu-item > a, .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap{color:var(--global-palette-highlight);}.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, .mobile-navigation ul li:not(.menu-item-has-children) a{border-bottom:1px solid rgba(255,255,255,0.1);}.mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button{border-left:1px solid rgba(255,255,255,0.1);}#mobile-drawer .drawer-header .drawer-toggle{padding:0.6em 0.15em 0.6em 0.15em;font-size:24px;}
/* Kadence Footer CSS */
#colophon{background:linear-gradient(180deg,rgb(0,0,0) 0%,rgb(0,0,0) 100%);}.site-middle-footer-wrap .site-footer-row-container-inner{font-style:normal;font-weight:300;font-size:15px;font-family:Inter, sans-serif;color:var(--global-palette9);}.site-footer .site-middle-footer-wrap a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){color:var(--global-palette8);}.site-middle-footer-inner-wrap{padding-top:30px;padding-bottom:30px;grid-column-gap:30px;grid-row-gap:30px;}.site-middle-footer-inner-wrap .widget{margin-bottom:30px;}.site-middle-footer-inner-wrap .widget-area .widget-title{font-style:normal;font-weight:500;font-size:16px;font-family:Inter, sans-serif;text-transform:capitalize;color:var(--global-palette8);}.site-middle-footer-inner-wrap .site-footer-section:not(:last-child):after{right:calc(-30px / 2);}.site-bottom-footer-inner-wrap{padding-top:30px;padding-bottom:30px;grid-column-gap:30px;}.site-bottom-footer-inner-wrap .widget{margin-bottom:30px;}.site-bottom-footer-inner-wrap .site-footer-section:not(:last-child):after{right:calc(-30px / 2);}#colophon .footer-html{font-style:normal;font-weight:200;font-size:15px;font-family:Inter, sans-serif;color:var(--global-palette9);}#colophon .site-footer-row-container .site-footer-row .footer-html a{color:var(--global-palette9);}#colophon .site-footer-row-container .site-footer-row .footer-html a:hover{color:var(--global-palette9);}
/*# sourceURL=kadence-global-inline-css */


.e-heading-base a, .e-paragraph-base a { all: unset; cursor: pointer; }form[data-element_type="e-form"].form-state-success [data-element_type="e-form-success-message"],form[data-element_type="e-form"].form-state-error [data-element_type="e-form-error-message"]{ display: block; }
.e-form-textarea-base:not([data-resizable]) { resize: none; } .e-form-submit-button-base { cursor: pointer; box-sizing: border-box; }
/*# sourceURL=elementor-frontend-inline-css */
﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block;min-width:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--global-gray-400: #CBD5E0;--global-gray-500: #A0AEC0;--global-xs-spacing: 1em;--global-sm-spacing: 1.5rem;--global-md-spacing: 2rem;--global-lg-spacing: 2.5em;--global-xl-spacing: 3.5em;--global-xxl-spacing: 5rem;--global-edge-spacing: 1.5rem;--global-boxed-spacing: 2rem;--global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);--global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem)}h1,h2,h3,h4,h5,h6{padding:0;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}dfn,cite,em,i{font-style:italic}blockquote,q{quotes:"“" "”"}blockquote{padding-left:1em;border-left:4px solid var(--global-palette4)}.entry-content blockquote{margin:0 0 var(--global-md-spacing)}blockquote cite,blockquote .wp-block-pullquote__citation{color:var(--global-palette5);font-size:13px;margin-top:1em;position:relative;font-style:normal;display:block}address{margin:0 0 1.5em}pre{background:var(--global-palette7);font-family:"Courier 10 Pitch",Courier,monospace;font-size:.9375rem;line-height:1.6;max-width:100%;overflow:auto;padding:1.5em;white-space:pre-wrap}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted var(--global-palette4);cursor:help}mark,ins{text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}hr{height:0;border:0;border-bottom:2px solid var(--global-gray-400)}ul,ol{margin:0 0 1.5em 1.5em;padding:0}ul.aligncenter,ol.aligncenter{list-style:none}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em;width:100%}a{color:var(--global-palette-highlight);text-underline-offset:.1em;transition:all .1s linear}a:hover,a:focus,a:active{color:var(--global-palette-highlight-alt);text-underline-offset:.25em}a:hover,a:active{outline:0}.inner-link-style-plain a:not(.button),.widget-area.inner-link-style-plain a:not(.button){text-decoration:none}.inner-link-style-normal a:not(.button),.widget-area.inner-link-style-normal a:not(.button){text-decoration:underline}.link-style-no-underline .entry-content p>a,.link-style-no-underline .entry-content strong>a,.link-style-no-underline .entry-content em>a,.link-style-no-underline .entry-content>ul a,.link-style-no-underline .entry-content a{text-decoration:none}.link-style-no-underline .entry-content p>a:hover,.link-style-no-underline .entry-content strong>a:hover,.link-style-no-underline .entry-content em>a:hover,.link-style-no-underline .entry-content>ul a:hover,.link-style-no-underline .entry-content a:hover{text-decoration:none}.link-style-color-underline .entry-content p a,.link-style-color-underline .entry-content strong>a,.link-style-color-underline .entry-content em>a,.link-style-color-underline .entry-content>ul a,.link-style-color-underline .entry-content>ol a,.link-style-color-underline .entry-content .wp-block-group ul a,.link-style-color-underline .entry-content .wp-block-group ol a{color:inherit;text-decoration:underline;text-decoration-color:var(--global-palette-highlight)}.link-style-color-underline .entry-content p a:hover,.link-style-color-underline .entry-content strong>a:hover,.link-style-color-underline .entry-content em>a:hover,.link-style-color-underline .entry-content>ul a:hover,.link-style-color-underline .entry-content>ol a:hover,.link-style-color-underline .entry-content .wp-block-group ul a:hover,.link-style-color-underline .entry-content .wp-block-group ol a:hover{text-decoration-color:var(--global-palette-highlight-alt)}.link-style-hover-background .entry-content p a,.link-style-hover-background .entry-content strong>a,.link-style-hover-background .entry-content em>a,.link-style-hover-background .entry-content>ul a,.link-style-hover-background .entry-content>ol a,.link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a),.link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a){color:var(--global-palette-highlight);text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px}.link-style-hover-background .entry-content p a:hover,.link-style-hover-background .entry-content strong>a:hover,.link-style-hover-background .entry-content em>a:hover,.link-style-hover-background .entry-content>ul a:hover,.link-style-hover-background .entry-content>ol a:hover,.link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover,.link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover{color:var(--global-palette-highlight-alt2);text-decoration:none;background-size:100% 100%}.link-style-offset-background .entry-content p a,.link-style-offset-background .entry-content strong>a,.link-style-offset-background .entry-content em>a,.link-style-offset-background .entry-content>ul a,.link-style-offset-background .entry-content>ol a,.link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a),.link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a){color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));background-repeat:no-repeat;background-position:4px bottom;background-size:100% 10px}.link-style-offset-background .entry-content p a:hover,.link-style-offset-background .entry-content strong>a:hover,.link-style-offset-background .entry-content em>a:hover,.link-style-offset-background .entry-content>ul a:hover,.link-style-offset-background .entry-content>ol a:hover,.link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover,.link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt))}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}:where(html:not(.no-js)) .hide-focus-outline *:focus{outline:0}#primary[tabindex="-1"]:focus{outline:0}textarea{width:100%}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{-webkit-appearance:none;color:var(--global-palette5);border:1px solid var(--global-gray-400);border-radius:3px;padding:.4em .5em;max-width:100%;background:var(--global-palette9);box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}::-webkit-input-placeholder{color:var(--global-palette6)}::-moz-placeholder{color:var(--global-palette6);opacity:1}:-ms-input-placeholder{color:var(--global-palette6)}:-moz-placeholder{color:var(--global-palette6)}::placeholder{color:var(--global-palette6)}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:var(--global-palette3);border-color:var(--global-palette6);outline:0;box-shadow:0px 5px 15px -7px rgba(0,0,0,.1)}select{border:1px solid var(--global-gray-400);background-size:16px 100%;padding:.2em 35px .2em .5em;background:var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%;-moz-appearance:none;-webkit-appearance:none;appearance:none;box-shadow:none;outline:0;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}select::-ms-expand{display:none}select:focus{color:var(--global-palette3);border-color:var(--global-palette6);background-color:var(--global-palette9);box-shadow:0px 5px 15px -7px rgba(0,0,0,.1);outline:0}select:focus option{color:#333}.elementor-select-wrapper select{background-image:none}.search-form{position:relative}.search-form input[type=search],.search-form input.search-field{padding-right:60px;width:100%}.search-form .search-submit[type=submit]{top:0;right:0;bottom:0;position:absolute;color:rgba(0,0,0,0);background:rgba(0,0,0,0);z-index:2;width:50px;border:0;padding:8px 12px 7px;border-radius:0;box-shadow:none;overflow:hidden}.search-form .search-submit[type=submit]:hover,.search-form .search-submit[type=submit]:focus{color:rgba(0,0,0,0);background:rgba(0,0,0,0);box-shadow:none}.search-form .kadence-search-icon-wrap{position:absolute;right:0;top:0;height:100%;width:50px;padding:0;text-align:center;background:0 0;z-index:3;cursor:pointer;pointer-events:none;color:var(--global-palette6);text-shadow:none;display:flex;align-items:center;justify-content:center}.search-form .search-submit[type=submit]:hover~.kadence-search-icon-wrap{color:var(--global-palette4)}body.rtl .search-form .button[type=submit],body.rtl .search-form .kadence-search-icon-wrap{left:0;right:auto}body.rtl .search-form input[type=search],body.rtl .search-form input.search-field{padding-right:.5em;padding-left:60px}fieldset{padding:.625em 1.425em .625em;border:1px solid var(--global-gray-500);margin-top:1.2em;margin-bottom:1.2em}.affwp-form fieldset{padding:0}legend{font-weight:bold}button,.button,.wp-block-button__link,.wp-element-button,input[type=button],input[type=reset],input[type=submit]{border-radius:3px;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);padding:.4em 1em;border:0;font-size:1.125rem;line-height:1.6;display:inline-block;font-family:inherit;cursor:pointer;text-decoration:none;transition:all .2s ease;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}button:visited,.button:visited,.wp-block-button__link:visited,.wp-element-button:visited,input[type=button]:visited,input[type=reset]:visited,input[type=submit]:visited{background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}button:hover,button:focus,button:active,.button:hover,.button:focus,.button:active,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-block-button__link:active,.wp-element-button:hover,.wp-element-button:focus,.wp-element-button:active,input[type=button]:hover,input[type=button]:focus,input[type=button]:active,input[type=reset]:hover,input[type=reset]:focus,input[type=reset]:active,input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}button:disabled,button.disabled,.button:disabled,.button.disabled,.wp-block-button__link:disabled,.wp-block-button__link.disabled,.wp-element-button:disabled,.wp-element-button.disabled,input[type=button]:disabled,input[type=button].disabled,input[type=reset]:disabled,input[type=reset].disabled,input[type=submit]:disabled,input[type=submit].disabled{cursor:not-allowed;opacity:.5}.elementor-button-wrapper .elementor-button{background-color:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus,.elementor-button-wrapper .elementor-button:active{color:var(--global-palette-btn-hover);background-color:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}.button.button-size-small{font-size:80%;padding:.3em .7em}.button.button-size-large{font-size:110%;padding:.6em 1.2em}.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button{padding:.4em 1em}.button.button-style-outline,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button,.button.kb-btn-global-outline{border:2px solid currentColor}.button.button-style-outline:hover,.button.button-style-outline:focus,.button.button-style-outline:active,.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:active,.wp-block-button.is-style-outline .wp-element-button:hover,.wp-block-button.is-style-outline .wp-element-button:focus,.wp-block-button.is-style-outline .wp-element-button:active,.button.kb-btn-global-outline:hover,.button.kb-btn-global-outline:focus,.button.kb-btn-global-outline:active{border:2px solid currentColor;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.wp-block-button.is-style-outline .wp-element-button:not(.has-background),.button.button-style-outline:not(.has-background),.button.kb-btn-global-outline:not(.has-background){background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):active,.button.button-style-outline:not(.has-background):hover,.button.button-style-outline:not(.has-background):focus,.button.button-style-outline:not(.has-background):active,.button.kb-btn-global-outline:not(.has-background):hover,.button.kb-btn-global-outline:not(.has-background):focus,.button.kb-btn-global-outline:not(.has-background):active{background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color),.button-style-outline:not(.has-text-color),.kb-btn-global-outline:not(.has-text-color){color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):visited,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):visited,.button-style-outline:not(.has-text-color):visited,.kb-btn-global-outline:not(.has-text-color):visited{color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active,.button-style-outline:not(.has-text-color):hover,.button-style-outline:not(.has-text-color):focus,.button-style-outline:not(.has-text-color):active,.kb-btn-global-outline:not(.has-text-color):hover,.kb-btn-global-outline:not(.has-text-color):focus,.kb-btn-global-outline:not(.has-text-color):active{color:var(--global-palette-btn-out-hover, var(--global-palette-btn-bg-hover))}button.button-style-secondary,.button.button-style-secondary,.wp-block-button__link.button-style-secondary,.wp-element-button.button-style-secondary,input[type=button].button-style-secondary,input[type=reset].button-style-secondary,input[type=submit].button-style-secondary{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:visited,.button.button-style-secondary:visited,.wp-block-button__link.button-style-secondary:visited,.wp-element-button.button-style-secondary:visited,input[type=button].button-style-secondary:visited,input[type=reset].button-style-secondary:visited,input[type=submit].button-style-secondary:visited{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:hover,button.button-style-secondary:focus,button.button-style-secondary:active,.button.button-style-secondary:hover,.button.button-style-secondary:focus,.button.button-style-secondary:active,.wp-block-button__link.button-style-secondary:hover,.wp-block-button__link.button-style-secondary:focus,.wp-block-button__link.button-style-secondary:active,.wp-element-button.button-style-secondary:hover,.wp-element-button.button-style-secondary:focus,.wp-element-button.button-style-secondary:active,input[type=button].button-style-secondary:hover,input[type=button].button-style-secondary:focus,input[type=button].button-style-secondary:active,input[type=reset].button-style-secondary:hover,input[type=reset].button-style-secondary:focus,input[type=reset].button-style-secondary:active,input[type=submit].button-style-secondary:hover,input[type=submit].button-style-secondary:focus,input[type=submit].button-style-secondary:active{color:var(--global-palette-btn-sec-hover);background:var(--global-palette-btn-sec-bg-hover)}.kadence-svg-iconset{display:inline-flex;align-self:center}.kadence-svg-iconset svg{height:1em;width:1em}.kadence-svg-iconset.svg-baseline svg{top:.125em;position:relative}body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore){color:#fff}body.social-brand-colors .social-show-brand-until.social-style-outline .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore){border-color:currentColor}:root .has-theme-palette-1-background-color,:root .has-theme-palette1-background-color{background-color:var(--global-palette1)}:root .has-theme-palette-1-color,:root .has-theme-palette1-color{color:var(--global-palette1)}:root .has-theme-palette-2-background-color,:root .has-theme-palette2-background-color{background-color:var(--global-palette2)}:root .has-theme-palette-2-color,:root .has-theme-palette2-color{color:var(--global-palette2)}:root .has-theme-palette-3-background-color,:root .has-theme-palette3-background-color{background-color:var(--global-palette3)}:root .has-theme-palette-3-color,:root .has-theme-palette3-color{color:var(--global-palette3)}:root .has-theme-palette-4-background-color,:root .has-theme-palette4-background-color{background-color:var(--global-palette4)}:root .has-theme-palette-4-color,:root .has-theme-palette4-color{color:var(--global-palette4)}:root .has-theme-palette-5-background-color,:root .has-theme-palette5-background-color{background-color:var(--global-palette5)}:root .has-theme-palette-5-color,:root .has-theme-palette5-color{color:var(--global-palette5)}:root .has-theme-palette-6-background-color,:root .has-theme-palette6-background-color{background-color:var(--global-palette6)}:root .has-theme-palette-6-color,:root .has-theme-palette6-color{color:var(--global-palette6)}:root .has-theme-palette-7-background-color,:root .has-theme-palette7-background-color{background-color:var(--global-palette7)}:root .has-theme-palette-7-color,:root .has-theme-palette7-color{color:var(--global-palette7)}:root .has-theme-palette-8-background-color,:root .has-theme-palette8-background-color{background-color:var(--global-palette8)}:root .has-theme-palette-8-color,:root .has-theme-palette8-color{color:var(--global-palette8)}:root .has-theme-palette-9-background-color,:root .has-theme-palette9-background-color{background-color:var(--global-palette9)}:root .has-theme-palette-9-color,:root .has-theme-palette9-color{color:var(--global-palette9)}:root .has-theme-palette-10-background-color,:root .has-theme-palette10-background-color{background-color:var(--global-palette10)}:root .has-theme-palette-10-color,:root .has-theme-palette10-color{color:var(--global-palette10)}:root .has-theme-palette-11-background-color,:root .has-theme-palette11-background-color{background-color:var(--global-palette11)}:root .has-theme-palette-11-color,:root .has-theme-palette11-color{color:var(--global-palette11)}:root .has-theme-palette-12-background-color,:root .has-theme-palette12-background-color{background-color:var(--global-palette12)}:root .has-theme-palette-12-color,:root .has-theme-palette12-color{color:var(--global-palette12)}:root .has-theme-palette-13-background-color,:root .has-theme-palette13-background-color{background-color:var(--global-palette13)}:root .has-theme-palette-13-color,:root .has-theme-palette13-color{color:var(--global-palette13)}:root .has-theme-palette-14-background-color,:root .has-theme-palette14-background-color{background-color:var(--global-palette14)}:root .has-theme-palette-14-color,:root .has-theme-palette14-color{color:var(--global-palette14)}:root .has-theme-palette-15-background-color,:root .has-theme-palette15-background-color{background-color:var(--global-palette15)}:root .has-theme-palette-15-color,:root .has-theme-palette15-color{color:var(--global-palette15)}.kt-clear{*zoom:1}.kt-clear::before,.kt-clear::after{content:" ";display:table}.kt-clear::after{clear:both}#wpadminbar{position:fixed !important}.content-area{margin:var(--global-xxl-spacing) 0}.entry-content{word-break:break-word}.entry-content table{word-break:normal}.body{overflow-x:hidden}.scroll a *,a.scroll *{pointer-events:none}.content-width-fullwidth .content-container.site-container{max-width:none;padding:0}.content-width-fullwidth .content-area,.content-vertical-padding-hide .content-area{margin-top:0;margin-bottom:0}.content-vertical-padding-top .content-area{margin-bottom:0}.content-vertical-padding-bottom .content-area{margin-top:0}.site-container,.site-header-row-layout-contained,.site-footer-row-layout-contained,.entry-hero-layout-contained,.alignfull>.wp-block-cover__inner-container,.alignwide>.wp-block-cover__inner-container{margin:0 auto;padding:0 var(--global-content-edge-padding)}.kt-row-layout-inner>.kb-theme-content-width,.kt-row-layout-inner.kt-row-has-bg>.kb-theme-content-width{padding-left:var(--global-content-edge-padding);padding-right:var(--global-content-edge-padding)}.content-bg{background:#fff}.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap{padding:0}.content-style-unboxed .content-bg:not(.loop-entry){background:rgba(0,0,0,0)}.content-style-unboxed .entry:not(.loop-entry){box-shadow:none;border-radius:0}@media screen and (min-width: 1025px){.has-sidebar .content-container{display:grid;grid-template-columns:5fr 2fr;grid-gap:var(--global-xl-spacing);justify-content:center}#secondary{grid-column:2;grid-row:1;min-width:0}.has-left-sidebar .content-container{grid-template-columns:2fr 5fr}.has-left-sidebar #main{grid-column:2;grid-row:1}.has-left-sidebar #secondary{grid-column:1;grid-row:1}.has-sidebar .wp-site-blocks .content-container .alignwide,.has-sidebar .wp-site-blocks .content-container .alignfull{width:unset;max-width:unset;margin-left:0;margin-right:0}.has-sidebar .content-container .kadence-thumbnail-position-behind.alignwide{margin-left:-10px;margin-right:-10px}}#kt-scroll-up-reader,#kt-scroll-up{position:fixed;transform:translateY(40px);transition:all .2s ease;opacity:0;z-index:1000;display:flex;cursor:pointer}#kt-scroll-up-reader *,#kt-scroll-up *{pointer-events:none}#kt-scroll-up-reader.scroll-up-style-outline,#kt-scroll-up.scroll-up-style-outline{background:rgba(0,0,0,0)}.scroll-up-style-filled{color:var(--global-palette9);background:var(--global-palette4)}.scroll-up-style-filled:hover{color:var(--global-palette9)}.scroll-up-style-outline,.scroll-up-wrap.scroll-up-style-outline{border-width:2px;border-style:solid;border-color:currentColor;color:var(--global-palette4)}.scroll-up-style-outline:hover{color:var(--global-palette5)}#kt-scroll-up.scroll-visible{transform:translateY(0px);opacity:1}#kt-scroll-up-reader{transform:translateY(0px);transition:all 0s ease}#kt-scroll-up-reader:not(:focus){clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;overflow:hidden;word-wrap:normal !important}#kt-scroll-up-reader:focus{transform:translateY(0px);opacity:1;box-shadow:none;z-index:1001}@media screen and (max-width: 719px){.vs-sm-false{display:none !important}}@media screen and (min-width: 720px)and (max-width: 1024px){.vs-md-false{display:none !important}}@media screen and (min-width: 1025px){.vs-lg-false{display:none !important}}body.logged-in .vs-logged-in-false{display:none !important}body:not(.logged-in) .vs-logged-out-false{display:none !important}.infinite-scroll .posts-navigation,.infinite-scroll .pagination,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#wrapper{overflow:hidden;overflow:clip}.kadence-scrollbar-fixer{margin-right:var(--scrollbar-offset, unset)}.kadence-scrollbar-fixer .item-is-fixed{right:var(--scrollbar-offset, 0)}.alignleft{float:left;margin-right:var(--global-md-spacing)}.alignright{float:right;margin-left:var(--global-md-spacing)}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;text-align:center}body.footer-on-bottom #wrapper{min-height:100vh;display:flex;flex-direction:column}body.footer-on-bottom.admin-bar #wrapper{min-height:calc(100vh - 32px)}body.footer-on-bottom #inner-wrap{flex:1 0 auto}.kadence-pro-fixed-item>.kadence-element-wrap>p:first-child:last-child,.kadence-pro-fixed-item>p:first-child:last-child{margin:0}.site-branding{max-height:inherit}.site-branding a.brand{display:flex;gap:1em;flex-direction:row;align-items:center;text-decoration:none;color:inherit;max-height:inherit}.site-branding a.brand img{display:block}.site-branding .site-title{margin:0}.site-branding .site-description{margin:.4375em 0 0;word-wrap:break-word}.site-branding.branding-layout-standard-reverse a.brand{flex-direction:row-reverse}.site-branding.branding-layout-vertical.site-title-top a.brand .site-title-wrap{order:-1}.site-branding.branding-layout-vertical.site-title-top a.brand .site-description{margin:0}.site-branding.branding-layout-vertical a.brand{flex-direction:column}.site-branding.branding-layout-vertical-reverse a.brand{flex-direction:column-reverse}.site-header-section-center .site-branding.branding-layout-vertical a.brand,.site-header-section-center .site-branding.branding-layout-vertical-reverse a.brand{text-align:center}.site-header-section-center .site-branding.branding-layout-vertical a.brand img,.site-header-section-center .site-branding.branding-layout-vertical-reverse a.brand img{margin-left:auto;margin-right:auto}@media screen and (max-width: 1024px){.site-branding.branding-tablet-layout-standard-reverse a.brand{flex-direction:row-reverse}.site-branding.branding-tablet-layout-vertical.site-title-top a.brand .site-title-wrap{order:-1}.site-branding.branding-tablet-layout-vertical a.brand{flex-direction:column}.site-branding.branding-tablet-layout-vertical-reverse a.brand{flex-direction:column-reverse}}@media screen and (max-width: 719px){.site-branding.branding-mobile-layout-standard:not(.site-brand-logo-only) a.brand{flex-direction:row}.site-branding.branding-mobile-layout-standard-reverse a.brand{flex-direction:row-reverse}.site-branding.branding-mobile-layout-vertical.site-title-top a.brand .site-title-wrap{order:-1}.site-branding.branding-mobile-layout-vertical a.brand{flex-direction:column}.site-branding.branding-mobile-layout-vertical-reverse a.brand{flex-direction:column-reverse}}.site-header-row-center-column .brand:not(.has-logo-image) .site-title-wrap{text-align:center}.logo-icon{display:flex}.logo-icon .kadence-svg-iconset svg{width:100%;height:auto}.header-navigation ul ul.sub-menu,.header-navigation ul ul.submenu{display:none;position:absolute;top:100%;flex-direction:column;background:#fff;margin-left:0;box-shadow:0 2px 13px rgba(0,0,0,.1);z-index:1000}.header-navigation ul ul.quadmenu-row{flex-direction:row}body:not(.hide-focus-outline) .header-navigation li.menu-item--has-toggle>a:focus .dropdown-nav-toggle{opacity:.2}.header-navigation ul ul.sub-menu>li:last-child,.header-navigation ul ul.submenu>li:last-child{border-bottom:0}.header-navigation ul ul.sub-menu.sub-menu-edge{left:auto;right:0}.header-navigation ul ul ul.sub-menu.sub-menu-edge{left:auto;right:100%}.header-navigation[class*=header-navigation-dropdown-animation-fade] ul ul.sub-menu,.header-navigation[class*=header-navigation-dropdown-animation-fade] ul ul.submenu{opacity:0;visibility:hidden;transform:translate3d(0, 0, 0);transition:all .2s ease;display:block;clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden}.header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li:hover>ul,.header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li.menu-item--toggled-on>ul,.header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li:not(.menu-item--has-toggle):focus>ul{opacity:1;visibility:visible;transform:translate3d(0, 0, 0);clip:auto;height:auto;overflow:visible}.header-navigation[class*=header-navigation-dropdown-animation-fade].click-to-open ul li>ul.opened,.header-navigation[class*=header-navigation-dropdown-animation-fade].click-to-open ul li.menu-item--toggled-on>ul,.header-navigation[class*=header-navigation-dropdown-animation-fade].click-to-open ul li:not(.menu-item--has-toggle):focus>ul{opacity:1;visibility:visible;transform:translate3d(0, 0, 0);clip:auto;height:auto;overflow:visible}.header-navigation.header-navigation-dropdown-animation-fade-up ul ul.sub-menu,.header-navigation.header-navigation-dropdown-animation-fade-up ul ul.submenu{transform:translate3d(0, 10px, 0)}.header-navigation.header-navigation-dropdown-animation-fade-down ul ul.sub-menu,.header-navigation.header-navigation-dropdown-animation-fade-down ul ul.submenu{transform:translate3d(0, -10px, 0)}.wp-site-blocks .nav--toggle-sub .dropdown-nav-special-toggle{position:absolute !important;overflow:hidden;padding:0 !important;margin:0 !important;margin-right:-0.1em !important;border:0 !important;width:.9em;top:0;bottom:0;height:auto;border-radius:0;box-shadow:none !important;background:rgba(0,0,0,0) !important;display:block;left:auto;right:.7em;pointer-events:none}.wp-site-blocks .nav--toggle-sub .sub-menu .dropdown-nav-special-toggle{width:2.6em;margin:0 !important;right:0}.nav--toggle-sub .dropdown-nav-special-toggle:focus{z-index:10}.nav--toggle-sub .dropdown-nav-toggle{display:block;background:rgba(0,0,0,0);position:absolute;right:0;top:50%;width:.7em;height:.7em;font-size:inherit;width:.9em;height:.9em;font-size:.9em;display:inline-flex;line-height:inherit;margin:0;padding:0;border:none;border-radius:0;transform:translateY(-50%);overflow:visible;transition:opacity .2s ease}.nav--toggle-sub ul ul .dropdown-nav-toggle{right:.2em}.nav--toggle-sub ul ul .dropdown-nav-toggle .kadence-svg-iconset{transform:rotate(-90deg)}.nav--toggle-sub li.menu-item-has-children{position:relative}.nav-drop-title-wrap{position:relative;padding-right:1em;display:block}.nav--toggle-sub:not(.click-to-open) li:hover>ul,.nav--toggle-sub li.menu-item--toggled-on>ul,.nav--toggle-sub li:not(.menu-item--has-toggle):focus>ul,.nav--toggle-sub.click-to-open li.menu-item--has-toggle>ul.opened{display:block}.nav--toggle-sub li:not(.menu-item--has-toggle):focus-within>ul{display:block}@media(hover: none){.wp-site-blocks .nav--toggle-sub .menu-item--has-toggle:not(.menu-item--toggled-on) .dropdown-nav-special-toggle{left:0;right:0 !important;margin-right:0 !important;width:100%;pointer-events:all}.wp-site-blocks .nav--toggle-sub .menu-item--has-toggle:not(.menu-item--toggled-on)>a{pointer-events:none}}.rtl .nav--toggle-sub .dropdown-nav-toggle{right:auto;left:0}.rtl .primary-menu-container>ul>li.menu-item .dropdown-nav-special-toggle{right:auto;left:.7em}.rtl .wp-site-blocks .nav--toggle-sub .sub-menu .dropdown-nav-special-toggle{left:0;right:auto}.rtl .nav--toggle-sub ul ul .dropdown-nav-toggle .kadence-svg-iconset{transform:rotate(-270deg)}.rtl .header-navigation ul ul ul.sub-menu,.rtl .header-navigation ul ul ul.submenu{right:100%;left:auto}.rtl .nav-drop-title-wrap{padding-left:1em;padding-right:0}.wp-site-blocks .nav--toggle-sub .kadence-menu-mega-enabled .sub-menu .dropdown-nav-special-toggle{display:none}.header-navigation-style-underline-fullheight,.header-navigation-style-fullheight{height:100%;align-items:center}.header-navigation-style-underline-fullheight .header-menu-container,.header-navigation-style-fullheight .header-menu-container{height:100%;align-items:center}.header-navigation-style-underline-fullheight .header-menu-container>ul,.header-navigation-style-fullheight .header-menu-container>ul{height:100%;align-items:center}.header-navigation-style-underline-fullheight .header-menu-container>ul>li,.header-navigation-style-fullheight .header-menu-container>ul>li{display:flex;height:100%;align-items:center}.header-navigation-style-underline-fullheight .header-menu-container>ul>li>a,.header-navigation-style-fullheight .header-menu-container>ul>li>a{display:flex;height:100%;align-items:center}.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a{position:relative}.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:after{content:"";width:100%;position:absolute;bottom:0px;height:2px;right:50%;background:currentColor;transform:scale(0, 0) translate(-50%, 0);transition:transform .2s ease-in-out,color 0s ease-in-out}.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:hover:after{transform:scale(1, 1) translate(50%, 0)}.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li.current-menu-item>a:after,.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li.current-page-item>a:after{transform:scale(1, 1) translate(50%, 0)}.header-navigation,.header-menu-container{display:flex}.header-navigation li.menu-item>a{display:block;width:100%;text-decoration:none;color:var(--global-palette4);transition:all .2s ease-in-out;transform:translate3d(0, 0, 0)}.header-navigation li.menu-item>a:hover,.header-navigation li.menu-item>a:focus{color:var(--global-palette-highlight)}.header-navigation ul.sub-menu,.header-navigation ul.submenu{display:block;list-style:none;margin:0;padding:0}.header-navigation ul li.menu-item>a{padding:.6em .5em}.header-navigation ul ul li.menu-item>a{padding:1em;outline-offset:-2px}.header-navigation ul ul li.menu-item>a{width:200px}.header-navigation ul ul ul.sub-menu,.header-navigation ul ul ul.submenu{top:0;left:100%;right:auto;min-height:100%}.header-navigation .menu{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;list-style:none;margin:0;padding:0}.menu-toggle-open{display:flex;background:rgba(0,0,0,0);align-items:center;box-shadow:none}.menu-toggle-open .menu-toggle-label{padding-right:5px}.menu-toggle-open .menu-toggle-icon{display:flex}.menu-toggle-open .menu-toggle-label:empty{padding-right:0px}.menu-toggle-open:hover,.menu-toggle-open:focus{border-color:currentColor;background:rgba(0,0,0,0);box-shadow:none}.menu-toggle-open.menu-toggle-style-default{border:0}.wp-site-blocks .menu-toggle-open{box-shadow:none}.mobile-navigation{width:100%}.mobile-navigation a{display:block;width:100%;text-decoration:none;padding:.6em .5em}.mobile-navigation ul{display:block;list-style:none;margin:0;padding:0}.drawer-nav-drop-wrap{display:flex;position:relative}.drawer-nav-drop-wrap a{color:inherit}.drawer-nav-drop-wrap .drawer-sub-toggle{background:rgba(0,0,0,0);color:inherit;padding:.5em .7em;display:flex;border:0;border-radius:0;box-shadow:none;line-height:normal}.drawer-nav-drop-wrap .drawer-sub-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap .drawer-sub-toggle{position:absolute;left:0;z-index:10;top:0;bottom:0;justify-content:flex-end;width:100%}.mobile-navigation ul ul{padding-left:1em;transition:all .2s ease-in-out}.mobile-navigation ul.has-collapse-sub-nav ul.sub-menu{display:none}body[class*=amp-mode-] .mobile-navigation ul ul{display:block}.mobile-navigation ul ul ul ul ul ul{padding-left:0}.mobile-navigation ul.has-collapse-sub-nav .sub-menu.show-drawer{display:block}.popup-drawer{position:fixed;display:none;top:0;bottom:0;left:-99999rem;right:99999rem;transition:opacity .25s ease-in,left 0s .25s,right 0s .25s;z-index:100000}.popup-drawer .drawer-overlay{background-color:rgba(0,0,0,.4);position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .2s ease-in-out}.popup-drawer .drawer-inner{width:100%;transform:translateX(100%);max-width:90%;right:0;top:0;overflow:auto;background:#090c10;color:#fff;bottom:0;opacity:0;position:fixed;box-shadow:0 0 2rem 0 rgba(0,0,0,.1);display:flex;flex-direction:column;transition:transform .3s cubic-bezier(0.77, 0.2, 0.05, 1),opacity .25s cubic-bezier(0.77, 0.2, 0.05, 1)}.popup-drawer .drawer-header{padding:0 1.5em;display:flex;justify-content:flex-end;min-height:calc(1.2em + 24px)}.popup-drawer .drawer-header .drawer-toggle{background:rgba(0,0,0,0);border:0;font-size:24px;line-height:1;padding:.6em .15em;color:inherit;display:flex;box-shadow:none;border-radius:0}.popup-drawer .drawer-header .drawer-toggle:hover{box-shadow:none}.popup-drawer .drawer-content{padding:0 1.5em 1.5em}.popup-drawer-layout-sidepanel.popup-drawer-side-left .drawer-inner{transform:translateX(-100%);right:auto;left:0}@media screen and (max-width: 1024px){.showing-popup-drawer-from-right.animate-body-popup #inner-wrap,.showing-popup-drawer-from-right.animate-body-popup #colophon,.showing-popup-drawer-from-right.animate-body-popup .site-header-row{transform:translateX(-200px)}.showing-popup-drawer-from-left.animate-body-popup #inner-wrap,.showing-popup-drawer-from-left.animate-body-popup #colophon,.showing-popup-drawer-from-left.animate-body-popup .site-header-row{transform:translateX(200px)}.animate-body-popup #inner-wrap,.animate-body-popup .site-header-row,.animate-body-popup #colophon{transform:none;transition:transform .3s cubic-bezier(0.77, 0.2, 0.05, 1)}}.popup-drawer-animation-scale.popup-drawer-layout-fullwidth .drawer-inner{transform:scale(0);transform-origin:top right;transition:transform .3s cubic-bezier(0.77, 0.2, 0.05, 1),opacity .3s cubic-bezier(0.77, 0.2, 0.05, 1)}.popup-drawer-animation-scale.popup-drawer-layout-fullwidth.popup-drawer-side-left .drawer-inner{transform-origin:top left}.popup-drawer-animation-scale.popup-drawer-layout-fullwidth.active .drawer-inner{transform:scale(1)}#mobile-drawer.popup-drawer-animation-slice.popup-drawer-layout-fullwidth .drawer-overlay,#mobile-drawer.popup-drawer-animation-slice.popup-drawer-layout-fullwidth .drawer-inner{background:rgba(0,0,0,0)}.popup-drawer .drawer-header .drawer-toggle{width:1em;position:relative;height:1em;box-sizing:content-box;font-size:24px}.drawer-toggle .toggle-close-bar{width:.75em;height:.08em;background:currentColor;transform-origin:center center;position:absolute;margin-top:-0.04em;opacity:0;border-radius:.08em;left:50%;margin-left:-0.375em;top:50%;transform:rotate(45deg) translateX(-50%);transition:transform .3s cubic-bezier(0.77, 0.2, 0.05, 1),opacity .3s cubic-bezier(0.77, 0.2, 0.05, 1);transition-delay:.2s}.drawer-toggle .toggle-close-bar:last-child{transform:rotate(-45deg) translateX(50%)}.popup-drawer.active .drawer-toggle .toggle-close-bar{transform:rotate(45deg);opacity:1}.popup-drawer.active .drawer-toggle .toggle-close-bar:last-child{transform:rotate(-45deg);opacity:1}.popup-drawer .drawer-content.content-valign-middle{min-height:calc(100% - (1.2em + 24px));display:flex;justify-content:safe center;flex-direction:column;padding-bottom:calc(1.2em + 24px);overflow:auto}.popup-drawer .drawer-content.content-valign-bottom{min-height:calc(100% - (1.2em + 24px));display:flex;justify-content:flex-end;flex-direction:column;padding-bottom:calc(1.2em + 24px);max-height:calc(100% - (1.2em + 24px));overflow:auto}.popup-drawer .drawer-content.content-valign-bottom .site-header-item-mobile-navigation{display:block;overflow:auto;max-height:calc(100% - (1.2em + 24px))}.popup-drawer .drawer-content.content-align-center{text-align:center}.popup-drawer .drawer-content.content-align-center .site-header-item{justify-content:center}.popup-drawer .drawer-content.content-align-right{text-align:right}.popup-drawer .drawer-content.content-align-right .site-header-item{justify-content:flex-end}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .drawer-inner{transform:none}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-slice-background{transform-origin:center;transform:none;position:absolute;display:flex;flex-flow:column;align-items:stretch;top:0;left:0;right:0;bottom:0;z-index:-1}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg{flex:1 1 100%;background:rgba(9,12,16,.97);transform:translateX(-100%);transition:transform .3s cubic-bezier(0.77, 0.2, 0.05, 1)}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg:nth-child(odd){transform:translateX(100%)}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .drawer-content{transform:translateY(20px);opacity:0;transition:all .4s ease}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.active .pop-portion-bg{transform:translateX(0)}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.active .drawer-content{transform:translateY(0px);opacity:1;transition:all .4s ease;transition-delay:.2s}@media screen and (max-width: 1024px){.popup-drawer-layout-sidepanel.popup-mobile-drawer-side-right .drawer-inner{transform:translateX(100%);right:0;left:auto}.popup-drawer-layout-sidepanel.popup-mobile-drawer-side-left .drawer-inner{transform:translateX(-100%);right:auto;left:0}}body.admin-bar .popup-drawer{top:46px}body.admin-bar .popup-drawer .drawer-inner{top:46px}@media screen and (min-width: 783px){body.admin-bar .popup-drawer{top:32px}body.admin-bar .popup-drawer .drawer-inner{top:32px}}.popup-drawer.show-drawer{display:block}.popup-drawer.active{left:0;opacity:1;right:0;transition:opacity .25s ease-out}.popup-drawer.active .drawer-inner{opacity:1;transform:translateX(0%)}.popup-drawer.active .drawer-overlay{opacity:1;cursor:pointer}body[class*=showing-popup-drawer-]{overflow:hidden}.site .header-navigation .header-menu-container .menu-item.nav-button{margin:0 .25em}.site .header-navigation .header-menu-container .menu-item.nav-button>a{margin:0;padding:.8em 1.5em .8em 1.5em;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);font-style:normal;font-size:16px;line-height:1.4;border-radius:12px}.site .header-navigation .header-menu-container .menu-item.nav-button>a:hover,.site .header-navigation .header-menu-container .menu-item.nav-button>a:focus{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover)}@media screen and (max-width: 1024px){.mobile-menu-container .menu-item.nav-button>a{width:100%;text-align:center;margin:0;padding:.8em 1.5em .8em 1.5em;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);font-style:normal;font-size:16px;line-height:1.4;border-radius:12px}.mobile-menu-container .menu-item.nav-button>a:hover,.mobile-menu-container .menu-item.nav-button>a:focus{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover)}}#main-header{display:none}#masthead{position:relative;z-index:11}@media screen and (min-width: 1025px){#main-header{display:block}#mobile-header{display:none}}.header-html-inner img.alignnone{display:inline-block}.drawer-content .mobile-html,.drawer-content .mobile-html2{width:100%}.site-header-row{display:grid;grid-template-columns:auto auto}.site-header-row.site-header-row-center-column{grid-template-columns:1fr auto 1fr}.site-header-row.site-header-row-only-center-column{display:flex;justify-content:center}.site-header-row.site-header-row-only-center-column .site-header-section-center{flex-grow:1}.site-header-upper-inner-wrap.child-is-fixed{display:flex;align-items:flex-end}.site-header-upper-inner-wrap.child-is-fixed .site-main-header-wrap{width:100%}.site-header-row-layout-fullwidth>.site-header-row-container-inner>.site-container{max-width:none}.site-header-row-tablet-layout-contained{padding:0 1.5rem}@media screen and (max-width: 719px){.site-header-focus-item.site-header-row-mobile-layout-contained{padding:0 1.5rem}.site-header-focus-item.site-header-row-mobile-layout-fullwidth,.site-header-focus-item.site-header-row-mobile-layout-standard{padding:0}}.site-header-section{display:flex;max-height:inherit}.site-header-item{display:flex;align-items:center;margin-right:10px;max-height:inherit}.rtl .site-header-item{margin-left:10px;margin-right:0px}.site-header-section>.site-header-item:last-child{margin-right:0}.rtl .site-header-section>.site-header-item:last-child{margin-left:0px}.drawer-content .site-header-item{margin-right:0;margin-bottom:10px}.drawer-content .site-header-item:last-child{margin-bottom:0}.site-header-section-right{justify-content:flex-end}.site-header-section-center{justify-content:center}.site-header-section-left-center{flex-grow:1;justify-content:flex-end}.site-header-section-right-center{flex-grow:1;justify-content:flex-start}.header-navigation-layout-stretch-true{flex-grow:1}.header-navigation-layout-stretch-true .header-navigation{flex-grow:1}.header-navigation-layout-stretch-true .header-navigation .header-menu-container{flex-grow:1}.header-navigation-layout-stretch-true .header-navigation .header-menu-container .menu{flex-grow:1;justify-content:space-between}.header-navigation-layout-stretch-true.header-navigation-layout-fill-stretch-true .header-navigation .header-menu-container .menu{display:grid;grid-template-columns:repeat(auto-fit, minmax(60px, 1fr))}.header-navigation-layout-stretch-true.header-navigation-layout-fill-stretch-true .header-navigation .header-menu-container .menu>li{text-align:center}.header-html-inner p:first-child{margin-top:0}.header-html-inner p:last-child{margin-bottom:0}#main-header .header-button.button-style-outline{background:rgba(0,0,0,0) !important}.element-social-inner-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:.3em}a.social-button{width:2em;text-decoration:none;height:2em;display:inline-flex;justify-content:center;align-items:center;margin:0;color:var(--global-palette4);background:var(--global-palette7);border-radius:3px;transition:all .2s ease-in-out}a.social-button:hover{color:var(--global-palette-btn);background:var(--global-palette-btn-bg)}a.social-button .social-label{padding-left:6px}.social-show-label-true a.social-button{width:auto;padding:0 .4em}.social-style-outline .social-button{background:rgba(0,0,0,0) !important;border:2px solid var(--global-palette7)}.social-style-outline .social-button:hover{color:var(--global-palette-highlight);border-color:currentColor}.social-icon-custom-svg{display:inline-flex;align-self:center}.social-icon-custom-svg svg{fill:currentcolor;width:1em;height:1em}.social-icon-custom-svg svg *{fill:currentColor}.search-toggle-open{display:flex;background:rgba(0,0,0,0);align-items:center;padding:.5em;box-shadow:none}.search-toggle-open .search-toggle-label{padding-right:5px}.search-toggle-open .search-toggle-icon{display:flex}.search-toggle-open .search-toggle-icon svg.kadence-svg-icon{top:-0.05em;position:relative}.search-toggle-open .search-toggle-label:empty{padding-right:0px}.search-toggle-open:hover,.search-toggle-open:focus{border-color:currentColor;background:rgba(0,0,0,0);box-shadow:none}.search-toggle-open.search-toggle-style-default{border:0}.popup-drawer-layout-fullwidth .drawer-inner{max-width:none;background:rgba(9,12,16,.97);transition:transform 0s ease-in,opacity .2s ease-in}.popup-drawer-layout-fullwidth .drawer-inner .drawer-overlay{background-color:rgba(0,0,0,0)}#mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated .drawer-inner{background:rgba(9,12,16,.97)}#search-drawer .drawer-inner .drawer-header{position:relative;z-index:100}#search-drawer .drawer-inner .drawer-content{display:flex;justify-content:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;padding:2em}#search-drawer .drawer-inner form{max-width:800px;width:100%;margin:0 auto;display:flex}#search-drawer .drawer-inner form label{flex-grow:2}#search-drawer .drawer-inner form ::-webkit-input-placeholder{color:currentColor;opacity:.5}#search-drawer .drawer-inner form ::-moz-placeholder{color:currentColor;opacity:.5}#search-drawer .drawer-inner form :-ms-input-placeholder{color:currentColor;opacity:.5}#search-drawer .drawer-inner form :-moz-placeholder{color:currentColor;opacity:.5}#search-drawer .drawer-inner input.search-field{width:100%;background:rgba(0,0,0,0);color:var(--global-palette6);padding:.8em 80px .8em .8em;font-size:20px;border:1px solid currentColor}#search-drawer .drawer-inner input.search-field:focus{color:#fff;box-shadow:5px 5px 0px 0px currentColor}#search-drawer .drawer-inner .search-submit[type=submit]{width:70px}#search-drawer .drawer-inner .kadence-search-icon-wrap{color:var(--global-palette6);width:70px}#search-drawer .drawer-inner .search-submit[type=submit]:hover~.kadence-search-icon-wrap{color:#fff}#search-drawer .drawer-inner button[type=submit]:hover~.kadence-search-icon-wrap{color:#fff}.site-header-upper-inner-wrap.child-is-fixed .site-top-header-wrap:not(.item-is-fixed){align-self:flex-start;flex-grow:1}.kadence-sticky-header{position:relative;z-index:1}.item-is-fixed{position:fixed;left:0;right:0;z-index:1200}.site-branding a.brand img.kadence-sticky-logo{display:none}.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand.has-sticky-logo img.kadence-sticky-logo{display:block}.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand.has-sticky-logo img{display:none}.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand img:not(.svg-logo-image){width:auto}.kadence-sticky-header.item-is-fixed:not(.item-at-start)[data-shrink=true] .site-branding a.brand picture img{max-height:inherit}#mobile-drawer{z-index:99999}#mobile-header .mobile-navigation>.mobile-menu-container.drawer-menu-container>ul.menu{display:flex;flex-wrap:wrap}#mobile-header .mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap>a{padding-right:2em}#mobile-header .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button{border:0}#mobile-header .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,#mobile-header .mobile-navigation ul li:not(.menu-item-has-children) a{border:0}.has-drop-cap:not(:focus):first-letter{float:left;line-height:1;font-size:80px;font-weight:600;margin:0 .125em 0 0;text-transform:uppercase}.wp-block-image{margin-bottom:0}.wp-block-image.has-custom-border img{border-style:solid}figure.wp-block-image.aligncenter img{display:inline-block}.wp-block-pullquote{border-top:0;border-bottom:0;color:var(--global-palette4)}.wp-block-pullquote blockquote{border:0;margin:0 auto;padding:2em;position:relative}.wp-block-pullquote blockquote::before{font-size:200px;line-height:40px;font-family:sans-serif;color:var(--global-palette7);z-index:0;position:absolute;left:35px;content:open-quote;top:80px}.wp-block-pullquote blockquote p{font-size:1.15em;font-style:italic;position:relative;z-index:1}.wp-block-pullquote blockquote cite{text-transform:uppercase}.wp-block-pullquote.is-style-solid-color:not(.has-background){background:var(--global-palette7)}.wp-block-pullquote.is-style-solid-color blockquote{padding:0}.wp-block-pullquote.is-style-solid-color blockquote:before{color:var(--global-palette9);left:-20px;top:45px}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:1.15em;font-style:italic}@media screen and (min-width: 767px){.wp-block-pullquote blockquote p,.wp-block-pullquote.is-style-solid-color blockquote p{font-size:1.3em}}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:1.5em auto;padding:0 1em}.wp-block-quote.is-large,.wp-block-quote.is-style-large{border:none}.wp-block-quote.has-text-align-right{border-left:none;border-right:4px solid var(--global-palette4);padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.single-content .wp-block-quote p{margin-bottom:var(--global-sm-spacing)}.single-content .wp-block-quote p:last-child{margin-bottom:0}.wp-block-cover{display:flex;align-items:center}.wp-block-table{border-collapse:collapse}.wp-block-table table{border-collapse:collapse}.wp-block-table thead{border-bottom:3px solid var(--global-palette6)}.wp-block-table tfoot{border-top:3px solid var(--global-palette6)}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid var(--global-palette6);word-break:normal}.wp-block-table img{display:inline-block}.wp-block-table.is-style-stripes thead{border-bottom:0}.wp-block-table.is-style-stripes tfoot{border-top:0}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border:0}.blocks-gallery-caption figcaption,.wp-block-embed figcaption,.wp-block-image figcaption,.wp-block-table figcaption,.wp-block-audio figcaption,.wp-block-video figcaption{color:var(--global-palette5);font-size:80%;text-align:center}.wp-block-separator{margin-left:auto;margin-right:auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:160px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-dots):not(.is-style-wide){height:2px}.wp-block-separator.is-style-dots:before{font-size:30px}ul.wp-block-social-links:not(.specificity){padding-left:0;padding-right:0}.single-content .wp-block-columns{margin-bottom:var(--global-md-spacing);margin-top:0}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid{display:grid;column-gap:2.5rem;row-gap:2.5rem;grid-template-columns:1fr;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright){display:block;height:0;padding-bottom:66.67%;overflow:hidden;position:relative}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright) img{flex:1;height:100%;object-fit:cover;width:100%;position:absolute}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li{margin:0;width:100%}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li>a{margin:1em 0 0;color:var(--global-palette3);text-decoration:none;font-size:1.3em;display:block}@media screen and (min-width: 767px){.wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-2{grid-template-columns:1fr 1fr}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-3{grid-template-columns:1fr 1fr 1fr}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-4{grid-template-columns:1fr 1fr 1fr 1fr}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-5{grid-template-columns:1fr 1fr 1fr 1fr 1fr}}.wp-block-latest-posts.wp-block-latest-posts__list{padding-left:0}.wp-block-latest-posts__list li{margin-top:var(--global-sm-spacing)}.wp-block-latest-posts__list li:after{clear:both;display:table;content:""}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{color:var(--global-palette6)}@media screen and (max-width: 540px){.wp-block-latest-posts__featured-image.alignleft{float:none;margin-bottom:1em}}figure.wp-block-gallery ul{padding:0}.wp-block-media-text .wp-block-media-text__media img,.wp-block-media-text .wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-group.has-background{padding:20px 30px;margin-top:0;margin-bottom:0}.entry-content .wp-block-group.has-background{padding:20px 30px}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none}.wp-block-search .wp-block-search__button{border-color:var(--global-gray-400)}.wp-block-search .wp-block-search__button:not(.has-text-color){color:var(--global-palette4)}.wp-block-search .wp-block-search__button:not(.has-background){background:var(--global-palette9)}.wp-block-search .wp-block-search__input{border-color:var(--global-gray-400)}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{border-color:var(--global-gray-400);border-radius:3px;background:var(--global-palette9)}.wp-block-navigation ul.wp-block-navigation__container{padding:0}.has-child .wp-block-navigation__container{min-width:12em;display:flex;flex-direction:column}.wp-block-yoast-how-to-block .schema-how-to-steps li{margin-bottom:var(--global-md-spacing)}.wp-block-yoast-how-to-block .schema-how-to-steps li .schema-how-to-step-text{margin-top:0}.single-content .wp-block-post-template,.single-content .wp-block-query-loop{padding:0}.single-content .wp-block-query .wp-block-post-featured-image.alignwide,.single-content .wp-block-query .wp-block-post-featured-image.alignfull{margin-left:0;margin-right:0}.single-content .wp-block-query .wp-block-post-featured-image.alignfull{width:auto}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin-bottom:1.5em;display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));grid-gap:.5em}.gallery .gallery-item{margin-top:0}.elementor-image-gallery .gallery{display:block}@media screen and (min-width: 40em){.gallery-columns-2{grid-template-columns:repeat(2, 1fr)}.gallery-columns-3{grid-template-columns:repeat(3, 1fr)}.gallery-columns-4{grid-template-columns:repeat(4, 1fr)}.gallery-columns-5{grid-template-columns:repeat(5, 1fr)}.gallery-columns-6{grid-template-columns:repeat(6, 1fr)}.gallery-columns-7{grid-template-columns:repeat(7, 1fr)}.gallery-columns-8{grid-template-columns:repeat(8, 1fr)}.gallery-columns-9{grid-template-columns:repeat(9, 1fr)}}.gallery-item{padding:.5em}.gallery-icon{display:flex;justify-content:center}.gallery-caption{font-size:80%}.gallery.entry{display:block}.pagination{margin:var(--global-lg-spacing) auto;overflow:hidden}.pagination .nav-links{justify-content:center;flex-wrap:wrap}.pagination .page-numbers{display:inline-block;margin-right:.5em;border:2px solid rgba(0,0,0,0);min-width:2.5em;line-height:2.25em;text-align:center;text-decoration:none;border-radius:.25rem;color:inherit}.pagination a:hover,.pagination a:focus,.pagination a:active{border-color:var(--global-palette-btn-bg)}.pagination .dots{min-width:auto;border:none}.pagination .current{border-color:var(--global-palette-btn-bg);background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.pagination .page-numbers:last-child{margin-right:0}.page-links{margin-top:var(--global-md-spacing);justify-content:center;flex-wrap:wrap;clear:both}.page-links .post-page-numbers{display:inline-block;margin-right:.2em;border:2px solid rgba(0,0,0,0);min-width:2.5em;line-height:2.25em;text-align:center;text-decoration:none;border-radius:.25rem;color:inherit}.page-links a:hover,.page-links a:focus,.page-links a:active{border-color:var(--global-palette-btn-bg)}.page-links .current{border-color:var(--global-palette-btn-bg);background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.page-links .post-page-numbers:first-child{margin-left:.5em}.page-links .post-page-numbers:last-child{margin-right:0}.comment-navigation,.post-navigation{margin:var(--global-lg-spacing) auto}.comment-navigation a,.post-navigation a{text-decoration:none;color:inherit;display:block}.comment-navigation a:hover,.post-navigation a:hover{color:var(--global-palette-highlight)}.comment-navigation .nav-links,.post-navigation .nav-links{display:grid;grid-template-columns:repeat(2, 1fr)}.comment-navigation .nav-previous,.post-navigation .nav-previous{position:relative}.comment-navigation .nav-previous .kadence-svg-iconset,.post-navigation .nav-previous .kadence-svg-iconset{padding-right:.5em}.comment-navigation .nav-previous a,.post-navigation .nav-previous a{padding-right:var(--global-xs-spacing)}.comment-navigation .nav-previous:after,.post-navigation .nav-previous:after{position:absolute;content:"";top:25%;right:0;width:1px;height:50%;background:var(--global-gray-500)}.comment-navigation .nav-next,.post-navigation .nav-next{grid-column-start:2;text-align:right}.comment-navigation .nav-next a,.post-navigation .nav-next a{padding-left:var(--global-xs-spacing)}.comment-navigation .nav-next .kadence-svg-iconset,.post-navigation .nav-next .kadence-svg-iconset{padding-left:.5em}.post-navigation-sub{margin-bottom:.5em}.post-navigation-sub small{text-transform:uppercase;display:inline-block;font-weight:bold;letter-spacing:.05em}.widget{margin-top:0;margin-bottom:1.5em}.widget-area .widget:last-child{margin-bottom:0}.widget-area .widget-title{font-size:20px;line-height:1.5;margin-bottom:.5em;text-transform:uppercase}.widget-area ul{padding-left:.5em}.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){color:var(--global-palette3);text-decoration:none}.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover{color:var(--global-palette-highlight);text-decoration:underline}.sidebar-link-style-underline.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){text-decoration:underline}.sidebar-link-style-plain.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){text-decoration:none}.sidebar-link-style-plain.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover{text-decoration:none}.widget-area .widget{margin-left:0;margin-right:0}.widget li:not(.kb-table-of-content-list li){line-height:1.8}.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_nav_menu ul,.widget_recent_comments ul,.widget_pages ul,.widget_recent_entries ul,.widget_rss ul{margin:0;padding:0;list-style-type:none}.widget select{max-width:100%;text-overflow:ellipsis}.widget_archive li{color:var(--global-palette6)}.widget_categories .children{padding-top:0}.widget_pages .children,.widget_nav_menu .sub-menu{padding-top:0;padding-bottom:.5em}.widget_pages a,.widget_nav_menu a{display:block;padding:.1em 0;text-decoration:none}.widget_pages a:hover,.widget_pages a:focus,.widget_nav_menu a:hover,.widget_nav_menu a:focus{text-decoration:none}.widget_pages li,.widget_nav_menu li{padding:0}.widget_pages li ul,.widget_nav_menu li ul{margin-left:1em}.widget_meta li{padding:0}.widget_recent_comments li{line-height:1.3;padding-bottom:.5em}.widget_recent_comments a{font-weight:bold}.widget_recent_comments .comment-author-link a{font-weight:inherit}.widget_recent_comments a:hover,.widget_recent_comments a:focus{padding-left:0}.widget_recent_entries ul li{margin-bottom:.4em}.widget_recent_entries ul li .post-date{font-size:.8em;color:var(--global-palette6)}.widget_rss li{margin-bottom:1em;line-height:1.3}.widget li a.rsswidget{padding-right:.5em;font-size:1em;line-height:1.4}.rss-date,.widget_rss cite{color:#333;font-size:.8em}.rssSummary{padding:.5em 0;font-size:.9em;line-height:1.3}.widget_calendar{font-weight:400}.widget_calendar caption{padding:.5em 0;font-size:1em;font-weight:500;text-align:left}.widget_calendar thead{background:rgba(0,0,0,0);color:#333}.widget_calendar th{border:none;text-align:center}.widget_calendar thead th{border-bottom-width:2px}.widget_calendar td{padding:.2em;font-size:.8em;text-align:center;background:#fff;border:1px solid var(--global-gray-400)}.widget_calendar .pad{background:var(--global-palette7)}.widget_calendar .wp-calendar-nav .pad{background:rgba(0,0,0,0)}.widget_calendar a{font-weight:900;text-decoration:none}.collapse-sub-navigation ul.menu{display:block}.collapse-sub-navigation ul.menu li a{text-decoration:none;width:100%;padding-top:.5em;padding-bottom:.5em;border-bottom:1px solid var(--global-palette7)}.collapse-sub-navigation ul.menu li a:hover{text-decoration:none}.collapse-sub-navigation ul.menu ul{padding:0 0 0 1em;margin:0;display:none;transition:all .2s ease-in-out}.collapse-sub-navigation ul.menu .sub-menu.show-drawer{display:block}.collapse-sub-navigation ul.menu .drawer-nav-drop-wrap .drawer-sub-toggle{border-left:1px solid var(--global-palette7);border-bottom:1px solid var(--global-palette7)}.grid-cols{display:grid;grid-template-columns:minmax(0, 1fr);column-gap:2.5rem;row-gap:2.5rem}.wp-site-blocks .grid-cols:before{display:none}.grid-xs-col-1{grid-template-columns:minmax(0, 1fr)}.grid-xs-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-xs-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-xs-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}@media screen and (min-width: 576px){.grid-sm-col-1{grid-template-columns:minmax(0, 1fr)}.grid-sm-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-sm-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-sm-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media screen and (min-width: 768px){.grid-md-col-1{grid-template-columns:minmax(0, 1fr)}.grid-md-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-md-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-md-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media screen and (min-width: 1025px){.grid-lg-col-1{grid-template-columns:minmax(0, 1fr)}.grid-lg-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-lg-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-lg-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid-lg-col-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid-lg-col-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media screen and (min-width: 1200px){.grid-xl-col-1{grid-template-columns:minmax(0, 1fr)}.grid-xl-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-xl-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-xl-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid-xl-col-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid-xl-col-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}article.sticky{font-size:inherit}.entry{box-shadow:0px 15px 25px -10px rgba(0,0,0,.05);border-radius:.25rem}.custom-archive-loop-item.entry{box-shadow:none;border-radius:0}.entry-loop{overflow:hidden}.content-wrap{position:relative}.site-main{min-width:0}ul.kadence-posts-list,.single-content ul.kadence-posts-list{padding:0;margin:0;list-style:none}ul.kt-testimonial-grid-wrap,.single-content ul.kt-testimonial-grid-wrap{padding:0;margin:0;list-style:none}.kadence-posts-list .entry-list-item{display:flex;flex-direction:column}.kadence-posts-list .entry-list-item article.entry{flex:1}.kadence-thumbnail-position-behind+.entry{z-index:1;position:relative}@media screen and (max-width: 719px){.content-style-boxed .content-bg:not(.loop-entry){margin-left:-1rem;margin-right:-1rem;width:auto}.content-width-fullwidth.content-style-boxed .content-bg:not(.loop-entry){margin-left:0;margin-right:0}.content-style-boxed .comments-area{padding-left:.5rem;padding-right:.5rem}.primary-sidebar{padding-left:0;padding-right:0}}@media screen and (min-width: 768px){.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image){display:grid;grid-template-columns:1fr 2fr}.blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry,.archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry,.search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry{grid-gap:2rem}.blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail,.archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail,.search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail{margin-bottom:0}.kb-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside article.loop-entry{grid-gap:2rem}.kb-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail{margin-bottom:0}}.archive.content-style-unboxed .entry-content-wrap,.blog.content-style-unboxed .entry-content-wrap,.post-type-archive.content-style-unboxed .entry-content-wrap,.search-results.content-style-unboxed .entry-content-wrap{padding:0}.archive.content-style-unboxed .entry,.blog.content-style-unboxed .entry,.post-type-archive.content-style-unboxed .entry,.search-results.content-style-unboxed .entry{box-shadow:none}.article-post-thumbnail-caption{font-size:90%;margin:0;padding-top:.5em;padding-bottom:.5em;text-align:center}.content-style-unboxed .kadence-thumbnail-position-above+.article-post-thumbnail-caption{margin-top:calc(0px - var(--global-md-spacing));margin-bottom:var(--global-md-spacing)}.single-content{margin:var(--global-md-spacing) 0 0}.single-content address,.single-content figure,.single-content hr,.single-content p,.single-content table,.single-content pre,.single-content form,.single-content .wp-block-buttons,.single-content .wp-block-button,.single-content .wc-block-grid,.single-content .wp-block-kadence-advancedbtn,.single-content .wp-block-media-text,.single-content .wp-block-cover,.single-content .entry-content-asset,.single-content .wp-block-kadence-form,.single-content .wp-block-group,.single-content .wp-block-yoast-faq-block,.single-content .wp-block-yoast-how-to-block,.single-content .schema-faq-section,.single-content .wp-block-kadence-tableofcontents,.single-content .enlighter-default,.single-content .wp-block-kadence-iconlist,.single-content [class*=__inner-content]{margin-top:0;margin-bottom:var(--global-md-spacing)}.single-content .wp-block-buttons .wp-block-button{margin-bottom:0}.single-content p>img{display:inline-block}.single-content p>img.aligncenter{display:block}.single-content li>img{display:inline-block}.single-content li>img.aligncenter{display:block}.single-content p:not(.wp-block-kadence-advancedheading)+.wp-block-kadence-spacer{margin-top:calc(0rem - var(--global-md-spacing))}.single-content .wp-block-yoast-faq-block .schema-faq-question{margin-bottom:.5em}.single-content .elementor-widget-container:first-child:not(style) h1,.single-content .elementor-widget-container:first-child:not(style) h2,.single-content .elementor-widget-container:first-child:not(style) h3,.single-content .elementor-widget-container:first-child:not(style) h4,.single-content .elementor-widget-container:first-child:not(style) h5,.single-content .elementor-widget-container:first-child:not(style) h6{margin-top:0}.single-content h1,.single-content h2,.single-content h3,.single-content h4,.single-content h5,.single-content h6{margin:1.5em 0 .5em}.single-content h1:first-child,.single-content h2:first-child,.single-content h3:first-child,.single-content h4:first-child,.single-content h5:first-child,.single-content h6:first-child{margin-top:0}.single-content h1+*,.single-content h2+*,.single-content h3+*,.single-content h4+*,.single-content h5+*,.single-content h6+*{margin-top:0}.single-content .wp-block-kadence-advancedgallery+p{margin-top:var(--global-md-spacing)}.single-content ul,.single-content ol{margin:0 0 var(--global-md-spacing);padding-left:2em}.single-content ul.aligncenter,.single-content ol.aligncenter{text-align:center;padding-left:0}.single-content .kad-slider ul{padding:0;margin:0}.single-content li>ol,.single-content li>ul{margin:0}.single-content>.more-link{display:block}.single-content address:last-child,.single-content figure:last-child,.single-content hr:last-child,.single-content p:last-child,.single-content table:last-child,.single-content pre:last-child,.single-content form:last-child,.single-content .wp-block-buttons:last-child,.single-content .wp-block-button:last-child,.single-content .wp-block-kadence-advancedbtn:last-child,.single-content .wp-block-media-text:last-child,.single-content .wp-block-cover:last-child,.single-content .entry-content-asset:last-child,.single-content .wp-block-kadence-form:last-child,.single-content .wp-block-group:last-child,.single-content .wp-block-yoast-faq-block:last-child,.single-content .wp-block-yoast-how-to-block:last-child,.single-content .schema-faq-section:last-child,.single-content .wp-block-kadence-tableofcontents:last-child,.single-content .enlighter-default:last-child,.single-content .wp-block-kadence-iconlist:last-child,.single-content h1:last-child,.single-content h2:last-child,.single-content h3:last-child,.single-content h4:last-child,.single-content h5:last-child,.single-content h6:last-child,.single-content ul:last-child,.single-content ol:last-child{margin-bottom:0}.single-content h1.elementor-heading-title,.single-content h2.elementor-heading-title,.single-content h3.elementor-heading-title,.single-content h4.elementor-heading-title,.single-content h5.elementor-heading-title,.single-content h6.elementor-heading-title{margin-bottom:.5em}.single-content .wp-block-image{margin-top:0;margin-bottom:0}.single-content .wp-block-image figure{margin-bottom:var(--global-md-spacing)}.single-content .wp-block-image:last-child figure{margin-bottom:0}.single-content figure.wp-block-image{margin-bottom:var(--global-md-spacing)}.single-content figure.wp-block-image:last-child{margin-bottom:0}.entry-content:after{display:table;clear:both;content:""}.content-title-style-hide .entry-content,.content-title-style-above .entry-content{margin:0}.content-title-style-above .entry-content-wrap .post-thumbnail+.single-content{margin:var(--global-md-spacing) 0 0}.wp-site-blocks .post-thumbnail{display:block;height:0;padding-bottom:66.67%;overflow:hidden;position:relative}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-1-2{padding-bottom:50%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-9-16{padding-bottom:56.25%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-1-1{padding-bottom:100%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-3-4{padding-bottom:75%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-5-4{padding-bottom:125%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-4-3{padding-bottom:133%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-3-2{padding-bottom:150%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit{padding-bottom:0;height:auto}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit .post-thumbnail-inner{position:static}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit img{margin-left:auto;margin-right:auto}.wp-site-blocks .post-thumbnail .post-thumbnail-inner{position:absolute;top:0;bottom:0;left:0;right:0}.wp-site-blocks .post-thumbnail img{flex:1;object-fit:cover}.wp-site-blocks .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img{height:100%;width:100%}.wp-block-newspack-blocks-homepage-articles .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img{height:auto;width:100%}.archive.content-style-unboxed .wp-site-blocks .post-thumbnail,.blog.content-style-unboxed .wp-site-blocks .post-thumbnail,.post-type-archive.content-style-unboxed .wp-site-blocks .post-thumbnail,.search-results.content-style-unboxed .wp-site-blocks .post-thumbnail{margin-bottom:1em}.content-style-unboxed .kadence-thumbnail-position-above{margin-bottom:var(--global-md-spacing)}.kadence-thumbnail-position-behind{margin-bottom:-4.3em;position:relative;z-index:0}.content-style-unboxed .kadence-thumbnail-position-behind:after{position:absolute;content:"";top:0;bottom:-1px;left:0;right:0;background:linear-gradient(0deg, var(--global-palette9) 5%, rgba(var(--global-palette9rgb), 0.35) 30%, rgba(255, 255, 255, 0) 50%)}.kadence-breadcrumbs{margin:1em 0;font-size:85%;color:var(--global-palette5)}.kadence-breadcrumbs a{color:inherit}.kadence-breadcrumbs p{margin:0}.entry-content-wrap .entry-header .kadence-breadcrumbs:first-child{margin-top:0}.entry-meta{font-size:80%;margin:1em 0;display:flex;flex-wrap:wrap}.entry-meta>*{display:inline-flex;align-items:center;flex-wrap:wrap}.entry-meta>* time{white-space:nowrap}.entry-meta a{color:inherit;text-decoration:none}.entry-meta .meta-label{margin-right:.2rem}.entry-meta .author-avatar{width:25px;height:25px;margin-right:.5rem;position:relative;display:inline-block}.entry-meta .author-avatar a.author-image{position:absolute;left:0;right:0;top:0;bottom:0}.entry-meta .author-avatar .image-size-ratio{padding-bottom:100%;display:block}.entry-meta .author-avatar img{position:absolute;left:0;top:0;bottom:0;right:0;border-radius:50%}.entry-meta>*:after{margin-left:.5rem;margin-right:.5rem;content:"";display:inline-block;background-color:currentColor;height:.25rem;width:.25rem;opacity:.8;border-radius:9999px;vertical-align:.1875em}.entry-meta.entry-meta-divider-slash>*:after{content:"/";height:auto;background:rgba(0,0,0,0)}.entry-meta.entry-meta-divider-dash>*:after{content:"-";height:auto;background:rgba(0,0,0,0)}.entry-meta.entry-meta-divider-vline>*:after{content:"|";height:auto;background:rgba(0,0,0,0)}.entry-meta>*:last-child:after{display:none}.entry-meta-divider-customicon.entry-meta>*>.kadence-svg-iconset{margin-right:.3em;margin-left:.8em}.entry-meta-divider-customicon.entry-meta>*:after{display:none}.entry-meta-divider-customicon.entry-meta .kt-reading-time-wrap{margin-left:.8em}.loop-entry .entry-header .entry-title{margin:0}.loop-entry .entry-summary p,.loop-entry .entry-header .entry-meta{margin:1em 0}.updated:not(.published){display:none}.updated-on .updated:not(.published){display:inline-block}.entry-summary{margin:var(--global-xs-spacing) 0 0}a.post-more-link{font-weight:bold;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:inherit;font-size:80%}a.post-more-link .kadence-svg-iconset{margin-left:.5em}a.post-more-link:hover{color:var(--global-palette-highlight)}.more-link-wrap{margin-top:var(--global-xs-spacing);margin-bottom:0}.entry-taxonomies{margin-bottom:.5em;letter-spacing:.05em;font-size:70%;text-transform:uppercase}.entry-taxonomies a{text-decoration:none;font-weight:bold}.entry-taxonomies .category-style-pill a{background:var(--global-palette-highlight);color:#fff;padding:.25rem;border-radius:.25rem;margin-right:.25rem;margin-bottom:.25rem;display:inline-block;line-height:1.2}.entry-taxonomies .category-style-pill a:last-child{margin-right:0}.entry-taxonomies .category-style-pill a:hover{color:#fff}.entry-taxonomies .category-style-underline a{text-decoration:underline}.loop-entry.type-post .entry-taxonomies .category-style-pill a{color:#fff}@media screen and (max-width: 719px){.loop-entry .entry-taxonomies{margin-bottom:1em}}.entry-tags{margin-top:var(--global-xs-spacing)}.entry-tags .tags-links{display:flex;flex-wrap:wrap}.entry-tags a.tag-link{margin-right:.5em;padding:.4em .6em;margin-top:.5em;font-size:80%;border:1px solid var(--global-gray-500);border-radius:.25rem;color:var(--global-palette5);text-decoration:none}.entry-tags a.tag-link:hover{background:var(--global-palette-highlight);color:var(--global-palette-btn);border-color:var(--global-palette-highlight)}.entry-tags a.tag-link:last-child{margin-right:0}.entry-hero-container-inner{background:var(--global-palette7)}.entry-hero-container-inner .entry-header{min-height:200px;display:flex;align-items:center;text-align:center;justify-content:center;flex-direction:column;margin-bottom:0}.entry-hero-container-inner .entry-header>div{width:100%}.entry-hero-layout-fullwidth>.entry-hero-container-inner>.site-container{max-width:none}.entry-hero{position:relative}.hero-section-overlay{position:absolute;left:0;right:0;top:0;bottom:0}.hero-container{position:relative}.title-align-left{text-align:left}.title-align-left .entry-meta{justify-content:flex-start}.title-align-center{text-align:center}.title-align-center .entry-meta{justify-content:center}.title-align-right{text-align:right}.title-align-right .entry-meta{justify-content:flex-end}.entry-hero .title-align-left{text-align:left;align-items:flex-start}.entry-hero .title-align-center{text-align:center;align-items:center}.entry-hero .title-align-right{text-align:right;align-items:flex-end}@media screen and (max-width: 1024px){.title-tablet-align-left{text-align:left}.title-tablet-align-left .entry-meta{justify-content:flex-start}.title-tablet-align-center{text-align:center}.title-tablet-align-center .entry-meta{justify-content:center}.title-tablet-align-right{text-align:right}.title-tablet-align-right .entry-meta{justify-content:flex-end}.entry-hero .title-tablet-align-left{text-align:left;align-items:flex-start}.entry-hero .title-tablet-align-center{text-align:center;align-items:center}.entry-hero .title-tablet-align-right{text-align:right;align-items:flex-end}}@media screen and (max-width: 719px){.title-mobile-align-left{text-align:left}.title-mobile-align-left .entry-meta{justify-content:flex-start}.title-mobile-align-center{text-align:center}.title-mobile-align-center .entry-meta{justify-content:center}.title-mobile-align-right{text-align:right}.title-mobile-align-right .entry-meta{justify-content:flex-end}.entry-hero .title-mobile-align-left{text-align:left;align-items:flex-start}.entry-hero .title-mobile-align-center{text-align:center;align-items:center}.entry-hero .title-mobile-align-right{text-align:right;align-items:flex-end}}.entry-header{margin-bottom:1em}.page-content{margin:2rem 0 0}.page-header{margin-bottom:var(--global-lg-spacing)}.hero-container .page-header{margin-bottom:0}.entry-footer{clear:both}.post-navigation-wrap.entry-content-wrap,.post-navigation-wrap .post-navigation,.entry-author.entry-content-wrap{margin-top:0;margin-bottom:0;border-radius:0}.comments-area.entry-content-wrap{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.single-entry.post.entry.post-footer-area-boxed{border-bottom-left-radius:0;border-bottom-right-radius:0}.post-footer-area-boxed~.entry-related{margin:0;width:auto;max-width:100%}.post-footer-area-boxed~.entry-related .entry-related-inner-content.alignwide{margin:0;width:auto;max-width:100%}.wp-block-image .alignleft{margin-right:var(--global-md-spacing)}.wp-block-image .alignright{margin-left:var(--global-md-spacing)}.alignfull,.alignwide,.entry-content .alignwide,.entry-content .alignfull{margin-left:calc(50% - var(--global-vw, 100vw)/2);margin-right:calc(50% - var(--global-vw, 100vw)/2);max-width:100vw;width:var(--global-vw, 100vw);padding-left:0;padding-right:0;clear:both}.wp-site-blocks .content-container .is-layout-constrained>.alignwide{max-width:var(--global-content-wide-width)}@media screen and (min-width: 1025px){.content-width-narrow .entry-content .alignwide,.content-width-narrow .content-area .alignwide{margin-left:-80px;margin-right:-80px;width:auto}}.content-width-fullwidth .wp-site-blocks .alignwide{margin-left:0;margin-right:0;width:unset;max-width:unset}.content-style-boxed .entry-content .alignwide{margin-left:-2rem;margin-right:-2rem;max-width:unset;width:unset}.content-style-boxed .wp-site-blocks .entry-content>.alignwide.is-layout-constrained{padding-left:var(--global-content-boxed-padding);padding-right:var(--global-content-boxed-padding)}.content-style-boxed .wp-site-blocks .entry-content .alignwide>* .alignwide{margin-left:unset;margin-right:unset}.has-small-font-size{font-size:var(--global-font-size-small)}.has-regular-font-size{font-size:var(--global-font-size-medium)}.has-large-font-size{font-size:var(--global-font-size-large)}.has-larger-font-size{font-size:var(--global-font-size-larger)}.has-xxlarge-font-size{font-size:var(--global-font-size-xxlarge)}.entry-content-asset.videofit{position:relative;padding-top:56.25%;overflow:hidden;max-width:100%;height:auto}.entry-content-asset.videofit iframe{position:absolute;top:0;left:0;width:100%;height:100%}body.elementor-template-full-width form.post-password-form,body.content-width-fullwidth form.post-password-form{text-align:center;margin:var(--global-xxl-spacing) auto}body.content-style-unboxed form.post-password-form{margin:var(--global-xxl-spacing) auto}.entry-title{word-wrap:break-word}.entry-hero-layout-contained>.entry-hero-container-inner{position:relative}body.content-style-boxed:not(.content-width-fullwidth) .wp-block-kadence-rowlayout.alignfull>.kt-row-layout-inner>.kb-theme-content-width{padding-left:calc(var(--global-content-edge-padding) + var(--global-boxed-spacing));padding-right:calc(var(--global-content-edge-padding) + var(--global-boxed-spacing))}.item-content-vertical-align-center .loop-entry .entry-content-wrap{display:flex;flex-direction:column;justify-content:center}.item-content-vertical-align-center .loop-entry .entry-content-wrap .entry-header{margin-bottom:0}.item-content-vertical-align-center .loop-entry .entry-content-wrap .entry-summary{margin-top:0}.item-content-vertical-align-center .loop-entry .entry-summary p,.item-content-vertical-align-center .loop-entry .entry-header .entry-meta{margin-bottom:0}.site-footer-row{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-right-golden{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-left-golden{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-3{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-left-half{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-right-half{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-half{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-wide{grid-template-columns:minmax(0, 2fr) minmax(0, 6fr) minmax(0, 2fr)}.site-footer-row.site-footer-row-columns-4{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-left-forty{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-right-forty{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row.site-footer-row-columns-5{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-1{display:flex;justify-content:center}.site-footer-row.site-footer-row-columns-1 .site-footer-section-center{flex-grow:1}.site-footer-row.site-footer-row-columns-1 .site-footer-section{flex:1;text-align:center;min-width:0}.site-footer-row-layout-fullwidth>.site-footer-row-container-inner>.site-container{max-width:none}@media screen and (min-width: 720px)and (max-width: 1024px){.site-footer-row-tablet-layout-contained{padding:0 1.5rem}.site-footer-row-tablet-layout-fullwidth,.site-footer-row-tablet-layout-standard{padding:0}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default,.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row{grid-template-columns:minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(1),.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(1){order:6}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(2),.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(2){order:5}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(3),.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(3){order:4}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(4),.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(4){order:3}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(5),.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(5){order:2}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(6),.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(6){order:1}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-equal{grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-right-golden{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-left-golden{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-equal{grid-template-columns:repeat(3, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-left-half{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-right-half{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-center-half{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-center-wide{grid-template-columns:minmax(0, 2fr) minmax(0, 6fr) minmax(0, 2fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-equal{grid-template-columns:repeat(3, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-first-row{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-first-row>*:first-child{grid-column:1/-1}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-last-row{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-last-row>*:last-child{grid-column:1/-1}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-tablet-column-layout-equal{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-tablet-column-layout-two-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-5.site-footer-row-tablet-column-layout-equal{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}}@media screen and (max-width: 719px){.site-footer-row-mobile-layout-contained{padding:0 1.5rem}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default,.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row{grid-template-columns:minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(1),.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(1){order:6}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(2),.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(2){order:5}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(3),.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(3){order:4}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(4),.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(4){order:3}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(5),.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(5){order:2}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(6),.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(6){order:1}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-equal{grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-right-golden{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-left-golden{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-equal{grid-template-columns:repeat(3, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-left-half{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-right-half{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-center-half{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-center-wide{grid-template-columns:minmax(0, 2fr) minmax(0, 6fr) minmax(0, 2fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-equal{grid-template-columns:repeat(3, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-first-row{grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-first-row>*:first-child{grid-column:1/-1}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-last-row{grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-last-row>*:last-child{grid-column:1/-1}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-mobile-column-layout-equal{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-mobile-column-layout-two-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-5.site-footer-row-mobile-column-layout-equal{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-mobile-layout-fullwidth,.site-footer-row-mobile-layout-standard{padding:0}}.site-footer-section{display:flex;max-height:inherit}.site-footer-item{display:flex;align-items:center;margin-right:10px;max-height:inherit}.site-footer-section>.site-footer-item:last-child{margin-right:0}.footer-widget-area{flex:1;min-width:0;display:flex}.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area{flex:unset;margin-left:30px}.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area:first-child{margin-left:0}.ft-ro-dir-column .site-footer-section:not(.footer-section-inner-items-1) .footer-widget-area{flex:unset}.footer-widget-area>*{flex:1;min-width:0}.footer-widget-area.content-valign-middle{align-items:center}.footer-widget-area.content-valign-top{align-items:flex-start}.footer-widget-area.content-valign-bottom{align-items:flex-end}.footer-widget-area.content-align-center{text-align:center}.footer-widget-area.content-align-center .footer-navigation{justify-content:center}.footer-widget-area.content-align-center .widget_media_image img{margin:0 auto}.footer-widget-area.content-align-center .footer-social-inner-wrap{justify-content:center}.footer-widget-area.content-align-right{text-align:right}.footer-widget-area.content-align-right .footer-navigation{justify-content:flex-end}.footer-widget-area.content-align-right .footer-navigation .menu{justify-content:flex-end}.footer-widget-area.content-align-right .footer-social-inner-wrap{justify-content:flex-end}.footer-widget-area.content-align-right .widget_media_image img{margin:0 0 0 auto}.footer-widget-area.content-align-left{text-align:left}.footer-widget-area.content-align-left .footer-navigation{justify-content:flex-start}.footer-widget-area.content-align-left .footer-navigation .menu{justify-content:flex-start}.footer-widget-area.content-align-left .footer-social-inner-wrap{justify-content:flex-start}@media screen and (max-width: 1024px){.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area.content-tablet-align-center:first-child{margin-left:auto}.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area.content-tablet-align-center:first-child~.footer-widget-area:last-child{margin-right:auto}.footer-widget-area.content-tablet-align-center{text-align:center}.footer-widget-area.content-tablet-align-center .footer-navigation{justify-content:center}.footer-widget-area.content-tablet-align-center .footer-navigation .menu{justify-content:center}.footer-widget-area.content-tablet-align-center .footer-social-inner-wrap{justify-content:center}.footer-widget-area.content-tablet-align-center .widget_media_image img{margin:0 auto}.footer-widget-area.content-tablet-align-right{text-align:right}.footer-widget-area.content-tablet-align-right .footer-navigation{justify-content:flex-end}.footer-widget-area.content-tablet-align-right .footer-navigation .menu{justify-content:flex-end}.footer-widget-area.content-tablet-align-right .footer-social-inner-wrap{justify-content:flex-end}.footer-widget-area.content-tablet-align-right .widget_media_image img{margin:0 0 0 auto}.footer-widget-area.content-tablet-align-left{text-align:left}.footer-widget-area.content-tablet-align-left .footer-navigation{justify-content:flex-start}.footer-widget-area.content-tablet-align-left .footer-navigation .menu{justify-content:flex-start}.footer-widget-area.content-tablet-align-left .footer-social-inner-wrap{justify-content:flex-start}}@media screen and (max-width: 719px){.ft-ro-m-dir-row .footer-section-inner-items-2 .footer-widget-area.content-mobile-align-center:first-child{margin-left:auto}.ft-ro-m-dir-row .footer-section-inner-items-2 .footer-widget-area.content-mobile-align-center:first-child~.footer-widget-area:last-child{margin-right:auto}.footer-widget-area.content-mobile-align-center{text-align:center}.footer-widget-area.content-mobile-align-center .footer-navigation{justify-content:center}.footer-widget-area.content-mobile-align-center .footer-navigation .menu{justify-content:center}.footer-widget-area.content-mobile-align-center .footer-social-inner-wrap{justify-content:center}.footer-widget-area.content-mobile-align-center .widget_media_image img{margin:0 auto}.footer-widget-area.content-mobile-align-right{text-align:right}.footer-widget-area.content-mobile-align-right .footer-navigation{justify-content:flex-end}.footer-widget-area.content-mobile-align-right .footer-navigation .menu{justify-content:flex-end}.footer-widget-area.content-mobile-align-right .footer-social-inner-wrap{justify-content:flex-end}.footer-widget-area.content-mobile-align-right .widget_media_image img{margin:0 0 0 auto}.footer-widget-area.content-mobile-align-left{text-align:left}.footer-widget-area.content-mobile-align-left .footer-navigation{justify-content:flex-start}.footer-widget-area.content-mobile-align-left .footer-navigation .menu{justify-content:flex-start}.footer-widget-area.content-mobile-align-left .footer-social-inner-wrap{justify-content:flex-start}}.ft-ro-dir-column .site-footer-section{flex-direction:column}@media screen and (max-width: 1024px){.ft-ro-t-dir-column .site-footer-section{flex-direction:column}.ft-ro-t-dir-row .site-footer-section{flex-direction:row}}@media screen and (max-width: 719px){.ft-ro-m-dir-column .site-footer-section{flex-direction:column}.ft-ro-m-dir-row .site-footer-section{flex-direction:row}}.rtl .footer-widget-area.content-align-right .footer-social-inner-wrap{justify-content:flex-start}.rtl .footer-widget-area.content-align-left .footer-social-inner-wrap{justify-content:flex-end}@media screen and (max-width: 1024px){.rtl .footer-widget-area.content-tablet-align-right .footer-social-inner-wrap{justify-content:flex-start}.rtl .footer-widget-area.content-tablet-align-left .footer-social-inner-wrap{justify-content:flex-end}}@media screen and (max-width: 719px){.rtl .footer-widget-area.content-mobile-align-right .footer-social-inner-wrap{justify-content:flex-start}.rtl .footer-widget-area.content-mobile-align-left .footer-social-inner-wrap{justify-content:flex-end}}.footer-navigation,.footer-menu-container{display:flex}.footer-navigation a{display:block;width:100%;text-decoration:none;color:var(--global-palette4);transition:all .2s ease-in-out}.footer-navigation a:hover,.footer-navigation a:focus{color:var(--global-palette-highlight)}.footer-navigation ul{display:block;list-style:none;margin:0;padding:0}.footer-navigation ul li a{padding:.6em .5em}.footer-navigation .menu{display:flex;flex-wrap:wrap;justify-content:center}.footer-widget-area.footer-navigation-layout-stretch-true .footer-menu-container{width:100%}.footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu{width:100%;justify-content:space-around}.site-footer-wrap .footer-navigation .footer-menu-container>ul li a:hover{text-decoration:none}.site-footer-wrap .social-button{color:var(--global-palette4);background:var(--global-palette7)}.site-footer-wrap .social-button:hover{text-decoration:none;color:var(--global-palette-btn);background:var(--global-palette-btn-bg)}.social-style-outline .social-button:hover{color:var(--global-palette3)}.site-footer-wrap .ft-ro-lstyle-normal a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){text-decoration:underline}.site-footer-wrap .ft-ro-lstyle-noline a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){text-decoration:none}.site-footer-wrap .ft-ro-lstyle-noline a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover{text-decoration:none}.site-footer-section{position:relative}.site-footer-section:not(:last-child):after{content:"";position:absolute;top:0;bottom:0;height:auto;width:0;right:-15px;transform:translateX(50%)}.footer-html{margin:1em 0}.footer-html p:last-child{margin-bottom:0}.footer-html p:first-child{margin-top:0}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-kit-37{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-37.el-is-editing{--global-palette1:#2B6CB0;--global-palette2:#215387;--global-palette3:#1A202C;--global-palette4:#2D3748;--global-palette5:#4A5568;--global-palette6:#718096;--global-palette7:#EDF2F7;--global-palette8:#F7FAFC;--global-palette9:#ffffff;}.elementor-kit-37 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root { --color-purple: #AD2184; --color-blue: #6B21A8; --color-accent: #D44A8A; --color-success: #16A34A; --color-purple-light: #9B59D4; --bg-primary: #F5F6FB; --bg-secondary: #FDEAFF; --bg-card: #FFFFFF; --bg-card-hover: #FDEAFF; --bg-elevated: #EEF1FC; --gradient-primary: linear-gradient(135deg, #AD2184 0%, #7B1FD4 100%); --gradient-text: linear-gradient(120deg, #9B59D4 0%, #AD2184 45%, #D44A8A 100%); --gradient-accent: linear-gradient(135deg, #D44A8A, #AD2184); --gradient-bg: linear-gradient(180deg, #0D0A1E 0%, #080810 100%); --gradient-card: linear-gradient(135deg, rgba(173,33,132,0.08) 0%, rgba(107,33,168,0.05) 100%); --border-card: 1px solid rgba(173,33,132,0.15); --border-glow: 1px solid rgba(173,33,132,0.35); --text-primary: #1A0C28; --text-secondary: rgba(26,12,40,0.60); --text-muted: rgba(26,12,40,0.35); --font-heading: 'Poppins', sans-serif; --font-body: 'Inter', sans-serif; --font-mono: 'Inter', sans-serif; --border-radius: 16px; --border-radius-sm: 10px; --border-radius-lg: 24px; --section-py: 100px; --container-max: 1160px; --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); } .container { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; } .pw-section-inner { width: 100%; max-width: var(--container-max); margin: 0 auto; } .gradient-text { background: var(--gradient-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .section-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.35); color: #9BAEFF; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; margin-bottom: 16px; } .section-title { font-family: var(--font-heading); font-size: clamp(32px, 5vw, 52px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 20px; color: #fff; } .section-subtitle { font-size: 18px; color: var(--text-secondary); max-width: 620px; line-height: 1.7; margin-bottom: 56px; } .btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--gradient-primary); color: #fff; font-family: var(--font-body); font-size: 15px; font-weight: 600; padding: 14px 28px; border-radius: 100px; border: none; cursor: pointer; transition: var(--transition); text-decoration: none; position: relative; overflow: hidden; } .btn-primary::before { content: ''; position: absolute; inset: 0; background: rgba(255, 255, 255, 0.10); opacity: 0; transition: var(--transition); } .btn-primary:hover::before { opacity: 1; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(92, 110, 255, 0.40); color: #fff; } .btn-primary.btn-large { font-size: 17px; padding: 18px 36px; } .btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--text-secondary); font-family: var(--font-body); font-size: 15px; font-weight: 500; padding: 14px 24px; border-radius: 100px; border: 1px solid rgba(92, 110, 255, 0.30); cursor: pointer; transition: var(--transition); text-decoration: none; } .btn-ghost:hover { border-color: rgba(92, 110, 255, 0.70); color: #fff; background: rgba(92, 110, 255, 0.10); transform: translateY(-1px); } .elementor-widget-button .btn-primary, .elementor-widget-button .btn-ghost { border: none; } .hero { min-height: 100vh; display: flex; align-items: center; padding: 120px 0 60px; overflow: hidden; position: relative; background: linear-gradient(180deg, #0D0A1E 0%, #080810 100%); } .hero-bg { position: absolute; inset: 0; z-index: 0; } .hero-mesh { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(92, 110, 255, 0.08) 1px, transparent 0); background-size: 48px 48px; } .hero-orb { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; } .hero-orb-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(92, 110, 255, 0.30) 0%, transparent 70%); top: -20%; left: 10%; animation: float1 8s ease-in-out infinite; } .hero-orb-2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(238, 73, 139, 0.20) 0%, transparent 70%); bottom: 10%; right: 5%; animation: float2 10s ease-in-out infinite; } @keyframes float1 { 0%, 100% { transform: translate(0, 0); } 33% { transform: translate(30px, -20px); } 66% { transform: translate(-20px, 20px); } } @keyframes float2 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-30px, -30px); } } .hero .container { position: relative; z-index: 1; } .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } .hero-content { position: relative; z-index: 1; } .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.35); color: #9BAEFF; font-family: var(--font-mono); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; padding: 8px 16px; border-radius: 100px; margin-bottom: 32px; } .badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ADE80; box-shadow: 0 0 8px #4ADE80; animation: pulse-dot 2s ease-in-out infinite; } @keyframes pulse-dot { 0%, 100% { box-shadow: 0 0 8px #4ADE80; } 50% { box-shadow: 0 0 16px #4ADE80, 0 0 4px #4ADE80; } } .hero-title { font-family: var(--font-heading); font-size: clamp(48px, 7vw, 84px); font-weight: 900; letter-spacing: -0.04em; line-height: 1.05; margin-bottom: 24px; max-width: 800px; color: #fff; } .hero-subtitle { font-size: 20px; color: var(--text-secondary); max-width: 580px; line-height: 1.7; margin-bottom: 40px; } .hero-subtitle strong { color: #fff; font-weight: 600; } .hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; } .hero-trust { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 32px; border-top: 1px solid rgba(92, 110, 255, 0.12); } .trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: rgba(255, 255, 255, 0.45); } .hero-visual { position: relative; z-index: 1; height: 480px; display: flex; align-items: center; justify-content: center; } .hv-glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(92, 110, 255, 0.18) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; } .hv-dashboard { background: rgba(15, 15, 32, 0.92); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 16px; width: 340px; backdrop-filter: blur(20px); box-shadow: 0 0 0 1px rgba(92, 110, 255, 0.10), 0 32px 80px rgba(0, 0, 0, 0.60), 0 0 60px rgba(92, 110, 255, 0.08); overflow: hidden; position: relative; z-index: 2; animation: hv-float 6s ease-in-out infinite; } .hv-dashboard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gradient-primary); } @keyframes hv-float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } } .hv-dash-header { display: flex; align-items: center; gap: 8px; padding: 14px 18px; border-bottom: 1px solid rgba(92, 110, 255, 0.12); background: rgba(92, 110, 255, 0.04); } .hv-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; } .hv-dot.green { background: #4ADE80; box-shadow: 0 0 6px #4ADE80; animation: pulse-dot 2s infinite; } .hv-dot.yellow { background: #FBBF24; } .hv-dot.red { background: #F87171; } .hv-dash-title { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; color: rgba(255, 255, 255, 0.50); margin-left: 4px; flex: 1; text-align: center; } .hv-dash-body { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(92, 110, 255, 0.10); } .hv-dash-metric { background: #0F0F1E; padding: 20px 18px; display: flex; flex-direction: column; gap: 4px; } .hv-dash-val { font-family: var(--font-heading); font-size: 26px; font-weight: 700; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; } .hv-dash-lbl { font-size: 11px; color: rgba(255, 255, 255, 0.40); } .hv-workflow { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 18px; border-top: 1px solid rgba(92, 110, 255, 0.10); } .hv-wf-node { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 500; color: rgba(255, 255, 255, 0.55); background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 6px; padding: 6px 10px; white-space: nowrap; } .hv-wf-node.active { color: #9BAEFF; background: rgba(92, 110, 255, 0.15); border-color: rgba(92, 110, 255, 0.40); box-shadow: 0 0 12px rgba(92, 110, 255, 0.15); } .hv-wf-arrow { font-size: 12px; color: rgba(255, 255, 255, 0.25); } .hv-float { position: absolute; display: flex; align-items: center; gap: 10px; background: rgba(15, 15, 32, 0.90); border: 1px solid rgba(92, 110, 255, 0.20); border-radius: 10px; padding: 10px 14px; font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.75); backdrop-filter: blur(12px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.40); white-space: nowrap; z-index: 3; } .hv-float-1 { top: 40px; right: -20px; animation: hv-float2 7s ease-in-out infinite; } .hv-float-2 { bottom: 60px; left: -20px; animation: hv-float3 8s ease-in-out infinite; } @keyframes hv-float2 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } @keyframes hv-float3 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } } .hv-pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ADE80; box-shadow: 0 0 8px #4ADE80; animation: pulse-dot 2s infinite; } .social-proof-strip { background: #0C0C1C; border-top: 1px solid rgba(92, 110, 255, 0.12); border-bottom: 1px solid rgba(92, 110, 255, 0.12); padding: 18px 0; } .sp-container { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; } .sp-label { font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.30); white-space: nowrap; } .sp-divider { width: 1px; height: 24px; background: rgba(92, 110, 255, 0.20); flex-shrink: 0; } .sp-items { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; } .sp-item { display: flex; align-items: center; gap: 8px; } .sp-value { font-family: var(--font-heading); font-size: 18px; font-weight: 800; background: var(--gradient-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .sp-desc { font-size: 12px; color: rgba(255, 255, 255, 0.45); white-space: nowrap; } .sp-sep { font-size: 18px; color: rgba(92, 110, 255, 0.30); flex-shrink: 0; } .marquee-section { padding: 26px 0; overflow: hidden; border-top: 1px solid rgba(92, 110, 255, 0.10); border-bottom: 1px solid rgba(92, 110, 255, 0.10); background: rgba(92, 110, 255, 0.02); position: relative; } .marquee-section::before, .marquee-section::after { content: ''; position: absolute; top: 0; bottom: 0; width: 100px; z-index: 2; pointer-events: none; } .marquee-section::before { left: 0; background: linear-gradient(to right, #080810, transparent); } .marquee-section::after { right: 0; background: linear-gradient(to left, #080810, transparent); } .marquee-track { display: flex; gap: 0; animation: marquee-scroll 36s linear infinite; width: max-content; } .marquee-track:hover { animation-play-state: paused; } .marquee-set { display: flex; align-items: center; flex-shrink: 0; } .marquee-item { display: flex; align-items: center; gap: 12px; padding: 0 28px; font-family: var(--font-heading); font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); white-space: nowrap; transition: color 0.2s; cursor: default; } .marquee-item:hover { color: rgba(255, 255, 255, 0.70); } .marquee-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--gradient-primary); flex-shrink: 0; } @keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } } .pour-qui-section { padding: 80px 0; background: #080810; } .pour-qui-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; } .pq-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 20px; padding: 36px 28px; position: relative; transition: border-color 0.3s, transform 0.3s; } .pq-card:hover { border-color: rgba(92, 110, 255, 0.35); transform: translateY(-4px); } .pq-card.pq-featured { background: linear-gradient(135deg, rgba(92, 110, 255, 0.09), rgba(123, 62, 228, 0.05)); border-color: rgba(92, 110, 255, 0.35); } .pq-card.pq-featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4); border-radius: 20px 20px 0 0; } .pq-icon { width: 48px; height: 48px; border-radius: 14px; background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.20); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 20px; } .pq-card h3 { font-family: var(--font-heading); font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 10px; } .pq-card p { font-size: 14px; color: rgba(255, 255, 255, 0.50); line-height: 1.65; margin-bottom: 20px; } .pq-bullets { list-style: none; display: flex; flex-direction: column; gap: 8px; } .pq-bullets li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.65); line-height: 1.5; } .pq-bullets li::before { content: '→'; color: #5C6EFF; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .problem-section { background: rgba(13, 10, 24, 0.50); padding: var(--section-py) 0; } .pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; } .pain-card { background: #0F0F1E; border: var(--border-card); border-radius: var(--border-radius); padding: 28px; transition: var(--transition); position: relative; overflow: hidden; } .pain-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--gradient-primary); opacity: 0; transition: var(--transition); } .pain-card:hover { border-color: rgba(92, 110, 255, 0.50); transform: translateY(-4px); background: #14142A; } .pain-card:hover::before { opacity: 1; } .pain-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.20); display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; } .pain-card h3 { font-family: var(--font-heading); font-size: 17px; font-weight: 700; margin-bottom: 10px; color: #fff; } .pain-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.65; } .solution-section { background: linear-gradient(180deg, rgba(92, 110, 255, 0.03) 0%, transparent 100%); padding: var(--section-py) 0; } .solution-header { text-align: center; margin-bottom: 64px; } .solution-header .section-subtitle { margin-left: auto; margin-right: auto; } .pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .pillar-card { background: #0F0F1E; border: var(--border-card); border-radius: var(--border-radius-lg); padding: 36px 28px; position: relative; transition: var(--transition); overflow: hidden; } .pillar-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--gradient-primary); opacity: 0; transition: var(--transition); } .pillar-card:hover::after, .pillar-card.featured::after { opacity: 1; } .pillar-card:hover { border-color: rgba(92, 110, 255, 0.50); transform: translateY(-6px); box-shadow: 0 20px 60px rgba(92, 110, 255, 0.15); } .pillar-card.featured { background: linear-gradient(135deg, rgba(92, 110, 255, 0.12) 0%, rgba(123, 62, 228, 0.07) 100%); border-color: rgba(92, 110, 255, 0.40); } .pillar-number { font-family: var(--font-heading); font-size: 13px; font-weight: 700; color: var(--text-muted); letter-spacing: 0.15em; margin-bottom: 20px; } .pillar-icon { margin-bottom: 20px; } .pillar-card h3 { font-family: var(--font-heading); font-size: 22px; font-weight: 800; margin-bottom: 14px; color: #fff; } .pillar-card p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; } .featured-badge { display: inline-flex; align-items: center; margin-top: 20px; background: var(--gradient-primary); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; } .results-section { padding: 80px 0; background: #080810; } .results-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 16px; overflow: hidden; } .result-item { background: #0F0F1E; padding: 44px 32px; text-align: center; position: relative; transition: var(--transition); } .result-item+.result-item { border-left: 1px solid rgba(92, 110, 255, 0.12); } .result-item::after { content: ''; position: absolute; inset: 0; background: var(--gradient-card); opacity: 0; transition: var(--transition); pointer-events: none; } .result-item:hover::after { opacity: 1; } .result-number { display: block; font-family: var(--font-heading); font-size: clamp(36px, 4vw, 58px); font-weight: 700; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 10px; position: relative; z-index: 1; } .result-label { font-size: 13px; color: rgba(255, 255, 255, 0.40); line-height: 1.5; position: relative; z-index: 1; } .manifesto-section { background: linear-gradient(180deg, rgba(92, 110, 255, 0.04) 0%, transparent 100%); padding: var(--section-py) 0; } .manifesto-card { background: #0F0F1E; border: var(--border-glow); border-radius: var(--border-radius-lg); padding: 64px; text-align: center; position: relative; overflow: hidden; box-shadow: 0 0 80px rgba(92, 110, 255, 0.10), inset 0 1px 0 rgba(92, 110, 255, 0.20); } .manifesto-card::before { content: ''; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 400px; height: 400px; background: radial-gradient(circle, rgba(92, 110, 255, 0.15) 0%, transparent 60%); pointer-events: none; } .manifesto-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(92, 110, 255, 0.15); border: 1px solid rgba(92, 110, 255, 0.40); color: #9BAEFF; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; margin-bottom: 24px; } .manifesto-card h2 { font-family: var(--font-heading); font-size: clamp(26px, 4vw, 40px); font-weight: 800; margin-bottom: 20px; line-height: 1.2; color: #fff; } .manifesto-text { font-size: 18px; color: var(--text-secondary); max-width: 560px; margin: 0 auto 36px; line-height: 1.7; } .manifesto-text strong { color: #fff; } .manifesto-features { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 32px; } .mf-item { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text-secondary); } .mf-check { color: #4ADE80; font-weight: 700; } .solutions-overview { text-align: center; padding: var(--section-py) 0; background: #080810; } .solutions-overview .section-subtitle { margin-left: auto; margin-right: auto; } .solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; } .solution-card { background: #0F0F1E; border: var(--border-card); border-radius: var(--border-radius-lg); padding: 36px 28px; transition: var(--transition); position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 16px; text-decoration: none; color: #fff; } .solution-card:hover { border-color: rgba(92, 110, 255, 0.55); transform: translateY(-6px); box-shadow: 0 24px 80px rgba(92, 110, 255, 0.18); } .solution-card-tag { font-family: var(--font-heading); font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .solution-card h3 { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: #fff; line-height: 1.3; } .solution-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.65; flex: 1; } .solution-features { display: flex; flex-wrap: wrap; gap: 8px; } .solution-features span { background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.25); color: #9BAEFF; font-size: 12px; font-weight: 500; padding: 4px 10px; border-radius: 100px; } .solution-price-tag { display: inline-block; padding: 4px 10px; background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.20); border-radius: 5px; font-family: var(--font-heading); font-size: 12px; font-weight: 600; color: #9BAEFF; } .offer-price-anchor { display: none; } .solution-cta { font-size: 14px; font-weight: 600; color: #9BAEFF; display: flex; align-items: center; gap: 6px; transition: var(--transition); } .solution-card:hover .solution-cta { gap: 10px; } .presence-card { background: linear-gradient(135deg, rgba(92, 110, 255, 0.10) 0%, #0F0F1E 60%); } .clarity-card { background: linear-gradient(135deg, rgba(238, 73, 139, 0.08) 0%, #0F0F1E 60%); } .ads-card { background: linear-gradient(135deg, rgba(92, 110, 255, 0.08) 0%, #0F0F1E 60%); } .testimonials-section { padding: 80px 0; background: #080810; } .testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; } .testi-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 20px; padding: 32px 28px; display: flex; flex-direction: column; gap: 20px; transition: border-color 0.3s, transform 0.3s; } .testi-card:hover { border-color: rgba(92, 110, 255, 0.30); transform: translateY(-4px); } .testi-card.testi-featured { background: linear-gradient(135deg, rgba(92, 110, 255, 0.09), rgba(123, 62, 228, 0.05)); border-color: rgba(92, 110, 255, 0.30); } .testi-metric-row { display: flex; gap: 20px; } .testi-metric { display: flex; flex-direction: column; gap: 2px; } .testi-val { font-family: var(--font-heading); font-size: 26px; font-weight: 800; background: linear-gradient(120deg, #7B8FFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; } .testi-lbl { font-size: 11px; color: rgba(255, 255, 255, 0.38); text-transform: uppercase; letter-spacing: 0.08em; } .testi-quote { font-size: 14px; color: rgba(255, 255, 255, 0.65); line-height: 1.75; font-style: italic; flex: 1; } .testi-author { display: flex; align-items: center; gap: 12px; } .testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; } .testi-author strong { display: block; font-size: 14px; font-weight: 600; color: #fff; } .testi-author span { font-size: 12px; color: rgba(255, 255, 255, 0.40); } .fomo-section { padding: 80px 0; background: linear-gradient(180deg, #080810 0%, #0A0818 50%, #080810 100%); } .fomo-inner { background: #0F0F1E; border: 1px solid rgba(238, 73, 139, 0.20); border-radius: 24px; padding: 56px; position: relative; overflow: hidden; } .fomo-inner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); } .fomo-inner::after { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(238, 73, 139, 0.07), transparent 70%); pointer-events: none; } .fomo-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #EE498B; background: rgba(238, 73, 139, 0.10); border: 1px solid rgba(238, 73, 139, 0.25); padding: 5px 14px; border-radius: 100px; margin-bottom: 24px; } .fomo-dot { width: 7px; height: 7px; border-radius: 50%; background: #EE498B; box-shadow: 0 0 8px rgba(238, 73, 139, 0.80); animation: fomo-pulse 2s infinite; } @keyframes fomo-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.8); } } .fomo-title { font-family: var(--font-heading); font-size: clamp(22px, 3.5vw, 38px); font-weight: 800; line-height: 1.2; color: #fff; margin-bottom: 16px; letter-spacing: -0.02em; } .fomo-sub { font-size: 16px; color: rgba(255, 255, 255, 0.55); line-height: 1.7; max-width: 640px; margin-bottom: 40px; } .fomo-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 40px; position: relative; z-index: 1; } .fomo-stat { text-align: center; } .fomo-stat-value { font-family: var(--font-heading); font-size: clamp(28px, 3vw, 40px); font-weight: 800; background: linear-gradient(120deg, #7B8FFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 6px; } .fomo-stat-label { font-size: 13px; color: rgba(255, 255, 255, 0.40); line-height: 1.4; } .fomo-bullets { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 40px; position: relative; z-index: 1; } .fomo-bullet { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgba(255, 255, 255, 0.70); line-height: 1.55; } .fomo-bullet-icon { width: 28px; height: 28px; border-radius: 8px; background: rgba(238, 73, 139, 0.10); border: 1px solid rgba(238, 73, 139, 0.20); display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; } .fomo-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; position: relative; z-index: 1; } .ailabs-teaser { background: linear-gradient(180deg, transparent 0%, rgba(92, 110, 255, 0.04) 100%); padding: var(--section-py) 0; } .ailabs-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; } .ailabs-text h2 { font-family: var(--font-heading); font-size: clamp(40px, 5.5vw, 60px); font-weight: 900; letter-spacing: -0.03em; margin-bottom: 20px; line-height: 1.1; color: #fff; } .ailabs-text p { font-size: 17px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 32px; } .agents-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; } .agent-item { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #fff; font-weight: 500; } .agent-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gradient-primary); flex-shrink: 0; } .ailabs-visual { display: flex; justify-content: center; } .ai-card-float { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.40); border-radius: var(--border-radius-lg); padding: 28px; width: 300px; box-shadow: 0 0 60px rgba(92, 110, 255, 0.15), 0 24px 80px rgba(0, 0, 0, 0.40); animation: float-card 6s ease-in-out infinite; position: relative; overflow: hidden; } .ai-card-float::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4); } @keyframes float-card { 0%, 100% { transform: translateY(0px) rotate(0deg); } 25% { transform: translateY(-10px) rotate(0.5deg); } 75% { transform: translateY(5px) rotate(-0.5deg); } } .ai-card-header { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; font-size: 14px; font-weight: 600; color: #fff; } .ai-pulse { width: 10px; height: 10px; border-radius: 50%; background: #4ADE80; box-shadow: 0 0 10px #4ADE80; animation: pulse-dot 1.5s ease-in-out infinite; } .ai-card-body { display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; } .ai-metric { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.20); border-radius: 10px; } .ai-metric-label { font-size: 13px; color: var(--text-muted); } .ai-metric-value { font-family: var(--font-heading); font-size: 18px; font-weight: 700; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .ai-card-footer { font-size: 11px; color: var(--text-muted); text-align: center; letter-spacing: 0.08em; } .group-section { padding: 52px 0; border-top: 1px solid rgba(92, 110, 255, 0.08); background: #080810; } .group-inner { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; } .group-label p { font-family: var(--font-heading); font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.30); margin-bottom: 5px; } .group-name { font-family: var(--font-heading); font-size: 18px; font-weight: 700; color: #fff; } .group-divider { width: 1px; height: 40px; background: rgba(92, 110, 255, 0.15); flex-shrink: 0; } .group-companies { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; flex: 1; } .group-company { display: flex; align-items: center; gap: 8px; background: rgba(92, 110, 255, 0.04); border: 1px solid rgba(92, 110, 255, 0.12); border-radius: 8px; padding: 9px 14px; transition: var(--transition); } .group-company:hover { border-color: rgba(92, 110, 255, 0.30); background: rgba(92, 110, 255, 0.08); } .group-company.active { border-color: rgba(92, 110, 255, 0.40); background: rgba(92, 110, 255, 0.10); } .company-icon { font-size: 15px; } .company-name { font-family: var(--font-heading); font-size: 12px; font-weight: 600; color: #fff; display: block; white-space: nowrap; } .company-sector { font-size: 10px; color: rgba(255, 255, 255, 0.30); display: block; white-space: nowrap; } .cta-section { padding: 80px 0 120px; background: #080810; } .cta-card { background: linear-gradient(135deg, rgba(92, 110, 255, 0.15) 0%, rgba(123, 62, 228, 0.08) 100%); border: 1px solid rgba(92, 110, 255, 0.35); border-radius: var(--border-radius-lg); padding: 80px 60px; text-align: center; position: relative; overflow: hidden; box-shadow: 0 0 120px rgba(92, 110, 255, 0.10); } .cta-orb { position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(92, 110, 255, 0.20) 0%, transparent 60%); top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; } .cta-card h2 { font-family: var(--font-heading); font-size: clamp(28px, 4vw, 44px); font-weight: 800; margin-bottom: 16px; position: relative; color: #fff; } .cta-card p { font-size: 18px; color: var(--text-secondary); max-width: 500px; margin: 0 auto 40px; line-height: 1.7; position: relative; } .cta-actions { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; position: relative; } .pw-boxed { width: 100%; max-width: 1160px; margin-left: auto; margin-right: auto; } .hero-offer-tag { display: inline-block; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #9BAEFF; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.30); padding: 6px 14px; border-radius: 6px; margin-bottom: 20px; } .offer-card { display: grid; grid-template-columns: 1fr 1fr; border-radius: 20px; background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); overflow: hidden; margin-bottom: 32px; transition: border-color 0.3s, box-shadow 0.3s; position: relative; } .offer-card:hover { border-color: rgba(92, 110, 255, 0.32); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4); } .offer-card.reverse { direction: rtl; } .offer-card.reverse>* { direction: ltr; } .offer-card-visual { display: flex; align-items: center; justify-content: center; padding: 60px 40px; position: relative; overflow: hidden; min-height: 320px; } .offer-card-visual::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(92, 110, 255, 0.12) 0%, transparent 70%); pointer-events: none; } .offer-card-visual.presence-bg { background: linear-gradient(135deg, rgba(92, 110, 255, 0.10) 0%, rgba(123, 62, 228, 0.06) 100%); } .offer-card-visual.clarity-bg { background: linear-gradient(135deg, rgba(238, 73, 139, 0.08) 0%, rgba(123, 62, 228, 0.06) 100%); } .offer-card-visual.ads-bg { background: linear-gradient(135deg, rgba(92, 110, 255, 0.08) 0%, rgba(238, 73, 139, 0.05) 100%); } .offer-icon-large { width: 120px; height: 120px; border-radius: 28px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; } .offer-icon-large.presence { background: linear-gradient(135deg, rgba(92, 110, 255, 0.25), rgba(123, 62, 228, 0.15)); border: 1px solid rgba(92, 110, 255, 0.35); } .offer-icon-large.clarity { background: linear-gradient(135deg, rgba(238, 73, 139, 0.20), rgba(123, 62, 228, 0.12)); border: 1px solid rgba(238, 73, 139, 0.30); } .offer-icon-large.ads { background: linear-gradient(135deg, rgba(92, 110, 255, 0.20), rgba(238, 73, 139, 0.10)); border: 1px solid rgba(92, 110, 255, 0.30); } .offer-icon-svg { width: 52px; height: 52px; } .offer-card-content { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; border-left: 3px solid rgba(92, 110, 255, 0.20); } .offer-card.reverse .offer-card-content { border-left: none; border-right: 3px solid rgba(238, 73, 139, 0.30); } .offer-name-tag { display: inline-block; font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #9BAEFF; background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.25); padding: 4px 10px; border-radius: 5px; margin-bottom: 16px; } .offer-name-tag.pink { color: #EE498B; background: rgba(238, 73, 139, 0.10); border-color: rgba(238, 73, 139, 0.25); } .offer-card-content h2 { font-family: var(--font-heading); font-size: clamp(22px, 2.5vw, 30px); font-weight: 800; color: #fff; margin-bottom: 12px; line-height: 1.2; } .offer-card-content p { font-size: 15px; color: rgba(255, 255, 255, 0.50); line-height: 1.7; margin-bottom: 24px; } .offer-features { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 9px; } .offer-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255, 255, 255, 0.65); line-height: 1.5; } .offer-features li::before { content: '◆'; color: #5C6EFF; font-size: 8px; flex-shrink: 0; margin-top: 4px; } .offer-features li.pink::before { color: #EE498B; } .offer-price-line { font-family: var(--font-heading); font-size: 13px; color: rgba(255, 255, 255, 0.35); margin-bottom: 20px; } .offer-price-line strong { font-size: 18px; color: #fff; font-weight: 700; } .offer-card-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; } .offer-link { font-family: var(--font-heading); font-size: 14px; font-weight: 600; color: #9BAEFF; text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color 0.2s, gap 0.2s; } .offer-link:hover { color: #fff; gap: 10px; } .offer-link.pink { color: #EE498B; } .offer-link.pink:hover { color: #fff; } .method-flow { display: flex; align-items: flex-start; gap: 0; margin-top: 48px; } .method-node { flex: 1; text-align: center; position: relative; } .method-connector { width: 60px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; padding-top: 28px; } .method-connector::after { content: '→'; font-size: 24px; color: rgba(92, 110, 255, 0.50); } .method-badge { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 26px; position: relative; } .method-badge.structurer { background: linear-gradient(135deg, rgba(92, 110, 255, 0.25), rgba(92, 110, 255, 0.10)); border: 2px solid rgba(92, 110, 255, 0.40); } .method-badge.automatiser { background: linear-gradient(135deg, rgba(238, 73, 139, 0.20), rgba(123, 62, 228, 0.15)); border: 2px solid rgba(238, 73, 139, 0.35); } .method-badge.optimiser { background: linear-gradient(135deg, rgba(92, 110, 255, 0.20), rgba(238, 73, 139, 0.10)); border: 2px solid rgba(92, 110, 255, 0.35); } .method-node h3 { font-family: var(--font-heading); font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 10px; } .method-node p { font-size: 14px; color: rgba(255, 255, 255, 0.50); line-height: 1.6; max-width: 200px; margin: 0 auto; } .comparison-table-wrap { margin-top: 48px; overflow-x: auto; } .comparison-table { width: 100%; border-collapse: collapse; min-width: 600px; } .comparison-table th { font-family: var(--font-heading); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 16px 20px; text-align: center; background: rgba(92, 110, 255, 0.06); border-bottom: 1px solid rgba(92, 110, 255, 0.15); } .comparison-table th:first-child { text-align: left; color: rgba(255, 255, 255, 0.40); } .comparison-table th.col-presence { color: #9BAEFF; } .comparison-table th.col-clarity { color: #EE498B; } .comparison-table th.col-ads { color: #9BAEFF; } .comparison-table td { padding: 14px 20px; font-size: 14px; color: rgba(255, 255, 255, 0.65); border-bottom: 1px solid rgba(92, 110, 255, 0.07); text-align: center; } .comparison-table td:first-child { text-align: left; color: rgba(255, 255, 255, 0.50); } .comparison-table tr:last-child td { border-bottom: none; } .comparison-table tr:hover td { background: rgba(92, 110, 255, 0.03); } .check { color: #5C6EFF; font-size: 16px; font-weight: 700; } .check-pink { color: #EE498B; font-size: 16px; font-weight: 700; } .cross { color: rgba(255, 255, 255, 0.20); font-size: 16px; } .partial { color: rgba(255, 255, 255, 0.40); font-size: 13px; } @media (max-width: 860px) { .offer-card { grid-template-columns: 1fr; } .offer-card.reverse { direction: ltr; } .offer-card-visual { min-height: 220px; } .offer-card-content { border-left: none !important; border-right: none !important; border-top: 3px solid rgba(92, 110, 255, 0.20); } .offer-card.reverse .offer-card-content { border-top: 3px solid rgba(238, 73, 139, 0.30); } .method-flow { flex-direction: column; align-items: center; } .method-connector { padding-top: 0; width: auto; height: 40px; } .method-connector::after { content: '↓'; } } .pw-hero-wrap { overflow: hidden; position: relative; } .pw-hero-inner { width: 100%; max-width: 1160px; position: relative; z-index: 1; } .sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; padding: 10px 16px; background: rgba(8, 8, 16, 0.96); backdrop-filter: blur(20px); border-top: 1px solid rgba(92, 110, 255, 0.18); } .sticky-cta-inner { display: flex; gap: 10px; } .sticky-cta .btn-primary { flex: 1; justify-content: center; font-size: 13px; padding: 11px 12px; } .sticky-cta .btn-ghost { flex-shrink: 0; font-size: 13px; padding: 11px 14px; } @media (max-width: 1024px) { .hero-grid, .ailabs-content { grid-template-columns: 1fr; gap: 48px; } .hero-visual { height: 360px; } .hv-dashboard { width: 300px; } .pillars-grid, .solutions-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 960px) { .testi-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 900px) { .pour-qui-grid { grid-template-columns: 1fr; max-width: 500px; margin-left: auto; margin-right: auto; } .fomo-inner { padding: 36px 24px; } .fomo-stats { grid-template-columns: repeat(2, 1fr); } .fomo-bullets { grid-template-columns: 1fr; } } @media (max-width: 768px) { .hero-visual { display: none; } .results-grid { grid-template-columns: repeat(2, 1fr); } .result-item+.result-item { border-left: none; } .result-item:nth-child(odd) { border-right: 1px solid rgba(92, 110, 255, 0.12); } .result-item:nth-child(1), .result-item:nth-child(2) { border-bottom: 1px solid rgba(92, 110, 255, 0.12); } .testi-grid { grid-template-columns: 1fr; } .group-inner { flex-direction: column; align-items: flex-start; gap: 20px; } .group-divider { display: none; } .manifesto-card { padding: 40px 24px; } .cta-card { padding: 48px 24px; } .pillars-grid, .solutions-grid { grid-template-columns: 1fr; } .sticky-cta { display: block; } .footer { padding-bottom: 80px; } } @media (max-width: 480px) { .hero-actions, .cta-actions { flex-direction: column; align-items: stretch; } .btn-primary, .btn-ghost { width: 100%; justify-content: center; } .result-item { padding: 28px 18px; } } .oc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; } .oc-left h2 { font-family: var(--font-heading); font-size: clamp(20px, 2.5vw, 28px); font-weight: 700; color: #fff; margin-bottom: 14px; line-height: 1.3; } .oc-left p { font-size: 15px; color: rgba(255, 255, 255, 0.55); line-height: 1.7; margin-bottom: 24px; } .oc-profiles { display: flex; flex-direction: column; gap: 12px; } .oc-profile { display: flex; align-items: flex-start; gap: 14px; background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.14); border-radius: 14px; padding: 16px 20px; } .oc-profile-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; } .oc-profile-text strong { display: block; font-family: var(--font-heading); font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 2px; } .oc-profile-text span { font-size: 13px; color: rgba(255, 255, 255, 0.45); line-height: 1.5; } .oc-right { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 20px; padding: 32px 28px; position: relative; overflow: hidden; } .oc-right::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); border-radius: 20px 20px 0 0; } .oc-pain-title { font-family: var(--font-heading); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.3); margin-bottom: 20px; } .oc-pain-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; } .oc-pain-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgba(255, 255, 255, 0.7); line-height: 1.55; } .oc-pain-icon { width: 22px; height: 22px; border-radius: 6px; background: rgba(238, 73, 139, 0.1); border: 1px solid rgba(238, 73, 139, 0.2); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; margin-top: 1px; } .oc-fomo { background: linear-gradient(135deg, rgba(238, 73, 139, 0.08), rgba(123, 62, 228, 0.06)); border: 1px solid rgba(238, 73, 139, 0.18); border-radius: 12px; padding: 20px; } .oc-fomo-line { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.65); line-height: 1.55; } .oc-fomo-line+.oc-fomo-line { margin-top: 10px; } .oc-fomo-line strong { color: #EE498B; } .oc-fomo-dot { width: 8px; height: 8px; border-radius: 50%; background: #EE498B; box-shadow: 0 0 8px rgba(238, 73, 139, 0.7); flex-shrink: 0; margin-top: 5px; animation: oc-pulse 2s infinite; } @keyframes oc-pulse { 0%, 100% { opacity: 1 } 50% { opacity: 0.4 } } .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; } .pricing-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 18px; padding: 36px; position: relative; transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s; } .pricing-card:hover { border-color: rgba(92, 110, 255, 0.35); transform: translateY(-4px); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4); } .pricing-card.featured { background: linear-gradient(135deg, rgba(92, 110, 255, 0.10) 0%, rgba(123, 62, 228, 0.06) 100%); border-color: rgba(92, 110, 255, 0.40); transform: scale(1.02); box-shadow: 0 0 0 1px rgba(92, 110, 255, 0.2), 0 32px 80px rgba(92, 110, 255, 0.10); } .pricing-card.featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; border-radius: 18px 18px 0 0; } .pricing-card.featured:hover { transform: scale(1.02) translateY(-4px); } .recommended-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #EE498B; color: #fff; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; white-space: nowrap; } .plan-name { font-family: var(--font-heading); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #9BAEFF; margin-bottom: 20px; } .plan-price { margin-bottom: 6px; } .plan-price .amount { font-family: var(--font-heading); font-size: 48px; font-weight: 800; color: #fff; line-height: 1; } .plan-price .period { font-size: 16px; color: rgba(255, 255, 255, 0.40); margin-left: 4px; } .plan-price-annual { font-size: 13px; color: rgba(255, 255, 255, 0.45); margin-bottom: 8px; min-height: 20px; letter-spacing: 0.01em; } .plan-desc { font-size: 14px; color: rgba(255, 255, 255, 0.45); margin-bottom: 28px; line-height: 1.6; padding-bottom: 24px; border-bottom: 1px solid rgba(92, 110, 255, 0.10); } .plan-features { list-style: none; margin-bottom: 32px; display: flex; flex-direction: column; gap: 10px; } .plan-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255, 255, 255, 0.70); line-height: 1.5; } .plan-features li::before { content: '✓'; color: #5C6EFF; font-weight: 700; font-size: 13px; flex-shrink: 0; margin-top: 1px; } .comparison-wrap { background: #0D0D1F; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 20px; overflow: hidden; overflow-x: auto; } .ct { width: 100%; border-collapse: collapse; font-family: var(--font-body); min-width: 560px; } .ct thead tr { border-bottom: 1px solid rgba(92, 110, 255, 0.15); } .ct thead th { padding: 20px 24px; text-align: center; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); background: #0D0D1F; } .ct thead th:first-child { text-align: left; width: 44%; } .ct thead th.th-feat { color: #9BAEFF; } .ct thead th.th-apex { color: #EE498B; } .ct thead .th-plan { display: block; font-size: 15px; font-weight: 800; color: #fff; letter-spacing: 0; text-transform: none; margin-top: 4px; font-family: var(--font-heading); } .ct thead .th-price { display: block; font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.35); letter-spacing: 0; text-transform: none; font-family: var(--font-body); margin-top: 2px; } .ct tbody tr { border-bottom: 1px solid rgba(92, 110, 255, 0.07); transition: background 0.15s; } .ct tbody tr:last-child { border-bottom: none; } .ct tbody tr:hover { background: rgba(92, 110, 255, 0.04); } .ct tbody td { padding: 13px 24px; font-size: 14px; color: rgba(255, 255, 255, 0.50); text-align: center; vertical-align: middle; } .ct tbody td:first-child { text-align: left; color: #e0daf0; font-weight: 500; } .ct tbody td.col-feat { background: rgba(92, 110, 255, 0.03); } .ct tbody tr.row-group td { background: rgba(92, 110, 255, 0.07); font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(180, 160, 255, 0.5); padding: 9px 24px; } .cti { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(92, 110, 255, 0.15); } .cti svg { width: 13px; height: 13px; stroke: #5C6EFF; stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; } .cti-pink { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(238, 73, 139, 0.12); } .cti-pink svg { width: 13px; height: 13px; stroke: #EE498B; stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; } .ctd { color: rgba(255, 255, 255, 0.18); font-size: 18px; line-height: 1; } .ctv { color: #fff; font-weight: 700; font-size: 14px; font-family: var(--font-heading); } .ctv-sm { color: rgba(255, 255, 255, 0.55); font-size: 13px; } .features-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 60px 0; } .feature-item { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 14px; padding: 28px 24px; } .feature-icon { font-size: 28px; margin-bottom: 14px; } .feature-item h3 { font-family: var(--font-heading); font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 8px; } .feature-item p { font-size: 14px; color: rgba(255, 255, 255, 0.45); line-height: 1.6; } .testi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .testi-c { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 20px; padding: 28px 24px; display: flex; flex-direction: column; gap: 16px; transition: border-color 0.3s, transform 0.3s; } .testi-c:hover { border-color: rgba(92, 110, 255, 0.30); transform: translateY(-3px); } .testi-c-ft { background: linear-gradient(135deg, rgba(92, 110, 255, 0.09), rgba(123, 62, 228, 0.05)); border-color: rgba(92, 110, 255, 0.28); } .testi-metrics { display: flex; gap: 16px; } .tm-item { display: flex; flex-direction: column; gap: 1px; } .tm-val { font-family: var(--font-heading); font-size: 24px; font-weight: 800; background: linear-gradient(120deg, #7B8FFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; } .tm-lbl { font-size: 10px; color: rgba(255, 255, 255, 0.35); text-transform: uppercase; letter-spacing: 0.07em; } .testi-q { font-size: 13.5px; color: rgba(255, 255, 255, 0.62); line-height: 1.75; font-style: italic; flex: 1; } .testi-who { display: flex; align-items: center; gap: 10px; } .t-av { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 12px; font-weight: 700; color: #fff; flex-shrink: 0; } .testi-who strong { display: block; font-size: 13px; font-weight: 600; color: #fff; } .testi-who span { font-size: 11px; color: rgba(255, 255, 255, 0.38); display: block; } .faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; } .faq-item { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 12px; overflow: hidden; } .faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; cursor: pointer; font-family: var(--font-heading); font-size: 15px; font-weight: 600; color: #fff; gap: 16px; user-select: none; } .faq-icon { font-size: 20px; color: #5C6EFF; transition: transform 0.3s; flex-shrink: 0; } .faq-item.open .faq-icon { transform: rotate(45deg); } .faq-answer { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; } .faq-item.open .faq-answer { padding: 0 24px 20px; max-height: 300px; } .faq-answer p { font-size: 14px; color: rgba(255, 255, 255, 0.50); line-height: 1.7; } .pricing-toggle-wrap { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 40px; } .toggle-label { font-family: var(--font-heading); font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.40); transition: color 0.2s; display: flex; align-items: center; gap: 8px; } .toggle-label.active { color: #fff; } .toggle-save { background: rgba(61, 220, 132, 0.12); color: #3DDC84; border: 1px solid rgba(61, 220, 132, 0.25); border-radius: 100px; padding: 2px 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; } .toggle-switch { position: relative; display: inline-block; width: 48px; height: 26px; } .toggle-switch input { opacity: 0; width: 0; height: 0; } .toggle-slider { position: absolute; inset: 0; background: rgba(92, 110, 255, 0.2); border: 1px solid rgba(92, 110, 255, 0.35); border-radius: 100px; cursor: pointer; transition: background 0.25s; } .toggle-slider::before { content: ""; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; background: #5C6EFF; border-radius: 50%; transition: transform 0.25s; } .toggle-switch input:checked+.toggle-slider { background: rgba(92, 110, 255, 0.25); } .toggle-switch input:checked+.toggle-slider::before { transform: translateX(22px); background: linear-gradient(135deg, #5C6EFF, #7B3EE4); } .plan-annual-note { display: none; font-size: 12px; color: rgba(255, 255, 255, 0.50); margin-top: 4px; margin-bottom: 12px; line-height: 1.5; } @media (max-width: 960px) { .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } .pricing-card.featured { transform: none; } .pricing-card.featured:hover { transform: translateY(-4px); } .features-row { grid-template-columns: 1fr 1fr; } .testi-row { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } } @media (max-width: 860px) { .oc-grid { grid-template-columns: 1fr; } } @media (max-width: 640px) { .features-row { grid-template-columns: 1fr; } } .comparison-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; } @media (max-width: 700px) { .ct { font-size: 12px; min-width: 520px; } .ct thead th { padding: 10px 8px; font-size: 11px; } .ct td, .ct th { padding: 8px; } .ct td:first-child { min-width: 130px; max-width: 160px; } .th-price { font-size: 10px; } } .ps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; } .ps-col { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 16px; padding: 36px; } .ps-col.solution { background: linear-gradient(135deg, rgba(92, 110, 255, 0.08) 0%, rgba(123, 62, 228, 0.04) 100%); border-color: rgba(92, 110, 255, 0.30); } .ps-col-tag { font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); margin-bottom: 16px; } .ps-col.solution .ps-col-tag { color: #9BAEFF; } .ps-col h3 { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 20px; line-height: 1.3; } .ps-points { list-style: none; display: flex; flex-direction: column; gap: 12px; } .ps-points li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgba(255, 255, 255, 0.55); line-height: 1.6; } .ps-icon { flex-shrink: 0; font-size: 16px; margin-top: 1px; } .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } .step-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 14px; padding: 28px 24px; transition: border-color 0.3s, transform 0.3s; } .step-card:hover { border-color: rgba(92, 110, 255, 0.30); transform: translateY(-3px); } .step-number { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #5C6EFF; margin-bottom: 16px; } .step-card h4 { font-family: var(--font-heading); font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 10px; } .step-card p { font-size: 13px; color: rgba(255, 255, 255, 0.40); line-height: 1.6; } @media (max-width: 960px) { .steps-grid { grid-template-columns: 1fr 1fr; } .ps-grid { grid-template-columns: 1fr; } } @media (max-width: 640px) { .steps-grid { grid-template-columns: 1fr; } } .pricing-grid-ads { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 860px; margin: 0 auto; align-items: start; } .price-range { font-family: var(--font-heading); font-size: 36px; font-weight: 800; color: #fff; line-height: 1; } .plan-sub-note { font-size: 12px; color: rgba(255, 255, 255, 0.30); margin-top: 6px; margin-bottom: 12px; font-style: italic; } .comparison-wrap-ads { max-width: 860px; margin: 0 auto; } .platforms-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } .platform-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 16px; padding: 28px 22px; text-align: center; transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s; } .platform-card:hover { border-color: rgba(92, 110, 255, 0.35); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3); } .platform-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 22px; font-weight: 800; font-family: var(--font-heading); } .platform-icon.meta { background: linear-gradient(135deg, rgba(24, 119, 242, 0.2), rgba(24, 119, 242, 0.08)); border: 1px solid rgba(24, 119, 242, 0.3); color: #4A90D9; } .platform-icon.google { background: linear-gradient(135deg, rgba(234, 67, 53, 0.15), rgba(251, 188, 5, 0.1)); border: 1px solid rgba(234, 67, 53, 0.25); color: #EA4335; } .platform-icon.tiktok { background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(105, 201, 208, 0.1)); border: 1px solid rgba(105, 201, 208, 0.25); color: #69C9D0; } .platform-icon.linkedin { background: linear-gradient(135deg, rgba(10, 102, 194, 0.2), rgba(10, 102, 194, 0.08)); border: 1px solid rgba(10, 102, 194, 0.3); color: #0A66C2; } .platform-card h3 { font-family: var(--font-heading); font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px; } .platform-card p { font-size: 13px; color: rgba(255, 255, 255, 0.50); line-height: 1.6; } .platform-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; justify-content: center; } .platform-tag { font-size: 11px; font-weight: 600; font-family: var(--font-heading); padding: 3px 9px; border-radius: 20px; background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.20); color: #9BAEFF; letter-spacing: 0.02em; } .method-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; } .method-steps::before { content: ''; position: absolute; top: 28px; left: calc(16.67% + 24px); right: calc(16.67% + 24px); height: 1px; background: linear-gradient(90deg, rgba(92, 110, 255, 0.4), rgba(123, 62, 228, 0.4)); } .method-step { text-align: center; position: relative; } .method-step-num { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 20px; font-weight: 800; color: #fff; margin: 0 auto 20px; position: relative; z-index: 1; } .method-step h3 { font-family: var(--font-heading); font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 10px; } .method-step p { font-size: 14px; color: rgba(255, 255, 255, 0.50); line-height: 1.6; max-width: 240px; margin: 0 auto; } .step-tags { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 14px; } .step-tag { font-size: 11px; padding: 3px 9px; border-radius: 20px; background: rgba(238, 73, 139, 0.10); border: 1px solid rgba(238, 73, 139, 0.25); color: #EE498B; font-weight: 600; font-family: var(--font-heading); } @media (max-width: 960px) { .platforms-grid { grid-template-columns: repeat(2, 1fr); } .method-steps { grid-template-columns: 1fr; } .method-steps::before { display: none; } .pricing-grid-ads { grid-template-columns: 1fr; max-width: 440px; } .pricing-card.featured { transform: none; } } @media (max-width: 600px) { .platforms-grid { grid-template-columns: 1fr; } } .hero-stats { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 48px; padding-top: 48px; border-top: 1px solid rgba(255, 255, 255, 0.06); } .stat-chip { display: inline-flex; align-items: center; gap: 8px; background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.20); border-radius: 30px; padding: 8px 18px; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.75); font-family: var(--font-heading); letter-spacing: 0.02em; } .chip-dot { width: 6px; height: 6px; border-radius: 50%; background: #5C6EFF; flex-shrink: 0; } .agents-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .agent-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 16px; padding: 36px 28px; transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; } .agent-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(135deg, #5C6EFF, #EE498B); opacity: 0; transition: opacity 0.3s; } .agent-card:hover { transform: translateY(-6px); border-color: rgba(92, 110, 255, 0.40); box-shadow: 0 20px 60px rgba(92, 110, 255, 0.12); } .agent-card:hover::before { opacity: 1; } .agent-icon { font-size: 40px; margin-bottom: 20px; display: block; } .agent-card h3 { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 12px; } .agent-card p { color: rgba(255, 255, 255, 0.55); font-size: 15px; line-height: 1.7; margin-bottom: 24px; } .agent-value { display: inline-block; background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 8px; padding: 8px 14px; font-size: 13px; font-weight: 700; color: #9BAEFF; font-family: var(--font-heading); letter-spacing: 0.02em; } .ail-process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; } .ail-process-steps::before { content: ''; position: absolute; top: 36px; left: calc(12.5% + 20px); right: calc(12.5% + 20px); height: 1px; background: linear-gradient(90deg, rgba(92, 110, 255, 0.5), rgba(238, 73, 139, 0.5)); } .ail-process-step { text-align: center; padding: 0 20px; position: relative; } .ail-step-wrap { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, rgba(92, 110, 255, 0.15), rgba(123, 62, 228, 0.15)); border: 1px solid rgba(92, 110, 255, 0.35); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; position: relative; z-index: 1; } .ail-step-num { font-family: var(--font-heading); font-size: 15px; font-weight: 800; background: linear-gradient(135deg, #5C6EFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 0.05em; } .ail-process-step h3 { font-family: var(--font-heading); font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px; } .ail-process-step p { color: rgba(255, 255, 255, 0.50); font-size: 14px; line-height: 1.6; } .tech-label { text-align: center; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); margin-bottom: 28px; font-family: var(--font-heading); } .tech-chips { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; } .tech-chip { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 10px; padding: 10px 20px; font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.70); font-family: var(--font-heading); transition: border-color 0.25s, color 0.25s; } .tech-chip:hover { border-color: rgba(92, 110, 255, 0.40); color: #fff; } @media (max-width: 900px) { .agents-grid { grid-template-columns: 1fr; } .ail-process-steps { grid-template-columns: 1fr 1fr; gap: 40px; } .ail-process-steps::before { display: none; } } @media (max-width: 600px) { .ail-process-steps { grid-template-columns: 1fr; } .hero-stats { flex-direction: column; align-items: flex-start; } } .pw-mission-pills { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; } .pw-mission-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 8px; padding: 10px 16px; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.7); font-family: var(--font-heading); } .pw-pill-icon { font-size: 15px; } .pw-positioning-grid { display: grid !important; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; width: 100%; } .pw-manifesto-card { background: linear-gradient(135deg, rgba(92, 110, 255, 0.08), rgba(123, 62, 228, 0.06)); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 20px; padding: 40px 36px; position: relative; overflow: hidden; } .pw-manifesto-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(135deg, #5C6EFF, #EE498B); } .pw-manifesto-quote { font-size: 64px; line-height: 1; color: rgba(92, 110, 255, 0.2); font-family: Georgia, serif; display: block; margin-bottom: 12px; } .pw-manifesto-card blockquote { font-size: 20px; font-weight: 600; line-height: 1.5; color: #fff; font-family: var(--font-heading); margin: 0 0 24px; border: none; padding: 0; background: none; } .pw-manifesto-meta { font-size: 13px; color: rgba(255, 255, 255, 0.4); font-weight: 500; letter-spacing: 0.05em; font-family: var(--font-heading); text-transform: uppercase; margin: 0; } .pw-values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; width: 100%; } .pw-value-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 16px; padding: 28px; display: flex; gap: 20px; align-items: flex-start; transition: border-color 0.3s, transform 0.3s; } .pw-value-card:hover { border-color: rgba(92, 110, 255, 0.35); transform: translateY(-3px); } .pw-value-number { font-family: var(--font-heading); font-size: 13px; font-weight: 800; letter-spacing: 0.1em; background: linear-gradient(135deg, #5C6EFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; flex-shrink: 0; padding-top: 2px; line-height: 1.5; } .pw-value-content h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; font-family: var(--font-heading); color: #fff; } .pw-value-content p { color: rgba(255, 255, 255, 0.5); font-size: 14px; line-height: 1.65; margin: 0; } .pw-companies-grid { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 20px; width: 100%; } .pw-company-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 16px; padding: 32px 24px !important; text-align: center; transition: border-color 0.3s, transform 0.3s; position: relative; } .pw-company-card:hover { border-color: rgba(92, 110, 255, 0.3); transform: translateY(-4px); } .pw-company-card.active { border-color: rgba(92, 110, 255, 0.45); background: linear-gradient(135deg, rgba(92, 110, 255, 0.1), rgba(123, 62, 228, 0.08)); } .pw-company-card.active::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(135deg, #5C6EFF, #EE498B); border-radius: 16px 16px 0 0; } .pw-company-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.25); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 22px; } .pw-company-card.active .pw-company-icon { background: linear-gradient(135deg, rgba(92, 110, 255, 0.25), rgba(238, 73, 139, 0.15)); border-color: rgba(92, 110, 255, 0.4); } .pw-company-badge { display: inline-block; margin-top: 12px; background: linear-gradient(135deg, #5C6EFF, #EE498B); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; font-family: var(--font-heading); } @media (max-width: 960px) { .pw-positioning-grid { grid-template-columns: 1fr !important; gap: 40px; } .pw-values-grid { grid-template-columns: 1fr; } .pw-companies-grid { grid-template-columns: 1fr 1fr !important; } } @media (max-width: 600px) { .pw-companies-grid { grid-template-columns: 1fr !important; } .pw-mission-pills { flex-direction: column; } } .res-featured-article { background: linear-gradient(135deg, rgba(92, 110, 255, 0.08), rgba(123, 62, 228, 0.05)); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 20px; padding: 48px !important; overflow: hidden; margin-bottom: 48px; position: relative; width: 100%; } .res-featured-article::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(135deg, #5C6EFF, #EE498B); } .res-article-header { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; } .res-article-category { display: inline-block; font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); padding: 5px 12px; border-radius: 6px; } .res-article-date { font-size: 13px; color: rgba(255, 255, 255, 0.35); font-family: var(--font-heading); } .res-featured-label { display: inline-block; font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #EE498B; background: rgba(238, 73, 139, 0.1); border: 1px solid rgba(238, 73, 139, 0.25); padding: 4px 10px; border-radius: 20px; } .res-article-footer { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 8px; } .res-read-link { display: inline-flex; align-items: center; gap: 6px; color: #9BAEFF; font-weight: 600; font-size: 15px; text-decoration: none; font-family: var(--font-heading); transition: color 0.2s, gap 0.2s; } .res-read-link:hover { color: #fff; gap: 10px; } .res-article-tags { display: flex; gap: 8px; flex-wrap: wrap; } .res-article-tag { font-size: 12px; color: rgba(255, 255, 255, 0.35); font-family: var(--font-heading); font-weight: 600; } .res-article-tag::before { content: '#'; color: rgba(92, 110, 255, 0.6); } .res-articles-grid { display: grid !important; grid-template-columns: 1fr 1fr; gap: 20px; width: 100%; } .res-article-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 16px; padding: 28px !important; display: flex; flex-direction: column; gap: 12px; position: relative; overflow: hidden; transition: border-color 0.3s, transform 0.3s; } .res-article-card:hover { border-color: rgba(92, 110, 255, 0.3); transform: translateY(-3px); } .res-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; } .res-card-category { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(92, 110, 255, 0.7); font-family: var(--font-heading); } .res-coming-soon { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); padding: 4px 10px; border-radius: 20px; flex-shrink: 0; } .res-coming-soon::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); } .res-newsletter-card { background: linear-gradient(135deg, rgba(92, 110, 255, 0.1), rgba(123, 62, 228, 0.07)); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 20px; padding: 48px !important; text-align: center; position: relative; overflow: hidden; margin-top: 48px; width: 100%; } .res-newsletter-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(135deg, #5C6EFF, #EE498B); } .res-newsletter-card::after { content: ''; position: absolute; bottom: -100px; left: 50%; transform: translateX(-50%); width: 400px; height: 200px; background: radial-gradient(circle, rgba(92, 110, 255, 0.12) 0%, transparent 70%); pointer-events: none; } .res-nl-form { display: flex; gap: 12px; max-width: 480px; margin: 0 auto; } .res-nl-form input[type="email"] { flex: 1; background: rgba(92, 110, 255, 0.06); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 10px; padding: 14px 18px; color: #fff; font-family: var(--font-body); font-size: 15px; outline: none; transition: border-color 0.3s, box-shadow 0.3s; } .res-nl-form input[type="email"]::placeholder { color: rgba(255, 255, 255, 0.25); } .res-nl-form input[type="email"]:focus { border-color: rgba(92, 110, 255, 0.5); box-shadow: 0 0 0 3px rgba(92, 110, 255, 0.1); } .res-nl-btn { background: linear-gradient(135deg, #5C6EFF, #7B3EE4); color: #fff; font-family: var(--font-heading); font-weight: 600; font-size: 15px; padding: 14px 24px; border: none; border-radius: 100px; cursor: pointer; white-space: nowrap; transition: opacity 0.2s, transform 0.2s; } .res-nl-btn:hover { opacity: 0.9; transform: translateY(-2px); } @media (max-width: 800px) { .res-articles-grid { grid-template-columns: 1fr !important; } .res-featured-article { padding: 28px !important; } .res-newsletter-card { padding: 32px 24px !important; } .res-nl-form { flex-direction: column; } } .ct-layout { display: grid; grid-template-columns: 3fr 2fr; gap: 48px; align-items: start; width: 100%; } .ct-form-wrap { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 20px; padding: 40px; position: relative; overflow: hidden; } .ct-form-wrap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(135deg, #5C6EFF, #EE498B); } .ct-form-title { font-family: var(--font-heading); font-size: 22px; font-weight: 700; color: #fff; margin: 0 0 6px; line-height: 1.3; } .ct-form-sub { color: rgba(255, 255, 255, 0.45); font-size: 14px; line-height: 1.5; margin: 0 0 32px; } .ct-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .ct-form-group { margin-bottom: 20px; } .ct-form label { display: block; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.6); margin-bottom: 8px; font-family: var(--font-heading); letter-spacing: 0.05em; } .ct-form input, .ct-form select, .ct-form textarea { width: 100%; background: rgba(92, 110, 255, 0.05); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 10px; padding: 14px 16px; color: #fff !important; -webkit-text-fill-color: #fff !important; font-family: var(--font-body); font-size: 15px; outline: none; transition: border-color 0.3s, box-shadow 0.3s; -webkit-appearance: none; appearance: none; box-sizing: border-box; } .ct-form input:-webkit-autofill, .ct-form input:-webkit-autofill:hover, .ct-form input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 1000px #0F0F1E inset !important; -webkit-text-fill-color: #fff !important; caret-color: #fff; } .ct-form input::placeholder, .ct-form textarea::placeholder { color: rgba(255, 255, 255, 0.25); } .ct-form select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='rgba(255,255,255,0.4)' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; cursor: pointer; background-color: rgba(92, 110, 255, 0.05); } .ct-form select option { background: #0F0F1E; color: #fff; } .ct-form input:focus, .ct-form select:focus, .ct-form textarea:focus { border-color: rgba(92, 110, 255, 0.5); box-shadow: 0 0 0 3px rgba(92, 110, 255, 0.1); } .ct-form textarea { resize: vertical; min-height: 100px; } .ct-form-submit { width: 100%; margin-top: 8px; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); color: #fff; font-family: var(--font-heading); font-weight: 600; font-size: 16px; padding: 16px; border: none; border-radius: 100px; cursor: pointer; transition: opacity 0.2s, transform 0.2s; text-align: center; } .ct-form-submit:hover { opacity: 0.9; transform: translateY(-2px); } .ct-sidebar { display: flex; flex-direction: column; gap: 20px; } .ct-next-steps { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 16px; padding: 28px; } .ct-next-steps h3 { font-family: var(--font-heading); font-size: 17px; font-weight: 700; color: #fff; margin: 0 0 24px; } .ct-step { display: flex; gap: 16px; margin-bottom: 20px; align-items: flex-start; } .ct-step:last-child { margin-bottom: 0; } .ct-step-num { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, rgba(92, 110, 255, 0.2), rgba(238, 73, 139, 0.1)); border: 1px solid rgba(92, 110, 255, 0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 12px; font-weight: 800; font-family: var(--font-heading); color: #9BAEFF; } .ct-step-text h4 { font-size: 14px; font-weight: 700; margin: 0 0 4px; font-family: var(--font-heading); color: #fff; } .ct-step-text p { font-size: 13px; color: rgba(255, 255, 255, 0.45); line-height: 1.5; margin: 0; } .ct-info-card { background: rgba(92, 110, 255, 0.05); border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 16px; padding: 24px; } .ct-info-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } .ct-info-item:last-child { border-bottom: none; } .ct-info-icon { width: 36px; height: 36px; border-radius: 10px; background: rgba(92, 110, 255, 0.1); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; } .ct-info-label { font-size: 11px; font-weight: 700; color: rgba(255, 255, 255, 0.35); text-transform: uppercase; letter-spacing: 0.1em; font-family: var(--font-heading); display: block; margin-bottom: 2px; } .ct-info-value { font-size: 14px; color: rgba(255, 255, 255, 0.75); font-weight: 500; text-decoration: none; transition: color 0.2s; } .ct-info-value:hover { color: #fff; } .ct-note { font-size: 13px; color: rgba(255, 255, 255, 0.35); line-height: 1.6; text-align: center; font-style: italic; margin: 4px 0 0; } .ct-divider-or { display: flex; align-items: center; gap: 16px; margin: 40px 0; color: rgba(255, 255, 255, 0.2); font-size: 13px; font-family: var(--font-heading); font-weight: 600; width: 100%; } .ct-divider-or::before, .ct-divider-or::after { content: ''; flex: 1; height: 1px; background: rgba(255, 255, 255, 0.08); } @media (max-width: 900px) { .ct-layout { grid-template-columns: 1fr; } .ct-form-wrap { padding: 28px; } } @media (max-width: 560px) { .ct-form-row { grid-template-columns: 1fr; } } .lp-bg { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; } .lp-orb { position: absolute; border-radius: 50%; filter: blur(130px); opacity: 0.15; } .lp-orb-1 { width: 800px; height: 800px; background: radial-gradient(circle, #7B3EE4, transparent 70%); top: -250px; left: -200px; } .lp-orb-2 { width: 600px; height: 600px; background: radial-gradient(circle, #EE498B, transparent 70%); bottom: -150px; right: -150px; } .lp-orb-3 { width: 500px; height: 500px; background: radial-gradient(circle, #5C6EFF, transparent 70%); top: 40%; right: 5%; } .lp-orb-4 { width: 350px; height: 350px; background: radial-gradient(circle, #7B3EE4, transparent 70%); bottom: 20%; left: 5%; opacity: 0.1; } .lp-grid-bg { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(92, 110, 255, 0.04) 1px, transparent 0); background-size: 52px 52px; pointer-events: none; } .urgency-bar { position: relative; z-index: 100; background: #0A0812; border-bottom: 1px solid rgba(238, 73, 139, 0.35); padding: 11px 24px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 10px; } .urgency-dot { width: 8px; height: 8px; border-radius: 50%; background: #EE498B; box-shadow: 0 0 10px rgba(238, 73, 139, 0.9); animation: urgency-pulse 1.4s ease-in-out infinite; flex-shrink: 0; } @keyframes urgency-pulse { 0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 10px rgba(238, 73, 139, 0.9); } 50% { opacity: 0.6; transform: scale(0.75); box-shadow: 0 0 4px rgba(238, 73, 139, 0.4); } } .urgency-text { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.88); letter-spacing: 0.01em; } .urgency-text strong { color: #EE498B; } .lp-header { position: relative; z-index: 10; padding: 22px 0; border-bottom: 1px solid rgba(92, 110, 255, 0.1); } .lp-header-inner { max-width: 900px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: center; } .lp-logo { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 800; text-decoration: none; letter-spacing: -0.02em; } .logo-powa { color: #fff; } .logo-bu { background: linear-gradient(135deg, #5C6EFF, #7B3EE4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .lp-container { max-width: 780px; margin: 0 auto; padding: 0 24px; } .lp-container-wide { max-width: 960px; margin: 0 auto; padding: 0 24px; } .lp-badge { display: inline-flex; align-items: center; gap: 9px; padding: 7px 20px; border-radius: 100px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; background: rgba(92, 110, 255, 0.1); border: 1px solid rgba(92, 110, 255, 0.3); color: #8BA0FF; } .section-label { display: inline-block; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #5C6EFF; margin-bottom: 14px; } .video-wrapper { max-width: 800px; margin: 0 auto; padding: 0 24px; } .video-player { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; background: linear-gradient(135deg, #0A0A18, #0F0F2A); border: 1px solid rgba(92, 110, 255, 0.25); box-shadow: 0 0 80px rgba(92, 110, 255, 0.15), 0 40px 100px rgba(0, 0, 0, 0.6); cursor: pointer; } .video-thumbnail { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg, #07070F 0%, #0E0E22 100%); transition: opacity 0.4s ease; } .video-grid-bg { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(92, 110, 255, 0.07) 1px, transparent 0); background-size: 44px 44px; pointer-events: none; } .video-orb { position: absolute; width: 65%; height: 65%; top: 50%; left: 50%; transform: translate(-50%, -50%); background: radial-gradient(ellipse at center, rgba(92, 110, 255, 0.18) 0%, rgba(123, 62, 228, 0.12) 40%, transparent 70%); pointer-events: none; } .video-logo-block { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; pointer-events: none; } .video-logo-text { font-family: 'Poppins', sans-serif; font-size: clamp(28px, 5vw, 48px); font-weight: 800; letter-spacing: -0.02em; background: linear-gradient(120deg, #7B8FFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; } .video-logo-sub { font-family: 'Inter', sans-serif; font-size: clamp(11px, 1.5vw, 14px); font-weight: 500; color: rgba(255, 255, 255, 0.45); letter-spacing: 0.06em; text-transform: uppercase; } .video-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; width: 80px; height: 80px; border-radius: 50%; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(6px); border: 2px solid rgba(255, 255, 255, 0.25); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 8px 32px rgba(0, 0, 0, 0.4); transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; cursor: pointer; } .video-play-btn::before { content: ''; position: absolute; inset: -10px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.2); animation: video-pulse 2s ease-out infinite; pointer-events: none; } @keyframes video-pulse { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(1.8); opacity: 0; } } .video-play-btn svg { width: 28px; height: 28px; fill: #fff; margin-left: 4px; } .video-player:hover .video-play-btn { transform: translate(-50%, -50%) scale(1.08); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 12px 40px rgba(0, 0, 0, 0.5); background: rgba(255, 255, 255, 0.22); } .video-player.playing .video-play-btn { opacity: 0; pointer-events: none; } .video-player.playing .video-thumbnail { opacity: 0.35; } .video-controls { position: absolute; bottom: 0; left: 0; right: 0; height: 48px; background: rgba(0, 0, 0, 0.72); backdrop-filter: blur(4px); display: flex; align-items: center; padding: 0 14px; gap: 12px; z-index: 15; } .video-timeline-wrap { flex: 1; height: 4px; background: rgba(255, 255, 255, 0.18); border-radius: 2px; overflow: hidden; cursor: pointer; } .video-timeline-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); border-radius: 2px; transition: width 0.3s linear; } @keyframes progress-anim { from { width: 0%; } to { width: 100%; } } .video-player.playing .video-timeline-fill { animation: progress-anim 522s linear forwards; } .video-time { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 500; color: rgba(255, 255, 255, 0.75); letter-spacing: 0.02em; white-space: nowrap; min-width: 70px; } .video-ctrl-icons { display: flex; align-items: center; gap: 10px; } .video-ctrl-icon { font-size: 13px; color: rgba(255, 255, 255, 0.65); cursor: pointer; transition: color 0.2s; line-height: 1; } .video-ctrl-icon:hover { color: #fff; } .video-duration-badge { position: absolute; top: 14px; right: 14px; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(6px); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 6px; padding: 4px 9px; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, 0.85); z-index: 15; letter-spacing: 0.04em; } .video-watermark { position: absolute; bottom: 58px; left: 14px; display: flex; align-items: center; gap: 5px; opacity: 0.3; z-index: 15; pointer-events: none; } .video-watermark-logo { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; color: #fff; letter-spacing: 0.02em; } .video-watermark-copy { font-family: 'Inter', sans-serif; font-size: 10px; color: rgba(255, 255, 255, 0.7); } .video-playing-indicator { position: absolute; top: 14px; left: 14px; display: none; align-items: center; gap: 6px; background: rgba(238, 73, 139, 0.15); border: 1px solid rgba(238, 73, 139, 0.4); border-radius: 6px; padding: 4px 10px; z-index: 15; } .video-player.playing .video-playing-indicator { display: flex; } .playing-dot { width: 6px; height: 6px; border-radius: 50%; background: #EE498B; animation: urgency-pulse 1.2s ease-in-out infinite; } .playing-label { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; color: #EE498B; letter-spacing: 0.06em; text-transform: uppercase; } .video-cta { text-align: center; padding: 36px 24px 60px; } .lp-btn-primary { display: inline-block; max-width: 400px; width: 100%; padding: 18px 40px; border-radius: 10px; background: linear-gradient(135deg, #5C6EFF 0%, #7B3EE4 100%); color: #fff; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 700; border: none; cursor: pointer; text-decoration: none; transition: opacity 0.25s, transform 0.2s, box-shadow 0.25s; letter-spacing: 0.01em; box-shadow: 0 6px 30px rgba(92, 110, 255, 0.4); } .lp-btn-primary:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 10px 40px rgba(92, 110, 255, 0.55); } .video-cta-sub { margin-top: 14px; font-size: 13px; color: rgba(255, 255, 255, 0.45); font-family: 'Inter', sans-serif; } .lp-discover-section { border-top: 1px solid rgba(92, 110, 255, 0.1); } .discover-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .discover-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 16px; padding: 28px; transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; } .discover-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(92, 110, 255, 0.5), transparent); } .discover-card:hover { border-color: rgba(92, 110, 255, 0.35); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(92, 110, 255, 0.1); } .discover-icon { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, rgba(92, 110, 255, 0.2), rgba(123, 62, 228, 0.15)); border: 1px solid rgba(92, 110, 255, 0.25); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; } .discover-card h3 { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.3; } .discover-card p { font-size: 14px; color: rgba(255, 255, 255, 0.55); line-height: 1.65; } .lp-stats-section { border-top: 1px solid rgba(92, 110, 255, 0.1); border-bottom: 1px solid rgba(92, 110, 255, 0.1); } .stats-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; } .stat-item { flex: 1; min-width: 150px; text-align: center; padding: 20px 24px; position: relative; } .stat-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 20%; height: 60%; width: 1px; background: rgba(92, 110, 255, 0.2); } .stat-value { font-family: 'Poppins', sans-serif; font-size: clamp(28px, 4vw, 40px); font-weight: 800; background: linear-gradient(120deg, #7B8FFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; margin-bottom: 6px; } .stat-label { font-size: 13px; color: rgba(255, 255, 255, 0.5); font-family: 'Inter', sans-serif; line-height: 1.4; } .testimonial-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 20px; padding: 32px; max-width: 720px; margin: 0 auto; display: flex; align-items: flex-start; gap: 24px; position: relative; overflow: hidden; box-shadow: 0 0 60px rgba(92, 110, 255, 0.07), 0 24px 60px rgba(0, 0, 0, 0.35); } .testimonial-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); } .testimonial-mini-player { flex-shrink: 0; width: 80px; height: 80px; border-radius: 12px; background: linear-gradient(135deg, #0A0A18, #12122A); border: 1px solid rgba(92, 110, 255, 0.3); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; cursor: pointer; transition: transform 0.25s; } .testimonial-mini-player:hover { transform: scale(1.05); } .mini-play-btn { width: 30px; height: 30px; border-radius: 50%; background: rgba(255, 255, 255, 0.18); border: 1px solid rgba(255, 255, 255, 0.3); display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; } .mini-play-btn svg { width: 12px; height: 12px; fill: #fff; margin-left: 2px; } .mini-player-bg { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(92, 110, 255, 0.08) 1px, transparent 0); background-size: 12px 12px; } .mini-player-orb { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(92, 110, 255, 0.2) 0%, transparent 70%); } .testimonial-content { flex: 1; } .testimonial-meta { margin-bottom: 12px; } .testimonial-name { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #fff; } .testimonial-role { font-size: 13px; color: rgba(255, 255, 255, 0.45); margin-top: 2px; } .testimonial-stars { font-size: 15px; color: #F5A623; margin-bottom: 12px; letter-spacing: 2px; } .testimonial-quote { font-size: 14px; color: rgba(255, 255, 255, 0.72); line-height: 1.7; font-style: italic; } .lp-faq-section { border-top: 1px solid rgba(92, 110, 255, 0.1); } .faq-list { max-width: 680px; margin: 0 auto; } .faq-item { border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 14px; margin-bottom: 12px; overflow: hidden; background: #0F0F1E; transition: border-color 0.3s; } .faq-item.open { border-color: rgba(92, 110, 255, 0.35); } .faq-question { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; gap: 16px; user-select: none; } .faq-question-text { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: #fff; line-height: 1.4; } .faq-icon { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.25); display: flex; align-items: center; justify-content: center; transition: transform 0.3s, background 0.3s; } .faq-item.open .faq-icon { transform: rotate(45deg); background: rgba(92, 110, 255, 0.25); } .faq-icon svg { width: 14px; height: 14px; stroke: #7B8FFF; fill: none; stroke-width: 2; stroke-linecap: round; } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s ease; } .faq-item.open .faq-answer { max-height: 200px; } .faq-answer-inner { padding: 16px 24px 22px; font-size: 14px; color: rgba(255, 255, 255, 0.58); line-height: 1.75; border-top: 1px solid rgba(92, 110, 255, 0.1); } .final-cta-section { padding: 80px 0; background: linear-gradient(180deg, rgba(8, 8, 20, 0) 0%, rgba(10, 10, 32, 0.95) 100%); border-top: 1px solid rgba(92, 110, 255, 0.1); text-align: center; } .final-cta-section h2 { font-family: 'Poppins', sans-serif; font-size: clamp(22px, 3.5vw, 36px); font-weight: 700; color: #fff; line-height: 1.25; margin-bottom: 16px; letter-spacing: -0.02em; } .final-cta-section p { font-size: 16px; color: rgba(255, 255, 255, 0.55); margin-bottom: 40px; max-width: 520px; margin-left: auto; margin-right: auto; } .final-cta-btns { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; } .btn-ghost { display: inline-block; padding: 16px 32px; border-radius: 10px; background: transparent; border: 1px solid rgba(92, 110, 255, 0.45); color: #8BA0FF; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; text-decoration: none; transition: border-color 0.25s, background 0.25s, color 0.25s, transform 0.2s; letter-spacing: 0.01em; } .btn-ghost:hover { border-color: rgba(92, 110, 255, 0.7); background: rgba(92, 110, 255, 0.08); color: #fff; transform: translateY(-2px); } .btn-primary-inline { display: inline-block; padding: 16px 32px; border-radius: 10px; background: linear-gradient(135deg, #5C6EFF 0%, #7B3EE4 100%); color: #fff; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; text-decoration: none; transition: opacity 0.25s, transform 0.2s, box-shadow 0.25s; letter-spacing: 0.01em; box-shadow: 0 6px 28px rgba(92, 110, 255, 0.4); } .btn-primary-inline:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 10px 40px rgba(92, 110, 255, 0.55); } .lp-footer { position: relative; z-index: 5; text-align: center; padding: 28px 24px; border-top: 1px solid rgba(92, 110, 255, 0.08); } .lp-footer p { font-size: 13px; color: rgba(255, 255, 255, 0.3); font-family: 'Inter', sans-serif; } .lp-footer a { color: rgba(255, 255, 255, 0.4); text-decoration: none; transition: color 0.2s; } .lp-footer a:hover { color: rgba(255, 255, 255, 0.7); } @media (max-width: 768px) { .discover-grid { grid-template-columns: 1fr; } .stat-item { min-width: 50%; flex: 0 0 50%; } .stat-item:nth-child(2)::after { display: none; } .stat-item:nth-child(odd):not(:last-child)::after { display: block; } .testimonial-card { flex-direction: column; align-items: center; text-align: center; gap: 20px; } .final-cta-btns { flex-direction: column; align-items: stretch; max-width: 340px; margin: 0 auto; } .btn-ghost, .btn-primary-inline { text-align: center; } .urgency-bar { padding: 10px 16px; } .urgency-text { font-size: 12px; } .video-cta { padding: 28px 24px 48px; } } @media (max-width: 480px) { .stat-item { min-width: 100%; flex: 0 0 100%; } .stat-item::after { display: none !important; } .stat-item:not(:last-child) { border-bottom: 1px solid rgba(92, 110, 255, 0.15); } .video-logo-text { font-size: 24px; } } .ob-urgency-bar { position: relative; z-index: 20; background: linear-gradient(135deg, rgba(92, 110, 255, 0.15), rgba(238, 73, 139, 0.1)); border-bottom: 1px solid rgba(92, 110, 255, 0.2); padding: 10px 24px; text-align: center; } .urgency-bar-inner { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.92); display: flex; align-items: center; justify-content: center; gap: 10px; } @keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.75); } } .ob-urgency-bar .urgency-dot { animation: pulse-dot 1.5s infinite; } .ob-header-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; } .lp-header-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; border-radius: 100px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(238, 73, 139, 0.1); border: 1px solid rgba(238, 73, 139, 0.3); color: #EE498B; } .ob-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; } .lp-container-narrow { max-width: 880px; margin: 0 auto; padding: 0 24px; } .lp-ob-hero { padding: 72px 0 84px; } .ob-hero-grid { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: start; } .ob-hero-content { padding-top: 6px; } .ob-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 18px; border-radius: 100px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.3); color: #7B8FFF; margin-bottom: 26px; } .ob-hero-h1 { font-family: 'Poppins', sans-serif; font-size: clamp(24px, 4vw, 42px); font-weight: 800; line-height: 1.15; color: #fff; margin-bottom: 22px; letter-spacing: -0.025em; } .ob-hero-sub { font-size: clamp(15px, 1.8vw, 17px); color: rgba(255, 255, 255, 0.6); line-height: 1.75; margin-bottom: 34px; } .lp-checklist { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; } .lp-checklist li { display: flex; align-items: flex-start; gap: 14px; font-size: 15px; color: rgba(255, 255, 255, 0.78); line-height: 1.5; } .check-icon { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; margin-top: 1px; box-shadow: 0 2px 10px rgba(92, 110, 255, 0.4); } .result-block { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 16px; overflow: hidden; margin-bottom: 32px; } .result-block-header { padding: 12px 20px; background: rgba(92, 110, 255, 0.07); border-bottom: 1px solid rgba(92, 110, 255, 0.15); font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); } .result-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(92, 110, 255, 0.12); border-bottom: 1px solid rgba(92, 110, 255, 0.12); } .result-metric { background: #0F0F1E; padding: 18px 14px; text-align: center; } .result-metric-value { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 800; background: linear-gradient(120deg, #7B8FFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; margin-bottom: 4px; } .result-metric-label { font-size: 11px; color: rgba(255, 255, 255, 0.4); line-height: 1.3; } .result-block-note { padding: 10px 20px; font-size: 11px; color: rgba(255, 255, 255, 0.3); font-style: italic; } .lp-social-inline { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; background: rgba(92, 110, 255, 0.06); border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.6); } .lp-social-inline strong { color: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; } .lp-form-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 24px; padding: 36px 32px; box-shadow: 0 0 80px rgba(92, 110, 255, 0.1), 0 32px 80px rgba(0, 0, 0, 0.5); position: relative; overflow: hidden; } .lp-form-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); } .lp-form-card::after { content: ''; position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(92, 110, 255, 0.07), transparent 70%); pointer-events: none; } .lp-form-card-title { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 6px; } .lp-form-card-sub { font-size: 13px; color: rgba(255, 255, 255, 0.42); margin-bottom: 26px; display: flex; gap: 10px; flex-wrap: wrap; } .lp-field-group { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .lp-field { margin-bottom: 16px; } .lp-field-label { display: block; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.38); margin-bottom: 7px; } .lp-field-input { width: 100%; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 10px; padding: 13px 16px; font-family: 'Inter', sans-serif; font-size: 14px; color: #fff; outline: none; transition: border-color 0.25s, box-shadow 0.25s; } .lp-field-input::placeholder { color: rgba(255, 255, 255, 0.22); } .lp-field-input:focus { border-color: rgba(92, 110, 255, 0.5); box-shadow: 0 0 0 3px rgba(92, 110, 255, 0.1); } .lp-btn-submit { display: block; width: 100%; padding: 17px 32px; border-radius: 10px; background: linear-gradient(135deg, #5C6EFF 0%, #7B3EE4 100%); color: #fff; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; border: none; cursor: pointer; transition: opacity 0.25s, transform 0.2s, box-shadow 0.25s; letter-spacing: 0.02em; box-shadow: 0 6px 28px rgba(92, 110, 255, 0.45); margin-bottom: 14px; text-align: center; position: relative; z-index: 1; } .lp-btn-submit:hover { opacity: 0.92; transform: translateY(-2px); box-shadow: 0 10px 36px rgba(92, 110, 255, 0.6); } .lp-form-note { font-size: 12px; color: rgba(255, 255, 255, 0.32); text-align: center; line-height: 1.55; } .lp-divider-glow { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(92, 110, 255, 0.35), rgba(238, 73, 139, 0.25), transparent); } .ob-pain-section { border-top: 1px solid rgba(92, 110, 255, 0.1); } .ob-section-label { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.3); text-align: center; margin-bottom: 14px; } .pain-solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .pain-solution-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.14); border-radius: 18px; padding: 28px 24px; transition: border-color 0.25s, box-shadow 0.25s; } .pain-solution-card:hover { border-color: rgba(92, 110, 255, 0.3); box-shadow: 0 8px 32px rgba(92, 110, 255, 0.08); } .card-icon-wrap { width: 44px; height: 44px; border-radius: 12px; background: rgba(92, 110, 255, 0.1); border: 1px solid rgba(92, 110, 255, 0.2); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 20px; } .pain-label { display: inline-flex; align-items: center; gap: 6px; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(238, 73, 139, 0.75); margin-bottom: 8px; } .pain-text { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: rgba(255, 255, 255, 0.68); margin-bottom: 16px; line-height: 1.4; } .pain-arrow { font-size: 20px; color: rgba(92, 110, 255, 0.45); margin-bottom: 10px; display: block; } .solution-label { display: inline-flex; align-items: center; gap: 6px; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(92, 110, 255, 0.8); margin-bottom: 8px; } .solution-text { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #fff; line-height: 1.4; margin-bottom: 10px; } .solution-stat { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; color: rgba(92, 110, 255, 0.8); background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 6px; padding: 4px 10px; font-family: 'Poppins', sans-serif; } .testimonial-hero-card { background: linear-gradient(135deg, rgba(92, 110, 255, 0.08), rgba(123, 62, 228, 0.06)); border: 1px solid rgba(92, 110, 255, 0.22); border-radius: 24px; padding: 52px 56px; position: relative; overflow: hidden; } .testimonial-hero-card::before { content: '"'; position: absolute; top: -20px; left: 36px; font-family: 'Poppins', sans-serif; font-size: 160px; font-weight: 900; color: rgba(92, 110, 255, 0.06); line-height: 1; pointer-events: none; } .testimonial-hero-quote { font-family: 'Poppins', sans-serif; font-size: clamp(17px, 2.5vw, 22px); font-weight: 500; color: rgba(255, 255, 255, 0.88); line-height: 1.65; font-style: italic; margin-bottom: 30px; position: relative; } .testimonial-hero-highlight { color: #7B8FFF; font-weight: 700; font-style: normal; } .testimonial-hero-author { display: flex; align-items: center; gap: 16px; } .testimonial-hero-avatar { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 700; color: #fff; flex-shrink: 0; box-shadow: 0 0 20px rgba(92, 110, 255, 0.3); } .testimonial-hero-name { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #fff; } .testimonial-hero-role { font-size: 13px; color: rgba(255, 255, 255, 0.42); } .ob-stars { margin-left: auto; color: #FFB020; font-size: 18px; letter-spacing: 2px; } .lp-scarcity-wrap { padding: 40px 0; } .lp-scarcity-inner { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; text-align: center; } .scarcity-icon { font-size: 28px; line-height: 1; } .scarcity-text { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: rgba(255, 255, 255, 0.88); } .scarcity-text strong { color: #EE498B; } .scarcity-bar-wrapper { display: flex; flex-direction: column; gap: 7px; align-items: center; } .scarcity-bar-track { width: 180px; height: 6px; background: rgba(255, 255, 255, 0.08); border-radius: 100px; overflow: hidden; } .scarcity-bar-fill { height: 100%; width: 71%; background: linear-gradient(90deg, #5C6EFF, #EE498B); border-radius: 100px; } .scarcity-bar-label { font-size: 12px; color: rgba(255, 255, 255, 0.35); } .ob-trust-section { border-top: 1px solid rgba(92, 110, 255, 0.1); border-bottom: 1px solid rgba(92, 110, 255, 0.1); } .lp-trust-label { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.28); text-align: center; margin-bottom: 26px; } .trust-badges { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; } .trust-badge { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 100px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, 0.58); transition: border-color 0.25s, color 0.25s; } .trust-badge:hover { border-color: rgba(92, 110, 255, 0.3); color: rgba(255, 255, 255, 0.82); } .lp-cta-reminder-inner { background: linear-gradient(135deg, rgba(92, 110, 255, 0.1), rgba(123, 62, 228, 0.08), rgba(238, 73, 139, 0.05)); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 24px; padding: 56px 48px; text-align: center; position: relative; overflow: hidden; } .lp-cta-reminder-inner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); } .lp-cta-reminder-title { font-family: 'Poppins', sans-serif; font-size: clamp(22px, 3.5vw, 32px); font-weight: 700; color: #fff; margin-bottom: 16px; letter-spacing: -0.02em; } .lp-cta-reminder-sub { font-size: clamp(14px, 1.8vw, 16px); color: rgba(255, 255, 255, 0.58); max-width: 580px; margin: 0 auto 36px; line-height: 1.7; } .lp-cta-reminder-sub em { color: rgba(238, 73, 139, 0.85); font-style: normal; font-weight: 600; } .lp-btn-cta-large { display: inline-block; padding: 18px 48px; border-radius: 10px; background: linear-gradient(135deg, #5C6EFF 0%, #7B3EE4 100%); color: #fff; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; border: none; cursor: pointer; transition: opacity 0.25s, transform 0.2s, box-shadow 0.25s; letter-spacing: 0.02em; box-shadow: 0 6px 30px rgba(92, 110, 255, 0.45); text-decoration: none; max-width: 440px; width: 100%; text-align: center; } .lp-btn-cta-large:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(92, 110, 255, 0.58); } @media (max-width: 960px) { .ob-hero-grid { grid-template-columns: 1fr; gap: 48px; } } @media (max-width: 768px) { .pain-solution-grid { grid-template-columns: 1fr; gap: 16px; } .testimonial-hero-card { padding: 34px 26px; } .lp-cta-reminder-inner { padding: 36px 24px; } } @media (max-width: 480px) { .lp-form-card { padding: 28px 22px; } .lp-field-group { grid-template-columns: 1fr; } } .value-bar { position: relative; z-index: 20; background: linear-gradient(135deg, rgba(92, 110, 255, 0.14), rgba(123, 62, 228, 0.1), rgba(238, 73, 139, 0.08)); border-bottom: 1px solid rgba(92, 110, 255, 0.18); padding: 9px 24px; text-align: center; } .value-bar-text { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 500; color: rgba(255, 255, 255, 0.82); letter-spacing: 0.01em; } .ib-hero { padding: 72px 0 60px; text-align: center; } .ib-container { max-width: 720px; margin: 0 auto; padding: 0 24px; } .ib-container-wide { max-width: 1000px; margin: 0 auto; padding: 0 24px; } .ib-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 18px; border-radius: 100px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.35); color: #7B8FFF; margin-bottom: 32px; } .lp-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #5C6EFF; box-shadow: 0 0 8px rgba(92, 110, 255, 0.9); animation: pulse-dot 2s infinite; flex-shrink: 0; } .guide-mockup-wrap { display: flex; align-items: center; justify-content: center; gap: 32px; margin-bottom: 36px; } .guide-cover-stack { position: relative; flex-shrink: 0; } .guide-cover-stack::before, .guide-cover-stack::after { content: ''; position: absolute; width: 150px; height: 200px; background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 12px; } .guide-cover-stack::before { top: 6px; left: -8px; transform: rotate(-5deg); z-index: 1; } .guide-cover-stack::after { top: 3px; left: -4px; transform: rotate(-2.5deg); z-index: 2; } .guide-cover { position: relative; z-index: 3; width: 150px; height: 200px; background: linear-gradient(160deg, #0F0F1E 0%, #13103A 100%); border: 1px solid rgba(92, 110, 255, 0.35); border-radius: 12px; overflow: hidden; box-shadow: 6px 8px 30px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(92, 110, 255, 0.1); transform: rotate(-3deg); display: flex; flex-direction: column; padding: 0 0 14px; } .guide-cover-bar { height: 6px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); flex-shrink: 0; margin-bottom: 16px; } .guide-cover-body { flex: 1; padding: 0 14px; display: flex; flex-direction: column; gap: 8px; } .guide-cover-label { font-family: 'Poppins', sans-serif; font-size: 8px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(92, 110, 255, 0.7); } .guide-cover-title { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 700; color: #fff; line-height: 1.2; } .guide-cover-subtitle { font-family: 'Inter', sans-serif; font-size: 9px; color: rgba(255, 255, 255, 0.5); line-height: 1.4; } .guide-cover-lines { display: flex; flex-direction: column; gap: 5px; margin-top: 8px; } .guide-cover-line { height: 2px; border-radius: 2px; background: rgba(255, 255, 255, 0.08); } .guide-cover-line:nth-child(1) { width: 85%; } .guide-cover-line:nth-child(2) { width: 70%; } .guide-cover-line:nth-child(3) { width: 55%; } .guide-cover-footer { padding: 0 14px; display: flex; align-items: center; justify-content: space-between; } .guide-cover-brand { font-family: 'Poppins', sans-serif; font-size: 7px; font-weight: 800; color: rgba(255, 255, 255, 0.3); letter-spacing: 0.1em; } .guide-cover-pages-badge { font-family: 'Poppins', sans-serif; font-size: 7px; font-weight: 700; color: rgba(92, 110, 255, 0.7); background: rgba(92, 110, 255, 0.1); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 4px; padding: 2px 6px; } .guide-chapters { text-align: left; } .guide-chapters-title { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); margin-bottom: 12px; } .guide-chapter-list { list-style: none; display: flex; flex-direction: column; gap: 8px; } .guide-chapter-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.65); } .guide-chapter-num { width: 20px; height: 20px; border-radius: 50%; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.3); display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 700; color: #7B8FFF; flex-shrink: 0; } .ib-hero-h1 { font-family: 'Poppins', sans-serif; font-size: clamp(26px, 5vw, 46px); font-weight: 800; line-height: 1.15; color: #fff; margin-bottom: 20px; letter-spacing: -0.025em; } .ib-hero-sub { font-size: clamp(15px, 2vw, 17px); color: rgba(255, 255, 255, 0.62); line-height: 1.75; max-width: 580px; margin: 0 auto 32px; } .lp-proof-inline { display: inline-flex; align-items: center; gap: 14px; padding: 12px 22px; background: rgba(92, 110, 255, 0.06); border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 100px; margin-bottom: 48px; flex-wrap: wrap; justify-content: center; } .lp-proof-avatars { display: flex; align-items: center; } .lp-proof-avatar { width: 28px; height: 28px; border-radius: 50%; border: 2px solid #080810; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; font-family: 'Poppins', sans-serif; } .lp-proof-avatar:not(:first-child) { margin-left: -8px; } .lp-proof-avatar:nth-child(1) { background: linear-gradient(135deg, #5C6EFF, #7B3EE4); } .lp-proof-avatar:nth-child(2) { background: linear-gradient(135deg, #7B3EE4, #EE498B); } .lp-proof-avatar:nth-child(3) { background: linear-gradient(135deg, #EE498B, #FF8B3E); } .lp-proof-text { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255, 255, 255, 0.7); } .lp-proof-text strong { color: #fff; font-weight: 600; } .lp-proof-stars { color: #FFB020; font-size: 13px; letter-spacing: 1px; } .lp-proof-rating { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; color: rgba(255, 255, 255, 0.6); } .lp-section-title { font-family: 'Poppins', sans-serif; font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: #fff; text-align: center; margin-bottom: 44px; letter-spacing: -0.015em; } .learn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .learn-item { display: flex; align-items: flex-start; gap: 16px; background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.14); border-radius: 14px; padding: 20px; transition: border-color 0.25s, box-shadow 0.25s; } .learn-item:hover { border-color: rgba(92, 110, 255, 0.32); box-shadow: 0 6px 28px rgba(92, 110, 255, 0.07); } .learn-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(92, 110, 255, 0.1); border: 1px solid rgba(92, 110, 255, 0.2); display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; } .learn-text { font-size: 14px; color: rgba(255, 255, 255, 0.7); line-height: 1.55; } .learn-text strong { display: block; font-family: 'Poppins', sans-serif; font-weight: 600; color: #fff; font-size: 14px; margin-bottom: 4px; } .ib-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .ib-testimonial-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.14); border-radius: 18px; padding: 28px 24px; transition: border-color 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; } .ib-testimonial-card:hover { border-color: rgba(92, 110, 255, 0.3); box-shadow: 0 8px 32px rgba(92, 110, 255, 0.08); } .testimonial-quote-mark { font-size: 40px; color: #5C6EFF; line-height: 1; margin-bottom: 10px; opacity: 0.5; font-family: Georgia, serif; } .testimonial-text { font-size: 14px; color: rgba(255, 255, 255, 0.72); line-height: 1.65; font-style: italic; margin-bottom: 16px; flex: 1; } .testimonial-text strong { color: #7B8FFF; font-style: normal; font-weight: 600; } .testimonial-result { display: inline-flex; align-items: center; gap: 6px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; color: rgba(92, 110, 255, 0.9); background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 6px; padding: 4px 10px; margin-bottom: 18px; letter-spacing: 0.02em; } .testimonial-author { display: flex; align-items: center; gap: 12px; } .testimonial-avatar { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; } .av-1 { background: linear-gradient(135deg, #5C6EFF, #7B3EE4); } .av-2 { background: linear-gradient(135deg, #7B3EE4, #EE498B); } .av-3 { background: linear-gradient(135deg, #EE498B, #FF6B35); } .ib-testimonial-name { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: #fff; } .ib-testimonial-role { font-size: 12px; color: rgba(255, 255, 255, 0.38); } .lp-optin-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 22px; padding: 42px; max-width: 520px; margin: 0 auto; box-shadow: 0 0 60px rgba(92, 110, 255, 0.09), 0 24px 64px rgba(0, 0, 0, 0.45); position: relative; overflow: hidden; } .lp-optin-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); } .lp-optin-card-title { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 6px; text-align: center; } .lp-optin-card-sub { font-size: 14px; color: rgba(255, 255, 255, 0.45); text-align: center; margin-bottom: 28px; } .lp-optin-label { display: block; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); margin-bottom: 8px; } .lp-optin-input { width: 100%; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 10px; padding: 14px 18px; font-family: 'Inter', sans-serif; font-size: 15px; color: #fff; outline: none; transition: border-color 0.25s, box-shadow 0.25s; margin-bottom: 20px; } .lp-optin-input::placeholder { color: rgba(255, 255, 255, 0.25); } .lp-optin-input:focus { border-color: rgba(92, 110, 255, 0.55); box-shadow: 0 0 0 3px rgba(92, 110, 255, 0.1); } .ib-btn-primary { display: block; width: 100%; padding: 17px 32px; border-radius: 10px; background: linear-gradient(135deg, #5C6EFF 0%, #7B3EE4 100%); color: #fff; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; border: none; cursor: pointer; transition: opacity 0.25s, transform 0.2s, box-shadow 0.25s; letter-spacing: 0.02em; box-shadow: 0 5px 26px rgba(92, 110, 255, 0.4); margin-bottom: 16px; text-align: center; } .ib-btn-primary:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 10px 36px rgba(92, 110, 255, 0.55); } .lp-optin-trust { font-size: 13px; color: rgba(255, 255, 255, 0.38); text-align: center; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; } .lp-optin-trust span { color: rgba(92, 110, 255, 0.85); font-weight: 600; } .lp-optin-urgency { text-align: center; margin-top: 18px; font-size: 13px; color: rgba(255, 255, 255, 0.35); } .lp-optin-urgency .highlight { color: rgba(238, 73, 139, 0.75); } .lp-about-inner { display: flex; align-items: center; gap: 24px; background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.14); border-radius: 20px; padding: 32px 40px; } .lp-about-logo { font-family: 'Poppins', sans-serif; font-size: 24px; font-weight: 800; flex-shrink: 0; } .lp-about-divider { width: 1px; height: 44px; background: rgba(92, 110, 255, 0.2); flex-shrink: 0; } .lp-about-text { font-size: 14px; color: rgba(255, 255, 255, 0.58); line-height: 1.65; flex: 1; } .lp-about-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; color: #7B8FFF; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; text-decoration: none; transition: gap 0.2s; } .lp-about-link:hover { gap: 10px; } @media (max-width: 768px) { .ib-testimonials-grid { grid-template-columns: 1fr; gap: 16px; } } @media (max-width: 620px) { .learn-grid { grid-template-columns: 1fr; } } @media (max-width: 600px) { .guide-mockup-wrap { flex-direction: column; gap: 20px; } .lp-about-inner { flex-direction: column; text-align: center; padding: 28px 24px; } .lp-about-divider { width: 40px; height: 1px; } } @media (max-width: 560px) { .lp-optin-card { padding: 30px 24px; } } .sol-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 36px; } .sol-oc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; width: 100%; } .sol-oc-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, .18); border-radius: 20px; padding: 28px 24px; display: flex; flex-direction: column; position: relative; transition: border-color .3s, transform .3s; } .sol-oc-card:hover { border-color: rgba(92, 110, 255, .35); transform: translateY(-3px); } .sol-oc-card.sol-oc-featured { background: linear-gradient(135deg, rgba(92, 110, 255, .07), rgba(238, 73, 139, .04)); border-color: rgba(238, 73, 139, .35); box-shadow: 0 0 40px rgba(238, 73, 139, .07); } .sol-oc-card.sol-oc-featured:hover { border-color: rgba(238, 73, 139, .55); } .sol-oc-popular { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #EE498B, #7B3EE4); color: #fff; font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .15em; padding: 4px 14px; border-radius: 0 0 10px 10px; white-space: nowrap; } .sol-oc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; } .sol-oc-badge { font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; } .sol-oc-blue { color: #5C6EFF; background: rgba(92, 110, 255, .1); border: 1px solid rgba(92, 110, 255, .25); } .sol-oc-pink { color: #EE498B; background: rgba(238, 73, 139, .1); border: 1px solid rgba(238, 73, 139, .25); } .sol-oc-purple { color: #A87EFF; background: rgba(168, 126, 255, .1); border: 1px solid rgba(168, 126, 255, .25); } .sol-oc-icon { width: 36px; height: 36px; flex-shrink: 0; } .sol-oc-title { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 700; color: #fff; line-height: 1.25; margin-bottom: 10px; } .sol-oc-desc { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255, 255, 255, .5); line-height: 1.65; margin-bottom: 20px; } .sol-oc-features { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; } .sol-oc-features li { display: flex; align-items: flex-start; gap: 9px; font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255, 255, 255, .72); line-height: 1.5; margin-bottom: 9px; } .sol-oc-features li::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #5C6EFF; flex-shrink: 0; margin-top: 6px; } .sol-oc-features-pink li::before { background: #EE498B; } .sol-oc-footer { margin-top: auto; } .sol-oc-price { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255, 255, 255, .45); margin-bottom: 14px; } .sol-oc-price strong { font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 800; color: #fff; } .sol-oc-price strong span { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255, 255, 255, .4); } .sol-oc-cta { display: inline-block; padding: 11px 22px; border-radius: 100px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13px; text-decoration: none; transition: opacity .3s, transform .3s; } .sol-oc-cta:hover { opacity: .85; transform: translateY(-2px); } .sol-oc-cta-blue { background: linear-gradient(135deg, #5C6EFF, #7B3EE4); color: #fff !important; } .sol-oc-cta-pink { background: linear-gradient(135deg, #EE498B, #7B3EE4); color: #fff !important; } @media(max-width:900px) { .sol-oc-grid { grid-template-columns: 1fr; } } @media(max-width:540px) { .sol-oc-card { padding: 22px 18px; } } .sol-ct-wrap { width: 100%; overflow-x: auto; } .sol-ct { width: 100%; border-collapse: collapse; } .sol-ct th, .sol-ct td { padding: 14px 18px; border-bottom: 1px solid rgba(92, 110, 255, .1); font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255, 255, 255, .7); text-align: left; } .sol-ct thead tr { background: rgba(8, 8, 16, .5); } .sol-ct-feat { font-weight: 400; width: 40%; } .sol-ct-h { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-align: center; width: 20%; } .sol-ct-h-blue { color: #5C6EFF; } .sol-ct-h-pink { color: #EE498B; } .sol-ct-h-purple { color: #A87EFF; } .sol-ct tr:hover td { background: rgba(92, 110, 255, .04); } .sol-ct-group td { background: rgba(92, 110, 255, .06); font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: rgba(255, 255, 255, .35); padding: 8px 18px; } .sol-ctv { display: block; text-align: center; } .sol-ctv-blue { color: #5C6EFF; font-size: 16px; font-weight: 700; } .sol-ctv-pink { color: #EE498B; font-size: 16px; font-weight: 700; } .sol-ctv-dash { color: rgba(255, 255, 255, .18); } .sol-ctv-sm { font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 700; color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .06); padding: 2px 8px; border-radius: 100px; white-space: nowrap; } @media(max-width:540px) { .sol-ct th, .sol-ct td { padding: 11px 12px; font-size: 12px; } .sol-ct-feat { width: 44%; } .sol-ct-h { width: 18%; } } .elementor-widget-form .elementor-field-label { color: rgba(255, 255, 255, 0.65); font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; margin-bottom: 6px; display: block; } .elementor-widget-form .elementor-field { background: rgba(255, 255, 255, 0.04) !important; border: 1px solid rgba(92, 110, 255, 0.2) !important; border-radius: 10px !important; color: #fff !important; font-family: 'Inter', sans-serif !important; font-size: 15px !important; padding: 12px 16px !important; width: 100% !important; transition: border-color 0.2s !important; box-shadow: none !important; } .elementor-widget-form .elementor-field:focus { border-color: rgba(92, 110, 255, 0.5) !important; outline: none !important; } .elementor-widget-form .elementor-field::placeholder { color: rgba(255, 255, 255, 0.25) !important; } .elementor-widget-form .elementor-select-wrapper::after { color: rgba(255, 255, 255, 0.4); } .elementor-widget-form .elementor-select-wrapper select { background: rgba(255, 255, 255, 0.04) !important; border: 1px solid rgba(92, 110, 255, 0.2) !important; border-radius: 10px !important; color: #fff !important; font-family: 'Inter', sans-serif !important; font-size: 15px !important; padding: 12px 16px !important; } .elementor-widget-form .elementor-select-wrapper option { background: #0F0F1E; color: #fff; } .elementor-widget-form .iti { width: 100% !important; display: block !important; } .elementor-widget-form .iti input.elementor-field { width: 100% !important; padding-left: 52px !important; } .elementor-widget-form .iti__flag-container { background: transparent !important; } .elementor-widget-form .iti__selected-flag { background: transparent !important; border-radius: 10px 0 0 10px !important; padding: 0 8px 0 12px !important; } .elementor-widget-form .iti__selected-flag:hover, .elementor-widget-form .iti__selected-flag:focus { background: rgba(255, 255, 255, 0.05) !important; } .elementor-widget-form .iti__country-list { background: #0F0F1E !important; border: 1px solid rgba(92, 110, 255, 0.2) !important; border-radius: 10px !important; color: #fff !important; } .elementor-widget-form .iti__country:hover { background: rgba(92, 110, 255, 0.1) !important; } .elementor-widget-form .iti__divider { border-color: rgba(92, 110, 255, 0.15) !important; } .elementor-widget-form .iti__search-input { background: rgba(255, 255, 255, 0.05) !important; border-color: rgba(92, 110, 255, 0.2) !important; color: #000 !important; border-radius: 6px !important; } .elementor-widget-form .elementor-message { margin-top: 14px; padding: 14px 18px; border-radius: 10px; font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.6; } .elementor-widget-form .elementor-message.elementor-message-success { background: rgba(61, 220, 132, 0.08); border: 1px solid rgba(61, 220, 132, 0.25); color: #3DDC84; } .elementor-widget-form .elementor-message.elementor-message-danger { background: rgba(238, 73, 139, 0.08); border: 1px solid rgba(238, 73, 139, 0.25); color: #EE498B; } .pw-footer-topline { height: 2px; background: linear-gradient(90deg, transparent, #5C6EFF 30%, #7B3EE4 70%, transparent); margin-bottom: 56px; } .pw-footer-logo { display: block; margin-bottom: 16px; } .pw-footer-logo img { height: 36px; width: auto; } .pw-footer-socials { display: flex; gap: 10px; margin-top: 8px; } .pw-footer-social-link { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 8px; border: 1px solid rgba(92,110,255,0.25); background: rgba(92,110,255,0.06); color: rgba(255,255,255,0.6); text-decoration: none; transition: border-color 0.3s, background 0.3s; } .pw-footer-social-link:hover { border-color: rgba(92,110,255,0.5); background: rgba(92,110,255,0.14); color: #fff; } .pw-footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; } .pw-footer-contact-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(92,110,255,0.08); border: 1px solid rgba(92,110,255,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; } .pw-footer-contact-text { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; padding-top: 4px; font-family: 'Inter', sans-serif; } .pw-footer-contact-text strong { display: block; color: rgba(255,255,255,0.75); font-weight: 500; font-size: 13px; } .pw-footer-separator { height: 1px; background: rgba(92,110,255,0.1); margin: 40px 0 0; } .pw-footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 20px 24px 28px; max-width: 1160px; margin: 0 auto; } .pw-footer-copyright { font-size: 12px; color: rgba(255,255,255,0.2); font-family: 'Inter', sans-serif; } .pw-footer-legal { display: flex; gap: 20px; } .pw-footer-legal a { font-size: 12px; color: rgba(255,255,255,0.25); text-decoration: none; font-family: 'Inter', sans-serif; transition: color 0.2s; } .pw-footer-legal a:hover { color: rgba(255,255,255,0.6); } @media (max-width: 768px) { .pw-footer-bottom { flex-direction: column; align-items: flex-start; } } .pw-footer-topline { height: 2px; background: linear-gradient(90deg, transparent, #5C6EFF 30%, #7B3EE4 70%, transparent); margin-bottom: 56px; } .pw-footer-logo { display: block; margin-bottom: 16px; } .pw-footer-logo img { height: 36px; width: auto; } .pw-footer-socials { display: flex; gap: 10px; margin-top: 8px; } .pw-footer-social-link { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 8px; border: 1px solid rgba(92,110,255,0.25); background: rgba(92,110,255,0.06); color: rgba(255,255,255,0.6); text-decoration: none; transition: border-color 0.3s, background 0.3s; } .pw-footer-social-link:hover { border-color: rgba(92,110,255,0.5); background: rgba(92,110,255,0.14); color: #fff; } .pw-footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; } .pw-footer-contact-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(92,110,255,0.08); border: 1px solid rgba(92,110,255,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; } .pw-footer-contact-text { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; padding-top: 4px; font-family: 'Inter', sans-serif; } .pw-footer-contact-text strong { display: block; color: rgba(255,255,255,0.75); font-weight: 500; font-size: 13px; } .pw-footer-separator { height: 1px; background: rgba(92,110,255,0.1); margin: 40px 0 0; } .pw-footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 20px 24px 28px; max-width: 1160px; margin: 0 auto; } .pw-footer-copyright { font-size: 12px; color: rgba(255,255,255,0.2); font-family: 'Inter', sans-serif; } .pw-footer-legal { display: flex; gap: 20px; } .pw-footer-legal a { font-size: 12px; color: rgba(255,255,255,0.25); text-decoration: none; font-family: 'Inter', sans-serif; transition: color 0.2s; } .pw-footer-legal a:hover { color: rgba(255,255,255,0.6); } @media (max-width: 768px) { .pw-footer-bottom { flex-direction: column; align-items: flex-start; } } .engage-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; } .engage-hero-card { background: linear-gradient(135deg, rgba(92,110,255,0.1), rgba(123,62,228,0.08)); border: 1px solid rgba(92,110,255,0.25); border-radius: 20px; padding: 40px; display: flex; flex-direction: column; justify-content: center; } .engage-hero-icon { font-size: 36px; margin-bottom: 20px; } .engage-hero-title { font-family: 'Poppins', sans-serif; font-size: clamp(1.5rem, 1.3rem + 0.5vw, 1.9rem); font-weight: 700; color: #fff; line-height: 1.3; margin: 0 0 16px; } .engage-hero-sub { font-family: 'Inter', sans-serif; font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.7; margin: 0 0 24px; } .engage-guarantee-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(61,220,132,0.1); border: 1px solid rgba(61,220,132,0.3); color: #3DDC84; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; border-radius: 100px; padding: 8px 18px; width: fit-content; } .engage-pillars { display: flex; flex-direction: column; gap: 16px; } .engage-pillar { background: #0F0F1E; border: 1px solid rgba(92,110,255,0.12); border-radius: 16px; padding: 24px; display: flex; align-items: flex-start; gap: 16px; transition: border-color 0.3s, transform 0.3s; } .engage-pillar:hover { border-color: rgba(92,110,255,0.3); transform: translateY(-2px); } .engage-pillar-icon { font-size: 24px; width: 44px; height: 44px; background: rgba(92,110,255,0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .engage-pillar-body strong { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #fff; display: block; margin-bottom: 6px; } .engage-pillar-body p { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; margin: 0; } @media (max-width: 768px) { .engage-wrap { grid-template-columns: 1fr; } } .solution-pourqui { font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.5; margin: 8px 0 16px; padding: 10px 14px; background: rgba(92,110,255,0.05); border-left: 2px solid rgba(92,110,255,0.3); border-radius: 0 8px 8px 0; } .solution-pourqui strong { color: rgba(255,255,255,0.7); } .elementor-accordion .elementor-tab-title { border-color: rgba(92,110,255,0.15) !important; background: #0F0F1E !important; border-radius: 12px !important; padding: 18px 24px !important; transition: border-color 0.3s, background 0.3s; } .elementor-accordion .elementor-tab-title:hover, .elementor-accordion .elementor-tab-title.elementor-active { border-color: rgba(92,110,255,0.35) !important; background: rgba(92,110,255,0.06) !important; } .elementor-accordion .elementor-tab-content { border-color: rgba(92,110,255,0.1) !important; background: rgba(92,110,255,0.03) !important; border-radius: 0 0 12px 12px !important; padding: 20px 24px !important; line-height: 1.75 !important; }
/* ═══ v3 INWI — Hero dark gradient ═══ */
.elementor-section.elementor-section-hero,
.e-con[class*="hero"],
.pw-section-hero {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
.pw-section-hero .elementor-heading-title,
.pw-section-hero .section-title,
.pw-section-hero p {
  color: #fff !important;
}

/* ═══════════════════════════════════════════════════════
   POWABU.MA — v3 Inwi Palette — Homepage Override
   Cible les sections par data-id Elementor + classes HTML
   Ne touche pas au contenu, aux animations, aux structures
═══════════════════════════════════════════════════════ */

/* ────────────────────────────────────────────────────────
   [0] HERO — fond dark gradient
──────────────────────────────────────────────────────── */
.elementor-element-21d8599f,
.elementor-element-21d8599f > .e-con-inner,
.elementor-element-21d8599f > .elementor-container {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
  position: relative !important;
}
/* Grille de fond dots dans le hero */
.elementor-element-21d8599f::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
  z-index: 0;
}

/* ────────────────────────────────────────────────────────
   DASHBOARD hw3-W — dark Inwi profond
──────────────────────────────────────────────────────── */
#hw3-W {
  --bg: transparent;
  --card: #0F0520;
  --muted: rgba(255,255,255,.55);
  --subtle: rgba(255,255,255,.20);
  --border: rgba(212,74,138,.25);
  background: transparent !important;
  color: #fff !important;
}
/* Blobs orbs */
#hw3-W .bg-orb-1 {
  background: radial-gradient(ellipse, rgba(173,33,132,.50) 0%, transparent 65%) !important;
}
#hw3-W .bg-orb-2 {
  background: radial-gradient(ellipse, rgba(107,33,168,.60) 0%, transparent 65%) !important;
}
/* Textes héro */
#hw3-W h1,
#hw3-W .hw3-sub,
#hw3-W .hw3-pill-text,
#hw3-W .hw3-cases-label-text { color: #fff !important; }
/* Badge terminal */
#hw3-W .hw3-pill {
  background: rgba(15,5,32,.90) !important;
  border-color: rgba(212,74,138,.35) !important;
}
/* Card principale dashboard — très foncée */
#hw3-W .hw3-card {
  background: #0F0520 !important;
  border: 1px solid rgba(212,74,138,.35) !important;
  box-shadow: 0 0 0 1px rgba(173,33,132,.20), 0 32px 80px rgba(0,0,0,.70) !important;
}
/* Topbar */
#hw3-W .hw3-tb {
  background: rgba(5,2,15,.80) !important;
  border-bottom-color: rgba(212,74,138,.25) !important;
}
#hw3-W .hw3-client { color: rgba(255,255,255,.80) !important; }
#hw3-W .hw3-sector {
  background: rgba(173,33,132,.18) !important;
  border-color: rgba(173,33,132,.30) !important;
  color: #F4A0CC !important;
}
/* Chart */
#hw3-W .hw3-chart { border-bottom-color: rgba(212,74,138,.20) !important; }
/* Colonnes avant/après */
#hw3-W .hw3-before { background: rgba(239,68,68,.06) !important; }
#hw3-W .hw3-after  { background: rgba(22,163,74,.05) !important; }
#hw3-W .hw3-story  { border-bottom-color: rgba(212,74,138,.20) !important; }
#hw3-W .hw3-arrow  { border-color: rgba(212,74,138,.20) !important; }
#hw3-W .hw3-stxt   { color: rgba(255,255,255,.72) !important; }
#hw3-W .hw3-before .hw3-stxt { color: rgba(255,255,255,.35) !important; }
#hw3-W .hw3-after  .hw3-stxt { color: rgba(255,255,255,.85) !important; }
/* Big number */
#hw3-W .hw3-bignum { border-bottom-color: rgba(212,74,138,.20) !important; }
#hw3-W .hw3-bn-divider { background: rgba(212,74,138,.25) !important; }
#hw3-W .hw3-bn-lbl { color: rgba(255,255,255,.55) !important; }
/* Journal */
#hw3-W .hw3-journal { border-bottom-color: rgba(212,74,138,.20) !important; }
#hw3-W .hw3-jentry  { background: rgba(255,255,255,.05) !important; }
#hw3-W .hw3-jdesc   { color: rgba(255,255,255,.70) !important; }
#hw3-W .hw3-jtime   { color: rgba(255,255,255,.38) !important; }
/* KPIs */
#hw3-W .hw3-kpis { background: rgba(212,74,138,.18) !important; }
#hw3-W .hw3-kpi  { background: #0F0520 !important; }
#hw3-W .hw3-klbl { color: rgba(255,255,255,.45) !important; }
/* Boutons — spécificité haute pour surpasser le CSS widget inline */
html body #hw3-W .hw3-bp,
html body #hw3-W .hw3-sim-btn {
  background: linear-gradient(135deg, #AD2184 0%, #7B1FD4 100%) !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(173,33,132,.40) !important;
  border: none !important;
}
html body #hw3-W .hw3-bg {
  background: transparent !important;
  border: 1.5px solid rgba(255,255,255,.40) !important;
  color: rgba(255,255,255,.90) !important;
}
html body #hw3-W .hw3-bg:hover {
  border-color: rgba(255,255,255,.70) !important;
  color: #fff !important;
}
/* Cases secteurs */
#hw3-W .hw3-case {
  background: rgba(255,255,255,.05) !important;
  border-color: rgba(255,255,255,.10) !important;
  color: rgba(255,255,255,.55) !important;
}
#hw3-W .hw3-case:hover {
  background: rgba(255,255,255,.10) !important;
  color: rgba(255,255,255,.90) !important;
}
#hw3-W .hw3-case.active {
  background: linear-gradient(135deg, rgba(173,33,132,.30), rgba(107,33,168,.25)) !important;
  border-color: rgba(173,33,132,.55) !important;
  color: #fff !important;
}
/* Note simulation */
#hw3-W .hw3-sim-note { color: rgba(255,255,255,.40) !important; }

/* ────────────────────────────────────────────────────────
   CARDS dans sections DARK — fond foncé cohérent
   Sections dark : Hero [21d8599f], FOMO [8bbf3eb], CTA [39410965 card]
──────────────────────────────────────────────────────── */
/* Cards FOMO */
.elementor-element-8bbf3eb .fomo-stat {
  background: rgba(10,4,26,.70) !important;
  border: 1px solid rgba(212,74,138,.25) !important;
  backdrop-filter: blur(8px) !important;
}
.elementor-element-8bbf3eb .fomo-risks,
.elementor-element-8bbf3eb [class*="fomo-risk"] {
  background: rgba(10,4,26,.60) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}

/* ────────────────────────────────────────────────────────
   [1] NOTRE APPROCHE — fond lavande + textes foncés
──────────────────────────────────────────────────────── */
.elementor-element-53115420,
.elementor-element-53115420 > .e-con-inner {
  background: linear-gradient(180deg, #F5EEFF 0%, #F5F6FB 100%) !important;
}
.elementor-element-53115420 .elementor-heading-title,
.elementor-element-53115420 .elementor-widget-heading .elementor-heading-title {
  color: #371A48 !important;
}
.elementor-element-53115420 .elementor-widget-text-editor,
.elementor-element-53115420 .elementor-widget-text-editor p {
  color: rgba(91,60,114,.75) !important;
}
/* Pillar cards — dark nuancé */
.pillar-card {
  background: #21103A !important;
  border: 1px solid rgba(212,74,138,.20) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.30) !important;
  transition: border-color .25s, box-shadow .25s, transform .25s !important;
}
.pillar-card:hover {
  border-color: rgba(212,74,138,.45) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,.40) !important;
}
.pillar-card h3 { color: #FFFFFF !important; }
.pillar-card p  { color: rgba(255,255,255,.65) !important; }
.pillar-number  { color: #F4A0CC !important; }
.pillar-icon {
  background: none !important;
  border: none !important;
}

/* ────────────────────────────────────────────────────────
   [2] STATS — fond blanc + chiffres gradient
──────────────────────────────────────────────────────── */
.elementor-element-1ab5ea94,
.elementor-element-1ab5ea94 > .e-con-inner {
  background: #F5F6FB !important;
}
.result-number {
  background: linear-gradient(135deg, #F07088 0%, #E8405E 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.result-item {
  background: #21103A !important;
  border: 1px solid rgba(212,74,138,.20) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,.28) !important;
}
.result-label { color: rgba(255,255,255,.60) !important; }

/* ────────────────────────────────────────────────────────
   [3] NOS OFFRES — fond clair + cards
──────────────────────────────────────────────────────── */
.elementor-element-43a2281c,
.elementor-element-43a2281c > .e-con-inner {
  background: #F5F6FB !important;
}
.elementor-element-43a2281c .elementor-heading-title {
  color: #371A48 !important;
}
.elementor-element-43a2281c .elementor-widget-text-editor p {
  color: rgba(91,60,114,.75) !important;
}
.solution-card {
  background: #21103A !important;
  border: 1px solid rgba(212,74,138,.22) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.30) !important;
  transition: border-color .25s, box-shadow .25s, transform .25s !important;
}
.solution-card:hover {
  border-color: rgba(212,74,138,.50) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,.40) !important;
  transform: translateY(-4px) !important;
}
.solution-card h3 { color: #FFFFFF !important; }
.solution-card p, .solution-desc { color: rgba(255,255,255,.65) !important; }
.solution-card-tag {
  background: none !important;
  background-image: none !important;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  border: none !important;
  color: #F07088 !important;
  -webkit-text-fill-color: #F07088 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  padding: 0 0 8px 0 !important;
  display: block !important;
}
.solution-pourqui {
  background: rgba(255,255,255,.05) !important;
  border-left-color: rgba(212,74,138,.35) !important;
  color: rgba(255,255,255,.60) !important;
}
/* Barre top des cards — supprimée */
.presence-card,
.clarity-card,
.ads-card { border-top: none !important; }
/* Features chips */
.solution-features span {
  background: rgba(255,255,255,.07) !important;
  border-color: rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.70) !important;
}
/* Prix */
.solution-price-tag {
  background: transparent !important;
  color: #F07088 !important;
  -webkit-text-fill-color: #F07088 !important;
  border: 1px solid rgba(212,74,138,.45) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: 'Poppins', sans-serif !important;
  padding: 8px 16px !important;
  border-radius: 10px !important;
  display: inline-block !important;
  letter-spacing: 0.01em !important;
}
/* CTA lien */
.solution-cta {
  color: #F4A0CC !important;
  font-weight: 700 !important;
}

/* ────────────────────────────────────────────────────────
   [4] SIGNAL D'ALERTE FOMO — dark purple
──────────────────────────────────────────────────────── */
/* btn-ghost dans sections dark → blanc */
.elementor-element-8bbf3eb .btn-ghost,
.elementor-element-51149af4 .btn-ghost {
  color: rgba(255,255,255,.90) !important;
  border-color: rgba(255,255,255,.35) !important;
}
.elementor-element-8bbf3eb .btn-ghost:hover,
.elementor-element-51149af4 .btn-ghost:hover {
  color: #fff !important;
  border-color: rgba(255,255,255,.70) !important;
}
.elementor-element-8bbf3eb,
.elementor-element-8bbf3eb > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #AD2184 100%) !important;
  position: relative !important;
}
.fomo-title {
  color: #FFFFFF !important;
}
.fomo-sub {
  color: rgba(255,255,255,.72) !important;
}
.fomo-tag {
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  color: rgba(255,255,255,.90) !important;
}
.fomo-dot {
  background: #F4A0CC !important;
  box-shadow: 0 0 8px rgba(244,160,204,.70) !important;
}
.fomo-stat {
  background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 16px !important;
}
.fomo-stat-value {
  background: linear-gradient(135deg, #F07088 0%, #E8405E 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.fomo-stat-label { color: rgba(255,255,255,.55) !important; }

/* ────────────────────────────────────────────────────────
   [5] ENGAGEMENTS — fond lavande + dots pattern
──────────────────────────────────────────────────────── */
.elementor-element-51149af4,
.elementor-element-51149af4 > .e-con-inner {
  background: linear-gradient(180deg, #F5F6FB 0%, #EDE4F7 100%) !important;
  position: relative !important;
}
.elementor-element-51149af4::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(173,33,132,.07) 1.5px, transparent 1.5px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}
.elementor-element-51149af4 .elementor-heading-title {
  color: #371A48 !important;
}
.elementor-element-51149af4 .elementor-widget-text-editor p {
  color: rgba(91,60,114,.75) !important;
}
.engage-hero-card {
  background: #21103A !important;
  border: 1px solid rgba(212,74,138,.22) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,.30) !important;
}
.engage-hero-title { color: #FFFFFF !important; }
.engage-hero-sub   { color: rgba(255,255,255,.65) !important; }
.engage-guarantee-badge {
  background: rgba(173,33,132,.20) !important;
  color: #F4A0CC !important;
  border: 1px solid rgba(212,74,138,.30) !important;
}
.engage-pillar {
  background: #21103A !important;
  border: 1px solid rgba(212,74,138,.18) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,.25) !important;
}
.engage-pillar:hover { border-color: rgba(212,74,138,.40) !important; }
.engage-pillar-body h3 { color: #FFFFFF !important; }
.engage-pillar-body p  { color: rgba(255,255,255,.62) !important; }
.engage-pillar-icon {
  background: rgba(173,33,132,.15) !important;
  border-radius: 12px !important;
}

/* ────────────────────────────────────────────────────────
   [6] CTA CENTRAL — fond blanc + card dark
──────────────────────────────────────────────────────── */
.elementor-element-39410965,
.elementor-element-39410965 > .e-con-inner {
  background: #F5F6FB !important;
}
.cta-card {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #AD2184 100%) !important;
  border-radius: 28px !important;
  position: relative !important;
  overflow: hidden !important;
}
.cta-card h2 { color: #FFFFFF !important; }
.cta-card p  { color: rgba(255,255,255,.72) !important; }
.cta-orb {
  position: absolute !important;
  background: radial-gradient(ellipse, rgba(255,255,255,.10) 0%, transparent 65%) !important;
}
/* Boutons dans CTA dark */
.cta-actions .btn-primary,
.cta-card .btn-primary {
  background: #FFFFFF !important;
  color: #AD2184 !important;
  box-shadow: 0 6px 24px rgba(0,0,0,.18) !important;
}
.cta-actions .btn-ghost,
.cta-card .btn-ghost {
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.30) !important;
  color: #FFFFFF !important;
}
.cta-actions .btn-ghost:hover,
.cta-card .btn-ghost:hover {
  background: rgba(255,255,255,.18) !important;
  border-color: rgba(255,255,255,.65) !important;
}

/* ────────────────────────────────────────────────────────
   [7] FAQ — fond clair + accordion Inwi
   Widget ID: 3a5319f0 (vérifié via JS)
──────────────────────────────────────────────────────── */
.elementor-element-3a5319f0,
.elementor-element-3a5319f0 > .e-con-inner {
  background: #F5F6FB !important;
}
.elementor-element-3a5319f0 .elementor-heading-title {
  color: #371A48 !important;
}
.elementor-element-3a5319f0 .elementor-widget-text-editor p {
  color: rgba(91,60,114,.75) !important;
}
/* Accordion items — light mode, spécificité maximale */
html body .elementor-element-3a5319f0 .elementor-accordion-item {
  border-color: rgba(173,33,132,.18) !important;
  background-color: #FFFFFF !important;
  background-image: none !important;
  margin-bottom: 8px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 12px rgba(55,26,72,.06) !important;
}
/* Tab title — override du background sombre #0F0F1E global */
html body .elementor-element-3a5319f0 .elementor-tab-title {
  background: #FFFFFF !important;
  background-image: none !important;
  color: #371A48 !important;
}
html body .elementor-element-3a5319f0 .elementor-tab-title.elementor-active {
  background: rgba(173,33,132,.06) !important;
  color: #AD2184 !important;
}
html body .elementor-element-3a5319f0 .elementor-accordion-icon,
html body .elementor-element-3a5319f0 .elementor-accordion-icon-closed,
html body .elementor-element-3a5319f0 .elementor-accordion-icon-opened {
  color: rgba(55,26,72,.45) !important;
}
html body .elementor-element-3a5319f0 .elementor-tab-title.elementor-active .elementor-accordion-icon {
  color: #AD2184 !important;
}
html body .elementor-element-3a5319f0 .elementor-tab-content {
  color: rgba(55,26,72,.75) !important;
  border-top-color: rgba(173,33,132,.15) !important;
  background-color: #FFFFFF !important;
  background-image: none !important;
}

/* ────────────────────────────────────────────────────────
   GLOBAL — Section tags, boutons, gradient-text
──────────────────────────────────────────────────────── */
.section-tag {
  background: rgba(173,33,132,.09) !important;
  border: 1px solid rgba(173,33,132,.25) !important;
  color: #AD2184 !important;
}
.gradient-text,
.pw-grad {
  background: linear-gradient(120deg, #EE498B, #FF6B6B) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  display: inline !important;
}
/* ────────────────────────────────────────────────────────
   [8] DARK CARDS — Engagements · Offres · Piliers · Indicateurs
──────────────────────────────────────────────────────── */

/* Sections → fond light conservé (pas de changement de bg) */

/* Cards Engagements (hero + pillars) → near-black */
.engage-hero-card {
  background: #080810 !important;
  border-color: rgba(212,74,138,.30) !important;
}
.engage-pillar {
  background: #080810 !important;
  border-color: rgba(212,74,138,.22) !important;
}
.engage-hero-title { color: #FFFFFF !important; -webkit-text-fill-color: #FFFFFF !important; }
.engage-hero-sub, .engage-pillar-body { color: rgba(255,255,255,.65) !important; -webkit-text-fill-color: unset !important; }

/* Cards Offres (PRESENCE · CLARITY · ADS) → near-black + titres gradient corail */
.solution-card {
  background: #080810 !important;
  border-color: rgba(212,74,138,.28) !important;
}
.solution-card h3 {
  background: linear-gradient(120deg, #EE498B 0%, #FF6B6B 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.solution-desc { color: rgba(255,255,255,.60) !important; }

/* Cards Piliers (Structurer · Automatiser · Optimiser) → near-black */
.pillar-card {
  background: #080810 !important;
  border-color: rgba(212,74,138,.22) !important;
}
.pillar-title { color: #FFFFFF !important; -webkit-text-fill-color: #FFFFFF !important; }
.pillar-desc { color: rgba(255,255,255,.60) !important; }

/* Indicateurs de perf (+40h · 3× · 999 DH · 24/7) → near-black */
.result-item {
  background: #080810 !important;
  border-color: rgba(212,74,138,.22) !important;
}
.result-label { color: rgba(255,255,255,.65) !important; -webkit-text-fill-color: unset !important; }

/* Boutons primaires (sections claires) */
.btn-primary, .btn-large.btn-primary {
  background: linear-gradient(135deg, #AD2184 0%, #7B1FD4 100%) !important;
  color: #FFFFFF !important;
  box-shadow: 0 6px 24px rgba(173,33,132,.30) !important;
}
.btn-primary:hover { opacity: .88 !important; transform: translateY(-2px) !important; }
/* Boutons ghost (sections claires) */
.btn-ghost {
  border: 1.5px solid rgba(173,33,132,.30) !important;
  color: #AD2184 !important;
  background: transparent !important;
}
.btn-ghost:hover {
  border-color: rgba(173,33,132,.60) !important;
  color: #7B1FD4 !important;
}

/* ════════════════════════════════════════════════════════
   SOLUTIONS PAGE — Charte graphique Inwi (miroir homepage)
   IDs : wxvfsxm · 537mlri · mh2hbil · jvst6us · 64vtypy
════════════════════════════════════════════════════════ */

/* [S1] HERO — fond violet profond + grille dots */
.elementor-element-wxvfsxm,
.elementor-element-wxvfsxm > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
  position: relative !important;
}
.elementor-element-wxvfsxm::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
  z-index: 0;
}
.elementor-element-wxvfsxm .elementor-heading-title { color: #FFFFFF !important; }
.elementor-element-wxvfsxm .elementor-widget-text-editor p { color: rgba(255,255,255,.72) !important; }

/* ── Centrage Solutions page — spécificité maximale ── */
/* Containers internes → align-items center (colonne flex) */
html body .elementor-element-wxvfsxm .e-con,
html body .elementor-element-wxvfsxm .e-con-inner,
html body .elementor-element-537mlri .e-con,
html body .elementor-element-537mlri .e-con-inner,
html body .elementor-element-jvst6us .e-con,
html body .elementor-element-jvst6us .e-con-inner,
html body .elementor-element-64vtypy .e-con,
html body .elementor-element-64vtypy .e-con-inner {
  align-items: center !important;
}
/* Titres centrés */
html body .elementor-element-wxvfsxm .elementor-heading-title,
html body .elementor-element-537mlri .elementor-heading-title,
html body .elementor-element-jvst6us .elementor-heading-title,
html body .elementor-element-64vtypy .elementor-heading-title {
  text-align: center !important;
}
/* Textes centrés */
html body .elementor-element-wxvfsxm .elementor-widget-text-editor *,
html body .elementor-element-537mlri .elementor-widget-text-editor *,
html body .elementor-element-jvst6us .elementor-widget-text-editor *,
html body .elementor-element-64vtypy .elementor-widget-text-editor * {
  text-align: center !important;
}
/* Boutons centrés */
html body .elementor-element-wxvfsxm .elementor-widget-button .elementor-button-wrapper,
html body .elementor-element-64vtypy .elementor-widget-button .elementor-button-wrapper,
html body .elementor-element-wxvfsxm .pw-btn-row,
html body .elementor-element-64vtypy .pw-btn-row {
  text-align: center !important;
  justify-content: center !important;
}
/* CTA Final — centrage boutons */
html body .elementor-element-64vtypy .elementor-widget-button {
  text-align: center !important;
}
html body .elementor-element-64vtypy .elementor-button-wrapper {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}
/* btn_row containers — justify-content center */
html body .elementor-element-jls55m9 > .e-con-inner,
html body .elementor-element-jls55m9 { justify-content: center !important; }
html body .elementor-element-4vp8vof > .e-con-inner,
html body .elementor-element-4vp8vof { justify-content: center !important; }
/* Pastilles section-tag centrées */
html body .elementor-element-wxvfsxm .elementor-widget-html .elementor-widget-container,
html body .elementor-element-537mlri .elementor-widget-html .elementor-widget-container,
html body .elementor-element-jvst6us .elementor-widget-html .elementor-widget-container,
html body .elementor-element-64vtypy .elementor-widget-html .elementor-widget-container {
  text-align: center !important;
}
html body .elementor-element-wxvfsxm .section-tag,
html body .elementor-element-537mlri .section-tag,
html body .elementor-element-jvst6us .section-tag,
html body .elementor-element-64vtypy .section-tag {
  display: inline-block !important;
}
/* Widgets HTML pleine largeur — empêche le rétrécissement dû à align-items:center */
html body .elementor-element-537mlri .elementor-widget-html,
html body .elementor-element-jvst6us .elementor-widget-html {
  width: 100% !important;
  align-self: stretch !important;
}
html body .elementor-element-537mlri .elementor-widget-html .elementor-widget-container,
html body .elementor-element-jvst6us .elementor-widget-html .elementor-widget-container {
  width: 100% !important;
  text-align: left !important;
}

/* [S2] NOS OFFRES — fond lavande clair + headings dark */
.elementor-element-537mlri,
.elementor-element-537mlri > .e-con-inner {
  background: linear-gradient(180deg, #F5EEFF 0%, #F5F6FB 100%) !important;
}
.elementor-element-537mlri .elementor-heading-title { color: #371A48 !important; }
.elementor-element-537mlri .elementor-widget-text-editor p { color: rgba(91,60,114,.75) !important; }

/* Cards 3 offres (PRESENCE / CLARITY / ADS) */
.sol-oc-card {
  background: #21103A !important;
  border: 1px solid rgba(212,74,138,.22) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.30) !important;
  transition: border-color .25s, box-shadow .25s, transform .25s !important;
}
.sol-oc-card:hover {
  border-color: rgba(212,74,138,.50) !important;
  transform: translateY(-4px) !important;
}
.sol-oc-card.sol-oc-featured {
  background: linear-gradient(135deg, #371A48 0%, #5C1890 100%) !important;
  border-color: rgba(212,74,138,.50) !important;
  box-shadow: 0 0 48px rgba(173,33,132,.18), 0 8px 32px rgba(0,0,0,.35) !important;
}
.sol-oc-title { color: #FFFFFF !important; }
.sol-oc-desc  { color: rgba(255,255,255,.65) !important; }
.sol-oc-features li { color: rgba(255,255,255,.75) !important; }
.sol-oc-badge.sol-oc-blue   { color: #9BAEFF !important; }
.sol-oc-badge.sol-oc-pink   { color: #F4A0CC !important; }
.sol-oc-badge.sol-oc-purple { color: #C9A8FF !important; }
.sol-oc-price { color: rgba(255,255,255,.55) !important; }
.sol-oc-price strong { color: #F4A0CC !important; -webkit-text-fill-color: #F4A0CC !important; }
.sol-oc-popular {
  background: linear-gradient(135deg, #AD2184, #7B1FD4) !important;
  color: #fff !important;
}
.sol-oc-cta {
  background: linear-gradient(135deg, #AD2184, #7B1FD4) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  padding: 10px 22px !important;
  border-radius: 100px !important;
  display: inline-block !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: opacity .25s, transform .25s !important;
}
.sol-oc-cta:hover { opacity: .88 !important; transform: translateY(-2px) !important; }

/* [S3] PRICING — masquée (supprimée à la demande) */
.elementor-element-mh2hbil { display: none !important; }

/* [S4] COMPARATIF — fond clair */
.elementor-element-jvst6us,
.elementor-element-jvst6us > .e-con-inner {
  background: #F5F6FB !important;
}
.elementor-element-jvst6us .elementor-heading-title { color: #371A48 !important; }
.elementor-element-jvst6us .elementor-widget-text-editor p { color: rgba(91,60,114,.75) !important; }

/* Table comparatif — dark profond */
.sol-ct-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(173,33,132,.30);
  box-shadow: 0 8px 40px rgba(0,0,0,.50);
}
.sol-ct {
  width: 100%;
  border-collapse: collapse;
  background: #0F0520;
}
.sol-ct thead tr { background: linear-gradient(135deg, #1A0C28, #371A48, #5C1890); }
.sol-ct thead th {
  color: #fff;
  padding: 16px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.sol-ct thead .sol-ct-feat { text-align: left; color: rgba(255,255,255,.55); }
.sol-ct-h-blue   { color: #9BAEFF !important; }
.sol-ct-h-pink   { color: #F4A0CC !important; }
.sol-ct-h-purple { color: #C9A8FF !important; }
.sol-ct tbody tr { border-bottom: 1px solid rgba(173,33,132,.12); background: #0F0520; }
.sol-ct tbody tr:nth-child(even) { background: #130828; }
.sol-ct tbody tr:hover { background: rgba(173,33,132,.10); }
.sol-ct tbody td {
  padding: 13px 20px;
  color: rgba(255,255,255,.80);
  font-size: 14px;
  text-align: center;
}
.sol-ct tbody td:first-child { text-align: left; color: rgba(255,255,255,.90); }
.sol-ct-group td {
  background: rgba(212,74,138,.07) !important;
  color: #F4A0CC !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  padding: 10px 20px !important;
}
.sol-ctv-blue   { color: #9BAEFF !important; font-weight: 700; }
.sol-ctv-pink   { color: #F4A0CC !important; font-weight: 700; }
.sol-ctv-dash   { color: rgba(255,255,255,.20) !important; }
.sol-ctv-sm     { font-size: 11px !important; color: rgba(255,255,255,.42) !important; font-weight: 600 !important; }

/* [S5] CTA FINAL — gradient violet/coral */
.elementor-element-64vtypy,
.elementor-element-64vtypy > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #AD2184 100%) !important;
  position: relative !important;
}
.elementor-element-64vtypy .elementor-heading-title { color: #FFFFFF !important; }
.elementor-element-64vtypy .elementor-widget-text-editor p { color: rgba(255,255,255,.72) !important; }
.elementor-element-64vtypy .btn-primary {
  background: #FFFFFF !important;
  color: #AD2184 !important;
  -webkit-text-fill-color: #AD2184 !important;
  box-shadow: 0 6px 24px rgba(0,0,0,.18) !important;
}
.elementor-element-64vtypy .btn-ghost {
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.30) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
.elementor-element-64vtypy .btn-ghost:hover {
  background: rgba(255,255,255,.18) !important;
  border-color: rgba(255,255,255,.65) !important;
}

/* ══════════════════════════════════════════════════════════════
   INWI — Classes stables (remplace ciblage par ID Elementor)
   Utiliser section_inwi_hero / _dark / _cta dans generate-*.py
   ══════════════════════════════════════════════════════════════ */

/* Hero gradient */
.pw-inwi-hero,
.pw-inwi-hero > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
  position: relative !important;
}

/* Dark sections */
.pw-inwi-dark,
.pw-inwi-dark > .e-con-inner {
  background: #0D0618 !important;
}

/* CTA gradient */
.pw-inwi-cta,
.pw-inwi-cta > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #5C1890 100%) !important;
}

/* Textes dans sections Inwi */
.pw-inwi-hero .elementor-heading-title,
.pw-inwi-dark .elementor-heading-title,
.pw-inwi-cta .elementor-heading-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* Gradient text dans sections Inwi */
.pw-inwi-hero .gradient-text,
.pw-inwi-dark .gradient-text,
.pw-inwi-cta .gradient-text {
  background: linear-gradient(120deg, #F4A0CC, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Section-tags dans sections Inwi */
.pw-inwi-hero .section-tag,
.pw-inwi-dark .section-tag,
.pw-inwi-cta .section-tag {
  background: rgba(240, 112, 136, 0.12) !important;
  border-color: rgba(240, 112, 136, 0.30) !important;
  color: #F4A0CC !important;
}

/* Boutons centrer dans sections Inwi — btn_row */
.pw-inwi-hero .pw-btn-row > .e-con-inner,
.pw-inwi-hero .pw-btn-row { justify-content: center !important; }



/* ══════════════════════════════════════════════════════════════
   PAGE AI LABS — Palette Inwi (même logique que Solutions)
   30a50340=Hero | 318ba4e8=Agents | 5b398c85=Méthode | 285c993a=CTA
   ══════════════════════════════════════════════════════════════ */

/* ── 1. HERO — gradient sombre Inwi ── */
.elementor-element-30a50340,
.elementor-element-30a50340 > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
  position: relative !important;
}

/* ── 2. AGENTS IA — fond lavande clair (comme Nos Offres Solutions) ── */
.elementor-element-318ba4e8,
.elementor-element-318ba4e8 > .e-con-inner {
  background: linear-gradient(180deg, #F5EEFF 0%, #F5F6FB 100%) !important;
}
#ail-ag-W .ag-h2 { color: #371A48 !important; -webkit-text-fill-color: #371A48 !important; }
#ail-ag-W .ag-sub { color: rgba(55,26,72,.7) !important; -webkit-text-fill-color: rgba(55,26,72,.7) !important; }
#ail-ag-W .ag-tag {
  background: rgba(173,33,132,.10) !important;
  border-color: rgba(173,33,132,.30) !important;
  color: #AD2184 !important;
}

/* ── 3. NOTRE MÉTHODE — fond clair (comme Comparatif Solutions) ── */
.elementor-element-5b398c85,
.elementor-element-5b398c85 > .e-con-inner {
  background: #F5F6FB !important;
}
.elementor-element-5b398c85 { padding-bottom: 100px !important; }
#ail-pr-W .pr-h2 { color: #371A48 !important; -webkit-text-fill-color: #371A48 !important; }
#ail-pr-W .pr-sub { color: rgba(55,26,72,.7) !important; -webkit-text-fill-color: rgba(55,26,72,.7) !important; }
#ail-pr-W .pr-tag {
  background: rgba(173,33,132,.10) !important;
  border-color: rgba(173,33,132,.30) !important;
  color: #AD2184 !important;
}
#ail-pr-W .pr-num-wrap {
  background: linear-gradient(135deg, rgba(173,33,132,.12), rgba(92,0,145,.12)) !important;
  border-color: rgba(173,33,132,.35) !important;
}
#ail-pr-W .pr-num {
  background: linear-gradient(135deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
#ail-pr-W .pr-steps::before {
  background: linear-gradient(90deg, rgba(173,33,132,.35), rgba(240,112,136,.35)) !important;
}
/* Vraies classes du widget process */
#ail-pr-W .pr-step h3 { color: #371A48 !important; -webkit-text-fill-color: #371A48 !important; }
#ail-pr-W .pr-step p  { color: rgba(55,26,72,.65) !important; -webkit-text-fill-color: rgba(55,26,72,.65) !important; }

/* ── 4. CTA FINAL — gradient violet/coral (identique CTA Solutions) ── */
html body .elementor-element.elementor-element-285c993a:not(.elementor-motion-effects-element-type-background),
html body .elementor-element-285c993a > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #AD2184 100%) !important;
  position: relative !important;
}
#ail-ct-W .ct-tag {
  background: rgba(255,255,255,.15) !important;
  border-color: rgba(255,255,255,.30) !important;
  color: #FFFFFF !important;
}
#ail-ct-W .ct-h2 { color: #FFFFFF !important; -webkit-text-fill-color: #FFFFFF !important; }
#ail-ct-W .ct-sub { color: rgba(255,255,255,.75) !important; -webkit-text-fill-color: rgba(255,255,255,.75) !important; }
/* Spécificité élevée pour battre le !important du widget inline */
html body #ail-ct-W .btn-p {
  background: #FFFFFF !important;
  color: #AD2184 !important;
  -webkit-text-fill-color: #AD2184 !important;
  box-shadow: 0 6px 24px rgba(0,0,0,.20) !important;
}
html body #ail-ct-W .btn-p:hover { opacity: .92 !important; }
html body #ail-ct-W .btn-g {
  border-color: rgba(255,255,255,.35) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body #ail-ct-W .btn-g:hover { border-color: rgba(255,255,255,.65) !important; }

/* Padding CTA section avant footer */
.elementor-element-285c993a {
  padding-bottom: 100px !important;
}
#ail-ct-W .ct-orb {
  background: radial-gradient(ellipse, rgba(255,255,255,.08) 0%, transparent 70%) !important;
}

/* ── 5. Gradient text .gt → coral/pink dans toutes les sections ── */
#ail-hero-W .gt,
#ail-ag-W .gt,
#ail-pr-W .gt,
#ail-ct-W .gt {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ── 6. Hero tag + dot — coral ── */
#ail-hero-W .ail-tag {
  background: rgba(240,112,136,.12) !important;
  border-color: rgba(240,112,136,.35) !important;
  color: #F4A0CC !important;
}
#ail-hero-W .ail-tagdot { background: #F07088 !important; }

/* ── 7. Hero boutons — Inwi ── */
#ail-hero-W .btn-p {
  background: linear-gradient(135deg, #AD2184, #7B1FD4) !important;
  box-shadow: 0 8px 28px rgba(173,33,132,.30) !important;
}
#ail-hero-W .btn-g {
  border-color: rgba(240,112,136,.35) !important;
}

/* ── 8. Agent cards — top border coral sur fond clair ── */
#ail-ag-W .ag-card::before {
  background: linear-gradient(135deg, #AD2184, #7B1FD4) !important;
}


/* ═══════════════════════════════════════════════════════════
   PAGE POWABU ? (ID=31) — Palette Inwi
   ═══════════════════════════════════════════════════════════ */

/* Hero — gradient Inwi profond (baked in JSON) */
/* Gradient text hero */
.elementor-31 .elementor-element-31a448cc .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* Mission pills — fond clair sur hero sombre */
.elementor-31 .pw-mission-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.elementor-31 .pw-mission-pill {
  background: rgba(255,255,255,0.10) !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
  color: rgba(255,255,255,0.85) !important;
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}

/* ── Section VALEURS (fond lavande clair) ── */
/* Gradient text heading */
.elementor-31 .elementor-element-524c0b6c .gradient-text {
  background: linear-gradient(120deg, #AD2184, #F07088) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
/* Section tag */
.elementor-31 .elementor-element-2c6d3bd2 .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
}
/* Values grid — dark text */
.elementor-31 .pw-value-card {
  background: #FFFFFF !important;
  border-color: rgba(92,110,255,0.15) !important;
}
.elementor-31 .pw-value-card h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
.elementor-31 .pw-value-card p {
  color: rgba(55,26,72,0.65) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.65) !important;
}
.elementor-31 .pw-value-number {
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}

/* ── Section GROUPE WED3V (fond dark violet) ── */
/* Background force !important (Elementor CSS parfois pas prioritaire) */
.elementor-31 .elementor-element-818aade,
.elementor-31 .elementor-element-818aade > .e-con-inner {
  background: #0D0618 !important;
}
/* Gradient text heading */
.elementor-31 .elementor-element-32c3cf26 .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
/* Section tag — sur fond dark */
.elementor-31 .elementor-element-26dbb93a .section-tag {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.18) !important;
  color: rgba(255,255,255,0.75) !important;
}
/* Company cards — dark avec border subtile */
.elementor-31 .elementor-element-818aade .e-con {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
}
/* "Vous êtes ici" badge — sur fond dark */
.elementor-31 .pw-company-badge {
  background: rgba(240,112,136,0.20) !important;
  border: 1px solid rgba(240,112,136,0.40) !important;
  color: #F07088 !important;
  -webkit-text-fill-color: #F07088 !important;
  border-radius: 100px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 600;
}

/* ── Section CTA FINAL (gradient violet/coral) ── */
/* Spécificité (0,4,2) > règle Elementor lazy-loading (0,4,0) */
html body .elementor-31 .elementor-element-7eecfd86.e-con.e-parent,
html body .elementor-31 .elementor-element-7eecfd86.e-con.e-parent > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #AD2184 100%) !important;
}
/* Gradient text */
.elementor-31 .elementor-element-3bc8f880 .gradient-text {
  background: linear-gradient(120deg, #F0A0C0, #FFFFFF) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
/* Section tag */
.elementor-31 .elementor-element-5c31f66d .section-tag {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.30) !important;
  color: rgba(255,255,255,0.90) !important;
}
/* Buttons in CTA */
html body .elementor-31 .elementor-element-5f6ec8e9 a {
  background: #FFFFFF !important;
  color: #AD2184 !important;
  -webkit-text-fill-color: #AD2184 !important;
}

/* ═══════════════════════════════════════════════════════════
   PAGE CONTACT (ID=33) — Palette Inwi
   Structure : Hero dark | Section contact dark | 2 colonnes dark
   ═══════════════════════════════════════════════════════════ */

/* ── Hero ── */
.elementor-33 .elementor-element-3335fd36 .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.elementor-33 .elementor-element-2f6b8401 .hero-offer-tag {
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.20) !important;
  color: rgba(255,255,255,0.85) !important;
}

/* ── Colonne formulaire ── */
.elementor-33 .elementor-element-1d97ab38,
.elementor-33 .elementor-element-1d97ab38 > .e-con-inner {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 20px !important;
}
/* Labels formulaire → blanc */
html body .elementor-33 .elementor-element-1d97ab38 .elementor-field-label {
  color: rgba(255,255,255,0.85) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.85) !important;
}
/* Champs input/textarea */
html body .elementor-33 .elementor-element-1d97ab38 .elementor-field-group input,
html body .elementor-33 .elementor-element-1d97ab38 .elementor-field-group textarea,
html body .elementor-33 .elementor-element-1d97ab38 .elementor-field-group select {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  border-radius: 10px !important;
}
html body .elementor-33 .elementor-element-1d97ab38 input::placeholder,
html body .elementor-33 .elementor-element-1d97ab38 textarea::placeholder {
  color: rgba(255,255,255,0.30) !important;
}
/* Bouton submit */
html body .elementor-33 .elementor-element-1d97ab38 .elementor-button {
  background: linear-gradient(135deg, #5C6EFF, #AD2184) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  border: none !important;
}

/* ── Colonne sidebar — tout blanc sur dark ── */
html body .elementor-33 .ct-next-steps h3 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
html body .elementor-33 .ct-step-num {
  background: linear-gradient(135deg, #5C6EFF, #7B3EE4) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-33 .ct-step-text h4 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-33 .ct-step-text p,
html body .elementor-33 .ct-step p {
  color: rgba(255,255,255,0.65) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.65) !important;
}
html body .elementor-33 .ct-info-card {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 16px !important;
}
html body .elementor-33 .ct-info-label {
  color: rgba(255,255,255,0.45) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.45) !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.10em !important;
}
html body .elementor-33 .ct-info-value,
html body .elementor-33 span.ct-info-value {
  color: rgba(255,255,255,0.90) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.90) !important;
  font-weight: 600 !important;
}
html body .elementor-33 .ct-info-value a,
html body .elementor-33 a.ct-info-value {
  color: #A0AAFF !important;
  -webkit-text-fill-color: #A0AAFF !important;
}
html body .elementor-33 .ct-note,
html body .elementor-33 p.ct-note {
  color: rgba(255,255,255,0.40) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.40) !important;
  font-style: italic !important;
}



/* ═══════════════════════════════════════════════════════════
   PAGE OFFRE PRÉSENCE (ID=34) — Palette Inwi
   Light: Contexte (b8yyep7) | Comparatif (c4me9dw) | Témoignages (dgwtm3f)
   Dark:  Hero (v72eb3i) | Pricing (dv9xrvt) | Features (bib1cvr) | FAQ (enrq4dc) | CTA (ud3g97n)
   ═══════════════════════════════════════════════════════════ */

/* ── 1. PADDING CORRECTIONS (sections avec pb/pt=0 à corriger) ── */
/* Contexte light → ajouter pb */
html body .elementor-34 .elementor-element-b8yyep7.e-con-full.e-con { padding-bottom: 80px !important; }
/* Pricing dark → ajouter pb */
html body .elementor-34 .elementor-element-dv9xrvt.e-con-full.e-con { padding-bottom: 80px !important; }
/* Comparatif light → ajouter pt */
html body .elementor-34 .elementor-element-c4me9dw.e-con-full.e-con { padding-top: 80px !important; }
/* Features dark → ajouter pt */
html body .elementor-34 .elementor-element-bib1cvr.e-con-full.e-con { padding-top: 60px !important; }
/* FAQ dark → ajouter pb */
html body .elementor-34 .elementor-element-enrq4dc.e-con-full.e-con { padding-bottom: 80px !important; }

/* ── 2. BACKGROUNDS LAZY-LOAD (spécificité 0,5,2 > lazy rule 0,5,0) ── */
/* Pricing → violet hero */
html body .elementor-34 .elementor-element-dv9xrvt.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-dv9xrvt.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 50%, #5C1890 100%) !important;
}
html body .elementor-34 .elementor-element-c4me9dw.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-c4me9dw.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(180deg, #F5F6FB 0%, #F5EEFF 100%) !important;
}
/* Features → violet hero */
html body .elementor-34 .elementor-element-bib1cvr.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-bib1cvr.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 50%, #5C1890 100%) !important;
}
html body .elementor-34 .elementor-element-dgwtm3f.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-dgwtm3f.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(180deg, #F5EEFF 0%, #F5F6FB 100%) !important;
}
html body .elementor-34 .elementor-element-enrq4dc.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-enrq4dc.e-con-full.e-con.e-parent > .e-con-inner {
  background: #0D0618 !important;
}
html body .elementor-34 .elementor-element-ud3g97n.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-ud3g97n.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #F07088 100%) !important;
}

/* ── 3. HERO — même fond que homepage ── */
html body .elementor-34 .elementor-element-v72eb3i.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-v72eb3i.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
.elementor-34 .elementor-element-v72eb3i .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* ── 4. CONTEXTE (light lavande — b8yyep7) ── */
/* Textes light (zone gauche hors cards) */
html body .elementor-34 .elementor-element-b8yyep7 h2,
html body .elementor-34 .elementor-element-b8yyep7 h3,
html body .elementor-34 .elementor-element-b8yyep7 h4 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-34 .elementor-element-b8yyep7 > .e-con-inner p,
html body .elementor-34 .elementor-element-b8yyep7 .oc-left > p {
  color: rgba(55,26,72,0.70) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.70) !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}

/* Gradient corail sur le span du titre h2 */
html body .elementor-34 .elementor-element-b8yyep7 .gradient-text {
  background: linear-gradient(120deg, #F07088 0%, #E8405E 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* Cards profils (fond sombre) — texte blanc */
html body .elementor-34 .elementor-element-b8yyep7 .oc-profile-text strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .oc-profile-text span {
  color: rgba(255,255,255,0.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.70) !important;
}

/* Colonne droite (fond sombre) — texte blanc */
html body .elementor-34 .elementor-element-b8yyep7 .oc-pain-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .oc-pain-list li span {
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .oc-fomo {
  background: rgba(255,255,255,0.06) !important;
  border-left: 3px solid rgba(240,112,136,0.60) !important;
  border-radius: 8px !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .oc-fomo-line span,
html body .elementor-34 .elementor-element-b8yyep7 .oc-fomo span {
  color: rgba(255,255,255,0.75) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.75) !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .oc-fomo strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .oc-fomo-dot {
  background: #F07088 !important;
}

/* ── 5. PRICING (dark — dv9xrvt) — textes blancs ── */
html body .elementor-34 .elementor-element-dv9xrvt .pricing-card {
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .pricing-card.featured {
  background: rgba(92,110,255,0.09) !important;
  border-color: rgba(92,110,255,0.30) !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .plan-name {
  color: rgba(255,255,255,0.90) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.90) !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .plan-desc {
  color: rgba(255,255,255,0.60) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.60) !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .plan-features li {
  color: rgba(255,255,255,0.75) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.75) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .toggle-label {
  color: rgba(255,255,255,0.65) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.65) !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .toggle-label.active {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .pricing-card .plan-annual-note {
  color: rgba(255,255,255,0.50) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.50) !important;
}
/* Boutons coral — tous les plans */
html body .elementor-34 .elementor-element-dv9xrvt .btn-primary,
html body .elementor-34 .elementor-element-dv9xrvt .pricing-card .btn-primary {
  background: linear-gradient(135deg, #F07088 0%, #E8405E 100%) !important;
  color: #FFFFFF !important;
  border: none !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .btn-ghost,
html body .elementor-34 .elementor-element-dv9xrvt .pricing-card .btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(240,112,136,0.50) !important;
  color: #F07088 !important;
  -webkit-text-fill-color: #F07088 !important;
}

/* ── 6. COMPARATIF (light lavande — c4me9dw) ── */
html body .elementor-34 .elementor-element-c4me9dw h2,
html body .elementor-34 .elementor-element-c4me9dw h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-34 .elementor-element-c4me9dw p {
  color: rgba(55,26,72,0.70) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.70) !important;
}
html body .elementor-34 .elementor-element-c4me9dw .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-34 .elementor-element-c4me9dw .comparison-wrap {
  background: #FFFFFF !important;
  border-radius: 20px !important;
  border: 1px solid rgba(92,110,255,0.12) !important;
}
html body .elementor-34 .elementor-element-c4me9dw .ct th,
html body .elementor-34 .elementor-element-c4me9dw .ct td {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
  border-color: rgba(55,26,72,0.08) !important;
}
html body .elementor-34 .elementor-element-c4me9dw .ct thead th {
  background: #F5EEFF !important;
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-34 .elementor-element-c4me9dw .ct .row-group td {
  background: rgba(92,110,255,0.06) !important;
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
  font-weight: 700 !important;
}
html body .elementor-34 .elementor-element-c4me9dw .ct .th-price {
  color: rgba(55,26,72,0.55) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.55) !important;
}
html body .elementor-34 .elementor-element-c4me9dw .ctd { color: rgba(55,26,72,0.25) !important; }

/* ── 7. FEATURES (dark — bib1cvr) — textes blancs ── */
html body .elementor-34 .elementor-element-bib1cvr .feature-item {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 16px !important;
}
html body .elementor-34 .elementor-element-bib1cvr .feature-item h3 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-bib1cvr .feature-item p {
  color: rgba(255,255,255,0.65) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.65) !important;
}

/* ── 8. TÉMOIGNAGES (light lavande — dgwtm3f) ── */
html body .elementor-34 .elementor-element-dgwtm3f h2,
html body .elementor-34 .elementor-element-dgwtm3f h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .testi-c {
  background: #FFFFFF !important;
  border: 1px solid rgba(92,110,255,0.12) !important;
  border-radius: 18px !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .testi-c.testi-c-ft {
  background: #F5EEFF !important;
  border-color: rgba(92,110,255,0.20) !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .tm-val {
  color: #5C1890 !important;
  -webkit-text-fill-color: #5C1890 !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .tm-lbl {
  color: rgba(55,26,72,0.60) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.60) !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .testi-q {
  color: rgba(55,26,72,0.85) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.85) !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .testi-who strong {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .testi-who span {
  color: rgba(55,26,72,0.55) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.55) !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .t-av {
  background: linear-gradient(135deg, #5C1890, #AD2184) !important;
  color: #FFFFFF !important;
}

/* ── 9. FAQ (dark — enrq4dc) — textes blancs ── */
/* Heading natif */
html body .elementor-34 .elementor-element-enrq4dc h2 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-enrq4dc .section-tag {
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.20) !important;
  color: rgba(255,255,255,0.85) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.85) !important;
}
/* Widget accordion natif Elementor */
html body .elementor-34 .elementor-element-enrq4dc .elementor-accordion-item {
  border-color: rgba(255,255,255,0.10) !important;
  background: transparent !important;
}
html body .elementor-34 .elementor-element-enrq4dc .elementor-tab-title,
html body .elementor-34 .elementor-element-enrq4dc .elementor-tab-title a {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-enrq4dc .elementor-tab-title .elementor-accordion-icon {
  color: rgba(255,255,255,0.60) !important;
}
html body .elementor-34 .elementor-element-enrq4dc .elementor-tab-content,
html body .elementor-34 .elementor-element-enrq4dc .elementor-tab-content p {
  color: rgba(255,255,255,0.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.70) !important;
}
/* Fallback — HTML custom si présent */
html body .elementor-34 .elementor-element-enrq4dc .faq-question {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-enrq4dc .faq-answer p {
  color: rgba(255,255,255,0.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.70) !important;
}

/* ── 10. CTA FINAL — gradient violet → corail Inwi ── */
html body .elementor-34 .elementor-element-ud3g97n .section-tag {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.30) !important;
  color: rgba(255,255,255,0.90) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.90) !important;
}


/* ═══════════════════════════════════════════════════════════
   PAGE OFFRE CLARITY (ID=35) — Palette Inwi
   Light: Contexte (qkywg70) | Comparatif (2yweo2n) | Process (xy82mly)
   Violet: Hero (b6k0p9w) | Pricing (t304td2) | Pb/Solution (e1rj6jd)
   Coral:  CTA (mec72zz)
   ═══════════════════════════════════════════════════════════ */

/* ── 1. PADDINGS ── */
html body .elementor-35 .elementor-element-qkywg70.e-con-full.e-con { padding-bottom: 80px !important; }
html body .elementor-35 .elementor-element-t304td2.e-con-full.e-con { padding-bottom: 80px !important; }
html body .elementor-35 .elementor-element-2yweo2n.e-con-full.e-con { padding-top: 80px !important; }
html body .elementor-35 .elementor-element-e1rj6jd.e-con-full.e-con { padding-top: 60px !important; padding-bottom: 80px !important; }
html body .elementor-35 .elementor-element-xy82mly.e-con-full.e-con { padding-top: 80px !important; padding-bottom: 80px !important; }

/* ── 2. BACKGROUNDS LAZY-LOAD (spécificité 0,5,2) ── */
html body .elementor-35 .elementor-element-b6k0p9w.e-con-full.e-con.e-parent,
html body .elementor-35 .elementor-element-b6k0p9w.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
html body .elementor-35 .elementor-element-t304td2.e-con-full.e-con.e-parent,
html body .elementor-35 .elementor-element-t304td2.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
html body .elementor-35 .elementor-element-2yweo2n.e-con-full.e-con.e-parent,
html body .elementor-35 .elementor-element-2yweo2n.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(180deg, #F5F6FB 0%, #F5EEFF 100%) !important;
}
html body .elementor-35 .elementor-element-e1rj6jd.e-con-full.e-con.e-parent,
html body .elementor-35 .elementor-element-e1rj6jd.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
html body .elementor-35 .elementor-element-xy82mly.e-con-full.e-con.e-parent,
html body .elementor-35 .elementor-element-xy82mly.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(180deg, #F5EEFF 0%, #F5F6FB 100%) !important;
}
html body .elementor-35 .elementor-element-mec72zz.e-con-full.e-con.e-parent,
html body .elementor-35 .elementor-element-mec72zz.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #F07088 100%) !important;
}

/* ── 3. HERO ── */
.elementor-35 .elementor-element-b6k0p9w .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ── 4. CONTEXTE LIGHT (qkywg70) ── */
html body .elementor-35 .elementor-element-qkywg70 h2,
html body .elementor-35 .elementor-element-qkywg70 h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-35 .elementor-element-qkywg70 .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-35 .elementor-element-qkywg70 .gradient-text {
  background: linear-gradient(120deg, #F07088 0%, #E8405E 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
/* Cards profils dark */
html body .elementor-35 .elementor-element-qkywg70 .oc-profile-text strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-35 .elementor-element-qkywg70 .oc-profile-text span {
  color: rgba(255,255,255,0.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.70) !important;
}
/* Colonne droite dark */
html body .elementor-35 .elementor-element-qkywg70 .oc-pain-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-weight: 700 !important;
}
html body .elementor-35 .elementor-element-qkywg70 .oc-pain-list li span {
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !important;
}
html body .elementor-35 .elementor-element-qkywg70 .oc-fomo {
  background: rgba(255,255,255,0.06) !important;
  border-left: 3px solid rgba(240,112,136,0.60) !important;
  border-radius: 8px !important;
}
html body .elementor-35 .elementor-element-qkywg70 .oc-fomo-line span,
html body .elementor-35 .elementor-element-qkywg70 .oc-fomo span {
  color: rgba(255,255,255,0.75) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.75) !important;
}
html body .elementor-35 .elementor-element-qkywg70 .oc-fomo strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-35 .elementor-element-qkywg70 .oc-fomo-dot { background: #F07088 !important; }

/* ── 5. PRICING VIOLET (t304td2) ── */
html body .elementor-35 .elementor-element-t304td2 .pricing-card {
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
html body .elementor-35 .elementor-element-t304td2 .pricing-card.featured {
  background: rgba(92,110,255,0.09) !important;
  border-color: rgba(92,110,255,0.30) !important;
}
html body .elementor-35 .elementor-element-t304td2 .plan-name,
html body .elementor-35 .elementor-element-t304td2 .plan-price-annual {
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !important;
}
html body .elementor-35 .elementor-element-t304td2 .plan-desc {
  color: rgba(255,255,255,0.60) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.60) !important;
}
html body .elementor-35 .elementor-element-t304td2 .plan-features li {
  color: rgba(255,255,255,0.75) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.75) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
html body .elementor-35 .elementor-element-t304td2 .btn-primary {
  background: linear-gradient(135deg, #F07088 0%, #E8405E 100%) !important;
  color: #FFFFFF !important;
  border: none !important;
}
html body .elementor-35 .elementor-element-t304td2 .btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(240,112,136,0.50) !important;
  color: #F07088 !important;
  -webkit-text-fill-color: #F07088 !important;
}

/* ── 6. COMPARATIF LIGHT (2yweo2n) ── */
html body .elementor-35 .elementor-element-2yweo2n h2,
html body .elementor-35 .elementor-element-2yweo2n h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-35 .elementor-element-2yweo2n p {
  color: rgba(55,26,72,0.70) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.70) !important;
}
html body .elementor-35 .elementor-element-2yweo2n .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-35 .elementor-element-2yweo2n .comparison-wrap {
  background: #FFFFFF !important;
  border-radius: 20px !important;
  border: 1px solid rgba(92,110,255,0.12) !important;
}
html body .elementor-35 .elementor-element-2yweo2n .ct th,
html body .elementor-35 .elementor-element-2yweo2n .ct td {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
  border-color: rgba(55,26,72,0.08) !important;
}
html body .elementor-35 .elementor-element-2yweo2n .ct thead th {
  background: #F5EEFF !important;
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-35 .elementor-element-2yweo2n .ct .row-group td {
  background: rgba(92,110,255,0.06) !important;
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
  font-weight: 700 !important;
}
html body .elementor-35 .elementor-element-2yweo2n .ct .th-price {
  color: rgba(55,26,72,0.55) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.55) !important;
}
html body .elementor-35 .elementor-element-2yweo2n .ctd { color: rgba(55,26,72,0.25) !important; }

/* ── 7. PROBLÈME/SOLUTION VIOLET (e1rj6jd) ── */
html body .elementor-35 .elementor-element-e1rj6jd h2,
html body .elementor-35 .elementor-element-e1rj6jd h3 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-35 .elementor-element-e1rj6jd .section-tag {
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.20) !important;
  color: rgba(255,255,255,0.85) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.85) !important;
}
html body .elementor-35 .elementor-element-e1rj6jd .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
html body .elementor-35 .elementor-element-e1rj6jd .ps-col {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 16px !important;
}
html body .elementor-35 .elementor-element-e1rj6jd .ps-col.solution {
  background: rgba(240,112,136,0.08) !important;
  border-color: rgba(240,112,136,0.20) !important;
}
html body .elementor-35 .elementor-element-e1rj6jd .ps-col-tag {
  color: rgba(255,255,255,0.55) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.55) !important;
}
html body .elementor-35 .elementor-element-e1rj6jd .ps-points li {
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !important;
}

/* ── 8. PROCESS LIGHT (xy82mly) ── */
html body .elementor-35 .elementor-element-xy82mly h2,
html body .elementor-35 .elementor-element-xy82mly h4 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-35 .elementor-element-xy82mly p {
  color: rgba(55,26,72,0.70) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.70) !important;
}
html body .elementor-35 .elementor-element-xy82mly .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-35 .elementor-element-xy82mly .gradient-text {
  background: linear-gradient(120deg, #5C1890, #AD2184) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
html body .elementor-35 .elementor-element-xy82mly .step-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(92,110,255,0.12) !important;
  border-radius: 16px !important;
}
html body .elementor-35 .elementor-element-xy82mly .step-number {
  color: #5C1890 !important;
  -webkit-text-fill-color: #5C1890 !important;
  font-weight: 700 !important;
}

/* ── 9. CTA CORAL (mec72zz) ── */
html body .elementor-35 .elementor-element-mec72zz .section-tag {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.30) !important;
  color: rgba(255,255,255,0.90) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.90) !important;
}


/* ═══════════════════════════════════════════════════════════
   PAGE OFFRE ADS (ID=36) — Palette Inwi
   Light: Contexte (72622aa3) | Comparatif (280b694e) | Méthodo (274768a)
   Violet: Hero (166a23ca) | Pricing (620e2570) | Plateformes (fc854ed)
   Coral:  CTA (53d98f26)
   ═══════════════════════════════════════════════════════════ */

/* ── 1. PADDINGS ── */
html body .elementor-36 .elementor-element-72622aa3.e-con-full.e-con { padding-bottom: 80px !important; }
html body .elementor-36 .elementor-element-620e2570.e-con-full.e-con  { padding-bottom: 80px !important; }
html body .elementor-36 .elementor-element-280b694e.e-con-full.e-con  { padding-top: 80px !important; padding-bottom: 80px !important; }
html body .elementor-36 .elementor-element-fc854ed.e-con-full.e-con   { padding-top: 60px !important; padding-bottom: 80px !important; }
html body .elementor-36 .elementor-element-274768a.e-con-full.e-con   { padding-top: 80px !important; padding-bottom: 80px !important; }

/* ── 2. BACKGROUNDS LAZY-LOAD (spécificité 0,5,2) ── */
html body .elementor-36 .elementor-element-166a23ca.e-con-full.e-con.e-parent,
html body .elementor-36 .elementor-element-166a23ca.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
html body .elementor-36 .elementor-element-620e2570.e-con-full.e-con.e-parent,
html body .elementor-36 .elementor-element-620e2570.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
html body .elementor-36 .elementor-element-280b694e.e-con-full.e-con.e-parent,
html body .elementor-36 .elementor-element-280b694e.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(180deg, #F5F6FB 0%, #F5EEFF 100%) !important;
}
html body .elementor-36 .elementor-element-fc854ed.e-con-full.e-con.e-parent,
html body .elementor-36 .elementor-element-fc854ed.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
html body .elementor-36 .elementor-element-274768a.e-con-full.e-con.e-parent,
html body .elementor-36 .elementor-element-274768a.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(180deg, #F5EEFF 0%, #F5F6FB 100%) !important;
}
html body .elementor-36 .elementor-element-53d98f26.e-con-full.e-con.e-parent,
html body .elementor-36 .elementor-element-53d98f26.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #F07088 100%) !important;
}

/* ── 3. HERO ── */
.elementor-36 .elementor-element-166a23ca .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ── 4. CONTEXTE LIGHT (72622aa3) ── */
html body .elementor-36 .elementor-element-72622aa3 h2,
html body .elementor-36 .elementor-element-72622aa3 h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-36 .elementor-element-72622aa3 .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-36 .elementor-element-72622aa3 .gradient-text {
  background: linear-gradient(120deg, #F07088 0%, #E8405E 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-profile-text strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-profile-text span {
  color: rgba(255,255,255,0.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.70) !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-pain-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-weight: 700 !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-pain-list li span {
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-fomo {
  background: rgba(255,255,255,0.06) !important;
  border-left: 3px solid rgba(240,112,136,0.60) !important;
  border-radius: 8px !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-fomo-line span,
html body .elementor-36 .elementor-element-72622aa3 .oc-fomo span {
  color: rgba(255,255,255,0.75) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.75) !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-fomo strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-fomo-dot { background: #F07088 !important; }

/* ── 5. PRICING VIOLET (620e2570) ── */
html body .elementor-36 .elementor-element-620e2570 .pricing-card {
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
html body .elementor-36 .elementor-element-620e2570 .pricing-card.featured {
  background: rgba(92,110,255,0.09) !important;
  border-color: rgba(92,110,255,0.30) !important;
}
html body .elementor-36 .elementor-element-620e2570 .plan-name,
html body .elementor-36 .elementor-element-620e2570 .plan-sub-note {
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !important;
}
html body .elementor-36 .elementor-element-620e2570 .price-range {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-36 .elementor-element-620e2570 .plan-desc {
  color: rgba(255,255,255,0.60) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.60) !important;
}
html body .elementor-36 .elementor-element-620e2570 .plan-features li {
  color: rgba(255,255,255,0.75) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.75) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
html body .elementor-36 .elementor-element-620e2570 .btn-primary {
  background: linear-gradient(135deg, #F07088 0%, #E8405E 100%) !important;
  color: #FFFFFF !important; border: none !important;
}
html body .elementor-36 .elementor-element-620e2570 .btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(240,112,136,0.50) !important;
  color: #F07088 !important;
  -webkit-text-fill-color: #F07088 !important;
}

/* ── 6. COMPARATIF LIGHT (280b694e) ── */
html body .elementor-36 .elementor-element-280b694e h2,
html body .elementor-36 .elementor-element-280b694e h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-36 .elementor-element-280b694e p {
  color: rgba(55,26,72,0.70) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.70) !important;
}
html body .elementor-36 .elementor-element-280b694e .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-36 .elementor-element-280b694e .comparison-wrap {
  background: #FFFFFF !important;
  border-radius: 20px !important;
  border: 1px solid rgba(92,110,255,0.12) !important;
}
html body .elementor-36 .elementor-element-280b694e .ct th,
html body .elementor-36 .elementor-element-280b694e .ct td {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
  border-color: rgba(55,26,72,0.08) !important;
}
html body .elementor-36 .elementor-element-280b694e .ct thead th {
  background: #F5EEFF !important;
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-36 .elementor-element-280b694e .ct .row-group td {
  background: rgba(92,110,255,0.06) !important;
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
  font-weight: 700 !important;
}
html body .elementor-36 .elementor-element-280b694e .ct .th-price {
  color: rgba(55,26,72,0.55) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.55) !important;
}
html body .elementor-36 .elementor-element-280b694e .ctd { color: rgba(55,26,72,0.25) !important; }

/* ── 7. PLATEFORMES VIOLET (fc854ed) ── */
html body .elementor-36 .elementor-element-fc854ed h2,
html body .elementor-36 .elementor-element-fc854ed h3 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-36 .elementor-element-fc854ed .section-tag {
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.20) !important;
  color: rgba(255,255,255,0.85) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.85) !important;
}
html body .elementor-36 .elementor-element-fc854ed .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
html body .elementor-36 .elementor-element-fc854ed .platform-card {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 16px !important;
}
html body .elementor-36 .elementor-element-fc854ed .platform-card p {
  color: rgba(255,255,255,0.65) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.65) !important;
}
html body .elementor-36 .elementor-element-fc854ed .platform-tag {
  background: rgba(255,255,255,0.08) !important;
  color: rgba(255,255,255,0.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.70) !important;
  border-radius: 100px !important;
}

/* ── 8. MÉTHODOLOGIE LIGHT (274768a) ── */
html body .elementor-36 .elementor-element-274768a h2,
html body .elementor-36 .elementor-element-274768a h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-36 .elementor-element-274768a p {
  color: rgba(55,26,72,0.70) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.70) !important;
}
html body .elementor-36 .elementor-element-274768a .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-36 .elementor-element-274768a .gradient-text {
  background: linear-gradient(120deg, #5C1890, #AD2184) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
html body .elementor-36 .elementor-element-274768a .method-step {
  background: #FFFFFF !important;
  border: 1px solid rgba(92,110,255,0.12) !important;
  border-radius: 16px !important;
  padding: 32px 28px !important;
}
html body .elementor-36 .elementor-element-274768a .method-step-num {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-weight: 700 !important;
}
html body .elementor-36 .elementor-element-274768a .step-tag {
  background: rgba(92,110,255,0.08) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
  border-radius: 100px !important;
}

/* ── 9. CTA CORAL (53d98f26) ── */
html body .elementor-36 .elementor-element-53d98f26 .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
html body .elementor-36 .elementor-element-53d98f26 .section-tag {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.30) !important;
  color: rgba(255,255,255,0.90) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.90) !important;
}/* End custom CSS */.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-tab-title a{color:inherit}.elementor-accordion{text-align:start}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-block-start:none}.elementor-accordion .elementor-tab-title{cursor:pointer;font-weight:700;line-height:1;margin:0;outline:none;padding:15px 20px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{height:1em;width:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{border-block-start:1px solid #d5d8dc;display:none;padding:15px 20px}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}.elementor-28 .elementor-element.elementor-element-21d8599f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-21d8599f:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-21d8599f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F6FB;}.elementor-28 .elementor-element.elementor-element-53115420{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:0px;--padding-left:24px;--padding-right:24px;}.elementor-28 .elementor-element.elementor-element-53115420:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-53115420 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F6FB;}.elementor-28 .elementor-element.elementor-element-44569832{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-28 .elementor-element.elementor-element-49503161{padding:0px 0px 24px 0px;}.elementor-28 .elementor-element.elementor-element-49503161 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:43px;font-weight:700;text-transform:none;line-height:1.15em;letter-spacing:-0.02em;color:#1A0C28;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-28 .elementor-element.elementor-element-167f40bb{padding:0px 0px 32px 0px;font-family:"Inter", Sans-serif;font-size:15px;line-height:1.75em;color:#1A0C28;}.elementor-28 .elementor-element.elementor-element-1ab5ea94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:0px;--padding-left:24px;--padding-right:24px;}.elementor-28 .elementor-element.elementor-element-1ab5ea94:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-1ab5ea94 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDEAFF;}.elementor-28 .elementor-element.elementor-element-2e409b67{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28 .elementor-element.elementor-element-43a2281c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:0px;--padding-left:24px;--padding-right:24px;}.elementor-28 .elementor-element.elementor-element-43a2281c:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-43a2281c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDEAFF;}.elementor-28 .elementor-element.elementor-element-e791f8a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28 .elementor-element.elementor-element-6fdd84a5{padding:0px 0px 24px 0px;text-align:center;}.elementor-28 .elementor-element.elementor-element-6fdd84a5 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:44px;font-weight:800;text-transform:lowercase;line-height:1.15em;letter-spacing:-0.02em;color:#1A0C28;}.elementor-28 .elementor-element.elementor-element-6d0deba9{padding:0px 0px 32px 0px;text-align:center;font-family:"Inter", Sans-serif;font-size:15px;line-height:1.75em;color:rgba(91,60,114,0.72);}.elementor-28 .elementor-element.elementor-element-8bbf3eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:0px;--padding-left:24px;--padding-right:24px;}.elementor-28 .elementor-element.elementor-element-8bbf3eb:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-8bbf3eb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F6FB;}.elementor-28 .elementor-element.elementor-element-2e7ba001{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28 .elementor-element.elementor-element-51149af4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.05;--padding-top:80px;--padding-bottom:0px;--padding-left:24px;--padding-right:24px;}.elementor-28 .elementor-element.elementor-element-51149af4:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-51149af4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F6FB;}.elementor-28 .elementor-element.elementor-element-51149af4::before, .elementor-28 .elementor-element.elementor-element-51149af4 > .elementor-background-video-container::before, .elementor-28 .elementor-element.elementor-element-51149af4 > .e-con-inner > .elementor-background-video-container::before, .elementor-28 .elementor-element.elementor-element-51149af4 > .elementor-background-slideshow::before, .elementor-28 .elementor-element.elementor-element-51149af4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-28 .elementor-element.elementor-element-51149af4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-repeat:no-repeat;background-size:cover;}.elementor-28 .elementor-element.elementor-element-4a38a491{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28 .elementor-element.elementor-element-7aee560c{padding:0px 0px 24px 0px;}.elementor-28 .elementor-element.elementor-element-7aee560c .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:35px;font-weight:700;text-transform:none;line-height:1.15em;letter-spacing:-0.02em;color:#1A0C28;}.elementor-28 .elementor-element.elementor-element-3a7afd29{padding:0px 0px 32px 0px;font-family:"Inter", Sans-serif;font-size:16px;line-height:1.75em;color:#1A0C28;}.elementor-28 .elementor-element.elementor-element-39410965{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:0px;--padding-left:24px;--padding-right:24px;}.elementor-28 .elementor-element.elementor-element-39410965:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-39410965 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F6FB;}.elementor-28 .elementor-element.elementor-element-6e3e42ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.06;}.elementor-28 .elementor-element.elementor-element-6e3e42ea::before, .elementor-28 .elementor-element.elementor-element-6e3e42ea > .elementor-background-video-container::before, .elementor-28 .elementor-element.elementor-element-6e3e42ea > .e-con-inner > .elementor-background-video-container::before, .elementor-28 .elementor-element.elementor-element-6e3e42ea > .elementor-background-slideshow::before, .elementor-28 .elementor-element.elementor-element-6e3e42ea > .e-con-inner > .elementor-background-slideshow::before, .elementor-28 .elementor-element.elementor-element-6e3e42ea > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-28 .elementor-element.elementor-element-12adcecc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:24px;--padding-right:24px;}.elementor-28 .elementor-element.elementor-element-12adcecc:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-12adcecc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDEAFF;}.elementor-28 .elementor-element.elementor-element-5ffb284b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28 .elementor-element.elementor-element-3fa462c7{padding:0px 0px 24px 0px;text-align:center;}.elementor-28 .elementor-element.elementor-element-3fa462c7 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:38px;font-weight:700;text-transform:none;line-height:1.15em;letter-spacing:-0.02em;color:#1A0C28;}.elementor-28 .elementor-element.elementor-element-4fa8ad84{padding:0px 0px 40px 0px;text-align:center;font-family:"Inter", Sans-serif;font-size:16px;line-height:1.75em;color:rgba(91,60,114,0.72);}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-accordion .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-28 .elementor-element.elementor-element-3a5319f0 .elementor-accordion-item{border-width:1px;border-color:rgba(173,33,132,0.18);}.elementor-28 .elementor-element.elementor-element-3a5319f0 .elementor-accordion-item .elementor-tab-content{border-width:1px;border-block-start-color:rgba(173,33,132,0.18);}.elementor-28 .elementor-element.elementor-element-3a5319f0 .elementor-accordion-item .elementor-tab-title.elementor-active{border-width:1px;border-block-end-color:rgba(173,33,132,0.18);}.elementor-28 .elementor-element.elementor-element-3a5319f0 .elementor-accordion-icon, .elementor-28 .elementor-element.elementor-element-3a5319f0 .elementor-accordion-title{color:#371A48;}.elementor-28 .elementor-element.elementor-element-3a5319f0 .elementor-accordion-icon svg{fill:#371A48;}.elementor-28 .elementor-element.elementor-element-3a5319f0 .elementor-accordion-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;}.elementor-28 .elementor-element.elementor-element-3a5319f0 .elementor-tab-title .elementor-accordion-icon i:before{color:rgba(55,26,72,0.40);}.elementor-28 .elementor-element.elementor-element-3a5319f0 .elementor-tab-title .elementor-accordion-icon svg{fill:rgba(55,26,72,0.40);}.elementor-28 .elementor-element.elementor-element-3a5319f0 .elementor-tab-title.elementor-active .elementor-accordion-icon i:before{color:#AD2184;}.elementor-28 .elementor-element.elementor-element-3a5319f0 .elementor-tab-title.elementor-active .elementor-accordion-icon svg{fill:#AD2184;}.elementor-28 .elementor-element.elementor-element-3a5319f0 .elementor-tab-content{color:rgba(55,26,72,0.72);font-family:"Inter", Sans-serif;font-size:14px;}body.elementor-page-28:not(.elementor-motion-effects-element-type-background), body.elementor-page-28 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#080810;}@media(max-width:767px){.elementor-28 .elementor-element.elementor-element-13895779{padding:23px 0px 0px 0px;}.elementor-28 .elementor-element.elementor-element-49503161 .elementor-heading-title{font-size:30px;}.elementor-28 .elementor-element.elementor-element-167f40bb{font-size:15px;}.elementor-28 .elementor-element.elementor-element-6fdd84a5 .elementor-heading-title{font-size:30px;}.elementor-28 .elementor-element.elementor-element-6d0deba9{font-size:15px;}.elementor-28 .elementor-element.elementor-element-7aee560c .elementor-heading-title{font-size:30px;}.elementor-28 .elementor-element.elementor-element-3a7afd29{font-size:15px;}.elementor-28 .elementor-element.elementor-element-3fa462c7 .elementor-heading-title{font-size:26px;}.elementor-28 .elementor-element.elementor-element-4fa8ad84{font-size:15px;}}.elementor .e-div-block-base{min-width:30px;padding:10px;display:block;}.elementor .e-flexbox-base{padding:10px;display:flex;flex-direction:row;}.elementor .e-tabs-base{padding-block-start:0px;display:flex;flex-direction:column;gap:30px;}.elementor .e-tabs-menu-base{display:flex;justify-content:center;}.elementor .e-tab-base{width:160px;color:#0C0D0E;cursor:pointer;padding:8px;border-width:2px;border-color:#E0E0E0;border-style:solid;background-color:#FFFFFF;display:block;}.elementor .e-tab-base.e--selected{border-color:#0C0D0E;outline-width:0px;}.elementor .e-tab-base:focus{border-color:#0C0D0E;outline-width:0px;}.elementor .e-tab-base:hover,.elementor .e-tab-base:focus-visible{background-color:#E0E0E0;}.elementor .e-tabs-content-area-base{display:block;}.elementor .e-tab-content-base{min-width:30px;padding:10px;display:block;}.elementor .e-form-base{padding:20px;display:flex;flex-direction:row;gap:10px;flex-wrap:wrap;align-content:start;align-items:flex-start;}.elementor .e-form-base .e-form-checkbox-row{padding:0px;gap:8px;align-items:center;}.elementor .e-form-success-message-base{font-size:12px;color:#2F532E;text-align:center;padding:12px;background-color:#D4E9D6;display:none;}.elementor .e-form-error-message-base{font-size:12px;color:#870000;text-align:center;padding:12px;background-color:#ffdede;display:none;}.elementor .e-heading-base{margin:0px;}.elementor .e-heading-link-base{all:unset;cursor:pointer;}.elementor .e-image-link-base{width:fit-content;display:inherit;}.elementor .e-image-base{display:block;}.elementor .e-paragraph-base{margin:0px;}.elementor .e-paragraph-link-base{all:unset;cursor:pointer;}.elementor .e-svg-base{width:65px;height:65px;display:inline-block;}.elementor .e-button-base{text-align:center;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;border-radius:2px;border-width:0px;background-color:#375EFB;display:inline-block;}.elementor .e-youtube-base{overflow:hidden;aspect-ratio:16/9;}.elementor .e-divider-base{height:1px;border-width:0px;border-color:transparent;border-style:none;background-color:#000;}.elementor .e-self-hosted-video-base{max-width:100vw;aspect-ratio:16/9;display:inline-block;}.elementor .e-form-input-base{height:36px;font-size:12px;border-radius:0px;border-color:#D6D5D5;}.elementor .e-form-input-base:focus{border-color:#706F6F;outline-style:none;}.elementor .e-form-input-base::placeholder{color:#9DA5AE;}.elementor .e-form-label-base{font-size:14px;color:#0c0d0e;}.elementor .e-form-textarea-base{font-size:12px;border-radius:0px;border-color:#D6D5D5;}.elementor .e-form-textarea-base:focus{border-color:#706F6F;outline-style:none;}.elementor .e-form-textarea-base::placeholder{color:#9DA5AE;}.elementor .e-form-submit-button-base{color:#fff;padding-block-start:10px;padding-block-end:10px;padding-inline-start:28px;padding-inline-end:30px;border-radius:0px;border-width:0px;background-color:#000;display:flex;justify-content:center;align-items:center;}.elementor .e-form-submit-button-base:hover,.elementor .e-form-submit-button-base:focus-visible{background-color:#323232;}
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */



	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */


/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */


:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--theme-palette-1: var(--global-palette1);--wp--preset--color--theme-palette-2: var(--global-palette2);--wp--preset--color--theme-palette-3: var(--global-palette3);--wp--preset--color--theme-palette-4: var(--global-palette4);--wp--preset--color--theme-palette-5: var(--global-palette5);--wp--preset--color--theme-palette-6: var(--global-palette6);--wp--preset--color--theme-palette-7: var(--global-palette7);--wp--preset--color--theme-palette-8: var(--global-palette8);--wp--preset--color--theme-palette-9: var(--global-palette9);--wp--preset--color--theme-palette-10: var(--global-palette10);--wp--preset--color--theme-palette-11: var(--global-palette11);--wp--preset--color--theme-palette-12: var(--global-palette12);--wp--preset--color--theme-palette-13: var(--global-palette13);--wp--preset--color--theme-palette-14: var(--global-palette14);--wp--preset--color--theme-palette-15: var(--global-palette15);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: var(--global-font-size-small);--wp--preset--font-size--medium: var(--global-font-size-medium);--wp--preset--font-size--large: var(--global-font-size-large);--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--larger: var(--global-font-size-larger);--wp--preset--font-size--xxlarge: var(--global-font-size-xxlarge);--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */


/* Kadence Base CSS */
:root{--global-palette1:#2B6CB0;--global-palette2:#215387;--global-palette3:#1A202C;--global-palette4:#2D3748;--global-palette5:#4A5568;--global-palette6:#718096;--global-palette7:#EDF2F7;--global-palette8:#F7FAFC;--global-palette9:#ffffff;--global-palette10:oklch(from var(--global-palette1) calc(l + 0.10 * (1 - l)) calc(c * 1.00) calc(h + 180) / 100%);--global-palette11:#13612e;--global-palette12:#1159af;--global-palette13:#b82105;--global-palette14:#f7630c;--global-palette15:#f5a524;--global-palette9rgb:255, 255, 255;--global-palette-highlight:var(--global-palette1);--global-palette-highlight-alt:var(--global-palette2);--global-palette-highlight-alt2:var(--global-palette9);--global-palette-btn-bg:var(--global-palette1);--global-palette-btn-bg-hover:var(--global-palette2);--global-palette-btn:var(--global-palette9);--global-palette-btn-hover:var(--global-palette9);--global-palette-btn-sec-bg:var(--global-palette7);--global-palette-btn-sec-bg-hover:var(--global-palette2);--global-palette-btn-sec:var(--global-palette3);--global-palette-btn-sec-hover:var(--global-palette9);--global-body-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--global-heading-font-family:inherit;--global-primary-nav-font-family:Inter, sans-serif;--global-fallback-font:sans-serif;--global-display-fallback-font:sans-serif;--global-content-width:1290px;--global-content-wide-width:calc(1290px + 230px);--global-content-narrow-width:842px;--global-content-edge-padding:1.5rem;--global-content-boxed-padding:2rem;--global-calc-content-width:calc(1290px - var(--global-content-edge-padding) - var(--global-content-edge-padding) );--wp--style--global--content-size:var(--global-calc-content-width);}.wp-site-blocks{--global-vw:calc( 100vw - ( 0.5 * var(--scrollbar-offset)));}:root body.kadence-elementor-colors{--e-global-color-kadence1:var(--global-palette1);--e-global-color-kadence2:var(--global-palette2);--e-global-color-kadence3:var(--global-palette3);--e-global-color-kadence4:var(--global-palette4);--e-global-color-kadence5:var(--global-palette5);--e-global-color-kadence6:var(--global-palette6);--e-global-color-kadence7:var(--global-palette7);--e-global-color-kadence8:var(--global-palette8);--e-global-color-kadence9:var(--global-palette9);--e-global-color-kadence10:var(--global-palette10);--e-global-color-kadence11:var(--global-palette11);--e-global-color-kadence12:var(--global-palette12);--e-global-color-kadence13:var(--global-palette13);--e-global-color-kadence14:var(--global-palette14);--e-global-color-kadence15:var(--global-palette15);}body{background:var(--global-palette8);}body, input, select, optgroup, textarea{font-weight:400;font-size:17px;line-height:1.6;font-family:var(--global-body-font-family);color:var(--global-palette4);}.content-bg, body.content-style-unboxed .site{background:var(--global-palette9);}h1,h2,h3,h4,h5,h6{font-family:var(--global-heading-font-family);}h1{font-weight:700;font-size:32px;line-height:1.5;color:var(--global-palette3);}h2{font-weight:700;font-size:28px;line-height:1.5;color:var(--global-palette3);}h3{font-weight:700;font-size:24px;line-height:1.5;color:var(--global-palette3);}h4{font-weight:700;font-size:22px;line-height:1.5;color:var(--global-palette4);}h5{font-weight:700;font-size:20px;line-height:1.5;color:var(--global-palette4);}h6{font-weight:700;font-size:18px;line-height:1.5;color:var(--global-palette5);}.entry-hero .kadence-breadcrumbs{max-width:1290px;}.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .comments-area, .alignfull > .wp-block-cover__inner-container, .alignwide > .wp-block-cover__inner-container{max-width:var(--global-content-width);}.content-width-narrow .content-container.site-container, .content-width-narrow .hero-container.site-container{max-width:var(--global-content-narrow-width);}@media all and (min-width: 1520px){.wp-site-blocks .content-container  .alignwide{margin-left:-115px;margin-right:-115px;width:unset;max-width:unset;}}@media all and (min-width: 1102px){.content-width-narrow .wp-site-blocks .content-container .alignwide{margin-left:-130px;margin-right:-130px;width:unset;max-width:unset;}}.content-style-boxed .wp-site-blocks .entry-content .alignwide{margin-left:calc( -1 * var( --global-content-boxed-padding ) );margin-right:calc( -1 * var( --global-content-boxed-padding ) );}.content-area{margin-top:5rem;margin-bottom:5rem;}@media all and (max-width: 1024px){.content-area{margin-top:3rem;margin-bottom:3rem;}}@media all and (max-width: 767px){.content-area{margin-top:2rem;margin-bottom:2rem;}}@media all and (max-width: 1024px){:root{--global-content-boxed-padding:2rem;}}@media all and (max-width: 767px){:root{--global-content-boxed-padding:1.5rem;}}.entry-content-wrap{padding:2rem;}@media all and (max-width: 1024px){.entry-content-wrap{padding:2rem;}}@media all and (max-width: 767px){.entry-content-wrap{padding:1.5rem;}}.entry.single-entry{box-shadow:0px 15px 15px -10px rgba(0,0,0,0.05);}.entry.loop-entry{box-shadow:0px 15px 15px -10px rgba(0,0,0,0.05);}.loop-entry .entry-content-wrap{padding:2rem;}@media all and (max-width: 1024px){.loop-entry .entry-content-wrap{padding:2rem;}}@media all and (max-width: 767px){.loop-entry .entry-content-wrap{padding:1.5rem;}}button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .fl-button, .elementor-button-wrapper .elementor-button, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit{box-shadow:0px 0px 0px -7px rgba(0,0,0,0);}button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:active, .wc-block-cart__submit:hover{box-shadow:0px 15px 25px -7px rgba(0,0,0,0.1);}.kb-button.kb-btn-global-outline.kb-btn-global-inherit{padding-top:calc(px - 2px);padding-right:calc(px - 2px);padding-bottom:calc(px - 2px);padding-left:calc(px - 2px);}@media all and (min-width: 1025px){.transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}@media all and (max-width: 1024px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}@media all and (max-width: 767px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}.entry-hero.page-hero-section .entry-header{min-height:200px;}
/* Kadence Header CSS */
@media all and (max-width: 1024px){.mobile-transparent-header #masthead{position:absolute;left:0px;right:0px;z-index:100;}.kadence-scrollbar-fixer.mobile-transparent-header #masthead{right:var(--scrollbar-offset,0);}.mobile-transparent-header #masthead, .mobile-transparent-header .site-top-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-main-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent;}.site-header-row-tablet-layout-fullwidth, .site-header-row-tablet-layout-standard{padding:0px;}}@media all and (min-width: 1025px){.transparent-header #masthead{position:absolute;left:0px;right:0px;z-index:100;}.transparent-header.kadence-scrollbar-fixer #masthead{right:var(--scrollbar-offset,0);}.transparent-header #masthead, .transparent-header .site-top-header-wrap .site-header-row-container-inner, .transparent-header .site-main-header-wrap .site-header-row-container-inner, .transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent;}}.site-branding a.brand img{max-width:112px;}.site-branding a.brand img.svg-logo-image{width:112px;}@media all and (max-width: 1024px){.site-branding a.brand img{max-width:102px;}.site-branding a.brand img.svg-logo-image{width:102px;}}@media all and (max-width: 767px){.site-branding a.brand img{max-width:87px;}.site-branding a.brand img.svg-logo-image{width:87px;}}.site-branding{padding:0px 15px 0px 0px;}#masthead, #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap), #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner{background:#ffffff;}.site-main-header-wrap .site-header-row-container-inner{background:linear-gradient(264deg,rgb(56,17,94) 27%,rgb(12,2,9) 95%);}.site-main-header-inner-wrap{min-height:80px;}#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.item-hidden-above):not(.site-main-header-wrap), #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner{background:linear-gradient(265deg,rgb(98,21,121) 0%,rgba(6,10,26,0.9) 100%);}.site-main-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-fixed.item-is-stuck, .site-header-upper-inner-wrap.kadence-sticky-header.item-is-fixed.item-is-stuck, .site-header-inner-wrap.kadence-sticky-header.item-is-fixed.item-is-stuck, .site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-fixed.item-is-stuck, .site-bottom-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-fixed.item-is-stuck{box-shadow:0px 0px 0px 0px rgba(0,0,0,0);}.header-navigation[class*="header-navigation-style-underline"] .header-menu-container.primary-menu-container>ul>li>a:after{width:calc( 100% - 1.32em);}.main-navigation .primary-menu-container > ul > li.menu-item > a{padding-left:calc(1.32em / 2);padding-right:calc(1.32em / 2);padding-top:0.6em;padding-bottom:0.6em;color:#c4bbd3;}.main-navigation .primary-menu-container > ul > li.menu-item .dropdown-nav-special-toggle{right:calc(1.32em / 2);}.main-navigation .primary-menu-container > ul li.menu-item > a{font-style:normal;font-weight:500;font-size:15px;font-family:var(--global-primary-nav-font-family);}.main-navigation .primary-menu-container > ul > li.menu-item > a:hover{color:var(--global-palette9);}.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a{color:#c4bbd3;background:rgba(139,76,247,0.1);}.header-navigation .header-menu-container ul ul.sub-menu, .header-navigation .header-menu-container ul ul.submenu{background:var(--global-palette3);box-shadow:0px 2px 13px 0px rgba(0,0,0,0.1);}.header-navigation .header-menu-container ul ul li.menu-item, .header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul > li.menu-item > a{border-bottom:1px solid rgba(255,255,255,0.1);border-radius:0px 0px 0px 0px;}.header-navigation .header-menu-container ul ul li.menu-item > a{width:200px;padding-top:1em;padding-bottom:1em;color:var(--global-palette8);font-size:12px;}.header-navigation .header-menu-container ul ul li.menu-item > a:hover{color:var(--global-palette9);background:var(--global-palette4);border-radius:0px 0px 0px 0px;}.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a{color:var(--global-palette9);background:var(--global-palette4);border-radius:0px 0px 0px 0px;}.mobile-toggle-open-container .menu-toggle-open, .mobile-toggle-open-container .menu-toggle-open:focus{color:var(--global-palette5);padding:0.4em 0.6em 0.4em 0.6em;font-size:14px;}.mobile-toggle-open-container .menu-toggle-open.menu-toggle-style-bordered{border:1px solid currentColor;}.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon{font-size:20px;}.mobile-toggle-open-container .menu-toggle-open:hover, .mobile-toggle-open-container .menu-toggle-open:focus-visible{color:var(--global-palette-highlight);}.mobile-navigation ul li{font-size:14px;}.mobile-navigation ul li a{padding-top:1em;padding-bottom:1em;}.mobile-navigation ul li > a, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap{color:var(--global-palette8);}.mobile-navigation ul li.current-menu-item > a, .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap{color:var(--global-palette-highlight);}.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, .mobile-navigation ul li:not(.menu-item-has-children) a{border-bottom:1px solid rgba(255,255,255,0.1);}.mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button{border-left:1px solid rgba(255,255,255,0.1);}#mobile-drawer .drawer-header .drawer-toggle{padding:0.6em 0.15em 0.6em 0.15em;font-size:24px;}
/* Kadence Footer CSS */
#colophon{background:linear-gradient(180deg,rgb(0,0,0) 0%,rgb(0,0,0) 100%);}.site-middle-footer-wrap .site-footer-row-container-inner{font-style:normal;font-weight:300;font-size:15px;font-family:Inter, sans-serif;color:var(--global-palette9);}.site-footer .site-middle-footer-wrap a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){color:var(--global-palette8);}.site-middle-footer-inner-wrap{padding-top:30px;padding-bottom:30px;grid-column-gap:30px;grid-row-gap:30px;}.site-middle-footer-inner-wrap .widget{margin-bottom:30px;}.site-middle-footer-inner-wrap .widget-area .widget-title{font-style:normal;font-weight:500;font-size:16px;font-family:Inter, sans-serif;text-transform:capitalize;color:var(--global-palette8);}.site-middle-footer-inner-wrap .site-footer-section:not(:last-child):after{right:calc(-30px / 2);}.site-bottom-footer-inner-wrap{padding-top:30px;padding-bottom:30px;grid-column-gap:30px;}.site-bottom-footer-inner-wrap .widget{margin-bottom:30px;}.site-bottom-footer-inner-wrap .site-footer-section:not(:last-child):after{right:calc(-30px / 2);}#colophon .footer-html{font-style:normal;font-weight:200;font-size:15px;font-family:Inter, sans-serif;color:var(--global-palette9);}#colophon .site-footer-row-container .site-footer-row .footer-html a{color:var(--global-palette9);}#colophon .site-footer-row-container .site-footer-row .footer-html a:hover{color:var(--global-palette9);}
/*# sourceURL=kadence-global-inline-css */


.e-heading-base a, .e-paragraph-base a { all: unset; cursor: pointer; }form[data-element_type="e-form"].form-state-success [data-element_type="e-form-success-message"],form[data-element_type="e-form"].form-state-error [data-element_type="e-form-error-message"]{ display: block; }
.e-form-textarea-base:not([data-resizable]) { resize: none; } .e-form-submit-button-base { cursor: pointer; box-sizing: border-box; }
/*# sourceURL=elementor-frontend-inline-css */


				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			

#hw3-W{--bg:#F5F6FB;--card:#FFFFFF;--blue:#6B21A8;--primary:#AD2184;--accent:#D44A8A;--green:#16A34A;--muted:rgba(26,12,40,.50);--subtle:rgba(26,12,40,.18);--border:rgba(173,33,132,.18);color:#1A0C28;font-family:'Inter',sans-serif;background:var(--bg);display:block;position:relative;overflow:hidden;}
#hw3-W *{margin:0;padding:0;box-sizing:border-box;}
#hw3-W a{text-decoration:none;}

/* BG orbs */
#hw3-W .bg-orb{position:absolute;border-radius:50%;pointer-events:none;z-index:0;}
#hw3-W .bg-orb-1{width:700px;height:700px;top:-200px;left:-200px;background:radial-gradient(ellipse,rgba(173,33,132,.06) 0%,transparent 70%);}
#hw3-W .bg-orb-2{width:600px;height:600px;bottom:-100px;right:-100px;background:radial-gradient(ellipse,rgba(107,33,168,.05) 0%,transparent 70%);}

/* ── HERO TOP ────────────────────────────────────── */
#hw3-W .hw3-top{position:relative;z-index:2;max-width:760px;margin:0 auto;text-align:center;padding:90px 24px 40px;}

/* Badge terminal */
#hw3-W .hw3-pill{display:inline-flex;align-items:center;gap:0;background:rgba(8,8,22,0.85);border:1px solid rgba(92,110,255,0.3);border-radius:10px;padding:10px 16px;margin-bottom:26px;font-family:'JetBrains Mono','Courier New',monospace;font-size:13px;min-width:280px;justify-content:flex-start;backdrop-filter:blur(8px);box-shadow:0 0 0 1px rgba(92,110,255,0.08),0 8px 32px rgba(0,0,0,.4);}
#hw3-W .hw3-pill-prompt{color:var(--green);font-weight:700;margin-right:8px;flex-shrink:0;}
#hw3-W .hw3-pill-text{color:#fff;font-weight:400;}
#hw3-W .hw3-pill-text.answer{background:linear-gradient(120deg,#7B8FFF,#EE498B);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;}
#hw3-W .hw3-pill-cursor{display:inline-block;width:7px;height:14px;background:var(--green);margin-left:3px;border-radius:1px;animation:blink-cursor .9s step-end infinite;flex-shrink:0;vertical-align:middle;}
#hw3-W .hw3-pill-cursor.answer-cursor{background:#EE498B;}
@keyframes blink-cursor{0%,100%{opacity:1}50%{opacity:0}}

#hw3-W .hw3-pdot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:hw3pulse 2s infinite;}
@keyframes hw3pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}

#hw3-W h1{font-family:'Poppins',sans-serif;font-size:clamp(2.5rem,4.2vw,3.8rem);font-weight:800;line-height:1.09;margin-bottom:20px;color:#fff;}
#hw3-W .h3-g1{background:linear-gradient(120deg,#5C6EFF,#7B3EE4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
#hw3-W .h3-g2{background:linear-gradient(120deg,#EE498B,#7B3EE4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}

#hw3-W .hw3-sub{color:#fff;font-size:17px;line-height:1.75;margin-bottom:34px;max-width:580px;margin-left:auto;margin-right:auto;}
#hw3-W .hw3-btns{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-bottom:36px;}
#hw3-W .hw3-bp{display:inline-block;padding:11px 24px;background:linear-gradient(135deg,#AD2184 0%,#7B1FD4 100%);border-radius:100px;font-family:'Poppins',sans-serif;font-weight:600;font-size:13px;color:#1A0C28 !important;transition:opacity .3s,transform .3s;box-shadow:0 6px 20px rgba(173,33,132,.28);}
#hw3-W .hw3-bp:hover{opacity:.88;transform:translateY(-2px);}
#hw3-W .hw3-bg{display:inline-block;padding:11px 22px;background:transparent;border:1px solid rgba(173,33,132,.28);border-radius:100px;font-family:'Poppins',sans-serif;font-weight:500;font-size:13px;color:rgba(26,12,40,.70) !important;transition:border-color .3s,color .3s;}
#hw3-W .hw3-bg:hover{border-color:rgba(92,110,255,.55);color:#1A0C28 !important;}

/* ── CAS D'USAGES SELECTOR ───────────────────────── */
#hw3-W .hw3-cases-wrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:12px;padding:0 24px 40px;}
#hw3-W .hw3-cases-label{display:inline-flex;align-items:center;gap:0;background:rgba(8,8,22,0.85);border:1px solid rgba(92,110,255,0.3);border-radius:8px;padding:8px 14px;font-family:'JetBrains Mono','Courier New',monospace;font-size:12px;backdrop-filter:blur(8px);box-shadow:0 0 0 1px rgba(92,110,255,0.08);}
#hw3-W .hw3-cases-label-prompt{color:var(--green);font-weight:700;margin-right:7px;flex-shrink:0;}
#hw3-W .hw3-cases-label-text{color:#fff;font-weight:400;}
#hw3-W .hw3-cases-label-text.answer{background:linear-gradient(120deg,#7B8FFF,#EE498B);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;}
#hw3-W .hw3-cases-label-cursor{display:inline-block;width:6px;height:12px;background:var(--green);margin-left:3px;border-radius:1px;animation:blink-cursor .9s step-end infinite;flex-shrink:0;vertical-align:middle;}
#hw3-W .hw3-cases-label-cursor.answer{background:#EE498B;}
#hw3-W .hw3-cases-scroll{position:relative;max-width:100%;}
#hw3-W .hw3-cases{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;}
#hw3-W .hw3-case{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;background:rgba(26,12,40,.04);border:1px solid rgba(173,33,132,.12);border-radius:10px;font-family:'Poppins',sans-serif;font-size:12px;font-weight:600;color:rgba(255,255,255,.5);cursor:pointer;transition:all .22s;white-space:nowrap;}
#hw3-W .hw3-case:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:rgba(255,255,255,.85);}
#hw3-W .hw3-case.active{background:linear-gradient(135deg,rgba(173,33,132,.22),rgba(107,33,168,.18));border-color:rgba(173,33,132,.45);color:#fff;box-shadow:0 2px 14px rgba(92,110,255,.18);}
#hw3-W .hw3-case-ico{font-size:15px;}

/* ── TICKER LIVE ─────────────────────────────────── */
#hw3-W .hw3-ticker{font-family:'JetBrains Mono',monospace;font-size:10px;color:var(--green);padding:2px 9px;background:rgba(61,220,132,.08);border:1px solid rgba(61,220,132,.2);border-radius:100px;transition:opacity .2s;}

/* ── CHART SIMULATION ────────────────────────────── */
#hw3-W .hw3-chart{position:relative;z-index:2;padding:14px 24px 8px;border-bottom:1px solid var(--border);}
#hw3-W .hw3-chart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;}
#hw3-W .hw3-chart-title{font-family:'Poppins',sans-serif;font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);}
#hw3-W .hw3-chart-badge{font-family:'Poppins',sans-serif;font-size:9.5px;font-weight:700;color:var(--green);background:rgba(61,220,132,.1);border:1px solid rgba(61,220,132,.2);border-radius:100px;padding:2px 11px;}
#hw3-W .hw3-csvg{width:100%;height:68px;overflow:visible;}
#hw3-W .hw3-cline-a{fill:none;stroke:#3DDC84;stroke-width:2.2;stroke-linecap:round;stroke-dasharray:820;stroke-dashoffset:820;transition:stroke-dashoffset 2.2s .4s cubic-bezier(.4,0,.2,1);}
#hw3-W .hw3-cline-a.drawn{stroke-dashoffset:0;}
#hw3-W .hw3-carea{opacity:0;transition:opacity .9s 1.1s;}
#hw3-W .hw3-carea.drawn{opacity:1;}
#hw3-W .hw3-cdot{opacity:0;transition:opacity .3s 2.4s;}
#hw3-W .hw3-cdot.drawn{opacity:1;animation:hw3dp 2.2s ease-in-out infinite;}
@keyframes hw3dp{0%,100%{r:4;opacity:1}50%{r:6.5;opacity:.45}}
#hw3-W .hw3-cscan{position:absolute;top:0;left:-100%;width:25%;height:100%;background:linear-gradient(90deg,transparent,rgba(92,110,255,.04),transparent);animation:hw3scan 4s linear infinite;pointer-events:none;}
@keyframes hw3scan{to{left:130%;}}

/* ── DASHBOARD WRAP ──────────────────────────────── */
#hw3-W .hw3-dw{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:0 24px 32px;}
#hw3-W .hw3-dglow{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);width:900px;height:500px;border-radius:50%;background:radial-gradient(ellipse,rgba(92,110,255,.09) 0%,rgba(123,62,228,.06) 40%,transparent 70%);pointer-events:none;z-index:0;}
#hw3-W .hw3-card{position:relative;z-index:1;background:var(--card);border:1px solid rgba(92,110,255,.3);border-radius:20px;overflow:hidden;box-shadow:0 0 0 1px rgba(173,33,132,.12),0 4px 40px rgba(173,33,132,.08),0 16px 48px rgba(26,12,40,.08);transition:opacity .2s;}
#hw3-W .hw3-card.switching{opacity:.5;}
#hw3-W .hw3-card::before{content:'';position:absolute;inset:0;pointer-events:none;z-index:0;background-image:radial-gradient(rgba(92,110,255,.04) 1px,transparent 1px);background-size:26px 26px;}

/* ── TOPBAR ──────────────────────────────────────── */
#hw3-W .hw3-tb{position:relative;z-index:2;display:flex;align-items:center;gap:6px;padding:13px 20px;border-bottom:1px solid var(--border);background:rgba(245,246,251,.95);}
#hw3-W .hw3-d{width:9px;height:9px;border-radius:50%;}
#hw3-W .hw3-dr{background:#FF5F57;}#hw3-W .hw3-dy{background:#FEBC2E;}#hw3-W .hw3-dg{background:#28C840;}
#hw3-W .hw3-client{margin-left:12px;font-family:'Poppins',sans-serif;font-size:11px;font-weight:600;color:rgba(26,12,40,.65);letter-spacing:.05em;}
#hw3-W .hw3-sector{margin-left:8px;padding:2px 9px;background:rgba(92,110,255,.12);border:1px solid rgba(92,110,255,.2);border-radius:100px;font-family:'Poppins',sans-serif;font-size:9px;font-weight:700;color:#5C6EFF;letter-spacing:.1em;text-transform:uppercase;}
#hw3-W .hw3-live{margin-left:auto;display:flex;align-items:center;gap:6px;font-family:'Poppins',sans-serif;font-size:10px;font-weight:700;color:var(--primary);letter-spacing:.1em;}
#hw3-W .hw3-ldot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:hw3pulse 1.8s infinite;}

/* ── STORY SECTION (AVANT / APRÈS) ────────────────── */
#hw3-W .hw3-story{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:0;border-bottom:1px solid var(--border);}
#hw3-W .hw3-side{padding:24px 28px;}
#hw3-W .hw3-side-label{font-family:'Poppins',sans-serif;font-size:9px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin-bottom:14px;display:flex;align-items:center;gap:7px;}
#hw3-W .hw3-side-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;}
#hw3-W .hw3-before .hw3-side-label{color:rgba(255,100,100,.8);}
#hw3-W .hw3-before .hw3-side-dot{background:rgba(255,100,100,.7);}
#hw3-W .hw3-after .hw3-side-label{color:var(--green);}
#hw3-W .hw3-after .hw3-side-dot{background:var(--green);}
#hw3-W .hw3-sitem{display:flex;align-items:flex-start;gap:10px;margin-bottom:9px;font-size:13px;line-height:1.5;}
#hw3-W .hw3-sitem:last-child{margin-bottom:0;}
#hw3-W .hw3-sico{font-size:14px;flex-shrink:0;margin-top:1px;}
#hw3-W .hw3-stxt{color:rgba(26,12,40,.72);}
#hw3-W .hw3-before .hw3-stxt{color:rgba(26,12,40,.42);}
#hw3-W .hw3-after .hw3-stxt{color:rgba(26,12,40,.80);}
#hw3-W .hw3-after .hw3-sico{color:var(--green);}
#hw3-W .hw3-before .hw3-sico{color:rgba(255,100,100,.65);}
#hw3-W .hw3-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 16px;gap:6px;border-left:1px solid var(--border);border-right:1px solid var(--border);align-self:stretch;}
#hw3-W .hw3-arrow-days{font-family:'Poppins',sans-serif;font-size:8.5px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);}

/* ── JOURNAL 24H ─────────────────────────────────── */
#hw3-W .hw3-journal{position:relative;z-index:2;padding:18px 24px;border-bottom:1px solid var(--border);}
#hw3-W .hw3-jhead{display:flex;align-items:center;gap:10px;margin-bottom:12px;}
#hw3-W .hw3-jtitle{font-family:'Poppins',sans-serif;font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);}
#hw3-W .hw3-jlines{display:grid;grid-template-columns:1fr 1fr;gap:5px;}
#hw3-W .hw3-jentry{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:6px;background:rgba(26,12,40,.04);opacity:0;transform:translateY(4px);transition:opacity .4s,transform .4s;}
#hw3-W .hw3-jentry.in{opacity:1;transform:translateY(0);}
#hw3-W .hw3-jtime{font-family:'JetBrains Mono',monospace;font-size:10px;color:var(--muted);flex-shrink:0;width:36px;}
#hw3-W .hw3-jtag{font-family:'Poppins',sans-serif;font-size:8px;font-weight:700;letter-spacing:.1em;padding:2px 7px;border-radius:100px;flex-shrink:0;}
#hw3-W .hw3-jtag-agent{background:rgba(107,33,168,.15);color:#6B21A8;}
#hw3-W .hw3-jtag-crm{background:rgba(173,33,132,.15);color:#AD2184;}
#hw3-W .hw3-jtag-email{background:rgba(238,73,139,.18);color:#EE498B;}
#hw3-W .hw3-jtag-rdv{background:rgba(61,220,132,.18);color:#3DDC84;}
#hw3-W .hw3-jtag-rapport{background:rgba(254,188,46,.15);color:#FEBC2E;}
#hw3-W .hw3-jtag-sms{background:rgba(238,73,139,.18);color:#EE498B;}
#hw3-W .hw3-jdesc{font-size:11.5px;color:rgba(26,12,40,.65);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#hw3-W .hw3-jok{font-size:11px;color:var(--green);flex-shrink:0;}

/* ── BOTTOM KPIS ─────────────────────────────────── */
#hw3-W .hw3-kpis{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);}
#hw3-W .hw3-kpi{background:var(--card);padding:18px 20px;text-align:center;}
#hw3-W .hw3-kval{display:block;font-family:'Poppins',sans-serif;font-size:clamp(1.7rem,2.5vw,2.2rem);font-weight:800;line-height:1;margin-bottom:5px;}
#hw3-W .hw3-k1{color:#6B21A8;}#hw3-W .hw3-k2{color:#3DDC84;}#hw3-W .hw3-k3{color:#AD2184;}#hw3-W .hw3-k4{color:#9B59D4;}
#hw3-W .hw3-klbl{font-family:'Poppins',sans-serif;font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);}

/* ── BIG HERO NUMBER ─────────────────────────────── */
#hw3-W .hw3-bignum{position:relative;z-index:2;display:flex;align-items:center;gap:18px;padding:18px 24px;border-bottom:1px solid var(--border);}
#hw3-W .hw3-bn-val{font-family:'Poppins',sans-serif;font-size:clamp(1.9rem,2.8vw,2.6rem);font-weight:800;line-height:1;}
#hw3-W .hw3-bn-lbl{font-family:'Inter',sans-serif;font-size:11.5px;color:var(--muted);line-height:1.4;margin-top:4px;}
#hw3-W .hw3-bn-divider{width:1px;height:44px;background:var(--border);flex-shrink:0;}
#hw3-W .hw3-bn-offer{margin-left:auto;font-family:'Poppins',sans-serif;font-size:9px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:4px 12px;border-radius:100px;white-space:nowrap;border:1px solid;}
#hw3-W .hw3-bn-offer-presence{color:#6B21A8;background:rgba(107,33,168,.1);border-color:rgba(107,33,168,.25);}
#hw3-W .hw3-bn-offer-clarity{color:#AD2184;background:rgba(173,33,132,.12);border-color:rgba(173,33,132,.3);}
#hw3-W .hw3-bn-offer-ads{color:#EE498B;background:rgba(238,73,139,.1);border-color:rgba(238,73,139,.25);}

/* ── SIM CTA ─────────────────────────────────────── */
#hw3-W .hw3-sim-cta{position:relative;z-index:2;text-align:center;padding:32px 24px 80px;}
#hw3-W .hw3-sim-note{font-family:'Inter',sans-serif;font-size:12px;color:var(--subtle);margin-bottom:20px;}
#hw3-W .hw3-sim-btn{display:inline-block;padding:16px 44px;background:linear-gradient(135deg,#AD2184 0%,#7B1FD4 100%);border-radius:100px;font-family:'Poppins',sans-serif;font-weight:700;font-size:15px;color:#1A0C28 !important;box-shadow:0 8px 36px rgba(173,33,132,.30);transition:opacity .3s,transform .3s;}
#hw3-W .hw3-sim-btn:hover{opacity:.88;transform:translateY(-2px);}

/* ── RESPONSIVE ────────────────────────────────────*/
@media(max-width:860px){
  #hw3-W .hw3-story{grid-template-columns:1fr;}
  #hw3-W .hw3-arrow{display:none;}
  #hw3-W .hw3-after{border-top:1px solid var(--border);}
  #hw3-W .hw3-jlines{grid-template-columns:1fr;}
  #hw3-W .hw3-kpis{grid-template-columns:repeat(2,1fr);}
  #hw3-W .hw3-side{padding:18px 20px;}
  #hw3-W .hw3-bignum{gap:12px;padding:14px 18px;}
  #hw3-W .hw3-dw{padding:0 16px 28px;}
}
@media(max-width:640px){
  #hw3-W .hw3-cases-wrap{padding:0 0 32px;}
  #hw3-W .hw3-case{padding:8px 12px;font-size:11px;}
}
@media(max-width:540px){
  #hw3-W .hw3-top{padding:60px 20px 28px;}
  #hw3-W h1{font-size:clamp(1.85rem,7.5vw,2.4rem);}
  #hw3-W .hw3-sub{font-size:15px;}
  #hw3-W .hw3-bp,#hw3-W .hw3-bg{font-size:13px;padding:12px 22px;}
  #hw3-W .hw3-tb{padding:10px 14px;gap:4px;}
  #hw3-W .hw3-client{font-size:9.5px;margin-left:6px;}
  #hw3-W .hw3-live-txt{display:none;}
  #hw3-W .hw3-ticker{font-size:9px;padding:2px 7px;}
  #hw3-W .hw3-bignum{flex-wrap:wrap;gap:6px 12px;padding:12px 14px;}
  #hw3-W .hw3-bn-val{font-size:clamp(1.5rem,7vw,1.9rem);}
  #hw3-W .hw3-bn-divider{display:none;}
  #hw3-W .hw3-bn-offer{margin-left:0;}
  #hw3-W .hw3-side{padding:14px 14px;}
  #hw3-W .hw3-sitem{font-size:12px;gap:8px;}
  #hw3-W .hw3-chart{padding:10px 14px 6px;}
  #hw3-W .hw3-journal{padding:14px 14px;}
  #hw3-W .hw3-jdesc{font-size:10.5px;}
  #hw3-W .hw3-jtime{font-size:9px;width:30px;}
  #hw3-W .hw3-kpis{grid-template-columns:1fr 1fr;}
  #hw3-W .hw3-kpi{padding:14px 12px;}
  #hw3-W .hw3-kval{font-size:clamp(1.35rem,5.5vw,1.75rem);}
  #hw3-W .hw3-klbl{font-size:7.5px;}
  #hw3-W .hw3-dw{padding:0 12px 20px;}
  #hw3-W .hw3-sim-cta{padding:20px 20px 56px;}
  #hw3-W .hw3-sim-btn{font-size:14px;padding:14px 28px;}
}

/* ── OVERRIDES POWABU ASTRO ── */

/* CTAs texte blanc */
#hw3-W .hw3-bp,
#hw3-W .hw3-sim-btn,
.hw3-bp,
.hw3-sim-btn {
  color: #ffffff !important;
}

/* Boutons Elementor gradient → texte blanc */
.elementor-button,
.elementor-button-wrapper .elementor-button {
  color: #ffffff !important;
}

/* ── OVERRIDES FINAUX ── */

/* Tous les CTAs → texte blanc */
#hw3-W .hw3-bp,
#hw3-W .hw3-sim-btn,
.hw3-bp,
.hw3-sim-btn,
a[style*="linear-gradient"],
a[style*="background: linear"],
a[style*="background:linear"] {
  color: #ffffff !important;
}
