@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}img,picture,video,canvas,svg{max-width:100%;height:auto}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit;color:inherit;background:none;border:none;outline:none}button{cursor:pointer}table{border-collapse:collapse;border-spacing:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}h1{font-weight:700;font-size:40px;line-height:48px;font-family:Poppins,sans-serif}@media (max-width: 1023px){h1{font-size:34px;line-height:40px}}@media (max-width: 767px){h1{font-size:28px;line-height:34px}}h2{font-family:Poppins,sans-serif;font-weight:400;font-size:46px;line-height:50px;font-weight:700}@media (max-width: 1023px){h2{font-size:38px;line-height:42px}}@media (max-width: 767px){h2{font-size:30px;line-height:34px}}h3{font-family:Poppins,sans-serif;font-weight:700;font-size:22px;line-height:30px;margin-bottom:12px}h4{font-family:Poppins,sans-serif;font-weight:700;font-size:20px;line-height:24px}.btn-secondary,.btn-primary{cursor:pointer;display:grid;grid-auto-flow:column;justify-content:center;align-items:center;grid-gap:10px;border:1px solid;text-decoration:none}.btn-secondary:disabled,.btn-primary:disabled{background-color:#e4e4e9;color:#b9bbc6;border-color:#e4e4e9;cursor:not-allowed}.btn-secondary:disabled .icon,.btn-primary:disabled .icon{stroke:#b9bbc6;fill:#b9bbc6}.btn-primary{background-color:#1f2b41;color:#fff;border-color:#1f2b41;background:transparent;border:1.5px solid #1f2b41;border-radius:50px;padding:0 12px 0 0;display:inline-flex;gap:10px}.btn-primary span{background:#1f2b41;border-radius:50px;padding:8px 18px}.btn-primary svg{height:15px;width:15px;color:#1f2b41}.btn-primary:hover:not(:disabled){border-color:#385133;color:#fff;box-shadow:0 2px 25px -37px #385133,0 10px 20px -15px #0e121633}.btn-secondary{font-weight:500;padding:6px 12px;background-color:#fff;color:#1f2b41;border:1px solid #1f2b41}.btn-large{padding:0 16px 0 0;gap:14px;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;font-family:Poppins,sans-serif;font-weight:500;font-size:15px;line-height:22.5px}.btn-large .icon{font-size:20px}.btn-large svg{animation:wl-arrow-nudge 2.4s ease-in-out infinite}.btn-small{font-family:Poppins,sans-serif;font-weight:500;font-size:12px;line-height:16.5px}.btn-small .icon{font-size:15px}.btn-light{border:1.5px solid #fff;color:#1f2b41;margin-top:40px}.btn-light span{background:#fff;border-radius:50px;padding:8px 18px}.btn-light svg{height:20px;width:20px;color:#fff}.btn-light:hover:not(:disabled){border:1.5px solid #fff;color:#1f2b41;box-shadow:0 2px 25px -37px #385133,0 10px 20px -15px #0e121633}.btn-go{border-radius:50px;padding:16px 41px;transition-duration:.3s;font-family:Poppins,sans-serif;font-weight:500;font-size:16px;line-height:20px;font-weight:700}.btn-go svg{height:16px;width:16px}@media (max-width: 1023px){.btn-go{font-size:14px}}@media (max-width: 767px){.btn-go{font-size:14px}}.btn-go:hover{scale:1.03}.btn-bold{font-weight:700}:root{--se-ease: cubic-bezier(.16,1,.3,1);--se-section-fade-duration: .22s;--se-section-fade-delay: 0ms;--se-section-offset: 48px;--se-section-duration: 1.36s;--se-section-delay: 60ms;--se-pill-duration: 1s;--se-pill-delay: 80ms;--se-pill-offset: 24px;--se-pill-ease: var(--se-ease);--se-underline-duration: 1.8s;--se-underline-delay: .14s;--se-body-duration: .64s;--se-body-delay: .12s;--se-stagger-step: .12s;--hand-duration: 1.2s;--hand-distance: 96px;--wiggle-period: 2.8s;--wiggle-rot: .7deg;--wiggle-y: 2px;--cards-lr-distance: 36px;--cards-lr-duration: .64s;--cards-stagger: .12s;--se-lr-distance: 36px;--se-lr-duration: .64s;--se-lr-delay: 0ms;--hero-rot: -4deg}@media (max-width: 768px){:root{--se-section-fade-duration: .2s;--se-section-duration: .34s;--se-section-delay: 40ms;--se-pill-duration: .8s;--se-pill-delay: 80ms;--se-pill-offset: 28px;--se-underline-duration: 1.4s;--se-underline-delay: .1s;--se-body-duration: .56s;--se-body-delay: .1s;--se-stagger-step: .1s;--hand-duration: 1s;--hand-distance: 84px;--wiggle-period: 2.6s;--wiggle-rot: .65deg;--wiggle-y: 2px;--hero-rot: 10.176deg}}.se-zoom{display:flex;backface-visibility:hidden;transform-origin:center;transform:translate3d(0,var(--se-pill-offset),0) scale(0)}@keyframes se-zoom-slide{0%{transform:translate3d(0,var(--se-pill-offset),0) scale(0)}to{transform:translateZ(0) scale(1)}}.se-reveal.is-visible .se-zoom{will-change:transform;animation:se-zoom-slide var(--se-pill-duration) var(--se-pill-ease) both;animation-delay:var(--se-pill-delay)}.hand-anim{transform:translate3d(0,var(--hand-distance),0);transform-origin:50% 90%;will-change:transform}@keyframes hand-lift-linear{0%{transform:translate3d(0,var(--hand-distance),0)}to{transform:translateZ(0)}}.se-reveal.is-visible .hand-anim{animation:hand-lift-linear var(--hand-duration) linear both}.hand-rot{transform:rotate(var(--hero-rot))}@media (max-width: 768px){.hand-rot{display:flex;justify-content:flex-end;transform:rotate(var(--hero-rot))}}@keyframes phone-wiggle-smooth{0%{transform:translateZ(0) rotate(var(--hero-rot))}12.5%{transform:translate3d(0,calc(var(--wiggle-y) * .707),0) rotate(calc(var(--hero-rot) + var(--wiggle-rot) * .707))}25%{transform:translate3d(0,var(--wiggle-y),0) rotate(calc(var(--hero-rot) + var(--wiggle-rot)))}37.5%{transform:translate3d(0,calc(var(--wiggle-y) * .707),0) rotate(calc(var(--hero-rot) + var(--wiggle-rot) * .707))}50%{transform:translateZ(0) rotate(var(--hero-rot))}62.5%{transform:translate3d(0,calc(var(--wiggle-y) * -.707),0) rotate(calc(var(--hero-rot) - var(--wiggle-rot) * .707))}75%{transform:translate3d(0,calc(var(--wiggle-y) * -1),0) rotate(calc(var(--hero-rot) - var(--wiggle-rot)))}87.5%{transform:translate3d(0,calc(var(--wiggle-y) * -.707),0) rotate(calc(var(--hero-rot) - var(--wiggle-rot) * .707))}to{transform:translateZ(0) rotate(var(--hero-rot))}}.se-reveal.is-visible .hand-anim .hand-rot{display:flex;justify-content:flex-end;will-change:transform;animation:phone-wiggle-smooth var(--wiggle-period) linear var(--hand-duration) infinite both}.se-underline{position:relative;display:inline-block}.se-underline:after{content:"";position:absolute;left:50%;bottom:-12px;height:4px;width:100%;background:linear-gradient(90deg,#ef4444,#f59e0b,#ef4444);transform-origin:center;transform:translate(-50%) scaleX(0)}.se-reveal.is-visible .se-underline:after{will-change:transform;transform:translate(-50%) scaleX(1);transition:transform var(--se-underline-duration) var(--se-ease);transition-delay:var(--se-underline-delay)}.se-slide{opacity:0;transform:translate3d(0,32px,0)}.se-reveal.is-visible .se-slide{will-change:transform,opacity;opacity:1;transform:translateZ(0);transition:opacity var(--se-body-duration) var(--se-ease),transform var(--se-body-duration) var(--se-ease);transition-delay:var(--se-body-delay)}.se-slide>*{opacity:0;transform:translate3d(0,12px,0)}.se-reveal.is-visible .se-slide>*{opacity:1;transform:translateZ(0);transition:opacity .42s var(--se-ease),transform .42s var(--se-ease)}.se-reveal.is-visible .se-slide>*:nth-child(1){transition-delay:calc(var(--se-body-delay) + var(--se-stagger-step) * 0)}.se-reveal.is-visible .se-slide>*:nth-child(2){transition-delay:calc(var(--se-body-delay) + var(--se-stagger-step) * 1)}.se-reveal.is-visible .se-slide>*:nth-child(3){transition-delay:calc(var(--se-body-delay) + var(--se-stagger-step) * 2)}.se-reveal.is-visible .se-slide>*:nth-child(4){transition-delay:calc(var(--se-body-delay) + var(--se-stagger-step) * 3)}html{scroll-behavior:auto}*{backface-visibility:visible}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.se-zoom,.se-lift,.se-slide,.se-underline:after,.se-reveal,.hand-anim,.hand-rot{transform:none!important;opacity:1!important}}.cards-small-w-dark-bg-curve .cards__header{opacity:0;transform:translate3d(calc(var(--cards-lr-distance) * -1),0,0)}.se-reveal.is-visible.cards-small-w-dark-bg-curve .cards__header{will-change:transform,opacity;opacity:1;transform:translateZ(0);transition:opacity var(--cards-lr-duration) var(--se-ease),transform var(--cards-lr-duration) var(--se-ease);transition-delay:60ms}.cards-small-w-dark-bg-curve .cards__section .card{opacity:0;transform:translate3d(var(--cards-lr-distance),0,0)}.se-reveal.is-visible.cards-small-w-dark-bg-curve .cards__section .card{will-change:transform,opacity;opacity:1;transform:translateZ(0);transition:opacity var(--cards-lr-duration) var(--se-ease),transform var(--cards-lr-duration) var(--se-ease)}.se-reveal.is-visible.cards-small-w-dark-bg-curve .cards__section .card:nth-child(1){transition-delay:calc(var(--cards-stagger) * 0)}.se-reveal.is-visible.cards-small-w-dark-bg-curve .cards__section .card:nth-child(2){transition-delay:calc(var(--cards-stagger) * 1)}.se-reveal.is-visible.cards-small-w-dark-bg-curve .cards__section .card:nth-child(3){transition-delay:calc(var(--cards-stagger) * 2)}.cards-small-w-dark-bg-curve .se-underline{position:relative;display:inline-block}.cards-small-w-dark-bg-curve .se-underline:after{content:"";position:absolute;left:0;bottom:-12px;height:4px;width:100%;background:linear-gradient(90deg,#ef4444,#f59e0b,#ef4444);transform-origin:left center;transform:scaleX(0)}.se-reveal.is-visible.cards-small-w-dark-bg-curve .se-underline:after{will-change:transform;transform:scaleX(1);transition:transform var(--se-underline-duration) var(--se-ease);transition-delay:80ms}.se-slide-left{opacity:0;transform:translate3d(calc(var(--se-lr-distance) * -1),0,0)}@media (max-width: 767px){.se-slide-left{transform:none;transition:none}}.se-reveal.is-visible .se-slide-left{will-change:transform,opacity;opacity:1;transform:translateZ(0);transition:opacity var(--se-lr-duration, .64s) var(--se-ease),transform var(--se-lr-duration, .64s) var(--se-ease);transition-delay:var(--se-lr-delay, 0ms)}@media (max-width: 767px){.se-reveal.is-visible .se-slide-left{transform:none;transition:none}}.se-slide-right{opacity:0;transform:translate3d(var(--se-lr-distance),0,0)}@media (max-width: 767px){.se-slide-right{transform:none}}.se-reveal.is-visible .se-slide-right{will-change:transform,opacity;opacity:1;transform:translateZ(0);transition:opacity var(--se-lr-duration, .64s) var(--se-ease),transform var(--se-lr-duration, .64s) var(--se-ease);transition-delay:var(--se-lr-delay, 0ms)}@media (max-width: 767px){.se-reveal.is-visible .se-slide-right{transform:none;transition:none}}.se-stagger>*{opacity:0;transform:translate3d(0,12px,0)}.se-reveal.is-visible .se-stagger>*{opacity:1;transform:translateZ(0);transition:opacity .42s var(--se-ease),transform .42s var(--se-ease);transition-delay:calc(var(--se-body-delay) + var(--se-stagger-step) * var(--i, 0))}body{background-color:#fff;color:#000;font-size:20px;line-height:32px;font-family:Roboto,sans-serif}body.menu-open{overflow:hidden;height:100%}body.menu-open .mobile-menu{border-radius:0 0 16px 16px}body.menu-open .header{backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0}h2{margin-bottom:8px}p{margin-bottom:16px;color:#0208178c;font-family:Roboto,sans-serif;font-size:20px;line-height:32px}p.dark-para{color:#ffffffa6}a{color:#1f2b4180;text-decoration:underline}a:hover{opacity:.8}app-root img,app-root picture,app-root video,app-root canvas,app-root svg{display:block}.content-wrapper{margin:0 auto;padding-top:4px}.content-inner{max-width:1170px;margin:0 auto;padding:0 20px}@media (max-width: 767px){.content-inner{padding:0 20px}}.icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor}.scroll-hidden{overflow-y:hidden}@media (max-width: 1280px){.hide-on-mobile{display:block}}@media (max-width: 1023px){.hide-on-mobile{display:none}}.cmp-returning__customer{background-color:#1f2b41;text-align:center;position:relative;padding:11px 0;margin-bottom:8px}.cmp-returning__customer sup{line-height:1;font-size:7px}@media (max-width: 767px){.cmp-returning__customer{background:#1f2b41;padding:11px 0}}.cmp-returning__customer p,.cmp-returning__customer a{margin:0;color:#fff;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:18px;font-weight:500}@media (max-width: 767px){.cmp-returning__customer p,.cmp-returning__customer a{font-size:12px}}@media (max-width: 767px){.cmp-returning__customer p,.cmp-returning__customer a{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:18px}}@media (max-width: 767px) and (max-width: 767px){.cmp-returning__customer p,.cmp-returning__customer a{font-size:12px}}.cmp-returning__customer a{margin-left:8px;text-decoration:underline;text-underline-offset:2px}@media (max-width: 767px){.cmp-returning__customer .md-hide{display:none}}.wl-hero{background-image:url(/assets/images/wl-hero-image.webp);background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:24px;min-height:780px;padding:0 8px;position:relative;top:0;margin:0 8px;display:flex;align-items:center}.wl-hero .content-inner{padding:0 20px;width:100%;max-width:1170px}@media (max-width: 1023px){.wl-hero .content-inner{padding:0}}@media (max-width: 1023px){.wl-hero{min-height:412px;padding:144px 40px 112px}}@media (max-width: 767px){.wl-hero{min-height:300px;background-color:#efefef;padding:112px 20px 80px}}.wl-hero__content{padding:48px;background-color:#fff;border-radius:30px;width:50%;max-width:480px}@media (max-width: 1280px){.wl-hero__content{width:42%}}@media (max-width: 1280px){.wl-hero__content{width:50%}}@media (max-width: 767px){.wl-hero__content{width:100%}}.wl-hero__pretitle{font-family:Poppins,sans-serif;font-weight:500;font-size:16px;line-height:20px;color:#507449}@media (max-width: 1023px){.wl-hero__pretitle{font-size:14px}}@media (max-width: 767px){.wl-hero__pretitle{font-size:14px}}.wl-hero__title{margin-bottom:16px;font-weight:700;font-size:40px;line-height:48px;font-family:Poppins,sans-serif;color:#1f2b41}@media (max-width: 1023px){.wl-hero__title{font-size:34px;line-height:40px}}@media (max-width: 767px){.wl-hero__title{font-size:28px;line-height:34px}}.wl-hero__features-list{padding-left:48px;margin-bottom:24px}.wl-hero__features-list li{margin-bottom:5px}.wl-hero__features-list ::marker{color:#507449;font-family:Poppins,sans-serif;font-weight:700;font-size:20px;line-height:24px}.wl-hero a.btn-primary{display:inline-block}@media (max-width: 767px){.wl-hero a.btn-primary{display:block;width:fit-content;margin:0 auto}}.wl-hero--bg-sm,.wl-hero--bg-secondary,.wl-hero--funds{display:flex;align-items:center;background-position:top;text-align:center}.wl-hero--bg-sm .wl-hero__content,.wl-hero--bg-secondary .wl-hero__content,.wl-hero--funds .wl-hero__content{width:100%;background-color:transparent}.wl-hero--bg-sm .wl-hero__title,.wl-hero--bg-secondary .wl-hero__title,.wl-hero--funds .wl-hero__title{color:#fff;text-transform:uppercase}.wl-hero--bg-sm .wl-hero__title strong,.wl-hero--bg-secondary .wl-hero__title strong,.wl-hero--funds .wl-hero__title strong{text-transform:none}.wl-hero--bg-sm{background-image:url(/assets/images/WillowLake-GeneralTopHeader.jpeg);min-height:400px;background-position-x:center}.wl-hero--bg-sm .wl-hero__title{font-weight:700;font-size:40px;line-height:48px;font-family:Poppins,sans-serif}@media (max-width: 1023px){.wl-hero--bg-sm .wl-hero__title{font-size:34px;line-height:40px}}@media (max-width: 767px){.wl-hero--bg-sm .wl-hero__title{font-size:28px;line-height:34px}}.wl-hero--bg-secondary{background-image:url(/assets/images/availability-rates.jpeg);min-height:490px}.wl-hero--bg-secondary .wl-hero__title{font-family:Poppins,sans-serif;font-weight:700;font-size:22px;line-height:30px;margin-bottom:12px}.wl-hero--bg-secondary .btn-primary.btn-small{font-weight:600;padding:6px 48px}.wl-hero--funds{background-image:url(/assets/images/funds-hero-bg.jpg);min-height:auto}@media (max-width: 767px){.wl-hero--funds .wl-hero__content{padding:48px 0}}.wl-hero--funds .wl-hero__title{color:#000;font-weight:100;font-family:Poppins,sans-serif;font-weight:700;font-size:22px;line-height:30px;margin-bottom:12px}.wl-hero--funds .wl-hero__title strong{font-weight:600}.wl-hero--funds .wl-hero__subtitle{font-family:Poppins,sans-serif;font-weight:400;font-size:46px;line-height:50px;font-weight:500}@media (max-width: 1023px){.wl-hero--funds .wl-hero__subtitle{font-size:38px;line-height:42px}}@media (max-width: 767px){.wl-hero--funds .wl-hero__subtitle{font-size:30px;line-height:34px}}.wl-hero--funds .wl-hero__subtitle strong{color:#000;font-weight:700;font-size:40px;line-height:48px;font-family:Poppins,sans-serif;font-weight:600}@media (max-width: 1023px){.wl-hero--funds .wl-hero__subtitle strong{font-size:34px;line-height:40px}}@media (max-width: 767px){.wl-hero--funds .wl-hero__subtitle strong{font-size:28px;line-height:34px}}.wl-hero--funds .wl-hero__todaytitle{font-family:Poppins,sans-serif;font-weight:400;font-size:46px;line-height:50px;font-weight:100}@media (max-width: 1023px){.wl-hero--funds .wl-hero__todaytitle{font-size:38px;line-height:42px}}@media (max-width: 767px){.wl-hero--funds .wl-hero__todaytitle{font-size:30px;line-height:34px}}.wl-hero--funds .wl-hero__todaytitle strong{font-weight:500}.wl-hero--funds sup{font-family:Poppins,sans-serif;font-weight:400;font-size:18px;line-height:21px;font-weight:600}@media (max-width: 1023px){.wl-hero--funds sup{font-size:16px}}@media (max-width: 767px){.wl-hero--funds sup{font-size:16px}}.wl-hero--funds p,.wl-hero--funds .wl-hero__title{margin-bottom:24px;letter-spacing:3px}.wl-hero__pretitle{padding-bottom:16px;display:inline-block;font-size:12px}.btn-getstarted{background-image:url(/assets/images/get-started.png);width:263px;height:115px;background-position:center;background-repeat:no-repeat;display:inline-block}.offer-container{display:grid;grid-template-columns:calc(60% - 20px) calc(40% - 20px);gap:40px}@media (max-width: 767px){.offer-container{grid-template-columns:100%}}.offer-container__list{padding:32px 24px 32px 0;position:relative}@media (max-width: 767px){.offer-container__list{padding:0;text-align:center}}.offer-container__list:after{content:"";position:absolute;top:0;right:-20px;height:100%;border-right:3px dotted black}@media (max-width: 767px){.offer-container__list:after{border-right:none}}.offer-container__list ul{list-style:none;counter-reset:item;padding:0;margin:32px 0;display:flex;flex-direction:column;gap:32px}.offer-container__list ul li{position:relative;counter-increment:item;padding-left:80px}@media (max-width: 767px){.offer-container__list ul li{padding-top:80px;padding-left:0}}.offer-container__list ul li:before{content:counter(item);background-color:#152238;color:#fff;width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%;position:absolute;left:0;top:50%;transform:translateY(-50%);font-family:Poppins,sans-serif;font-weight:700;font-size:20px;line-height:24px}@media (max-width: 767px){.offer-container__list ul li:before{left:50%;top:0;transform:translate(-50%)}}.offer-container__list ul li p{margin:0}.offer-container__list ul li h4{font-weight:600}.offer-container__list a.btn-primary{display:inline-block}@media (max-width: 767px){.offer-container__list a.btn-primary{display:none}}.offer-container__list a.btn-getstarted{width:100%;height:250px;background-image:url(/assets/images/get-started-large.png);display:inline-block}@media (max-width: 767px){.offer-container__list a.btn-getstarted{display:none}}@media (max-width: 1023px){.offer-container__list a.btn-getstarted{height:115px;background-image:url(/assets/images/get-started.png)}}.offer-container__list-options{padding:32px 0}@media (max-width: 767px){.offer-container__list-options{padding:0}}.offer-container__list-options ul li{display:flex;flex-direction:column;align-items:center}.offer-container__list-options ul li:not(:last-of-type){margin-bottom:32px}.offer-container__list-options ul li svg{color:#507449}.offer-container__list-options ul li p{font-family:Poppins,sans-serif;font-weight:400;font-size:18px;line-height:21px;font-weight:600}@media (max-width: 1023px){.offer-container__list-options ul li p{font-size:16px}}@media (max-width: 767px){.offer-container__list-options ul li p{font-size:16px}}.offer-container__list-options a.btn-primary{display:none;width:max-content;margin:30px auto}@media (max-width: 767px){.offer-container__list-options a.btn-primary{display:block}}.offer-container__list-options .btn-getstarted{display:none;margin:24px auto}@media (max-width: 767px){.offer-container__list-options .btn-getstarted{display:block}}.wl-banner{background-color:#033246;padding:16px 0}.wl-banner h4{color:#fff;font-weight:400}.wl-funds__container{padding:48px 20px}@media (max-width: 767px){.wl-funds__container{padding:20px}}.wl-funds__content p{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:18px}@media (max-width: 767px){.wl-funds__content p{font-size:12px}}.wl-funds__content a{color:#0d6efd}.wl-funds__content a:hover{color:#0a58ca}.title-underline:after{content:"";border-image:linear-gradient(90deg,#507449 13.66%,#e9ecef 87.56%) 1;border-bottom:3px solid;width:486px;margin:12px auto 0;display:block}@media (max-width: 767px){.title-underline:after{width:212px}}.cmp-teaser{background-color:#1f2b41;background-image:url(/assets/images/signing-teaser.png);background-repeat:repeat;background-size:800px;border-radius:24px;padding:112px 0 60px;margin:0 8px;overflow:hidden}@media (max-width: 767px){.cmp-teaser{padding:104px 0 60px}}.cmp-teaser.lg-teaser{background:#203c29;position:relative}.cmp-teaser.lg-teaser .content-inner{position:relative;z-index:8}.cmp-teaser.lg-teaser .content-inner .wl-teaser__content{text-align:left}.cmp-teaser.lg-teaser .content-inner .wl-teaser__content h3{color:#fff}.cmp-teaser.lg-teaser .content-inner .wl-teaser__content p{color:#fff9}.cmp-teaser.lg-teaser .content-inner .cmp-teaser__content .cmp-teaser__content--text{margin-bottom:64px}.cmp-teaser .cmp-teaser__content{text-align:center;margin:0 auto}.cmp-teaser .cmp-teaser__content button{margin-top:24px;display:inline-flex}.cmp-teaser .cmp-teaser__content .cmp-teaser__content--text{text-align:center}.cmp-teaser .cmp-teaser__content .cmp-teaser__content--text h1,.cmp-teaser .cmp-teaser__content .cmp-teaser__content--text h2{color:#fff}.cmp-teaser .cmp-teaser__content .cmp-teaser__content--text p{color:#fff9}.cmp-teaser .cmp-teaser__content .wl-cards{padding:48px 0 0;max-width:900px;margin:0 auto}.cmp-teaser .cmp-teaser__content .wl-cards__wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px}@media (max-width: 1280px){.cmp-teaser .cmp-teaser__content .wl-cards__wrapper{gap:16px}}.cmp-teaser .cmp-teaser__content .wl-cards__item{flex:0 0 calc(33.33% - 16px);padding:28px 32px;background-color:#fff;border-radius:16px}@media (max-width: 767px){.cmp-teaser .cmp-teaser__content .wl-cards__item{flex:0 0 100%;padding:32px}}@media (max-width: 1023px){.cmp-teaser .cmp-teaser__content .wl-cards__item:nth-child(4),.cmp-teaser .cmp-teaser__content .wl-cards__item:nth-child(5){flex:0 0 calc(50% - 16px)}}@media (max-width: 767px){.cmp-teaser .cmp-teaser__content .wl-cards__item:nth-child(4),.cmp-teaser .cmp-teaser__content .wl-cards__item:nth-child(5){flex:0 0 100%}}.cmp-teaser .cmp-teaser__content .wl-cards__item .wl-card__number{background-color:#507449;color:#fff;border-radius:20%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-weight:700}.cmp-teaser .cmp-teaser__content .wl-cards__item h3{color:#1f2b41;margin-bottom:12px}.cmp-teaser .cmp-teaser__content .wl-cards__item p{color:#1f2b418c!important}.cmp-teaser.var-a{border-radius:0;margin:0}.cmp-teaser.var-a .cmp-teaser__content{padding:65px 0}@media (max-width: 767px){.cmp-teaser.var-a .cmp-teaser__content{padding:0}.cmp-teaser.var-rewards.var-a .cmp-teaser__wrapper{padding:112px 0 40px}.cmp-teaser.var-rewards.var-a .cmp-teaser__content{padding-top:0}}.about-teaser.cmp-teaser,.contact-teaser.cmp-teaser{margin:0;border-radius:0}.about-teaser.cmp-teaser .cmp-teaser__content,.contact-teaser.cmp-teaser .cmp-teaser__content{margin:0 auto;max-width:768px}@media (max-width: 767px){.about-teaser.cmp-teaser .cmp-teaser__content .cmp-teaser__content--text .wl-pill,.contact-teaser.cmp-teaser .cmp-teaser__content .cmp-teaser__content--text .wl-pill{margin-top:30px}}.about-teaser.cmp-teaser .cmp-teaser__content .cmp-teaser__content--text p,.contact-teaser.cmp-teaser .cmp-teaser__content .cmp-teaser__content--text p{color:#ffffffd9}.about-teaser.cmp-teaser .cmp-teaser__content img{border-radius:16px}.var-rewards{padding:0;margin:0;border-radius:0!important}.var-rewards .cmp-teaser{background:linear-gradient(135deg,#213045,#1e3e33);margin:0;overflow:hidden;position:relative}.var-rewards .cmp-teaser__wrapper{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:48px;min-height:520px;overflow:hidden;padding:112px 0 0}@media (max-width: 1023px){.var-rewards .cmp-teaser__wrapper{grid-template-columns:1fr}}.var-rewards .cmp-teaser__image{display:flex;justify-content:center;align-items:flex-end;margin-top:30px;margin-bottom:-60px;padding-left:100px;order:2}@media (max-width: 1023px){.var-rewards .cmp-teaser__image{display:none}}.var-rewards .cmp-teaser__image-inner{animation:teaser-float 4.5s ease-in-out infinite;filter:drop-shadow(0 30px 60px rgba(0,0,0,.35))}.var-rewards .cmp-teaser__image-inner img{width:340px;height:auto;display:block;-webkit-user-select:none;user-select:none;transform:rotate(8deg)}.var-rewards .cmp-teaser__image-right{position:relative;transform:rotate(14deg);transform-origin:center bottom;animation:teaserFloat 4s ease-in-out infinite;display:flex;justify-content:end;margin:0 0 -60px}.var-rewards .cmp-teaser__image-right img{width:420px;max-width:100%;height:auto;display:block;transform:rotate(-4deg)}@media (max-width: 1023px){.var-rewards .cmp-teaser__image-right{display:none}}.var-rewards .cmp-teaser__content{display:flex;align-items:center;width:100%}.var-rewards .cmp-teaser__content--text{text-align:left!important;max-width:480px;margin-left:auto}@media (max-width: 767px){.var-rewards .cmp-teaser__content--text .wl-pill{margin-top:30px}}.var-rewards .cmp-teaser__content--text h2{letter-spacing:-.02em;color:#fff;margin-bottom:24px;text-shadow:0 2px 20px rgba(31,42,64,.15)}.var-rewards .cmp-teaser__content--text h3{color:#ffffffe6}.var-rewards .cmp-teaser__content--text p{color:#fffc;max-width:520px;margin-bottom:32px}.var-rewards .cmp-teaser__content--text a{color:#fff;text-underline-offset:4px;text-decoration:underline #fff;font-weight:600}.var-rewards .cmp-teaser__content--text a:hover{color:#fffc}@media (max-width: 1023px){.var-rewards .cmp-teaser__content--text{margin-left:0;max-width:100%}}.var-rewards .cmp-teaser__btn-wrap{display:flex;align-items:center}.var-rewards .cmp-teaser.var-a .cmp-teaser__content{padding:0}.var-rewards .cmp-teaser.var-a .cmp-teaser__image .cmp-teaser__image-inner img{transform:rotate(8deg)}@media (max-width: 1023px){.var-rewards.center-content{padding:100px 0;margin:0;border-radius:0}.var-rewards.center-content .cmp-teaser__wrapper{padding:0!important;min-height:auto}}@media (max-width: 767px){.var-rewards.center-content{padding:60px 0}}.cmp-teaser.license-teaser{padding:112px 0;border-radius:0;margin:0}.cmp-teaser.license-teaser .cmp-teaser__content h2{margin-bottom:48px}.cmp-teaser.license-teaser .cmp-teaser__content img{margin:0 auto}@media (max-width: 767px){.cmp-teaser.license-teaser{padding:80px 0}}@keyframes teaser-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.wl-cards__wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px}@media (max-width: 767px){.wl-cards__wrapper{gap:24px}}.wl-cards__item{flex:0 0 calc(33.33% - 16px);padding:40px 36px;border-radius:20px;border-color:#1f2b41;background-color:#fff;box-shadow:#0000000f 0 2px 16px;-webkit-backdrop-filter:blur(11.5px);backdrop-filter:blur(11.5px);transition:transform .8s cubic-bezier(.16,1,.3,1);transform-origin:center;will-change:transform}.wl-cards__item:nth-child(4),.wl-cards__item:nth-child(5){flex:0 0 calc(50% - 16px)}@media (max-width: 1280px){.wl-cards__item{flex:0 0 calc(33.33% - 16px)}.wl-cards__item:nth-child(4),.wl-cards__item:nth-child(5){flex:0 0 calc(50% - 16px)}}@media (max-width: 767px){.wl-cards__item{flex:0 0 100%}.wl-cards__item:nth-child(4),.wl-cards__item:nth-child(5){flex:0 0 100%}}.wl-cards__item .wl-card__number{background-color:#507449;color:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:18px;font-weight:700}@media (max-width: 767px){.wl-cards__item .wl-card__number{font-size:12px}}.wl-cards__item .wl-card__number.card-square{background:linear-gradient(135deg,#507449,#507449cc);border-radius:20%}.wl-cards__item h3{color:#1f2b41;margin-bottom:12px}.wl-cards__item p{margin-bottom:0}.wl-cards__item:hover{transform:translateY(-6px);box-shadow:#0000001a 0 20px 50px,#0000000f 0 8px 24px;transition:.4s}.wl-button__wrapper{text-align:center;margin-top:48px;padding-bottom:80px}.wl-button__wrapper .btn-large span{font-size:15px}.wl-button__wrapper p{margin-top:16px;color:#1f2b4180;font-size:13px;line-height:20px}.wl-button__wrapper p a{color:#1f2b4180;font-size:13px;line-height:20px}.lending-section{padding:100px 0}@media (max-width: 1023px){.lending-section{padding:60px 0}}.lending-section .lending-header{text-align:center;margin-bottom:56px}.lending-section .lending-header h1{color:#1f2b41;margin-bottom:20px}@media (max-width: 1023px){.lending-section .lending-header h1{margin-bottom:20px}}@media (max-width: 1023px){.lending-section .lending-header{margin-bottom:32px}}.lending-section .lending-tiles{display:flex;justify-content:space-between;gap:28px}@media (max-width: 767px){.lending-section .lending-tiles{flex-direction:column}}@media (max-width: 1023px){.lending-section .lending-tiles{gap:20px}}.lending-section .lending-tiles .tile-col{display:flex;flex:1 1 0;min-width:0;flex-direction:column;gap:28px;width:100%}.lending-section .lending-tiles .tile-col.pd-top{padding-top:48px}@media (max-width: 767px){.lending-section .lending-tiles .tile-col.pd-top{padding-top:0}}.lending-section .lending-tiles .tile-col .tile-item{border-radius:20px;min-height:370px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:32px;text-align:center}@media (max-width: 1023px){.lending-section .lending-tiles .tile-col .tile-item{padding:20px;min-height:230px}}.lending-section .lending-tiles .tile-col .tile-item h3{color:#fff}.lending-section .lending-tiles .tile-col .tile-item p{color:#ffffffa6;margin-bottom:0}@media (max-width: 1023px){.lending-section .lending-tiles .tile-col .tile-item p{font-size:14px;line-height:24px;padding:0}}@media (max-width: 767px){.lending-section .lending-tiles .tile-col .tile-item p{font-family:Roboto,sans-serif;font-size:20px;line-height:32px}}.lending-section .lending-tiles .tile-col .tile-item.bg-img{transform:none;aspect-ratio:1/1;padding:0}.lending-section .lending-tiles .tile-col .tile-item.bg-img img{height:100%;width:100%;transition:transform .5s}.lending-section .lending-tiles .tile-col .tile-item.bg-img img:hover{transform:scale(1.02)}.lending-section .lending-tiles .tile-col .tile-item.bg-color{position:relative;opacity:1;transition:transform .5s}.lending-section .lending-tiles .tile-col .tile-item.bg-color>div:not(.overlay-img){position:relative;z-index:1}.lending-section .lending-tiles .tile-col .tile-item.bg-color:hover{transform:translateY(-6px)}.lending-section .lending-tiles .tile-col .tile-item.bg-color.color-1{background:#213045}.lending-section .lending-tiles .tile-col .tile-item.bg-color.color-2{background:#1e3e33}.lending-section .lending-tiles .tile-col .tile-item.bg-color.color-3{background:#273e49}.lending-section .lending-tiles .tile-col .tile-item.bg-color.color-4{background:#24422e}.lending-section .lending-tiles .tile-col .tile-item.bg-color .title-item__text{padding:60px 0}@media (max-width: 1023px){.lending-section .lending-tiles .tile-col .tile-item.bg-color .title-item__text{padding:0}}@media (max-width: 767px){.lending-section .lending-tiles .tile-col .tile-item.bg-color .title-item__text{padding:80px 0}}.lending-section .wl-cards .wl-cards__wrapper{gap:24px}.lending-section .wl-cards .wl-cards__wrapper .wl-cards__item{padding:32px}.lending-section .wl-cards .wl-cards__wrapper .wl-cards__item .wl-card__number.card-square{box-shadow:#50744940 0 4px 14px}.lending-section .wl-cards .wl-cards__wrapper .wl-cards__item p{font-weight:400;font-size:17px;line-height:27px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";margin-bottom:0}.lending-section .wl-cards .wl-cards__wrapper .wl-cards__item:hover h3{color:#507449}.wl-teaser{color:#000}.wl-teaser.t-reverse .wl-teaser__container{flex-direction:row-reverse}@media (max-width: 1023px){.wl-teaser.t-reverse .wl-teaser__container{flex-direction:column}}.wl-teaser__container{display:flex;align-items:center;gap:64px;padding:100px 0 48px}@media (max-width: 1023px){.wl-teaser__container{padding:48px 0;flex-direction:column;align-items:flex-start;gap:24px}}.wl-teaser__container>div{flex:0 0 calc(50% - 32px)}@media (max-width: 767px){.wl-teaser__container>div{flex:0 0 100%;width:100%}}.wl-teaser__container .wl-teaser__content .wl-teaser__text{max-width:460px}.wl-teaser__image{border-radius:20px;overflow:hidden;box-shadow:#00000014 0 8px 32px}.wl-teaser__image img{width:100%;aspect-ratio:4/3}.wl-teaser__title{margin-bottom:20px;color:#1f2b41}.wl-teaser p{margin-bottom:16px;font-size:20px;line-height:32px;font-family:Roboto,sans-serif}.wl-teaser__button{display:inline-block}@media (max-width: 767px){.wl-teaser__button{display:block;width:fit-content;margin:0 auto}}.wl-teaser .cmp-teaser__image{background:#fffffff7;box-shadow:#00000040 0 20px 60px,#ffffff1a 0 0 0 1px;opacity:1;transform:none}.wl-pill{background:#ffffff2e;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:1;transform:none;display:inline-flex;border-radius:340282000000000000000000000000000000000px;align-items:center;padding:6px 16px;margin-bottom:32px;gap:8px}.wl-pill svg{color:#fff;width:14px;height:14px}.wl-pill span{color:#fff;font-weight:700;font-family:Poppins,sans-serif;font-weight:400;font-size:12px;line-height:14px;font-weight:600}.cmp-info{padding-top:148px;margin:0 auto 112px}.cmp-info h1{margin-bottom:32px;color:#1f2b41}.cmp-info h2{font-size:24px;color:#1f2b41}.cmp-info .cmp-info__container{background-color:#f5f5f559;border:1px solid rgba(224,224,224,.4);padding:40px;border-radius:16px;margin:0}@media (max-width: 767px){.cmp-info .cmp-info__container{padding:20px}}.cmp-info .cmp-info__container p,.cmp-info .cmp-info__container ul,.cmp-info .cmp-info__container ul li,.cmp-info .cmp-info__container ol,.cmp-info .cmp-info__container ol li{line-height:30px;color:#1f2b41b3;font-family:Poppins,sans-serif;font-weight:400;font-size:16px;line-height:28px}.cmp-info .cmp-info__container p:last-child,.cmp-info .cmp-info__container ul:last-child,.cmp-info .cmp-info__container ul li:last-child,.cmp-info .cmp-info__container ol:last-child,.cmp-info .cmp-info__container ol li:last-child{margin-bottom:0}.cmp-info .cmp-info__container ul,.cmp-info .cmp-info__container ol{padding:0 0 20px 40px}.cmp-info .cmp-info__container ul li,.cmp-info .cmp-info__container ol li{margin-bottom:10px}.cmp-info .cmp-info__container a{word-break:break-all}.cmp-info .cmp-info__container .cmp-info__legal{background-color:#5074490f;border:1px solid rgba(80,116,73,.1215686275);padding:24px;border-radius:16px;margin:0;text-align:center;display:flex;justify-content:center}.cmp-info .cmp-info__container .cmp-info__legal p{font-size:14px;margin-bottom:0;color:#507449;font-weight:600}.customer-rating-bar{padding:20px 0;box-shadow:#1f2a400f 0 2px 8px;background:#f5f5f5;border-bottom:1px solid rgba(31,42,64,.15);border-color:#1f2a4026;text-align:center;position:relative;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:18px;font-family:Helvetica Neue,Helvetica,Arial,"sans-serif"}@media (max-width: 767px){.customer-rating-bar{font-size:12px}}.customer-rating-bar .rating-section{color:#191919;cursor:pointer;display:flex;justify-content:center;gap:16px;align-items:center}.customer-rating-bar .rating-section .rating-type{font-family:Poppins,sans-serif;font-weight:400;font-size:18px;line-height:21px;font-family:Helvetica Neue,Helvetica,Arial,"sans-serif";font-weight:700}@media (max-width: 1023px){.customer-rating-bar .rating-section .rating-type{font-size:16px}}@media (max-width: 767px){.customer-rating-bar .rating-section .rating-type{font-size:16px}}@media (max-width: 1023px){.customer-rating-bar .rating-section .rating-type{display:block}}.customer-rating-bar .rating-underline{text-decoration:underline}.customer-rating-bar .rating-underline:hover{text-decoration:none}.customer-rating-bar:hover .rating-section .rating-grid .tp-star__canvas,.customer-rating-bar:hover .rating-section .rating-grid .tp-star__canvas--half{fill:#008254!important;transition:fill .2s ease}.customer-rating-bar:hover .rating-section .rating-grid [fill="#dcdce6"]{fill:#dcdce6!important}.customer-rating-bar:hover .rating-underline{text-decoration:none}@media (max-width: 767px){.customer-rating-bar{background:#f5f5f5}}.rating-grid{display:flex;gap:4px}.rating-grid svg{width:24px;height:24px}.rating-grid:hover .tp-star__canvas,.rating-grid:hover .tp-star__canvas--half{fill:#008254!important;transition:fill .2s ease}.rating-grid:hover hover [fill="#dcdce6"]{fill:#dcdce6!important}.trustpilot-label{display:flex;align-items:center;gap:0;width:80px;height:auto}.trustpilot-label svg{width:80px!important;height:20px}.trustpilot-widget-wrapper{padding:100px 0}.trustpilot-widget-wrapper .trustpilot-widget-layout{display:flex;align-items:center;gap:30px 24px}.trustpilot-widget-wrapper .trustpilot-widget-layout .left-sec{display:flex;flex-direction:column;gap:18px;color:#efefef;width:200px;cursor:pointer}.trustpilot-widget-wrapper .trustpilot-widget-layout .left-sec .trustpilot-label{width:120px}.trustpilot-widget-wrapper .trustpilot-widget-layout .left-sec .rating{font-size:32px;font-weight:700}.trustpilot-widget-wrapper .trustpilot-widget-layout .left-sec span:first-of-type{font-size:14px;font-weight:700;padding-right:4px}.trustpilot-widget-wrapper .trustpilot-widget-layout .left-sec span:last-of-type{font-size:14px;font-weight:400;color:#666}.trustpilot-widget-wrapper .trustpilot-widget-layout .left-sec .total-reviews{font-size:14px;font-weight:400}.trustpilot-widget-wrapper .trustpilot-widget-layout .left-sec .total-reviews:hover{text-decoration:underline}.trustpilot-widget-wrapper .trustpilot-widget-layout .left-sec:hover .rating-grid .tp-star__canvas,.trustpilot-widget-wrapper .trustpilot-widget-layout .left-sec:hover .rating-grid .tp-star__canvas--half{fill:#008254!important;transition:fill .2s ease}.trustpilot-widget-wrapper .trustpilot-widget-layout .left-sec:hover .rating-grid [fill="#dcdce6"]{fill:#dcdce6!important}.trustpilot-widget-wrapper .trustpilot-widget-layout .right-sec{min-width:0;width:100%}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel{--items-per-slide: 3;--carousel-gap: 16px;position:relative;width:100%;padding:0 50px 0 60px}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__head h3{color:#0f172a;margin:0}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__head a{color:#0f5bd8;font-size:.9rem;font-weight:600;text-decoration:none}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__head a:hover{text-decoration:underline}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__status{color:#475569;font-size:.95rem;margin:12px 0 0;text-align:center}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__status a{color:#0f5bd8;text-decoration:none}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__status a:hover{text-decoration:underline}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__viewport{overflow:hidden;overflow-x:hidden;position:relative}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__track{display:flex;width:100%;transition:transform 1s ease}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__item{box-sizing:border-box;display:flex;cursor:pointer;flex:0 0 calc((100% - (var(--items-per-slide) - 1) * var(--carousel-gap)) / var(--items-per-slide));max-width:calc((100% - (var(--items-per-slide) - 1) * var(--carousel-gap)) / var(--items-per-slide));min-width:0;width:calc((100% - (var(--items-per-slide) - 1) * var(--carousel-gap)) / var(--items-per-slide))}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-review-card{border:1px solid rgb(224,224,224);border-radius:4px;display:flex;flex:1;flex-direction:column;height:100%;min-height:200px;padding:18px;box-shadow:#1f2a4014 0 8px 24px}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-review-card .review-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-review-card .review-header .review-days{font-size:12px;font-weight:400;color:#666}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-review-card p{font-size:14px;font-weight:400;color:#efefef;line-height:1.5;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-review-card footer{color:#64748b;display:flex;font-size:.85rem;gap:10px;justify-content:space-between;margin-top:auto;padding-top:14px;text-transform:capitalize}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-review-card:hover .rating-grid .tp-star__canvas,.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-review-card:hover .rating-grid .tp-star__canvas--half{fill:#008254!important;transition:fill .2s ease}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-review-card:hover .rating-grid [fill="#dcdce6"]{fill:#dcdce6!important}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-review-card__stars img{display:block;height:20px;width:auto}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__controls{inset:40% 0 auto;pointer-events:none;position:absolute;transform:translateY(-50%)}.trustpilot-widget-wrapper .trustpilot-widget-layout .chevron-btn{align-items:center;border:none;border-radius:999px;cursor:pointer;display:flex;height:40px;justify-content:center;min-width:40px;padding:0;position:relative;transition:background .2s ease;width:40px;pointer-events:auto;position:absolute;top:0;border:1px solid rgb(224,224,224)}.trustpilot-widget-wrapper .trustpilot-widget-layout .chevron-btn--left:after{transform:rotate(135deg)}.trustpilot-widget-wrapper .trustpilot-widget-layout .chevron-btn--left{left:0}.trustpilot-widget-wrapper .trustpilot-widget-layout .chevron-btn--right:after{transform:rotate(-45deg)}.trustpilot-widget-wrapper .trustpilot-widget-layout .chevron-btn--right{right:0}.trustpilot-widget-wrapper .trustpilot-widget-layout .carousel-slide{display:flex;gap:12px;flex:0 0 100%;overflow:hidden}@media screen and (max-width: 1075px){.trustpilot-widget-wrapper .trustpilot-widget-layout{flex-wrap:wrap}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel{margin:0 auto}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__track{--items-per-slide: 2}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__item:nth-child(3){display:none}.trustpilot-widget-wrapper .trustpilot-widget-layout .left-sec{flex-basis:100%;gap:0}.trustpilot-widget-wrapper .trustpilot-widget-layout .left-sec>div{text-align:center;justify-content:center}.trustpilot-widget-wrapper .trustpilot-widget-layout .left-sec .trustpilot-label{margin:0 auto}.trustpilot-widget-wrapper .trustpilot-widget-layout .right-sec{flex-basis:100%}}@media (max-width: 767px){.trustpilot-widget-wrapper{padding:60px 0}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__track{--items-per-slide: 1}.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__item:nth-child(2),.trustpilot-widget-wrapper .trustpilot-widget-layout .custom-trustpilot-carousel__item:nth-child(3){display:none}}@keyframes wl-arrow-nudge{0%,to{transform:translate(0)}50%{transform:translate(6px)}}
