@media only screen and (max-width: 640px){.only-desktop{display:none}}@font-face{font-family:PT Root UI;src:url(../fonts/PT-Root-UI_VF.woff2) format("woff2-variations");font-weight:100 700}:root{--primary-color: #008b8a;--primary-color-hover: hsl(180, 105%, 23%);--orange: #e94d11;--green: #a5c950;--text-color: #0c0d0f;--pt-root-ui: "PT Root UI", sans-serif;--content-padding: 5.5rem;--container-width: 181rem}@media only screen and (max-width: 640px){:root{--content-padding: 1rem}}*,*:after,*:before{box-sizing:inherit;margin:0;padding:0}html{box-sizing:border-box;font-size:10px;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-size:clamp(2px,.52vw,40px);scrollbar-gutter:stable;scroll-behavior:smooth;scroll-padding-top:8rem}@media only screen and (max-width: 640px){html{font-size:11px}}@media (max-width: 360px){html{font-size:10px}}body{font-size:1.4rem;line-height:1.3;min-height:100vh;display:flex;flex-direction:column;color:var(--text-color);font-family:var(--pt-root-ui);overscroll-behavior:none;overflow-anchor:none}body.menu-open,body.modal-open{touch-action:none;-webkit-overflow-scrolling:none;overflow:hidden;overscroll-behavior:none}main{display:flex;flex-direction:column;flex-grow:1}ul,ol{list-style:none}ol{counter-reset:ordered-list}ol>li{counter-increment:ordered-list}ol>li:before{content:counter(ordered-list,decimal-leading-zero) "."}input,textarea{border:none;font:inherit;outline:none;box-shadow:none;border-radius:0;width:100%;background-color:transparent;display:block}input:not([type=checkbox]):not([type=radio]){-moz-appearance:none;appearance:none;-webkit-appearance:none}textarea{resize:none;box-shadow:none;display:block;width:100%;overflow:auto;height:20rem;scrollbar-color:var(--primary-color) white;scrollbar-width:thin}textarea::-webkit-scrollbar{background-color:#fff;width:.6rem}textarea::-webkit-scrollbar-thumb{background-color:var(--primary-color)}textarea::-webkit-scrollbar-button{display:none}textarea::-webkit-scrollbar-track{background-color:#fff}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}input[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}input[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;display:none}button{border:none;background-color:transparent;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;color:inherit;outline:none;display:inline-flex;position:relative}a{background-color:transparent;text-decoration:none;transition:color .2s,text-decoration-color .2s}a:link,a:visited{color:inherit}a:where(:not[class]):link,a:where(:not[class]):visited{color:var(--primary-color)}svg{flex-shrink:0;fill:currentColor}img{border-style:none;max-width:100%;display:block}img[data-sizes=auto]{display:block;width:100%}img.lazyload:not([src]){visibility:hidden}table{width:100%;border-collapse:collapse;text-align:left}th{font-weight:400}td,th{text-align:left;vertical-align:top}::selection{color:#fff;background-color:var(--primary-color);-webkit-text-fill-color:white}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{background-color:transparent}.validation-error{font-size:1.6rem;line-height:140%;margin-top:.5rem;color:var(--orange)}@media only screen and (max-width: 640px){.validation-error{font-size:1.4rem;font-style:normal;font-weight:400;line-height:130%}}.page-main{flex-grow:1;display:flex;flex-direction:column;overflow-x:hidden;overflow-x:clip}.btn{display:flex;flex-direction:column;padding:1.6rem 1.2rem 1.6rem 2.4rem;font-style:normal;font-weight:700;font-size:1.8rem;line-height:2.4rem;letter-spacing:-.02em;color:#fff;border-radius:1.2rem;background-color:var(--primary-color);min-height:9rem;transition:background-color .2s,border-color .2s,color .2s;border:1px solid var(--primary-color)}.btn svg{margin-left:auto;margin-top:auto;width:1rem;height:1rem;fill:currentColor;flex-shrink:0}.btn svg.icon-doc{width:2rem;height:2rem}.btn:link,.btn:visited{color:#fff}@media (hover: hover){.btn:hover{background-color:var(--primary-color-hover);border-color:var(--primary-color-hover)}}@media only screen and (max-width: 640px){.btn{font-size:1.4rem;font-style:normal;font-weight:650;line-height:2.4rem;letter-spacing:-.028rem;padding:.8rem 1.5rem 1.26rem;border-radius:1rem;min-height:6rem;align-self:stretch;width:auto}.btn svg{width:.8048rem;height:.8048rem}}.page-footer{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0)}.page-footer__content{grid-column-start:content-start;grid-column-end:content-end;display:flex;flex-direction:column;gap:7.5rem;padding:4rem 0}@media only screen and (max-width: 640px){.page-footer__content{padding:1.4rem 0;gap:3.2rem}}.page-footer__top-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem;align-items:flex-end;grid-template-areas:"logo nav contacts"}@media only screen and (max-width: 640px){.page-footer__top-row{display:flex;flex-direction:column;align-items:center;gap:1rem}}.page-footer__logo{grid-area:logo;justify-self:flex-start}@media only screen and (max-width: 640px){.page-footer__logo{align-self:center}}.page-footer__logo-image{display:block;height:auto;width:33rem}@media only screen and (max-width: 640px){.page-footer__logo-image{width:16.5433rem}}.page-footer__nav{grid-area:nav}@media only screen and (max-width: 640px){.page-footer__nav{display:none}}.page-footer__nav ul{display:flex;align-items:center;flex-wrap:wrap;gap:2.5rem}.page-footer__nav ul li{flex-shrink:0}.page-footer__nav ul li a{font-style:normal;font-weight:700;font-size:2rem;line-height:2.5rem;letter-spacing:-.1rem;display:block}@media (hover: hover){.page-footer__nav ul li a:hover{color:var(--primary-color)}}.page-footer__contacts{display:flex;flex-direction:column;gap:2.5rem;grid-area:contacts}@media only screen and (max-width: 640px){.page-footer__contacts{align-items:center;gap:1rem}}.page-footer__contacts-links{display:flex;align-items:center;gap:2rem;justify-content:space-between;flex-wrap:wrap}@media only screen and (max-width: 640px){.page-footer__contacts-links{align-items:center;gap:1rem;justify-content:flex-start;flex-direction:column}}.page-footer__contacts-link{display:flex;align-items:center;flex-shrink:0;gap:1.5rem;font-style:normal;font-weight:700;font-size:2rem;line-height:2.5rem;letter-spacing:-.1rem}@media only screen and (max-width: 640px){.page-footer__contacts-link{gap:1.5rem;font-size:1.6rem;font-style:normal;font-weight:700;line-height:2.5rem;letter-spacing:-.1rem}}@media (hover: hover){.page-footer__contacts-link:hover{color:var(--primary-color)}.page-footer__contacts-link:hover .page-footer__contacts-link-icon{background-color:var(--primary-color);border-color:var(--primary-color)}.page-footer__contacts-link:hover .page-footer__contacts-link-icon svg{fill:#fff}}.page-footer__contacts-link-icon{flex-shrink:0;width:5rem;height:5rem;border:1px solid #e4e8f0;border-radius:1.2rem;display:grid;place-items:center;transition:background-color .2s,border-color .2s}@media only screen and (max-width: 640px){.page-footer__contacts-link-icon{width:4rem;height:4rem;border-radius:1.2rem;border:1px solid #e4e8f0}}.page-footer__contacts-link-icon svg{display:block;width:100%;height:100%;fill:var(--text-color);transition:fill .2s}@media only screen and (max-width: 640px){.page-footer__requisites{order:-10}}.page-footer__requisites ul{display:flex;align-items:center;flex-wrap:wrap;gap:2rem;justify-content:space-between}@media only screen and (max-width: 640px){.page-footer__requisites ul{flex-wrap:nowrap;gap:1rem;align-items:center;justify-content:flex-start;flex-direction:column}}.page-footer__requisites ul li{font-style:normal;font-weight:700;font-size:2rem;line-height:2.5rem;letter-spacing:-.1rem}@media only screen and (max-width: 640px){.page-footer__requisites ul li{font-size:1.6rem;font-style:normal;font-weight:700;line-height:2.5rem;letter-spacing:-.1rem}}.page-footer__bottom-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem;padding:2.4rem;grid-template-areas:"copyright policy madeby";border-radius:1.2rem;color:#fff;background-color:#0c0d0f;align-items:center}@media only screen and (max-width: 640px){.page-footer__bottom-row{flex-direction:column;align-items:center;display:flex;gap:1rem;text-align:center;border-radius:1.2rem;background:#0c0d0f;padding:1.5rem 2rem}}.page-footer__copyright{font-style:normal;font-weight:500;font-size:1.3rem;line-height:2.5rem;letter-spacing:-.01em;grid-area:copyright}@media only screen and (max-width: 640px){.page-footer__copyright{font-size:1.3rem;font-style:normal;font-weight:500;line-height:2.5rem;letter-spacing:-.013rem}}.page-footer__policy{font-style:normal;font-weight:500;font-size:1.3rem;line-height:2.5rem;letter-spacing:-.01em;grid-area:policy;justify-self:center}@media only screen and (max-width: 640px){.page-footer__policy{font-size:1.3rem;font-style:normal;font-weight:500;line-height:1.2;letter-spacing:-.013rem}}.page-footer__made-by{display:flex;align-items:center;gap:1rem;font-style:normal;font-weight:500;font-size:1.5rem;line-height:140%;letter-spacing:-.01em;grid-area:madeby;justify-self:flex-end}@media only screen and (max-width: 640px){.page-footer__made-by{font-size:1.5rem;font-style:normal;font-weight:500;line-height:140%;letter-spacing:-.015rem;gap:1rem;align-items:center;display:flex;justify-content:center}}.page-footer__made-by-logo{display:block;height:auto;width:3.5rem;flex-shrink:0}@media only screen and (max-width: 640px){.page-footer__made-by-logo{width:3.4667rem}}.page-header{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);position:absolute;left:0;top:0;width:100%;z-index:20;color:#fff;pointer-events:none}.page-header a{pointer-events:all}@media only screen and (max-width: 640px){.page-header{display:none}}.page-header__content{grid-column-start:content-start;grid-column-end:content-end;padding:3rem 0;display:flex;align-items:center;gap:3.5rem}.page-header__phone{font-size:2rem;font-style:normal;font-weight:700;line-height:2.5rem;letter-spacing:-.04rem}@media (hover: hover){.page-header__phone:hover{color:#ffffffb3}}.page-header__social-list{display:flex;align-items:center;gap:2rem}.page-header__social-list-item{flex-shrink:0}.page-header__social-link{display:flex;align-items:center;gap:.5rem;font-size:1.4rem;font-style:normal;font-weight:700;line-height:2rem}@media (hover: hover){.page-header__social-link:hover{color:#ffffffb3}}.page-header__social-link svg{flex-shrink:0;fill:currentColor;width:3rem;height:3rem}.page-header__email{margin-left:auto;font-size:2rem;font-style:normal;font-weight:700;line-height:2.5rem;letter-spacing:-.04rem;text-decoration-line:underline;text-decoration-skip-ink:none;text-decoration-thickness:1px;text-underline-offset:2px;transition:text-decoration-color .2s}@media (hover: hover){.page-header__email:hover{color:#ffffffb3;text-decoration-color:transparent}}.menu{position:fixed;left:50%;top:0;transform:translate(-50%);z-index:20;border-top:.5rem solid #0c0d0f;width:100%;display:flex;flex-direction:column;align-items:center;pointer-events:none}@media only screen and (max-width: 640px){.menu{border-top:none;border-bottom:.3rem solid #0c0d0f;pointer-events:all;top:auto;bottom:0}}.menu__button{width:21rem;height:5rem;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"stack";color:#fff;place-items:center;background-color:#0c0d0f;transition:background-color .2s,color .2s;-webkit-mask-image:url(../images/menu-mask.svg);mask-image:url(../images/menu-mask.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:none;mask-repeat:none;-webkit-mask-position:center;mask-position:center;pointer-events:all}@media only screen and (max-width: 640px){.menu__button{width:13.6rem;height:3.2rem;-webkit-mask-image:url(../images/menu-mask-flipped.svg);mask-image:url(../images/menu-mask-flipped.svg)}}.menu__button-open{grid-area:stack;display:flex;align-items:center;justify-content:center;gap:1.5rem;font-size:1.6rem;font-style:normal;font-weight:700;line-height:2.4rem;letter-spacing:-.032rem;transition:opacity .2s,visibility .2s}@media only screen and (max-width: 640px){.menu__button-open{font-size:1.024rem;font-style:normal;font-weight:700;line-height:1.536rem;letter-spacing:-.0205rem;gap:.9rem}}.menu__button-open svg{fill:currentColor;width:3rem;height:1.2109rem;flex-shrink:0;position:relative;bottom:0rem}@media only screen and (max-width: 640px){.menu__button-open svg{width:1.92rem;height:.775rem;bottom:-.1rem}}@media only screen and (min-width: 641px){.menu-shown .menu__button-open{transition:opacity .2s,visibility 0s linear .2s;opacity:0;visibility:hidden}}.menu__button-close{grid-area:stack;width:2.5rem;height:2.5rem;opacity:0;visibility:hidden;transition:opacity .2s,visibility 0s linear .2s}@media only screen and (max-width: 640px){.menu__button-close{display:none}}.menu-shown .menu__button-close{opacity:1;visibility:inherit;transition:opacity .2s,visibility .2s}.menu__button-close svg{display:block;width:100%;height:100%;fill:currentColor}.menu__dropdown{position:absolute;left:50%;transform:translate(-50%);max-width:100%;width:max-content;top:100%;margin-top:4.5rem;opacity:0;visibility:hidden;transition:opacity .2s,visibility 0s linear .2s}.menu-shown .menu__dropdown{opacity:1;visibility:inherit;transition:opacity .2s,visibility .2s}@media only screen and (max-width: 640px){.menu__dropdown{margin:0;left:0;width:100%;top:auto;bottom:0;transform:none;padding:1.9rem 2rem 2.6rem;background:#0c0d0f;color:#fff;transform:translateY(100%);transition:opacity .4s ease .4s,visibility 0s linear .8s,transform .4s ease}.menu-shown .menu__dropdown{transform:translateY(0);transition:opacity .2s,visibility .2s,transform .4s ease-out}}.menu__list{display:flex;align-items:center;gap:1rem;justify-content:center;pointer-events:all}@media only screen and (max-width: 640px){.menu__list{flex-direction:column;align-items:stretch;gap:1.5rem}}.menu__list-item{flex-shrink:0}.menu__link{color:#fff;text-align:center;border-radius:.8rem;background:#0c0d0f;box-shadow:0 1px 2px #0000000d;padding:1rem 1.6rem;font-size:1.6rem;font-style:normal;font-weight:500;line-height:2.4rem;letter-spacing:-.032rem;display:block;transition:background-color .2s,color .2s;pointer-events:all}.menu__link:link,.menu__link:visited{color:#fff}@media (hover: hover){.menu__link:hover{background-color:#fff;color:var(--primary-color)}}@media only screen and (max-width: 640px){.menu__link{font-size:2rem;font-style:normal;font-weight:700;line-height:2rem;letter-spacing:-.08rem;padding:0;border:none;box-shadow:none;text-align:left}}.menu__contacts{display:none}@media only screen and (max-width: 640px){.menu__contacts{margin-top:3rem;display:flex;flex-direction:column;gap:1rem}}.menu__contacts-phone{font-size:2rem;font-style:normal;font-weight:600;line-height:2.5rem;letter-spacing:-.04rem}.menu__contacts-social{display:flex;align-items:center;gap:2rem}.menu__contacts-social-link{display:flex;align-items:center;gap:.7rem;font-size:1.4rem;font-style:normal;font-weight:600;line-height:2rem}.menu__contacts-social-link svg{flex-shrink:0;width:2rem;height:2rem;fill:currentColor}.menu__contacts-email{font-size:2rem;font-style:normal;font-weight:600;line-height:2.5rem;letter-spacing:-.04rem;text-decoration-line:underline;font-feature-settings:"liga" off,"clig" off;text-decoration-skip-ink:none;text-decoration-thickness:1px;text-underline-offset:2px}.menu__dropdown-close{display:none}@media only screen and (max-width: 640px){.menu__dropdown-close{width:13.6rem;height:3.2rem;position:absolute;top:auto;bottom:100%;left:50%;transform:translate(-50%);background-color:#0c0d0f;transition:background-color .2s,color .2s;-webkit-mask-image:url(../images/menu-mask-flipped.svg);mask-image:url(../images/menu-mask-flipped.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:none;mask-repeat:none;-webkit-mask-position:center;mask-position:center;color:#fff;display:grid;place-items:center}.menu__dropdown-close svg{fill:currentColor;width:2rem;height:2rem;margin-top:.5rem}}.contact-us{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:3.5rem}@media only screen and (max-width: 640px){.contact-us{margin-bottom:1.2rem}}.contact-us__content{grid-column-start:content-start;grid-column-end:content-end;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem;grid-template-areas:"card card form"}@media only screen and (max-width: 640px){.contact-us__content{display:flex;flex-direction:column;gap:2.5rem}}.contact-us__card{grid-area:card;background-color:#008b8a;border-radius:1.2rem;overflow:hidden;overflow:clip;display:grid;grid-gap:2rem;grid-template-columns:1fr auto;grid-template-areas:"heading contacts" "text text";grid-template-rows:1fr auto;color:#fff;background-image:url(../images/contact-us-bg.svg);background-size:cover;background-repeat:no-repeat;background-position:right bottom;padding:2.4rem}@media only screen and (max-width: 640px){.contact-us__card{padding:1.2rem 1.6rem;border-radius:1.2rem;display:flex;flex-direction:column;gap:2.5rem;background-image:url(../images/contact-us-bg-mobile.svg);background-size:25rem auto;background-position:right bottom}}.contact-us__card-heading{grid-area:heading;font-style:normal;font-weight:650;font-size:8rem;line-height:9rem;letter-spacing:-.04em;max-width:53rem}@media only screen and (max-width: 640px){.contact-us__card-heading{max-width:none;font-size:2.7rem;font-style:normal;font-weight:600;line-height:3rem;letter-spacing:-.108rem}}.contact-us__card-contacts{grid-area:contacts;display:flex;flex-direction:column;align-items:flex-end;gap:5rem;margin-top:2rem}@media only screen and (max-width: 640px){.contact-us__card-contacts{order:10;margin:0;align-items:flex-start;gap:1.5rem}}.contact-us__card-phone{white-space:nowrap;font-style:normal;font-weight:600;font-size:4rem;line-height:2.5rem;letter-spacing:-.02em}@media (hover: hover){.contact-us__card-phone:hover{color:#ffffffb3}}@media only screen and (max-width: 640px){.contact-us__card-phone{font-size:2rem;font-style:normal;font-weight:600;line-height:2.5rem;letter-spacing:-.04rem}}.contact-us__card-email{font-style:normal;font-weight:600;font-size:4rem;line-height:2.5rem;letter-spacing:-.02em;text-decoration-line:underline;transition:text-decoration-color .2s,color .2s;text-decoration-skip-ink:none;text-decoration-thickness:.2rem;text-underline-offset:.5rem}@media only screen and (max-width: 640px){.contact-us__card-email{font-size:2rem;font-style:normal;font-weight:600;line-height:2.5rem;letter-spacing:-.04rem;text-underline-offset:2px}}@media (hover: hover){.contact-us__card-email:hover{text-decoration-color:transparent;color:#ffffffb3}}.contact-us__card-social-list{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}@media only screen and (max-width: 640px){.contact-us__card-social-list{gap:2.5rem}}.contact-us__card-social-list-item{flex-shrink:0}.contact-us__card-social-link{display:flex;align-items:center;gap:.8rem;font-style:normal;font-weight:600;font-size:2.4rem;line-height:2rem}@media only screen and (max-width: 640px){.contact-us__card-social-link{font-size:2rem;font-style:normal;font-weight:600;line-height:2rem}}@media (hover: hover){.contact-us__card-social-link:hover{color:#ffffffb3}}.contact-us__card-social-link svg{flex-shrink:0;width:3rem;height:3rem;fill:currentColor}.contact-us__card-text{max-width:52.5rem;grid-area:text;align-self:flex-end;font-style:normal;font-weight:600;font-size:2.4rem;line-height:3.4rem;letter-spacing:-.02em}@media only screen and (max-width: 640px){.contact-us__card-text{align-self:stretch;font-size:1.6rem;font-style:normal;font-weight:600;line-height:2rem;letter-spacing:-.032rem}}.contact-us__form{grid-area:form;display:flex;flex-direction:column;gap:2.8rem}@media only screen and (max-width: 640px){.contact-us__form{padding:0 1.2rem;gap:1.5rem}}.contact-us__form-fields{display:flex;flex-direction:column;gap:2.8rem}@media only screen and (max-width: 640px){.contact-us__form-fields{gap:1.5rem}}.contact-us__form-input-label{position:relative;display:block}.contact-us__form-input-label-text{left:2.4rem;font-style:normal;font-weight:500;font-size:1.8rem;line-height:2.4rem;letter-spacing:-.02em;color:#0c0d0f;position:absolute;top:3.8rem;transform:translateY(-50%);transform-origin:left center;pointer-events:none;transition:transform .2s}@media only screen and (max-width: 640px){.contact-us__form-input-label-text{font-size:1.6rem;font-style:normal;font-weight:500;line-height:2.4rem;letter-spacing:-.032rem;top:3rem}}.contact-us__form-input:focus~.contact-us__form-input-label-text,.contact-us__form-input:not(:placeholder-shown)~.contact-us__form-input-label-text{transform:translateY(-50%) scale(.8) translateY(-2rem)}@media only screen and (max-width: 640px){.contact-us__form-input:focus~.contact-us__form-input-label-text,.contact-us__form-input:not(:placeholder-shown)~.contact-us__form-input-label-text{transform:translateY(-50%) scale(.8) translateY(-1.4rem)}}.contact-us__form-input{display:block;width:100%;height:7.5rem;padding:1.7rem 2.4rem 0;font-style:normal;font-weight:500;font-size:1.8rem;line-height:2.4rem;letter-spacing:-.02em;color:#0c0d0f;background:#e9edf3;box-shadow:inset 0 0 2.1rem #fff6;border-radius:1.2rem;transition:border-color .2s,background-color .2s}.contact-us__form-input::placeholder{color:#0c0d0f;opacity:0}.contact-us__form-input.not-valid{outline:1px solid var(--orange)}@media only screen and (max-width: 640px){.contact-us__form-input{border-radius:1.2rem;background:#e9edf3;box-shadow:0 0 2.1rem #fff6 inset;height:6rem;padding:1.6rem 2.4rem 0;font-size:1.6rem;font-style:normal;font-weight:500;line-height:2.4rem;letter-spacing:-.032rem}}textarea.contact-us__form-input{resize:none;height:12.5rem;padding-top:3.4rem;padding-bottom:2rem}@media only screen and (max-width: 640px){textarea.contact-us__form-input{height:10rem;padding:2.6rem 2.4rem 2rem}}.contact-us__form-policy-checkbox{display:flex;align-items:center;width:100%;cursor:pointer;-webkit-user-select:none;user-select:none;gap:1.6rem}.contact-us__form-policy-checkbox-input{display:none}.contact-us__form-policy-checkbox-mark{flex-shrink:0;width:2rem;height:2rem;display:grid;place-items:center;border-radius:.4rem;transition:background-color .2s;background-color:#e9edf3}.contact-us__form-policy-checkbox-mark svg{display:block;width:100%;height:100%;transition:fill .2s,opacity .2s;opacity:0;fill:#fff}.contact-us__form-policy-checkbox-input:checked~.contact-us__form-policy-checkbox-mark{background-color:#008b8a}.contact-us__form-policy-checkbox-input:checked~.contact-us__form-policy-checkbox-mark svg{opacity:1}.contact-us__form-policy-checkbox-text{font-style:normal;font-weight:500;font-size:1.4rem;line-height:2rem;letter-spacing:-.02em}@media only screen and (max-width: 640px){.contact-us__form-policy-checkbox-text{font-size:1.1rem;font-style:normal;font-weight:500;line-height:2rem;letter-spacing:-.022rem}}.clients{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:12.5rem}@media only screen and (max-width: 640px){.clients{margin-bottom:5rem}}.clients__content{grid-column-start:content-start;grid-column-end:content-end;display:flex;flex-direction:column}@media only screen and (max-width: 640px){.clients__content{padding:0 1rem}}.clients__row{display:flex;align-items:flex-end;gap:6rem;margin-bottom:5rem}@media only screen and (max-width: 640px){.clients__row{display:contents}}.clients__text-content{display:flex;flex-direction:column;gap:2.5rem}@media only screen and (max-width: 640px){.clients__text-content{display:contents}}.clients__heading{font-style:normal;font-weight:700;font-size:8rem;line-height:9rem;letter-spacing:-.04em}@media only screen and (max-width: 640px){.clients__heading{font-size:2.7rem;font-style:normal;font-weight:650;line-height:3rem;letter-spacing:-.108rem;text-align:center}}.clients__text{font-style:normal;font-weight:700;font-size:2.4rem;line-height:3.4rem;letter-spacing:-.02em;max-width:110rem}@media only screen and (max-width: 640px){.clients__text{max-width:none;font-size:1.8rem;font-style:normal;font-weight:650;line-height:2.5rem;letter-spacing:-.036rem;margin-top:2rem;text-align:center}}.clients__arrows{display:flex;align-items:center;gap:.6rem;flex-shrink:0;margin-left:auto}@media only screen and (max-width: 640px){.clients__arrows{margin:0;justify-content:center;gap:.6rem;order:30;margin-top:2rem}}.clients__arrows:has(.clients__arrow.swiper-button-lock){display:none}.clients__arrow{border:1px solid #e4e8f0;border-radius:1.2rem;width:4.8rem;height:4.8rem;display:grid;place-items:center;transition:border-color .2s,background-color .2s;flex-shrink:0}.clients__arrow svg{display:block;width:100%;height:100%;fill:var(--text-color);transition:fill .2s}@media only screen and (min-width: 641px){.clients__arrow.swiper-button-disabled{cursor:default}.clients__arrow.swiper-button-disabled svg{fill:#e4e8f0}}@media only screen and (min-width: 641px) and (hover: hover){.clients__arrow:not(.swiper-button-disabled):hover{background-color:var(--primary-color);border-color:var(--primary-color)}.clients__arrow:not(.swiper-button-disabled):hover svg{fill:#fff}}@media only screen and (max-width: 640px){.clients__arrow{border-radius:1.2rem;border:1px solid #e4e8f0}.clients__arrow.swiper-button-disabled svg{fill:#e4e8f0}}@media only screen and (max-width: 640px){.clients__slider{margin-top:2rem}}.clients__slider .swiper-slide{height:auto;box-sizing:border-box;display:flex;flex-direction:column}@media only screen and (min-width: 641px){.clients__slider .swiper-slide{margin-right:1.5rem;width:calc(20% - 1.2rem)}.clients__slider .swiper-slide:last-child{margin-right:0}}@media only screen and (max-width: 640px){.clients__slider .swiper-slide{width:13.5rem;margin:0 .3rem}}@media only screen and (max-width: 640px){.clients__slider .swiper{overflow:visible}}.clients__slider-card{position:relative;border:1px solid #e4e8f0;border-radius:1rem;overflow:hidden;transition:border-color .2s}.clients__slider-card:before{content:"";display:block;padding-bottom:71.4%}@media only screen and (min-width: 641px) and (hover: hover){.clients__slider-card:hover{border-color:#a5c950}.clients__slider-card:hover .clients__slider-card-logo{filter:grayscale(0%)}}@media only screen and (max-width: 640px){.clients__slider-card{border-radius:.388rem}.swiper-slide-active .clients__slider-card{border-color:#a5c950}.swiper-slide-active .clients__slider-card .clients__slider-card-logo{filter:grayscale(0%)}}.clients__slider-card-logo{position:absolute;left:0;top:0;width:100%;height:100%;transition:filter .4s;filter:grayscale(100%);object-fit:cover}.equipment{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:12.5rem}@media only screen and (max-width: 640px){.equipment{margin-bottom:5rem}}.equipment__content{grid-column-start:content-start;grid-column-end:content-end;display:flex;flex-direction:column}@media only screen and (max-width: 640px){.equipment__content{padding:0 1rem}}.equipment__heading{font-style:normal;font-weight:700;font-size:8rem;line-height:9rem;text-align:center;letter-spacing:-.04em}@media only screen and (max-width: 640px){.equipment__heading{font-size:2.7rem;font-style:normal;font-weight:700;line-height:3rem;letter-spacing:-.108rem}}.equipment__text{max-width:180rem;align-self:center;font-style:normal;font-weight:700;font-size:2.4rem;line-height:3.4rem;text-align:center;letter-spacing:-.02em;margin-top:2rem}@media only screen and (max-width: 640px){.equipment__text{max-width:none;font-size:1.8rem;font-style:normal;font-weight:650;line-height:2.5rem;letter-spacing:-.036rem;margin-top:2rem;align-self:stretch}}.equipment__blocks{display:flex;flex-direction:column;gap:7.5rem;margin-top:7.5rem}@media only screen and (max-width: 640px){.equipment__blocks{margin-top:2rem;gap:2rem}}.equipment__block{display:flex;flex-direction:column;gap:5rem}@media only screen and (max-width: 640px){.equipment__block{gap:2rem}}.equipment__block-heading{font-style:normal;font-weight:500;font-size:6rem;line-height:9rem;text-align:center;letter-spacing:-.04em}@media only screen and (max-width: 640px){.equipment__block-heading{font-size:2.7rem;font-style:normal;font-weight:500;line-height:3rem;letter-spacing:-.108rem}}.equipment__block-slider{display:flex;flex-direction:column;gap:5rem}@media only screen and (max-width: 640px){.equipment__block-slider{gap:2rem}}@media only screen and (max-width: 640px){.equipment__block-slider .swiper{overflow:visible}}.equipment__block-slider .swiper-slide{display:flex;flex-direction:column;height:auto;box-sizing:border-box}@media only screen and (min-width: 641px){.equipment__block-slider .swiper-slide{width:calc(33.33% - 1.3333333333rem);margin-right:2rem}.equipment__block-slider .swiper-slide:last-child{margin-right:0}}@media only screen and (max-width: 640px){.equipment__block-slider .swiper-slide{width:20rem;margin:0 .35rem}}.equipment__card{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"stack";position:relative;isolation:isolate;color:#fff;border-radius:1.2rem;overflow:hidden;backface-visibility:hidden}@media only screen and (max-width: 640px){.equipment__card{border-radius:.411rem}}.equipment__card:link,.equipment__card:visited{color:#fff}.equipment__card:before{content:"";display:block;padding-bottom:60%;grid-area:stack}.equipment__card--with-border{border:1px solid #e4e8f0}@media only screen and (min-width: 641px) and (hover: hover){.equipment__card:hover .equipment__card-image{filter:grayscale(0);transform:translateZ(0) scale(1.06)}}@media only screen and (max-width: 640px){.swiper-slide-active .equipment__card .equipment__card-image{filter:grayscale(0);transform:translateZ(0) scale(1)}}.equipment__card-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.equipment__card-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,0) 36%,rgba(0,0,0,.5) 84%)}.equipment__card-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transform:translateZ(0) scale(1);transition:filter .2s,transform .4s}.equipment__card-content{grid-area:stack;display:flex;flex-direction:column;padding:2.4rem;justify-content:flex-end;z-index:2}@media only screen and (max-width: 640px){.equipment__card-content{padding:.8rem}}.equipment__card-title{font-style:normal;font-weight:700;font-size:1.8rem;line-height:120%;letter-spacing:-.02em;margin-top:auto;max-width:20rem}@media only screen and (max-width: 640px){.equipment__card-title{max-width:none;font-size:1.1rem;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-.022rem;max-width:70%}}.equipment__block-slider-controls{align-self:center;display:flex;align-items:center;justify-content:center;gap:1.5rem}@media only screen and (max-width: 640px){.equipment__block-slider-controls{gap:.8rem}}.equipment__block-slider-arrow{border:1px solid #e4e8f0;border-radius:1.2rem;width:4.8rem;height:4.8rem;display:grid;place-items:center;transition:border-color .2s,background-color .2s;flex-shrink:0}@media only screen and (max-width: 640px){.equipment__block-slider-arrow{width:4rem;height:4rem}}.equipment__block-slider-arrow svg{display:block;width:100%;height:100%;fill:var(--text-color);transition:fill .2s}.equipment__block-slider-arrow.swiper-button-disabled{cursor:default}.equipment__block-slider-arrow.swiper-button-disabled svg{fill:#e4e8f0}@media (hover: hover){.equipment__block-slider-arrow:not(.swiper-button-disabled):hover{background-color:var(--primary-color);border-color:var(--primary-color)}.equipment__block-slider-arrow:not(.swiper-button-disabled):hover svg{fill:#fff}}.equipment__block-slider-pagination{text-align:center;white-space:nowrap;font-style:normal;font-size:1.6rem;line-height:2.4rem;letter-spacing:-.02em;flex-shrink:0;color:#a2aaba;min-width:5rem}@media only screen and (max-width: 640px){.equipment__block-slider-pagination{font-size:1.1rem;font-style:normal;font-weight:400;line-height:1.683rem;letter-spacing:-.022rem;min-width:3.2rem}}.equipment__block-slider-pagination .swiper-pagination-current{font-weight:700;color:#000}.equipment__catalog-link{width:100%;max-width:59rem;align-self:center;margin-top:7.5rem}@media only screen and (max-width: 640px){.equipment__catalog-link{margin-top:2rem;max-width:none;align-self:stretch}}.natural-test{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:12.5rem}@media only screen and (max-width: 640px){.natural-test{margin-bottom:5rem}}.natural-tests__content{grid-column-start:content-start;grid-column-end:content-end;display:flex;flex-direction:column}.natural-tests__card{display:grid;grid-template-columns:1fr minmax(0,40rem) 1fr;grid-gap:2rem;grid-column-gap:5.4rem;grid-template-areas:"heading image textcontent" "link image textcontent";padding:2.4rem;border:2px solid rgb(228,232,240);border-radius:1.2rem;transition:border-color .2s;position:relative;overflow:hidden;min-height:50rem}@media (hover: hover){.natural-tests__card:has(.natural-tests__card-wrapper:hover){border-color:var(--primary-color)}.natural-tests__card:has(.natural-tests__card-wrapper:hover) .natural-tests__image{transform:scale(1.04)}}@media only screen and (max-width: 640px){.natural-tests__card{min-height:auto;padding:1.6rem 1.2rem 1.2rem;display:flex;flex-direction:column;gap:2.5rem}}.natural-tests__image-wrapper{position:relative;overflow:hidden;grid-area:image;min-height:45.2rem;border-radius:1.2rem;backface-visibility:hidden;align-self:stretch;justify-self:stretch}@media only screen and (max-width: 640px){.natural-tests__image-wrapper{min-height:auto;aspect-ratio:276/150}}.natural-tests__image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:transform .4s}.natural-tests__card-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}@media only screen and (min-width: 641px) and (hover: hover){.natural-tests__card-wrapper:hover~.natural-tests__link-wrapper .natural-tests__link-icon{opacity:0;visibility:hidden;transition:opacity .2s,visibility 0s linear .2s}.natural-tests__card-wrapper:hover~.natural-tests__link-wrapper .natural-tests__link{opacity:1;visibility:inherit;transition:opacity .2s,visibility .2s}}.natural-tests__heading{grid-area:heading;font-style:normal;font-weight:700;font-size:6rem;line-height:6.5rem;letter-spacing:-.04em}@media only screen and (max-width: 640px){.natural-tests__heading{font-size:2.7rem;font-style:normal;font-weight:650;line-height:3rem;letter-spacing:-.108rem}}.natural-tests__text-content{grid-area:textcontent;display:flex;flex-direction:column;gap:8rem}@media only screen and (max-width: 640px){.natural-tests__text-content{display:contents}}.natural-tests__text{font-style:normal;font-weight:700;font-size:2.4rem;line-height:3.4rem;letter-spacing:-.02em;max-width:58rem}@media only screen and (max-width: 640px){.natural-tests__text{max-width:none;font-size:1.6rem;font-style:normal;font-weight:650;line-height:2rem;letter-spacing:-.032rem}}.natural-tests__text p{margin-bottom:2rem}@media only screen and (max-width: 640px){.natural-tests__text p{margin-bottom:1.5rem}}.natural-tests__text p:last-child{margin-bottom:0}.natural-tests__list{display:flex;flex-wrap:wrap;gap:1.5rem;position:relative;z-index:5;align-self:flex-start;margin-top:auto}@media only screen and (max-width: 640px){.natural-tests__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.5rem;margin:0}}.natural-tests__list-item{flex-shrink:1;display:flex;flex-direction:column;width:21rem}@media only screen and (max-width: 640px){.natural-tests__list-item{width:auto}}.natural-tests__category-card{padding:2.4rem 1.8rem;font-style:normal;font-weight:700;font-size:2rem;line-height:2.5rem;letter-spacing:-.1rem;border:2px solid #eef1f8;border-radius:1.2rem;flex-shrink:0;flex-grow:1;transition:color .2s,background-color .2s,border-color .2s}@media (hover: hover){.natural-tests__category-card:hover{background-color:var(--green);border-color:var(--green);color:#fff}}@media only screen and (max-width: 640px){.natural-tests__category-card{padding:.6rem 1.2rem;border-radius:1.2rem;border:2px solid #eef1f8;flex-grow:1;font-size:1.4rem;font-style:normal;font-weight:700;line-height:1.7rem;letter-spacing:-.05rem;width:auto;flex-basis:auto}}.natural-tests__link-wrapper{grid-area:link;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"stack";align-items:flex-end;justify-items:flex-start;align-self:flex-end}@media only screen and (max-width: 640px){.natural-tests__link-wrapper{display:contents}}.natural-tests__link-icon{border:1px solid var(--primary-color);border-radius:1.2rem;width:4.8rem;height:4.8rem;display:grid;place-items:center;transition:opacity .2s,visibility .2s;grid-area:stack}.natural-tests__link-icon svg{width:1rem;height:1rem;fill:var(--primary-color);transform:scaleX(-1)}@media only screen and (max-width: 640px){.natural-tests__link-icon{display:none}}@media only screen and (min-width: 641px){.natural-tests__link{width:27rem;grid-area:stack;opacity:0;visibility:hidden;transition:opacity .2s,visibility 0s linear .2s}}@media only screen and (max-width: 640px){.natural-tests__link{order:20}}.actions{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:5rem}@media only screen and (max-width: 640px){.actions{margin-bottom:2.5rem}}.actions__content{grid-column-start:content-start;grid-column-end:content-end}.actions__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:5rem}@media only screen and (max-width: 640px){.actions__list{grid-template-columns:minmax(0,1fr);grid-gap:2.5rem;grid-auto-rows:1fr}}.actions__list-item{display:flex;flex-direction:column}.actions__card{position:relative;isolation:isolate;padding:2.4rem;border-radius:1.2rem;background-color:var(--primary-color);color:#fff;gap:3rem;min-height:50rem;display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.actions__card--blue{background-image:url(../images/actions/1.svg);background-size:56.4rem auto;background-repeat:no-repeat;background-position:right bottom}@media only screen and (max-width: 640px){.actions__card--blue{background-image:url(../images/actions/1-mobile.svg);background-size:13rem auto;background-position:right top}}.actions__card--green{background-image:url(../images/actions/2.webp);background-size:cover;background-repeat:no-repeat;background-position:center}@media only screen and (max-width: 640px){.actions__card--green{background-image:none}}@media only screen and (max-width: 640px){.actions__card{padding:1.6rem 1.2rem;min-height:auto;display:flex;flex-direction:column;gap:2.5rem}}.actions__card:link,.actions__card:visited{color:#fff}@media (hover: hover){.actions__card:hover .actions__card-link{background-color:#fff;color:var(--primary-color)}}.actions__card--green{background-color:var(--green)}@media (hover: hover){.actions__card--green:hover .actions__card-link{background-color:#fff;color:var(--green)}}.actions__card-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.actions__card-bg-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-fit:right bottom}.actions__card-title{font-style:normal;font-weight:700;font-size:6rem;line-height:6.5rem;letter-spacing:-.04em;max-width:41rem}@media only screen and (max-width: 640px){.actions__card-title{font-size:2.7rem;font-style:normal;font-weight:650;line-height:3rem;letter-spacing:-.108rem;max-width:none}}.actions__card-text{font-style:normal;font-weight:500;font-size:2rem;line-height:3rem;letter-spacing:-.02em;max-width:40rem}@media only screen and (max-width: 640px){.actions__card-text{font-size:1.6rem;font-style:normal;font-weight:650;line-height:2rem;letter-spacing:-.032rem}}.actions__card-link{display:flex;flex-direction:column;padding:1.6rem 1.2rem 1.6rem 2.4rem;font-style:normal;font-weight:700;font-size:1.8rem;line-height:2.4rem;letter-spacing:-.02em;color:#fff;border-radius:1.2rem;background-color:transparent;min-height:9rem;transition:background-color .2s,border-color .2s,color .2s;border:1px solid white;margin-top:auto;width:27rem;max-width:100%}.actions__card-link svg{margin-left:auto;margin-top:auto;width:1rem;height:1rem;fill:currentColor;flex-shrink:0}.actions__card-link svg.icon-doc{width:2rem;height:2rem}.actions__card-link:link,.actions__card-link:visited{color:#fff}@media only screen and (max-width: 640px){.actions__card-link{font-size:1.4rem;font-style:normal;font-weight:650;line-height:2.4rem;letter-spacing:-.028rem;padding:.8rem 1.5rem 1.26rem;border-radius:1rem;min-height:6rem;align-self:stretch;width:auto}.actions__card-link svg{width:.8048rem;height:.8048rem}.actions__card-link svg.icon-doc{width:2rem;height:2rem}}.field-lab{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:5rem}@media only screen and (max-width: 640px){.field-lab{margin-bottom:2.5rem}}.field-lab__content{grid-column-start:content-start;grid-column-end:content-end}.field-lab__card{display:grid;grid-template-columns:1fr minmax(0,40rem) 1fr;grid-gap:2rem;grid-column-gap:5.4rem;grid-template-areas:"heading image text" "link image text";padding:2.4rem;border:2px solid rgb(228,232,240);border-radius:1.2rem;transition:border-color .2s;position:relative;overflow:hidden;min-height:50rem;grid-template-rows:1fr auto}@media only screen and (max-width: 640px){.field-lab__card{min-height:auto;display:flex;flex-direction:column;gap:2.5rem;padding:1.6rem 1.2rem}}@media only screen and (min-width: 641px) and (hover: hover){.field-lab__card:hover{border-color:var(--primary-color)}.field-lab__card:hover .field-lab__link-icon{opacity:0;visibility:hidden;transition:opacity .2s,visibility 0s linear .2s}.field-lab__card:hover .field-lab__link{opacity:1;visibility:inherit;transition:opacity .2s,visibility .2s}.field-lab__card:hover .field-lab__image{transform:scale(1.04)}}.field-lab__image-wrapper{position:relative;overflow:hidden;grid-area:image;min-height:45.2rem;border-radius:1.2rem;backface-visibility:hidden;align-self:stretch;justify-self:stretch}@media only screen and (max-width: 640px){.field-lab__image-wrapper{min-height:auto;aspect-ratio:276/150}}.field-lab__image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:transform .4s}.field-lab__heading{grid-area:heading;font-style:normal;font-weight:700;font-size:6rem;line-height:6.5rem;letter-spacing:-.04em}@media only screen and (max-width: 640px){.field-lab__heading{font-size:2.7rem;font-style:normal;font-weight:650;line-height:3rem;letter-spacing:-.108rem;text-wrap:balance;padding-right:2rem}}.field-lab__text{grid-area:text;font-style:normal;font-weight:600;font-size:2.4rem;line-height:3.4rem;letter-spacing:-.02em;max-width:58rem}@media only screen and (max-width: 640px){.field-lab__text{max-width:none;font-size:1.6rem;font-style:normal;font-weight:650;line-height:2rem;letter-spacing:-.032rem}}.field-lab__text p{margin-bottom:2rem}@media only screen and (max-width: 640px){.field-lab__text p{margin-bottom:1.5rem}}.field-lab__text p:last-child{margin-bottom:0}.field-lab__link-wrapper{grid-area:link;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"stack";align-items:flex-end;justify-items:flex-start;align-self:flex-end}@media only screen and (max-width: 640px){.field-lab__link-wrapper{display:contents}}.field-lab__link-icon{border:1px solid var(--primary-color);border-radius:1.2rem;width:4.8rem;height:4.8rem;display:grid;place-items:center;transition:opacity .2s,visibility .2s;grid-area:stack}@media only screen and (max-width: 640px){.field-lab__link-icon{display:none}}.field-lab__link-icon svg{width:1rem;height:1rem;fill:var(--primary-color);transform:scaleX(-1)}@media only screen and (min-width: 641px){.field-lab__link{width:27rem;grid-area:stack;opacity:0;visibility:hidden;transition:opacity .2s,visibility 0s linear .2s;pointer-events:none}}@media only screen and (max-width: 640px){.field-lab__link{order:10}}.lab-services{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:12.5rem}@media only screen and (max-width: 640px){.lab-services{margin-bottom:3.1rem}}.lab-services__content{grid-column-start:content-start;grid-column-end:content-end;display:flex;flex-direction:column}@media only screen and (max-width: 640px){.lab-services__content{padding:0 1rem}}.lab-services__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem;grid-template-areas:"textcontent textcontent cert";align-self:flex-start}@media only screen and (max-width: 640px){.lab-services__row{display:flex;flex-direction:column;align-items:stretch;gap:2rem}}.lab-services__text-content{grid-area:textcontent;display:flex;flex-direction:column}@media only screen and (max-width: 640px){.lab-services__text-content{display:contents}}.lab-services__certificate{grid-area:cert}@media only screen and (max-width: 640px){.lab-services__certificate{order:-5}}.lab-services__certificate-image{display:block;width:100%;height:auto;border-radius:1.2rem}@media only screen and (max-width: 640px){.lab-services__certificate-image{width:80%}}.lab-services__heading{font-style:normal;font-weight:700;font-size:8rem;line-height:9rem;letter-spacing:-.04em;margin-bottom:1.3rem}@media only screen and (max-width: 640px){.lab-services__heading{margin:0;font-size:2.7rem;font-style:normal;font-weight:650;line-height:3rem;letter-spacing:-.108rem;order:-30}}.lab-services__text-wrapper{font-style:normal;font-weight:700;font-size:2.4rem;line-height:3.4rem;letter-spacing:-.02em}@media only screen and (max-width: 640px){.lab-services__text-wrapper{font-size:1.8rem;font-style:normal;font-weight:650;line-height:2.5rem;letter-spacing:-.036rem}}.lab-services__text-wrapper p{margin-bottom:2rem}@media only screen and (max-width: 640px){.lab-services__text-wrapper p{margin-bottom:1.5rem}}.lab-services__text-wrapper p:last-child{margin-bottom:0}.all-shown .lab-services__text-short,.lab-services__text-full{display:none}.all-shown .lab-services__text-full{display:block}.lab-services__text-btn{margin-top:1.3rem;font-style:normal;font-weight:700;font-size:1.8rem;line-height:1.8rem;letter-spacing:-.02em;text-decoration-line:underline;color:var(--primary-color);align-self:flex-start}@media only screen and (max-width: 640px){.lab-services__text-btn{font-size:1.6rem;font-style:normal;font-weight:600;line-height:1.8rem;letter-spacing:-.032rem;text-decoration-line:underline;margin-top:1.7rem;text-decoration-skip-ink:none;text-underline-offset:1px;text-decoration-thickness:1px}}.lab-services__text-btn>span:nth-child(2){display:none}.all-shown .lab-services__text-btn>span:nth-child(1){display:none}.all-shown .lab-services__text-btn>span:nth-child(2){display:block}.lab-services__slider{margin-top:5rem}@media only screen and (max-width: 640px){.lab-services__slider{margin-top:2rem}}.lab-services__slider .swiper{overflow:visible}@media only screen and (min-width: 641px){.lab-services__slider .swiper-wrapper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem}}.lab-services__slider .swiper-slide{display:flex;flex-direction:column;height:auto;box-sizing:border-box}@media only screen and (max-width: 640px){.lab-services__slider .swiper-slide{width:23rem;margin-right:1.5rem}.lab-services__slider .swiper-slide:last-child{margin-right:0}}.lab-services__list-item{display:flex;flex-direction:column}.lab-services__card{display:flex;flex-direction:column;border:1px solid #e4e8f0;border-radius:1.2rem;padding:2.4rem;flex-grow:1}@media only screen and (max-width: 640px){.lab-services__card{padding:2.4rem .8rem 2.4rem 2.4rem}}.lab-services__card-icon{margin-left:auto;width:4rem;height:4rem;object-fit:contain;margin-top:-1.4rem;margin-right:-1rem}@media only screen and (max-width: 640px){.lab-services__card-icon{margin-top:-1rem;margin-right:0;width:2.4rem;height:2.4rem}}.lab-services__card-content{display:flex;flex-direction:column;gap:0;margin-top:-1.5rem}@media only screen and (max-width: 640px){.lab-services__card-content{margin-top:-1rem}}.lab-services__card-title{font-style:normal;font-weight:600;font-size:4rem;line-height:4rem;letter-spacing:-.04em}@media only screen and (max-width: 640px){.lab-services__card-title{font-size:3rem;font-style:normal;font-weight:600;line-height:4rem;letter-spacing:-.12rem}}.lab-services__card-text{font-style:normal;font-weight:600;font-size:1.8rem;line-height:120%;letter-spacing:-.02em;color:#a2aaba}@media only screen and (max-width: 640px){.lab-services__card-text{font-size:1.6rem;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.032rem}}.test-lab{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:12.5rem}@media only screen and (max-width: 640px){.test-lab{margin-bottom:3.9rem}}.test-lab__content{grid-column-start:content-start;grid-column-end:content-end;display:flex;flex-direction:column}@media only screen and (max-width: 640px){.test-lab__content{padding:0 1rem}}.test-lab__top-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem;align-items:flex-end;grid-template-areas:"textcontent textcontent link"}@media only screen and (max-width: 640px){.test-lab__top-row{display:flex;flex-direction:column;align-items:stretch;gap:2rem}}.test-lab__text-content{grid-area:textcontent;display:flex;flex-direction:column;max-width:94rem}@media only screen and (max-width: 640px){.test-lab__text-content{max-width:none;display:flex;flex-direction:column;gap:2rem}}.test-lab__heading{font-style:normal;font-weight:700;font-size:8rem;line-height:9rem;letter-spacing:-.04em;margin-bottom:2.5rem;opacity:0;visibility:hidden}@media only screen and (max-width: 640px){.test-lab__heading{font-size:2.7rem;font-style:normal;font-weight:650;line-height:3rem;letter-spacing:-.108rem;margin:0}}.test-lab__heading img{display:inline-block;vertical-align:middle;margin-left:1.3em;width:26.6rem;height:auto;max-width:none}@media only screen and (max-width: 640px){.test-lab__heading img{margin:0;align-self:stretch;width:100%;order:10;display:none}}.test-lab__text{font-style:normal;font-weight:700;font-size:2.4rem;line-height:3.4rem;letter-spacing:-.02em;opacity:0;visibility:hidden;transform:translateY(2rem)}@media only screen and (max-width: 640px){.test-lab__text{font-size:1.8rem;font-style:normal;font-weight:650;line-height:2.5rem;letter-spacing:-.036rem}}.test-lab__mobile-cerfificate{display:none}@media only screen and (max-width: 640px){.test-lab__mobile-cerfificate{align-self:flex-start;width:26.6rem;height:auto;display:block;max-width:100%;opacity:0;visibility:hidden;transform:translateY(2rem)}}.test-lab__link{grid-area:link;align-self:flex-end;justify-self:stretch;opacity:0;visibility:hidden;transform:translateY(2rem)}@media only screen and (max-width: 640px){.test-lab__link{align-self:stretch}}.test-lab__slider{margin-top:6rem}@media only screen and (max-width: 640px){.test-lab__slider{margin-top:5rem}}.test-lab__slider .swiper{overflow:visible}@media only screen and (min-width: 641px){.test-lab__slider .swiper-wrapper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem}}.test-lab__slider .swiper-slide{display:flex;flex-direction:column;height:auto;box-sizing:border-box}@media only screen and (max-width: 640px){.test-lab__slider .swiper-slide{width:23rem;margin-right:1.5rem}.test-lab__slider .swiper-slide:last-child{margin-right:0}}.test-lab__card{display:flex;flex-direction:column;border:1px solid #e4e8f0;border-radius:1.2rem;padding:4rem 2.4rem 2.4rem;gap:0;flex-grow:1;opacity:0;visibility:hidden}@media only screen and (max-width: 640px){.test-lab__card{padding:1.7rem 2rem 2.4rem 2.4rem;border-radius:1.2rem;border:1px solid #e4e8f0}}.test-lab__card-amount{font-style:normal;font-weight:600;font-size:4rem;line-height:4rem;letter-spacing:-.04em}@media only screen and (max-width: 640px){.test-lab__card-amount{font-size:3rem;font-style:normal;font-weight:600;line-height:4rem;letter-spacing:-.12rem}}.test-lab__card-text{font-style:normal;font-weight:600;font-size:1.8rem;line-height:120%;letter-spacing:-.02em;color:#a2aaba}@media only screen and (max-width: 640px){.test-lab__card-text{font-size:1.6rem;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.032rem}}.home-intro{position:relative;isolation:isolate;margin-bottom:6.2rem;display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0)}@media only screen and (max-width: 640px){.home-intro{margin-bottom:2rem}}.home-intro__content{grid-column-start:content-start;grid-column-end:content-end;display:flex;flex-direction:column;min-height:50rem;padding-bottom:4.6rem;padding-top:8rem;justify-content:flex-end}@media only screen and (max-width: 640px){.home-intro__content{min-height:20rem;padding:4rem 1rem 1.6rem}}.home-intro__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.home-intro__bg-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.home-intro__bg-video{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:50% 25%}.home-intro__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem;align-items:center}@media only screen and (max-width: 640px){.home-intro__row{display:flex;align-items:center;gap:2rem}}.home-intro__logo{grid-column:1/3;justify-self:flex-start}.home-intro__logo-image{display:block;width:25rem;height:auto}@media only screen and (max-width: 640px){.home-intro__logo-image{width:11.6rem}}.home-intro__link{grid-column:3/-1;display:flex;flex-direction:column;padding:1.6rem 1.2rem 1.6rem 2.4rem;font-style:normal;font-weight:700;font-size:1.8rem;line-height:2.4rem;letter-spacing:-.02em;color:#fff;border-radius:1.2rem;background-color:transparent;min-height:7.5rem;transition:background-color .2s,border-color .2s,color .2s;border:1px solid white}.home-intro__link svg{margin-left:auto;margin-top:auto;width:1rem;height:1rem;fill:currentColor;flex-shrink:0}.home-intro__link svg.icon-doc{width:2rem;height:2rem}.home-intro__link:link,.home-intro__link:visited{color:#fff}@media (hover: hover){.home-intro__link:hover{background-color:#fff;color:var(--primary-color)}}@media only screen and (max-width: 640px){.home-intro__link{flex-shrink:0;text-align:center;padding:.5rem 1.4rem;border-radius:1rem;margin-left:auto;font-style:normal;font-weight:600;font-size:1rem;line-height:2.4rem;letter-spacing:-.02em;border:1px solid white;color:#fff;display:block;min-height:auto}.home-intro__link:link,.home-intro__link:visited{color:#fff}.home-intro__link svg{display:none}}.materials{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:5rem}@media only screen and (max-width: 640px){.materials{margin-bottom:2.5rem}}.materials__content{grid-column-start:content-start;grid-column-end:content-end;display:flex;flex-direction:column}.materials__card{display:grid;grid-template-columns:1fr minmax(0,40rem) 1fr;grid-gap:2rem;grid-column-gap:5.4rem;grid-template-areas:"heading heading textcontent" "link link textcontent";padding:2.4rem;border:2px solid rgb(228,232,240);border-radius:1.2rem;transition:border-color .2s;position:relative;overflow:hidden;min-height:50rem}@media (hover: hover){.materials__card:has(.materials__card-wrapper:hover){border-color:var(--primary-color)}}@media only screen and (max-width: 640px){.materials__card{display:flex;flex-direction:column;padding:1.6rem 1.2rem 1.2rem;gap:2.5rem;min-height:auto}}.materials__card-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}@media only screen and (min-width: 641px) and (hover: hover){.materials__card-wrapper:hover~.materials__card-link-wrapper .materials__card-link-icon{opacity:0;visibility:hidden;transition:opacity .2s,visibility 0s linear .2s}.materials__card-wrapper:hover~.materials__card-link-wrapper .materials__card-link{opacity:1;visibility:inherit;transition:opacity .2s,visibility .2s}}.materials__card-heading-wrapper{grid-area:heading;display:flex;flex-direction:column;gap:2.5rem}.materials__card-heading{font-style:normal;font-weight:700;font-size:6rem;line-height:6.5rem;letter-spacing:-.04em;max-width:66rem}@media only screen and (max-width: 640px){.materials__card-heading{max-width:none;font-size:2.7rem;font-style:normal;font-weight:650;line-height:3rem;letter-spacing:-.108rem}}.materials__card-list{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}@media only screen and (max-width: 640px){.materials__card-list{grid-gap:.3rem;display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}}.materials__card-list-item{flex-shrink:0}.materials__card-sample-card{position:relative;border-radius:2.15rem;overflow:hidden;width:8.6rem}@media only screen and (max-width: 640px){.materials__card-sample-card{width:100%;border-radius:.9rem}}.materials__card-sample-card:before{content:"";display:block;padding-bottom:100%}.materials__card-sample-card-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.materials__card-link-wrapper{grid-area:link;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"stack";align-items:flex-end;justify-items:flex-start;align-self:flex-end}@media only screen and (max-width: 640px){.materials__card-link-wrapper{display:contents}}.materials__card-link-icon{border:1px solid var(--primary-color);border-radius:1.2rem;width:4.8rem;height:4.8rem;display:grid;place-items:center;transition:opacity .2s,visibility .2s;grid-area:stack}.materials__card-link-icon svg{width:1rem;height:1rem;fill:var(--primary-color);transform:scaleX(-1)}@media only screen and (max-width: 640px){.materials__card-link-icon{display:none}}@media only screen and (min-width: 641px){.materials__card-link{width:27rem;grid-area:stack;opacity:0;visibility:hidden;transition:opacity .2s,visibility 0s linear .2s}}@media only screen and (max-width: 640px){.materials__card-link{order:30}}.materials__card-right-col-wrapper{grid-area:textcontent;display:flex;flex-direction:column;gap:3rem}.materials__card-text{font-style:normal;font-weight:700;font-size:2.4rem;line-height:3.4rem;letter-spacing:-.02em;max-width:58rem}@media only screen and (max-width: 640px){.materials__card-text{max-width:none;font-size:1.6rem;font-style:normal;font-weight:650;line-height:2rem;letter-spacing:-.032rem}}.materials__card-text p{margin-bottom:2rem}@media only screen and (max-width: 640px){.materials__card-text p{margin-bottom:1.5rem}}.materials__card-text p:last-child{margin-bottom:0}.materials__card-categories-list{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem;margin-top:auto;position:relative;z-index:5}@media only screen and (max-width: 640px){.materials__card-categories-list{gap:1.5rem;row-gap:1rem}}.materials__card-categories-list-item{flex-shrink:0}.materials__card-categories-card{display:block;transition:color .2s,border-color .2s,background-color .2s;padding:2.4rem 1.8rem;border-radius:1.2rem;border:2px solid #eef1f8;font-size:2rem;font-style:normal;font-weight:700;line-height:2.5rem;letter-spacing:-.1rem}@media only screen and (max-width: 640px){.materials__card-categories-card{font-size:1.4rem;font-style:normal;font-weight:650;line-height:2.5rem;letter-spacing:-.05rem;padding:1rem 1.2rem;border-radius:1rem;border:2px solid #eef1f8}}@media (hover: hover){.materials__card-categories-card:hover{background-color:var(--green);border-color:var(--green);color:#fff}}.materials__card-categories-card:active{background-color:var(--green);border-color:var(--green);color:#fff}.mission{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:12.5rem}@media only screen and (max-width: 640px){.mission{margin-bottom:5rem}}.mission__content{grid-column-start:content-start;grid-column-end:content-end;display:flex;flex-direction:column}.mission__heading{text-align:center;font-size:8rem;font-style:normal;font-weight:700;line-height:9rem;letter-spacing:-.32rem;align-self:center;margin-bottom:5rem;text-wrap:balance}@media only screen and (max-width: 640px){.mission__heading{font-size:2.7rem;font-style:normal;font-weight:700;line-height:3rem;letter-spacing:-.108rem;margin-bottom:2.5rem}}.mission__card{border-radius:1.2rem;overflow:hidden;overflow:clip;padding:5rem 6.4rem 5rem 5.3rem;display:grid;grid-template-columns:1fr 55rem;grid-gap:5rem;position:relative;isolation:isolate;grid-template-areas:"left right";color:#fff;min-height:70rem}@media only screen and (max-width: 640px){.mission__card{min-height:47rem;padding:1.2rem;display:flex;flex-direction:column}}.mission__card-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;flex-direction:column}.mission__card-bg .swiper{margin:0;flex-grow:1;display:flex;flex-direction:column;width:100%}.mission__card-bg .swiper-wrapper{flex-grow:1}.mission__card-bg .swiper-slide{display:flex;flex-direction:column;height:auto;box-sizing:border-box}.mission__card-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,0) 41.36%,rgba(0,0,0,.4) 100%)}.mission__card-bg-slide{display:flex;flex-direction:column;flex-grow:1;position:relative}.mission__card-bg-slide-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.mission__card-left-col{grid-area:left;display:flex;gap:4rem;justify-content:space-between;align-self:flex-end;align-items:flex-end}@media only screen and (max-width: 640px){.mission__card-left-col{display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:0 1rem;justify-content:flex-start;align-self:stretch;margin-top:2.5rem}}.mission__card-link{width:25rem}@media only screen and (max-width: 640px){.mission__card-link{width:auto}}.mission__card-arrows{display:flex;align-items:center;gap:.6rem;flex-shrink:0;margin-left:auto}@media only screen and (max-width: 640px){.mission__card-arrows{gap:.6rem;order:-10;justify-content:center;margin:0}}.mission__card-arrow{border-radius:1.2rem;border:1px solid #fff;width:4.8rem;height:4.8rem;display:grid;place-items:center;transition:background-color .2s,border-color .2s,opacity .2s}.mission__card-arrow svg{display:block;width:100%;height:100%;fill:#fff;transition:fill .2s}@media only screen and (max-width: 640px){.mission__card-arrow svg{fill:var(--text-color)}}@media only screen and (min-width: 641px){.mission__card-arrow.swiper-button-disabled{cursor:default;border-color:#ffffff80}.mission__card-arrow.swiper-button-disabled svg{fill:#ffffff80}}@media only screen and (min-width: 641px) and (hover: hover){.mission__card-arrow:not(.swiper-button-disabled):hover{background-color:#fff}.mission__card-arrow:not(.swiper-button-disabled):hover svg{fill:var(--primary-color)}}@media only screen and (max-width: 640px){.mission__card-arrow{width:4rem;height:4rem;border-radius:1.2rem;border:1px solid #e4e8f0}.mission__card-arrow.swiper-button-disabled{cursor:default}.mission__card-arrow.swiper-button-disabled svg{fill:#e4e8f0}}.mission__card-right-col{grid-area:right;border-radius:1.2rem;background-color:#fff;background-image:url(../images/mission-decor.svg);background-repeat:no-repeat;background-position:right top;background-size:30rem auto;padding:3.7rem 4.2rem;color:var(--text-color)}@media only screen and (max-width: 640px){.mission__card-right-col{padding:2.5rem 2rem;background-size:16.9rem auto;border-radius:1rem;margin-top:auto}}.mission__card-pagination{font-size:2rem;font-style:normal;font-weight:400;line-height:3.4rem;letter-spacing:-.04rem;color:#a2aaba;margin-bottom:4.1rem}@media only screen and (max-width: 640px){.mission__card-pagination{font-size:1.1rem;font-style:normal;font-weight:400;line-height:1.683rem;letter-spacing:-.022rem;margin-bottom:1rem}}.mission__card-pagination .swiper-pagination-current{font-weight:700;color:#0c0d0f}.mission__card-text-slider-card{display:flex;flex-direction:column}.mission__card-text-slider-card-category{font-size:2rem;font-style:normal;font-weight:700;line-height:3rem;letter-spacing:-.1rem;text-transform:uppercase;color:var(--primary-color);margin-bottom:2rem}@media only screen and (max-width: 640px){.mission__card-text-slider-card-category{font-size:1.1rem;font-style:normal;font-weight:700;line-height:1.485rem;letter-spacing:-.0495rem;text-transform:uppercase;margin-bottom:1rem}}.mission__card-text-slider-card-title{font-size:4.8rem;font-style:normal;font-weight:700;line-height:5.5rem;letter-spacing:-.2rem;margin-bottom:2rem}@media only screen and (max-width: 640px){.mission__card-text-slider-card-title{font-size:2rem;font-style:normal;font-weight:700;line-height:2.5rem;letter-spacing:-.099rem;margin-bottom:1rem}}.mission__card-text-slider-card-text{font-size:2rem;font-style:normal;font-weight:500;line-height:3rem;letter-spacing:-.1rem;margin-bottom:4rem;max-width:43rem}@media only screen and (max-width: 640px){.mission__card-text-slider-card-text{max-width:none;font-size:1.2rem;font-style:normal;font-weight:500;line-height:1.6rem;letter-spacing:-.0495rem;margin-bottom:1rem}}.mission__card-text-slider-card-link{font-size:1.8rem;font-style:normal;font-weight:700;line-height:1.8rem;letter-spacing:-.036rem;text-decoration-line:underline;color:var(--primary-color);text-decoration-skip-ink:none;text-decoration-thickness:1px;text-underline-offset:1px;transition:text-decoration-color .2s;margin-top:auto}.mission__card-text-slider-card-link:link,.mission__card-text-slider-card-link:visited{color:var(--primary-color)}@media (hover: hover){.mission__card-text-slider-card-link:hover{text-decoration-color:transparent}}@media only screen and (max-width: 640px){.mission__card-text-slider-card-link{font-size:1.2rem;font-style:normal;font-weight:700;line-height:.891rem;letter-spacing:-.024rem;text-decoration-line:underline}}.projects-header{position:relative;isolation:isolate;background-color:#008b8a;color:#fff;margin-bottom:7.5rem;background-image:url(../images/projects-header-decor.svg);background-repeat:no-repeat;background-position:right top;background-size:auto 100%;display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0)}@media only screen and (max-width: 640px){.projects-header{background-image:none;margin-bottom:2.4rem}}.projects-header__content{grid-column-start:content-start;grid-column-end:content-end;display:flex;flex-direction:column;min-height:30rem;padding-bottom:4rem;padding-top:4rem;justify-content:flex-end}@media only screen and (max-width: 640px){.projects-header__content{min-height:12.5rem;padding:1.7rem 1rem}}.projects-header__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem}@media only screen and (max-width: 640px){.projects-header__row{gap:2rem;display:flex;align-items:center}}.projects-header__logo{flex-shrink:0;grid-column:1/3}.projects-header__logo-image{display:block;height:auto;width:25rem}@media only screen and (max-width: 640px){.projects-header__logo-image{width:11.6rem}}.projects-header__btn{display:flex;flex-direction:column;padding:1.6rem 1.2rem 1.6rem 2.4rem;font-style:normal;font-weight:700;font-size:1.8rem;line-height:2.4rem;letter-spacing:-.02em;color:#fff;border-radius:1.2rem;background-color:transparent;min-height:7.5rem;transition:background-color .2s,border-color .2s,color .2s;border:1px solid white;grid-column:3/4}.projects-header__btn svg{margin-left:auto;margin-top:auto;width:1rem;height:1rem;fill:currentColor;flex-shrink:0}.projects-header__btn svg.icon-doc{width:2rem;height:2rem}.projects-header__btn:link,.projects-header__btn:visited{color:#fff}@media (hover: hover){.projects-header__btn:hover{background-color:#fff;color:var(--primary-color)}}@media only screen and (max-width: 640px){.projects-header__btn{font-style:normal;font-weight:700;font-size:1rem;line-height:1.2;letter-spacing:-.02em;padding:1rem 1.4rem;border:1px solid #ffffff;border-radius:1rem;display:flex;flex-direction:column;text-align:center;min-height:auto;margin-left:auto}.projects-header__btn svg{display:none}}.projects{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:12.5rem}@media only screen and (max-width: 640px){.projects{margin-bottom:4.2rem}}.projects__content{grid-column-start:content-start;grid-column-end:content-end;display:flex;flex-direction:column}@media only screen and (max-width: 640px){.projects__content{padding:0 1rem}}.projects__heading{font-style:normal;font-weight:700;font-size:8rem;line-height:9rem;text-align:center;letter-spacing:-.04em;opacity:0;visibility:hidden}@media only screen and (max-width: 640px){.projects__heading{font-size:2.7rem;font-style:normal;font-weight:600;line-height:3rem;letter-spacing:-.108rem;text-align:left}}.projects__text{font-style:normal;font-weight:700;font-size:2.4rem;line-height:3.4rem;letter-spacing:-.02em;text-align:center;margin-top:2.5rem;align-self:center;max-width:120rem;opacity:0;visibility:hidden}@media only screen and (max-width: 640px){.projects__text{align-self:flex-start;text-align:left;font-size:1.8rem;font-style:normal;font-weight:650;line-height:2.5rem;letter-spacing:-.036rem;margin-top:2rem}}.projects__categories{margin-top:5rem;opacity:0;visibility:hidden}@media only screen and (max-width: 640px){.projects__categories{margin-top:2rem;position:relative}}.projects__categories-btn{display:none}@media only screen and (max-width: 640px){.projects__categories-btn{display:block;height:5rem;padding:0 1.8rem;display:flex;align-items:center;border-radius:1rem;border:1px solid #e9edf3;width:100%;text-align:left}.projects__categories-btn svg{width:2rem;height:2rem;flex-shrink:0;transition:transform .2s;fill:#a2aaba}.projects__categories.active .projects__categories-btn svg{transform:rotate(180deg)}}.projects__categories-btn-text{width:30%;flex-grow:1;min-width:0;text-overflow:ellipsis;overflow:hidden;font-size:1.4rem;font-style:normal;font-weight:700;line-height:3.4rem;letter-spacing:-.028rem}@media only screen and (max-width: 640px){.projects__categories-btn-text{display:flex;align-items:center;gap:.7rem}.projects__categories-btn-text .projects__categories-checkbox-text{text-decoration-color:var(--text-color)}}.projects__categories-dropdown{display:contents}@media only screen and (max-width: 640px){.projects__categories-dropdown{display:block;position:absolute;left:0;top:100%;padding-top:.5rem;z-index:10;width:100%;opacity:0;visibility:hidden;transition:opacity .4s,visibility 0s linear .4s}.projects__categories.active .projects__categories-dropdown{opacity:1;visibility:inherit;transition:opacity .4s,visibility .4s}}.projects__categories-dropdown-inner{display:contents}@media only screen and (max-width: 640px){.projects__categories-dropdown-inner{display:block;border-radius:1rem;border:1px solid #e9edf3;background-color:#fff;display:flex;flex-direction:column;padding:1rem 1.8rem}}.projects__categories-list{display:flex;align-items:center;justify-content:center;gap:4.5rem;row-gap:2rem;flex-wrap:wrap}@media only screen and (max-width: 640px){.projects__categories-list{flex-wrap:nowrap;flex-direction:column;align-items:stretch;gap:0}}.projects__categories-list-item{flex-shrink:0}.projects__categories-label{cursor:pointer;display:flex;align-items:baseline;gap:1rem}@media (hover: hover){.projects__categories-label:hover .projects__categories-input:not(:checked)~.projects__categories-checkbox-text-content .projects__categories-checkbox-text{color:var(--primary-color)}.projects__categories-label:hover .projects__categories-input:not(:checked)~.projects__categories-checkbox-text-content .projects__categories-checkbox-count{color:var(--primary-color)}}@media only screen and (max-width: 640px){.projects__categories-label{gap:.5rem}}.projects__categories-input{display:none}.projects__categories-checkbox-text{font-style:normal;font-weight:700;font-size:2rem;line-height:3.4rem;letter-spacing:-.02em;transition:color .2s,text-decoration-color .2s;text-decoration:underline;text-decoration-skip-ink:none;text-decoration-thickness:1px;text-underline-offset:1px;text-decoration-color:transparent}.projects__categories-input:checked~.projects__categories-checkbox-text-content .projects__categories-checkbox-text{color:var(--primary-color);text-decoration-color:var(--primary-color)}@media only screen and (max-width: 640px){.projects__categories-checkbox-text{font-size:1.4rem;font-style:normal;font-weight:700;line-height:3.4rem;letter-spacing:-.028rem}}.projects__categories-checkbox-text-content{display:contents}.projects__categories-checkbox-count{font-style:normal;font-weight:700;font-size:2rem;line-height:3.4rem;letter-spacing:-.02em;transition:color .2s;color:#a2aaba}@media only screen and (max-width: 640px){.projects__categories-checkbox-count{font-size:1.4rem;font-style:normal;font-weight:700;line-height:3.4rem;letter-spacing:-.028rem;color:var(--primary-color)}}.projects__categories-input:checked~.projects__categories-checkbox-text-content .projects__categories-checkbox-count{color:var(--primary-color)}.projects__list{margin-top:5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:3rem}@media only screen and (max-width: 640px){.projects__list{grid-template-columns:minmax(0,1fr);grid-gap:1.5rem;margin-top:2rem}}.projects__list-item{display:flex;flex-direction:column}.projects__card{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"stack";flex-grow:1;border-radius:1.2rem;overflow:hidden;overflow:clip;backface-visibility:hidden;transition:color .4s;position:relative;isolation:isolate;color:#fff}@media only screen and (max-width: 640px){.projects__card{border-radius:1.2rem}}.projects__card:link,.projects__card:visited{color:#fff}.projects__card:before{content:"";display:block;grid-area:stack;padding-bottom:56.25%}@media only screen and (max-width: 640px){.projects__card:before{padding-bottom:54%}}@media (hover: hover){.projects__card:hover{color:#a5c950}.projects__card:hover .projects__card-bg-image{filter:grayscale(0);transform:scale(1.03)}}.projects__card-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.projects__card-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,0) 7.5%,rgba(0,0,0,.4) 67.2%)}@media only screen and (max-width: 640px){.projects__card-bg:after{background:linear-gradient(180deg,rgba(0,0,0,0) 7.5%,rgba(0,0,0,.4) 67.2%)}}.projects__card-bg-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .4s,transform .4s}.projects__card-content{grid-area:stack;display:flex;align-items:flex-end;padding:4.8rem}@media only screen and (max-width: 640px){.projects__card-content{padding:2.4rem}}.projects__card-title{flex-basis:45rem;text-wrap:balance;font-style:normal;font-weight:600;font-size:4rem;line-height:5rem;letter-spacing:-.2rem}@media only screen and (max-width: 640px){.projects__card-title{font-size:2rem;font-style:normal;font-weight:600;line-height:2.5rem;letter-spacing:-.1rem;font-feature-settings:"liga" off,"clig" off;flex-basis:auto}}.projects__show-more{display:flex;flex-direction:column;padding:1.6rem 1.2rem 1.6rem 2.4rem;font-style:normal;font-weight:700;font-size:1.8rem;line-height:2.4rem;letter-spacing:-.02em;color:var(--primary-color);border-radius:1.2rem;width:59rem;align-self:center;min-height:9rem;transition:background-color .2s,border-color .2s,color .2s;border:1px solid var(--primary-color);margin-top:5rem}.projects__show-more svg{margin-left:auto;margin-top:auto;width:1rem;height:1rem;fill:currentColor;flex-shrink:0}.projects__show-more:link,.projects__show-more:visited{color:var(--primary-color)}@media (hover: hover){.projects__show-more:hover{background-color:var(--primary-color-hover);border-color:var(--primary-color-hover);color:#fff}}@media only screen and (max-width: 640px){.projects__show-more{font-size:1.4rem;font-style:normal;font-weight:700;line-height:2.4rem;letter-spacing:-.028rem;padding:.8rem 1.5rem 1.26rem;border-radius:1rem;min-height:6rem;align-self:stretch;margin-top:2rem;width:auto}.projects__show-more svg{width:.8048rem;height:.8048rem}}.project-header{position:relative;isolation:isolate;background-color:#008b8a;color:#fff;margin-bottom:7.5rem;display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0)}@media only screen and (max-width: 640px){.project-header{margin-bottom:2.4rem}}.project-header__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.project-header__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:black;opacity:var(--bg-desktop-opacity, .15);-webkit-backdrop-filter:blur(var(--bg-desktop-blur, 5px));backdrop-filter:blur(var(--bg-desktop-blur, 5px))}@media only screen and (max-width: 640px){.project-header__bg:after{opacity:var(--bg-mobile-opacity, .25);-webkit-backdrop-filter:blur(var(--bg-mobile-blur));backdrop-filter:blur(var(--bg-mobile-blur))}}.project-header__bg-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.project-header__content{display:flex;flex-direction:column;min-height:30rem;padding-bottom:4rem;padding-top:4rem;justify-content:flex-end;grid-column-start:content-start;grid-column-end:content-end}@media only screen and (max-width: 640px){.project-header__content{min-height:12.5rem;padding:1.7rem 1rem}}.project-header__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem}@media only screen and (max-width: 640px){.project-header__row{gap:2rem;display:flex;align-items:center}}.project-header__logo{flex-shrink:0;grid-column:1/3}.project-header__logo-image{display:block;height:auto;width:25rem}@media only screen and (max-width: 640px){.project-header__logo-image{width:11.6rem}}.project-header__link{display:flex;flex-direction:column;padding:1.6rem 1.2rem 1.6rem 2.4rem;font-style:normal;font-weight:700;font-size:1.8rem;line-height:2.4rem;letter-spacing:-.02em;color:#fff;border-radius:1.2rem;background-color:transparent;min-height:7.5rem;transition:background-color .2s,border-color .2s,color .2s;border:1px solid white;grid-column:3/4}.project-header__link svg{margin-left:auto;margin-top:auto;width:1rem;height:1rem;fill:currentColor;flex-shrink:0}.project-header__link svg.icon-doc{width:2rem;height:2rem}.project-header__link:link,.project-header__link:visited{color:#fff}@media (hover: hover){.project-header__link:hover{background-color:#fff;color:var(--primary-color)}}@media only screen and (max-width: 640px){.project-header__link{font-style:normal;font-weight:700;font-size:1rem;line-height:1.2;letter-spacing:-.02em;padding:1rem 1.4rem;border:1px solid #ffffff;border-radius:1rem;display:flex;flex-direction:column;text-align:center;min-height:auto;margin-left:auto}.project-header__link svg{display:none}}.project-intro{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:7.5rem}@media only screen and (max-width: 640px){.project-intro{margin-bottom:2rem}}.project-intro__content{grid-column-start:content-start;grid-column-end:content-end;display:flex;flex-direction:column;gap:2.5rem;padding-bottom:7.5rem;border-bottom:2px solid #e9edf3}@media only screen and (max-width: 640px){.project-intro__content{margin:0 1rem;padding-bottom:2rem;gap:1.2rem}}.project-intro__categories-list{display:flex;align-items:center;flex-wrap:wrap;gap:2rem}.project-intro__category{font-size:2.4rem;font-style:normal;font-weight:700;line-height:3.4rem;letter-spacing:-.048rem;text-transform:uppercase;color:var(--primary-color)}@media only screen and (max-width: 640px){.project-intro__category{font-size:1.2rem;font-style:normal;font-weight:700;line-height:2.5rem;letter-spacing:-.024rem;text-transform:uppercase}}.project-intro__heading{font-size:8rem;font-style:normal;font-weight:700;line-height:9rem;letter-spacing:-.32rem}@media only screen and (max-width: 640px){.project-intro__heading{font-size:2.7rem;font-style:normal;font-weight:650;line-height:3rem;letter-spacing:-.108rem}}.project-tests{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:7.5rem}@media only screen and (max-width: 640px){.project-tests{margin-bottom:2rem}}.project-tests__content{grid-column-start:content-start;grid-column-end:content-end;padding-bottom:7.5rem;border-bottom:2px solid #e9edf3;display:grid;grid-template-columns:1fr minmax(0,70rem);grid-gap:2rem;grid-column-gap:5.4rem;grid-template-areas:"heading list"}@media only screen and (max-width: 640px){.project-tests__content{display:flex;flex-direction:column;gap:2rem;margin:0 1rem;padding-bottom:2rem}}.project-tests__heading{font-size:6rem;font-style:normal;font-weight:700;line-height:100%;letter-spacing:-.2rem;grid-area:heading;opacity:0;visibility:hidden}@media only screen and (max-width: 640px){.project-tests__heading{font-size:2rem;font-style:normal;font-weight:650;line-height:3rem;letter-spacing:-.08rem}}.project-tests__list{grid-area:list;display:flex;gap:2.5rem;flex-wrap:wrap}@media only screen and (max-width: 640px){.project-tests__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.6rem;row-gap:1rem}}.project-tests__list-item{flex-grow:1;display:flex;flex-direction:column;opacity:0;visibility:hidden}.project-tests__card{text-align:center;padding:2.4rem;border-radius:1.2rem;background:#e9edf3;font-size:2rem;font-style:normal;font-weight:700;line-height:2.5rem;letter-spacing:-.1rem;flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width: 640px){.project-tests__card{font-size:1.4rem;font-style:normal;font-weight:700;line-height:1.2;letter-spacing:-.1rem;padding:1.5rem 1rem}}.project-description{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:7.5rem}@media only screen and (max-width: 640px){.project-description{margin-bottom:2rem}}.project-description__content{grid-column-start:content-start;grid-column-end:content-end;display:grid;grid-template-columns:1fr minmax(0,70rem);grid-gap:2rem;grid-column-gap:5.4rem;grid-template-areas:"heading text";align-items:flex-start}@media only screen and (max-width: 640px){.project-description__content{display:flex;flex-direction:column;align-items:stretch;gap:1.7rem;padding:0 1rem}}.project-description__heading{font-size:6rem;font-style:normal;font-weight:700;line-height:100%;letter-spacing:-.2rem;grid-area:heading;text-wrap:balance;opacity:0;visibility:hidden}@media only screen and (min-width: 641px){.project-description__heading{position:sticky;left:0;top:5rem}}@media only screen and (max-width: 640px){.project-description__heading{font-size:2rem;font-style:normal;font-weight:650;line-height:1.2;letter-spacing:-.08rem}}.project-description__text{grid-area:text;font-size:2rem;font-style:normal;font-weight:700;line-height:3rem;letter-spacing:-.1rem;opacity:0;visibility:hidden}@media only screen and (max-width: 640px){.project-description__text{font-size:1.2rem;font-style:normal;font-weight:700;line-height:1.7rem;letter-spacing:-.024rem}}.project-description__text p{margin-bottom:2rem}.project-description__text p:last-child{margin-bottom:0}@supports selector(:has(*)){@media (max-width: 640px){.project-description__text:has(button):not(.show-all) p:not(:nth-of-type(-n+2)){display:none}}}.project-description__text button{display:none}@supports selector(:has(*)){@media (max-width: 640px){.project-description__text button{font-size:1.2rem;font-style:normal;font-weight:700;line-height:1.7rem;letter-spacing:-.024rem;text-decoration-line:underline;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:1px;color:var(--primary-color);margin-top:2rem;display:block}.project-description__text button span:nth-child(2){display:none}}}.project-description__text.show-all button span:nth-child(1){display:none}.project-description__text.show-all button span:nth-child(2){display:block}.project-gallery{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:7.5rem}@media only screen and (max-width: 640px){.project-gallery{margin-bottom:2rem}}.project-gallery__content{grid-column-start:content-start;grid-column-end:content-end;opacity:0;visibility:hidden}@media only screen and (max-width: 640px){.project-gallery__content{padding:0 1rem}}.project-gallery__slider{overflow:hidden;overflow:clip;border-radius:1.2rem;position:relative;color:#fff}.project-gallery__slider:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,0) 41.36%,rgba(0,0,0,.4) 100%);z-index:4}@media only screen and (max-width: 640px){.project-gallery__slider:after{display:none}}.project-gallery__slider-card{position:relative}.project-gallery__slider-card:before{content:"";display:block;padding-bottom:38.67%}@media only screen and (max-width: 640px){.project-gallery__slider-card:before{padding-bottom:54%}}.project-gallery__slider-card-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.project-gallery__slider-controls{position:absolute;z-index:10;bottom:3.6rem;left:0;right:0;align-self:center;display:flex;align-items:center;justify-content:center;gap:1.5rem}@media only screen and (max-width: 640px){.project-gallery__slider-controls{gap:.8rem;display:none}}.project-gallery__slider-arrow{border:1px solid #e4e8f0;border-radius:1.2rem;width:4.8rem;height:4.8rem;display:grid;place-items:center;transition:border-color .2s,background-color .2s,opacity .2s;flex-shrink:0}@media only screen and (max-width: 640px){.project-gallery__slider-arrow{width:4rem;height:4rem}}.project-gallery__slider-arrow svg{display:block;width:100%;height:100%;fill:#fff;transition:fill .2s}.project-gallery__slider-arrow.swiper-button-disabled{cursor:default;opacity:.7}@media (hover: hover){.project-gallery__slider-arrow:not(.swiper-button-disabled):hover{background-color:var(--primary-color);border-color:var(--primary-color)}.project-gallery__slider-arrow:not(.swiper-button-disabled):hover svg{fill:#fff}}.project-gallery__slider-pagination{text-align:center;white-space:nowrap;font-style:normal;font-size:1.6rem;line-height:2.4rem;letter-spacing:-.02em;flex-shrink:0;color:#fff;min-width:5rem}@media only screen and (max-width: 640px){.project-gallery__slider-pagination{font-size:1.1rem;font-style:normal;font-weight:400;line-height:1.683rem;letter-spacing:-.022rem;min-width:3.2rem}}.project-gallery__slider-pagination .swiper-pagination-current{font-weight:700}.other-projects{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-top:5rem;margin-bottom:8rem}@media only screen and (max-width: 640px){.other-projects{margin-top:2.4rem;margin-bottom:3.5rem}}.other-projects__content{grid-column-start:content-start;grid-column-end:content-end}@media only screen and (max-width: 640px){.other-projects__content{padding:0 1rem}}.other-projects__heading{font-size:8rem;font-style:normal;font-weight:700;line-height:9rem;letter-spacing:-.32rem;margin-bottom:7.5rem}@media only screen and (max-width: 640px){.other-projects__heading{font-size:2.7rem;font-style:normal;font-weight:650;line-height:3rem;letter-spacing:-.108rem;margin-bottom:1.5rem}}.other-projects__slider{display:block}.other-projects__slider .swiper{overflow:visible}.other-projects__slider .swiper-slide{display:flex;flex-direction:column;height:auto;box-sizing:border-box}@media only screen and (max-width: 640px){.other-projects__slider .swiper-slide{width:24rem;margin-right:.8rem}.other-projects__slider .swiper-slide:last-child{margin-right:0}}@media only screen and (min-width: 641px){.other-projects__slider .swiper-wrapper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem}}.other-projects__slider-card{flex-grow:1;position:relative;isolation:isolate;color:#fff;border-radius:1.2rem;overflow:hidden;overflow:clip;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"stack"}.other-projects__slider-card:link,.other-projects__slider-card:visited{color:#fff}.other-projects__slider-card:before{content:"";display:block;padding-bottom:84.7%;grid-area:stack}@media (hover: hover){.other-projects__slider-card:hover .other-projects__slider-card-bg-image{transform:scale(1.04);filter:grayscale(0)}}@media only screen and (max-width: 640px){.other-projects__slider-card{border-radius:.4893rem}}.other-projects__slider-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.other-projects__slider-card-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,0) 7.5%,rgba(0,0,0,.6) 67.2%);z-index:2}.other-projects__slider-card-bg-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .4s,transform .4s}.other-projects__slider-card-content{grid-area:stack;z-index:5;display:flex;flex-direction:column;justify-content:flex-end;gap:1rem;padding:4.8rem}@media only screen and (max-width: 640px){.other-projects__slider-card-content{gap:.4rem;padding:2rem}}.other-projects__slider-card-categories{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.other-projects__slider-category{font-size:2rem;font-style:normal;font-weight:650;line-height:5rem;letter-spacing:-.1rem;text-transform:uppercase}@media only screen and (max-width: 640px){.other-projects__slider-category{font-size:1rem;font-style:normal;font-weight:700;line-height:2.0387rem;letter-spacing:-.0408rem;text-transform:uppercase}}.other-projects__slider-card-title{font-size:4rem;font-style:normal;font-weight:650;line-height:5rem;letter-spacing:-.2rem}@media only screen and (max-width: 640px){.other-projects__slider-card-title{font-size:1.7rem;font-style:normal;font-weight:700;line-height:2.0387rem;letter-spacing:-.0815rem}}.other-projects__slider-remark{display:none}@media only screen and (max-width: 640px){.other-projects__slider-remark{display:flex;align-items:center;color:#a2aaba;gap:1rem;font-size:1rem;font-style:normal;font-weight:500;line-height:1rem;margin-bottom:1.5rem}.other-projects__slider-remark img{flex-shrink:0;width:.8493rem}}.accreditation{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:7.5rem}@media only screen and (max-width: 640px){.accreditation{margin-bottom:2.2rem}}.accreditation__content{grid-column-start:content-start;grid-column-end:content-end}.accreditation__card{position:relative;isolation:isolate;padding:2.4rem;background-color:var(--green);color:#fff;display:flex;min-height:25rem;border-radius:1.2rem;overflow:hidden;overflow:clip;opacity:0;visibility:hidden}@media only screen and (max-width: 640px){.accreditation__card{padding:1.6rem 1.2rem;min-height:auto;display:flex;flex-direction:column;gap:2.5rem}}.accreditation__card-bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:-1}@media only screen and (max-width: 640px){.accreditation__card-bg{display:none}}.accreditation__card-heading{font-size:6rem;font-style:normal;font-weight:700;line-height:6.5rem;letter-spacing:-.24rem;text-wrap:balance;max-width:76rem}@media only screen and (max-width: 640px){.accreditation__card-heading{max-width:none;font-size:2.7rem;font-style:normal;font-weight:650;line-height:3rem;letter-spacing:-.108rem}}.accreditation__card-text{display:none}@media only screen and (max-width: 640px){.accreditation__card-text{display:block;font-size:1.6rem;font-style:normal;font-weight:650;line-height:2rem;letter-spacing:-.032rem}}.accreditation__card-link{display:flex;flex-direction:column;padding:1.6rem 1.2rem 1.6rem 2.4rem;font-style:normal;font-weight:700;font-size:1.8rem;line-height:2.4rem;letter-spacing:-.02em;color:#fff;border-radius:1.2rem;background-color:transparent;min-height:7.5rem;transition:background-color .2s,border-color .2s,color .2s;border:1px solid white;width:27rem;max-width:100%;margin-left:auto;margin-top:auto}.accreditation__card-link svg{margin-left:auto;margin-top:auto;width:1rem;height:1rem;fill:currentColor;flex-shrink:0}.accreditation__card-link svg.icon-doc{width:2rem;height:2rem}.accreditation__card-link:link,.accreditation__card-link:visited{color:#fff}@media (hover: hover){.accreditation__card-link:hover{background-color:#fff;color:var(--green)}.accreditation__card-link:hover svg{fill:var(--green)}}@media only screen and (max-width: 640px){.accreditation__card-link{font-size:1.4rem;font-style:normal;font-weight:650;line-height:2.4rem;letter-spacing:-.028rem;padding:.8rem 1.5rem 1.26rem;border-radius:1rem;min-height:6rem;align-self:stretch;width:auto;margin:0}.accreditation__card-link svg{width:.8048rem;height:.8048rem}.accreditation__card-link svg.icon-doc{width:2rem;height:2rem}}.services{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:7.5rem}@media only screen and (max-width: 640px){.services{margin-bottom:5rem}}.services__content{grid-column-start:content-start;grid-column-end:content-end;display:flex;flex-direction:column}@media only screen and (max-width: 640px){.services__content{padding:0 1rem}}.services__heading{font-size:8rem;font-style:normal;font-weight:700;line-height:9rem;letter-spacing:-.32rem;text-align:center;opacity:0;visibility:hidden}@media only screen and (max-width: 640px){.services__heading{font-size:2.7rem;font-style:normal;font-weight:650;line-height:3rem;letter-spacing:-.108rem;text-align:left}}.services__text{font-size:2.4rem;font-style:normal;font-weight:700;line-height:3.4rem;letter-spacing:-.048rem;text-align:center;margin-top:2.5rem;align-self:center;max-width:160rem;opacity:0;visibility:hidden}@media only screen and (max-width: 640px){.services__text{font-size:1.8rem;font-style:normal;font-weight:650;line-height:2.5rem;letter-spacing:-.036rem;margin-top:2rem;text-align:left}}.services__table{margin-top:7.5rem;opacity:0;visibility:hidden}@media only screen and (max-width: 640px){.services__table{margin-top:2rem;display:flex;width:100vw;left:50%;transform:translate(-50%);position:relative;padding:0 2rem}}@media only screen and (max-width: 640px){.services__table-wrapper{flex-shrink:0;min-width:100%}}.services__table-wrapper table{width:100%;border-collapse:collapse}@media only screen and (max-width: 640px){.services__table-wrapper table{min-width:100%;width:max-content}}.services__table-wrapper table thead th{font-size:2rem;font-style:normal;font-weight:500;line-height:2rem;letter-spacing:-.1rem;border:1px solid #d0d5dd;background:#e9edf3;padding:2.8rem;text-align:center;vertical-align:top}@media only screen and (max-width: 640px){.services__table-wrapper table thead th{padding:.8rem .4rem;font-size:.5801rem;font-style:normal;font-weight:500;line-height:.5801rem;letter-spacing:-.029rem;white-space:nowrap;font-size:1.2rem;line-height:1.2}}.services__table-wrapper table tbody td{padding:1.5rem;text-align:center;vertical-align:middle;border:1px solid #d0d5dd;font-size:2rem;font-style:normal;font-weight:500;line-height:2rem;letter-spacing:-.1rem}@media only screen and (max-width: 640px){.services__table-wrapper table tbody td{font-size:.4931rem;font-style:normal;font-weight:500;line-height:.5801rem;letter-spacing:-.029rem;padding:1rem;white-space:nowrap;font-size:1.2rem;line-height:1.2}}.service-intro{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:7.5rem}@media only screen and (max-width: 640px){.service-intro{margin-bottom:2rem}}.service-intro__content{grid-column-start:content-start;grid-column-end:content-end;padding-bottom:7.5rem;border-bottom:2px solid #e9edf3}@media only screen and (max-width: 640px){.service-intro__content{padding:0 1rem 2rem}}.service-intro__heading{font-size:8rem;font-style:normal;font-weight:700;line-height:9rem;letter-spacing:-.32rem}@media only screen and (max-width: 640px){.service-intro__heading{font-size:2.7rem;font-style:normal;font-weight:700;line-height:3rem;letter-spacing:-.108rem}}.service-price{display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0);margin-bottom:7.5rem}@media only screen and (max-width: 640px){.service-price{margin-bottom:2rem}}.service-price__content{grid-column-start:content-start;grid-column-end:content-end}@media only screen and (max-width: 640px){.service-price__content{padding:0 1rem}}.service-price__row{display:grid;grid-template-columns:1fr minmax(0,70rem);grid-gap:2rem;grid-column-gap:5.4rem;grid-template-areas:"heading list";align-items:flex-start}@media only screen and (max-width: 640px){.service-price__row{display:flex;flex-direction:column;gap:2rem;align-items:stretch;padding-bottom:2rem;margin-bottom:2rem;border-bottom:2px solid #e9edf3}}.service-price__heading{font-size:6rem;font-style:normal;font-weight:700;line-height:100%;letter-spacing:-.2rem;grid-area:heading;text-wrap:balance}@media only screen and (max-width: 640px){.service-price__heading{font-size:2rem;font-style:normal;font-weight:650;line-height:3rem;letter-spacing:-.08rem}}.service-price__list{grid-area:list;grid-template-columns:1fr 1.3fr;grid-gap:2.5rem;display:grid}@media only screen and (max-width: 640px){.service-price__list{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.6rem;grid-row-gap:1rem}}.service-price__list-item{display:flex;flex-direction:column}.service-price__card{display:flex;flex-direction:column;flex-grow:1;padding:2.4rem 3rem;border-radius:1.2rem;border:2px solid #e9edf3;gap:.2rem;transition:color .2s,border-color .2s}@media (hover: hover){.service-price__card:hover{border-color:var(--primary-color)}}@media only screen and (max-width: 640px){.service-price__card{border-radius:1.2rem;border:1px solid #e9edf3;padding:.9rem 1.2rem}}.service-price__card-title{font-size:2rem;font-style:normal;font-weight:700;line-height:1.2;letter-spacing:-.1rem}@media only screen and (max-width: 640px){.service-price__card-title{font-size:1.4rem;font-style:normal;font-weight:700;line-height:1.9rem;letter-spacing:-.1rem}}.service-price__card-amount{font-size:2rem;font-style:normal;font-weight:700;line-height:3rem;letter-spacing:-.1rem;color:var(--primary-color)}@media only screen and (max-width: 640px){.service-price__card-amount{font-size:1.4rem;font-style:normal;font-weight:700;line-height:1.9rem;letter-spacing:-.1rem}}.service-price__table{margin-top:7.5rem}@media only screen and (max-width: 640px){.service-price__table{margin:0;display:flex;width:100vw;left:50%;transform:translate(-50%);position:relative;padding:0 2rem}}@media only screen and (max-width: 640px){.service-price__table-wrapper{flex-shrink:0;min-width:100%}}.service-price__table-wrapper table{width:100%;border-collapse:collapse}@media only screen and (max-width: 640px){.service-price__table-wrapper table{min-width:100%;width:max-content}}.service-price__table-wrapper table thead th{font-size:2rem;font-style:normal;font-weight:500;line-height:2rem;letter-spacing:-.1rem;border:1px solid #d0d5dd;background:#e9edf3;padding:2.8rem;text-align:center;vertical-align:top}@media only screen and (max-width: 640px){.service-price__table-wrapper table thead th{padding:.8rem .4rem;font-size:.5801rem;font-style:normal;font-weight:500;line-height:.5801rem;letter-spacing:-.029rem;white-space:nowrap;font-size:1.2rem;line-height:1.2}}.service-price__table-wrapper table tbody td{padding:1.5rem;text-align:center;vertical-align:middle;border:1px solid #d0d5dd;font-size:2rem;font-style:normal;font-weight:500;line-height:2rem;letter-spacing:-.1rem}@media only screen and (max-width: 640px){.service-price__table-wrapper table tbody td{font-size:.4931rem;font-style:normal;font-weight:500;line-height:.5801rem;letter-spacing:-.029rem;padding:1rem;white-space:nowrap;font-size:1.2rem;line-height:1.2}}.modal{background:rgba(2,2,2,.6);position:fixed;left:0;top:0;width:100%;height:100%;overscroll-behavior-y:contain;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:500;display:flex;flex-direction:column;transition:opacity .4s,visibility 0s linear .4s;opacity:0;visibility:hidden}@media only screen and (min-width: 641px){.modal{padding:4rem 0;display:grid;grid-template-columns:[main-start] 1fr [content-start] minmax(0,var(--container-width, 0)) [content-end] 1fr [main-end];grid-gap:var(--content-padding, 0)}}@media only screen and (max-width: 640px){.modal{padding:var(--content-padding)}}.modal.active{opacity:1;visibility:inherit;transition:opacity .4s,visibility .4s}body:not(.loaded) .modal{display:none}.modal__inner{grid-column-start:content-start;grid-column-end:content-end;width:100%;align-self:center;justify-self:center;display:flex;flex-direction:column;position:relative;padding:4.4rem 5rem 4.7rem;border-radius:1.2rem;background:#fff;color:var(--text-color);max-width:70rem}.modal__inner--success{max-width:50rem;padding:2.5rem 3.6rem 3.8rem;background-image:url(../images/success-decor.svg);background-position:right bottom;background-repeat:no-repeat;background-size:24rem auto;min-height:30rem}.modal__inner--success .modal__close{top:2.5rem;right:2.3rem}@media only screen and (max-width: 640px){.modal__inner{max-width:none;padding:2rem;margin:auto 0}}.modal__success-icon{width:5rem;height:5rem;margin-top:auto}.modal__close{position:absolute;top:4.4rem;right:5rem;width:2.5rem;height:2.5rem}.modal__close svg{display:block;width:100%;height:100%;fill:#e9edf3;transition:fill .2s}@media only screen and (max-width: 640px){.modal__close{width:2rem;height:2rem;top:3rem;right:2rem}.modal__close svg{fill:var(--primary-color)}}@media (hover: hover){.modal__close:hover svg{fill:var(--primary-color)}}.modal__heading,.modal__success-heading{font-size:3.6rem;font-style:normal;font-weight:700;line-height:3.4rem;letter-spacing:-.072rem;margin-bottom:5rem}@media only screen and (max-width: 640px){.modal__heading,.modal__success-heading{font-size:2.6rem;line-height:1.2;margin-bottom:2rem}}.modal__form{grid-area:form;display:flex;flex-direction:column;gap:2.8rem}@media only screen and (max-width: 640px){.modal__form{gap:1.5rem}}.modal__form-fields{display:flex;flex-direction:column;gap:2.8rem}@media only screen and (max-width: 640px){.modal__form-fields{gap:1.5rem}}.modal__form-input-label{position:relative;display:block}.modal__form-input-label-text{left:2.4rem;font-style:normal;font-weight:500;font-size:1.8rem;line-height:2.4rem;letter-spacing:-.02em;color:#0c0d0f;position:absolute;top:3.8rem;transform:translateY(-50%);transform-origin:left center;pointer-events:none;transition:transform .2s}@media only screen and (max-width: 640px){.modal__form-input-label-text{font-size:1.6rem;font-style:normal;font-weight:500;line-height:2.4rem;letter-spacing:-.032rem;top:3rem}}.modal__form-input:focus~.modal__form-input-label-text,.modal__form-input:not(:placeholder-shown)~.modal__form-input-label-text{transform:translateY(-50%) scale(.8) translateY(-2rem)}@media only screen and (max-width: 640px){.modal__form-input:focus~.modal__form-input-label-text,.modal__form-input:not(:placeholder-shown)~.modal__form-input-label-text{transform:translateY(-50%) scale(.8) translateY(-1.4rem)}}.modal__form-input{display:block;width:100%;height:7.5rem;padding:1.7rem 2.4rem 0;font-style:normal;font-weight:500;font-size:1.8rem;line-height:2.4rem;letter-spacing:-.02em;color:#0c0d0f;background:#e9edf3;box-shadow:inset 0 0 2.1rem #fff6;border-radius:1.2rem;transition:border-color .2s,background-color .2s}.modal__form-input::placeholder{color:#0c0d0f;opacity:0}.modal__form-input.not-valid{outline:1px solid var(--orange)}@media only screen and (max-width: 640px){.modal__form-input{border-radius:1.2rem;background:#e9edf3;box-shadow:0 0 2.1rem #fff6 inset;height:6rem;padding:1.6rem 2.4rem 0;font-size:1.6rem;font-style:normal;font-weight:500;line-height:2.4rem;letter-spacing:-.032rem}}textarea.modal__form-input{resize:none;height:12.5rem;padding-top:3.4rem;padding-bottom:2rem}@media only screen and (max-width: 640px){textarea.modal__form-input{height:10rem;padding:2.6rem 2.4rem 2rem}}.modal__form-policy-checkbox{display:flex;align-items:center;width:100%;cursor:pointer;-webkit-user-select:none;user-select:none;gap:1.6rem}.modal__form-policy-checkbox-input{display:none}.modal__form-policy-checkbox-mark{flex-shrink:0;width:2rem;height:2rem;display:grid;place-items:center;border-radius:.4rem;transition:background-color .2s;background-color:#e9edf3}.modal__form-policy-checkbox-mark svg{display:block;width:100%;height:100%;transition:fill .2s,opacity .2s;opacity:0;fill:#fff}.modal__form-policy-checkbox-input:checked~.modal__form-policy-checkbox-mark{background-color:#008b8a}.modal__form-policy-checkbox-input:checked~.modal__form-policy-checkbox-mark svg{opacity:1}.modal__form-policy-checkbox-text{font-style:normal;font-weight:500;font-size:1.4rem;line-height:2rem;letter-spacing:-.02em}@media only screen and (max-width: 640px){.modal__form-policy-checkbox-text{font-size:1.1rem;font-style:normal;font-weight:500;line-height:2rem;letter-spacing:-.022rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}: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);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.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-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.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)}}:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance, 150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, .2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translate(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translate(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translate(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translate(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: .65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media (hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, .98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, .1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translateZ(0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translateZ(0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;-webkit-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, .6);--f-button-active-bg: rgba(0, 0, 0, .6);--f-button-hover-bg: rgba(0, 0, 0, .6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, .3);--f-button-active-bg: rgba(24, 24, 27, .5);--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));--f-button-svg-disabled-opacity: .65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;-webkit-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translateZ(0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * .5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, .94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, .65);--f-button-hover-bg: rgba(70, 70, 73, .65);--f-button-active-bg: rgba(90, 90, 93, .65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;user-select:none;pointer-events:none}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
