@import"https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600&display=swap";html{scroll-behavior:smooth}body,p{font-size:18px;font-weight:200;line-height:1.33}.h1,.h2,.h3,.h4,body,h1,h2,h3,h4,p{font-family:Outfit,sans-serif;margin-top:0}.h1,.h2,.h3,.h4,h1,h2,h3,h4{color:#253b5a;font-weight:600;letter-spacing:-.03em}.h1,h1{font-size:40px;line-height:1}.h2,h2{font-size:32px;line-height:34px}.h3,h3{font-size:24px;line-height:26px}@media(min-width:768px){.h1,h1{font-size:50px}.h2,h2{font-size:38px;line-height:40px}.h3,h3{font-size:28px;line-height:30px}p{font-size:18px;line-height:24px}}@media(min-width:1024px){.h1,h1{font-size:60px}.h3,h3{font-size:32px;line-height:36px}body,p{font-size:20px;line-height:26px}.h2,h2{font-size:42px;line-height:45px}}*,:after,:before{box-sizing:border-box}body{margin:0;padding:0}.constrain{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:26px;padding-right:26px;width:100%}@media(min-width:768px){.constrain{padding-left:34px;padding-right:34px}}@media(min-width:1024px){.constrain{padding-left:42px;padding-right:42px}}@media(min-width:1440px){.constrain{padding-left:0;padding-right:0}}.btn{align-items:center;background-color:#253b5a;border:2px solid #253b5a;border-radius:35px;color:#fff;cursor:pointer;display:inline-flex;font-family:Outfit,sans-serif;font-weight:500;justify-content:center;position:relative;text-decoration:none;transition:background-color .6s,border-color .6s;z-index:1}.btn:hover{background-color:#304d75;border-color:#304d75}.btn:active{background-color:#253b5a;border-color:#1b2d4d}.btn:disabled{background-color:#d9dfe7;border-color:#d9dfe7;pointer-events:none}.btn-cta{background-color:#fa817f;border-color:#fa817f}.btn-cta:hover{background-color:#e17472;border-color:#e17472}.btn-cta:active{background-color:#fa817f;border-color:#d75c65}.btn-cta:disabled{background-color:#fedacc;border-color:#fedacc}.btn-secondary{background-color:transparent;border-color:#ffffff50;color:#253b5a}.btn-secondary:hover{background-color:transparent;border-color:#fff}.btn-secondary:active{border-color:#fff}.btn-secondary:disabled{background-color:transparent;border-color:#f0f2f7;color:#c8d0dc}.btn-m{border-width:1px;font-size:14px;gap:10px;line-height:20px;padding:14px 30px}.btn-m svg{height:18px;width:18px}.btn-m.btn-icon-only{height:50px;padding:0;width:58px}.btn-xs{border-width:1px;font-size:10px;gap:9px;line-height:12px;padding:8px 15px}.btn-xs svg{height:12px;width:12px}.btn-xs.btn-icon-only{border-width:1px;height:30px;padding:0;width:36px}.btn-s{border-width:1px;font-size:12px;gap:12px;line-height:1;padding:13px 25px}.btn-s svg{height:16px;width:16px}.btn-s.btn-icon-only{height:40px;padding:0;width:46px}.btn-l{font-size:16px;gap:16px;padding:18px 35px}.btn-l svg{height:20px;width:20px}.btn-l.btn-icon-only{height:60px;padding:0;width:70px}.btn-xl{font-size:18px;gap:22px;line-height:22px;padding:22px 50px}.btn-xl svg{height:24px;width:24px}.btn-xl.btn-icon-only{height:70px;padding:0;width:84px}.btn-icon-only{overflow:hidden}.btn-icon-only span{left:-999px;position:absolute}.menu{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.25,0,0,1)}@media(min-width:1024px){.menu{background-color:#fff;border:1px solid #c8d0dc;border-radius:10px;box-shadow:0 47px 112px rgba(0,0,0,.05),0 17.1558px 40.8818px rgba(0,0,0,.034),0 8.32881px 19.8474px rgba(0,0,0,.028),0 4.08294px 9.72955px rgba(0,0,0,.022),0 1.6144px 3.84708px rgba(0,0,0,.016);display:unset;left:50%;max-height:unset;overflow:unset;padding:10px;pointer-events:none;position:absolute;top:40px;transform:translateX(-50%);visibility:hidden}.menu-item{color:#253b5a;font-size:14px;font-weight:500;padding:7.5px 10px;text-align:center;transition:background-color .26s ease}.menu-item:hover{background-color:#f7f9fc;border-radius:5px;cursor:pointer}.menu-item:hover a{color:#253b5a!important}.menu:before{content:"";height:30px;left:0;position:absolute;top:-25px;width:100%}.menu:hover{animation:fade-up .46s cubic-bezier(.25,0,0,1) forwards;pointer-events:auto;visibility:visible}}.nav{bottom:100px;justify-content:center;left:0;pointer-events:none;position:fixed;right:0;top:100px;z-index:999}.nav,.nav ul{align-items:center;display:flex;flex-direction:column}.nav ul{gap:40px;padding-left:0}.nav ul .nav-item{height:100%;list-style-type:none;opacity:0;padding-left:0;position:relative}.nav ul .nav-item .nav-item-link{align-items:center;display:flex;gap:10px}.nav ul .nav-item .nav-item-link a{color:#fff;display:block;font-size:32px;font-weight:600;line-height:1;text-decoration:none;transition:color .2s cubic-bezier(.25,0,0,1),transform .34s cubic-bezier(.25,0,0,1)}.nav ul .nav-item .nav-item-link a:hover{color:#fa817f}.nav ul .nav-item .nav-item-link-duplicate{display:none}.nav ul .nav-item[data-open] svg{transform:rotate(180deg)}.nav ul .nav-item[data-open] .menu{max-height:var(--items-height);transition:max-height .6s cubic-bezier(.25,0,0,1)}.nav ul .nav-item .menu-item{padding:10px 0}.nav ul .nav-item .menu-item:first-child{margin-top:10px}.nav ul .nav-item .menu a{color:#253b5a;color:#fff;display:block;font-size:20px;font-weight:300;line-height:1;text-align:center;text-decoration:none}.nav ul .nav-item svg{color:#fa817f;height:24px;margin-right:-34px;transition:transform .46s cubic-bezier(.25,0,0,1);width:24px}@media(min-width:768px){.nav ul{align-items:flex-start}.nav ul .nav-item .nav-item-link{gap:20px}.nav ul .nav-item .nav-item-link a{font-size:38px;line-height:1}.nav ul .nav-item .menu a{text-align:left}.nav ul .nav-item svg{height:40px;margin-right:0;width:40px}}@media(min-width:1024px){.nav{animation:unset;justify-content:center;margin-top:0;position:unset;transform:unset;transition:unset}.nav ul{flex-direction:row;gap:40px;justify-content:space-between;padding-left:0}.nav ul .nav-item{opacity:1;padding-left:0;transform:unset;width:unset}.nav ul .nav-item .nav-item-link{align-items:flex-start;gap:10px;height:16px;overflow:hidden}.nav ul .nav-item .nav-item-link-duplicate{display:block}.nav ul .nav-item .nav-item-link a{color:#253b5a;font-size:16px;font-weight:500;text-align:center}.nav ul .nav-item .nav-item-link a:hover{transform:translateY(-16px)}.nav ul .nav-item .menu-item:first-child{margin-top:0}.nav ul .nav-item .menu a{color:#253b5a;font-size:14px;font-weight:500;margin:0;padding:5px 10px;text-align:center;white-space:nowrap}.nav ul .nav-item svg{height:14px;width:14px}.nav ul .nav-item:hover{transform:unset}.nav ul .nav-item:hover svg{transform:rotate(180deg)}.nav ul .nav-item:hover>.menu{animation:fade-up .46s cubic-bezier(.25,0,0,1) forwards;pointer-events:auto;visibility:visible}}.header{align-items:center;display:flex;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:1280px;padding:30px 26px;width:100%}@media(min-width:768px){.header{padding-left:34px;padding-right:34px}}@media(min-width:1024px){.header{padding-left:42px;padding-right:42px}}@media(min-width:1440px){.header{padding-left:0;padding-right:0}}.header *{z-index:999}.header-logo{width:115px}.header-logo path{transition:fill .4s ease;transition-delay:.2s}.header:after{background:radial-gradient(290.32% 126.84% at 0 0,#1b2d4d 0,#07102b 100%);bottom:0;content:"";left:0;max-height:100vh;position:fixed;right:0;top:0;transform:scaleY(0);transform-origin:top;transition:transform .5s cubic-bezier(1,0,.625,1);z-index:997}.header-pattern{left:-20px;max-width:100vw;opacity:0;pointer-events:none;position:fixed;top:-20px;transition:opacity 1s cubic-bezier(.25,0,0,1);z-index:998}.header-pattern path{stroke-width:27}.header-nav-btn{background:#fff;border-width:1px;box-shadow:0 47px 112px rgba(0,0,0,.05),0 17.1558px 40.8818px rgba(0,0,0,.034),0 8.32881px 19.8474px rgba(0,0,0,.028),0 4.08294px 9.72955px rgba(0,0,0,.022),0 1.6144px 3.84708px rgba(0,0,0,.016);font-size:12px;gap:12px;line-height:1;padding:13px 25px;transition:background-color 0s}.header-nav-btn svg{height:16px;width:16px}.header-nav-btn.btn-icon-only{height:40px;padding:0;width:46px}.header-nav-btn:hover{background:#fff;border-color:#c8d0dc}.header .language-switch{left:28px}.header .header-cta-btn,.header .language-switch{bottom:50px;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;transition-duration:0;visibility:hidden}.header .header-cta-btn{right:28px}.header .icon-x{display:none}.header .icon-hamburger{display:block}.header-open .nav{pointer-events:auto}.header-open .nav li{animation:fade-in-right .4s cubic-bezier(.25,0,0,1) forwards;animation-delay:.6s}.header-open .nav li:first-child{animation-delay:.25s;animation-duration:.71s}.header-open .nav li:nth-child(2){animation-delay:.3s;animation-duration:.66s}.header-open .nav li:nth-child(3){animation-delay:.35s;animation-duration:.61s}.header-open .nav li:nth-child(4){animation-delay:.4s;animation-duration:.56s}.header-open .nav li:nth-child(5){animation-delay:.45s;animation-duration:.51s}.header-open .nav li:nth-child(6){animation-delay:.5s;animation-duration:.46s}.header-open .nav li:nth-child(7){animation-delay:.55s;animation-duration:.41s}.header-open .nav li:nth-child(8){animation-delay:.6s;animation-duration:.36s}.header-open .nav li:nth-child(9){animation-delay:.65s;animation-duration:.31s}.header-open .nav li:nth-child(10){animation-delay:.7s;animation-duration:.26s}.header-open .icon-x{display:block}.header-open .icon-hamburger{display:none}.header-open:after{transform:scale(1);transition:transform .78s cubic-bezier(.25,0,0,1)}.header-open .language-switch{opacity:1;pointer-events:auto;transition-delay:.6s;transition-duration:.76s;visibility:visible}.header-open .language-switch-btn:hover,.header-open .language-switch-open .language-switch-btn{background:transparent}.header-open .header-cta-btn{opacity:1;pointer-events:auto;transition-delay:.7s;transition-duration:.76s;visibility:visible}.header-open .header-nav-btn{background:transparent;box-shadow:none}.header-open .header-nav-btn:hover{background:transparent}.header-open .header-pattern{opacity:1}.header-open button{color:#fff}.header-open .header-logo path{fill:#fff}@media(min-width:768px){.header{padding-bottom:40px;padding-top:40px}.header-logo{width:150px}.header ul{margin-bottom:0;margin-top:0}.header-open .header-cta-btn{position:unset}.header-btns{align-items:center;display:flex}.header-nav-btn{border-width:1px;font-size:14px;gap:10px;line-height:20px;margin-right:30px;padding:14px 30px}.header-nav-btn svg{height:18px;width:18px}.header-nav-btn.btn-icon-only{height:50px;padding:0;width:58px}.header .header-cta-btn{border:none;font-size:14px;gap:10px;line-height:20px;opacity:1;padding:14px 30px;pointer-events:auto;position:unset;visibility:visible}.header .header-cta-btn svg{height:18px;width:18px}.header .header-cta-btn.btn-icon-only{height:50px;padding:0;width:58px}}@media(min-width:1024px){.header{padding-bottom:80px;padding-top:50px}.header-nav-btn{display:none}.header .nav{opacity:1;pointer-events:auto;visibility:visible}.header .language-switch{all:unset;margin-right:20px;position:relative}.header-open{position:unset}.header-open .header-pattern,.header-open:after{display:none}.header-open .header-logo path{fill:#253b5a}}@keyframes fade-in-right{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.footer{background:radial-gradient(290.32% 126.84% at 0 0,#1b2d4d 0,#07102b 100%);padding-bottom:60px;padding-top:40px}.footer a{color:#c8d0dc;text-decoration:none}.footer-bottom{display:flex;flex-direction:column}.footer-bottom .footer-copy,.footer-bottom a{font-size:14px}.footer-bottom-row-1{display:flex;flex-direction:column}.footer-bottom-row-1 .footer-copy{color:#e5eaf1;font-weight:500;margin-bottom:10px;opacity:.5}.footer-bottom-row-1 .footer-legal-links{margin-bottom:20px}.footer-bottom-row-1 .footer-legal-links ul{display:flex;gap:20px;list-style-type:none;margin:0;padding-left:0}.footer-bottom-row-1 .language-switch{display:none}.footer-bottom-row-1 .language-switch button{color:#fff}.footer-bottom-row-1 .language-switch button:hover{background:transparent}.footer-bottom-row-1 .language-switch-open button{background:transparent;border:1px solid #fff;color:#fff}.footer-bottom-row-1 .language-switch-open button:hover{background:transparent}.footer-bottom-row-2{display:flex}.footer-bottom-row-2 ul{display:flex;gap:30px;list-style-type:none;margin:0;padding-left:0}.footer-bottom-row-2 ul li{height:20px}.footer-bottom-row-2 svg{height:20px;width:20px}@media(min-width:768px){.footer{padding-bottom:40px}.footer-bottom-row-1{align-items:center;flex-direction:row;justify-content:space-between;margin-bottom:20px}.footer-bottom-row-1 .footer-copy,.footer-bottom-row-1 .footer-legal-links{margin-bottom:0}.footer-bottom-row-1 .footer-legal-links ul{gap:40px}.footer-bottom-row-1 .language-switch{display:inherit}.footer-bottom-row-2{justify-content:center}}@media(min-width:1024px){.footer-bottom{align-items:center;flex-direction:row;justify-content:space-between}.footer-bottom .footer-copy,.footer-bottom a{font-size:14px}.footer-bottom-row-1{flex:1;margin-bottom:0;margin-right:60px}.footer-bottom-row-1 .footer-copy{margin-right:auto}.footer-bottom-row-1 .footer-legal-links{margin-right:60px}.footer-bottom-row-1 .language-switch button{border-width:1px;font-size:12px;gap:12px;line-height:1;padding:13px 25px}.footer-bottom-row-1 .language-switch button svg{height:16px;width:16px}.footer-bottom-row-1 .language-switch button.btn-icon-only{height:40px;padding:0;width:46px}.footer-bottom-row-2 ul{align-items:center;gap:20px}.footer-bottom-row-2 ul li{height:24px}.footer-bottom-row-2 svg{height:24px;width:24px}}.page{display:flex;flex-direction:column;height:100%;max-width:100vw;overflow-x:hidden;position:relative}.page .footer{margin-top:auto}.content-section{display:flex;flex-direction:column-reverse;gap:40px}.content-section .content-entry{align-self:center;flex:1;margin-bottom:0;margin-top:0;text-align:left}.content-section-image{align-items:center;display:flex;height:350px;justify-items:center}.content-section-image img{border-radius:20px;height:100%;object-fit:cover;width:100%}@media(min-width:768px){.content-section{flex-direction:row;gap:70px}.content-section-reverse{flex-direction:row-reverse}.content-section-image{height:350px;width:270px}}@media(min-width:1024px){.content-section .content-entry p{margin-left:0;margin-right:0}.content-section-image{height:500px;width:500px}}@media(min-width:1440px){.content-section{gap:150px}}.content-entry{margin-bottom:60px;margin-top:60px;text-align:center}.content-entry h2{margin-bottom:30px}.content-entry p{color:#253b5a;margin-bottom:0}.content-entry .btn{margin-top:30px}@media(min-width:768px){.content-entry h2{margin-bottom:40px}.content-entry .btn{border-width:1px;font-size:14px;gap:10px;line-height:20px;margin-top:40px;padding:14px 30px}.content-entry .btn svg{height:18px;width:18px}.content-entry .btn.btn-icon-only{height:50px;padding:0;width:58px}}@media(min-width:1024px){.content-entry{margin-bottom:100px;margin-top:100px}.content-entry p{margin-left:auto;margin-right:auto;max-width:880px}.content-entry .btn{font-size:16px;gap:16px;padding:18px 35px}.content-entry .btn svg{height:20px;width:20px}.content-entry .btn.btn-icon-only{height:60px;padding:0;width:70px}}.carousel{--index:0;--item-width:800px;--gap:50px}.carousel-items{display:flex;gap:var(--gap);margin-bottom:50px}.carousel-items:hover{cursor:grab}.carousel-item{transition:box-shadow .64s ease}.carousel-item-active{box-shadow:0 47px 112px rgba(0,0,0,.04),0 17.1558px 40.8818px rgba(0,0,0,.029),0 8.32881px 19.8474px rgba(0,0,0,.024),0 4.08294px 9.72955px rgba(0,0,0,.019),0 1.6144px 3.84708px rgba(0,0,0,.014)}.swiper-slide{width:max-content}.box{background:#fa817f;height:500px;width:700px}.language-switch{position:relative;z-index:1}.language-switch-btn{transition:box-shadow .2s ease}.language-switch-btn:hover,.language-switch-options{background:#fff;box-shadow:0 47px 112px rgba(0,0,0,.04),0 17.1558px 40.8818px rgba(0,0,0,.029),0 8.32881px 19.8474px rgba(0,0,0,.024),0 4.08294px 9.72955px rgba(0,0,0,.019),0 1.6144px 3.84708px rgba(0,0,0,.014)}.language-switch-options{border:1px solid #c8d0dc;border-radius:10px;flex-direction:column;left:50%;list-style-type:none;margin:0;opacity:0;padding:10px;pointer-events:none;position:absolute;top:70px;transform:translateX(-50%);visibility:hidden}.language-switch-options li{border-radius:5px;font-size:14px;transition:background-color .2s cubic-bezier(.25,0,0,1)}.language-switch-options li .language-switch-option-flag{background:#e5eaf1;height:18px;width:24px}.language-switch-options li a{align-items:center;color:#253b5a;display:flex;font-weight:500;gap:10px;height:100%;padding:10px;text-decoration:none;width:100%}.language-switch-options li a span{font-size:14px}.language-switch-options li:hover{background-color:#f7f9fc}.language-switch-open ul{display:flex}.language-switch-open .language-switch-btn{background:#fff;box-shadow:0 47px 112px rgba(0,0,0,.04),0 17.1558px 40.8818px rgba(0,0,0,.029),0 8.32881px 19.8474px rgba(0,0,0,.024),0 4.08294px 9.72955px rgba(0,0,0,.019),0 1.6144px 3.84708px rgba(0,0,0,.014)}.language-switch-open .language-switch-options{animation:fade-up .46s cubic-bezier(.25,0,0,1) forwards;pointer-events:auto;visibility:visible}.language-switch-open[data-position=top] .language-switch-options{animation:fade-down .46s cubic-bezier(.25,0,0,1) forwards}.language-switch[data-position=top] .language-switch-options{top:calc((var(--options-height) + 10px)*-1)}@keyframes fade-down{0%{opacity:0;transform:translateY(-10px) translateX(-50%)}to{opacity:1;transform:translateY(0) translateX(-50%)}}@keyframes fade-up{0%{opacity:0;transform:translateY(10px) translateX(-50%)}to{opacity:1;transform:translateY(0) translateX(-50%)}}.input{width:100%}form select{border:1px solid #c8d0dc;border-radius:8px;color:#253b5a;font-family:Outfit,sans-serif;font-size:16px;font-weight:200;padding:13px 20px;width:100%}form select::placeholder{color:#adb3bb}form select:focus{border-color:#adb3bb;outline:0}form textarea{border:1px solid #c8d0dc;border-radius:8px;color:#253b5a;font-family:Outfit,sans-serif;font-size:16px;font-weight:200;max-width:100%;min-height:150px;min-width:100%;padding:13px 20px;width:100%}form textarea::placeholder{color:#adb3bb}form textarea:focus{border-color:#adb3bb;outline:0}form input[type=email],form input[type=text]{border:1px solid #c8d0dc;border-radius:8px;color:#253b5a;font-family:Outfit,sans-serif;font-size:16px;font-weight:200;padding:13px 20px;width:100%}form input[type=email]:focus,form input[type=text]:focus{border-color:#adb3bb;outline:0}form input[type=email]::placeholder,form input[type=text]::placeholder{color:#adb3bb;font-size:16px;line-height:24px}form input[type=email].error,form input[type=text].error{border-color:#fa817f}form .hs-select{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}form .hs-select select{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #c8d0dc;border-radius:8px;color:#253b5a;font-family:Outfit,sans-serif;font-size:16px;font-weight:200;padding:13px 50px 13px 20px;width:100%}form .hs-select select::placeholder{color:#adb3bb}form .hs-select select:focus{border-color:#adb3bb;outline:0}form .hs-select .input{position:relative}form .hs-select .input:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 6 6 6-6' stroke='%23253B5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:12px 6px;content:"";height:6px;position:absolute;right:20px;top:calc(50% - 3px);width:12px}form .hs-error-msgs{margin-top:6px}form .hs-error-msg{color:#fa817f;font-weight:200;line-height:18px}form .hs-error-msg,form input[type=submit]{font-family:Outfit,sans-serif;font-size:14px}form input[type=submit]{align-items:center;-webkit-appearance:none;background-color:#253b5a;border:1px solid #253b5a;border-radius:35px;color:#fff;cursor:pointer;display:block;display:inline-flex;font-weight:500;gap:10px;justify-content:center;line-height:20px;margin:0;padding:14px 30px;position:relative;text-decoration:none;transition:background-color .6s,border-color .6s;z-index:1}form input[type=submit]:hover{background-color:#304d75;border-color:#304d75}form input[type=submit]:active{background-color:#253b5a;border-color:#1b2d4d}form input[type=submit]:disabled{background-color:#d9dfe7;border-color:#d9dfe7;pointer-events:none}form input[type=submit] svg{height:18px;width:18px}form input[type=submit].btn-icon-only{height:50px;padding:0;width:58px}form label{color:#253b5a;font-family:Outfit,sans-serif;font-size:14px;font-weight:500;line-height:16px}form label>span{display:inline-block;margin-bottom:6px}form label>span a{color:#fa817f}form .hs-form-required{color:#fa817f;display:inline-block;margin-left:0!important;padding-left:3px}form .hs-form-booleancheckbox,form .hs-form-radio{margin-bottom:10px}form .hs-form-booleancheckbox label,form .hs-form-radio label{align-items:center;display:flex;font-family:Outfit,sans-serif;font-size:16px;font-weight:200;gap:10px;line-height:20px}form .hs-form-booleancheckbox input,form .hs-form-radio input{appearance:none;border:1px solid #adb3bb;flex-shrink:0;height:24px;margin:0;width:24px}form .hs-form-booleancheckbox input:checked,form .hs-form-radio input:checked{background-color:#253b5a;border-color:#253b5a;position:relative}form .hs-form-booleancheckbox input:checked:after,form .hs-form-radio input:checked:after{content:"";position:absolute}form .hs-form-booleancheckbox span,form .hs-form-radio span{margin-bottom:0}form .hs-form-radio input{border-radius:50%}form .hs-form-radio input:checked:after{background-color:#fff;border-radius:50%;height:8px;left:calc(50% - 4px);top:calc(50% - 4px);width:8px}form .hs-form-booleancheckbox input{border-radius:6px;max-width:24px}form .hs-form-booleancheckbox input:checked:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.71 1.21a1 1 0 0 0-1.42 0L5.84 8.67 2.71 5.53A1.022 1.022 0 1 0 1.29 7l3.84 3.84a1.001 1.001 0 0 0 1.42 0l8.16-8.16a1 1 0 0 0 0-1.47Z' fill='%23FFF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 12px;height:12px;left:calc(50% - 8px);top:calc(50% - 6px);width:16px}form .hs_error_rollup{margin-bottom:20px}form .hs_error_rollup *{color:#fa817f}form ul{list-style-type:none;padding:0}form ul,form ul li{margin:0}form .hs-form-field{margin-bottom:30px}.home-hero{margin-bottom:150px}.home-what{margin-bottom:120px}.home-what p{font-size:22px;line-height:1.4;margin:0 auto;max-width:90%}@media(min-width:1024px){.home-what p{font-size:24px}}.home-products{margin-bottom:60px}.home-storyline{margin-bottom:0}.home-locations{margin-bottom:60px}.home-about{margin-bottom:240px}.home-partners{margin-bottom:100px}@media(min-width:768px){.home-hero,.home-what{margin-bottom:150px}.home-what p{max-width:80%}.home-products,.home-storyline{margin-bottom:80px}.home-partners{margin-bottom:200px}}@media(min-width:1024px){.home-hero{margin-bottom:150px}.home-what{margin-bottom:120px}.home-what p{max-width:60%}.home-products{margin-bottom:140px}.home-locations{margin-bottom:120px}.home-about{margin-bottom:240px}.home-partners{margin-bottom:200px}}@media(min-width:1440px){.home-hero{margin-bottom:250px}.home-what{margin-bottom:220px}.home-products{margin-bottom:140px}.home-storyline{margin-bottom:150px}.home-locations{margin-bottom:120px}.home-about{margin-bottom:150px}.home-partners{margin-bottom:300px}}.home-hero{padding-top:280px}.home-hero-subtitle{color:#fa817f;display:block;font-size:16px;font-weight:500;margin-bottom:10px}.home-hero .content-entry{margin-bottom:0;margin-top:0;text-align:left}.home-hero .content-entry h2{font-size:40px;line-height:1;max-width:300px}.home-hero .content-entry p{color:#253b5a;margin-bottom:30px;max-width:260px}.home-hero .content-entry .btn{font-size:16px;gap:16px;padding:18px 35px}.home-hero .content-entry .btn svg{height:20px;width:20px}.home-hero .content-entry .btn.btn-icon-only{height:60px;padding:0;width:70px}.home-hero-pattern{left:-180px;position:absolute;top:-400px;width:850px;z-index:-1}@media(min-width:475px){.home-hero-pattern{left:0;right:-10%;transform:none;width:150%}}@media(min-width:768px){.home-hero{padding-top:300px}.home-hero-inner{position:relative}.home-hero .content-entry h2{font-size:50px;margin-bottom:30px;max-width:370px}.home-hero .content-entry p{margin-bottom:40px;margin-left:0;max-width:340px}.home-hero-pattern{left:-10%;top:-250%}}@media(min-width:1024px){.home-hero{padding-top:150px}.home-hero-inner{padding-left:92px}.home-hero .content-entry h2{font-size:60px;max-width:500px}.home-hero .content-entry p{margin-bottom:50px}.home-hero button{font-size:16px;gap:16px;padding:18px 35px}.home-hero button svg{height:20px;width:20px}.home-hero button.btn-icon-only{height:60px;padding:0;width:70px}.home-hero-pattern{left:10%;top:-175%;width:1330px}}@media(min-width:1440px){.home-hero{padding-top:225px}.home-hero-inner{padding-left:142px}.home-hero-pattern{left:25%;top:-175%}}.home-products,.home-products *{position:relative}.home-products *{user-select:none;z-index:1}.home-products-row{display:flex;flex-wrap:nowrap;gap:80px;margin-top:-100px;overflow-x:auto;padding-bottom:200px;padding-top:100px;scroll-behavior:smooth;scroll-padding-left:26px;scroll-snap-type:x mandatory;scrollbar-width:none}.home-products-row::-webkit-scrollbar{display:none}.home-products-item{background:#fff;border:1px solid #f0f2f7;border-radius:20px;flex-shrink:0;padding:30px;position:relative;scroll-snap-align:start;scroll-snap-stop:always;transition:box-shadow .6s ease;width:calc(100vw - 52px)}.home-products-item h3{margin-bottom:30px}.home-products-item ul{display:flex;flex-direction:column;gap:15px;list-style-type:none;margin-bottom:30px;padding-left:0}.home-products-item-feature{align-items:center;display:flex;gap:20px}.home-products-item-feature-icon{background:#fa817f;height:24px;width:24px}.home-products-item-feature>span{color:#253b5a}.home-products-item-image{height:auto;margin-bottom:-40%;width:100%}.home-products-item.active{box-shadow:0 76px 237px rgba(0,0,0,.06),0 27.7413px 86.5089px rgba(0,0,0,.041),0 13.4679px 41.9985px rgba(0,0,0,.033),0 6.6022px 20.5884px rgba(0,0,0,.027),0 2.61052px 8.1407px rgba(0,0,0,.019)}.home-products-item:first-child{margin-left:26px}.home-products-item:last-child{margin-right:26px}.home-products-controls{display:flex;gap:20px;justify-content:center;margin-top:-100px}.home-products-controls .btn{background:#fff;border-color:#f7f9fc;box-shadow:0 47px 112px rgba(0,0,0,.04),0 17.1558px 40.8818px rgba(0,0,0,.029),0 8.32881px 19.8474px rgba(0,0,0,.024),0 4.08294px 9.72955px rgba(0,0,0,.019),0 1.6144px 3.84708px rgba(0,0,0,.014)}.home-products-controls .btn:disabled{box-shadow:none}.home-products:after{background:#f7f9fc;content:"";height:80%;position:absolute;top:70%;transform:translateY(-50%);width:100%;z-index:0}@media(min-width:768px){.home-products-row{min-height:900px;padding-bottom:150px;scroll-padding-left:80px;scroll-padding-right:80px}.home-products-item{align-items:flex-start;display:flex;flex-direction:column;height:max-content;padding:50px;width:520px}.home-products-item-image{bottom:-30%;margin-bottom:0;position:absolute;right:-120px}.home-products-item:first-child{margin-left:80px}.home-products-item:last-child{margin-right:80px}.home-products-controls{gap:45px;margin-top:-225px}.home-products-controls button{font-size:16px;gap:16px;padding:18px 35px}.home-products-controls button svg{height:20px;width:20px}.home-products-controls button.btn-icon-only{height:60px;padding:0;width:70px}.home-products:after{border-radius:20px;height:500px;left:34px;top:270px;transform:none}}@media(min-width:1024px){.home-products-row{gap:150px;scroll-padding-right:calc(50vw - 512px)}.home-products-item:last-child{margin-right:calc(50vw - 212px)}}@media(min-width:1440px){.home-products-row{gap:280px;scroll-padding-left:calc(50vw - 570px);scroll-padding-right:calc(50vw - 620px)}.home-products-item{height:450px;padding:80px;width:800px}.home-products-item-image{bottom:-30%;margin-bottom:0;object-fit:cover;right:-25%}.home-products-item:first-child{margin-left:calc(50vw - 570px)}.home-products-item:last-child{margin-right:calc(50vw + 80px)}.home-products-controls{gap:30px;margin-top:-150px}.home-products:after{height:450px;left:calc(50vw - 640px);top:400px}}.home-about-hero{background-position:50%;background-repeat:no-repeat;background-size:750px;height:500px;margin:0 auto 80px;overflow:hidden;width:100vw}.home-about .content-section p{color:#253b5a;font-size:22px;line-height:1.4}@media(min-width:1024px){.home-about .content-section p{font-size:24px}}.home-about .content-section-image{border-radius:20px;height:auto;object-fit:cover;width:100%}.home-about .content-section:first-child{margin-bottom:80px}.home-about .content-section:first-child p{margin-bottom:0}.home-about .content-section:last-child .content-entry p{margin-bottom:60px}@media(min-width:768px){.home-about-hero{background-size:cover;height:800px}.home-about .content-section:first-child{flex-direction:column-reverse}.home-about .content-section:first-child .content-section-image{width:80%}.home-about .content-section:first-child .content-section-image img{box-shadow:0 76px 237px rgba(0,0,0,.06),0 27.7413px 86.5089px rgba(0,0,0,.041),0 13.4679px 41.9985px rgba(0,0,0,.033),0 6.6022px 20.5884px rgba(0,0,0,.027),0 2.61052px 8.1407px rgba(0,0,0,.019)}.home-about .content-section:first-child .content-entry{align-self:flex-end;max-width:550px}.home-about .content-section:last-child{flex-direction:row;justify-content:center}.home-about .content-section:last-child .content-section-image{margin-left:0;width:50%}.home-about .content-section:last-child .content-entry{margin-top:150px;max-width:220px}}@media(min-width:1024px){.home-about-hero{height:90vh}.home-about .content-section:first-child{flex-direction:row-reverse;justify-content:space-between}.home-about .content-section:first-child .content-section-image{width:60%}.home-about .content-section:first-child .content-entry{align-self:center;max-width:400px;padding-right:20px}.home-about .content-section:last-child{flex-direction:row;justify-content:center}.home-about .content-section:last-child .content-section-image{height:auto;width:400px}.home-about .content-section:last-child .content-entry{margin-top:0;max-width:400px}.home-about .content-section:last-child .content-entry p{margin-bottom:80px}}@media(min-width:1440px){.home-about .content-section:first-child{margin-bottom:200px}}.home-locations{color:#fff;padding-left:0;padding-right:0}.home-locations-inner{background:radial-gradient(290.32% 126.84% at 0 0,#1b2d4d 0,#07102b 100%);overflow:hidden;padding:30px 30px 120px;position:relative}.home-locations .content-entry{margin:0;text-align:left}.home-locations .content-entry .btn,.home-locations .content-entry h2,.home-locations .content-entry p{border-color:#ffffff50;color:currentColor;margin-left:0}.home-locations .content-entry p{line-height:26px;position:relative;z-index:1}.home-locations-illustration{bottom:-50px;height:auto;position:absolute;right:0;width:220px;z-index:0}@media(min-width:768px){.home-locations{padding-left:34px;padding-right:34px}.home-locations-inner{border-radius:20px;padding:50px 50px 90px}.home-locations .content-entry{margin:0;text-align:left}.home-locations .content-entry h2,.home-locations .content-entry p{max-width:320px}.home-locations-illustration{bottom:-90px;height:auto;right:0;width:410px}}@media(min-width:1024px){.home-locations{padding-left:42px;padding-right:42px}.home-locations-inner{padding-bottom:150px}.home-locations .content-entry h2,.home-locations .content-entry p{max-width:510px}.home-locations .content-entry .btn{font-size:16px;gap:16px;padding:18px 35px}.home-locations .content-entry .btn svg{height:20px;width:20px}.home-locations .content-entry .btn.btn-icon-only{height:60px;padding:0;width:70px}.home-locations-illustration{bottom:-120px;right:0;width:540px}}@media(min-width:1440px){.home-locations{padding-left:80px;padding-right:80px}}.home-partners-inner{position:relative}.home-partners .content-entry{margin-bottom:60px;margin-top:0;text-align:left}.home-partners .content-entry p{margin-left:0;margin-right:0;max-width:350px}.home-partners-grid{display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.home-partners-grid-item{height:120px;width:120px}.home-partners-grid-item img{max-width:100%}.home-partners-blob{color:#f7f9fc;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%);width:850px;z-index:-1}@media(min-width:768px){.home-partners-blob{transform:translate(-70%,-50%)}}@media(min-width:1024px){.home-partners-inner{display:flex;gap:130px}.home-partners-grid{gap:50px 80px;grid-template-columns:1fr 1fr 1fr}.home-partners-blob{transform:translate(-100%,-60%)}}@media(min-width:1440px){.home-partners-inner{gap:220px}.home-partners-grid{gap:50px 100px}.home-partners-blob{transform:translate(-95%,-60%)}}.home-storyline{background:url(../../assets/loopergroup-storyline.svg) right 75% no-repeat,linear-gradient(130.34deg,#e4fdfe -.4%,#84a9cd 52.58%),#c4c4c4;max-height:100vh;min-height:100vh;overflow:hidden;padding:60px 20px;position:relative}.home-storyline .constrain{padding:0}.home-storyline .content-entry{margin:0 0 200px;text-align:left}.home-storyline .content-entry p{margin-left:0;max-width:620px}.home-storyline-timeline{bottom:-7px;left:26px;position:absolute}.home-storyline-plant{bottom:-15px;left:40vw;max-height:20vh;position:absolute}.home-storyline-fish1{bottom:40vh;left:45vw;position:absolute;visibility:hidden}.home-storyline-fish2{bottom:60vh;left:70vw;position:absolute;visibility:hidden}.home-storyline-fish3{bottom:30vh;left:25%;position:absolute;width:700px}@media(min-width:768px){.home-storyline{padding:80px}.home-storyline-timeline{left:0;padding:0 80px;position:absolute}.home-storyline-plant{left:30vw;max-height:30vh}.home-storyline-fish1{bottom:40vh;left:45vw;position:absolute;visibility:hidden}.home-storyline-fish2{bottom:10vh;left:70vw;position:absolute;visibility:visible}.home-storyline-fish3{bottom:35vh;left:40vw;width:unset}}@media(min-width:1024px){.home-storyline-timeline{left:42px}.home-storyline-plant{bottom:-15px;left:30vw;max-height:unset}.home-storyline-fish1{bottom:42vh;left:35vw;visibility:visible}.home-storyline-fish2{bottom:75vh;left:80vw}.home-storyline-fish3{bottom:20vh;left:85vw}}@media(min-width:1440px){.home-storyline-timeline{left:calc(50vw - 720px)}}.widget-span{display:flex;flex-direction:column}.content>*{color:#253b5a}.content li,.content p{font-size:18px}.content-page{margin-bottom:60px;margin-top:10px}.content-page-inner{display:flex;flex-direction:column}.content-page-section{margin-bottom:40px}.content-hero{margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:1280px;padding-left:26px;padding-right:26px;width:100%}@media(min-width:768px){.content-hero{padding-left:34px;padding-right:34px}}@media(min-width:1024px){.content-hero{padding-left:42px;padding-right:42px}}@media(min-width:1440px){.content-hero{padding-left:0;padding-right:0}}.content-hero-subtitle{color:#707479;display:block;font-weight:400;margin-bottom:10px;overflow:hidden;text-align:center}.content-hero h1{line-height:1.3;margin-bottom:0;margin-left:auto;margin-right:auto;max-width:840px;overflow:hidden;text-align:center}.content-hero h1 .char{animation:translateUp .5s cubic-bezier(.25,0,0,1) forwards;transform:translateY(200%)}@keyframes translateUp{0%{transform:translateY(200%)}to{transform:translateY(0)}}.content-intro{margin-bottom:60px;margin-top:20px;text-align:center}.content-intro-text{font-size:22px;line-height:1.4;margin-bottom:0}@media(min-width:1024px){.content-intro-text{font-size:24px}}.content-image{margin-left:auto;margin-right:auto;margin-top:20px;max-width:1280px;max-width:840px;padding-left:26px;padding-right:26px;width:100%}@media(min-width:768px){.content-image{padding-left:34px;padding-right:34px}}@media(min-width:1024px){.content-image{padding-left:42px;padding-right:42px}}@media(min-width:1440px){.content-image{padding-left:0;padding-right:0}}.content-image img{border-radius:20px;height:auto;object-fit:cover;width:100%}.content-image-large{height:350px;margin-left:auto;margin-right:auto;margin-top:20px;max-width:1280px;overflow:hidden;position:relative}.content-image-large-img{height:100%;left:0;object-fit:cover;position:absolute;right:0;top:0;width:100%}.content-image-row{display:flex;justify-content:space-between;margin-top:30px}.content-image-row img{border-radius:20px;height:48vw;object-fit:cover;width:48vw}.content-image-row-image-2{margin-top:40px}.content-richtext{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:26px;padding-right:26px;width:100%}@media(min-width:768px){.content-richtext{padding-left:34px;padding-right:34px}}@media(min-width:1024px){.content-richtext{padding-left:42px;padding-right:42px}}@media(min-width:1440px){.content-richtext{padding-left:0;padding-right:0}}.content-richtext h2{margin-bottom:30px;margin-top:0}.content-richtext h3{margin-bottom:20px;margin-top:0}.content-richtext h4{margin-bottom:15px;margin-top:0}.content-richtext p{margin-bottom:0}.content-richtext ol{padding-left:20px}.content-richtext ol li{margin-bottom:20px}.content-richtext ol li span{display:block;margin-left:10px}.content-richtext ol li::marker{color:#fa817f;display:block;font-weight:500}.content-richtext ul{padding-left:15px}.content-richtext ul li{list-style-type:none;margin-bottom:10px;padding-left:20px;position:relative}.content-richtext ul li span{display:block;margin-left:10px}.content-richtext ul li:before{border:2px solid #fa817f;border-radius:50%;content:" ";height:10px;left:-14px;position:absolute;top:8px;width:10px}.content-richtext a{color:#fa817f;font-weight:400}.content-quote{margin:20px auto 60px;max-width:1280px;max-width:1060px;padding-left:26px;padding-right:26px;width:100%}@media(min-width:768px){.content-quote{padding-left:34px;padding-right:34px}}@media(min-width:1024px){.content-quote{padding-left:42px;padding-right:42px}}@media(min-width:1440px){.content-quote{padding-left:0;padding-right:0}}.content-quote-inner{margin-bottom:0;margin-left:0;margin-top:0;max-width:840px}.content-quote blockquote{margin:0}.content-quote blockquote p{font-size:30px;font-weight:300;line-height:50px;margin-bottom:30px}.content-quote figcaption{align-items:center;display:flex}.content-quote figcaption svg{margin-right:20px}.content-quote figcaption cite{font-style:normal}.content-quote figcaption cite span{display:block}.content-quote-author{font-weight:500}.content-form{background-color:#f7f9fc;margin-left:auto;margin-right:auto;max-width:840px;padding:60px 26px}.content-pricing-tiers{position:relative}.content-pricing-tiers-details{display:none}.content-pricing-tiers-pricing{align-items:center;display:flex;flex-direction:column;gap:10px;padding-bottom:20px}.content-pricing-tiers-pricing span{display:block;font-size:18px;font-weight:600;text-align:center}.content-pricing-tiers-pricing-name{border-bottom:2px solid #fa817f;padding-bottom:10px}.content-pricing-tiers-pricing-price{font-size:20px;width:fit-content}.content-pricing-tiers-tables table{border:none!important;font-size:12px;height:unset!important;margin-bottom:40px;overflow-x:auto;width:unset!important}.content-pricing-tiers-tables table .title-row{border-top:1px solid #e5eaf1}.content-pricing-tiers-tables table .title-row td{font-size:24px;font-weight:600;line-height:1.2;padding:20px 0!important}.content-pricing-tiers-tables table tr{border-bottom:1px solid #e5eaf1;height:fit-content!important}.content-pricing-tiers-tables table tr td{height:fit-content!important;min-width:140px!important;padding:10px 0!important;width:unset!important}.content-pricing-tiers-tables table tr>td:first-of-type{background:#fff;font-weight:500;left:0;min-width:70px!important;position:sticky;width:25%!important}.content-pricing-tiers-tables table tr>:not(td:first-of-type){text-align:center}.content-pricing-tiers-tables-small table{margin:auto;max-width:600px}.content-pricing-tiers-tables-small table tr>td:first-of-type{width:unset!important}.content .content-section{margin-left:auto;margin-right:auto;max-width:1280px;max-width:1060px;padding-left:26px;padding-right:26px;width:100%}@media(min-width:768px){.content .content-section{padding-left:34px;padding-right:34px}}@media(min-width:1024px){.content .content-section{padding-left:42px;padding-right:42px}}@media(min-width:1440px){.content .content-section{padding-left:0;padding-right:0}}.content .content-section .content-entry p{margin-bottom:0}.content .content-section-text a{color:#fa817f;font-weight:500}.content .content-section-image{height:unset}.content .content-section-image img{display:block;height:auto;width:100%}@media(min-width:1280px){.content-image-large,.content-image-large img{border-radius:20px}}@media(min-width:768px){.content-intro,.content-richtext{max-width:640px}.content-quote{margin-top:-10px;padding-left:42px;padding-right:42px}.content-page-section{margin-bottom:60px}.content-image-large{height:600px}.content .content-section-image{width:350px}.content-pricing-tiers-pricing span{font-size:24px}.content-pricing-tiers-pricing span:nth-of-type(2){font-size:32px}.content-pricing-tiers-tables table{font-size:18px;width:100%!important}.content-pricing-tiers-tables table tr:first-child{font-size:24px}}@media(min-width:1024px){.content li,.content p{font-size:20px}.content-page{margin-bottom:100px}.content-hero{margin-bottom:60px}.content-intro{display:flex;gap:150px;margin-bottom:120px;margin-left:auto;margin-right:auto;max-width:1280px;padding-left:26px;padding-right:26px;width:100%}}@media(min-width:1024px)and (min-width:768px){.content-intro{padding-left:34px;padding-right:34px}}@media(min-width:1024px)and (min-width:1024px){.content-intro{padding-left:42px;padding-right:42px}}@media(min-width:1024px)and (min-width:1440px){.content-intro{padding-left:0;padding-right:0}}@media(min-width:1024px){.content-intro h3{max-width:290px;min-width:290px;text-align:end}.content-intro-text{text-align:start}.content-richtext{max-width:840px}.content-image{margin-bottom:100px;margin-top:60px}.content-image-large{height:800px;margin:60px auto 120px;max-width:1280px;padding-left:26px;padding-right:26px;width:100%}}@media(min-width:1024px)and (min-width:768px){.content-image-large{padding-left:34px;padding-right:34px}}@media(min-width:1024px)and (min-width:1024px){.content-image-large{padding-left:42px;padding-right:42px}}@media(min-width:1024px)and (min-width:1440px){.content-image-large{padding-left:0;padding-right:0}}@media(min-width:1024px){.content-image-row{display:flex;gap:40px;justify-content:unset;margin-bottom:100px;margin-left:auto;margin-right:auto;max-width:1280px;max-width:1060px;padding-left:26px;padding-right:26px;padding-top:80px;width:100%}}@media(min-width:1024px)and (min-width:768px){.content-image-row{padding-left:34px;padding-right:34px}}@media(min-width:1024px)and (min-width:1024px){.content-image-row{padding-left:42px;padding-right:42px}}@media(min-width:1024px)and (min-width:1440px){.content-image-row{padding-left:0;padding-right:0}}@media(min-width:1024px){.content-image-row-image-wrapper{height:45vw;max-height:500px;max-width:500px;overflow:hidden;position:relative;width:45vw}.content-image-row-image-wrapper img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.content-image-row img{max-height:500px;max-width:500px}.content-quote{margin-bottom:100px;margin-left:auto;margin-top:40px}.content-quote-inner{margin-right:auto}.content-quote blockquote p{font-size:48px;line-height:70px}.content-quote figcaption cite span{display:unset}.content-form{border-radius:20px;padding:110px}.content .content-section{gap:150px;margin-bottom:100px;padding-top:40px}.content .content-section-image{width:500px}}.qr-page{align-items:flex-start;display:flex;justify-content:center;overflow-x:hidden}.qr-page-inner{width:100%}.qr-page a,.qr-page p{font-weight:300}.qr-page main>section{position:relative}.qr-page header{align-items:flex-end;display:flex;height:100px;justify-content:space-between;padding:14px 21px}.qr-page header img{max-height:100%}.qr-page-logo{height:17px;width:63px}@media(min-width:1000px){.qr-page header img{margin-left:calc(50% - 63px)}.qr-page-logo{height:35px;width:129px}}.qr-page-hero{background-position:bottom;background-size:cover;height:486px}.qr-page-hero-content{background:linear-gradient(180deg,rgba(0,0,0,.4),transparent);padding:20px}.qr-page-hero-content h2{color:#fff;font-size:32px;line-height:34px}.qr-page-hero-content h2 span{display:block;font-size:24px;font-weight:300;line-height:32px;margin-top:5px}@media(min-width:1000px){.qr-page-hero{height:600px}}.qr-page-statistics{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 47px 112px rgba(0,0,0,.04),0 17.1558px 40.8818px rgba(0,0,0,.029),0 8.32881px 19.8474px rgba(0,0,0,.024),0 4.08294px 9.72955px rgba(0,0,0,.019),0 1.6144px 3.84708px rgba(0,0,0,.014);display:flex;justify-content:stretch;left:50%;max-width:375px;padding:18px;position:absolute;transform:translate3d(-50%,-50%,0);width:calc(100% - 54px);z-index:1}.qr-page-statistics p{border-left:4px solid #10dc9b;color:#253b5a;font-size:12px;line-height:16px;margin:0;padding-left:10px;width:50%}.qr-page-statistics p:last-of-type{border-color:#78d3fa}.qr-page-statistics p strong{display:block;font-size:24px;font-weight:600;line-height:26px;margin-top:1px}@media(min-width:1000px){.qr-page-statistics{max-width:482px;padding:25px}.qr-page-statistics p{font-size:18px;line-height:24px;padding-left:20px}.qr-page-statistics p strong{font-size:32px;line-height:36px}}.qr-page-videos{align-items:center;background:linear-gradient(180deg,#07102b,#1b2d4d 28.32%);display:flex;flex-direction:column;padding:117px 20px 54px;position:relative}.qr-page-videos h2{color:#fff;font-size:24px;line-height:26px;margin-bottom:40px;text-align:center}.qr-page-videos p{color:#fff;font-size:16px;line-height:20px;margin:60px 0 0;max-width:1140px;padding-right:100px}.qr-page-videos-wrapper{display:grid;gap:20px;grid-template-columns:repeat(1,1fr);max-width:1140px;padding-bottom:40px;width:100%}.qr-page-videos-wrapper>*{border-radius:5px;width:100%}.qr-page-videos .plant-img{bottom:0;display:block;height:174px;position:absolute;right:0;width:83px}@media(min-width:700px){.qr-page-videos-wrapper{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.qr-page-videos-wrapper{gap:60px;grid-template-columns:repeat(3,1fr)}.qr-page-videos h2{font-size:32px;line-height:36px}.qr-page-videos p{font-size:18px;line-height:24px;padding-right:0}}.qr-page-content{align-items:center;color:#253b5a;display:flex;flex-direction:column;padding:50px 20px 61px}.qr-page-content h2,.qr-page-content h3,.qr-page-content p{max-width:840px}.qr-page-content h2{font-size:32px;line-height:34px;margin-bottom:30px}.qr-page-content h3{font-size:24px;line-height:26px;margin-bottom:20px}.qr-page-content p{font-size:16px;line-height:20px;margin-bottom:24px}.qr-page-content p:first-of-type{font-size:20px;line-height:26px;margin-bottom:40px}.qr-page-content img{margin:0 -20px 40px;max-width:1140px;width:calc(100% + 40px)}.qr-page-content .btn-s{height:40px;padding:13px 20px}@media(min-width:1000px){.qr-page-content p{font-size:18px;line-height:24px}}.qr-page-most-spotted{background:#feeee5;padding:56px 0 50px;position:relative}.qr-page-most-spotted:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='107' height='16' fill='none'%3E%3Cpath fill='%23FEEEE5' d='M0 16v-.332c9.238.172 18.476-2.438 27.714-7.83 17.905-10.45 35.81-10.45 53.715 0 8.523 4.975 17.047 7.582 25.571 7.82V16H0Z'/%3E%3C/svg%3E") repeat-x -30px 0;content:"";height:16px;position:absolute;top:-16px;width:100%}.qr-page-most-spotted h2{font-size:32px;line-height:34px;margin-bottom:50px;text-align:center}.qr-page-most-spotted-cards{position:relative}.qr-page-most-spotted-cards-wrapper{color:#253b5a;overflow:hidden;width:100%}.qr-page-most-spotted-cards-slides{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;gap:28px;overflow-x:auto;padding:0 28px 100px;scroll-padding:0 0 0 28px;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.qr-page-most-spotted-cards-slides::-webkit-scrollbar{width:0!important}.qr-page-most-spotted-card{background-color:#fff;border-radius:10px;box-shadow:0 47px 112px rgba(0,0,0,.04),0 17.1558px 40.8818px rgba(0,0,0,.029),0 8.32881px 19.8474px rgba(0,0,0,.024),0 4.08294px 9.72955px rgba(0,0,0,.019),0 1.6144px 3.84708px rgba(0,0,0,.014);flex-shrink:0;padding:15px;scroll-snap-align:start;width:275px}.qr-page-most-spotted-card h3{font-size:24px;line-height:26px;margin-bottom:5px}.qr-page-most-spotted-card h4{font-size:14px;line-height:16px;margin-bottom:25px}.qr-page-most-spotted-card img{margin-bottom:37px}.qr-page-most-spotted-card p{font-size:12px;line-height:16px;margin-bottom:10px}.qr-page-most-spotted-cards-buttons{bottom:34px;display:flex;gap:10px;justify-content:center;position:absolute;width:100%}.qr-page-most-spotted-cards-buttons button{background-color:#fff;border:1px solid #c8d0dc;border-radius:35px;cursor:pointer;height:40px;margin:0;padding:0;width:46px}.qr-page-most-spotted-cards-buttons button svg{height:16px;margin-top:5px;pointer-events:none;width:16px}.qr-page-most-spotted-cards-buttons button svg path{stroke:#253b5a}.qr-page-most-spotted-cards-buttons button:disabled{cursor:default;opacity:.4;pointer-events:none}.qr-page-most-spotted-info{align-items:flex-start;display:flex;gap:20px;margin:0 28px;max-width:1140px}.qr-page-most-spotted-info p{color:#253b5a;font-size:12px;line-height:16px;margin-bottom:0}@media(min-width:1000px){.qr-page-most-spotted{align-items:center;display:flex;flex-direction:column}.qr-page-most-spotted-cards-slides{gap:115px}.qr-page-most-spotted-cards-buttons{display:none}}.qr-page-footer{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1090' height='1065' fill='none'%3E%3Cg stroke='%23FA817F' stroke-width='25' opacity='.3'%3E%3Cpath d='M953.396 827.836C841.751 965.659 717.849 1031.46 581.511 1028.53c-137.122-2.96-280.082-70.904-429.041-206.629C79.024 754.981 40.998 684.288 36.094 609.79c-4.916-74.686 23.3-155.48 87.017-242.757C250.934 191.944 414.258 84.826 613.384 44.925c98.885-19.815 180.379-7.799 245.799 34.371C924.81 121.6 976.086 195.417 1011.98 302.79c71.93 215.216 51.33 389.365-58.584 525.047Z' opacity='.053'/%3E%3Cpath d='M934.925 814.036C828.289 945.502 710.008 1008.21 579.901 1005.41c-130.889-2.82-267.414-67.594-409.737-197.1-70.128-63.813-106.375-131.165-111.05-202.088-4.687-71.109 22.21-148.1 83.065-231.348C264.277 207.848 420.27 105.677 610.46 67.618c94.419-18.895 172.162-7.425 234.544 32.733 62.587 40.291 111.536 110.626 145.814 213.042 68.712 205.307 49.002 371.32-55.893 500.643Z' opacity='.105'/%3E%3Cpath d='M916.455 800.237C814.829 925.344 702.169 984.946 578.292 982.285c-124.656-2.677-254.747-64.279-390.432-187.567-66.81-60.705-101.279-124.717-105.724-192.063-4.458-67.533 21.117-140.721 79.111-219.938C277.621 223.752 426.282 126.529 607.537 90.31c89.953-17.974 163.945-7.051 223.29 31.097 59.547 38.277 106.169 105.129 138.836 202.591 65.497 195.398 46.677 353.274-53.208 476.239Z' opacity='.158'/%3E%3Cpath d='M897.986 786.437c-96.616 118.749-203.655 175.25-321.302 172.727-118.426-2.539-242.081-60.969-371.129-178.037-63.493-57.599-96.182-118.269-100.398-182.038-4.228-63.957 20.026-133.341 75.157-208.528 110.65-150.903 251.98-243.179 424.299-277.557 85.488-17.055 155.73-6.678 212.038 29.459 56.506 36.265 100.8 99.635 131.856 192.141 62.273 185.488 44.351 335.227-50.521 451.833Z' opacity='.211'/%3E%3Cpath d='M879.517 772.636C787.91 885.027 686.492 938.428 575.074 936.043c-112.195-2.401-229.416-57.659-351.826-168.509-60.175-54.492-91.084-111.821-95.071-172.013-3.999-60.379 18.933-125.959 71.202-197.116 104.926-142.841 238.924-230.17 402.31-262.708 81.022-16.135 147.515-6.304 200.785 27.823 53.466 34.252 95.433 94.14 124.877 181.69 59.05 175.578 42.024 317.179-47.834 427.426Z' opacity='.263'/%3E%3Cpath d='M861.049 758.833c-86.596 106.034-182.393 156.336-287.584 154.089-105.964-2.264-216.751-54.351-332.524-158.982-56.857-51.385-85.985-105.373-89.742-161.987-3.77-56.8 17.839-118.575 67.247-185.703 99.2-134.78 225.867-217.162 380.318-247.86 76.558-15.216 139.302-5.931 189.536 26.187 50.425 32.241 90.064 88.646 117.896 171.239 55.828 165.668 39.696 299.13-45.147 403.017Z' opacity='.316'/%3E%3Cpath d='M842.583 745.03c-81.586 99.675-171.762 146.879-270.727 144.77-99.735-2.126-204.088-51.042-313.223-149.455-53.54-48.279-80.885-98.926-84.413-151.96-3.54-53.221 16.746-111.191 63.291-174.289 93.474-126.718 212.81-204.155 358.329-233.013 72.093-14.297 131.089-5.558 178.286 24.552 47.385 30.229 84.695 83.153 110.915 160.789 52.605 155.756 37.369 281.078-42.458 378.606Z' opacity='.368'/%3E%3Cpath d='M824.117 731.225c-76.574 93.317-161.13 137.425-253.87 135.453-93.507-1.988-191.427-47.735-293.924-139.929-50.221-45.174-75.784-92.478-79.081-141.932-3.31-49.64 15.65-103.805 59.333-162.873 87.748-118.656 199.753-191.149 336.339-218.168 67.631-13.378 122.879-5.184 167.04 22.917 44.345 28.219 79.325 77.661 103.933 150.339 49.381 145.844 35.04 263.025-39.77 354.193Z' opacity='.421'/%3E%3Cpath d='M805.653 717.418c-71.561 86.959-150.498 127.973-237.015 126.139-87.281-1.85-178.767-44.43-274.626-130.406-46.904-42.068-70.681-86.031-73.749-131.902-3.08-46.059 14.555-96.417 55.375-151.456 82.022-110.594 186.694-178.144 314.35-203.323 63.168-12.46 114.67-4.812 155.796 21.283 41.304 26.208 73.954 72.17 96.949 139.889 46.157 135.93 32.711 244.969-37.08 329.776Z' opacity='.474'/%3E%3Cpath d='M787.189 703.61c-66.548 80.601-139.865 118.522-220.162 116.826-81.056-1.713-166.11-41.127-255.329-120.884-43.587-38.964-65.578-79.585-68.415-121.872-2.849-42.474 13.458-89.025 51.415-140.035 76.294-102.533 173.636-165.141 292.361-188.481 58.707-11.542 106.465-4.439 144.556 19.65 38.263 24.199 68.583 66.68 89.964 129.44 42.931 126.015 30.38 226.909-34.39 305.356Z' opacity='.526'/%3E%3Cpath d='M768.729 689.799c-61.534 74.243-129.232 109.075-203.311 107.516-74.833-1.575-153.456-37.825-236.036-111.364-40.269-35.86-60.471-73.139-63.077-111.84-2.619-38.888 12.359-81.63 47.452-128.612 70.567-94.471 160.576-152.138 270.374-173.641 54.247-10.624 98.261-4.067 133.318 18.019 35.222 22.19 63.21 61.191 82.977 118.991 39.705 116.098 28.05 208.845-31.697 280.931Z' opacity='.579'/%3E%3Cpath d='M750.271 675.985c-56.518 67.884-118.598 99.63-186.463 98.208-68.613-1.438-140.805-34.525-216.744-101.846-36.952-32.758-55.363-66.694-57.738-101.806-2.388-35.299 11.258-74.232 43.488-117.185 64.837-86.41 147.515-139.138 248.387-158.804 49.789-9.707 90.062-3.695 122.085 16.389 32.181 20.183 57.837 55.705 75.989 108.542 36.477 106.179 25.717 190.777-29.004 256.502Z' opacity='.632'/%3E%3Cpath d='M731.816 662.167c-51.501 61.525-107.964 90.19-169.618 88.905-62.397-1.301-128.159-31.229-197.458-92.333-33.635-29.657-50.25-60.249-52.394-91.768-2.157-31.706 10.155-66.827 39.52-105.753 59.107-78.349 134.453-126.141 226.402-143.971 45.333-8.791 81.867-3.323 110.859 14.762 29.14 18.177 52.46 50.22 68.996 98.094 33.247 96.256 23.384 172.702-26.307 232.064Z' opacity='.684'/%3E%3Cpath d='M713.368 648.343c-46.483 55.167-97.329 80.755-152.779 79.607-56.185-1.163-115.519-27.937-178.176-82.823-30.319-26.559-45.133-53.807-47.045-81.728-1.924-28.107 9.048-59.415 35.549-94.314 53.374-70.289 121.388-113.148 204.418-129.143 40.88-7.876 73.678-2.952 99.64 13.137 26.099 16.174 47.083 44.74 62 87.647 30.015 86.33 21.049 154.618-23.607 207.617Z' opacity='.737'/%3E%3Cpath d='M694.925 634.512c-41.461 48.809-86.692 71.329-135.947 70.317-49.979-1.027-102.887-24.651-158.901-73.321-27.002-23.462-40.009-47.365-41.688-71.681-1.691-24.503 7.936-51.994 31.571-82.868 47.639-62.228 108.321-100.159 182.437-114.322 36.431-6.961 65.498-2.581 88.433 11.517 23.057 14.173 41.701 39.265 54.998 77.202 26.779 76.398 18.711 136.521-20.903 183.156Z' opacity='.789'/%3E%3Cpath d='M676.49 620.67c-36.435 42.451-76.054 61.913-119.124 61.037-43.782-.89-90.268-21.372-139.636-63.826-23.688-20.37-34.877-40.928-36.321-61.629-1.456-20.888 6.816-44.558 27.585-71.408 41.9-54.169 95.25-87.178 160.459-99.51 31.987-6.05 57.33-2.212 77.241 9.901 20.016 12.177 36.315 33.796 47.989 66.758 23.537 66.46 16.37 118.409-18.193 158.677Z' opacity='.842'/%3E%3Cpath d='M658.07 606.814c-31.404 36.093-65.415 52.512-102.316 51.772-37.596-.754-77.665-18.105-120.386-54.345-20.375-17.284-29.731-34.494-30.938-51.567-1.22-17.258 5.685-37.1 23.586-59.929 36.157-46.111 82.175-74.208 138.487-84.713 27.551-5.14 49.179-1.844 66.071 8.293 16.975 10.187 30.924 28.338 40.97 56.319 20.287 56.508 14.022 100.269-15.474 134.17Z' opacity='.895'/%3E%3Cpath d='M639.671 592.933c-26.365 29.739-54.772 43.137-85.53 42.531-31.43-.618-65.089-14.853-101.159-44.883-17.066-14.208-24.565-28.069-25.532-41.49-.98-13.604 4.537-29.608 19.568-48.421 30.407-38.057 69.094-61.255 116.524-69.939 23.127-4.234 41.055-1.479 54.937 6.698 13.935 8.207 25.524 22.896 33.933 45.885 17.024 46.538 11.667 82.089-12.741 109.619Z' opacity='.947'/%3E%3C/g%3E%3C/svg%3E") no-repeat -570px -630px,linear-gradient(156.4deg,#1b2d4d,#07102b);padding-bottom:4px}.qr-page-footer>section{padding:20px 28px}.qr-page-footer>section:first-of-type{border-bottom:1px solid hsla(0,0%,100%,.1)}.qr-page-footer-logo{height:30px;width:115px}.qr-page-footer-logo path{fill:#fa817f}.qr-page-footer p{color:rgba(229,234,241,.5);font-size:12px;line-height:14px;margin-bottom:10px}.qr-page-footer-links{display:flex;gap:20px;list-style-type:none;margin:0;padding:0}.qr-page-footer-links a{color:#c8d0dc;font-size:12px;line-height:16px;text-decoration:none}.qr-page-footer-links a:hover{color:#fff;text-decoration:underline}