@charset "UTF-8";:root{--container-width: 1150px;--container-padding: 1rem;--grid-gutter: 2rem;--section-padding-mobile: 1.25rem;--section-padding-tablet: 2.5rem;--section-padding-desktop: 5rem}:root{--font-family-base: "Plus Jakarta Sans", sans-serif}:root{--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-h5: 1.25rem;--font-size-h4: 1.25rem;--font-size-h3: 1.5rem;--font-size-h2: 3.5rem;--font-size-h1: 4rem}:root{--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-14: 3.5rem;--space-15: 3.75rem;--space-16: 4rem;--space-18: 4.5rem;--space-20: 5rem;--space-22: 5.5rem;--space-24: 6rem;--space-28: 7rem;--space-30: 7.5rem;--space-32: 8rem;--space-38: 9.5rem}:root{--color-white: #fff;--color-black: #101010;--color-dark-purple: #0F2066;--color-orange: #B68F16;--color-orange-light-bg: #F6F3E6;--color-beige-bg: #ECE7D2}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;height:100%}body{min-height:100%;background-color:var(--color-bg-body)}ul,ol{list-style:none;padding:0}img{display:block;width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}input,textarea,select{font:inherit;color:inherit}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html{font-size:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family-base),serif;font-size:var(--font-size-base);line-height:1.5;color:var(--color-dark-purple)}span,p{color:var(--color-dark-purple)}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-base),serif;margin:0;line-height:1.3;font-weight:700;color:var(--color-dark-purple)}h1{font-size:36px;letter-spacing:0}@media (min-width: 768px){h1{font-size:var(--font-size-h1);letter-spacing:-2.56px}}h2{font-size:28px;letter-spacing:0}@media (min-width: 768px){h2{font-size:var(--font-size-h2);letter-spacing:-1.68px}}h3{font-size:20px;letter-spacing:-.6px}@media (min-width: 768px){h3{font-size:var(--font-size-h3);letter-spacing:-.72px}}h4{font-size:var(--font-size-h4)}p{font-size:18px;margin:0;line-height:142%;font-weight:500}a{text-decoration:none}.btn{display:inline-flex;font-size:16px;font-weight:700;line-height:142%;color:var(--color-dark-purple);padding:16px 32px;gap:14px;border-radius:8px;background:radial-gradient(ellipse at 0% 0%,#ffe7a0,#d6b03e);box-shadow:0 -2px 1px #00000014 inset;justify-content:center;align-items:center}.btn:after{content:"";display:block;width:20px;height:20px;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.16675%2010H15.8334'%20stroke='%230F2066'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10%204.16675L15.8333%2010.0001L10%2015.8334'%20stroke='%230F2066'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.16675%2010H15.8334'%20stroke='%230F2066'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10%204.16675L15.8333%2010.0001L10%2015.8334'%20stroke='%230F2066'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.btn:hover{opacity:.8}.btn--secondary{background:var(--color-white);color:var(--color-dark-purple)}.top-bar{background:var(--color-dark-purple);padding:10px 0}@media (max-width: 991px){.top-bar{display:none}}.top-bar__container{display:flex;align-items:center;justify-content:space-between;gap:20px}.top-bar__text{font-size:14px;font-weight:500;color:var(--color-white)}.top-bar__phone{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--color-white);text-decoration:none;white-space:nowrap}.top-bar__phone span{color:var(--color-white)}.top-bar__phone:hover{opacity:.8}.top-bar__phone-icon{width:16px;height:16px;flex-shrink:0}.site-header{position:relative;width:100%;z-index:100;background:var(--color-white);border-top:3px solid var(--color-dark-purple);border-bottom:1px solid #e5e5e5}@media (max-width: 991px){.site-header{border-top:none}}.site-header__container{display:flex;align-items:center;justify-content:space-between;padding:15px 0}.site-header__branding{display:flex;align-items:center;flex-shrink:0}@media (max-width: 991px){.site-header__branding{flex:1;justify-content:center}}.site-header__branding img,.site-header__branding .custom-logo{max-width:210px;height:auto}@media (max-width: 991px){.site-header__branding img,.site-header__branding .custom-logo{max-width:150px}}.site-header__mobile-phone{display:none}@media (max-width: 991px){.site-header__mobile-phone{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;border:1px solid #ECE7D2;background:#f8f6eea3;text-decoration:none;flex-shrink:0}.site-header__mobile-phone svg{width:20px;height:20px;color:var(--color-gold-dark)}}.main-navigation{display:flex;align-items:center}@media (max-width: 991px){.main-navigation{display:none}}.main-navigation ul{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.main-navigation li{position:relative;margin:0}.main-navigation li.menu-item-has-children>a{display:flex;align-items:center;gap:6px}.main-navigation li.menu-item-has-children>a:after{content:"";width:16px;height:16px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;transition:transform .2s ease;border:none}.main-navigation li.menu-item-has-children:hover>a:after{transform:rotate(180deg)}.main-navigation li.menu-item-has-children>.sub-menu{position:absolute;top:100%;left:0;min-width:220px;background:var(--color-white);border-radius:8px;box-shadow:0 10px 40px #0000001f;padding:12px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s ease;z-index:100;flex-direction:column;gap:0}.main-navigation li.menu-item-has-children>.sub-menu li{width:100%}.main-navigation li.menu-item-has-children>.sub-menu li a{display:block;padding:10px 20px;color:var(--color-dark-purple);font-size:14px;font-weight:500;text-transform:none}.main-navigation li.menu-item-has-children>.sub-menu li a:hover{background:#0000000a;color:var(--color-gold-dark)}.main-navigation li.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.main-navigation li a{display:block;text-decoration:none;color:var(--color-dark-purple);padding:12px 16px;font-weight:500;font-size:15px;transition:color .2s ease}.main-navigation li a:hover{color:var(--color-gold-dark)}.main-navigation li.header-btn{margin-left:16px}.main-navigation li.header-btn a{display:inline-flex;font-size:14px;font-weight:700;line-height:142%;color:var(--color-dark-purple);padding:12px 24px;gap:10px;border-radius:8px;background:radial-gradient(274.81% 141.42% at 100% 100%,#d6b03e,#ffe7a0);box-shadow:0 -2px 1px #00000014 inset;justify-content:center;align-items:center;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.main-navigation li.header-btn a:hover{opacity:.85;color:var(--color-dark-purple)}.main-navigation li.header-btn a:after{display:none}.mobile-menu-toggle{display:none;background:#f8f6eea3;border:1px solid #ECE7D2;border-radius:8px;padding:12px;cursor:pointer;flex-shrink:0}@media (max-width: 991px){.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;width:48px;height:48px}}.mobile-menu-toggle .hamburger-icon{width:24px;height:24px;color:var(--color-orange)}.main-navigation--mobile{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--color-white);padding:20px 0;box-shadow:0 10px 30px #0000001a;z-index:99}.main-navigation--mobile.is-active{display:block}.main-navigation--mobile ul.menu{display:flex;flex-direction:column;align-items:stretch;padding:0 20px;margin:0;list-style:none}.main-navigation--mobile .menu-item{width:100%;border-bottom:1px solid rgba(0,0,0,.05)}.main-navigation--mobile .menu-item:last-child{border-bottom:none}.main-navigation--mobile .menu-item a{display:block;padding:14px 0;color:var(--color-dark-purple);text-decoration:none;font-weight:500;font-size:15px}.main-navigation--mobile .menu-item.menu-item-has-children>a{display:flex;align-items:center;justify-content:space-between}.main-navigation--mobile .menu-item.menu-item-has-children>a:after{content:"";width:16px;height:16px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;transition:transform .2s ease;border:none}.main-navigation--mobile .menu-item.menu-item-has-children.is-open>a:after{transform:rotate(180deg)}.main-navigation--mobile .menu-item.menu-item-has-children>.sub-menu{display:none;padding-left:16px}.main-navigation--mobile .menu-item.menu-item-has-children>.sub-menu li{border-bottom:none}.main-navigation--mobile .menu-item.menu-item-has-children>.sub-menu li a{padding:10px 0;font-size:14px}.main-navigation--mobile .menu-item.menu-item-has-children.is-open>.sub-menu{display:block}.main-navigation--mobile .menu-item.header-btn{border-bottom:none;margin-top:8px}.main-navigation--mobile .menu-item.header-btn a{display:block;text-align:center;font-size:14px;font-weight:700;color:var(--color-dark-purple);padding:14px 24px;border-radius:8px;background:radial-gradient(274.81% 141.42% at 100% 100%,#d6b03e,#ffe7a0);box-shadow:0 -2px 1px #00000014 inset;text-decoration:none}.main-navigation--mobile .menu-item.header-btn a:after{display:none}.footer{background-color:var(--color-dark-purple);padding:60px 0 0}.footer__main{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;padding-bottom:40px}@media (min-width: 991px){.footer__main{grid-template-columns:2fr 1fr 1fr 1.3fr;gap:40px}}@media (min-width: 1280px){.footer__main{gap:60px}}.footer__brand{display:flex;flex-direction:column;gap:20px}@media (min-width: 991px){.footer__brand{max-width:280px}}.footer__logo img{max-width:160px;height:auto}.footer__description{color:#ffffffb3;font-size:13px;line-height:1.7}.footer__social{display:flex;gap:10px;margin-top:8px}.footer__social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:all .3s ease}.footer__social a:hover{border-color:var(--color-primary, #c9a227);background:#c9a2271a}.footer__column{display:flex;flex-direction:column;gap:20px}.footer__column-title{color:var(--color-white);font-size:13px;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:1px}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.footer__links li a{color:#ffffffb3;text-decoration:none;font-size:14px;transition:color .3s ease}.footer__links li a:hover{color:var(--color-white)}.footer__info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.footer__info-item{display:flex;align-items:flex-start;gap:12px;color:#ffffffb3;font-size:14px;line-height:1.5}.footer__info-item span{color:var(--color-white)}.footer__info-item a{display:flex;align-items:flex-start;gap:12px;color:inherit;text-decoration:none;transition:color .3s ease}.footer__info-item a:hover{color:var(--color-white)}.footer__info-icon{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;margin-top:2px}.footer__info-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer__info-label{flex:1}.footer__highlight{padding:32px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.footer__highlight-text{text-align:center;color:var(--color-white);font-size:13px;font-weight:400;letter-spacing:.36px;text-transform:uppercase}@media (min-width: 991px){.footer__highlight-text{font-size:14px}}.footer__bottom{display:flex;flex-direction:column;gap:16px;padding:20px 0}@media (min-width: 991px){.footer__bottom{flex-direction:row;justify-content:center;align-items:center}}.footer__copyright{color:#ffffff80;font-size:13px;text-align:center}.footer__copyright a{color:inherit;text-decoration:underline;transition:color .3s ease}.footer__copyright a:hover{color:var(--color-white)}.container{width:100%;max-width:var(--container-width);margin-right:auto;margin-left:auto}.section-padding{width:100%;padding-left:var(--section-padding-mobile);padding-right:var(--section-padding-mobile)}@media (min-width: 991px){.section-padding{padding-left:var(--section-padding-tablet);padding-right:var(--section-padding-tablet)}}.hero{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center;background:#f3f6fb}@media (min-width: 991px){.hero{min-height:560px}}@media (max-width: 768px){.hero{min-height:auto;flex-direction:column;align-items:stretch}}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center;z-index:0}@media (max-width: 768px){.hero__background{display:none;position:relative;inset:auto;height:auto;order:2}}.hero__background--mobile{display:none}@media (max-width: 768px){.hero__background--mobile{display:block}}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f3f6fbf2,#f3f6fbd9 45%,#f3f6fb59 75%,#f3f6fb00);z-index:1}@media (max-width: 768px){.hero:after{display:none}}.hero .section-padding{position:relative;z-index:2}@media (max-width: 768px){.hero .section-padding{order:1;padding-bottom:0}}.hero__content{position:relative;z-index:2;max-width:720px;display:flex;flex-direction:column;gap:48px;padding:80px 0 40px}@media (max-width: 768px){.hero__content{padding:48px 0 24px;gap:28px}}.hero__text{display:flex;flex-direction:column;gap:24px}@media (max-width: 991px){.hero__text p br{display:none}}.hero .btn{align-self:flex-start}.cts{padding:64px 0}@media (min-width: 991px){.cts{padding:130px 0 100px}}.cts__tf{margin-bottom:48px}.cts__tf h2{margin-bottom:24px}@media (max-width: 991px){.cts__tf br{display:none}}.cts__cards{--cts-gap: 20px}@media (max-width: 768px){.cts__cards{margin-right:-20px}}.cts__cards:not(.swiper-initialized) .swiper-wrapper{display:flex;gap:var(--cts-gap)}.cts__cards:not(.swiper-initialized) .cts__card-wrapper{width:calc(33.333% - var(--cts-gap) * 2 / 3)}.cts__cards.swiper-initialized .swiper-wrapper{gap:0}.cts__cards.swiper-initialized .cts__card-wrapper{width:auto}@media (min-width: 992px){.cts__cards .cts__card-wrapper{width:33.333%}}.cts__card-wrapper{height:auto}.cts__card{position:relative;height:100%;border-radius:10px;border:.5px solid rgba(217,216,212,.72);background:#fff;box-shadow:10px 10px 30px #c1aea929;overflow:hidden;display:flex}.cts__card-inner{position:relative;flex:1 1 auto;display:flex}.cts__card-body{display:flex;flex-direction:column;flex:1 1 auto;gap:48px;padding:16px}@media (min-width: 991px){.cts__card-body{padding:24px}}.cts__card-content{display:flex;flex-direction:column;gap:12px}.cts__card-icon{margin-top:auto;display:flex;justify-content:flex-end}.cts__card-icon-inner{padding:8px 36px;background:var(--color-orange-light-bg, #F6F3E6);border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.cts__card-icon-inner img{max-height:28px;width:auto;display:block}.marquee-slider{background:linear-gradient(180deg,#eaf2ff00 13.02%,#eaf2ff);padding:32px 0}.marquee-slider__title{text-align:center;font-weight:600;font-size:14px;margin-bottom:32px}.marquee{--gap: 40px;position:relative;display:flex;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:var(--gap);isolation:isolate}@media (max-width: 991px){.marquee{--gap: 24px}}.marquee:before,.marquee:after{content:"";position:absolute;top:0;bottom:0;width:18%;pointer-events:none;z-index:2;display:none}.marquee:before{left:-80px;background:linear-gradient(90deg,#eaf2ff00,#eaf2ff 23.56%,#eaf2ff 82.22%,#eaf2ff00)}.marquee:after{right:-80px;background:linear-gradient(270deg,#eaf2ff00,#eaf2ff 23.56%,#eaf2ff 82.22%,#eaf2ff00)}.marquee__content{flex-shrink:0;display:flex;align-items:center;gap:var(--gap);min-width:100%;animation:scroll 30s linear infinite;position:relative;z-index:1}.marquee__item{display:flex;align-items:center;justify-content:center;opacity:.75;transition:opacity .2s ease}.marquee__item:hover{opacity:1}.marquee__item img{max-height:36px;width:auto;filter:drop-shadow(0 6px 18px rgba(23,35,79,.08))}@keyframes scroll-abs{0%{transform:translate(calc(100% + var(--gap)))}to{transform:translate(0)}}@media (prefers-reduced-motion: reduce){.marquee__content{animation-play-state:paused!important}}.process{padding:64px 0;--process-circle: 64px}.process.has-bgd{background:linear-gradient(180deg,#eaf2ff00,#eaf2ff)}@media (min-width: 991px){.process{padding:100px 0 80px;--process-circle: 88px}}.process__header{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}@media (min-width: 991px){.process__header{flex-direction:row;justify-content:space-between;align-items:center;gap:24px}}.process__btn-mobile-wrap{display:flex;justify-content:center;margin-top:24px}@media (min-width: 991px){.process__btn-mobile-wrap{display:none}}.process__title{max-width:720px;text-align:center}@media (min-width: 991px){.process__title{text-align:left}}.process__title h2{margin-bottom:12px}.process__title p{margin:0}@media (min-width: 991px){.process__btn{margin-left:auto}}.process__btn--desktop{display:none}@media (min-width: 991px){.process__btn--desktop{display:inline-flex}}.process__btn--mobile{margin-top:24px;display:inline-flex}@media (min-width: 991px){.process__btn--mobile{display:none}}.process__steps{display:grid;grid-template-columns:1fr;grid-gap:30px;gap:30px}@media (min-width: 991px){.process__steps{grid-template-columns:repeat(4,minmax(0,1fr));-moz-column-gap:44px;column-gap:44px;row-gap:20px;align-items:start;position:relative}}.process__step{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto;grid-gap:24px;gap:24px;position:relative;align-items:flex-start}@media (min-width: 991px){.process__step{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:20px;padding-bottom:24px}.process__step:after{content:"";position:absolute;top:calc(var(--process-circle) / 2 - 6px);left:calc(var(--process-circle) + 32px);width:calc(100% - var(--process-circle) - 24px);height:16px;background:url("data:image/svg+xml,%3csvg%20width='151'%20height='18'%20viewBox='0%200%20151%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_i_86_93)'%3e%3cpath%20d='M151%208.66016L136.148%2017.3203V10.1602H1.48525C0.664967%2010.1602%200%209.48858%200%208.66016C0%207.83173%200.664967%207.16016%201.48525%207.16016H136.148V0L151%208.66016Z'%20fill='url(%23paint0_radial_86_93)'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_i_86_93'%20x='0'%20y='-1'%20width='151'%20height='18.3203'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='-2'/%3e%3cfeGaussianBlur%20stdDeviation='0.5'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='shape'%20result='effect1_innerShadow_86_93'/%3e%3c/filter%3e%3cradialGradient%20id='paint0_radial_86_93'%20cx='0'%20cy='0'%20r='1'%20gradientTransform='matrix(-151%20-17.3203%2017.5949%20-47.555%20151%2017.3203)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23D6B03E'/%3e%3cstop%20offset='1'%20stop-color='%23FFE7A0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;max-width:140px;min-width:48px}.process__step.is-last:after{display:none}.process__step:before{display:none}}.process__step:not(.is-last):before{content:"";position:absolute;left:calc(var(--process-circle) / 2 - 6px);top:calc(var(--process-circle) + 8px);width:12px;height:80px;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='102'%20viewBox='0%200%2018%20102'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_i_103_448)'%3e%3cpath%20d='M8.66015%20102L-3.59508e-06%2082.2459L7.16015%2082.2459L7.16016%201.67541C7.16016%200.197821%207.83173%20-4.14759e-07%208.66016%20-3.78547e-07C9.48858%20-3.42336e-07%2010.1602%200.197821%2010.1602%201.67541L10.1602%2082.2459L17.3203%2082.2459L8.66015%20102Z'%20fill='url(%23paint0_radial_103_448)'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_i_103_448'%20x='0'%20y='-1'%20width='17.3203'%20height='103'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='-2'/%3e%3cfeGaussianBlur%20stdDeviation='0.5'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='shape'%20result='effect1_innerShadow_103_448'/%3e%3c/filter%3e%3cradialGradient%20id='paint0_radial_103_448'%20cx='0'%20cy='0'%20r='1'%20gradientTransform='matrix(17.3203%20-272%2047.555%2031.6942%209.21814e-06%2074)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23D6B03E'/%3e%3cstop%20offset='1'%20stop-color='%23FFE7A0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat}@media (min-width: 991px){.process__step:not(.is-last):before{display:none}}.process__number{width:var(--process-circle);height:var(--process-circle);border-radius:999px;border:1px solid #ECE7D2;background:#f8f6eea3;display:flex;align-items:center;justify-content:center}.process__number span{display:inline-block;font-size:64px;font-weight:700;line-height:64px;letter-spacing:-1.92px;background:radial-gradient(274.81% 141.42% at 100% 100%,#d6b03e,#ffe7a0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 991px){.process__number span{font-size:40px;line-height:40px;letter-spacing:-1.2px}}.process__content{display:flex;flex-direction:column;gap:10px;max-width:250px}.process__step-title{margin:0;max-width:180px}@media (min-width: 768px){.process__step-title{max-width:190px}}.process__step-desc{margin:0}.trust{padding:64px 0}@media (min-width: 991px){.trust{padding:100px 0}}.trust__header{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:40px}@media (min-width: 991px){.trust__header{flex-direction:row;justify-content:space-between;align-items:center;gap:24px}}.trust__text{max-width:720px}.trust__text h2{margin-bottom:12px}.trust__text p{margin:0}@media (min-width: 991px){.trust__btn{margin-left:auto}}.trust__body{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px}@media (min-width: 991px){.trust__body{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:48px;align-items:start}}.trust__media{border-radius:12px;overflow:hidden}.trust__media img{width:100%;height:auto;display:block}.trust__list{display:flex;flex-direction:column;gap:24px}.trust__item{display:grid;grid-template-columns:auto 1fr;grid-gap:16px;gap:16px;padding-bottom:24px;border-bottom:1px solid rgba(217,216,212,.6)}.trust__item:last-child{border-bottom:none;padding-bottom:0}.trust__item-icon-inner{width:40px;height:40px;padding:8px;border-radius:999px;border:1px solid #ece7d2;background:#f8f6eea3;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.trust__item-icon-inner img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.trust__item-content{display:flex;flex-direction:column;gap:8px}.trust__item-title,.trust__item-desc{margin:0}.tabs{padding:64px 0}@media (min-width: 991px){.tabs{padding:100px 0}}.tabs__header{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin-bottom:32px}@media (min-width: 991px){.tabs__header{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:flex-end;gap:32px;margin-bottom:40px}}.tabs__title{margin:0}@media (max-width: 991px){.tabs__title br{display:none}}.tabs__description{margin:0;max-width:100%}@media (min-width: 991px){.tabs__description{max-width:400px;margin-left:auto}}.tabs__nav{display:flex;justify-content:space-between;gap:12px;padding:4px;border-radius:999px;border:1px solid rgba(28,41,110,.16);background:#fff;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-padding-left:12px;margin-bottom:20px}.tabs__nav::-webkit-scrollbar{display:none}@media (min-width: 991px){.tabs__nav{overflow:visible;scroll-snap-type:none;margin-bottom:48px}}.tabs__nav-btn{border:none;background:transparent;padding:10px 20px;border-radius:999px;font-weight:600;font-size:14px;color:#1c296e;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease;white-space:nowrap;flex:0 0 auto;scroll-snap-align:start}.tabs__nav-btn.is-active{background:#1c2f85;color:#fff;box-shadow:0 6px 16px #1c2f8538}@media (min-width: 991px){.tabs__nav-btn{padding:10px 40px}}.tabs__panels{margin-top:28px}.tabs__panel{border-radius:16px;background:#fff;box-shadow:0 18px 40px #1c296e14}.tabs__panel-content{padding:16px}@media (min-width: 991px){.tabs__panel-content{padding:48px}}.tabs__panel-inner{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px}@media (min-width: 991px){.tabs__panel-inner{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:32px}}.tabs__panel-title{margin:0 0 12px;font-size:20px}@media (min-width: 991px){.tabs__panel-title{font-size:32px}}.tabs__panel-description{margin:0}@media (max-width: 768px){.tabs__panel-description{font-size:16px}}.tabs__panel-description ul{list-style:disc;padding-left:20px;margin:12px 0 0}.tabs__panel-description li{margin-bottom:6px}.tabs__panel-description li:last-child{margin-bottom:0}.tabs__panel-media{border-radius:14px;overflow:hidden}.tabs__panel-media img{width:100%;height:auto;display:block}.marquee-slider-full{background:transparent;padding:32px 0}@media (min-width: 991px){.marquee-slider-full{padding:64px 0}}.marquee-slider-full__title{text-align:center;font-weight:700;font-size:14px;margin-bottom:32px}@media (min-width: 991px){.marquee-slider-full__title{font-size:24px;margin-bottom:48px}}.marquee-slider-full .marquee{--gap: 70px;position:relative;display:flex;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:var(--gap);isolation:isolate}@media (max-width: 991px){.marquee-slider-full .marquee{--gap: 40px}}.marquee-slider-full .marquee:before,.marquee-slider-full .marquee:after{display:none}.marquee-slider-full .marquee__content{flex-shrink:0;display:flex;align-items:center;gap:var(--gap);min-width:100%;animation:scroll 30s linear infinite;position:relative;z-index:1}.marquee-slider-full .marquee__item{display:flex;align-items:center;justify-content:center;opacity:.75;transition:opacity .2s ease}.marquee-slider-full .marquee__item:hover{opacity:1}.marquee-slider-full .marquee__item img{max-height:36px;width:auto;filter:drop-shadow(0 6px 18px rgba(23,35,79,.08));display:block}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}.core-features{padding:64px 0;position:relative;z-index:9}.core-features.books-wyg .core-features__card-title{max-width:260px}@media (min-width: 991px){.core-features{padding:100px 0}}.core-features__title{text-align:center;margin-bottom:32px}@media (min-width: 991px){.core-features__title{margin-bottom:40px}}.core-features__cards{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));border-radius:12px;overflow:hidden;border:.5px solid rgba(217,216,212,.72);box-shadow:10px 10px 30px #c1aea929;background:#fff}@media (min-width: 991px){.core-features__cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.core-features__card{display:flex;padding:24px;flex-direction:column;align-items:center;gap:24px;flex:1 0 0;background:transparent;border:none;box-shadow:none;min-height:100%;position:relative}.core-features__cards .core-features__card:not(:last-child):after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:70%;height:1px;background:#d9d8d496}@media (min-width: 991px){.core-features__cards .core-features__card:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:80%;background:#d9d8d496;left:auto;left:initial}}.core-features__icon{width:48px;height:48px;padding:10px;border-radius:999px;border:1px solid #ece7d2;background:#f8f6eea3;display:flex;align-items:center;justify-content:center}.core-features__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.core-features__card-title{margin:0;text-align:center;max-width:220px}.core-features-clean-bgd{padding:0 0 64px;position:relative;z-index:9}.core-features-clean-bgd.books-wyg .core-features-clean-bgd__card-title{max-width:260px}@media (min-width: 991px){.core-features-clean-bgd{padding:0 0 100px}}.core-features-clean-bgd__title{text-align:center;margin-bottom:32px}@media (min-width: 991px){.core-features-clean-bgd__title{margin-bottom:40px}}.core-features-clean-bgd__cards{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));background:transparent}@media (min-width: 991px){.core-features-clean-bgd__cards{grid-template-columns:repeat(4,minmax(0,1fr))}}.core-features-clean-bgd__cards .core-features-clean-bgd__card:not(:last-child):after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:70%;height:1px;background:#d9d8d496}@media (min-width: 991px){.core-features-clean-bgd__cards .core-features-clean-bgd__card:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:80%;background:#d9d8d496;left:auto;left:initial;bottom:auto;bottom:initial}}.core-features-clean-bgd__card{display:flex;padding:24px;flex-direction:column;align-items:center;gap:16px;flex:1 0 0;background:transparent;border:none;box-shadow:none;min-height:100%;position:relative}.core-features-clean-bgd__icon{width:48px;height:48px;padding:10px;border-radius:999px;border:1px solid #ece7d2;background:#f8f6eea3;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.core-features-clean-bgd__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.core-features-clean-bgd__card-title{margin:0;text-align:center;max-width:260px;font-size:20px;font-weight:600}.core-features-clean-bgd__card-description{text-align:center;font-size:16px;line-height:1.5;max-width:300px}.testimonials{padding:64px 0}.testimonials .container{display:grid;grid-template-areas:"header" "slider" "nav"}@media (min-width: 991px){.testimonials{padding:100px 0}.testimonials .container{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"header nav" "slider slider"}}.testimonials__header{display:flex;flex-direction:column;gap:24px;align-items:center;margin-bottom:32px;grid-area:header}@media (min-width: 991px){.testimonials__header{flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:40px}}.testimonials__title{margin:0}.testimonials__nav{display:flex;gap:12px;grid-area:nav;justify-self:center;margin-top:24px}@media (min-width: 991px){.testimonials__nav{justify-self:end;margin-top:0;align-self:center}}.testimonials__nav-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px;border-radius:8px;border:1px solid #ece7d2;background:#f8f6eea3;cursor:pointer;transition:transform .2s ease}.testimonials__nav-btn img{width:16px;height:16px;display:block}.testimonials__nav-btn:hover{transform:translateY(-1px)}.testimonials__inner{margin-right:-50vw;padding-right:50vw;overflow:hidden;grid-area:slider}.testimonials__slider.swiper{overflow:visible}.testimonials__slide{height:auto}.testimonials__card{height:100%;border-radius:10px;border:.5px solid rgba(217,216,212,.72);background:#fff;box-shadow:10px 10px 30px #c1aea929;padding:24px;display:flex;flex-direction:column;gap:32px}@media (max-width: 768px){.testimonials__card{padding:20px}}.testimonials__card-top{display:flex;flex-direction:column;align-items:flex-start;gap:12px;position:relative;padding-right:40px}@media (min-width: 768px){.testimonials__card-top{flex-direction:row}}.testimonials__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.testimonials__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.testimonials__meta{flex:1 1 auto;display:flex;flex-direction:column;gap:8px}.testimonials__name{margin:0;font-weight:600}.testimonials__rating{display:flex;align-items:center;gap:8px}.testimonials__stars{width:92px;height:auto}.testimonials__date{font-size:14px;color:#6f6c6c}.testimonials__social{width:32px;height:32px;flex-shrink:0;position:absolute;top:0;right:0}.testimonials__social img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}.testimonials__body{margin:0;font-size:18px;color:#1b2a6b}.testimonials__body p:last-child{margin-bottom:0}.cta{background:linear-gradient(275deg,#d6b03e,#ffe7a0);position:relative}.cta.books-cta{position:relative;margin-top:-320px;padding-top:260px}@media (min-width: 991px){.cta.books-cta{margin-top:-190px;padding-top:190px}}.cta.books-cta a{position:relative;z-index:999}.cta .section-padding{padding:92px 20px}@media (min-width: 991px){.cta .section-padding{padding:64px 20px}}.cta__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}.cta__title{margin:0;font-size:36px;line-height:44px;letter-spacing:-1.08px}@media (min-width: 991px){.cta__title{font-size:80px;line-height:96px;letter-spacing:-2.4px}}.cta__button{margin-top:8px}.cta__label{font-size:14px;color:var(--color-dark-purple, #1b2a6b)}.cta-booking{background:linear-gradient(275deg,#d6b03e,#ffe7a0);position:relative;color:#1a2b5f}.cta-booking .section-padding{padding:64px 20px}@media (min-width: 991px){.cta-booking .section-padding{padding:80px 20px}}.cta-booking__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:40px;max-width:1200px;margin:0 auto}.cta-booking__title{margin:0;font-size:36px;line-height:1.2;letter-spacing:-1.08px;color:#1a2b5f}@media (min-width: 991px){.cta-booking__title{font-size:56px;letter-spacing:-2px}}.cta-booking__form-container{width:100%;max-width:1060px;background:#fff;border-radius:12px;overflow:hidden;display:flex;justify-content:center}.cta-booking__form-container .calendly-inline-widget{width:100%;min-width:320px;height:700px}.meet-the-team{padding:64px 0;position:relative}@media (min-width: 991px){.meet-the-team{padding:100px 0}}.meet-the-team__title-wrapper{text-align:center;margin-bottom:48px}.meet-the-team__title{color:#1a2b5f;font-size:36px;font-weight:700;margin:0}@media (min-width: 991px){.meet-the-team__title{font-size:48px}}.meet-the-team__cards{--mtt-gap: 24px}@media (max-width: 768px){.meet-the-team__cards{margin-right:-20px}}.meet-the-team__cards:not(.swiper-initialized) .swiper-wrapper{display:flex;flex-wrap:wrap;gap:var(--mtt-gap);justify-content:center}.meet-the-team__cards:not(.swiper-initialized) .meet-the-team__card-wrapper{width:calc(25% - var(--mtt-gap) * 3 / 4)}@media (max-width: 991px){.meet-the-team__cards:not(.swiper-initialized) .meet-the-team__card-wrapper{width:calc(50% - var(--mtt-gap) / 2)}}@media (max-width: 768px){.meet-the-team__cards:not(.swiper-initialized) .meet-the-team__card-wrapper{width:100%}}.meet-the-team__cards.swiper-initialized .swiper-wrapper{gap:0}.meet-the-team__cards.swiper-initialized .meet-the-team__card-wrapper{width:auto}.meet-the-team__card-wrapper{height:auto}.meet-the-team__card{background:#fff;border:.5px solid rgba(217,216,212,.72);box-shadow:0 4px 6px -1px #c1aea929,0 2px 4px -2px #c1aea929;border-radius:10px;padding:24px;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.meet-the-team__card:hover{transform:translateY(-4px)}.meet-the-team__image-wrapper{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:16px;flex-shrink:0}.meet-the-team__image-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.meet-the-team__content{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.meet-the-team__name{margin:0;font-size:18px;font-weight:700;color:#1a2b5f}.meet-the-team__position{font-size:14px;color:#d6b03e;font-weight:500;margin-bottom:8px}.meet-the-team__description{font-size:14px;line-height:1.5;color:#4a5568;margin-bottom:16px}.meet-the-team__socials{display:flex;gap:12px;margin-top:auto}.meet-the-team__social-link{width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.meet-the-team__social-link:hover{opacity:.7}.meet-the-team__social-link img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.meet-the-team__nav{display:flex;gap:12px;justify-content:center;margin-top:24px}@media (min-width: 991px){.meet-the-team__nav{display:none}}.meet-the-team__nav-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px;border-radius:8px;border:1px solid #ece7d2;background:#f8f6eea3;cursor:pointer;transition:transform .2s ease}.meet-the-team__nav-btn img{width:16px;height:16px;display:block}.meet-the-team__nav-btn:hover{transform:translateY(-1px)}.content-image-left{padding:64px 0}.content-image-left.has-bgd{background:linear-gradient(180deg,#eaf2ff,#eaf2ff00)}@media (min-width: 991px){.content-image-left{padding:100px 0}}.content-image-left__inner{display:grid;grid-template-columns:1fr;grid-template-areas:"content" "media";grid-gap:32px;gap:32px;align-items:center}@media (min-width: 991px){.content-image-left__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"media content";gap:48px}}.content-image-left__media{grid-area:media;border-radius:12px;overflow:hidden}.content-image-left__media img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.content-image-left__content{grid-area:content}.content-image-left__content ul{list-style:none;padding-left:0;margin:24px 0 0;display:flex;flex-direction:column;gap:16px}.content-image-left__content li{position:relative;padding-left:28px}.content-image-left__content li:before{content:"";position:absolute;left:0;top:.2em;width:18px;height:18px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%2012.5L5.57574%2016.5757C5.81005%2016.8101%206.18995%2016.8101%206.42426%2016.5757L9%2014'%20stroke='%23B68F16'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16%207L12%2011'%20stroke='%23B68F16'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7%2012L11.5757%2016.5757C11.8101%2016.8101%2012.1899%2016.8101%2012.4243%2016.5757L22%207'%20stroke='%23B68F16'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e") center/contain no-repeat}.content-image-left__content h2{margin-bottom:16px}@media (max-width: 991px){.content-image-left__content h2 br{display:none}}.content-image-left__content p{margin:0;font-size:16px}@media (min-width: 991px){.content-image-left__content p{font-size:18px}}.cards-slider{padding:64px 0}.cards-slider .container{display:grid;grid-template-areas:"header" "slider" "nav"}@media (min-width: 991px){.cards-slider{padding:100px 0}.cards-slider .container{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"header nav" "slider slider"}}.cards-slider__header{display:flex;flex-direction:column;gap:24px;align-items:center;margin-bottom:32px;grid-area:header}@media (min-width: 991px){.cards-slider__header{flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:40px}}.cards-slider__title{margin:0}.cards-slider__nav{display:flex;gap:12px;grid-area:nav;justify-self:center;margin-top:24px}@media (min-width: 991px){.cards-slider__nav{justify-self:end;margin-top:0;align-self:center}}.cards-slider__nav-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px;border-radius:8px;border:1px solid #ece7d2;background:#f8f6eea3;cursor:pointer;transition:transform .2s ease}.cards-slider__nav-btn img{width:16px;height:16px;display:block}.cards-slider__nav-btn:hover{transform:translateY(-1px)}.cards-slider__inner{margin-right:-50vw;padding-right:50vw;overflow:hidden;grid-area:slider}.cards-slider__slider.swiper{overflow:visible}.cards-slider__card-wrapper{height:auto}.cards-slider__card{position:relative;height:100%;border-radius:10px;border:.5px solid rgba(217,216,212,.72);background:#fff;box-shadow:10px 10px 30px #c1aea929;overflow:hidden;display:flex}.cards-slider__card-inner{position:relative;flex:1 1 auto;display:flex}.cards-slider__card-body{display:flex;flex-direction:column;flex:1 1 auto;gap:48px;padding:16px}@media (min-width: 991px){.cards-slider__card-body{padding:24px}}.cards-slider__card-content{display:flex;flex-direction:column;gap:12px}.cards-slider__card-icon{margin-top:auto;display:flex;justify-content:flex-end}.cards-slider__card-icon-inner{padding:8px 36px;background:var(--color-orange-light-bg, #F6F3E6);border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.cards-slider__card-icon-inner img{max-height:28px;width:auto;display:block}.faq{padding:64px 0}@media (min-width: 991px){.faq{padding:100px 0}}.faq__header{text-align:center;max-width:760px;margin:0 auto 40px}@media (max-width: 991px){.faq__header{margin-bottom:16px}}.faq__header h2{margin-bottom:12px}.faq__header p{margin:0}@media (max-width: 991px){.faq__header p{font-size:16px}}.faq__items{max-width:768px;margin:0 auto}.faq__item{border-bottom:1px solid rgba(217,216,212,.6);padding:24px 0}.faq__item.is-open .faq__toggle:after{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%2012H16M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012Z'%20stroke='%23B68F16'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.faq__toggle{width:100%;border:none;background:transparent;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:0;text-align:left;cursor:pointer}.faq__toggle:after{content:"";width:24px;height:24px;flex-shrink:0;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%208V16M8%2012H16M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012Z'%20stroke='%23B68F16'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center/contain no-repeat}.faq__question{font-size:20px;font-weight:600}.faq__answer{margin-top:12px}.faq__answer p{margin:0;font-weight:500}@media (max-width: 991px){.faq__answer p{font-size:16px}}.faq__cta{margin:48px auto 0;padding:32px;border-radius:10px;border:.5px solid rgba(217,216,212,.72);background:#fff;box-shadow:10px 10px 30px #c1aea929;text-align:center}.faq__cta-avatars{max-width:120px;margin:0 auto 32px}.faq__cta-avatars img{width:100%;height:auto;display:block}.faq__cta-text{margin-bottom:32px}.faq__cta-text h3{margin-bottom:8px}.faq__cta-text p{margin:0}.content-image-right{padding:64px 0}.content-image-right.has-bgd{background:linear-gradient(180deg,#eaf2ff,#eaf2ff00)}@media (min-width: 991px){.content-image-right{padding:100px 0}}.content-image-right__inner{display:grid;grid-template-columns:1fr;grid-template-areas:"content" "media";grid-gap:32px;gap:32px;align-items:center}@media (min-width: 991px){.content-image-right__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"content media";gap:48px}}.content-image-right__media{grid-area:media;border-radius:12px;overflow:hidden}.content-image-right__media img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.content-image-right__content{grid-area:content}.content-image-right__content ul{list-style:none;padding-left:0;margin:24px 0 0;display:flex;flex-direction:column;gap:16px}.content-image-right__content li{position:relative;padding-left:28px}.content-image-right__content li:before{content:"";position:absolute;left:0;top:.2em;width:18px;height:18px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%2012.5L5.57574%2016.5757C5.81005%2016.8101%206.18995%2016.8101%206.42426%2016.5757L9%2014'%20stroke='%23B68F16'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16%207L12%2011'%20stroke='%23B68F16'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7%2012L11.5757%2016.5757C11.8101%2016.8101%2012.1899%2016.8101%2012.4243%2016.5757L22%207'%20stroke='%23B68F16'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e") center/contain no-repeat}.content-image-right__content h2{margin-bottom:16px}@media (max-width: 991px){.content-image-right__content h2 br{display:none}}.content-image-right__content p{margin:0;font-size:16px}@media (min-width: 991px){.content-image-right__content p{font-size:18px}}.content-image-bottom{padding:64px 0}@media (min-width: 991px){.content-image-bottom{padding:100px 0}}.content-image-bottom__top{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;align-items:flex-end;margin-bottom:24px}@media (min-width: 991px){.content-image-bottom__top{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;margin-bottom:32px}}.content-image-bottom__title{margin:0}.content-image-bottom__description{max-width:100%}@media (min-width: 991px){.content-image-bottom__description{max-width:400px;margin-left:auto}}.content-image-bottom__description p{margin:0}.content-image-bottom__media{border-radius:12px;overflow:hidden}.content-image-bottom__media img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.content-cards{padding:64px 0}@media (min-width: 991px){.content-cards{padding:100px 0}}.content-cards__header{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin-bottom:40px}@media (min-width: 991px){.content-cards__header{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:flex-end;gap:32px;margin-bottom:64px}}.content-cards__title{margin:0}.content-cards__description{max-width:100%}@media (min-width: 991px){.content-cards__description{max-width:400px;margin-left:auto}}.content-cards__description p{margin:0}.content-cards__cards{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:20px;gap:20px}@media (min-width: 991px){.content-cards__cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.content-cards__card{position:relative;height:100%;border-radius:10px;border:.5px solid rgba(217,216,212,.72);background:#fff;box-shadow:10px 10px 30px #c1aea929;overflow:hidden;display:flex}.content-cards__card-inner{position:relative;flex:1 1 auto;display:flex}.content-cards__card-body{display:flex;flex-direction:column;flex:1 1 auto;gap:48px;padding:16px}@media (min-width: 991px){.content-cards__card-body{padding:24px}}.content-cards__card-content{display:flex;flex-direction:column;gap:12px}.content-cards__card-icon{margin-top:auto;display:flex;justify-content:flex-end}.content-cards__card-icon-inner{padding:8px 36px;background:var(--color-orange-light-bg, #F6F3E6);border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.content-cards__card-icon-inner img{max-height:28px;width:auto;display:block}.content-text-columns{padding:64px 0}@media (min-width: 991px){.content-text-columns{padding:100px 0}}.content-text-columns__title{margin:0 0 40px}@media (min-width: 991px){.content-text-columns__title{margin-bottom:80px}}.content-text-columns__columns{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin-bottom:32px}@media (min-width: 991px){.content-text-columns__columns{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px}}.content-text-columns__column p{margin:0;font-size:16px;line-height:1.6}@media (min-width: 991px){.content-text-columns__column p{font-size:18px}}.content-text-columns__media{border-radius:12px;overflow:hidden}.content-text-columns__media img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.values-grid{padding:64px 0}@media (min-width: 991px){.values-grid{padding:100px 0}}.values-grid__header{text-align:center;margin-bottom:40px}@media (min-width: 991px){.values-grid__header{margin-bottom:64px}}.values-grid__header h2{margin:0 0 16px}.values-grid__header p{margin:0;font-size:16px}@media (min-width: 991px){.values-grid__header p{font-size:18px}}.values-grid__items{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px}@media (min-width: 768px){.values-grid__items{grid-template-columns:repeat(2,1fr)}}@media (min-width: 991px){.values-grid__items{grid-template-columns:repeat(3,1fr);gap:32px 64px}}.values-grid__item{text-align:center}.values-grid__icon{margin-bottom:16px;display:flex;justify-content:center}.values-grid__icon img{width:48px;height:48px;-o-object-fit:contain;object-fit:contain}.values-grid__title{margin:0 0 8px;font-size:18px;font-weight:600}@media (min-width: 991px){.values-grid__title{font-size:20px}}.values-grid__description{margin:0;font-size:14px;line-height:1.6;color:#666}@media (min-width: 991px){.values-grid__description{font-size:16px}}.contact-us{padding-top:64px}.contact-us .section-padding{padding:0}@media (min-width: 991px){.contact-us .section-padding{padding-left:0;padding-right:20px}}@media (min-width: 991px){.contact-us{padding-top:100px}}.contact-us__inner{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px}@media (min-width: 580px){.contact-us__inner{gap:48px}}@media (min-width: 991px){.contact-us__inner{grid-template-columns:1fr 1fr;gap:0;align-items:stretch}}.contact-us__left{position:relative}.contact-us__image{overflow:hidden}@media (min-width: 991px){.contact-us__image{height:100%}}.contact-us__image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.contact-us__info-wrapper{display:flex;gap:0;position:absolute;bottom:24px;left:16px;right:16px;z-index:1;flex-direction:column}@media (min-width: 580px){.contact-us__info-wrapper{flex-direction:row}}@media (min-width: 991px){.contact-us__info-wrapper{left:24px;right:24px;bottom:32px}}.contact-us__info{flex:1;background:#fff;border-radius:12px 12px 0 0;padding:24px;box-shadow:0 4px 24px #00000014}@media (min-width: 580px){.contact-us__info{border-radius:12px 0 0 12px}}.contact-us__info-title{margin:0 0 16px;font-size:18px;font-weight:600}@media (min-width: 991px){.contact-us__info-title{font-size:20px}}.contact-us__info-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:14px;line-height:1.5}@media (min-width: 991px){.contact-us__info-item{font-size:16px}}.contact-us__info-item:last-child{margin-bottom:0}.contact-us__info-icon{width:20px;height:20px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;margin-top:2px}.contact-us__social{display:flex;gap:12px;background:#fff;padding:16px;border-radius:0 0 12px 12px;border-top:1px solid #e0e0e0;flex-direction:row;justify-content:center}@media (min-width: 580px){.contact-us__social{border-radius:0 12px 12px 0;flex-direction:column;border-left:1px solid #e0e0e0}}.contact-us__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:transform .3s ease,box-shadow .3s ease}.contact-us__social-link:hover{transform:translateY(-2px)}.contact-us__right{padding:0 20px}.contact-us__right .container{max-width:100%;padding:0}.contact-us__form-title{margin:0 0 32px}@media (min-width: 991px){.contact-us__form-title{margin-bottom:40px}}.contact-us__form{max-width:512px;margin:0 auto}.contact-us__form br{display:none}.contact-us__form label{display:block;font-size:14px;font-weight:500;line-height:20px;margin-bottom:6px;color:#344054}.contact-us__form input[type=text],.contact-us__form input[type=email],.contact-us__form input[type=tel],.contact-us__form input[type=number],.contact-us__form input[type=url],.contact-us__form textarea,.contact-us__form select{width:100%;padding:10px 14px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;font-size:16px;line-height:24px;transition:border-color .3s ease,box-shadow .3s ease}.contact-us__form input[type=text]::-moz-placeholder,.contact-us__form input[type=email]::-moz-placeholder,.contact-us__form input[type=tel]::-moz-placeholder,.contact-us__form input[type=number]::-moz-placeholder,.contact-us__form input[type=url]::-moz-placeholder,.contact-us__form textarea::-moz-placeholder,.contact-us__form select::-moz-placeholder{color:#667085}.contact-us__form input[type=text]::placeholder,.contact-us__form input[type=email]::placeholder,.contact-us__form input[type=tel]::placeholder,.contact-us__form input[type=number]::placeholder,.contact-us__form input[type=url]::placeholder,.contact-us__form textarea::placeholder,.contact-us__form select::placeholder{color:#667085}.contact-us__form input[type=text]:focus,.contact-us__form input[type=email]:focus,.contact-us__form input[type=tel]:focus,.contact-us__form input[type=number]:focus,.contact-us__form input[type=url]:focus,.contact-us__form textarea:focus,.contact-us__form select:focus{outline:none;border-color:#1a2b5f;box-shadow:0 1px 2px #1018280d,0 0 0 4px #1a2b5f1a}.contact-us__form textarea{min-height:120px;resize:vertical}.contact-us__form .wpcf7-form-control-wrap,.contact-us__form .gfield,.contact-us__form .form-group,.contact-us__form p{margin-bottom:20px}.contact-us__form input[type=submit],.contact-us__form button[type=submit]{width:100%;padding:12px 24px;border:none;border-radius:8px;background:radial-gradient(274.81% 141.42% at 100% 100%,#d6b03e,#ffe7a0);box-shadow:0 -2px 1px #00000014 inset;color:#1a2b5f;font-size:16px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.contact-us__form input[type=submit]:hover,.contact-us__form button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #e6b84d66}.blog-posts{padding:64px 0}@media (min-width: 991px){.blog-posts{padding:100px 0}}.blog-posts__main-title{text-align:center;margin:0 0 32px}@media (min-width: 991px){.blog-posts__main-title{margin-bottom:48px}}.blog-posts__search{max-width:320px;margin:0 auto 48px}@media (min-width: 991px){.blog-posts__search{margin-bottom:64px}}.blog-posts__search form{position:relative;display:flex;align-items:center}.blog-posts__search input[type=search]{width:100%;padding:10px 14px 10px 44px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;font-size:16px;line-height:24px}.blog-posts__search input[type=search]::-moz-placeholder{color:#667085}.blog-posts__search input[type=search]::placeholder{color:#667085}.blog-posts__search input[type=search]:focus{outline:none;border-color:#1a2b5f}.blog-posts__search button{position:absolute;left:14px;background:none;border:none;padding:0;cursor:pointer;color:#667085}.blog-posts__section-title{margin:0 0 40px;font-size:28px}@media (min-width: 991px){.blog-posts__section-title{font-size:40px;margin-bottom:48px}}.blog-posts__featured{margin-bottom:64px}@media (min-width: 991px){.blog-posts__featured{margin-bottom:80px}}.blog-posts__featured-grid{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px}@media (min-width: 991px){.blog-posts__featured-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:24px}}@media (min-width: 991px){.blog-posts__featured-main{grid-row:1/3}}.blog-posts__featured-main-image{display:block;overflow:hidden;border-radius:12px;margin-bottom:16px;height:236px}.blog-posts__featured-main-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.blog-posts__featured-main-image:hover img{transform:scale(1.05)}.blog-posts__featured-secondary{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media (max-width: 579px){.blog-posts__featured-secondary{display:flex;flex-direction:row;align-items:flex-start;gap:16px}}@media (min-width: 580px){.blog-posts__featured-secondary{grid-template-columns:320px 1fr}}.blog-posts__featured-secondary-image{display:block;overflow:hidden;border-radius:12px;height:100%;width:100%}@media (max-width: 579px){.blog-posts__featured-secondary-image{width:64px;height:64px;flex-shrink:0;order:2;border-radius:0}}.blog-posts__featured-secondary-image{min-height:200px}@media (max-width: 579px){.blog-posts__featured-secondary-image{min-height:0}}.blog-posts__featured-secondary-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.blog-posts__featured-secondary-image:hover img{transform:scale(1.05)}.blog-posts__meta{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px}@media (max-width: 579px){.blog-posts__meta{margin-bottom:8px}}.blog-posts__author,.blog-posts__date{color:var(--color-orange)}.blog-posts__date:before{content:"•";margin-right:8px}.blog-posts__title{margin:0 0 12px;font-size:20px;line-height:1.3;font-weight:700}@media (max-width: 579px){.blog-posts__title{margin-bottom:8px}}@media (min-width: 991px){.blog-posts__title{font-size:32px}}.blog-posts__featured-main .blog-posts__title{font-size:20px}@media (min-width: 991px){.blog-posts__featured-main .blog-posts__title{font-size:20px}}.blog-posts__list-item .blog-posts__title{font-size:16px}@media (min-width: 991px){.blog-posts__list-item .blog-posts__title{font-size:32px}}.blog-posts__title a{color:var(--color-dark-purple);text-decoration:none;display:inline-flex;align-items:baseline;gap:8px}.blog-posts__title a:hover{color:#6941c6}.blog-posts__title a svg{flex-shrink:0;color:#d4a543;margin-left:auto}@media (max-width: 579px){.blog-posts__title a svg{display:none}}.blog-posts__title--small{font-size:16px}@media (min-width: 991px){.blog-posts__title--small{font-size:20px}}.blog-posts__excerpt{margin:0 0 12px;font-size:14px;font-weight:500}@media (max-width: 579px){.blog-posts__excerpt{margin-bottom:16px}}.blog-posts__tags{display:flex;flex-wrap:wrap;gap:8px}.blog-posts__tag{display:inline-block;padding:2px 10px;border-radius:16px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .3s ease}.blog-posts__tag:hover{opacity:.8}.blog-posts__tag:nth-child(6n+1){background:#eef4ff;color:#3538cd}.blog-posts__tag:nth-child(6n+2){background:#fdf2fa;color:#c11574}.blog-posts__tag:nth-child(6n+3){background:#ecfdf3;color:#027a48}.blog-posts__tag:nth-child(6n+4){background:#fff6ed;color:#c4320a}.blog-posts__tag:nth-child(6n+5){background:#f9f5ff;color:#6941c6}.blog-posts__tag:nth-child(6n+6){background:#fef3f2;color:#b42318}.blog-posts__list{border-top:1px solid #E4E7EC;padding-top:48px}.blog-posts__list-items{display:flex;flex-direction:column;gap:32px}@media (min-width: 991px){.blog-posts__list-items{gap:24px}}.blog-posts__list-item{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media (max-width: 579px){.blog-posts__list-item{display:flex;flex-direction:row;align-items:flex-start;gap:16px}}@media (min-width: 580px){.blog-posts__list-item{grid-template-columns:280px 1fr;gap:24px}}@media (min-width: 991px){.blog-posts__list-item{grid-template-columns:320px 1fr;gap:32px}}.search-results .blog-posts__list-item{padding-bottom:32px;border-bottom:1px solid #E4E7EC}.search-results .blog-posts__list-item:last-child{border-bottom:none;padding-bottom:0}.blog-posts__list-image{display:block;overflow:hidden;border-radius:12px}@media (max-width: 579px){.blog-posts__list-image{order:2;width:64px;height:64px;flex-shrink:0;border-radius:0}}.blog-posts__list-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.blog-posts__list-image:hover img{transform:scale(1.05)}.blog-posts__list-content{display:flex;flex-direction:column;justify-content:center}.blog-posts__pagination{display:flex;align-items:center;justify-content:space-between;margin-top:48px;padding-top:20px;border-top:1px solid #E4E7EC}@media (min-width: 991px){.blog-posts__pagination{margin-top:64px}}.blog-posts__pagination-prev,.blog-posts__pagination-next{min-width:100px}.blog-posts__pagination-next{text-align:right}.blog-posts__pagination-link{display:inline-flex;align-items:center;gap:8px;color:#667085;text-decoration:none;font-weight:600;font-size:14px;transition:color .3s ease}.blog-posts__pagination-link:hover{color:#1a2b5f}.blog-posts__pagination-numbers{display:flex;align-items:center;gap:4px}.blog-posts__pagination-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:#667085;text-decoration:none;font-size:14px;font-weight:500;transition:background-color .3s ease,color .3s ease}.blog-posts__pagination-number:hover{background-color:#f9fafb}.blog-posts__pagination-number--active{background-color:#f9f5ff;color:#6941c6}.blog-posts__pagination-dots{color:#667085;padding:0 8px}.blog-hero{background-color:#f0f9ff;padding:64px 0;text-align:center}@media (min-width: 991px){.blog-hero{padding:96px 0}}.blog-hero__content{max-width:800px;margin:0 auto}.blog-hero__title{color:var(--color-dark-purple);font-size:36px;font-weight:700;margin-bottom:32px;line-height:1.2}@media (min-width: 991px){.blog-hero__title{font-size:56px;margin-bottom:48px}}.blog-hero__search{max-width:480px;margin:0 auto}.blog-hero__search form{position:relative;display:flex;align-items:center}.blog-hero__search input[type=search]{width:100%;padding:12px 16px 12px 48px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;font-size:16px;line-height:24px;color:var(--color-black)}.blog-hero__search input[type=search]::-moz-placeholder{color:#667085}.blog-hero__search input[type=search]::placeholder{color:#667085}.blog-hero__search input[type=search]:focus{outline:none;border-color:var(--color-dark-purple);box-shadow:0 0 0 4px #1a2b5f1a}.blog-hero__search button{position:absolute;left:16px;background:none;border:none;padding:0;cursor:pointer;color:#667085;display:flex;align-items:center;justify-content:center}.blog-hero__search button:hover{color:var(--color-dark-purple)}.ads-page-hero{position:relative;background:linear-gradient(180deg,#eaf2ff00 13.02%,#eaf2ff);overflow:hidden}.ads-page-hero .section-padding{padding-top:80px;padding-bottom:80px}@media (max-width: 991px){.ads-page-hero .section-padding{padding-top:48px;padding-bottom:48px}}.ads-page-hero__inner{display:grid;grid-template-columns:1fr;grid-gap:48px;gap:48px;align-items:center}@media (min-width: 991px){.ads-page-hero__inner{grid-template-columns:1fr 1fr;gap:48px}}@media (min-width: 1280px){.ads-page-hero__inner{gap:64px}}.ads-page-hero__content{display:flex;flex-direction:column;gap:32px}@media (min-width: 991px){.ads-page-hero__content{gap:40px}}.ads-page-hero__text h1,.ads-page-hero__text h2{font-size:36px;line-height:1.15;font-weight:700;color:#1a2b5f;margin:0 0 16px}@media (min-width: 991px){.ads-page-hero__text h1,.ads-page-hero__text h2{font-size:48px}}@media (min-width: 1280px){.ads-page-hero__text h1,.ads-page-hero__text h2{font-size:56px}}.ads-page-hero__text p{font-size:16px;line-height:1.6;color:#4a5568;margin:0}@media (min-width: 991px){.ads-page-hero__text p{font-size:18px}}.ads-page-hero__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.ads-page-hero__list-item{display:flex;align-items:center;gap:12px}.ads-page-hero__list-icon{width:24px;height:24px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}@media (min-width: 991px){.ads-page-hero__list-icon{width:28px;height:28px}}.ads-page-hero__list-title{font-size:16px;font-weight:600;color:#1a2b5f;line-height:1.4}@media (min-width: 991px){.ads-page-hero__list-title{font-size:18px}}.ads-page-hero__form-wrapper{position:relative}.ads-page-hero__form-container{position:relative;border-radius:10px;border:.5px solid rgba(217,216,212,.72);background:#fff;box-shadow:10px 10px 30px #c1aea929;padding:24px}@media (min-width: 991px){.ads-page-hero__form-container{padding:24px 24px 0}}.ads-page-hero__form{position:relative;z-index:1}.ads-page-hero__form h2,.ads-page-hero__form h3{font-size:24px;font-weight:700;color:#1a2b5f;margin:0 0 24px}@media (min-width: 991px){.ads-page-hero__form h2,.ads-page-hero__form h3{font-size:28px;margin-bottom:32px}}.ads-page-hero__form br{display:none}.ads-page-hero__form label{display:block;font-size:14px;font-weight:500;line-height:20px;margin-bottom:6px;color:#0f2066a3}.ads-page-hero__form input[type=text],.ads-page-hero__form input[type=email],.ads-page-hero__form input[type=tel],.ads-page-hero__form input[type=number],.ads-page-hero__form input[type=url],.ads-page-hero__form textarea,.ads-page-hero__form select{width:100%;padding:12px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.32);background:#f6f6f7;box-shadow:0 1px 2px #1018280d;font-size:16px;line-height:24px;transition:border-color .3s ease,box-shadow .3s ease}.ads-page-hero__form input[type=text]::-moz-placeholder,.ads-page-hero__form input[type=email]::-moz-placeholder,.ads-page-hero__form input[type=tel]::-moz-placeholder,.ads-page-hero__form input[type=number]::-moz-placeholder,.ads-page-hero__form input[type=url]::-moz-placeholder,.ads-page-hero__form textarea::-moz-placeholder,.ads-page-hero__form select::-moz-placeholder{color:#667085}.ads-page-hero__form input[type=text]::placeholder,.ads-page-hero__form input[type=email]::placeholder,.ads-page-hero__form input[type=tel]::placeholder,.ads-page-hero__form input[type=number]::placeholder,.ads-page-hero__form input[type=url]::placeholder,.ads-page-hero__form textarea::placeholder,.ads-page-hero__form select::placeholder{color:#667085}.ads-page-hero__form input[type=text]:focus,.ads-page-hero__form input[type=email]:focus,.ads-page-hero__form input[type=tel]:focus,.ads-page-hero__form input[type=number]:focus,.ads-page-hero__form input[type=url]:focus,.ads-page-hero__form textarea:focus,.ads-page-hero__form select:focus{outline:none;border-color:#1a2b5f;box-shadow:0 1px 2px #1018280d,0 0 0 4px #1a2b5f1a}.ads-page-hero__form textarea{min-height:90px;height:90px;resize:vertical}@media (min-width: 991px){.ads-page-hero__form textarea{min-height:70px;height:70px}}.ads-page-hero__form .wpcf7-form{gap:16px}.ads-page-hero__form .form-row{margin-bottom:20px}.ads-page-hero__form .form-row.two-cols{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media (min-width: 580px){.ads-page-hero__form .form-row.two-cols{grid-template-columns:1fr 1fr}}.ads-page-hero__form .wpcf7-form-control-wrap,.ads-page-hero__form .gfield,.ads-page-hero__form .form-group,.ads-page-hero__form p{margin-bottom:0}.ads-page-hero__form input[type=submit],.ads-page-hero__form button[type=submit]{width:100%;padding:14px 24px;border:none;border-radius:8px;background:radial-gradient(274.81% 141.42% at 100% 100%,#d6b03e,#ffe7a0);box-shadow:0 -2px 1px #00000014 inset;color:#1a2b5f;font-size:16px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;margin-top:8px}.ads-page-hero__form input[type=submit]:hover,.ads-page-hero__form button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #e6b84d66}.ads-page-hero__label-bar{background:#1a2b5f;padding:12px 0}.ads-page-hero__label-content{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center;font-size:13px;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}@media (min-width: 991px){.ads-page-hero__label-content{font-size:14px}}.ads-page-hero__label-content svg,.ads-page-hero__label-content img{height:14px;width:auto}.ads-page-hero__label-content a{color:#fff;text-decoration:underline}.ads-page-hero__label-content a:hover{text-decoration:none}.ads-page-hero__label-content p{margin:0}.single-post__header{text-align:center;padding-top:64px;padding-bottom:0}@media (min-width: 991px){.single-post__header{padding-top:96px;padding-bottom:0}}.single-post__header .container{display:flex;flex-direction:column;align-items:center}.single-post__meta-top{margin-bottom:12px}.single-post__published-date{color:var(--color-orange, #d4a543);font-weight:600;font-size:16px}.single-post__title{font-size:36px;line-height:1.2;color:var(--color-dark-purple);max-width:900px;margin:0 auto 24px}@media (min-width: 991px){.single-post__title{font-size:64px}}.single-post__intro{font-size:18px;line-height:1.5;color:#667085;max-width:800px;margin:0 auto 40px}@media (min-width: 991px){.single-post__intro{font-size:20px}}.single-post__tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:48px}.single-post__tag{display:inline-block;padding:4px 12px;border-radius:16px;font-size:14px;font-weight:500;text-decoration:none;background:#f9f5ff;color:#6941c6}.single-post__tag--product{background:#f0f9ff;color:#026aa2}.single-post__tag--research{background:#eef4ff;color:#3538cd}.single-post__tag--design{background:#fdf2fa;color:#c11574}.single-post__tag--engineering{background:#ecfdf3;color:#027a48}.single-post__featured-image{width:100%;margin:0;border-radius:16px;overflow:hidden}.single-post__featured-image img{width:100%;height:auto;display:block}.single-post__content-wrapper{padding:0}.single-post__content-wrapper .container--narrow{max-width:960px;margin:0 auto;padding:0 20px}@media (min-width: 991px){.single-post__content-wrapper .container--narrow{padding:0}}.single-post__content{margin-bottom:48px;font-size:18px;line-height:1.6;color:#475467}.single-post__content p{margin-bottom:24px}.single-post__content h2{font-size:32px;color:var(--color-dark-purple);margin:48px 0 24px}.single-post__content h3{font-size:24px;color:var(--color-dark-purple);margin:32px 0 16px}.single-post__content blockquote{border-left:4px solid var(--color-orange);padding-left:24px;margin:48px 0;font-style:italic;font-size:24px;color:var(--color-dark-purple)}.single-post__content img{max-width:100%;height:auto;border-radius:8px;margin:32px 0}.single-post__content ul,.single-post__content ol{margin:24px 0;padding-left:24px;color:var(--color-dark-purple)}.single-post__content ul{list-style-type:disc}.single-post__content ul li::marker{color:var(--color-dark-purple)}.single-post__content ol{list-style-type:decimal}.single-post__content ol li::marker{color:var(--color-dark-purple);font-weight:600}.single-post__content li{margin-bottom:8px;padding-left:8px}.single-post__conclusion{border-radius:10px;border:.5px solid rgba(217,216,212,.72);background:#fff;box-shadow:10px 10px 30px #c1aea929;padding:32px 32px 40px;margin-top:48px}.single-post__conclusion-title{font-size:30px;color:var(--color-dark-purple);margin-bottom:20px}.single-post__conclusion-text{font-size:18px;line-height:1.6;color:#475467;margin-bottom:0}.single-post__conclusion-text p{margin-bottom:24px}.single-post__conclusion-text p:last-child{margin-bottom:0}.single-post__share-section{margin-top:48px;padding-top:48px;border-top:1px solid #EAECF0}.single-post__share-label{font-size:16px;font-weight:600;color:var(--color-dark-purple);display:block;margin-bottom:16px}.single-post__share{display:flex;gap:12px}.single-post__share-btn,.single-post__share-link{width:36px;height:36px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:all .2s ease;position:relative;text-decoration:none}.single-post__share-btn:hover,.single-post__share-link:hover{background:#f9fafb;border-color:var(--color-dark-purple)}.single-post__share-btn:hover svg,.single-post__share-link:hover svg{stroke:var(--color-dark-purple)}.single-post__share-btn svg,.single-post__share-link svg{width:20px;height:20px;transition:stroke .2s ease}.related-posts{background:#fff;border-top:1px solid #EAECF0;padding:64px 20px}.related-posts__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.related-posts__title{font-size:32px;font-weight:600;color:var(--color-dark-purple)}.related-posts__nav{display:flex;gap:12px}.related-posts__nav-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px;border-radius:8px;border:1px solid #ece7d2;background:#f8f6eea3;cursor:pointer;transition:transform .2s ease}.related-posts__nav-btn img{width:16px;height:16px;display:block}.related-posts__nav-btn:hover{transform:translateY(-1px)}.related-posts__card{display:flex;flex-direction:column;height:100%}.related-posts__image{display:block;width:100%;height:240px;border-radius:12px;overflow:hidden;margin-bottom:24px}.related-posts__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.related-posts__image:hover img{transform:scale(1.05)}.related-posts__meta{display:flex;gap:8px;font-size:14px;color:var(--color-orange);margin-bottom:12px;font-weight:600}.related-posts__meta .related-posts__date:before{content:"•";margin-right:8px;color:var(--color-orange)}.related-posts__author,.related-posts__date{color:var(--color-orange)}.related-posts__card-title{margin:0 0 12px;font-size:24px;line-height:1.3;font-weight:600}.related-posts__card-title a{text-decoration:none;color:var(--color-dark-purple);display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.related-posts__card-title a:hover{color:#6941c6}.related-posts__card-title a svg{flex-shrink:0}.related-posts__excerpt{font-size:16px;line-height:1.5;color:#667085;margin-bottom:24px;flex-grow:1}.related-posts__tags{display:flex;gap:8px;flex-wrap:wrap}.related-posts__tag{font-size:14px;padding:2px 10px;border-radius:16px;font-weight:500;background:#f9f5ff;color:#6941c6}.interface-interface-skeleton__left-sidebar{overflow:visible!important}body .interface-interface-skeleton__content{overflow-x:hidden!important}.acf-field.acf-field-group[data-name=background]>.acf-input>.acf-fields.-border{min-height:450px}body.block-editor-page .wp-block{max-width:1660px;margin-bottom:0;margin-top:0}body.block-editor-page .wp-block[data-align=wide]{max-width:1080px}body.block-editor-page .wp-block[data-align=full]{max-width:none}body.block-editor-page .interface-interface-skeleton__sidebar>div,body.block-editor-page .interface-interface-skeleton__sidebar .interface-complementary-area.editor-sidebar{width:500px!important}.block-library-block__reusable-block-container .block-editor-inserter,.block-library-block__reusable-block-container .components-toolbar-group,.edit-post-layout__metaboxes #wpseo_meta{display:none}.block-editor-inserter__panel-title{letter-spacing:0 I!important}.hidesection{display:none}.site-content{overflow:hidden}
