:root{--cc-btn-primary-bg: #C3002F;--cc-btn-primary-hover-bg: rgb(169.5, 0, 40.8538461538);--cc-btn-primary-text: #ffffff;--cc-toggle-bg-on: #1CC9A0}@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes show-slide{0%{transform:translateY(2rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse-out{0%{opacity:.4;top:0;right:0;bottom:0;left:0}to{opacity:0;top:-16px;right:-16px;bottom:-16px;left:-16px}}@keyframes skeleton{0%{background-position:0}to{background-position:-150%}}:root{--noui--marker-large: 20px;--noui-marker-small: 8px;--noui-color-border: #DEDEDE;--noui-pip-width: 2px;--noui-handle-width: 18px;--noui-handle-height: 18px;--noui-connect-height: 4px}.noUi-target{background-color:var(--noui-color-border);border:none;font-size:.813rem;margin-inline:calc(.5 * var(--noui-handle-width));margin-block:calc(.5 * var(--noui-handle-height))}.noUi-connects{height:var(--noui-connect-height);transform:translateY(calc(-50% + 1px))}.noUi-connect{background-color:#c3002f}.noUi-horizontal{height:var(--noui-pip-width);box-shadow:none;border-radius:0}.noUi-horizontal .noUi-handle{background-color:#c3002f;border:none;box-shadow:none;top:calc(var(--noui-handle-height) / -2);right:calc(var(--noui-handle-width) / -2);width:var(--noui-handle-width);height:var(--noui-handle-height);cursor:pointer;color:#fff;border-radius:99vw}.noUi-horizontal .noUi-handle:before{width:5px;height:auto;aspect-ratio:1;border-radius:inherit;transform:translate(-50%,-50%);top:calc(var(--noui-handle-height) / 2);background-color:currentColor;left:calc(var(--noui-handle-width) / 2)}.noUi-horizontal .noUi-handle:after{display:none}.noUi-marker{background-color:var(--noui-color-border)}.noUi-marker.noUi-marker-horizontal{height:var(--noui-marker-small);width:var(--noui-pip-width)}.noUi-marker.noUi-marker-horizontal.noUi-marker-normal{top:calc(var(--noui--marker-large) / 2);transform:translateY(-50%)}.noUi-marker.noUi-marker-horizontal.noUi-marker-large{height:var(--noui--marker-large)}.category-nav .category-item__link>*{transition:filter .1s ease-out}[aria-busy=true] .category-nav{pointer-events:none}[aria-busy=true] .category-nav .category-item__link>*{filter:saturate(50%) opacity(.35)}.category-list{grid-template-columns:repeat(4,minmax(0,1fr))}@media screen and (max-width: 767px){.category-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width: 575px){.category-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.category-item__link{position:relative;display:flex;flex-direction:column;background-color:#f5f5f5;padding:1rem 1.5rem;transition:125ms ease-out;transition-property:transform,background-color,box-shadow}@media screen and (max-width: 1439px){.category-item__link{padding:.5rem 1rem}}.category-item__link:after{content:"";position:absolute;inset:calc(100% - 2px) 0 0;background-color:#c3002f;opacity:0;transition-duration:inherit;transition-timing-function:inherit;transition-property:opacity}@media (hover: hover) and (pointer: fine){.category-item__link:is(:hover,:active,:focus-visible){transform:translateY(-4px);background-color:#fff;box-shadow:0 8px 37px #00000013}.category-item__link:is(:hover,:active,:focus-visible):after{opacity:1}.category-item__link:is(:hover,:active,:focus-visible) .category-item__decoration{color:#c3002f;transform:translate(var(--btn-icon-movement))}}.category-item__head{margin-bottom:.5rem}.category-item__head img{width:100%;height:auto;mix-blend-mode:multiply}.category-item__body{display:flex;align-items:last baseline;column-gap:.5rem}.category-item__body small{color:#707070}.category-item__body>div{flex:1}.category-item__decoration{flex:none;width:1.5rem;height:1.5rem;color:#686868;fill:currentColor;transition:125ms ease-out;transition-property:color,transform}@media screen and (max-width: 1199px){.category-item__decoration{width:1rem;height:1rem}}.attribute-list{display:flex;gap:1em}.attribute-item{display:flex;flex-direction:column;align-items:center;text-align:center}.attribute-item img{margin-bottom:.75em}.attribute-item__label{font-size:var(--fs-meta);font-variation-settings:"wdth" 100,"wght" 525}.attribute-list--alt .attribute-item{border-left:1px solid #DEDEDE;padding-inline-start:.75em;align-items:start;text-align:start}.hero-section{position:relative;display:flex;width:100%;z-index:1;min-height:400px;max-height:750px;aspect-ratio:2;padding-bottom:calc(-1 * var(--block-offset));isolation:isolate}.hero-section:after{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to bottom,rgba(0,0,0,.6) 0%,rgba(0,0,0,.4) var(--header-height--floating),rgba(0,0,0,.1) calc(var(--header-height--floating) + 100px),rgba(0,0,0,0) 100%)}@media screen and (min-width: 768px){.hero-section:after{content:""}}@media screen and (max-width: 767px){.hero-section{min-height:450px}}.hero-section__background img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}@media screen and (max-width: 767px){.hero-section__background img{object-position:top}}.hero-section>[class*=container--]{display:flex}@media screen and (max-width: 1439px){.hero-section>[class*=container--]{max-width:1180px}}@media (min-width: 769px) and (max-width: 1200px){.hero-section>[class*=container--]{align-items:center}}@media screen and (max-width: 767px){.hero-section>[class*=container--]{align-items:end}}.hero{position:relative;width:100%;margin-block:80px;z-index:1;text-shadow:0 0 24px rgba(0,0,0,.5)}@media screen and (max-width: 1439px){.hero{margin-block:50px}}@media screen and (max-width: 767px){.hero{text-align:center;margin-block:32px}}.hero .title strong{display:block}.hero .title--h4{font-variation-settings:"wdth" 100,"wght" 525}@media screen and (max-width: 575px){.hero .title--h4{font-size:var(--fs-h5)}}@media screen and (max-width: 1439px){.proxy-filter-section>[class*=container--]{max-width:1180px}}@media screen and (max-width: 575px){.proxy-filter-section>[class*=container--]{padding-inline:calc(.5 * var(--container-padding))}}.proxy-filter{--gap: 12px;--padding: 2.5rem;--border-radius: 10px;--box-shadow: 0 8px 37px 0 rgba(0, 0, 0, .075);--background-color: #ffffff;--skew: 25deg;--spacor: calc(var(--padding) + 1rem);position:relative;display:flex;flex-direction:column;align-items:start;margin-top:var(--block-offset);z-index:1}@media screen and (max-width: 767px){.proxy-filter{--gap: 6px;--padding: 1.75rem}}.proxy-filter>.proxy-filter__head,.proxy-filter>.proxy-filter__main{background-color:var(--background-color)}.proxy-filter__head{position:relative;z-index:1;border-top-left-radius:var(--border-radius);padding-block-end:0;box-shadow:none;padding:calc(.5 * var(--padding)) calc(.5 * var(--padding)) 0 var(--padding)}@media screen and (max-width: 767px){.proxy-filter__head{padding-block-start:1rem;padding-inline-start:1rem}}.proxy-filter__head:before,.proxy-filter__head:after{content:"";position:absolute;transform-origin:0 100%;transform:skew(var(--skew));pointer-events:none}.proxy-filter__head:before{inset-block-end:-1px;inset-inline-start:calc(100% + var(--spacor));background-image:radial-gradient(circle at 100% 0%,transparent var(--border-radius),var(--background-color) var(--border-radius));width:var(--border-radius);aspect-ratio:1}.proxy-filter__head:after{inset:0 calc(-1 * var(--spacor)) -1px 100%;background-color:var(--background-color);border-top-right-radius:var(--border-radius);z-index:-1}@media screen and (max-width: 767px){.proxy-filter__head .title{font-size:var(--fs-h5);font-variation-settings:"wdth" 100,"wght" 450}}.proxy-filter__main{width:100%;padding:var(--padding);border-radius:0 var(--border-radius) var(--border-radius)}@media screen and (max-width: 767px){.proxy-filter__main{padding:1.25rem 1rem}}.proxy-filter__body{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--gap)}.proxy-filter__body .input-select{--input-margin-top: 0;grid-column:span 3}@media screen and (max-width: 991px){.proxy-filter__body .input-select{grid-column:span 6}}.proxy-filter__body .input-slider{grid-column:span 3;border:var(--input-border-width) solid var(--input-border-color);padding:var(--input-padding-block) var(--input-padding-inline)}@media screen and (max-width: 1679px){.proxy-filter__body .input-slider{display:flex;flex-direction:column;align-items:stretch}}@media screen and (max-width: 991px){.proxy-filter__body .input-slider{grid-column:span 12}}.proxy-filter__body .input-card-group{grid-column:span 9;gap:var(--gap);display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}@media screen and (max-width: 991px){.proxy-filter__body .input-card-group{grid-column:span 12}}@media screen and (max-width: 767px){.proxy-filter__body .input-card-group{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width: 374px){.proxy-filter__body .input-card-group{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 1679px){.proxy-filter__body .input-card-item__label{font-size:var(--fs-meta)}}.proxy-filter__foot-wrap{display:flex;justify-content:center;align-items:center;gap:24px}@media screen and (max-width: 767px){.proxy-filter__foot-wrap{gap:8px}}.proxy-filter__foot-wrap .btn{flex:none}.proxy-filter__foot-wrap:before,.proxy-filter__foot-wrap:after{content:"";display:block;height:1px;width:160px;background-color:#dedede}@media screen and (max-width: 575px){.proxy-filter__foot-wrap:before,.proxy-filter__foot-wrap:after{display:none}}.about-section__featured{position:relative;z-index:1;display:flex;width:100%}@media screen and (min-width: 992px){.about-section__featured{height:calc(100% + 50px);margin-block:-25px}}@media screen and (max-width: 991px){.about-section__featured{margin-inline:var(--container-padding-negative);width:calc(100% + 2 * var(--container-padding));max-width:initial}}.about-section__featured img{width:100%;height:100%;object-fit:cover}@media screen and (min-width: 992px){.about-section__featured img{max-width:960px;margin-inline-start:auto}}@media screen and (max-width: 991px){.about-section__featured img{aspect-ratio:2;object-position:0 75%}}@media screen and (min-width: 992px){.about-section__body .section-header h2{max-width:22ch}}.about-section__body .structure-grid{grid-template-columns:minmax(0,1fr)!important}@media screen and (min-width: 768px){.about-section__body .structure-grid{--spacing: 32px !important}}@media screen and (min-width: 1440px){.about-section__body .structure-grid{--spacing: 48px !important}}@media screen and (min-width: 1200px){.about-section__body .structure-content ul:not([class]){column-count:2}}@media screen and (max-width: 1439px){.advantages-section>[class*=container--]{max-width:1180px}}.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{--spacing: 16px;display:grid;gap:var(--gap, var(--spacing))}@media screen and (min-width: 768px){.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{grid-template-columns:repeat(var(--column-count, 4),1fr)}}@media (min-width: 769px) and (max-width: 1200px){.structure-grid:not(.swiper-wrapper).structure-grid--documents,.swiper:not(.swiper-initialized) .structure-grid.structure-grid--documents{grid-template-columns:minmax(0,1fr)}}.swiper:not(.swiper-initialized) .structure-grid{grid-template-rows:auto;grid-auto-rows:0;row-gap:0;overflow:hidden}.swiper:not(.swiper-initialized) .structure-grid+.swiper__pagination{display:none!important}.structure-grid--separators{--spacing: 64px !important;overflow:hidden}@media screen and (max-width: 767px){.structure-grid--separators{--spacing: 48px !important}}.structure-grid--separators>*{position:relative}.structure-grid--separators>*:before,.structure-grid--separators>*:after{content:"";position:absolute;background-color:#dedede;pointer-events:none}.structure-grid--separators>*:before{height:1px;inset:auto 0 calc(100% + var(--spacing) * .5);transform:translateY(50%)}.structure-grid--separators>*:after{width:1px;inset:0 calc(100% + var(--spacing) * .5) 0 auto;transform:translate(50%)}@media screen and (min-width: 1200px){.structure-grid.structure-grid--icons{--spacing: 64px}}.structure-icon{display:flex;justify-content:start;align-items:start;gap:16px 32px}@media screen and (max-width: 1439px){.structure-icon{gap:16px 24px}}@media screen and (max-width: 575px){.structure-icon{gap:12px 20px}}.structure-icon__head{flex:none}.structure-icon__picture img{height:3rem;aspect-ratio:1;object-fit:contain}@media screen and (max-width: 1439px){.structure-icon__picture img{height:2.25rem}}@media screen and (max-width: 575px){.structure-icon__picture img{height:2rem}}.structure-icon__body{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:4px}.structure-icon--center{flex-direction:column;align-items:center}.structure-icon--center .structure-icon__body{align-items:center;text-align:center}
