@charset "UTF-8";:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:75rem}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:75rem}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:2.625rem;height:2.625rem;position:absolute;left:50%;top:50%;margin-left:-1.3125rem;margin-top:-1.3125rem;z-index:10;transform-origin:50%;box-sizing:border-box;border:.25rem solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:10.3125rem;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:12.5rem}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video:before{content:"";position:absolute;width:100%;height:100%;background:#ff000057;display:none}.gslide-video.playing:before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 2.5rem);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:1.25rem;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:.75rem}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description,.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:1.1875rem .6875rem 3.125rem;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,#0000 0,#000000bf);-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:1.875rem}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:1.5625rem;width:1.5625rem;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:.125rem solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:1.625rem;height:2.75rem;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:1.5625rem;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:.125rem solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:1.375rem 1.25rem}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:1.1875rem;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:#000000bf;border-radius:.25rem}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:1.875rem;width:2.5rem;height:3.125rem}.glightbox-clean .gnext{position:absolute;top:-100%;right:1.875rem;width:2.5rem;height:3.125rem}.glightbox-clean .gclose{width:2.1875rem;height:2.1875rem;top:.9375rem;right:.625rem;position:absolute}.glightbox-clean .gclose svg{width:1.125rem;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutLeft{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{0%{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes gslideInRight{0%{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutRight{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media(min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:17.1875rem}.glightbox-open{height:auto}.goverlay{background:#000000eb}.glightbox-clean .gslide-media{-webkit-box-shadow:1px .125rem .5625rem 0 rgba(0,0,0,.65);box-shadow:1px .125rem .5625rem #000000a6}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:#00000052}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:#000000b3}.glightbox-clean .gprev,.glightbox-clean .gnext{top:45%}}@media(min-width:992px){.glightbox-clean .gclose{opacity:.7;right:1.25rem}}@media screen and (max-height:420px){.goverlay{background:#000}}@font-face{font-family:Inter;src:url(../fonts/Inter.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}*{padding:0;margin:0;border:0px}*,*:before,*:after{box-sizing:border-box}*:before,*:after{display:inline-block}html,body{height:100%}body{scrollbar-gutter:stable;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,button,textarea{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;background-color:transparent}input,textarea{width:100%}label{display:inline-block}button,select,option{cursor:pointer}a{display:inline-block;color:inherit;text-decoration:none}ul,ol,ul li{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}:root{--accent: #1b395f;--black: #0f0f0f;--white: #ffffff;--blue: #1c1ec2;--stroke: #c9c9c9;--border-radius: .625rem;--grey: #d9d9d9;--border: #efefef;--bg: #f5f5f5;--container-width: 77.625rem;--padding-container: 1rem;--font-main: "Inter", sans-serif}h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1}a{transition:color .3s ease}a:hover{color:var(--accent-color)}.text-formatted{font-weight:700;font-size:1.25rem;line-height:140%}@media(max-width:991.98px){.text-formatted{font-size:1rem}}.text-formatted{color:var(--black)}.text-formatted p:not(:last-child){margin-bottom:1rem}.text-formatted hr{margin:.75rem 0 1.5rem;border-bottom:1px solid var(--stroke)}@media(max-width:767.98px){.text-formatted hr{margin:.75rem 0 .5rem}}.text-formatted strong{font-weight:600}.text-formatted h1,.text-formatted h2,.text-formatted h3,.text-formatted h4,.text-formatted h5{font-weight:700;line-height:140%;color:var(--accent)}.text-formatted h1:not(:first-child),.text-formatted h2:not(:first-child),.text-formatted h3:not(:first-child),.text-formatted h4:not(:first-child),.text-formatted h5:not(:first-child){margin-top:1.25rem}.text-formatted h1:not(:last-child),.text-formatted h2:not(:last-child),.text-formatted h3:not(:last-child),.text-formatted h4:not(:last-child),.text-formatted h5:not(:last-child){margin-bottom:1rem}.text-formatted h1{font-size:3rem}@media(max-width:767.98px){.text-formatted h1{font-size:2.5rem}}.text-formatted h2{font-size:2rem}@media(max-width:991.98px){.text-formatted h2{font-size:1.5rem}}.text-formatted h3{font-size:1.75rem}@media(max-width:991.98px){.text-formatted h3{font-size:1.25rem}}.text-formatted h4{font-size:1.125rem}@media(max-width:575.98px){.text-formatted h4{font-size:1rem}}.text-formatted h5{font-size:1.25rem}.text-formatted ul:not(:last-child),.text-formatted ol:not(:last-child){margin-bottom:1.25rem}@media(max-width:1023.98px){.text-formatted ul:not(:last-child),.text-formatted ol:not(:last-child){margin-bottom:1rem}}.text-formatted li:not(:last-child){margin-bottom:.75rem}.text-formatted ul,.text-formatted ul li{list-style:inside!important}.text-formatted ol{counter-reset:number}.text-formatted ol>li{position:relative;counter-increment:number;padding-left:toRem(20)}.text-formatted ol>li:before{content:counter(number) ".";position:absolute;top:0;left:0}.text-formatted a{text-decoration:underline;transition:color .3s;color:var(--accent)}@media(any-hover:hover){.text-formatted a:hover{text-decoration:none;color:var(--blue)}}.text-formatted img{max-width:100%;height:auto;display:block;border-radius:var(--border-radius)}.text-formatted img:not(:first-child){margin-top:2rem}.text-formatted img:not(:last-child){margin-bottom:2rem}@media(max-width:1023.98px){.text-formatted img:not(:last-child){margin-bottom:1.25rem}}@media(min-width:992px){html,html *{scrollbar-color:auto;scrollbar-width:auto}html::-webkit-scrollbar,html *::-webkit-scrollbar{width:.25rem;height:.25rem}html::-webkit-scrollbar-button,html *::-webkit-scrollbar-button{display:none}html::-webkit-scrollbar-track,html *::-webkit-scrollbar-track{background:var(--white)}html::-webkit-scrollbar-track-piece,html *::-webkit-scrollbar-track-piece{background:var(--white)}html::-webkit-scrollbar-thumb,html *::-webkit-scrollbar-thumb{background:var(--accent);border-radius:2rem}html::-webkit-scrollbar-corner,html *::-webkit-scrollbar-corner{background:var(--white)}}html{scroll-behavior:smooth;background:var(--white)}body{min-width:20rem;color:var(--black);font-family:var(--font-main);font-weight:700;font-size:1.25rem;line-height:1.4;background:var(--white);font-variant-numeric:lining-nums proportional-nums;overflow-y:auto;overflow-x:hidden;text-wrap:balance}@media(max-width:991.98px){body{font-size:1rem}}[data-scrolllock] body{overflow:hidden;touch-action:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:clip}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}.wrapper *{scroll-margin-top:7.5rem}@media(max-width:991.98px){.wrapper *{scroll-margin-top:5.375rem}}[class*=__container]{max-width:var(--container-width);margin:0 auto;width:100%;padding-left:var(--padding-container);padding-right:var(--padding-container)}[data-anim],[data-anim-stagger]>*{opacity:0;visibility:hidden}@media(scripting:none){[data-anim],[data-anim-stagger]>*{opacity:1!important;visibility:visible!important}}html.lock-scroll,body.lock-scroll{overflow:hidden!important;height:100%!important;width:100%!important;position:fixed!important;left:0;top:0}.hidden{display:none!important}.lock{overflow:hidden}.bg-white{background:var(--white)}.section{padding-top:3.75rem;padding-bottom:3.75rem}@media(max-width:991.98px){.section{padding-top:2.5rem;padding-bottom:2.5rem}}.section-text:not(:last-child){margin-bottom:2.5rem}@media(max-width:767.98px){.section-text:not(:last-child){margin-bottom:1.5rem}}@media(max-width:991.98px){.desktop{display:none!important}}@media(min-width:992px){.mobile{display:none!important}}.visually-hidden{position:absolute!important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal}.title{font-weight:700;font-size:2rem;line-height:1;color:var(--accent)}.title:not(:last-child){margin-bottom:2rem}@media(max-width:991.98px){.title:not(:last-child){margin-bottom:1.5rem}}@media(max-width:991.98px){.title{font-size:1.5rem}}.page-title{font-weight:700;font-size:2.625rem;line-height:1;color:var(--accent)}@media(max-width:991.98px){.page-title{font-size:2rem}}.page-title:not(:last-child){margin-bottom:6.25rem}@media(max-width:991.98px){.page-title:not(:last-child){margin-bottom:2rem}}.block-title{font-weight:700;font-size:1.5rem;line-height:1;color:var(--accent)}@media(max-width:991.98px){.block-title{font-size:1.25rem}}.icon-wrap{width:4.0625rem;height:4.0625rem;display:flex;align-items:center;justify-content:center}@media(max-width:767.98px){.icon-wrap{width:3rem;height:3rem}}.icon-wrap img{width:100%;height:100%;object-fit:scale-down}.page-wrap{max-width:var(--container-width);margin:0 auto;width:100%;padding-left:var(--padding-container);padding-right:var(--padding-container)}.page-wrap:not(:last-child){margin-bottom:3.75rem}@media(max-width:991.98px){.page-wrap:not(:last-child){margin-bottom:2rem}}.page{padding-top:8.125rem}@media(max-width:991.98px){.page{padding-top:5rem}}.page.page--main{padding-top:0}.page.page--privacy-policy .text-formatted{font-weight:700;font-size:1.5rem;line-height:1}@media(max-width:991.98px){.page.page--privacy-policy .text-formatted{font-size:1rem;font-weight:500}}.icon{display:inline-block;width:1rem;height:1rem;fill:currentColor;stroke:none;transition:fill .3s ease}.js-accordion-body{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .4s ease}.js-accordion-body.is-open{opacity:1}.js-accordion-trigger{position:relative;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;border-radius:.75rem;font-size:.75rem;font-weight:300;line-height:1.33;text-transform:uppercase}@media(min-width:1024px){.js-accordion-trigger{font-size:1rem;padding:1.25rem}}.js-accordion-trigger span{display:flex;align-items:center;gap:.75rem;order:1;text-align:left}.js-accordion-trigger span:before{content:"";width:1rem;height:1rem;flex-shrink:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none"><path d="M8.02503 3.24538e-05C3.58753 -0.0124675 -0.0124675 3.58753 3.24538e-05 8.02503C0.0125325 12.4125 3.67191 16 8.05941 16H16V8.05941C16 3.67191 12.4125 0.0125325 8.02503 3.24538e-05ZM8.71253 12.075C8.50316 12.2594 8.24378 12.3532 7.93128 12.3532C7.61878 12.3532 7.35941 12.2594 7.15003 12.075C6.94066 11.8907 6.83753 11.6532 6.83753 11.3657C6.83753 11.0782 6.94066 10.8407 7.15003 10.6563C7.35941 10.4719 7.61878 10.3782 7.93128 10.3782C8.24378 10.3782 8.50316 10.4719 8.71253 10.6563C8.92191 10.8407 9.02503 11.0782 9.02503 11.3657C9.02503 11.6532 8.91878 11.8875 8.71253 12.075ZM10.5625 6.84691C10.4344 7.11253 10.2282 7.38441 9.94378 7.65941L9.27191 8.28441C9.08128 8.46878 8.94691 8.65628 8.87503 8.85003C8.80003 9.04378 8.75941 9.28753 8.75316 9.58441H7.07816C7.07816 9.01566 7.14378 8.56566 7.27191 8.23753C7.40316 7.90316 7.61878 7.60941 7.89691 7.38128C8.18441 7.14066 8.40628 6.91878 8.55628 6.71878C8.70316 6.52816 8.78128 6.29378 8.78128 6.05628C8.78128 5.46878 8.52816 5.17191 8.02191 5.17191C7.80316 5.16566 7.59378 5.25941 7.45628 5.42816C7.31253 5.60003 7.23441 5.83128 7.22816 6.12503H5.25316C5.26253 5.34378 5.50628 4.73753 5.99066 4.30316C6.47503 3.86878 7.15316 3.65003 8.02503 3.65003C8.89378 3.65003 9.56878 3.85003 10.0469 4.25316C10.525 4.65628 10.7625 5.22503 10.7625 5.96566C10.7594 6.26878 10.6938 6.57191 10.5625 6.84691Z" fill="%23CC171E"/><path d="M8.71253 12.075C8.50316 12.2594 8.24378 12.3532 7.93128 12.3532C7.61878 12.3532 7.35941 12.2594 7.15003 12.075C6.94066 11.8907 6.83753 11.6532 6.83753 11.3657C6.83753 11.0782 6.94066 10.8407 7.15003 10.6563C7.35941 10.4719 7.61878 10.3782 7.93128 10.3782C8.24378 10.3782 8.50316 10.4719 8.71253 10.6563C8.92191 10.8407 9.02503 11.0782 9.02503 11.3657C9.02503 11.6532 8.91878 11.8875 8.71253 12.075Z" fill="white"/><path d="M10.5625 6.84691C10.4344 7.11253 10.2282 7.38441 9.94378 7.65941L9.27191 8.28441C9.08128 8.46878 8.94691 8.65628 8.87503 8.85003C8.80003 9.04378 8.75941 9.28753 8.75316 9.58441H7.07816C7.07816 9.01566 7.14378 8.56566 7.27191 8.23753C7.40316 7.90316 7.61878 7.60941 7.89691 7.38128C8.18441 7.14066 8.40628 6.91878 8.55628 6.71878C8.70316 6.52816 8.78128 6.29378 8.78128 6.05628C8.78128 5.46878 8.52816 5.17191 8.02191 5.17191C7.80316 5.16566 7.59378 5.25941 7.45628 5.42816C7.31253 5.60003 7.23441 5.83128 7.22816 6.12503H5.25316C5.26253 5.34378 5.50628 4.73753 5.99066 4.30316C6.47503 3.86878 7.15316 3.65003 8.02503 3.65003C8.89378 3.65003 9.56878 3.85003 10.0469 4.25316C10.525 4.65628 10.7625 5.22503 10.7625 5.96566C10.7594 6.26878 10.6938 6.57191 10.5625 6.84691Z" fill="white"/></svg>') center no-repeat}@media(min-width:1024px){.js-accordion-trigger span:before{width:1.5rem;height:1.5rem}}.js-accordion-trigger:before{order:2;font-size:.4375rem;transition:transform .3s;margin-left:auto}.js-accordion-trigger.is-active:before{transform:rotate(-180deg)}.btn{--height: 3.5rem}@media(max-width:991.98px){.btn{--height: 2.875rem}}.btn{position:relative;width:fit-content;min-height:var(--height);padding:.5rem 1.5rem;gap:.5rem;display:inline-flex;align-items:center;justify-content:center;text-align:center;color:var(--white);font-weight:700;font-size:1rem;line-height:1.5;overflow:hidden;background:var(--blue);border-radius:.625rem;border:none;transition:all .3s ease;text-decoration:none}.btn .icon{width:1.25rem;height:1.25rem;flex-shrink:0;transition:transform .3s ease}.btn:hover{box-shadow:inset 0 var(--height) 0 0 var(--accent);color:var(--white);border-color:var(--accent)}.btn:focus,.btn:hover{outline:none}.btn[disabled]{cursor:not-allowed;pointer-events:none;opacity:.8}.btn.btn-border{background:transparent;color:var(--blue);border:1px solid var(--blue)}@media(any-hover:hover){.btn.btn-border:hover{box-shadow:inset 0 var(--height) 0 0 var(--accent);color:var(--white);border-color:var(--accent)}}input[type=date],input[type=text],input[type=email],input[type=tel],input[type=number],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}form{display:flex;flex-direction:column;row-gap:1.5rem}form .btn{min-width:18.875rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 6.375rem}@media(max-width:991.98px){.form-grid{grid-template-columns:1fr;row-gap:2rem}}.form-col{display:flex;flex-direction:column;row-gap:1.5rem}.form-group{position:relative}.form-info{margin-top:.25rem;font-weight:700;font-size:1rem;line-height:100%;color:#797979}.form-input{position:relative;z-index:2;display:flex;height:3.375rem;padding:1rem 2rem;align-items:center;gap:.5rem;width:100%;font-weight:700;font-size:1.25rem;line-height:1.4;border:1px solid var(--grey);border-radius:var(--border-radius);background:var(--grey);caret-color:var(--black);color:var(--black);transition:all .3s ease;outline:none}@media(max-width:991.98px){.form-input{padding:.75rem 1.25rem;font-size:1rem;height:3.125rem}}.form-input::placeholder{color:var(--black)}.form-input:focus{border-color:var(--blue)}textarea.form-input{padding:.75rem .5rem;resize:none;height:4.25rem}.form-label{display:block;font-weight:700;font-size:1rem;line-height:100%;color:var(--black);margin-bottom:.5rem}.custom-checkbox{width:fit-content;margin-left:auto;margin-right:auto;position:relative;display:flex;align-items:center;justify-content:center;gap:.75rem;color:var(--white);font-size:.875rem;font-weight:400;transition:color .3s;cursor:pointer}@media(min-width:1024px){.custom-checkbox{margin-left:0}}@media(any-hover:hover){.custom-checkbox:hover{color:var(--primary)}}.custom-checkbox:has(input[type=checkbox]:checked) .checkmark{background:var(--primary)}.custom-checkbox:has(input[type=checkbox]:checked) .checkmark:before{opacity:1}.custom-checkbox input{position:absolute;top:0;left:0;opacity:0;visibility:hidden;width:0;height:0}.custom-checkbox a{color:var(--white);text-decoration:underline}.custom-checkbox a:hover{text-decoration:none;color:var(--white)}.custom-checkbox .checkmark{position:relative;width:1.25rem;height:1.25rem;border-radius:.25rem;flex-shrink:0;border:.125rem solid var(--primary)}.custom-checkbox .checkmark:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.75rem;height:.5625rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="9" viewBox="0 0 12 9" fill="none"><path d="M11.7212 0.278745C11.3499 -0.093032 10.747 -0.0927976 10.3752 0.278745L4.31744 6.33674L1.62503 3.64435C1.25325 3.27257 0.650609 3.27257 0.278832 3.64435C-0.0929441 4.01613 -0.0929441 4.61877 0.278832 4.99055L3.6442 8.35592C3.82998 8.54169 4.07357 8.63481 4.31719 8.63481C4.5608 8.63481 4.80463 8.54192 4.9904 8.35592L11.7212 1.62492C12.0929 1.2534 12.0929 0.650498 11.7212 0.278745Z" fill="%23F5F5F5"/></svg>') center no-repeat;opacity:0;transition:opacity .3s}.radio-fieldset{border:none;padding:0;margin:auto 0 2.5rem}@media(max-width:991.98px){.radio-fieldset{margin:auto 0 2rem}}.radio-fieldset__title{font-weight:700;font-size:1.25rem;line-height:100%}.radio-fieldset__title:not(:last-child){margin-bottom:3.125rem}@media(max-width:991.98px){.radio-fieldset__title:not(:last-child){margin-bottom:1.5rem}}.radio-fieldset__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:991.98px){.radio-fieldset__grid{grid-template-columns:1fr}}.custom-radio{display:inline-flex;align-items:center;gap:1rem;cursor:pointer}@media(max-width:991.98px){.custom-radio{gap:.75rem}}.custom-radio__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.custom-radio__input:checked+.custom-radio__box{background:var(--blue)}.custom-radio__input:checked+.custom-radio__box:after{transform:translate(-50%,-50%) scale(1)}.custom-radio__input:focus-visible+.custom-radio__box{outline:.125rem solid var(--blue);outline-offset:.125rem}.custom-radio__box{position:relative;flex-shrink:0;width:1.875rem;height:1.875rem;border-radius:50%;background-color:var(--grey);transition:background .3s ease}.custom-radio__box:after{content:"";position:absolute;top:50%;left:50%;width:.75rem;height:.75rem;background-color:var(--white);border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}@media(max-width:991.98px){.custom-radio__box:after{width:.625rem;height:.625rem}}@media(max-width:991.98px){.custom-radio__box{width:1.5rem;height:1.5rem}}.custom-radio__text{font-weight:700;font-size:1.25rem;line-height:100%;color:var(--black);-webkit-user-select:none;user-select:none;transition:color .3s ease}@media(any-hover:hover){.custom-radio__text:hover{color:var(--blue)}}.swiper-scrollbar{--swiper-scrollbar-border-radius: .25rem;--swiper-scrollbar-top: auto;--swiper-scrollbar-bottom: .25rem;--swiper-scrollbar-left: auto;--swiper-scrollbar-right: .25rem;--swiper-scrollbar-sides-offset: 0;--swiper-scrollbar-bg-color: var(--bg);--swiper-scrollbar-drag-bg-color: var(--accent);--swiper-scrollbar-size: .25rem;position:static!important;display:flex;justify-content:flex-start;margin-top:1.5rem}@media(max-width:767.98px){.swiper-scrollbar{margin-top:1rem}}@media(min-width:992px){.swiper-scrollbar{display:none}}.swiper-pagination{--swiper-pagination-color: var(--light-blue);--swiper-pagination-left: auto;--swiper-pagination-right: .5rem;--swiper-pagination-bottom: .5rem;--swiper-pagination-top: auto;--swiper-pagination-fraction-color: inherit;--swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, .25);--swiper-pagination-progressbar-size: .25rem;--swiper-pagination-bullet-size: .5rem;--swiper-pagination-bullet-width: .5rem;--swiper-pagination-bullet-height: .5rem;--swiper-pagination-bullet-inactive-color: #e2e2e2;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-opacity: 1;--swiper-pagination-bullet-horizontal-gap: .25rem;--swiper-pagination-bullet-vertical-gap: .375rem;position:static!important;display:flex;justify-content:flex-start;margin-top:1rem}.swiper-nav{display:flex;align-items:center;min-height:4rem;gap:1.25rem}@media(min-width:992px){.swiper-nav{position:absolute;right:1.25rem;bottom:1.25rem;z-index:10;min-height:3.125rem}}@media(max-width:991.98px){.swiper-nav{gap:.5rem;justify-content:center}}.swiper-nav .swiper-button-next,.swiper-nav .swiper-button-prev{position:static;flex-shrink:0;margin-top:0!important}.swiper-button-next,.swiper-button-prev{--swiper-navigation-size: 4rem;--swiper-navigation-sides-offset: 1rem;--swiper-navigation-color: var(--white);flex-shrink:0;display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer;border-radius:6.25rem;transition:all .3s ease;background:var(--accent)}@media(max-width:991.98px){.swiper-button-next,.swiper-button-prev{--swiper-navigation-size: 3.125rem}}.swiper-button-next:hover,.swiper-button-prev:hover{background:var(--black);color:var(--white);outline:none}.swiper-button-next:focus,.swiper-button-prev:focus{outline:none}.swiper-button-next .swiper-navigation-icon,.swiper-button-next .icon,.swiper-button-prev .swiper-navigation-icon,.swiper-button-prev .icon{width:1.75rem;height:1.75rem}@media(max-width:991.98px){.swiper-button-next .swiper-navigation-icon,.swiper-button-next .icon,.swiper-button-prev .swiper-navigation-icon,.swiper-button-prev .icon{width:1.5rem;height:1.5rem}}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{background:var(--accent-disable)}.swiper-button-next.swiper-button-lock,.swiper-button-prev.swiper-button-lock{display:none}button[hidden]{display:none!important}button[disabled]{opacity:.7;pointer-events:none}.swiper-watch-progress{overflow:visible}.swiper-watch-progress .swiper-slide{opacity:1;height:auto!important}.swiper-watch-progress .swiper-slide:not(.swiper-slide-visible){opacity:0;pointer-events:none;transition:opacity .3s}.js-faq-wrap.is-open .js-faq-body{opacity:1}.js-faq-wrap.is-open .js-faq-trigger .icon,.js-faq-wrap.is-open .arrow{transform:rotate(135deg)}.js-faq-wrap .js-faq-trigger .icon,.js-faq-wrap .arrow{transition:transform .3s ease}.js-faq-body{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease}.hero{padding:12.5rem 0 5.625rem;min-height:calc(var(--vh, 1vh) * 100);display:flex;flex-direction:column}.hero__img{position:absolute;inset:0;z-index:1}.hero__img:before{content:"";position:absolute;inset:0;background:linear-gradient(48.33deg,#ffffff80 16.38%,#fff0 88.04%)}@media(max-width:991.98px){.hero__img:before{background:linear-gradient(48.33deg,#fffc 16.38%,#fff0 88.04%)}}.hero__img img{width:100%;height:100%;object-fit:cover}.hero__container{position:relative;z-index:2;display:flex;flex-direction:column;row-gap:1.5rem;min-height:100%;flex-grow:1}.hero__title{max-width:31.25rem;font-weight:700;font-size:2.625rem;line-height:1;color:var(--accent)}@media(max-width:991.98px){.hero__title{font-size:2rem}}.hero__text{max-width:37.5rem;font-weight:500;font-size:1.5rem;line-height:1;color:var(--accent)}@media(max-width:991.98px){.hero__text{font-size:1.25rem}}.hero__blockquote{margin-top:auto;font-weight:700;font-size:1.625rem;line-height:1;color:var(--white)}@media(max-width:991.98px){.hero__blockquote{font-size:1.25rem}}.hero__actions{display:flex;align-items:center;gap:.75rem 2.25rem;flex-wrap:wrap}@media(max-width:991.98px){.hero__actions{flex-direction:column;gap:.5rem}}.hero__btn{flex-shrink:0}@media(max-width:991.98px){.hero__btn{width:100%}}.partners__container:not(:last-child){margin-bottom:2rem}@media(max-width:991.98px){.partners__container:not(:last-child){margin-bottom:1.5rem}}.farming__top{display:flex;flex-direction:column;row-gap:1rem}.farming__top:not(:last-child){margin-bottom:2.5rem}@media(max-width:991.98px){.farming__top:not(:last-child){margin-bottom:1.5rem}}.farming__top .farming__title:not(:last-child){margin-bottom:0}.farming__text{font-weight:700;font-size:1.25rem;line-height:100%}.farming__subtitle{font-weight:700;font-size:1.25rem;line-height:100%;color:var(--accent)}.farming__list{padding-top:1.25rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem 1.5rem;counter-reset:step-counter}@media(max-width:991.98px){.farming__list{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.25rem}}@media(max-width:767.98px){.farming__list{grid-template-columns:1fr}}.farming__item{position:relative;padding-left:1.25rem;display:flex;min-height:100%}.farming__item:before{counter-increment:step-counter;content:counter(step-counter,decimal-leading-zero);position:absolute;top:-1.25rem;left:0;font-weight:700;font-size:3rem;line-height:100%;color:var(--accent)}.farming__item-text{position:relative;z-index:2;flex-grow:1;display:flex;align-items:center;min-height:6.375rem;padding:1.875rem;font-weight:700;font-size:1.25rem;border-radius:var(--border-radius);box-shadow:0 .25rem .25rem #00000040;background:#ffffff91}.farming__item-text:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(98.44deg,#fff0 2.26%,#1b395f);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.platform{position:relative}.platform__bg{position:absolute;inset:0}.platform__bg:before{content:"";position:absolute;inset:0;background:#ffffffc4}.platform__bg img{width:100%;height:100%;object-fit:cover}.platform__container{position:relative;z-index:3}.platform__list{padding-top:1.25rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem 1.5rem}@media(max-width:991.98px){.platform__list{grid-template-columns:1fr}}.item-platform{position:relative;display:flex}.item-platform__icon{position:absolute;top:-1.25rem;left:.625rem;width:3.125rem;height:3.125rem}.item-platform__icon img{width:100%;height:100%;object-fit:scale-down}.item-platform__content{display:flex;flex-direction:column;row-gap:1.25rem;padding:3.125rem 1.5rem 1.375rem 2.625rem;background:#f1f1f138;box-shadow:0 .25rem .25rem #00000040;border-radius:var(--border-radius);cursor:pointer;transition:all .3s ease}@media(any-hover:hover){.item-platform__content:hover{background:var(--accent)}.item-platform__content:hover .item-platform__title,.item-platform__content:hover .item-platform__text{color:var(--white)}}.item-platform__content:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(98.44deg,#fff0 2.26%,#1b395f);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@media(max-width:991.98px){.item-platform__content{padding:2.875rem 1.25rem 1.25rem}}.item-platform__title{font-weight:700;font-size:1.25rem;line-height:100%;color:var(--accent);transition:color .3s ease}.item-platform__text{font-weight:700;font-size:1rem;line-height:1.25rem;color:var(--black);transition:color .3s ease}.item-platform__text p:not(:last-child){margin-bottom:1rem}.how-works{position:relative}.how-works__list{position:relative;display:flex;align-items:center;justify-content:space-evenly;gap:1.25rem}@media(max-width:767.98px){.how-works__list{flex-direction:column}}.how-works__list:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:.1875rem;background:linear-gradient(90deg,#1c1ec200,#0d0e5c 35.58% 72.12%,#0d0e5c00 99.04%)}.how-works__item{position:relative;z-index:2;border-radius:50%;font-weight:700;font-size:1.25rem;line-height:100%;text-align:center;display:flex;align-items:center;justify-content:center}.how-works__item:nth-child(3n+1),.how-works__item:nth-child(3n+3){padding:.75rem;width:8.75rem;height:8.75rem;background:var(--accent);color:var(--white)}.how-works__item:nth-child(3n+2){padding:1rem;width:11.125rem;height:11.125rem;color:var(--black);background:var(--white)}.how-works__item:nth-child(3n+2):before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(98.44deg,#fff0 2.26%,#1b395f);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.impact{padding-bottom:0}.impact__container{position:relative}.impact__list{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,1fr);gap:3.125rem}@media(max-width:991.98px){.impact__list{grid-template-columns:1fr;gap:1.5rem}}.impact__item{display:flex;align-items:center;gap:1.25rem;font-weight:700;font-size:1.5rem;line-height:100%}@media(min-width:992px){.impact__item:nth-child(5n+1){order:1}.impact__item:nth-child(5n+2){order:3}.impact__item:nth-child(5n+3){order:5}.impact__item:nth-child(5n+4){order:2}.impact__item:nth-child(5n+5){order:4}}@media(max-width:991.98px){.impact__item{gap:1rem;font-size:1.25rem}}.impact__item-num{position:relative;width:5.125rem;height:5.125rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;font-size:2.25rem;line-height:100%}.impact__item-num:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(98.44deg,#fff0 2.26%,#1b395f);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@media(max-width:991.98px){.impact__item-num{width:4rem;height:4rem;font-size:1.875rem}}.impact__img{display:flex;align-items:center}.impact__img img{max-width:25.9375rem}@media(max-width:991.98px){.impact__img img{width:100%;height:auto;object-fit:scale-down}}@media(min-width:992px){.impact__img{justify-content:flex-end;margin-top:-6.25rem;margin-right:15%}}.serve__grid{position:relative;display:grid;grid-template-columns:1fr 30.375rem;gap:1rem}@media(max-width:991.98px){.serve__grid{grid-template-columns:1fr 23.75rem}}@media(max-width:767.98px){.serve__grid{grid-template-columns:1fr}}.serve__card{position:relative;font-weight:700;font-size:1.5rem;line-height:100%;color:var(--white);border-radius:var(--border-radius);height:8.375rem;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1.875rem;cursor:pointer}.serve__card:before{content:"";position:absolute;z-index:1;inset:0;background:#0000008c;transition:opacity .3s ease;opacity:0;pointer-events:none}@media(any-hover:hover){.serve__card:hover{color:var(--white)}.serve__card:hover span,.serve__card:hover:before{opacity:1}}.serve__card span{position:relative;z-index:2;transition:opacity .3s ease;opacity:0}.serve__card img{position:absolute;width:100%;height:100%;object-fit:cover}@media(min-width:768px){.serve__card:nth-child(3n+1){height:20.875rem}.serve__card:nth-child(3n+2){position:absolute;z-index:3;top:0;right:0;height:11.4375rem;width:57%;border-radius:0 .625rem .625rem;box-shadow:0 0 0 1rem var(--white)}.serve__card:nth-child(3n+3){align-self:end;border-radius:0 .625rem .625rem}}@media(max-width:767.98px){.serve__card{height:13.75rem}.serve__card span,.serve__card:before{opacity:1}}.grid-img{background:var(--accent)}.grid-img__list{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}@media(max-width:767.98px){.grid-img__list{grid-template-columns:1fr}}.grid-img__item{position:relative;font-weight:700;font-size:1.5rem;line-height:100%;color:var(--white);border-radius:var(--border-radius);height:12.4375rem;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1.875rem;cursor:pointer}.grid-img__item:first-child img{object-fit:scale-down}.grid-img__item:not(:first-child):before{content:"";position:absolute;z-index:1;inset:0;background:#0000008c;pointer-events:none}.grid-img__item span{position:relative;z-index:2}.grid-img__item img{position:absolute;width:100%;height:100%;object-fit:cover}@media(min-width:768px){.grid-img__item:nth-child(4n+1),.grid-img__item:nth-child(4n+2){height:20.6875rem}.grid-img__item:nth-child(4n+1){grid-column:span 7/span 7}.grid-img__item:nth-child(4n+2){grid-column:span 5/span 5;grid-column-start:8}.grid-img__item:nth-child(4n+3){grid-column:span 5/span 5;grid-row-start:2}.grid-img__item:nth-child(4n+4){grid-column:span 7/span 7;grid-column-start:6;grid-row-start:2}}@media(max-width:767.98px){.grid-img__item{height:13.75rem}}.trust__list{position:relative;padding-top:1.25rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2.625rem}.trust__list:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:1px;width:100vw;background:linear-gradient(90deg,#1b395f00,#1b395f 54.33%,#3876c500)}@media(max-width:991.98px){.trust__list{padding-top:0;grid-template-columns:repeat(2,1fr)}.trust__list:before{display:none}}@media(max-width:767.98px){.trust__list{gap:2rem 1.25rem}}.trust__item{position:relative;z-index:2;padding:5rem 0;display:flex;flex-direction:column;row-gap:3.4375rem;text-align:center;align-items:center}@media(min-width:992px){.trust__item:nth-child(2n) .trust__item-title{bottom:auto;top:0}.trust__item:nth-child(2n) .trust__item-title:before{bottom:auto;top:100%}}@media(max-width:991.98px){.trust__item{padding:0;row-gap:2.5rem}}.trust__item-icon{position:relative;z-index:2;width:11.125rem;border-radius:50%;height:11.125rem;padding:.75rem;display:flex;align-items:center;justify-content:center;background:var(--white)}@media(max-width:991.98px){.trust__item-icon{width:8.75rem;height:8.75rem}}@media(max-width:767.98px){.trust__item-icon{width:6.25rem;height:6.25rem}}.trust__item-icon:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(98.44deg,#fff0 2.26%,#1b395f);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.trust__item-icon img{position:relative;z-index:2;flex-shrink:0;width:4.0625rem;height:4.0625rem;object-fit:scale-down}@media(max-width:767.98px){.trust__item-icon img{width:3rem;height:3rem}}.trust__item-title{position:absolute;bottom:0;left:0;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:700;font-size:1.25rem;line-height:100%;color:var(--accent)}.trust__item-title:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);width:1px;background:var(--accent);height:3.75rem}@media(max-width:991.98px){.trust__item-title{position:relative}}@media(max-width:767.98px){.trust__item-title{font-size:1rem}}.hero-banner,.hero-banner__container{position:relative}.hero-banner__title{z-index:2}.hero-banner__title:not(:last-child){margin-bottom:1rem}.hero-banner__img{width:100%;display:flex;align-items:center;justify-content:center}.hero-banner__img img{width:100%;height:auto}.crop__wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:5rem}@media(max-width:991.98px){.crop__wrap{grid-template-columns:1fr;row-gap:2.5rem}}.crop__col img{width:100%;height:auto;border-radius:var(--border-radius)}.crop__list{display:flex;flex-direction:column;row-gap:2.5rem}.crop__item{display:flex;gap:2rem}.crop__item-icon{flex-shrink:0}.crop__item-title:not(:last-child){margin-bottom:1rem}.data{position:relative}.data__bg{position:absolute;inset:0}.data__bg:before{content:"";position:absolute;inset:0;background:#fff9}.data__bg img{width:100%;height:100%;object-fit:cover}.data__container{position:relative;z-index:2}.data__title{color:var(--black)}.data__list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:991.98px){.data__list{grid-template-columns:1fr;row-gap:1rem}}.data__item{position:relative;padding:1.25rem 1.5rem;display:flex;min-height:6.625rem;align-items:center;gap:1.875rem;background:#ffffff0a;border-radius:var(--border-radius);box-shadow:0 .25rem .25rem #00000040;text-align:center;justify-content:center}.data__item:has(img){text-align:left;justify-content:flex-start}.data__item:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(98.44deg,#fff0 2.26%,#1b395f);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@media(max-width:991.98px){.data__item{gap:1rem}}.data__item img{width:3.75rem;height:3.75rem;object-fit:scale-down}@media(max-width:991.98px){.data__item img{width:3rem;height:3rem}}.different__list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.625rem}@media(max-width:991.98px){.different__list{grid-template-columns:1fr;row-gap:1.5rem}}.different__item{border-radius:var(--border-radius);overflow:hidden;box-shadow:0 .25rem .25rem #00000040}.different__item-img{display:flex;align-items:center;justify-content:center;width:100%}.different__item-img img{width:100%;aspect-ratio:382/163;object-fit:cover}.different__item-content{display:flex;flex-direction:column;row-gap:1rem;min-height:11.625rem;padding:1.5625rem;background:#f6f6f6}@media(max-width:991.98px){.different__item-content{padding:1.25rem;min-height:5rem}}.different__item-title{font-weight:700;font-size:1.25rem;line-height:1.5}.different__item-text{font-size:1rem}.criteria{position:relative}.criteria__bg{position:absolute;inset:0}.criteria__bg:before{content:"";position:absolute;inset:0;background:#ffffffc4}.criteria__bg img{width:100%;height:100%;object-fit:cover}.criteria__container{position:relative;z-index:2}.criteria__list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:991.98px){.criteria__list{grid-template-columns:1fr}}.item-criteria{display:flex;flex-direction:column;max-width:25rem;width:100%;margin-left:auto;margin-right:auto;box-shadow:0 .25rem .25rem #00000040;border-radius:var(--border-radius)}.item-criteria__img{width:100%;display:flex;align-items:center;justify-content:center;height:10.4375rem}.item-criteria__img img{border-radius:var(--border-radius) var(--border-radius) 0 0;width:100%;height:100%;object-fit:cover}.item-criteria__content{flex-grow:1;padding:1.25rem 2rem 1.75rem;display:flex;flex-direction:column;row-gap:2.5rem;background:#f6f6f6;border-radius:0 0 var(--border-radius) var(--border-radius)}@media(max-width:991.98px){.item-criteria__content{padding:1rem;row-gap:2rem}}.item-criteria__title{font-weight:700;font-size:1.5rem;line-height:1.25rem;color:var(--accent)}.item-criteria .btn{margin-top:auto;width:100%}.messages{min-height:calc(var(--vh, 1vh) * 100 - 7.8125rem);padding:5rem 0;display:flex;align-items:center;justify-content:center}.messages__container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:37.5rem;font-weight:700;font-size:2.25rem;line-height:100%;color:var(--accent)}@media(max-width:767.98px){.messages__container{font-size:1.5rem}}.messages__container p:not(:last-child){margin-bottom:1.25rem}@media(max-width:767.98px){.messages__container p:not(:last-child){margin-bottom:1rem}}.two-col:not(:last-child){margin-bottom:5rem}@media(max-width:991.98px){.two-col:not(:last-child){margin-bottom:2.5rem}}.two-col__row{display:grid;grid-template-columns:repeat(2,1fr);gap:3.625rem}@media(max-width:991.98px){.two-col__row{grid-template-columns:1fr;row-gap:2rem}}.two-col__img{align-self:end;display:flex;align-items:center;justify-content:center;width:100%}.two-col__img img{width:100%;aspect-ratio:484/343;object-fit:cover;border-radius:var(--border-radius)}.hero-main{padding-bottom:3.375rem}@media(max-width:991.98px){.hero-main{padding-bottom:2rem}}.hero-main__row{display:grid;grid-template-columns:1fr 30.375rem;gap:3rem}@media(max-width:1199.98px){.hero-main__row{grid-template-columns:1fr 23.75rem;gap:2rem}}@media(max-width:991.98px){.hero-main__row{grid-template-columns:1fr;row-gap:2rem}}.hero-main__row:not(:last-child){margin-bottom:3.125rem}@media(max-width:991.98px){.hero-main__row:not(:last-child){margin-bottom:2rem}}.hero-main__title:not(:last-child){margin-bottom:1.5rem}.hero-main__text.text-formatted{font-weight:700;font-size:1.5rem;line-height:1.5}.hero-main__text.text-formatted h1,.hero-main__text.text-formatted h2,.hero-main__text.text-formatted h3,.hero-main__text.text-formatted h4,.hero-main__text.text-formatted h5{color:var(--black)}@media(max-width:991.98px){.hero-main__text.text-formatted{font-size:1rem}}.hero-main__img{display:flex;align-items:center;justify-content:center;width:100%;align-self:end}.hero-main__img img{width:100%;aspect-ratio:486/366;object-fit:cover;border-radius:var(--border-radius)}@media(max-width:767.98px){.hero-main__img img{aspect-ratio:2/1}}.utp:has(.utp__text) .utp__title:not(:last-child){margin-bottom:1rem}.utp__title{font-weight:700;font-size:1.5rem;line-height:1.5}@media(max-width:991.98px){.utp__title{font-size:1.25rem}}.utp__title:not(:last-child){margin-bottom:2.5rem}@media(max-width:991.98px){.utp__title:not(:last-child){margin-bottom:1.5rem}}.utp__text{max-width:31.25rem}.utp__text p:not(:last-child){margin-bottom:.875rem}.utp__text:not(:last-child){margin-bottom:2.5rem}@media(max-width:991.98px){.utp__text:not(:last-child){margin-bottom:1.5rem}}.utp__list{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}@media(min-width:992px){.utp__list.mod-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:991.98px){.utp__list{grid-template-columns:1fr;row-gap:2rem}}.utp__list:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,#fff0,#3ae286 53.85%,#fff0)}@media(max-width:991.98px){.utp__list:before{top:.5rem;height:100%;width:1px}}.utp__item{position:relative;padding-top:1.25rem;display:flex;flex-direction:column;row-gap:1rem}@media(max-width:991.98px){.utp__item{padding-top:0;padding-left:1.25rem}}.utp__item:before{content:"";position:absolute;top:0;left:35%;transform:translate(-50%,-50%);background:#3ae286;width:1.25rem;height:1.25rem;border-radius:50%;-webkit-backdrop-filter:blur(.34375rem);backdrop-filter:blur(.34375rem);box-shadow:0 0 .625rem .375rem #3ae28633}@media(max-width:991.98px){.utp__item:before{left:0;width:1rem;height:1rem;transform:translate(-50%,25%)}}.utp__item-title{font-weight:700;font-size:1.25rem;line-height:1.5}.utp__item-text{font-weight:700;font-size:1rem;line-height:1.25rem}.block-content{padding:2.125rem 0;background:var(--accent);color:var(--white)}.block-content__text{max-width:43.75rem}.block-content__text:not(:last-child){margin-bottom:2.5rem}@media(max-width:991.98px){.block-content__text:not(:last-child){margin-bottom:1.5rem}}.block-content__text.text-formatted,.block-content__text.text-formatted h1,.block-content__text.text-formatted h2,.block-content__text.text-formatted h3,.block-content__text.text-formatted h4,.block-content__text.text-formatted h5{color:var(--white)}.block-content__btn{padding:.625rem;color:var(--white);min-height:3.125rem;background:#ffffff63;text-transform:none;font-weight:700;font-size:1rem;line-height:1.875rem}@media(any-hover:hover){.block-content__btn:hover{box-shadow:inset 0 -3.125rem 0 0 var(--white);color:var(--accent)}}.precision__top{display:flex;flex-direction:column;row-gap:1rem}.precision__top:not(:last-child){margin-bottom:2.5rem}@media(max-width:991.98px){.precision__top:not(:last-child){margin-bottom:1.5rem}}.precision__title:not(:last-child){margin-bottom:0}.precision__text{max-width:43.75rem}.precision__list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:991.98px){.precision__list{grid-template-columns:1fr;row-gap:1rem}}.precision__item{position:relative;min-height:5.8125rem;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:1.875rem;text-align:center;background:#ffffff0a;border-radius:var(--border-radius);box-shadow:0 .25rem .25rem #00000040;color:var(--accent);font-weight:700;font-size:1.25rem;line-height:100%}.precision__item:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(98.44deg,#fff0 2.26%,#1b395f);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@media(max-width:991.98px){.precision__item{gap:1rem}}.content{padding:2.125rem 0}.content__row{display:flex;gap:2rem}@media(max-width:991.98px){.content__row{flex-direction:column;row-gap:1.5rem}}.content__content{flex:1 1 auto}.content__img{display:block;width:100%;max-width:31.9375rem;flex-shrink:0}@media(max-width:1199.98px){.content__img{max-width:25rem}}@media(max-width:767.98px){.content__img{max-width:100%}}.content__img img{width:100%;object-fit:cover;aspect-ratio:511/233;border-radius:var(--border-radius)}.content-list{position:relative;padding-bottom:3.75rem}@media(max-width:991.98px){.content-list{padding-bottom:2rem;padding-top:2rem}}.content-list__row{display:flex;flex-direction:column;row-gap:2.5rem}@media(max-width:991.98px){.content-list__row{row-gap:2rem;flex-direction:column-reverse}}.content-list__content{max-width:43.75rem}.content-list__list{position:relative;background:#f8f8f8;display:flex;flex-direction:column;row-gap:.5rem;padding:1.75rem;max-width:38.25rem;border-radius:var(--border-radius);box-shadow:0 .25rem .25rem #00000040}@media(min-width:992px){.content-list__list{margin-top:-6.25rem;margin-left:auto;margin-right:auto}}.content-list__list:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(98.44deg,#fff0 2.26%,#1b395f);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.content-list__item{display:flex;align-items:center;gap:1rem;font-weight:700;font-size:1.25rem;line-height:1.5}@media(max-width:991.98px){.content-list__item{font-size:1rem}}.content-list__item:before{content:"";width:.5625rem;align-self:start;height:1.125rem;border:solid #00ba00;border-width:0 .125rem .125rem 0;transform:rotate(45deg)}@media(max-width:991.98px){.content-list__item:before{height:1rem;width:.5rem}}.pb-100{padding-bottom:6.25rem}@media(max-width:991.98px){.pb-100{padding-bottom:2rem}}[data-marquee]{overflow:hidden;display:flex;width:100%;opacity:0;transition:opacity .4s ease}[data-marquee].is-initialized{opacity:1}.marquee-track{display:flex;width:max-content;flex-shrink:0;animation:marquee-scroll var(--marquee-duration) linear infinite;will-change:transform}.marquee-track:hover{animation-play-state:paused}.marquee-group{display:flex;flex-shrink:0;align-items:center}@keyframes marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.marquee{display:flex;align-items:center}.marquee-img{display:flex;align-items:center;justify-content:center;height:5rem}@media(max-width:767.98px){.marquee-img{height:3.125rem}}.marquee-img img{height:100%;width:auto;object-fit:scale-down;border-radius:var(--border-radius)}.solutions{padding-bottom:9.375rem}@media(max-width:991.98px){.solutions{padding-bottom:5rem}}.solutions__title:not(:last-child){margin-bottom:6.25rem}@media(max-width:991.98px){.solutions__title:not(:last-child){margin-bottom:2rem}}.solutions__list{display:flex;flex-direction:column;row-gap:6.5rem}@media(max-width:991.98px){.solutions__list{row-gap:2.5rem}}.item-solution{display:grid;grid-template-columns:repeat(2,1fr);gap:3.125rem}@media(max-width:991.98px){.item-solution{grid-template-columns:1fr;row-gap:2rem}}@media(min-width:992px){.item-solution:nth-child(2n) .item-solution__img{order:2}.item-solution:nth-child(2n) .item-solution__content{order:1}}.item-solution__img{display:flex;align-items:center;justify-content:center}.item-solution__img img{max-width:100%;height:auto;max-height:22.5rem;object-fit:cover;border-radius:var(--border-radius)}.item-solution__content{padding:2rem;display:flex;flex-direction:column;row-gap:3.125rem}@media(max-width:991.98px){.item-solution__content{row-gap:2rem;padding:1rem}}.item-solution__text{font-weight:700;font-size:1.25rem;line-height:1}@media(max-width:767.98px){.item-solution__text{font-size:1rem}}.item-solution .btn{margin-top:auto;min-width:18.875rem}.deliver.mod-accent{position:relative;color:var(--white)}.deliver.mod-accent:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--accent)}.deliver.mod-accent .deliver__title{padding-top:3rem;color:var(--white)}@media(max-width:991.98px){.deliver.mod-accent .deliver__title{padding-top:1.75rem}}.deliver.mod-accent .item-deliver{background:#f1f1f138}.deliver.mod-accent .item-deliver .item-deliver__title{color:var(--white)}@media(any-hover:hover){.deliver.mod-accent .item-deliver .item-deliver__title:hover{color:var(--blue)}}.deliver.mod-accent .text-formatted{color:var(--white)}.deliver__container{position:relative;z-index:2}.deliver__title{color:var(--accent)}.deliver__list{padding-top:.75rem;padding-bottom:3.75rem;display:grid;grid-template-columns:repeat(3,1fr);gap:3.375rem 1.5rem}@media(max-width:991.98px){.deliver__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:767.98px){.deliver__list{grid-template-columns:1fr;gap:2rem 1.5rem;padding-bottom:2.375rem}}.deliver__info{padding-bottom:3.125rem;font-weight:700;font-size:1.5rem;line-height:1.875rem}@media(max-width:991.98px){.deliver__info{padding-bottom:2rem;font-size:1.25rem;line-height:1.5}}.item-deliver{position:relative;display:flex;flex-direction:column;padding-bottom:1.875rem;background:#f1f1f138;align-self:start;border-radius:var(--border-radius);box-shadow:0 .25rem .25rem #00000040}@media(max-width:991.98px){.item-deliver{padding-bottom:1.5rem}}.item-deliver.is-open .item-deliver__content{opacity:1}.item-deliver:has(.item-deliver__icon) .item-deliver__title{padding:1.875rem 2rem 0 4.875rem}@media(max-width:991.98px){.item-deliver:has(.item-deliver__icon) .item-deliver__title{padding:1.5rem 1.5rem 0 4rem}}.item-deliver:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(98.44deg,#fff0 2.26%,#1b395f);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.item-deliver__icon{position:absolute;z-index:2;top:-.5rem;left:.25rem;width:3.125rem;height:3.125rem}.item-deliver__icon img{width:100%;height:100%;object-fit:scale-down}.item-deliver__title{padding:1.75rem 1.75rem 0;font-weight:700;font-size:1.25rem;line-height:1.5;color:var(--accent);cursor:pointer;transition:color .3s ease}@media(any-hover:hover){.item-deliver__title:hover{color:var(--blue)}}@media(max-width:991.98px){.item-deliver__title{padding:1.5rem 1.5rem 0}}.item-deliver__content{width:100%;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .4s ease}.item-deliver__content.is-open{opacity:1}.item-deliver__text{padding:.75rem 2rem 0;font-weight:700;font-size:1rem;line-height:1.25rem}@media(max-width:991.98px){.item-deliver__text{padding-top:.75rem 1.25rem 0}}.contacts-section{position:relative;padding-bottom:6.25rem;z-index:10}@media(max-width:991.98px){.contacts-section{padding-bottom:3.75rem}}.contacts-section__title:not(:last-child){margin-bottom:2.25rem}.contacts-section__row{display:grid;grid-template-columns:repeat(2,1fr);gap:3.375rem}@media(max-width:991.98px){.contacts-section__row{grid-template-columns:1fr;row-gap:2rem}}.contacts-section__col{display:flex;flex-direction:column;justify-content:flex-end;row-gap:5.125rem}@media(max-width:991.98px){.contacts-section__col{row-gap:2rem}}.contacts-section__form{padding:2.375rem 1.25rem 1.75rem;width:100%;position:relative;border-radius:var(--border-radius);background:var(--bg)}@media(max-width:740.98px){.contacts-section__form{padding:1.25rem 1rem}}.contacts-section__form-title{max-width:28.75rem;font-weight:700;font-size:1.25rem;line-height:100%}.contacts-section__form-title:not(:last-child){margin-bottom:1.5rem}@media(max-width:575.98px){.contacts-section__form-title:not(:last-child){margin-bottom:1rem}}.contacts-section .radio-fieldset__grid{display:flex;flex-direction:column}.contacts-bg{position:fixed;inset:0}.contacts-bg:before{content:"";position:absolute;z-index:1;inset:0;background:#ffffff70}.contacts-bg img{width:100%;height:100%;object-fit:cover}.about{padding-bottom:5.375rem}@media(max-width:991.98px){.about{padding-bottom:3rem}}.about__title:not(:last-child){margin-bottom:1.875rem}.about__text{font-weight:700;font-size:1.5rem}@media(max-width:991.98px){.about__text{font-size:1rem}}.about__text:not(:last-child){margin-bottom:4.375rem}@media(max-width:991.98px){.about__text:not(:last-child){margin-bottom:2rem}}.about__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:991.98px){.about__list{grid-template-columns:1fr}}.about__item{position:relative;display:flex;flex-direction:column;row-gap:1.25rem;padding:3.125rem 3.5rem 3.125rem 4.875rem;box-shadow:0 .25rem .25rem #00000040;background:var(--white);border-radius:var(--border-radius)}@media(max-width:991.98px){.about__item{padding:1.5rem 1.25rem;row-gap:1rem}}.about__item:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(98.44deg,#fff0 2.26%,#1b395f);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@media(min-width:992px){.about__item:nth-child(3n+3){grid-column:span 2}}.about__item-title{color:var(--accent);font-weight:700;font-size:1.5rem;line-height:2.625rem}@media(max-width:991.98px){.about__item-title{font-size:1.25rem}}.our-story{background:var(--accent);color:var(--white)}@media(min-width:992px){.our-story.revers-block .our-story__content{order:2}.our-story.revers-block .our-story__img{order:1}}.our-story__container{display:grid;grid-template-columns:repeat(2,1fr);gap:3.5rem}@media(max-width:991.98px){.our-story__container{grid-template-columns:1fr;row-gap:2rem}}.our-story__title{color:var(--white)}.our-story__title:not(:last-child){margin-bottom:2.25rem}.our-story__text{color:var(--white)}.our-story__img{align-self:start;display:flex;align-items:center;justify-content:center;width:100%}.our-story__img img{max-width:36.25rem;width:100%;aspect-ratio:579/433;object-fit:cover;border-radius:var(--border-radius)}.our-team__list{display:grid;grid-template-columns:repeat(3,1fr);gap:2.875rem 1.5rem}@media(max-width:991.98px){.our-team__list{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}}@media(max-width:767.98px){.our-team__list{grid-template-columns:1fr}}.team-cart{display:flex;flex-direction:column;row-gap:1.5rem}@media(max-width:991.98px){.team-cart{row-gap:1rem}}.team-cart__img{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.team-cart__img img{border-radius:var(--border-radius);width:100%;aspect-ratio:386/343}.team-cart__content{display:flex;flex-direction:column;row-gap:.875rem;padding:1.5rem;background:#fafafa;border-radius:var(--border-radius)}@media(max-width:991.98px){.team-cart__content{padding:1rem}}.team-cart__label{position:absolute;bottom:.875rem;right:.875rem;display:inline-flex;padding:.25rem .625rem;border-radius:var(--border-radius);align-items:center;justify-content:center;background:#ffffff54;min-height:3.125rem;font-weight:700;font-size:1.125rem;text-align:center;border:1px solid #1b395f}@media(max-width:991.98px){.team-cart__label{font-size:1rem;min-height:2.75rem;bottom:.75rem;right:.75rem}}.team-cart__title{color:var(--accent);font-weight:700;font-size:1.25rem;line-height:2.625rem}.team-cart__text{font-weight:700;font-size:1rem;line-height:1.25rem}.pricing{--border-color: #aaaaaa}.pricing__table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.pricing__table{width:100%;border-collapse:collapse;min-width:50rem;text-align:left}.pricing__cell{border:1px solid var(--border-color);padding:1.5rem 1.25rem;color:var(--black);font-size:1rem;font-weight:700;line-height:1.4;vertical-align:middle}.pricing__cell--header{font-size:1.25rem;padding-top:.5rem;padding-bottom:.5rem}@media(max-width:991.98px){.pricing__cell--header{font-size:1rem}}@media(max-width:991.98px){.pricing__cell{padding:1rem}}.pricing th:nth-child(1){width:35%}.pricing th:nth-child(2){width:15%}.pricing th:nth-child(3){width:30%}.pricing th:nth-child(4){width:20%}.page--insights{padding-bottom:6.25rem}@media(max-width:991.98px){.page--insights{padding-bottom:3.75rem}}.blog-cart{display:flex;flex-direction:column;border-radius:var(--border-radius);box-shadow:0 .25rem .25rem #00000040;background:#fafafa}.blog-cart__img{display:flex;align-items:center;justify-content:center;height:12.5rem}@media(max-width:991.98px){.blog-cart__img{height:9.375rem}}.blog-cart__img img{border-radius:var(--border-radius) var(--border-radius) 0 0;width:100%;height:100%;object-fit:cover}.blog-cart__content{padding:2.5rem;display:flex;flex-direction:column;row-gap:1rem}@media(max-width:991.98px){.blog-cart__content{padding:1.25rem 1rem}}.blog-cart__title{font-weight:700;font-size:1.25rem;color:var(--accent)}.blog-cart__text{font-weight:700;font-size:1rem}.news__row:not(:last-child){margin-bottom:5rem}@media(max-width:991.98px){.news__row:not(:last-child){margin-bottom:2.5rem}}.news__subtitle{font-weight:700;font-size:1.5rem;line-height:1.5;color:var(--accent)}.news__subtitle:not(:last-child){margin-bottom:2rem}@media(max-width:991.98px){.news__subtitle:not(:last-child){margin-bottom:1.5rem}}.news__list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 1.25rem}@media(max-width:991.98px){.news__list{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:767.98px){.news__list{grid-template-columns:1fr}}.testimonials-cart{display:flex;flex-direction:column;font-weight:700;font-size:1rem;line-height:1.25rem;border-radius:var(--border-radius);background:var(--accent);color:var(--white)}.testimonials-cart__text{padding:2.5rem}@media(max-width:991.98px){.testimonials-cart__text{padding:1.25rem}}.testimonials-cart__info{position:relative;display:flex;align-items:center;gap:1.875rem;border-radius:var(--border-radius);padding:1.25rem 1.5rem;background:var(--white)}@media(max-width:991.98px){.testimonials-cart__info{padding:1rem;gap:1rem}}.testimonials-cart__info:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(98.44deg,#fff0 2.26%,#1b395f);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.testimonials-cart__user{width:3.75rem;height:3.75rem;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:991.98px){.testimonials-cart__user{width:3rem;height:3rem}}.testimonials-cart__user img{width:100%;height:100%;object-fit:cover}.testimonials-cart__name{font-weight:700;font-size:1.25rem;line-height:1.5;color:var(--accent)}@media(max-width:991.98px){.testimonials-cart__name{font-size:1rem}}.intelligence{padding-bottom:3.75rem}@media(max-width:991.98px){.intelligence{padding-bottom:2rem}}.intelligence__container{display:flex;flex-direction:column;row-gap:2rem}@media(max-width:991.98px){.intelligence__container{row-gap:1.25rem}}.intelligence__title{max-width:61.875rem;text-wrap:wrap;font-weight:700;font-size:2.625rem;line-height:1;color:var(--accent)}.intelligence__title:not(:last-child){margin-bottom:0}@media(max-width:991.98px){.intelligence__title{font-size:2rem}}.intelligence__text{max-width:50rem;font-weight:700;font-size:1.5rem;line-height:1.2;color:var(--accent)}@media(max-width:991.98px){.intelligence__text{font-size:1.25rem}}.intelligence__actions{display:flex;align-items:center;gap:.75rem 2.25rem;flex-wrap:wrap}@media(max-width:991.98px){.intelligence__actions{flex-direction:column;gap:.5rem}}.intelligence__btn{flex-shrink:0;text-transform:none}@media(max-width:991.98px){.intelligence__btn{width:100%}}.scouting__title:not(:last-child){margin-bottom:1.875rem}.scouting__top{display:flex;gap:2.5rem}.scouting__top:not(:last-child){margin-bottom:5rem}@media(max-width:991.98px){.scouting__top:not(:last-child){margin-bottom:2.5rem}}@media(max-width:991.98px){.scouting__top{flex-direction:column;row-gap:1.5rem}}.scouting__content{flex:1 1 auto;font-weight:700;font-size:1.5rem;line-height:1.875rem}@media(max-width:991.98px){.scouting__content{font-size:1rem;line-height:1.5}}.scouting__list{width:17.5rem;flex-shrink:0;display:flex;flex-direction:column;row-gap:1.5rem}@media(max-width:991.98px){.scouting__list{width:100%}}.scouting__item{display:flex;align-items:center;gap:1rem;font-weight:700;font-size:1.25rem;line-height:1.5}@media(max-width:991.98px){.scouting__item{font-size:1rem}}.scouting__item:before{content:"";width:.5625rem;align-self:start;height:1.125rem;border:solid #00ba00;border-width:0 .125rem .125rem 0;transform:rotate(45deg)}@media(max-width:991.98px){.scouting__item:before{height:1rem;width:.5rem}}.scouting__wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(max-width:991.98px){.scouting__wrap{grid-template-columns:1fr}}.scouting__img{display:flex;align-items:center;justify-content:center}.scouting__img img{width:19.875rem;height:auto;object-fit:cover;border-radius:var(--border-radius)}.capabilities{background:var(--accent);color:var(--white)}.capabilities__title{color:var(--white)}.capabilities__list{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}@media(max-width:1199.98px){.capabilities__list{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(max-width:767.98px){.capabilities__list{grid-template-columns:1fr}}.capabilities__item{position:relative;display:flex;flex-direction:column;padding:1.875rem 1.25rem;border-radius:var(--border-radius);row-gap:1.875rem;background:#ffffff91}@media(max-width:991.98px){.capabilities__item{row-gap:1rem;padding:1.25rem 1rem}}.capabilities__item:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(98.44deg,#fff0 2.26%,#1b395f);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.capabilities__item-title{font-weight:700;font-size:1.5rem;line-height:1.875rem}@media(max-width:991.98px){.capabilities__item-title{font-size:1.25rem;line-height:1.5}}.capabilities__item-text{font-weight:700;font-size:1.25rem;line-height:1}@media(max-width:991.98px){.capabilities__item-text{font-size:1rem;line-height:1.2}}.real__row{display:flex;gap:1.875rem}@media(max-width:991.98px){.real__row{flex-direction:column;row-gap:1.5rem}}.real__content{font-weight:700;flex:1 1 auto}.real__content ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;row-gap:1rem}.real__content ul li{display:flex;align-items:center;gap:1rem;font-weight:700;font-size:1.25rem;line-height:1.5}@media(max-width:991.98px){.real__content ul li{font-size:1rem}}.real__content ul li:before{content:"";width:.5625rem;align-self:start;height:1.125rem;border:solid #00ba00;border-width:0 .125rem .125rem 0;transform:rotate(45deg)}@media(max-width:991.98px){.real__content ul li:before{height:1rem;width:.5rem}}.real__img{flex-shrink:0;align-self:start;width:33.4375rem;display:flex}@media(max-width:1199.98px){.real__img{width:30rem}}@media(max-width:575.98px){.real__img{width:100%}}.real__img img{width:100%;height:auto;border-radius:var(--border-radius)}.matters{background:var(--accent);color:var(--white)}.matters__container{display:flex;gap:1.5rem}@media(max-width:991.98px){.matters__container{flex-direction:column}}.matters__title,.matters__content{color:var(--white)}.matters__content ul{max-width:40.625rem;padding:2.125rem 2.5rem;box-shadow:0 .25rem .25rem #00000040;background:var(--white);border-radius:var(--border-radius);color:var(--black)}@media(min-width:1200px){.matters__content ul{transform:translate(25%)}}@media(max-width:991.98px){.matters__content ul{padding:1.25rem 1rem}}.matters__img{position:relative;z-index:2;align-self:start;width:27.8125rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;max-width:100%}.matters__img img{width:100%;height:auto;object-fit:cover;border-radius:var(--border-radius)}.step__row{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media(max-width:991.98px){.step__row{grid-template-columns:1fr;row-gap:2rem}}.step__content{max-width:32.5rem}.step__list{display:flex;flex-direction:column;row-gap:3.125rem}@media(min-width:992px){.step__list{padding-top:3.75rem}}@media(max-width:991.98px){.step__list{row-gap:1.5rem}}.step__item{display:flex;flex-direction:column;row-gap:.875rem}.step__item-title{font-weight:700;font-size:1.5rem;line-height:1;color:var(--accent)}@media(max-width:991.98px){.step__item-title{font-size:1.25rem}}.step__item-text{font-weight:700;font-size:1.25rem;line-height:1}@media(max-width:991.98px){.step__item-text{font-size:1rem;line-height:1.2}}.built__text{max-width:37.5rem}.built__text:not(:last-child){margin-bottom:3.25rem}@media(max-width:991.98px){.built__text:not(:last-child){margin-bottom:1.5rem}}.built__list{position:relative;display:flex;align-items:center;justify-content:space-evenly;gap:1.25rem}.built__list:not(:last-child){margin-bottom:3.25rem}@media(max-width:991.98px){.built__list:not(:last-child){margin-bottom:1.5rem}}@media(max-width:767.98px){.built__list{flex-direction:column}}.built__list:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:.1875rem;background:linear-gradient(90deg,#daeaff 3.85%,#1b395f 52.4%,#e2efff)}.built__item{position:relative;z-index:2;border-radius:50%;font-weight:700;font-size:1.25rem;line-height:100%;text-align:center;display:flex;align-items:center;justify-content:center;padding:.75rem;background:var(--accent);color:var(--white)}.built__item:nth-child(3n+1),.built__item:nth-child(3n+3){width:11.125rem;height:11.125rem}.built__item:nth-child(3n+2){width:9.375rem;height:9.375rem}.differently__row{display:flex;gap:1rem}@media(max-width:991.98px){.differently__row{flex-direction:column}}.differently__row:not(:last-child){margin-bottom:5rem}@media(max-width:991.98px){.differently__row:not(:last-child){margin-bottom:2.5rem}}.differently__text{max-width:43.75rem}.differently__btn{flex-shrink:0;align-self:end;height:fit-content}@media(max-width:991.98px){.differently__btn{align-self:start}}.differently__media{display:grid;grid-template-columns:28.375rem 1fr;align-items:center;gap:3.75rem}@media(max-width:1199.98px){.differently__media{grid-template-columns:23.75rem 1fr;gap:1.5rem}}@media(max-width:991.98px){.differently__media{display:flex;flex-direction:column;row-gap:2rem}}.differently__img{max-width:31.25rem;width:100%;display:flex}.differently__img img{width:100%;height:auto;border-radius:var(--border-radius)}.differently__table{width:100%;max-width:50rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.agri-table{width:100%;border-collapse:collapse;color:var(--black);--border-color: #aaaaaa}.agri-table th,.agri-table td{padding:1rem 1.5rem;text-align:left;font-weight:700;font-size:1.25rem;line-height:1.5rem;border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color)}.agri-table th:last-child,.agri-table td:last-child{border-right:none}@media(max-width:767.98px){.agri-table{border:none}.agri-table thead{display:none}.agri-table tr{display:block;margin-bottom:1.5rem;border:1px solid var(--border-color);border-radius:.5rem;overflow:hidden;box-shadow:0 .125rem .5rem #0000000a}.agri-table td{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-right:none}.agri-table td:last-child{border-bottom:none}.agri-table td:before{content:attr(data-label);font-weight:400;color:#666;margin-right:1rem;flex-shrink:0}}.breadcrumbs{min-height:3.75rem;display:flex;align-items:center;padding:.625rem 0;font-weight:500;font-size:1rem;line-height:100%;color:var(--black)}@media(max-width:991.98px){.breadcrumbs{min-height:2.5rem}}.breadcrumbs__list{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;gap:.5rem}.breadcrumbs__item{display:inline-flex;align-items:center;gap:.5rem}.breadcrumbs__item:not(:last-child):after{content:"";flex-shrink:0;width:.5rem;height:.5rem;border-radius:50%;background:var(--accent)}.breadcrumbs__link{text-decoration:none;transition:color .3s ease;color:var(--black)}.breadcrumbs__link:hover{color:var(--accent)}.breadcrumbs__item--current{color:var(--stroke)}.breadcrumbs__current{-webkit-user-select:none;user-select:none;color:var(--stroke)}.footer{position:relative;z-index:10;padding-top:2.875rem;padding-bottom:2rem;background:#000;color:var(--white)}@media(max-width:991.98px){.footer{padding-bottom:1.375rem}}.footer__container{display:flex;flex-direction:column;row-gap:2.625rem}.footer__row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:991.98px){.footer__row{grid-template-columns:repeat(2,1fr);gap:.625rem 1.25rem}}@media(max-width:991.98px){.footer__nav{grid-row:1/span 2;grid-column:2}}.footer__list{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem 1.25rem}@media(max-width:991.98px){.footer__list{grid-template-columns:1fr;row-gap:.375rem}}.footer__list a{font-weight:700;font-size:1rem;line-height:1.5rem;color:var(--white);transition:color .3s ease}@media(any-hover:hover){.footer__list a:hover{color:var(--blue)}}.footer__bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:.75rem}.footer__logo{display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.footer__logo img{height:6.25rem;width:auto;object-fit:scale-down;border-radius:var(--border-radius)}@media(max-width:991.98px){.footer__logo img{height:4.5rem}}.footer__copyright{font-weight:700;font-size:1.25rem;line-height:1.5;text-align:center;color:#f6f6f6}@media(max-width:991.98px){.footer__copyright{font-size:.875rem}}.social__list{display:flex;flex-direction:column;row-gap:.5rem}.social__link{display:inline-flex;align-items:center;gap:1rem;font-weight:700;font-size:1rem;line-height:1.5rem;transition:color .3s ease}@media(max-width:991.98px){.social__link{font-size:.875rem;line-height:1.5;gap:.5rem}}@media(any-hover:hover){.social__link:hover{color:var(--blue)}.social__link:hover svg{transform:translate(.1875rem)}}.social__link svg{width:1.875rem;height:1.875rem;transition:transform .3s ease}@media(max-width:991.98px){.social__link svg{width:1.5rem;height:1.5rem}}.social__icon{align-self:start;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%}.contacts__list{display:flex;flex-direction:column;row-gap:.5rem}.contacts__link{display:inline-flex;align-items:center;gap:1rem;font-weight:700;font-size:1rem;line-height:1.5rem;transition:color .3s ease}@media(max-width:991.98px){.contacts__link{font-size:.875rem;line-height:1.5;gap:.5rem}}@media(any-hover:hover){.contacts__link:hover{color:var(--blue)}.contacts__link:hover .contacts__icon{transform:translate(.1875rem)}}.contacts__link svg{width:100%;height:100%}.contacts__icon{align-self:start;width:1.875rem;height:1.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;transition:transform .3s ease}@media(max-width:991.98px){.contacts__icon{width:1.5rem;height:1.5rem}}body.menu-open{overflow:hidden}.header{position:fixed;z-index:1000;top:0;left:0;width:100%;height:auto;padding-top:1.25rem;padding-bottom:1.25rem;background:transparent;min-height:5rem;background-color:transparent;transition:background .3s ease;display:flex;align-items:center}@media(max-width:991.98px){.header{padding-top:.75rem;padding-bottom:.75rem}}.header.scroll-header{background:var(--white);box-shadow:0 .25rem 1.875rem #0000001a}.header__container{display:flex;align-items:center;gap:1.5rem;width:100%}@media(max-width:991.98px){.header__container{gap:1rem}}.header__logo{position:relative;z-index:100;flex-shrink:0;width:6.5rem;display:flex;margin-right:auto}@media(max-width:991.98px){.header__logo{width:3.125rem}}.header__logo img{width:100%;height:auto;object-fit:scale-down;transition:all .3s ease}.header__burger{position:relative;z-index:1000;width:2rem;height:2rem;flex-shrink:0}@media(min-width:992px){.header__burger{display:none}}.header__burger:before,.header__burger:after,.header__burger span{position:absolute;top:50%;left:50%;height:.125rem;width:1.75rem;border-radius:2em;background:var(--black);transform:translate(-50%,-50%);transition:all .3s ease;transform-origin:center}.header__burger:before{content:"";top:calc(50% - .3125rem)}.header__burger:after{content:"";top:calc(50% + .3125rem)}.header__burger.is-active span{transform:translate(-50%,-50%) scaleX(0)}.header__burger.is-active:before{top:50%;transform:translate(-50%,-50%) rotate(45deg)}.header__burger.is-active:after{top:50%;transform:translate(-50%,-50%) rotate(-45deg)}@media(max-width:991.98px){.header__btn{display:none}}.menu{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 3.5rem;margin-left:auto}@media(max-width:991.98px){.menu{position:fixed;z-index:15;width:100%;height:100dvh;max-width:100%;right:-100%;top:0;overflow:auto;padding:5rem 1.25rem 2rem;transition:right .3s ease-in-out;background:var(--white);flex-direction:column;row-gap:2.5rem}.menu:before{content:"";position:fixed;z-index:10;top:0;width:100%;height:5rem;right:-100%;transition:right .3s ease-in-out;background:var(--white);pointer-events:none}.menu-open .menu{right:0}.menu-open .menu:before{right:0}}.menu__actions{flex-shrink:0;display:flex;align-items:center;gap:.875rem}@media(max-width:991.98px){.menu__actions{gap:.75rem}}.menu__btn{flex-shrink:0;min-height:2.5rem;padding:.5rem 1rem;text-transform:none;font-size:1rem;line-height:1.2}.menu__link-phone{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;background:#2196f3;display:flex;align-items:center;justify-content:center;color:var(--white);transition:all .3s ease}.menu__link-phone .icon{width:1.5rem;height:1.5rem}@media(any-hover:hover){.menu__link-phone:hover{background:var(--accent);color:var(--white)}}@media(max-width:991.98px){.menu__nav{width:100%;flex-grow:1;padding-top:.75rem}}.menu__nav ul{display:flex;align-items:center;flex-wrap:wrap}@media(max-width:991.98px){.menu__nav ul{flex-direction:column;align-items:flex-start;width:100%}}.menu__nav ul li{position:relative;display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(min-width:992px)and (any-hover:hover){.menu__nav ul li:has(.sub-list):hover>a{background:var(--stroke);border-radius:var(--border-radius) var(--border-radius) 0 0}.menu__nav ul li:has(.sub-list):hover .sub-list{opacity:1;pointer-events:initial;transform:translateY(0)}}@media(max-width:991.98px){.menu__nav ul li{position:relative;flex-direction:column;align-items:flex-start;width:100%;gap:0;border-bottom:1px solid var(--border)}.menu__nav ul li:first-child{border-top:1px solid var(--border)}.menu__nav ul li.is-open .sub-list{opacity:1}.menu__nav ul li.is-open .menu__link{color:var(--accent)}.menu__nav ul li.is-open .menu__arrow .icon{transform:rotate(-90deg)}}.menu__nav ul li a{position:relative;display:inline-flex;justify-content:center;align-items:center;padding:1rem;font-weight:700;font-size:1rem;line-height:1.5rem;border-radius:var(--border-radius);background:transparent;overflow:hidden;color:var(--black);transition:all .3s ease}@media(any-hover:hover){.menu__nav ul li a:hover{background:var(--stroke)}}@media(max-width:991.98px){.menu__nav ul li a{display:flex;flex:1 1 auto;text-align:left;justify-content:flex-start;width:100%;padding:.5rem 1.375rem;background:transparent}}.menu__nav ul li .menu__arrow{position:absolute;top:0;right:0;width:2rem;height:2.5rem;margin-left:auto;flex-shrink:0;display:flex;align-items:center;justify-content:center}.menu__nav ul li .menu__arrow .icon{transform:rotate(90deg);transition:all .3s ease}@media(min-width:992px){.menu__nav ul li .menu__arrow{display:none}}@media(min-width:992px){.sub-list{position:absolute;top:100%;left:0;width:100%;min-width:12.8125rem;padding:1rem 1rem 1.25rem;border-radius:0 .625rem .625rem;background:var(--stroke);opacity:0;pointer-events:none;transform:translateY(-.625rem);transition:all .3s ease}}@media(max-width:991.98px){.sub-list{width:100%;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .4s ease}.sub-list.is-open{opacity:1}}.sub-list ul{display:flex;flex-direction:column;align-items:flex-start;row-gap:.625rem}@media(max-width:991.98px){.sub-list ul{flex-direction:column;width:100%;padding:.625rem 0;border-top:1px solid var(--border)}}.sub-list ul li{flex-shrink:0}@media(max-width:991.98px){.sub-list ul li{border:none;padding-left:1rem}.sub-list ul li:first-child{border-top:none}}.sub-list ul li a{padding:0}@media(any-hover:hover){.sub-list ul li a:hover{color:var(--blue);background:transparent}}.pagination{margin-top:2.5rem;display:flex;justify-content:center}@media(max-width:991.98px){.pagination{margin-top:2rem}}.pagination .nav-links{display:flex;align-items:center;gap:.5rem}.pagination .page-numbers{display:flex;align-items:center;justify-content:center;width:2.625rem;height:2.625rem;border-radius:50%;font-weight:500;font-size:1rem;line-height:100%;color:var(--black);text-decoration:none;transition:all .3s ease;background-color:transparent}.pagination .page-numbers:not(.current):not(.dots):hover{color:var(--accent);background-color:#42cfa31a}.pagination .page-numbers.current{background-color:var(--accent);color:var(--black);cursor:default}.pagination .page-numbers.dots{border:none;background:transparent;cursor:default;width:auto;padding:0 .3125rem}.pagination .page-numbers.prev,.pagination .page-numbers.next{width:2rem;height:2rem;padding:.5rem;display:flex;align-items:center;justify-content:center;background:transparent!important;border:none}.pagination .page-numbers.prev .icon,.pagination .page-numbers.next .icon{display:block;transition:color .3s}@media(any-hover:hover){.pagination .page-numbers.prev:hover,.pagination .page-numbers.next:hover{color:var(--accent)}}.pagination .page-numbers.prev .icon{transform:rotate(-180deg)}.popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008f;padding:1.25rem;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease 0s;z-index:9999}.popup.is-open{opacity:1;visibility:visible;pointer-events:all}.popup.is-open .popup__content{transform:scale(1);opacity:1}.popup .popup__wrapper{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:1.5rem}.popup .popup__content{padding:2.375rem 1.25rem 1.75rem;max-width:35.25rem;width:100%;position:relative;overflow-y:auto;overflow-x:hidden;max-height:85vh;transform:scale(.4);border-radius:var(--border-radius);opacity:0;transition:all .3s ease 0s;background:var(--bg)}@media(max-width:740.98px){.popup .popup__content{padding:1.25rem 1rem}}.popup .popup__title{padding-right:2rem;font-weight:700;font-size:2rem;line-height:100%}@media(max-width:991.98px){.popup .popup__title{font-size:1.5rem}}.popup .popup__title:not(:last-child){margin-bottom:1.5rem}@media(max-width:575.98px){.popup .popup__title:not(:last-child){margin-bottom:1rem}}.popup .popup__text{font-size:1rem;line-height:140%}.popup .popup__text:not(:last-child){margin-bottom:1.5rem}@media(max-width:575.98px){.popup .popup__text:not(:last-child){margin-bottom:1rem}}.popup .popup__text p:not(:last-child){margin-bottom:.75rem}.popup .popup__close{position:absolute;top:1.875rem;right:1rem;z-index:2;display:flex;width:2rem;height:2rem;padding:.125rem;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;background:transparent;transition:all .3s}.popup .popup__close:before,.popup .popup__close:after{content:"";position:absolute;top:50%;left:50%;width:1.5rem;height:.125rem;background-color:var(--blue);transition:background .3s ease}.popup .popup__close:before{transform:translate(-50%,-50%) rotate(45deg)}.popup .popup__close:after{transform:translate(-50%,-50%) rotate(-45deg)}@media(any-hover:hover){.popup .popup__close:hover{transform:rotate(180deg)}}@media(max-width:991.98px){.popup .popup__close{top:.875rem;right:.625rem}}.popup .popup__info{margin-top:1rem;display:flex;align-items:center;gap:.75rem;color:var(--blue-hover);font-weight:400;font-size:.875rem;line-height:140%}.popup .popup__info .icon{width:1.5rem;height:1.5rem;flex-shrink:0}@media(max-width:575.98px){.popup .popup__info{font-size:.75rem}}.popup .btn{margin-top:.625rem}@media(max-width:991.98px){.popup .btn{width:100%;margin-top:0}}.popup .radio-fieldset__grid{display:flex;flex-direction:column}
