@import url(https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap);.carousel{box-sizing:border-box;position:relative}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{max-height:100%;max-width:100%;overflow:hidden;position:relative}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;width:60%;width:var(--carousel-slide-width,60%)}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{display:flex;justify-content:center;left:0;list-style:none;margin:0 auto;padding:0;position:absolute;right:0;top:calc(100% + .5rem);-webkit-user-select:none;-moz-user-select:none;user-select:none}.carousel__dots .carousel__dot{cursor:pointer;display:block;height:22px;margin:0;padding:0;position:relative;width:22px}.carousel__dots .carousel__dot:after{background-color:currentColor;border-radius:50%;content:"";height:8px;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .15s ease-in-out;width:8px}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{align-items:center;background:transparent;background:var(--carousel-button-bg,transparent);border:0;border-radius:50%;border-radius:var(--carousel-button-border-radius,50%);box-shadow:none;box-shadow:var(--carousel-button-shadow,none);color:currentColor;color:var(--carousel-button-color,currentColor);cursor:pointer;display:flex;height:48px;height:var(--carousel-button-height,48px);justify-content:center;padding:0;pointer-events:all;transition:opacity .15s ease;width:48px;width:var(--carousel-button-width,48px)}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{fill:none;stroke:currentColor;stroke-width:1.5;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:none;filter:var(--carousel-button-svg-filter,none);height:50%;height:var(--carousel-button-svg-height,50%);pointer-events:none;width:50%;width:var(--carousel-button-svg-width,50%)}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{-webkit-tap-highlight-color:rgba(0,0,0,0);--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4));bottom:0;box-sizing:border-box;color:#fff;color:var(--fancybox-color,#fff);direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;right:0;top:0;transform-origin:top left;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px $blue;box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{background:rgba(24,24,27,.92);background:var(--fancybox-bg,rgba(24,24,27,.92));bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.fancybox__carousel{flex:1 1 auto;height:100%;min-height:0;position:relative;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{cursor:default;height:100%;overflow:visible;position:relative;width:100%}.fancybox__track{display:flex;height:100%}.fancybox__slide{--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;display:flex;flex:0 0 auto;flex-direction:column;margin:0;max-width:100%;outline:0;overflow:auto;overscroll-behavior:contain;padding:48px 8px 8px;position:relative;width:100%}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{align-self:center;background:#fff;background:var(--fancybox-content-bg,#fff);color:#374151;color:var(--fancybox-content-color,#374151);display:flex;flex-direction:column;margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;position:relative;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){box-shadow:none;outline:thin dotted}.fancybox__caption{word-wrap:anywhere;align-self:center;color:currentColor;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;padding:1rem 0 0;visibility:visible}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{color:#fff;color:var(--fancybox-color,#fff);top:100%}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;right:8px;right:calc(env(safe-area-inset-right, 0px) + 8px);top:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{color:#fff;color:var(--fancybox-color,#fff);position:absolute;right:0;top:-40px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{color:currentColor;color:var(--fancybox-color,currentColor);height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:currentColor;animation:fancybox-dash 1.5s ease-in-out infinite}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:1;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{animation:fancybox-throwOutDown .15s ease both}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{opacity:0;transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;transform:translate3d(0,30%,0)}}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc hsla(0,0%,100%,.1);scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.has-image .fancybox__content{background:transparent;min-height:1px;padding:0}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{height:auto;max-width:100%}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{height:100%;width:100%}.has-image[data-image-fit=cover] .fancybox__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{height:80%;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fancybox__thumbs{flex:0 0 auto;opacity:1;opacity:var(--fancybox-opacity,1);padding:0 3px;position:relative}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:0;overflow:visible;padding:8px 3px;width:96px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border:5px solid $blue;border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));border-radius:4px;border-radius:var(--fancybox-thumbs-border-radius,4px);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__thumb{background-color:hsla(0,0%,100%,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;border-radius:var(--fancybox-thumbs-border-radius,4px);padding-top:66.66667%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));position:relative;width:100%}.fancybox__toolbar{--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));display:flex;justify-content:space-between;left:0;opacity:1;opacity:var(--fancybox-opacity,1);padding:0;position:absolute;right:0;text-shadow:1px 1px 1px rgba(0,0,0,.4);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4));top:0;touch-action:none;z-index:20}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{left:50%;position:absolute;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{font-feature-settings:"tnum";-webkit-font-smoothing:subpixel-antialiased;font-size:17px;font-variant-numeric:tabular-nums;line-height:48px;line-height:var(--carousel-button-height,48px);min-width:72px;padding:0 10px;text-align:center}.fancybox__progress{background:$blue;background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:30}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}[data-simplebar]{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;position:relative}.simplebar-wrapper{height:inherit;max-height:inherit;max-width:inherit;overflow:hidden;width:inherit}.simplebar-mask{direction:inherit;height:auto!important;overflow:hidden;width:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{bottom:0;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.simplebar-offset{-webkit-overflow-scrolling:touch;box-sizing:inherit!important;direction:inherit!important;resize:none!important}.simplebar-content-wrapper{-ms-overflow-style:none;box-sizing:border-box!important;direction:inherit;display:block;height:100%;max-height:100%;max-width:100%;position:relative;scrollbar-width:none;width:auto}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;pointer-events:none;width:100%}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;flex-basis:0;flex-grow:inherit;flex-shrink:0;float:left;height:100%;margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:relative;width:100%;z-index:-1}.simplebar-height-auto-observer{box-sizing:inherit;display:block;height:1000%;left:0;min-height:1px;min-width:1px;opacity:0;top:0;width:1000%;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{overflow:hidden;pointer-events:none;position:absolute}.simplebar-track{bottom:0;right:0;z-index:1}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{left:0;min-height:10px;position:absolute;right:0}.simplebar-scrollbar:before{background:#000;border-radius:7px;content:"";left:2px;opacity:0;position:absolute;right:2px;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{bottom:2px;top:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:7px;left:0;min-height:0;min-width:10px;right:auto;top:2px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.hs-dummy-scrollbar-size{direction:rtl;height:500px;opacity:0;overflow-x:scroll;overflow-y:hidden;position:fixed;visibility:hidden;width:500px}.simplebar-hide-scrollbar{-ms-overflow-style:none;left:0;overflow-y:scroll;position:fixed;scrollbar-width:none;visibility:hidden}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;overflow:hidden;padding-left:8px;padding-right:20px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-left:20px;padding-right:8px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{border:none;box-sizing:border-box;font-family:sans-serif;font-size:100%;height:18px;margin-left:5px;margin-top:5px;max-width:100%;overflow:hidden;padding:0;resize:none;vertical-align:bottom;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;left:-100000px;position:absolute;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{box-sizing:border-box;padding:4px;width:100%}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{background-color:#fff;border:0;display:block;filter:alpha(opacity=0);height:auto;left:0;margin:0;min-height:100%;min-width:100%;opacity:0;padding:0;position:fixed;top:0;width:auto;z-index:99}.select2-hidden-accessible{clip:rect(0 0 0 0)!important;border:0!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px;padding-right:0}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;right:1px;top:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:700;height:20px;margin-right:10px;margin-top:5px;padding:1px;position:absolute;right:0}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;max-width:100%;overflow:hidden;padding:0 0 0 20px;position:relative;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-bottom-left-radius:4px;border-right:1px solid #aaa;border-top-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:700;left:0;padding:0 4px;position:absolute;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-top-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{-webkit-appearance:textfield;background:transparent;border:none;box-shadow:none;outline:0}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;border:1px solid #aaa;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);outline:0}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;border:none;border-bottom-right-radius:4px;border-left:1px solid #aaa;border-top-right-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);height:26px;position:absolute;right:1px;top:1px;width:20px}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-radius:0;border-bottom-left-radius:4px;border-right:1px solid #aaa;border-top-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;border-top:none;border-top-left-radius:0;border-top-right-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-bottom-left-radius:4px;border-top-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:700;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{box-shadow:none;outline:0}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.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}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse}*{box-sizing:border-box}button,input,textarea{-webkit-appearance:none;border-radius:0}button:focus,input:focus,select:focus,textarea:focus{outline:0}a{-webkit-text-decoration:none;text-decoration:none}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.cf{*zoom:1}::-webkit-input-placeholder{color:inherit}::-moz-placeholder{color:inherit}:-ms-input-placeholder{color:inherit}img{height:auto;max-width:100%}*,:after,:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-family:Host Grotesk,sans-serif;text-rendering:optimizeLegibility}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;font-size:62.5%}::-moz-selection{background:rgba(206,151,48,.8);color:#000}::selection{background:rgba(206,151,48,.8);color:#000}body{color:#000;font-size:1.6rem}.content-hide{opacity:0}.page-template-default main,.page-template-documents-and-reporst main,.post-template-default main{overflow:visible}main{overflow:hidden;padding:17rem 0 0}@media screen and (max-width:64em){main{padding:16rem 0 0}}@media screen and (max-width:47.9375em){main{padding:11rem 0 0}}img,svg{display:block;height:auto;max-width:100%}button{color:#000;cursor:pointer}.section-header{margin:0 auto;max-width:90rem;text-align:center}@media screen and (max-width:47.9375em){.section-header{text-align:left}}.section-header p{margin:3.2rem auto 0;max-width:80rem}@media screen and (max-width:47.9375em){.section-header p{margin:1.6rem auto 0}}.separator hr{border:none;border-bottom:1px solid #e0e4ec;margin:-2rem auto;max-width:80rem}.simplebar-track.simplebar-horizontal{background-color:#f2f4f8;height:.3rem;margin:1.6rem 0 0;margin-left:auto!important;margin-right:auto!important;overflow:visible;position:relative;width:30rem;z-index:1!important}@media screen and (max-width:47.9375em){.simplebar-track.simplebar-horizontal{margin-left:auto!important;margin-right:auto!important;overflow:visible;width:12rem}}.simplebar-track.simplebar-horizontal:before{background-color:#fff;content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:calc(100vw - 4.8rem);z-index:-1}.simplebar-track.simplebar-horizontal:after{z-index:2}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:.3rem;top:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{background-color:#000;border-radius:0;opacity:1}.simplebar-track.simplebar-vertical{background-color:#f2f4f8;height:100%;width:.3rem}.simplebar-track.simplebar-vertical:after{z-index:2}.simplebar-track.simplebar-vertical .simplebar-scrollbar{background-color:#000;width:.3rem}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{background-color:#000;border-radius:0;opacity:1}#CookiebotWidget{display:none}.CookieDeclaration{overflow:visible}.CookieDeclarationType{border:none!important;margin:2.4rem 0!important;padding:0!important}.CookieDeclarationType .table-wrap table{overflow:auto!important}img[src*=Baltic-Horizon-Fund-Northern-H]{display:none!important}.addition-text{margin:6rem auto 0;max-width:94.9rem;text-align:center}@media screen and (max-width:64em){.addition-text{margin:4rem 0 0}}@media screen and (max-width:47.9375em){.addition-text{margin:2.4rem 0 0}}.addition-text p{background-color:#f2f4f8;display:inline-flex;font-size:1.6rem;font-weight:400;line-height:2.6rem;padding:.8rem 2.4rem}:root :where(a:where(:not(.wp-block-navigation))),:root :where(a:where(:not(.wp-element-button))){text-decoration:none;text-decoration:initial}.h1,h1{font-size:7.6rem;font-weight:600;line-height:8rem}@media screen and (max-width:47.9375em){.h1,h1{font-size:4.8rem;line-height:6.1rem}}.h2,h2{font-size:7rem;font-weight:600;line-height:7rem}@media screen and (max-width:47.9375em){.h2,h2{font-size:3.6rem;line-height:4.6rem}}.h3,h3{font-size:4.8rem;font-weight:600;line-height:6.1rem}@media screen and (max-width:47.9375em){.h3,h3{font-size:3.6rem;line-height:4.6rem}}.h4,h4{font-size:3.6rem;font-weight:600;line-height:4.6rem}@media screen and (max-width:47.9375em){.h4,h4{font-size:2.4rem;line-height:3.2rem}}.h5,h5{font-size:2.4rem;font-weight:700;line-height:3.2rem}@media screen and (max-width:47.9375em){.h5,h5{font-size:2rem;line-height:3.2rem}}.h6,h6{font-weight:700}.d1,.h6,h6,p{font-size:2rem;line-height:3.2rem}.d1,.d2,p{font-weight:400}.d2{font-size:1.8rem;line-height:3rem}@media screen and (max-width:47.9375em){.d2{font-size:1.6rem;line-height:2.6rem}}.d3{font-size:1.6rem;line-height:2.6rem}.d3,.d4{font-weight:400}.d4{font-size:1.4rem;line-height:1.8rem}.small-text{font-size:1.2rem;font-weight:400;line-height:2rem}.container{margin:0 auto;max-width:144rem;padding:0 11.2rem;width:100%}@media screen and (max-width:64em){.container{padding:0 4rem}}@media screen and (max-width:47.9375em){.container{padding:0 2.4rem}}.btn-wrap{display:flex;justify-content:flex-start}.btn{align-items:center;background-color:transparent;border:.2rem solid #000;color:#000;display:flex;font-size:1.6rem;font-weight:600;justify-content:center;line-height:2.4rem;padding:1.6rem 3.2rem;position:relative;text-align:center;transition:border .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.btn{width:100%}}.btn:hover{background-color:#000;border:.2rem solid #000;color:#fff}.btn:hover>svg path{fill:#fff}.btn.is-loading{border:.2rem solid #000;pointer-events:none}.btn.is-loading .btn__loader{display:flex}.btn>svg{flex:none;height:1.6rem;margin:0 1rem 0 0;width:auto}.btn>svg path{transition:stroke .3s cubic-bezier(.25,.46,.45,.94),fill .3s cubic-bezier(.25,.46,.45,.94)}.btn--white{border:.2rem solid #fff;color:#fff}.btn--white:hover{background-color:#fff;border:.2rem solid #fff;color:#000}.btn--transparent{background-color:transparent;border:.2rem solid #fff;color:#fff}.btn--transparent:hover{background-color:#fff;border:.2rem solid #fff;color:#000}.btn--transparent:hover>svg path{stroke:#000}.btn__loader{background-color:#000;display:none;height:100%;left:0;position:absolute;top:0;width:100%}.btn__loader .loader{width:3rem}.btn__loader .loader svg path{fill:#fff}.slider-nav{display:flex}.slider-nav__btn{align-items:center;background-color:transparent;border:none;display:flex;justify-content:center;margin:0 3.4rem 0 0;padding:1.6rem 0;transition:border .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94);-webkit-user-select:none;-moz-user-select:none;user-select:none}.slider-nav__btn:last-child{margin:0}@media screen and (max-width:47.9375em){.slider-nav__btn{margin:0 1.6rem 0 0}}.slider-nav__btn:active svg{transform:scale(.8)}.slider-nav__btn.swiper-button-disabled{background-color:transparent;cursor:default}.slider-nav__btn.swiper-button-disabled svg path{stroke:#534e60}.slider-nav__btn--prev:active svg{transform:scale(.8) rotate(180deg)}.slider-nav__btn--prev svg{transform:rotate(180deg)}.slider-nav__btn svg{transition:transform .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.slider-nav__btn svg{width:2.1rem}}.slider-nav__btn svg path{stroke:#000;transition:fill .3s cubic-bezier(.25,.46,.45,.94)}.link{align-item:center;color:#000;display:flex;font-size:1.6rem;font-weight:600;line-height:2.4rem}.link:hover svg{transform:translateX(.5rem)}.link svg{margin:0 0 0 1.2rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.link svg path{fill:#000}.tabs-wrap{position:relative}.tabs-wrap:after{background-color:#f2f4f8;bottom:0;content:"";display:none;height:.2rem;left:50%;position:absolute;transform:translateX(-50%);width:100vw;z-index:-1}@media screen and (max-width:47.9375em){.tabs-wrap:after{display:block}}.tabs-wrap .simplebar-track{display:none}.tabs-wrap .simplebar-track.simplebar-horizontal{margin:0}.tabs-wrap .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{background-color:#000}.tabs-wrap .tabs{display:flex;justify-content:center}@media screen and (max-width:47.9375em){.tabs-wrap .tabs{justify-content:flex-start}}.tabs-wrap .tabs .tab{background-color:transparent;border:none;color:#000;font-size:2rem;font-weight:400;line-height:3.2rem;margin:0 5.6rem 0 0;padding:0 0 1.8rem;position:relative;transition:color .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.tabs-wrap .tabs .tab{padding:0 0 1.6rem;white-space:nowrap}}.tabs-wrap .tabs .tab:hover{color:#000}.tabs-wrap .tabs .tab:after{background-color:#000;bottom:0;content:"";height:.2rem;left:0;opacity:0;position:absolute;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:100%}.tabs-wrap .tabs .tab.is-active{color:#000;font-weight:700}.tabs-wrap .tabs .tab.is-active:after{opacity:1}.tabs-wrap .tabs .tab:last-child{margin:0}.loader{display:flex;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:5rem}.loader svg{animation:spin .6s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.label{background-color:#000;color:#fff;display:inline-flex;font-size:1.2rem;font-weight:400;line-height:2.4rem;padding:.2rem 1.2rem;z-index:1}.input-group{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -.8rem -1.6rem}.input-wrap{margin:0 0 1.6rem;padding:0 .8rem;width:33.3333%}.input-wrap.is-hidden{display:none}@media screen and (max-width:64em){.input-wrap{width:50%}}@media screen and (max-width:47.9375em){.input-wrap{width:100%}}.input-wrap--full{width:100%}.input-wrap--half{width:50%}@media screen and (max-width:64em){.input-wrap--half{width:100%}}.input-wrap--quarter{width:25%}@media screen and (max-width:64em){.input-wrap--quarter{width:50%}}@media screen and (max-width:47.9375em){.input-wrap--quarter{width:100%}}.input-wrap--60{width:60%}@media screen and (max-width:64em){.input-wrap--60{width:50%}}@media screen and (max-width:47.9375em){.input-wrap--60{width:100%}}.input-wrap--40{width:40%}@media screen and (max-width:64em){.input-wrap--40{width:50%}}@media screen and (max-width:47.9375em){.input-wrap--40{width:100%}}.input-wrap>label{display:block;font-size:1.4rem;font-weight:500;line-height:1.8rem;margin:0 0 .8rem}.input{position:relative}.input input,.input select,.input textarea{width:100%}.input.error input[type=email],.input.error input[type=number],.input.error input[type=text]{border:2px solid #ec4747}.input__remove{background-color:transparent;border:none;padding:0;position:absolute;right:6.4rem;top:50%;transform:translateY(-50%);visibility:hidden}.input__remove.is-active{visibility:visible}@media screen and (max-width:47.9375em){.input__remove{right:4.8rem}}.input__remove svg path{transition:fill .3s cubic-bezier(.25,.46,.45,.94)}.input__remove:hover svg path{fill:#000}.input input::-webkit-inner-spin-button,.input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input input[type=number]{-moz-appearance:textfield}.input input[type=email],.input input[type=number],.input input[type=text]{border:2px solid rgba(119,127,158,.3);border-radius:.2rem;font-size:1.4rem;font-weight:400;line-height:1.8rem;padding:1.5rem 2.4rem;transition:border .3s cubic-bezier(.25,.46,.45,.94)}.input input[type=email]:focus,.input input[type=number]:focus,.input input[type=text]:focus{border:2px solid rgba(119,127,158,.6)}.input input[type=email]::-moz-placeholder,.input input[type=number]::-moz-placeholder,.input input[type=text]::-moz-placeholder{color:#534e60}.input input[type=email]::placeholder,.input input[type=number]::placeholder,.input input[type=text]::placeholder{color:#534e60}@media screen and (max-width:47.9375em){.input input[type=email],.input input[type=number],.input input[type=text]{padding:1.5rem 1.6rem}}.input--with-icon input[type=text]{padding:1.5rem 9.6rem 1.5rem 2.4rem}@media screen and (max-width:47.9375em){.input--with-icon input[type=text]{padding:1.5rem 6.6rem 1.5rem 1.6rem}}.input>svg{pointer-events:none;position:absolute;right:2.4rem;top:50%;transform:translateY(-50%)}@media screen and (max-width:47.9375em){.input>svg{right:1.6rem}}.custom-dropdown{position:relative;width:100%}.custom-dropdown.is-active .custom-dropdown__trigger{border:2px solid rgba(119,127,158,.6)}.custom-dropdown.is-active .custom-dropdown__trigger:after{transform:rotate(180deg)}.custom-dropdown .simplebar-horizontal{display:none}.custom-dropdown__trigger{align-items:center;background-color:transparent;background-color:#fff;border:2px solid rgba(119,127,158,.3);border-radius:.2rem;color:#000;cursor:pointer;display:flex;overflow:hidden;padding:1.2rem 5.4rem 1.2rem 2.4rem;position:relative;transition:border .3s cubic-bezier(.25,.46,.45,.94);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}@media screen and (max-width:47.9375em){.custom-dropdown__trigger{padding:1.2rem 5.4rem 1.2rem 1.6rem}}.custom-dropdown__trigger:hover{border:2px solid rgba(119,127,158,.6)}.custom-dropdown__trigger:after{background-image:url(/wp-content/themes/baltic-horizon-new/public/images/dropdown-arrow.de05b9.svg);background-position:50%;background-repeat:no-repeat;content:"";height:.7rem;pointer-events:none;position:absolute;right:2.2rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:1.4rem}@media screen and (max-width:64em){.custom-dropdown__trigger:after{right:1.6rem}}.custom-dropdown__trigger__count{align-items:center;background-color:#000;border-radius:.2rem;color:#fff;display:flex;font-size:1.6rem;font-weight:500;height:2.4rem;justify-content:center;line-height:2.4rem;margin:0 0 0 .6rem;min-width:2.4rem;padding:0 .6rem}.custom-dropdown__trigger__count.hide{visibility:hidden}.custom-dropdown__content{background-color:#fff;bottom:0;box-shadow:0 3px 10px rgba(0,0,0,.12);opacity:0;padding:1.6rem;position:absolute;right:0;transform:translateY(calc(100% + 1rem));transition:opacity .3s cubic-bezier(.25,.46,.45,.94),visibility .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94);visibility:hidden;width:100%;z-index:10}.custom-dropdown__content.is-active{opacity:1;transform:translateY(calc(100% + .5rem));visibility:visible}.custom-dropdown__content__inner{max-height:20rem;overflow:auto;overflow-x:hidden}.custom-dropdown__content__inner--no-overflow{overflow:visible}.custom-dropdown__checkbox{margin-bottom:2rem}.custom-dropdown__checkbox:last-child{margin-bottom:0}.modal,.modal-disclaimer,.modal-info{display:none;height:100%;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:101}.modal-disclaimer.is-loading .modal__loader,.modal-info.is-loading .modal__loader,.modal.is-loading .modal__loader{display:block}.modal-disclaimer__loader,.modal-info__loader,.modal__loader{display:none}.modal-disclaimer__close,.modal-info__close,.modal__close{background-color:transparent;border:none;padding:1.2rem;position:absolute;right:0;top:0;z-index:2}@media screen and (max-width:47.9375em){.modal-disclaimer__close:not(.is-mobile),.modal-info__close:not(.is-mobile),.modal__close:not(.is-mobile){display:none}}.modal-disclaimer__close.is-mobile,.modal-info__close.is-mobile,.modal__close.is-mobile{display:none}@media screen and (max-width:47.9375em){.modal-disclaimer__close.is-mobile,.modal-info__close.is-mobile,.modal__close.is-mobile{display:block}}.modal-disclaimer__close.is-mobile-visible,.modal-info__close.is-mobile-visible,.modal__close.is-mobile-visible{display:block!important}.modal-disclaimer__close svg,.modal-info__close svg,.modal__close svg{width:1.6rem}@media screen and (max-width:47.9375em){.modal-disclaimer__close svg path,.modal-info__close svg path,.modal__close svg path{fill:#fff}.modal-disclaimer__close,.modal-info__close,.modal__close{background-color:#000;position:fixed;z-index:11111}}.modal-disclaimer__close--white,.modal-info__close--white,.modal__close--white{background-color:#fff;padding:1.6rem}@media screen and (max-width:47.9375em){.modal-disclaimer__close--white,.modal-info__close--white,.modal__close--white{padding:1.2rem}}.modal-disclaimer__close--white svg,.modal-info__close--white svg,.modal__close--white svg{width:1.6rem}.modal-disclaimer__close--white svg path,.modal-info__close--white svg path,.modal__close--white svg path{fill:#000}.modal-disclaimer__overlay,.modal-info__overlay,.modal__overlay{background:rgba(0,0,0,.6);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@media screen and (max-width:47.9375em){.modal-disclaimer__overlay,.modal-info__overlay,.modal__overlay{display:none}.modal-disclaimer__overlay--mobile-visible,.modal-info__overlay--mobile-visible,.modal__overlay--mobile-visible{display:block}}.modal-disclaimer__content-wrap,.modal-info__content-wrap,.modal__content-wrap{align-items:center;display:flex;height:100%;justify-content:center;overflow:auto;padding:5rem}@media screen and (max-width:47.9375em){.modal-disclaimer__content-wrap,.modal-info__content-wrap,.modal__content-wrap{padding:0}.modal-disclaimer__content-wrap--mobile-padding,.modal-info__content-wrap--mobile-padding,.modal__content-wrap--mobile-padding{padding:2.4rem}}.modal-disclaimer__content,.modal-info__content,.modal__content{background-color:#fff;margin:auto;max-width:84.8rem;min-height:31.5rem;opacity:0;padding:4.5rem 6rem;pointer-events:auto;position:relative;transform:scale(.95);width:100%}@media screen and (max-width:47.9375em){.modal-disclaimer__content,.modal-info__content,.modal__content{min-height:100vh;padding:0 0 2.4rem}}.modal-disclaimer__content--mobile-not-full,.modal-info__content--mobile-not-full,.modal__content--mobile-not-full{min-height:auto;padding:0}@media screen and (max-width:47.9375em){.modal-disclaimer__content__container h4,.modal-info__content__container h4,.modal__content__container h4{font-size:3.6rem;line-height:4.6rem}}.modal-disclaimer__content-subscribe,.modal-info__content-subscribe,.modal__content-subscribe{color:#000;max-width:59.2rem;padding:3.2rem 4rem}@media screen and (max-width:47.9375em){.modal-disclaimer__content-subscribe,.modal-info__content-subscribe,.modal__content-subscribe{max-width:100%;padding:5.7rem 2.4rem}}.modal-disclaimer__content-subscribe h4,.modal-info__content-subscribe h4,.modal__content-subscribe h4{margin:0 auto;max-width:39.3rem;text-align:center}@media screen and (max-width:37.5em){.modal-disclaimer__content-subscribe h4,.modal-info__content-subscribe h4,.modal__content-subscribe h4{max-width:100%;text-align:left}}.modal-disclaimer__content-subscribe .popup-paragraph,.modal-info__content-subscribe .popup-paragraph,.modal__content-subscribe .popup-paragraph{font-size:1.4rem;line-height:2.4rem;margin:2.4rem auto 3.2rem;max-width:48.6rem;text-align:center}@media screen and (max-width:37.5em){.modal-disclaimer__content-subscribe .popup-paragraph,.modal-info__content-subscribe .popup-paragraph,.modal__content-subscribe .popup-paragraph{margin:1.6rem auto 2.4rem;max-width:100%;text-align:left}}.modal-disclaimer__content-subscribe .radio-wrapper,.modal-info__content-subscribe .radio-wrapper,.modal__content-subscribe .radio-wrapper{margin-top:3.2rem}.modal-disclaimer__content-subscribe .privacy-data,.modal-info__content-subscribe .privacy-data,.modal__content-subscribe .privacy-data{margin-top:3.2rem;text-align:center}.modal-disclaimer__content-subscribe .privacy-data p,.modal-info__content-subscribe .privacy-data p,.modal__content-subscribe .privacy-data p{font-family:Host Grotesk,sans-serif;font-size:1.4rem;font-weight:400;line-height:2rem}.modal-disclaimer__content-subscribe .response-data,.modal-info__content-subscribe .response-data,.modal__content-subscribe .response-data{display:none}.modal-disclaimer.modal-disclaimer,.modal-info.modal-disclaimer,.modal.modal-disclaimer{height:-moz-available;height:-webkit-fill-available;height:fill-available;height:stretch}.modal-disclaimer.modal-disclaimer .modal__overlay,.modal-info.modal-disclaimer .modal__overlay,.modal.modal-disclaimer .modal__overlay{background:rgba(0,0,0,.7)}.modal-disclaimer.modal-disclaimer .modal__content,.modal-info.modal-disclaimer .modal__content,.modal.modal-disclaimer .modal__content{height:100%;max-width:120rem;min-height:100vh;min-height:-webkit-fill-available;overflow:auto}@media screen and (max-width:64em){.modal-disclaimer.modal-disclaimer .modal__content .wysiwyg,.modal-info.modal-disclaimer .modal__content .wysiwyg,.modal.modal-disclaimer .modal__content .wysiwyg{padding:0 2.4rem}.modal-disclaimer.modal-disclaimer .modal__content .btn-wrap,.modal-info.modal-disclaimer .modal__content .btn-wrap,.modal.modal-disclaimer .modal__content .btn-wrap{flex-basis:0;flex-grow:1;padding:2.4rem 2.4rem 0}.modal-disclaimer.modal-disclaimer .modal__content .btn-wrap .link,.modal-info.modal-disclaimer .modal__content .btn-wrap .link,.modal.modal-disclaimer .modal__content .btn-wrap .link{text-align:center}.modal-disclaimer.modal-disclaimer .modal__content .btn-wrap .btn,.modal-info.modal-disclaimer .modal__content .btn-wrap .btn,.modal.modal-disclaimer .modal__content .btn-wrap .btn{width:auto}}@media screen and (max-width:47.9375em){.modal-disclaimer.modal-disclaimer .modal__content .btn-wrap,.modal-info.modal-disclaimer .modal__content .btn-wrap,.modal.modal-disclaimer .modal__content .btn-wrap{justify-content:space-between}}.modal-disclaimer.modal-disclaimer .modal__content-wrap,.modal-info.modal-disclaimer .modal__content-wrap,.modal.modal-disclaimer .modal__content-wrap{overflow:hidden}.modal-disclaimer.modal-disclaimer .btn-wrap,.modal-info.modal-disclaimer .btn-wrap,.modal.modal-disclaimer .btn-wrap{align-items:center;border-top:.2rem solid rgba(224,228,236,.5);justify-content:space-around;margin-left:auto;margin-right:auto;max-width:80rem;padding-top:4rem}.modal-info .modal__overlay{background:rgba(0,0,0,.7)}.modal-info .modal__content{max-width:49.6rem;padding:5.6rem 0 0}@media screen and (max-width:64em){.modal-info .modal__content{display:flex;flex-direction:column;max-width:100%}.modal-info .modal__content img{flex-grow:1}}.modal-info .modal__content__container{padding-bottom:4rem;padding-left:3.2rem;padding-right:3.2rem}.modal-info .modal__content__container p{margin-top:1.6rem}.modal-info .modal__content__container .btn-wrap{margin-top:2.4rem}@media screen and (max-width:47.9375em){.modal-info .modal__content__container br{display:none}}.video-modal{aspect-ratio:16/9}.video-modal iframe{height:100%;left:0;position:absolute;top:0;width:100%}.seperator-form{border-bottom:.2rem solid #e0e4ec;margin-top:3.2rem;opacity:.5}@media screen and (max-width:37.5em){.seperator-form{margin-top:2.4rem}}.tabs{color:#161531;display:flex;font-size:2rem;font-weight:400;line-height:3.2rem;position:relative}.tabs:after{background-color:#161531;bottom:0;content:"";height:1px;opacity:.12;position:absolute;width:100%}.tabs--item{border-bottom:.2rem solid transparent;cursor:pointer;margin-right:3.2rem;padding:0 .4rem .8rem}.tabs .active{border-bottom:.2rem solid #000;color:#000;font-weight:700}#unsubscribe-form-box{display:none}.form--newsletter{display:block}.form--newsletter .btn,.form--unsubscribe .btn{margin-left:auto;margin-right:auto;margin-top:2.6rem}.form--news--subscribe{display:none}.form--news--subscribe .btn{margin-left:auto;margin-right:auto;margin-top:2.6rem}.form--news--unsubscribe{display:none}.form--news--unsubscribe .btn{margin-left:auto;margin-right:auto;margin-top:2.6rem}.form-grid{grid-gap:3.2rem;display:grid;grid-column-start:2;grid-row-start:2;grid-template-columns:1fr 1fr;margin-top:3.2rem;width:100%}.form-grid label{display:flex;flex-direction:column}.form-grid label .input-heading{color:#000;font-family:Host Grotesk,sans-serif;font-size:1.4rem;font-weight:500;line-height:1.8rem;margin-bottom:.8rem}.form-grid input,.form-grid select{border:.2rem solid rgba(119,127,158,.3);padding:1.6rem;width:100%}.form-grid .check-box{max-width:22.7rem}.form-grid .check-box input{padding:0}.form-grid input::-moz-placeholder{color:#534e60;font-weight:400;opacity:1}.form-grid input::placeholder{color:#534e60;font-weight:400;opacity:1}.form-grid input:-ms-input-placeholder{color:#534e60;font-weight:400}.form-grid input::-ms-input-placeholder{color:#534e60;font-weight:400}.form-grid--full{grid-template-columns:1fr}@media screen and (max-width:37.5em){.form-grid{grid-gap:2.4rem;grid-template-columns:1fr;margin-top:2.4rem}}.form-grid--subscribe{grid-template-columns:1fr}.form-grid--subscribe .check-box{align-items:center;display:flex;max-width:100%;padding:.8rem 0}.form-grid--subscribe .check-box label{align-items:center;display:flex;flex-direction:row-reverse;padding-left:0}.form-grid--subscribe .check-box .checkmark{margin-right:1.6rem;position:relative;top:0}.form-grid--subscribe .seperator-form{margin-bottom:2.4rem;margin-top:0}.form-grid--subscribe--heading .popup-paragraph{margin:8px 0 16px;max-width:100%;text-align:left}.check-box label{cursor:pointer;display:flex;display:inline-block;font-size:1.4rem;font-weight:400;line-height:1.8rem;padding-left:3.6rem;position:relative}.check-box label a{color:#0061f4;font-weight:600;-webkit-text-decoration:none;text-decoration:none}@media screen and (max-width:37.5em){.check-box label{font-size:1.6rem;line-height:2.6rem}}.check-box input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.check-box .checkmark{align-items:center;background-color:#fff;border:.2rem solid rgba(119,127,158,.45);border-radius:100%;display:flex;height:2.4rem;justify-content:center;left:0;position:absolute;top:.2rem;width:2.4rem}@media screen and (max-width:37.5em){.check-box .checkmark{top:0}}.check-box .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;content:"";display:none;height:1rem;margin-top:-.2rem;transform:rotate(45deg);width:.7rem}.check-box input:checked~.checkmark{background-color:#000;border:solid #000}.check-box input:checked~.checkmark:after{display:flex}.select2-container--default{max-width:24rem}@media screen and (max-width:37.5em){.select2-container--default{max-width:100%}}.select2-container--default .select2-selection{overflow:hidden}.select2-container--default .select2-selection.select2-selection--single{border:.2rem solid rgba(119,127,158,.3);border-radius:0;height:auto}.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered{font-size:1.4rem;font-weight:400;line-height:1.8rem;margin-bottom:0;padding:1.6rem}.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow{display:flex;top:50%}.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow b{background-image:url(/wp-content/themes/baltic-horizon-new/public/images/arrow-down.9ef96a.svg);background-position:50%;background-repeat:no-repeat;border:0;height:8px;left:auto;margin:0;position:relative;top:50%;top:auto;transform:translateY(-50%) rotate(0);transition:.2s ease-in-out;width:14px}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{transform:translateY(-50%) rotate(180deg)}.select2-container--default .select2-results__option{color:#000;font-weight:400;padding-bottom:.8rem;padding-left:1.6rem;padding-top:.8rem}.response-data,.select2-container--default .select2-results__option{font-family:Host Grotesk,sans-serif;font-size:1.4rem;line-height:1.8rem}.response-data{font-weight:500;margin-top:3.2rem;padding:1.2rem 2rem}.response-data.error{background:rgba(236,71,71,.05);border:.1rem solid #ec4747;color:#ec4747}.response-data.success{background:rgba(65,172,126,.05);border:.1rem solid #41ac7e;color:#41ac7e}.accordion__content{display:none}.search-container{margin:0 0 9rem}@media screen and (max-width:64em){.search-container{margin:0 0 6rem}}@media screen and (max-width:47.9375em){.search-container{margin:0 0 4rem}}.search-container-el{pointer-events:none;position:absolute;right:0;top:0;transform:translateY(-50%);z-index:-1}@media screen and (max-width:64em){.search-container-el{display:none}}.search-container-el svg{height:auto;width:21.4rem}.custom-checkbox{align-items:center;color:#000;cursor:pointer;display:flex;font-size:1.4rem;font-weight:400;line-height:1.8rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-checkbox input{clip:rect(.1rem .1rem .1rem .1rem);clip:rect(.1rem,.1rem,.1rem,.1rem);height:.1rem;overflow:hidden;position:absolute!important;width:.1rem}.custom-checkbox input:checked~.checkmark{background-color:#000;border:2px solid #000}.custom-checkbox input:checked~.checkmark:after{opacity:1}.custom-checkbox .checkmark{border:2px solid rgba(119,127,158,.3);border-radius:.2rem;cursor:pointer;display:block;flex:none;height:2.4rem;margin:0 1.6rem 0 0;position:relative;transition:border .3s cubic-bezier(.25,.46,.45,.94),background .3s cubic-bezier(.25,.46,.45,.94);width:2.4rem}.custom-checkbox .checkmark:after{background-image:url(/wp-content/themes/baltic-horizon-new/public/images/checkmark.543e33.svg);background-position:50%;background-repeat:no-repeat;background-size:.9rem auto;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:100%}.header{background:#fff;left:0;padding:3.2rem 0;position:fixed;top:0;transition:padding .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:100}@media screen and (max-width:47.9375em){.header{padding:1.6rem 0}}.header.is-scrolled{box-shadow:0 4px 20px rgba(0,0,0,.06);padding:1.8rem 0}@media screen and (max-width:47.9375em){.header.is-scrolled{padding:1.6rem 0}}.header.is-scrolled .header__logo svg{height:3.5rem}@media screen and (max-width:47.9375em){.header.is-scrolled .header__logo svg{height:3.2rem}}.header.is-scrolled .header__logo svg .logo-building path{fill:#000}.header__wrap{align-items:center;display:flex;justify-content:space-between}.header__logo svg{height:3.5rem;transition:height .3s cubic-bezier(.25,.46,.45,.94);width:auto}@media screen and (max-width:64em){.header__logo svg{height:3.5rem}}@media screen and (max-width:47.9375em){.header__logo svg{height:3.2rem}}.header__logo svg .logo-building path{fill:#000}.header__logo svg path{fill:#000;transition:fill .3s cubic-bezier(.25,.46,.45,.94)}.header__nav{display:flex}.header__nav .sub-menu{background-color:#000;display:flex;flex-direction:column;left:-2.4rem;opacity:0;padding:2.4rem;position:absolute;top:100%;transform:translateY(.5rem);transition:opacity .3s cubic-bezier(.25,.46,.45,.94),visibility .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94);visibility:hidden}.header__nav .sub-menu>li{display:flex;margin:0 0 1.2rem}.header__nav .sub-menu>li:last-child{margin:0}.header__nav .sub-menu>li a{color:#fff;display:flex;font-size:1.6rem;font-weight:400;line-height:2.6rem;padding:0;white-space:nowrap}.header__nav .sub-menu>li a:after{background-color:#fff;bottom:0}.header__nav li.menu-item-has-children{position:relative}.header__nav li.menu-item-has-children:hover>.sub-menu{opacity:1;transform:none;visibility:visible}.header__nav li.current-menu-item>a{font-weight:700}.header__nav>li{margin:0 2.4rem 0 0}.header__nav>li:last-child{margin:0}.header__nav>li .menu-expand{display:none}.header__nav>li a{color:#000;cursor:pointer;display:flex;font-size:1.6rem;font-weight:400;line-height:2rem;overflow:hidden;padding:1.4rem 0;position:relative}.header__nav>li a:after{background-color:#000;bottom:1rem;content:"";height:.2rem;position:absolute;transform:translateX(-101%);transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.header__nav>li a:hover:after{transform:translateX(0)}.header__right{align-items:center;display:flex}@media screen and (max-width:64em){.header__right{margin:0 -1rem 0 0}}.header__search{background-color:transparent;border:none;margin:0 -2.4rem 0 2.4rem;padding:1.4rem 2.4rem;position:relative}.header__search:before{background-color:#000;content:"";height:1.8rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.1rem}@media screen and (max-width:64em){.header__search:before{display:none}.header__search{margin:0;padding:1.4rem 1.2rem}}.header__button{color:#000;font-size:1.6rem;font-weight:600;line-height:2.4rem;margin:0 0 0 2.4rem}@media screen and (max-width:64em){.header__button{display:none}}.header__burger{background-color:transparent;border:none;display:none;padding:1rem}@media screen and (max-width:64em){.header__burger{display:block}}.header__langs{font-size:1.6rem;font-weight:400;line-height:2rem;margin:0 0 0 2.4rem;padding:1.4rem 0;position:relative;text-transform:uppercase}@media screen and (max-width:64em){.header__langs{display:none}}.header__langs:hover .header__langs__submenu{opacity:1;transform:translateX(-50%);visibility:visible}.header__langs__active{align-items:center;background-color:transparent;border:none;display:flex;font-size:1.6rem;line-height:2rem;padding:0;text-transform:uppercase}.header__langs__active svg{margin:0 0 0 .8rem}.header__langs__submenu{background-color:#000;display:flex;flex-direction:column;left:50%;opacity:0;padding:2.4rem;position:absolute;top:100%;transform:translateY(.5rem) translateX(-50%);transition:opacity .3s cubic-bezier(.25,.46,.45,.94),visibility .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94);visibility:hidden}.header__langs__submenu a{color:#fff;font-size:1.6rem;font-weight:400;line-height:2.6rem;margin:0 0 1.2rem;overflow:hidden;position:relative}.header__langs__submenu a:last-child{margin:0}.header__langs__submenu a:after{background-color:#fff;bottom:0;content:"";height:.2rem;left:0;position:absolute;transform:translateX(-101%);transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.header__langs__submenu a:hover:after{transform:none}@media screen and (max-width:64em){.header__menu{display:none}}.mobile-menu{background-color:#000;display:none;flex:1;flex-direction:column;height:100%;left:0;position:fixed;top:0;transform:translateX(-100%);width:100%;z-index:101}@media screen and (min-width:64.0625em){.mobile-menu{display:none!important}}.mobile-menu__button{color:#fff;cursor:pointer;display:inline-flex;font-size:2.4rem;font-weight:500;line-height:3rem;overflow:hidden;padding:1.6rem 0;position:relative;transition:color .3s cubic-bezier(.25,.46,.45,.94);width:calc(100% - 3.6rem)}.mobile-menu__el{bottom:0;position:absolute;right:0;width:17.5rem;z-index:-1}.mobile-menu__el svg{width:100%}.mobile-menu__top{opacity:0;padding:1.6rem 0}.mobile-menu__top__wrap{align-items:center;display:flex;justify-content:space-between;margin:0 -1rem 0 0}.mobile-menu__top__wrap a svg{height:auto;width:9.9rem}.mobile-menu__close{background-color:transparent;border:none;padding:1rem}.mobile-menu__close svg{width:2rem}.mobile-menu__close svg path{fill:#fff}.mobile-menu__content{-webkit-overflow-scrolling:touch;flex:1;opacity:0;overflow:auto;padding:1.6rem 0;transform:translateX(1rem)}.mobile-menu__content .container{height:100%}.mobile-menu__bottom{opacity:0}.mobile-menu__bottom__langs{align-items:center;display:flex;margin:0 0 0 -2.4rem}.mobile-menu__bottom__langs a{color:hsla(0,0%,100%,.3);font-size:2rem;font-weight:400;line-height:3.2rem;padding:1.7rem 2rem;position:relative;text-transform:uppercase}.mobile-menu__bottom__langs a:after{background-color:hsla(0,0%,100%,.1);content:"";height:1.5rem;position:absolute;right:0;top:50%;transform:translateY(-50%);width:.1rem}.mobile-menu__bottom__langs a:last-child:after{display:none}.mobile-menu__bottom__langs a.is-active{color:#fff}.mobile-menu__nav{display:flex;flex-direction:column}.mobile-menu__nav li{position:relative}.mobile-menu__nav li a{color:#fff;cursor:pointer;display:inline-flex;font-size:2.4rem;font-weight:500;line-height:3rem;overflow:hidden;padding:1.6rem 0;position:relative;transition:color .3s cubic-bezier(.25,.46,.45,.94);width:calc(100% - 3.6rem)}.mobile-menu__nav li .menu-expand{align-items:center;background-color:transparent;border:none;display:flex;height:6.2rem;justify-content:center;padding:0 2.4rem;position:absolute;right:-2.4rem;top:0}.mobile-menu__nav li .menu-expand svg{transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:1.2rem}.mobile-menu__nav li .menu-expand.is-active svg{transform:rotate(180deg)}.mobile-menu__nav li .sub-menu{display:none;padding:0 0 0 1.5rem}.mobile-menu__nav li .sub-menu a{font-size:2rem;line-height:3.2rem;margin:0;padding:1.2rem 0}.footer{background-color:#000;color:#fff;padding:12rem 0 8rem}@media screen and (max-width:64em){.footer{padding:10rem 0 8rem}}@media screen and (max-width:47.9375em){.footer{padding:8rem 0 6rem}}.footer ul li a{color:#fff;font-size:1.6rem;font-weight:400;line-height:3.2rem}@media screen and (max-width:47.9375em){.footer ul li a{font-size:1.4rem;line-height:3.2rem}}.footer ul li a:hover{-webkit-text-decoration:underline;text-decoration:underline}.footer__top{display:flex;justify-content:space-between}@media screen and (max-width:64em){.footer__top{flex-direction:column}}.footer__top__left{max-width:31.2rem}@media screen and (max-width:47.9375em){.footer__top__left{max-width:100%}}.footer__top__left a svg{width:17.3rem}.footer__top__left a svg path{fill:#fff}.footer__top__left p{margin:4rem 0 0}.footer__top__right{display:flex;justify-content:flex-end;max-width:70.8rem;width:100%}@media screen and (max-width:64em){.footer__top__right{flex-direction:column;margin:4rem 0 0;max-width:100%}}@media screen and (max-width:47.9375em){.footer__top__right{flex-direction:column}}.footer__top__right__item{display:flex;flex-direction:column;margin:0 11.2rem 0 0}@media screen and (max-width:64em){.footer__top__right__item{margin:0 0 4rem}}.footer__top__right__item h3{margin:0 0 3rem}.footer__top__right__item:last-child{margin:0}.footer__top__right__item__social{display:flex;margin:0 -1rem}.footer__top__right__item__social a{display:block;margin:0 2.2rem 0 0;opacity:1;padding:1rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.footer__top__right__item__social a:hover{opacity:.7}.footer__top__right__item__social a:last-child{margin:0}.footer__top__right__item__social a svg{height:1.4rem;width:auto}.footer__top__right__item__social a svg path{fill:#fff}.footer__top__right__item .btn-wrap{margin-top:auto;padding:2.4rem 0 0}.footer__middle{align-items:flex-start;display:flex;justify-content:space-between;margin:14rem 0 0}@media screen and (max-width:64em){.footer__middle{flex-direction:column;margin:6rem 0 0}}@media screen and (max-width:47.9375em){.footer__middle{margin:4rem 0 0}}@media screen and (max-width:64em){.footer__middle__right{text-align:left}}.footer__middle__right p,.footer__middle__right p a{color:#fff}.footer__middle__right p a:hover{-webkit-text-decoration:underline;text-decoration:underline}.footer__bottom{border-top:1px solid #c4c4c4;display:flex;justify-content:space-between;margin:3.2rem 0 0;padding:3.2rem 0 0}@media screen and (max-width:64em){.footer__bottom{flex-direction:column}}.footer__bottom__designed{color:#fff;font-size:1.6rem;font-weight:400;line-height:3.2rem;margin:0 0 0 1.6rem}@media screen and (max-width:64em){.footer__bottom__designed{margin:1.6rem 0 0}}@media screen and (max-width:47.9375em){.footer__bottom__designed{font-size:1.1rem;line-height:150%}}.footer__bottom__designed a{color:#fff;font-weight:700}.footer__bottom__designed a:hover{-webkit-text-decoration:underline;text-decoration:underline}.footer__bottom__left{align-items:center;display:flex}@media screen and (max-width:64em){.footer__bottom__left{align-items:flex-start;flex-direction:column}}.footer__bottom__left ul{display:flex;flex:none}@media screen and (max-width:47.9375em){.footer__bottom__left ul{justify-content:space-between;padding:0}}.footer__bottom__left ul li{margin:0 2.4rem 0 0}@media screen and (max-width:47.9375em){.footer__bottom__left ul li{margin:0 1.2rem 0 0}}.footer__bottom__left ul li:last-child{margin:0}.footer__bottom__left p{color:#fff;font-size:1.6rem;font-weight:400;line-height:150%;margin:0 0 0 1.6rem;padding:0 0 0 1.6rem;position:relative}@media screen and (max-width:64em){.footer__bottom__left p{margin:1.6rem 0 0;padding:0}}@media screen and (max-width:47.9375em){.footer__bottom__left p{font-size:1.1rem;line-height:150%}}.footer__bottom__left p:before{background-color:#fff;content:"";height:1.2rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.1rem}@media screen and (max-width:64em){.footer__bottom__left p:before{display:none}}.social-networks{color:#fff;margin:14rem 0}@media screen and (max-width:64em){.social-networks{margin:8rem 0}}@media screen and (max-width:47.9375em){.social-networks{margin:6rem 0}.social-networks .container{padding:0}}.social-networks__wrap{background-color:#000;padding:14rem 8rem 11.2rem;position:relative;z-index:1}@media screen and (max-width:64em){.social-networks__wrap{padding:10rem 8rem}}@media screen and (max-width:47.9375em){.social-networks__wrap{padding:10rem 2.4rem}}.social-networks__wrap__els{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.social-networks__wrap__els div:first-child{background-color:#fff;height:2.5rem;left:4rem;position:absolute;top:4rem;width:1.8rem}@media screen and (max-width:47.9375em){.social-networks__wrap__els div:first-child{height:2rem;width:1.2rem}}.social-networks__wrap__els div:nth-child(2){background-color:#fff;height:2.5rem;position:absolute;right:4rem;top:4rem;width:1.8rem}@media screen and (max-width:47.9375em){.social-networks__wrap__els div:nth-child(2){height:2rem;width:1.2rem}}.social-networks__wrap__els div:nth-child(3){background-color:#fff;bottom:4rem;height:5rem;left:4rem;position:absolute;width:1.8rem}@media screen and (max-width:47.9375em){.social-networks__wrap__els div:nth-child(3){height:3rem;width:1.2rem}}.social-networks__wrap__els div:nth-child(4){background-color:#fff;bottom:4rem;height:5rem;position:absolute;right:4rem;width:1.8rem}@media screen and (max-width:47.9375em){.social-networks__wrap__els div:nth-child(4){height:3rem;width:1.2rem}}.social-networks__wrap h2{margin:0 auto;max-width:60.3rem;text-align:center}.social-networks__background svg{height:100%;position:absolute;width:auto;z-index:-1}@media screen and (max-width:64em){.social-networks__background svg{height:50%}}@media screen and (max-width:47.9375em){.social-networks__background svg{height:100%}}.social-networks__background svg:first-child{bottom:0;left:0}@media screen and (max-width:47.9375em){.social-networks__background svg:first-child{display:none}}.social-networks__background svg:nth-child(2){bottom:0;right:0}@media screen and (max-width:47.9375em){.social-networks__background svg:nth-child(2){display:none}}.social-networks__background svg:nth-child(3){bottom:0;display:none;left:0}@media screen and (max-width:47.9375em){.social-networks__background svg:nth-child(3){display:block}}.social-networks__items{align-items:center;display:flex;justify-content:center;margin:8.4rem 0 0}@media screen and (max-width:47.9375em){.social-networks__items{margin:3.6rem 0 0}}.social-networks__item{align-items:center;display:flex;justify-content:center;margin:0 4.2rem 0 0;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.social-networks__item:last-child{margin:0}@media screen and (max-width:47.9375em){.social-networks__item{margin:0 2.4rem 0 0}}.social-networks__item:hover{opacity:.7}.social-networks__item svg path{fill:#fff}.hero-image{margin:12rem 0}@media screen and (max-width:64em){.hero-image{margin:8rem 0}}@media screen and (max-width:47.9375em){.hero-image{margin:6rem 0 0}}.hero-image--post{margin:8rem 0}@media screen and (max-width:47.9375em){.hero-image--post{margin:6rem 0 3.2rem}}.hero-image--property{margin:12rem 0 20rem}@media screen and (max-width:64em){.hero-image--property{margin:8rem 0}}@media screen and (max-width:47.9375em){.hero-image--property{margin:6rem 0 -4.5rem}}.hero-image__scroll{align-items:center;display:flex;flex-direction:column;position:absolute;right:-4rem;top:-8rem;z-index:2}@media screen and (max-width:64em){.hero-image__scroll{right:0}}@media screen and (max-width:47.9375em){.hero-image__scroll{top:-4.4rem}}.hero-image__scroll:before{background-color:#000;content:"";display:block;height:11.5rem;width:.2rem}@media screen and (max-width:47.9375em){.hero-image__scroll:before{height:8rem}}.hero-image__scroll__bubble{align-items:flex-start;background-color:#000;border:none;border-radius:50%;display:flex;height:14.3rem;justify-content:center;position:relative;width:14.3rem}@media screen and (max-width:47.9375em){.hero-image__scroll__bubble{height:10.1rem;width:10.1rem}}.hero-image__scroll__bubble:hover svg{transform:translateY(2rem)}@media screen and (max-width:47.9375em){.hero-image__scroll__bubble:hover svg{transform:translateY(1rem)}}.hero-image__scroll__bubble:before{background-color:#fff;content:"";height:3rem;left:50%;position:absolute;top:0;transform:translateX(-50%);width:.2rem}.hero-image__scroll__bubble svg{transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.hero-image__scroll__bubble__arrow--mobile{display:none}@media screen and (max-width:47.9375em){.hero-image__scroll__bubble__arrow--mobile{display:block;transform:translateX(1%)}.hero-image__scroll__bubble__arrow:not(--mobile){display:none}}.hero-image__container{position:relative}.hero-image__wrap{border:none;height:58rem;position:relative}@media screen and (max-width:64em){.hero-image__wrap{height:50rem;width:calc(100% + 4rem)}}@media screen and (max-width:47.9375em){.hero-image__wrap{height:auto;left:-2.4rem;width:calc(100% + 4.8rem)}.hero-image__wrap:after{content:"";display:block;padding-bottom:111.11%}}.hero-image__wrap--full{width:calc(100% + 15.2rem)}@media screen and (max-width:64em){.hero-image__wrap--full{width:calc(100% + 4rem)}}@media screen and (max-width:47.9375em){.hero-image__wrap--full{width:calc(100% + 4.8rem)}}.hero-image__wrap--post-size{width:100%}@media screen and (max-width:47.9375em){.hero-image__wrap--post-size{width:calc(100% + 4.8rem)}}.hero-image__wrap:not(.hero-image__wrap--full):not(.hero-image__wrap--post-size):not(.hero-image__wrap--video):not(.hero-image__wrap--property):before{background-color:#fff;content:"";height:100%;position:absolute;right:38.0952%;top:0;width:3.2rem;z-index:1}@media screen and (max-width:47.9375em){.hero-image__wrap:not(.hero-image__wrap--full):not(.hero-image__wrap--post-size):not(.hero-image__wrap--video):not(.hero-image__wrap--property):before{display:none}}.hero-image__wrap--video{overflow:hidden}.hero-image__wrap--video:before{background-color:#161531;content:"";height:100%;opacity:.32;position:absolute;right:0;top:0;width:100%;z-index:1}.hero-image__wrap--video:hover img{transform:scale(1.1)}.hero-image__wrap__overlay{background-color:rgba(22,21,49,.35);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@media screen and (max-width:47.9375em){.hero-image__wrap--focus-top-left img{-o-object-position:left top;object-position:left top}.hero-image__wrap--focus-top-center img{-o-object-position:center top;object-position:center top}.hero-image__wrap--focus-top-right img{-o-object-position:right top;object-position:right top}.hero-image__wrap--focus-middle-left img{-o-object-position:left center;object-position:left center}.hero-image__wrap--focus-middle-center img{-o-object-position:center center;object-position:center center}.hero-image__wrap--focus-middle-right img{-o-object-position:right center;object-position:right center}.hero-image__wrap--focus-bottom-left img{-o-object-position:left bottom;object-position:left bottom}.hero-image__wrap--focus-bottom-center img{-o-object-position:center bottom;object-position:center bottom}.hero-image__wrap--focus-bottom-right img{-o-object-position:right bottom;object-position:right bottom}}.hero-image__wrap svg{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10.2rem;z-index:1}.hero-image__wrap img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.hero-image__wrap q{background-color:#000;bottom:0;color:#fff;font-size:1.4rem;font-weight:400;left:0;line-height:1.8rem;padding:1.9rem 2.4rem;position:absolute;text-align:center;width:100%}@media screen and (max-width:47.9375em){.hero-image__wrap q{text-align:left}}.hero-image__info{background-color:#000;bottom:-5.6rem;min-width:31rem;padding:3.2rem;position:absolute;right:0}@media screen and (max-width:47.9375em){.hero-image__info{bottom:auto;position:relative;right:-2.4rem;top:-4.5rem}}.hero-image__info li{align-items:center;color:#fff;display:flex;font-size:2rem;font-weight:400;line-height:3.2rem;margin:0 0 1.6rem}.hero-image__info li:last-child{margin:0}.hero-image__info li svg{flex:none;margin:0 2.4rem 0 0;width:2.4rem}.hero-image__cta{bottom:0;color:#fff;left:0;max-width:76rem;padding:4.8rem;position:absolute;width:100%;z-index:1}@media screen and (max-width:47.9375em){.hero-image__cta{padding:4.8rem 0}}.hero-image__cta p{margin:0 0 .8rem}.hero-image__cta .btn-wrap{margin:2.4rem 0 0}.blocks{margin:14rem 0}@media screen and (max-width:64em){.blocks{margin:8rem 0}}@media screen and (max-width:47.9375em){.blocks{margin:6rem 0}}.blocks__top{margin:0 0 5.6rem;text-align:center}.blocks__top--with-link{align-items:center;display:flex;justify-content:space-between;text-align:left}@media screen and (max-width:64em){.blocks__top--with-link{align-items:flex-start;flex-direction:column;text-align:left}}.blocks__top--with-link h2{margin-left:0!important}@media screen and (max-width:64em){.blocks__top--with-link h2{text-align:left!important}}.blocks__top--with-link .blocks__top__left{margin-right:0}.blocks__top--with-link .blocks__top__right a{margin:0 0 0 2rem}@media screen and (max-width:64em){.blocks__top--with-link .blocks__top__right a{margin:2.4rem 0 0}}.blocks__top h2{margin:0 auto;max-width:50rem}.blocks__top p{margin:3.2rem 0 0}.blocks__wrap{display:flex;flex-wrap:wrap;margin:2.4rem -1.9rem -2.4rem}@media screen and (max-width:64em){.blocks__wrap{margin:2.4rem -1.9rem -2.4rem}}@media screen and (max-width:47.9375em){.blocks__wrap{margin:2.4rem 0 0}}.blocks__item-wrap{margin:0 0 2.4rem;padding:0 1.9rem;width:33.3333%}@media screen and (max-width:64em){.blocks__item-wrap{width:50%}}@media screen and (max-width:47.9375em){.blocks__item-wrap{margin:0 0 1.6rem;padding:0;width:100%}.blocks__item-wrap:last-child{margin:0}}.blocks__item-wrap:nth-child(6n+1) .blocks__item{background-color:#000}.blocks__item-wrap:nth-child(6n+1) .blocks__item h3,.blocks__item-wrap:nth-child(6n+1) .blocks__item p{color:#fff}.blocks__item-wrap:nth-child(6n+1) .blocks__item svg path{stroke:#fff}.blocks__item-wrap:nth-child(6n+3) .blocks__item{background-color:#cdcad8}@media screen and (max-width:64em){.blocks__item-wrap:nth-child(6n+3) .blocks__item{background-color:#cdcad8}}@media screen and (max-width:47.9375em){.blocks__item-wrap:nth-child(6n+3) .blocks__item{background-color:#cdcad8}}.blocks__item-wrap:nth-child(6n+5) .blocks__item{background-color:#ffda96}.blocks__item-wrap:nth-child(6n+5) .blocks__item h3,.blocks__item-wrap:nth-child(6n+5) .blocks__item p{color:#000}.blocks__item-wrap:nth-child(6n+5) .blocks__item svg path{stroke:#000}.blocks__item-wrap:nth-child(6n+2) .blocks__item:after{background:#000;content:"";height:.9rem;left:6rem;position:absolute;top:0;width:calc(100% - 12rem)}@media screen and (max-width:64em){.blocks__item-wrap:nth-child(6n+2) .blocks__item:after{display:none}}.blocks__item-wrap:nth-child(6n+4) .blocks__item:after{background:#000;bottom:0;content:"";height:.9rem;left:6rem;position:absolute;width:calc(100% - 12rem)}@media screen and (max-width:64em){.blocks__item-wrap:nth-child(6n+4) .blocks__item:after{display:none}}.blocks__item-wrap:nth-child(6n+6) .blocks__item:after{background:#000;bottom:0;content:"";height:.9rem;left:6rem;position:absolute;width:calc(100% - 12rem)}@media screen and (max-width:64em){.blocks__item-wrap:nth-child(6n+6) .blocks__item:after{display:none}}.blocks__item{height:100%;padding:11rem 6rem 8rem;position:relative}@media screen and (max-width:47.9375em){.blocks__item{padding:4.5rem;text-align:center}}.blocks__item img,.blocks__item svg{height:auto;width:6.4rem}@media screen and (max-width:47.9375em){.blocks__item img,.blocks__item svg{margin:0 auto;width:5.6rem}}.blocks__item img path,.blocks__item svg path{stroke:#000}.blocks__item__link{align-items:flex-start;color:#000;color:initial;display:flex;flex-direction:column}.blocks__item__link__arrow{margin-top:auto;padding-top:2.4rem}.blocks__item__link__arrow svg{transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:auto}.blocks__item__link:hover svg{transform:translateX(1rem)}.blocks__item h3{font-weight:400}.blocks__item p{margin:1.6rem 0 0;text-align:left}.page-hero{margin:0 0 9rem}@media screen and (max-width:64em){.page-hero{margin:0 0 4rem}}@media screen and (max-width:47.9375em){.page-hero{margin:0 0 2.4rem}}.page-hero__wrap{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 -1.2rem}@media screen and (max-width:64em){.page-hero__wrap{align-items:flex-start;flex-direction:column}}.page-hero__col{display:flex;margin:6rem -4.8rem 0}@media screen and (max-width:64em){.page-hero__col{margin:4rem -2.4rem 0}}@media screen and (max-width:47.9375em){.page-hero__col{flex-wrap:wrap;margin:1.6rem 0 0}}.page-hero__col__left{padding:0 4.8rem;width:50%}@media screen and (max-width:64em){.page-hero__col__left{padding:0 2.4rem}}@media screen and (max-width:47.9375em){.page-hero__col__left{padding:0;width:100%}}.page-hero__col__right{padding:0 4.8rem;width:50%}@media screen and (max-width:64em){.page-hero__col__right{padding:0 2.4rem}}@media screen and (max-width:47.9375em){.page-hero__col__right{margin:2.4rem 0 0;padding:0;width:100%}}.page-hero__left{padding:0 1.2rem;width:50%}@media screen and (max-width:64em){.page-hero__left{width:100%}.page-hero__left br{display:none}}.page-hero__right{padding:0 1.2rem;width:50%}@media screen and (max-width:64em){.page-hero__right{margin:1.6rem 0 0;width:100%}}.page-hero__right__info{margin:4rem 0 0}.page-hero__right__info__item{align-items:center;display:flex;margin:0 0 1.6rem}.page-hero__right__info__item svg{margin:0 1.6rem 0 0;width:1.6rem}.page-hero__right__info__item:last-child{margin:0}.wysiwyg>*{font-family:Host Grotesk,sans-serif;margin-left:auto!important;margin-right:auto!important;max-width:80rem}.wysiwyg hr{border:none;border-top:.2rem solid rgba(224,228,236,.5);margin:4.5rem 0}@media screen and (max-width:47.9375em){.wysiwyg hr{margin:2.4rem 0}}.wysiwyg p{font-size:1.8rem;font-weight:400;line-height:3rem;margin:4.5rem 0;text-align:left}@media screen and (max-width:47.9375em){.wysiwyg p{margin:2.4rem 0}}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{margin:4.5rem 0}@media screen and (max-width:47.9375em){.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{margin:2.4rem 0}}.wysiwyg img{margin:4.5rem 0;width:100%}@media screen and (max-width:47.9375em){.wysiwyg img{margin:2.4rem 0}}.wysiwyg a{word-wrap:break-word;color:#ce9730;font-weight:700}.wysiwyg a:hover{-webkit-text-decoration:underline;text-decoration:underline}.wysiwyg a u{-webkit-text-decoration:none;text-decoration:none}.wysiwyg ol,.wysiwyg ul{margin:4.5rem 0}@media screen and (max-width:47.9375em){.wysiwyg ol,.wysiwyg ul{margin:2.4rem 0}}.wysiwyg ol li,.wysiwyg ul li{font-size:1.8rem;font-weight:400;line-height:3rem;margin:0 0 3.2rem}@media screen and (max-width:47.9375em){.wysiwyg ol li,.wysiwyg ul li{margin:0 0 1.6rem}}.wysiwyg ol li:last-child,.wysiwyg ul li:last-child{margin:0}.wysiwyg ol li p,.wysiwyg ul li p{display:block}.wysiwyg ol li ol,.wysiwyg ol li>ul,.wysiwyg ul li ol,.wysiwyg ul li>ul{padding:0 0 0 3.2rem}.wysiwyg ul li{padding:0 0 0 2.4rem;position:relative}.wysiwyg ul li:before{border:.2rem solid #000;border-radius:50%;content:"";display:inline-block;height:.8rem;left:0;margin:0 1.6rem 0 0;position:absolute;top:1.1rem;width:.8rem}.wysiwyg ul li p{margin:0}.wysiwyg ol{counter-reset:counter}.wysiwyg ol li:before{color:#000;content:counters(counter,".") ".";counter-increment:counter;display:inline-block;font-weight:700;margin:0 1.6rem 0 0}.wysiwyg blockquote{font-size:2rem;font-weight:600;line-height:3.2rem;margin:4.5rem 0;padding:5.6rem 0 0;position:relative}@media screen and (max-width:47.9375em){.wysiwyg blockquote{margin:2.4rem 0}}.wysiwyg blockquote:before{background-image:url(/wp-content/themes/baltic-horizon-new/public/images/quote.b41af9.svg);background-position:0;background-size:contain;content:"";height:2.4rem;left:0;position:absolute;top:0;width:3.6rem}.wysiwyg blockquote p{font-size:2rem;font-weight:600;line-height:3.2rem;margin:0}.wysiwyg #gnw_attachments_section-header,.wysiwyg #gnw_attachments_section-items{display:none}.table-wrap{margin:4.5rem 0;max-width:100%;width:100%}@media screen and (max-width:47.9375em){.table-wrap{margin:2.4rem 0}}.table-wrap .simplebar-track.simplebar-horizontal{background-color:#fff;bottom:0;padding:1.6rem 0;position:sticky}.table-wrap .simplebar-track.simplebar-horizontal:after{background-color:#f2f4f8;content:"";height:.3rem;left:0;position:absolute;top:calc(50% - .15rem);width:100%;z-index:-1}.table-wrap .simplebar-track.simplebar-horizontal .simplebar-scrollbar{top:calc(50% - .15rem)}table{border:none;border-collapse:separate!important;border-spacing:0;font-size:2rem;font-weight:400;line-height:3.2rem;max-width:100%;min-width:100%;width:100%}@media screen and (max-width:47.9375em){table{max-width:none!important;min-width:100%;width:-moz-max-content!important;width:max-content!important}}table p{font-size:2rem;font-weight:400;line-height:3.2rem;margin:2.4rem 0!important}@media screen and (max-width:47.9375em){table p{font-size:1.6rem!important;line-height:2.6rem!important;margin:1.6rem 0!important}}table tbody tr,table thead tr{height:auto!important}table tbody tr td,table tbody tr th,table thead tr td,table thead tr th{border:none!important;font-size:1.8rem;font-weight:400;line-height:3rem;padding:1.6rem}@media screen and (max-width:47.9375em){table tbody tr td,table tbody tr th,table thead tr td,table thead tr th{font-size:1.6rem;line-height:2.6rem}}table tbody tr td:last-child,table tbody tr th:last-child,table thead tr td:last-child,table thead tr th:last-child{border-right:0;padding-right:0}table tbody tr td:first-child,table tbody tr th:first-child,table thead tr td:first-child,table thead tr th:first-child{padding-left:0}table tbody tr:last-child td,table thead tr:last-child td{border-bottom:0}table thead tr td,table thead tr th{font-weight:600}@media screen and (max-width:47.9375em){table thead tr td,table thead tr th{max-width:30rem}}table tbody tr td,table tbody tr th{border-bottom:.1rem solid rgba(224,228,236,.7)!important;height:auto!important}@media screen and (max-width:47.9375em){table tbody tr td,table tbody tr th{max-width:30rem}}.attachment{margin:3.2rem auto;max-width:80rem}@media screen and (max-width:47.9375em){.attachment{margin:2.4rem auto}}.attachment__wrap{display:flex;justify-content:flex-start}.attachment__item{align-items:center;display:flex}.attachment__item:hover .attachment__item__icon{background-color:#000}.attachment__item:hover svg path{stroke:#fff}.attachment__item__icon{align-items:center;background-color:#f2f4f8;border-radius:50%;display:flex;flex:none;height:7.2rem;justify-content:center;margin:0 2.4rem 0 0;transition:background-color .3s cubic-bezier(.25,.46,.45,.94);width:7.2rem}@media screen and (max-width:47.9375em){.attachment__item__icon{height:5.6rem;margin:0 1.2rem 0 0;width:5.6rem}}.attachment__item h3{color:#000;font-size:2rem;font-weight:700;line-height:3.2rem;text-decoration-line:underline}@media screen and (max-width:47.9375em){.attachment__item h3{font-size:1.6rem;line-height:2.6rem}}.attachment__item svg path{transition:stroke .3s cubic-bezier(.25,.46,.45,.94)}.attachment__item p{color:#000;font-size:1.6rem;font-weight:400;line-height:2.6rem;margin:.8rem 0 0}.contact-us-section{margin:14rem 0;position:relative;z-index:1}@media screen and (max-width:64em){.contact-us-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.contact-us-section{margin:6rem 0}}.contact-us-section__el{bottom:-14rem;position:absolute;right:0;z-index:-2}@media screen and (max-width:64em){.contact-us-section__el{display:none}}.contact-us-section h2{text-align:center}@media screen and (max-width:47.9375em){.contact-us-section h2{text-align:left}}.contact-us-section__title{margin:3.2rem 0 0;text-align:center}@media screen and (max-width:47.9375em){.contact-us-section__title{margin:1.6rem 0 0;text-align:left}}.contact-us-section__wrap{margin:8rem 0 0}@media screen and (max-width:64em){.contact-us-section__wrap{display:flex;flex-wrap:wrap;margin:6rem -1.9rem -6rem}}@media screen and (max-width:47.9375em){.contact-us-section__wrap{margin:2.4rem 0 0}}.contact-us-section__wrap--start-left .contact-us-section__item__image:before{left:0;right:auto}.contact-us-section__wrap--start-left .contact-us-section__item__left{order:2;padding:0 0 0 3rem}@media screen and (max-width:64em){.contact-us-section__wrap--start-left .contact-us-section__item__left{order:2;padding:0}}.contact-us-section__wrap--start-left .contact-us-section__item:nth-child(2n) .contact-us-section__item__left{order:0;padding:0 0 0 10rem}@media screen and (max-width:64em){.contact-us-section__wrap--start-left .contact-us-section__item:nth-child(2n) .contact-us-section__item__left{order:2;padding:0}}.contact-us-section__wrap--start-left .contact-us-section__item:nth-child(2n) .contact-us-section__item__image:before{left:auto;right:0}.contact-us-section__item{align-items:center;display:flex;margin:0 0 14rem;text-align:left}@media screen and (max-width:64em){.contact-us-section__item{flex-direction:column;margin:0 0 6rem;padding:0 1.9rem;width:50%}}@media screen and (max-width:47.9375em){.contact-us-section__item{margin:0 0 4rem;padding:0;width:100%}}.contact-us-section__item:nth-child(2n) .contact-us-section__item__left{order:2;padding:0 0 0 3rem}@media screen and (max-width:64em){.contact-us-section__item:nth-child(2n) .contact-us-section__item__left{padding:0}}.contact-us-section__item:nth-child(2n) .contact-us-section__item__image:before{left:0;right:auto}.contact-us-section__item:last-child{margin:0}@media screen and (max-width:64em){.contact-us-section__item:last-child{margin:0 0 6rem}}@media screen and (max-width:47.9375em){.contact-us-section__item:last-child{margin:0}}.contact-us-section__item__left{padding:0 0 0 10rem;width:43.1%}@media screen and (max-width:64em){.contact-us-section__item__left{margin:2.4rem 0 0;order:2;padding:0;width:100%}}.contact-us-section__item__left h2{text-align:left}@media screen and (max-width:64em){.contact-us-section__item__left h2{font-size:3.6rem;line-height:4.6rem}}@media screen and (max-width:47.9375em){.contact-us-section__item__left h2{font-size:2.4rem;line-height:3.2rem}}.contact-us-section__item__left p{margin:2.4rem 0 0}@media screen and (max-width:64em){.contact-us-section__item__left p{margin:.8rem 0 0}}.contact-us-section__item__left__info{margin:4rem 0 0}@media screen and (max-width:64em){.contact-us-section__item__left__info{margin:2.4rem 0 0}}.contact-us-section__item__left__info__item{display:flex;font-size:1.8rem;font-weight:400;line-height:3rem;margin:0 0 2.4rem}@media screen and (max-width:64em){.contact-us-section__item__left__info__item{margin:0 0 1.6rem}}.contact-us-section__item__left__info__item a{color:#000}.contact-us-section__item__left__info__item a:hover{-webkit-text-decoration:underline;text-decoration:underline}@media screen and (max-width:47.9375em){.contact-us-section__item__left__info__item a{font-size:1.6rem;line-height:2.6rem;-webkit-text-decoration:underline;text-decoration:underline}}.contact-us-section__item__left__info__item:last-child{margin:0}.contact-us-section__item__left__info__item svg{flex:none;margin:0 1.6rem 0 0;width:2.4rem}.contact-us-section__item__left__info__item svg path{stroke:#000}.contact-us-section__item__right{width:56.9%}@media screen and (max-width:64em){.contact-us-section__item__right{width:100%}}.contact-us-section__item__image{position:relative}@media screen and (max-width:64em){.contact-us-section__item__image{background-color:#f2f4f8}}.contact-us-section__item__image:before{background-color:#f2f4f8;content:"";height:100%;position:absolute;right:0;top:0;width:calc(100% + 10.3rem);z-index:-1}@media screen and (max-width:64em){.contact-us-section__item__image:before{display:none}}.contact-us-section__item__image:after{content:"";display:block;padding-bottom:86.7%}@media screen and (max-width:64em){.contact-us-section__item__image:after{padding-bottom:76.28%}}.contact-us-section__item__image img{height:100%;left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;position:absolute;top:0;transform-origin:bottom center;width:100%}.not-found{padding:2rem 0 14rem;position:relative;text-align:center}@media screen and (max-width:47.9375em){.not-found{padding:6rem 0}}.not-found svg{height:10.2rem;margin:0 auto;width:auto}.not-found h1{font-size:10.2rem;font-weight:600;line-height:12.9rem;margin:1.6rem 0 0}@media screen and (max-width:47.9375em){.not-found h1{font-size:7rem;line-height:7rem}}.not-found p{font-size:1.6rem;font-weight:400;line-height:2.6rem;margin:2.4rem auto 0;max-width:48rem}@media screen and (max-width:47.9375em){.not-found p{font-size:1.6rem;line-height:2.6rem}}.not-found .btn-wrap{justify-content:center;margin:4rem 0 0}@media screen and (max-width:47.9375em){.not-found .btn-wrap{margin:3.2rem 0 0}}.not-found__el{bottom:4.5rem;left:0;position:absolute}@media screen and (max-width:47.9375em){.not-found__el{display:none}}.not-found__el svg{height:auto;width:20.7rem}.not-found__el2{bottom:0;position:absolute;right:0}@media screen and (max-width:47.9375em){.not-found__el2{display:none}}.not-found__el2 svg{height:auto;width:26.6rem}.page-content{margin:0 0 14rem}@media screen and (max-width:64em){.page-content{margin:0 0 8rem}}@media screen and (max-width:47.9375em){.page-content{margin:0 0 6rem}}.page-content__wrap{margin:0 auto;max-width:80rem}.page-content__title{margin:0 0 8rem}@media screen and (max-width:64em){.page-content__title{margin:0 0 6rem}}@media screen and (max-width:47.9375em){.page-content__title{margin:0 0 4rem}}.swiper-scrollbar-wrap{display:none;margin:3.2rem 0 0}@media screen and (max-width:47.9375em){.swiper-scrollbar-wrap{display:block}}.swiper-scrollbar-wrap .swiper-custom-scrollbar{background-color:#f2f4f8;height:.3rem;margin:0 auto;max-width:12rem;width:100%}.swiper-scrollbar-wrap .swiper-custom-scrollbar .swiper-scrollbar-drag{background-color:#000;border-radius:0}.swiper-scrollbar-wrap--dark .swiper-custom-scrollbar{background:rgba(3,75,153,.07)}.no-search-results{align-items:center;display:flex;flex-direction:column;margin:6.4rem 0 0;text-align:center;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.no-search-results{margin:6rem 0 0}}.no-search-results.is-loading{opacity:.4}.no-search-results svg{width:12.8rem}.no-search-results h3{margin:4rem 0 0}.no-search-results p{margin:1.6rem 0 0}.search-section{margin:0 0 14rem;position:relative}@media screen and (max-width:64em){.search-section{margin:0 0 6rem}}.search-section .search-container{margin:10rem 0 0}@media screen and (max-width:64em){.search-section .search-container{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.search-section .search-container{margin:2.4rem 0 0}}.search-section .search-container-el{position:absolute;right:0;top:0;transform:translateY(-5.9rem);z-index:-1}.search-section__slider .swiper{display:flex;overflow:visible}.search-section__slider .swiper .swiper-wrapper{width:auto}.search-section__slider .swiper .swiper-wrapper .swiper-slide{margin-right:3.2rem;width:33.3333%}@media screen and (max-width:64em){.search-section__slider .swiper .swiper-wrapper .swiper-slide{margin-right:2.4rem;width:50%}}@media screen and (max-width:47.9375em){.search-section__slider .swiper .swiper-wrapper .swiper-slide{margin-right:1.6rem;width:100%}}.search-section__slider .swiper .swiper-wrapper .swiper-slide .news-card,.search-section__slider .swiper .swiper-wrapper .swiper-slide .property-card{margin:0;padding:0;width:100%}.search-section__results{margin:9rem 0 0}@media screen and (max-width:64em){.search-section__results{margin:6rem 0 0}}.search-section__results__item{margin:0 0 9rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.search-section__results__item.is-loading{opacity:.4;pointer-events:none}.search-section__results__item.is-hidden{display:none}@media screen and (max-width:47.9375em){.search-section__results__item{margin:0 0 6rem}}.search-section__results__item:last-child{margin:0}@media screen and (max-width:64em){.search-section__results__item .swiper-scrollbar-wrap{display:block}}.search-section__results__item__header{align-items:center;display:flex;justify-content:space-between;margin:0 0 4rem}@media screen and (max-width:47.9375em){.search-section__results__item__header{margin:0 0 2.4rem}}.search-section__results__item__header a{color:#000;font-size:1.6rem;font-weight:600;line-height:2.4rem;position:relative}.search-section__results__item__header a:after{background-color:#000;bottom:0;content:"";height:.2rem;left:0;position:absolute;width:100%}.search-section__results__item__header a .post-all,.search-section__results__item__header a .post-count,.search-section__results__item__header a:hover:after{display:none}.search-section__results__item__header a .post-all.is-active,.search-section__results__item__header a .post-count.is-active{display:block}.link-labels{margin:4rem 0 0}@media screen and (max-width:47.9375em){.link-labels{margin:2.4rem 0 0}}.link-labels h3{font-size:1.6rem;font-weight:700;line-height:2.6rem}.link-labels__wrap{display:flex;flex-wrap:wrap;margin:1.6rem 0 -1.6rem}@media screen and (max-width:47.9375em){.link-labels__wrap{margin:1.6rem 0 -.8rem}}.link-labels__item{display:inline-flex;margin:0 2.4rem 1.6rem 0}@media screen and (max-width:47.9375em){.link-labels__item{margin:0 0 .8rem;width:100%}}.link-labels__item a{background-color:#f2f4f8;color:#000;display:inline-flex;font-size:1.6rem;font-weight:400;line-height:2.6rem;padding:1.2rem 2.4rem;transition:color .3s cubic-bezier(.25,.46,.45,.94),background .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.link-labels__item a{display:flex;justify-content:space-between;padding:1.4rem 1.6rem;width:100%}}.link-labels__item a:hover{color:#000}.link-labels__item a:hover svg{transform:translateX(.5rem)}.link-labels__item a:hover svg path{fill:#000}.link-labels__item a svg{flex:none;margin:0 0 0 2.4rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.link-labels__item a svg{margin:0 0 0 1.6rem}}.link-labels__item a svg path{fill:#000;transition:fill .3s cubic-bezier(.25,.46,.45,.94)}.search-head__link{align-items:center;color:#000;display:inline-flex;font-size:1.6rem;font-weight:600;line-height:2rem;margin:0 0 7rem;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.search-head__link:hover{color:#000}.search-head__link:hover svg{transform:translateX(-.5rem)}.search-head__link:hover svg path{stroke:#000}@media screen and (max-width:47.9375em){.search-head__link{margin:0 0 3.2rem}}.search-head__link svg{margin:0 1.2rem 0 0;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.search-head__link svg path{transition:stroke .3s cubic-bezier(.25,.46,.45,.94)}.search-results-header{font-size:3.6rem;line-height:4.6rem;margin:0 0 4rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.search-results-header.is-loading{opacity:.4}@media screen and (max-width:47.9375em){.search-results-header{font-size:1.8rem;line-height:2.3rem;margin:0 0 3.2rem}}.search-results-header.is-hidden,.search-results-header__all{display:none}.search-results-header__all.is-active{display:block}.search-results-header__search{display:none}.search-results-header__search.is-active{display:block}.search-results-header__keyword-wrap.is-hidden{display:none}.homepage-hero__wrap{align-items:center;display:flex;margin:0 -2.9rem}@media screen and (max-width:64em){.homepage-hero__wrap{flex-direction:column;margin:0}}.homepage-hero__left{padding:0 2.9rem;width:68.42%}@media screen and (max-width:64em){.homepage-hero__left{padding:0;width:100%}}.homepage-hero__right{padding:0 2.9rem;text-align:right;width:31.58%}@media screen and (max-width:64em){.homepage-hero__right{margin:1.6rem 0 0;padding:0;text-align:left;width:100%}}.homepage-hero__socials{align-items:center;display:flex;justify-content:flex-end;margin:2.4rem 0 0}@media screen and (max-width:64em){.homepage-hero__socials{justify-content:flex-start}}.homepage-hero__socials__item{align-items:center;border:.2rem solid rgba(224,228,236,.5);border-radius:50%;display:flex;height:4.8rem;justify-content:center;margin:0 1.2rem 0 0;transition:border .3s cubic-bezier(.25,.46,.45,.94);width:4.8rem}.homepage-hero__socials__item:last-child{margin:0}.homepage-hero__socials__item:hover{border:.2rem solid #000}.homepage-hero__socials__item svg path{fill:#000}.latest-news{margin:14rem 0;overflow:hidden}@media screen and (max-width:64em){.latest-news{margin:8rem 0}}@media screen and (max-width:47.9375em){.latest-news{margin:6rem 0}}.latest-news--with-background{background-color:#f2f4f8;margin:0;padding:14rem 0}@media screen and (max-width:64em){.latest-news--with-background{padding:8rem 0}}@media screen and (max-width:47.9375em){.latest-news--with-background{padding:6rem 0}}.latest-news__head{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.latest-news__head{align-items:flex-start;flex-direction:column}}.latest-news__head h2{max-width:60rem}@media screen and (max-width:64em){.latest-news__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.latest-news__nav{display:none}}.latest-news__slider{margin:8rem 0 0}@media screen and (max-width:64em){.latest-news__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.latest-news__slider{margin:2.4rem 0 0}}.latest-news__slider .swiper{display:flex;overflow:visible}.latest-news__slider .swiper .swiper-wrapper{width:auto}.latest-news__slider .swiper .swiper-wrapper .swiper-slide{width:33.3333%}.latest-news__slide{display:block;position:relative}@media screen and (min-width:48em){.latest-news__slide:hover .latest-news__slide__image:after{opacity:1}.latest-news__slide:hover .latest-news__slide__image img{transform:scale(1.05)}}.latest-news__slide .label{left:3rem;position:absolute;top:3rem}.latest-news__slide h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-weight:400;margin:2.4rem 0 0;max-width:35rem;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:47.9375em){.latest-news__slide h3{margin:2.4rem 0 0}}.latest-news__slide p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;margin:1.6rem 0 0;overflow:hidden;text-overflow:ellipsis}.latest-news__slide__image{aspect-ratio:384/280;overflow:hidden;position:relative}.latest-news__slide__image:after{background-color:rgba(0,0,0,.2);content:"";display:block;height:100%;opacity:0;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.latest-news__slide__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:-1}.latest-news__slide__date{align-items:center;color:#534e60;display:flex;margin:2.4rem 0 0}@media screen and (max-width:47.9375em){.latest-news__slide__date{margin:1.6rem 0 0}}.latest-news__slide__date time{color:#534e60}.latest-news__slide__date svg{flex:none;margin:0 .8rem 0 0;width:1.6rem}.latest-news__slide__date svg path{stroke:#534e60}.properties-slider{margin:14rem 0;position:relative}@media screen and (max-width:64em){.properties-slider{margin:8rem 0}}@media screen and (max-width:47.9375em){.properties-slider{margin:6rem 0}}.properties-slider__el{bottom:calc(100% - 2.2rem);position:absolute;right:0;z-index:-1}@media screen and (max-width:64em){.properties-slider__el{display:none}}.properties-slider__el svg{height:auto;width:21.4rem}.properties-slider__content{display:flex;margin:0 -1.6rem}@media screen and (max-width:64em){.properties-slider__content{flex-direction:column}}.properties-slider__left{background-color:#fff;padding:0 1.6rem;width:34.1283%;z-index:2}@media screen and (max-width:64em){.properties-slider__left{width:100%}}.properties-slider__right{padding:0 1.6rem;position:relative;width:65.8717%;z-index:1}@media screen and (max-width:64em){.properties-slider__right{margin:6rem 0 0;width:100%}}@media screen and (max-width:47.9375em){.properties-slider__right{margin:2.4rem 0 0}}.properties-slider__right:before{background-color:#fff;content:"";height:150%;position:absolute;right:calc(100% - 1.6rem);top:50%;transform:translateY(-50%);width:100vw;z-index:2}@media screen and (max-width:64em){.properties-slider__right:before{display:none}}.properties-slider__slider .swiper{display:flex;overflow:visible}.properties-slider__slider .swiper .swiper-wrapper{width:auto}@media screen and (min-width:48em){.properties-slider__slide:hover .properties-slider__slide__image:before{opacity:1}.properties-slider__slide:hover .properties-slider__slide__image img{transform:scale(1.05)}}.properties-slider__slide__image{overflow:hidden;position:relative;z-index:-1}.properties-slider__slide__image:before{background-color:rgba(0,0,0,.2);content:"";display:block;opacity:0;padding-bottom:130.208%;position:relative;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);z-index:2}@media screen and (max-width:47.9375em){.properties-slider__slide__image:before{padding-bottom:115.78947368%}}.properties-slider__slide__image:after{background:linear-gradient(180deg,hsla(0,0%,7%,0) 35.22%,hsla(0,0%,7%,.339) 53.39%,hsla(0,0%,7%,.72) 79%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.properties-slider__slide__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.properties-slider__slide__info{bottom:4rem;left:4rem;padding:0 2rem 0 0;position:absolute;z-index:1}@media screen and (max-width:47.9375em){.properties-slider__slide__info{left:2.4rem}}.properties-slider__slide__info h3{color:#fff}.properties-slider__slide__info__bottom{align-items:flex-start;display:flex;flex-wrap:wrap;margin:0 0 -1.6rem}.properties-slider__slide__info__item{color:#fff;display:flex;font-size:1.6rem;font-weight:400;line-height:1.6rem;margin:4rem 2.4rem 0 0}@media screen and (max-width:47.9375em){.properties-slider__slide__info__item{margin:2.4rem 2.4rem 0 0}}.properties-slider__slide__info__item:last-child{margin:4rem 0 0}@media screen and (max-width:47.9375em){.properties-slider__slide__info__item:last-child{margin:2.4rem 0 0}}.properties-slider__slide__info__item svg{margin:0 1.2rem 0 0}.properties-slider__slide__view{background-color:#f2f4f8;color:#000;display:block}.properties-slider__slide__view:hover svg{transform:translateX(.6rem)}.properties-slider__slide__view:after{content:"";display:block;opacity:0;padding-bottom:130.208%;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.properties-slider__slide__view:after{padding-bottom:115.78947368%}}.properties-slider__slide__view__text{align-items:center;display:flex;height:100%;justify-content:center;padding:2rem;position:absolute;width:100%}.properties-slider__slide__view__text p{font-size:1.6rem;font-weight:700;line-height:2.6rem;margin:0}.properties-slider__slide__view__text svg{flex:none;margin:0 0 0 1.2rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.properties-slider__slide__view__text svg path{fill:#000}.properties-slider__nav{margin:4rem 0 0}@media screen and (max-width:64em){.properties-slider__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.properties-slider__nav{display:none}}.text-block-with-image{margin:14rem 0}@media screen and (max-width:64em){.text-block-with-image{margin:8rem 0}}@media screen and (max-width:47.9375em){.text-block-with-image{margin:6rem 0}}.text-block-with-image:first-child{margin-top:0}.text-block-with-image--bigger-margin{margin:14rem 0 19rem}@media screen and (max-width:64em){.text-block-with-image--bigger-margin{margin:8rem 0 10rem}}@media screen and (max-width:47.9375em){.text-block-with-image--bigger-margin{margin:6rem 0 9rem}}.text-block-with-image__header{margin-bottom:8rem;text-align:center}@media screen and (max-width:64em){.text-block-with-image__header{margin-bottom:6rem}}@media screen and (max-width:47.9375em){.text-block-with-image__header{margin-bottom:4rem;text-align:left}}.text-block-with-image--image-right .text-block-with-image__left{order:2}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image{left:0;right:auto}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--bottom:before{bottom:-6.4rem;display:none!important;left:-6.4rem;right:auto}@media screen and (max-width:64em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--bottom:before{bottom:-4rem;left:-4rem}}@media screen and (max-width:47.9375em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--bottom:before{bottom:-2.4rem;left:-2.4rem}}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--bottom-wide:before{bottom:-6.4rem;left:-6.4rem;right:auto}@media screen and (max-width:64em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--bottom-wide:before{bottom:-4rem;left:-4rem}}@media screen and (max-width:47.9375em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--bottom-wide:before{bottom:-2.4rem;left:-2.4rem}}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--top:before{left:-6.4rem;right:auto;top:-6.4rem}@media screen and (max-width:64em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--top:before{left:-4rem;top:-4rem}}@media screen and (max-width:47.9375em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--top:before{left:-2.4rem;top:-2.4rem}}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--full-size:before{left:auto;right:-6.4rem;top:-6.4rem}@media screen and (max-width:64em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--full-size:before{right:-4rem;top:-4rem}}@media screen and (max-width:47.9375em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--full-size:before{right:-2.4rem;top:-2.4rem}}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--full-size-wide:before{left:auto;right:-6.4rem;top:-6.4rem}@media screen and (max-width:64em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--full-size-wide:before{right:-4rem;top:-4rem}}@media screen and (max-width:47.9375em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--full-size-wide:before{right:-2.4rem;top:-2.4rem}}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--top-small:before{left:auto;right:-11.2rem}.text-block-with-image--image-right .text-block-with-image__image-text{left:-4.8rem;right:auto}.text-block-with-image__content{align-items:center;background-color:#000;color:#fff;display:flex;justify-content:space-between}@media screen and (max-width:64em){.text-block-with-image__content{flex-direction:column}}.text-block-with-image__image-text{background-color:#ce9730;bottom:-4.8rem;color:#000;font-weight:400;max-width:35.9rem;padding:4rem;position:absolute;right:-4.8rem;z-index:2}@media screen and (max-width:64em){.text-block-with-image__image-text{bottom:-4rem;right:-4rem}}@media screen and (max-width:47.9375em){.text-block-with-image__image-text{bottom:-3.2rem;font-size:1.6rem;font-weight:600;line-height:2.4rem;max-width:25.3rem;padding:2.5rem 4rem;right:-2.4rem}}.text-block-with-image__image-wrap{position:relative}.text-block-with-image__image-wrap:after{content:"";display:block;padding-bottom:146.09375%}@media screen and (max-width:64em){.text-block-with-image__image-wrap:after{padding-bottom:112.82051282%}}.text-block-with-image__image{height:100%;position:absolute;right:0;top:0;width:calc(100% + 15.2rem)}@media screen and (max-width:64em){.text-block-with-image__image{width:100%}}.text-block-with-image__image--el{z-index:-1}.text-block-with-image__image--el:before{background-color:#f2f4f8;content:"";display:none!important;position:absolute}.text-block-with-image__image--el--bottom:before{bottom:-6.4rem;height:80.7142%;right:-6.4rem;width:52.7778%}@media screen and (max-width:64em){.text-block-with-image__image--el--bottom:before{bottom:-4rem;height:83.81%;right:-4rem;width:81.73%}}@media screen and (max-width:47.9375em){.text-block-with-image__image--el--bottom:before{bottom:-2.4rem;right:-2.4rem}}.text-block-with-image__image--el--bottom-wide:before{bottom:-6.4rem;height:69.6428%;right:-6.4rem;width:72.839%}@media screen and (max-width:64em){.text-block-with-image__image--el--bottom-wide:before{bottom:-4rem;height:73.75%;right:-4rem;width:81.73%}}@media screen and (max-width:47.9375em){.text-block-with-image__image--el--bottom-wide:before{bottom:-2.4rem;right:-2.4rem}}.text-block-with-image__image--el--top:before{height:80.7142%;right:-6.4rem;top:-6.4rem;width:95.16%}@media screen and (max-width:64em){.text-block-with-image__image--el--top:before{height:83.81%;right:-4rem;top:-4rem;width:72.44%}}@media screen and (max-width:47.9375em){.text-block-with-image__image--el--top:before{right:-2.4rem;top:-2.4rem}}.text-block-with-image__image--el--full-size:before{height:calc(100% + 14rem);left:-6.4rem;top:-6.4rem;width:calc(50% + 6.4rem)}@media screen and (max-width:64em){.text-block-with-image__image--el--full-size:before{height:calc(100% + 8rem);left:-4rem;top:-4rem;width:35.256%}}@media screen and (max-width:47.9375em){.text-block-with-image__image--el--full-size:before{height:calc(100% + 4.8rem);left:-2.4rem;top:-2.4rem}}.text-block-with-image__image--el--full-size-wide:before{height:calc(100% + 14rem);left:-6.4rem;top:-6.4rem;width:calc(64.51613% + 6.4rem)}@media screen and (max-width:64em){.text-block-with-image__image--el--full-size-wide:before{height:calc(100% + 8rem);left:-4rem;top:-4rem;width:35.256%}}@media screen and (max-width:47.9375em){.text-block-with-image__image--el--full-size-wide:before{height:calc(100% + 4.8rem);left:-2.4rem;top:-2.4rem}}.text-block-with-image__image--el--top-small:before{height:26.4rem;left:-11.2rem;top:-13rem;width:22.4rem}@media screen and (max-width:64em){.text-block-with-image__image--el--top-small:before{display:none}}.text-block-with-image__left{max-width:38.1rem;position:relative;width:50%;z-index:1}@media screen and (max-width:47.9375em){.text-block-with-image__left--is-hidden-mobile{display:none}}@media screen and (max-width:64em){.text-block-with-image__left{max-width:100%;order:2;width:100%}}.text-block-with-image__left img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.text-block-with-image__left .text-block-with-image__right__additional{display:none}@media screen and (max-width:64em){.text-block-with-image__left .text-block-with-image__right__additional{display:block}}.text-block-with-image__right{padding:6rem;width:50%}@media screen and (max-width:47.9375em){.text-block-with-image__right{padding:4.5rem}}@media screen and (max-width:64em){.text-block-with-image__right{width:100%}}@media screen and (max-width:47.9375em){.text-block-with-image__right .mobile-small-title{font-size:2.4rem;line-height:3.2rem}}.text-block-with-image__right p{margin:4rem 0 0}@media screen and (max-width:47.9375em){.text-block-with-image__right p{margin:1.6rem 0 0}}@media screen and (max-width:64em){.text-block-with-image__right .text-block-with-image__right__additional{display:none}}.text-block-with-image__right .btn-wrap{margin:4rem 0 0}@media screen and (max-width:47.9375em){.text-block-with-image__right .btn-wrap{margin:2.4rem 0 0}}.text-block-with-image__right__additional{margin:8rem 0 0}@media screen and (max-width:64em){.text-block-with-image__right__additional{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.text-block-with-image__right__additional{margin:6rem 0 0}}.text-block-with-image__right__additional p{font-size:1.4rem;font-weight:400;line-height:2.2rem;margin:1.6rem 0 0}.text-block-with-image__right__additional__disclaimer{border-top:.1rem solid #f2f4f8;color:rgba(0,0,0,.5);margin:1.6rem 0 0;padding:1.6rem 0 0}.text-block-with-image__right__stars{margin:4rem 0 0}@media screen and (max-width:47.9375em){.text-block-with-image__right__stars{margin:3.2rem 0 2.4rem}}.text-block-with-image__right__stars__wrap{display:flex;margin:0 0 1.6rem}.text-block-with-image__right__stars__wrap svg{margin:0 1rem 0 0}.text-block-with-image__right__stars__wrap svg:last-child{margin:0}.text-block-with-image__right__stars:before{border-top:.1rem solid #e0e4ec;content:"";display:block;padding:0 0 4rem;width:3.2rem}@media screen and (max-width:47.9375em){.text-block-with-image__right__stars:before{padding:0 0 3.2rem}}.text-block-with-image__right__stars p{margin:0}.quote{margin:14rem 0}@media screen and (max-width:64em){.quote{margin:8rem 0}}@media screen and (max-width:47.9375em){.quote{margin:6rem 0}.quote .container{padding:0}}.quote__background svg{height:calc(100% - 3.6rem);position:absolute;width:auto;z-index:-1}.quote__background svg:first-child{bottom:0;left:0}@media screen and (max-width:47.9375em){.quote__background svg:first-child{display:none}}.quote__background svg:nth-child(2){bottom:0;right:0}@media screen and (max-width:47.9375em){.quote__background svg:nth-child(2){display:none}}.quote__background svg:nth-child(3){bottom:0;display:none;left:0}@media screen and (max-width:47.9375em){.quote__background svg:nth-child(3){display:block}}.quote__wrap{align-items:center;background-color:#000;display:flex;flex-direction:column;justify-content:center;padding:12rem 2.4rem;position:relative;text-align:center;z-index:1}@media screen and (max-width:64em){.quote__wrap{padding:8rem 2.4rem}}@media screen and (max-width:47.9375em){.quote__wrap{padding:6rem 2.4rem}}.quote__wrap>svg{width:3.6rem}.quote__wrap h2{color:#fff;font-size:2.4rem;font-style:italic;font-weight:400;line-height:3.6rem;margin:6rem 0 0;max-width:60rem}@media screen and (max-width:47.9375em){.quote__wrap h2{font-size:1.6rem;line-height:2.6rem}}.facts-list{margin:12rem 0}@media screen and (max-width:64em){.facts-list{margin:8rem 0}}@media screen and (max-width:47.9375em){.facts-list{margin:6rem 0}}.facts-list .section-header{margin-bottom:9.2rem}@media screen and (max-width:47.9375em){.facts-list .section-header{margin-bottom:3.2rem}}.facts-list__wrap{display:flex;flex-wrap:wrap;margin:-3.2rem -4.8rem 0}@media screen and (max-width:47.9375em){.facts-list__wrap{margin:-2.4rem 0 0}}.facts-list__col{padding:0 4.8rem;width:50%}@media screen and (max-width:64em){.facts-list__col{width:100%}}@media screen and (max-width:47.9375em){.facts-list__col{padding:0}}.facts-list__item{align-items:flex-start;border-bottom:.1rem solid #e4e4e4;display:flex;justify-content:space-between;padding:3.2rem 0}@media screen and (max-width:47.9375em){.facts-list__item{align-items:flex-start;flex-direction:column;padding:2.4rem 0}}.facts-list__item__left{align-items:center;display:flex;flex:none}.facts-list__item__left img{flex:none;margin:0 1.6rem 0 0;width:2.4rem}.facts-list__item__right{padding:0 0 0 1.6rem;text-align:right}@media screen and (max-width:47.9375em){.facts-list__item__right{margin:.4rem 0 0;padding:0 0 0 4rem;text-align:left}}.link-blocks{margin:14rem 0}@media screen and (max-width:64em){.link-blocks{margin:8rem 0}}@media screen and (max-width:47.9375em){.link-blocks{margin:6rem 0}}.link-blocks h2{margin:0 auto;max-width:66rem;text-align:center}@media screen and (max-width:64em){.link-blocks h2{text-align:left}}.link-blocks__wrap{display:flex;flex-wrap:wrap;margin:8rem -1.6rem -1.6rem}@media screen and (max-width:64em){.link-blocks__wrap{margin:6rem -1.6rem -1.6rem}}@media screen and (max-width:47.9375em){.link-blocks__wrap{margin:2.4rem 0 0}}.link-blocks__item-wrap{margin:0 0 1.6rem;padding:0 1.6rem;width:50%}@media screen and (max-width:64em){.link-blocks__item-wrap{width:100%}}@media screen and (max-width:47.9375em){.link-blocks__item-wrap{padding:0}.link-blocks__item-wrap:last-child{margin:0}}.link-blocks__item-wrap:nth-child(4n+1) .link-blocks__item{background-color:#f2f4f8}.link-blocks__item-wrap:nth-child(4n+1) .link-blocks__item__arrow svg path{fill:#000}.link-blocks__item-wrap:nth-child(4n+1) .link-blocks__item__arrow__hover svg path{fill:#fff}.link-blocks__item-wrap:nth-child(4n+2) .link-blocks__item{background-color:#000;color:#fff}.link-blocks__item-wrap:nth-child(4n+2) .link-blocks__item__arrow__hover{background-color:#fff}.link-blocks__item-wrap:nth-child(4n+2) .link-blocks__item__arrow__hover svg path{fill:#000}.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item{background-color:#000;color:#fff}.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item__arrow__hover{background-color:#fff}.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item__arrow__hover svg path{fill:#000}@media screen and (max-width:64em){.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item{background-color:#fff;color:#000}.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item__arrow svg path{fill:#000}.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item__arrow__hover{background-color:#000}.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item__arrow__hover svg path{fill:#fff}}.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item{background-color:#fff}.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item__arrow svg path{fill:#000}.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item__arrow__hover svg path{fill:#fff}@media screen and (max-width:64em){.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item{background-color:#000;color:#fff}.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item__arrow svg path{fill:#fff}.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item__arrow__hover{background-color:#fff}.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item__arrow__hover svg path{fill:#000}}.link-blocks__item{align-items:flex-start;color:#000;display:flex;flex-direction:column;height:100%;padding:4.5rem 7.2rem;width:100%}@media screen and (max-width:47.9375em){.link-blocks__item{padding:2.4rem}}.link-blocks__item--grey{background-color:#f2f4f8!important;color:#000!important}.link-blocks__item--grey .link-blocks__item__arrow svg path{fill:#000!important}.link-blocks__item--grey .link-blocks__item__arrow__hover{background-color:#000!important}.link-blocks__item--grey .link-blocks__item__arrow__hover svg path{fill:#fff!important}.link-blocks__item img{height:5.9rem;margin:0 0 2rem;width:auto}.link-blocks__item p{margin:2.4rem 0 4rem}@media screen and (max-width:47.9375em){.link-blocks__item p{margin:1.6rem 0 1.8rem}}.link-blocks__item:hover .link-blocks__item__arrow__hover{opacity:1;transform:translate(.9rem,-50%)}.link-blocks__item:hover .link-blocks__item__arrow__hover svg{transform:translateY(-50%)}.link-blocks__item__arrow{margin:auto 0 0;position:relative}.link-blocks__item__arrow svg{width:2.1rem}.link-blocks__item__arrow__hover{align-items:center;background-color:#000;border-radius:50%;clip-path:circle();display:flex;height:4.8rem;justify-content:flex-start;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94);width:4.8rem}.link-blocks__item__arrow__hover__test{border-radius:50%;height:100%;width:100%}.link-blocks__item__arrow__hover svg{left:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.iframe-section{margin:14rem 0}@media screen and (max-width:64em){.iframe-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.iframe-section{margin:6rem 0}}.iframe-section h2{margin:0 0 6rem}@media screen and (max-width:64em){.iframe-section h2{margin:0 0 4rem}}@media screen and (max-width:47.9375em){.iframe-section h2{margin:0 0 2.4rem}}.iframe-section__wrap iframe{height:40rem;max-width:100%!important;width:100%}.icon-blocks{margin:14rem 0}@media screen and (max-width:64em){.icon-blocks{margin:8rem 0}}@media screen and (max-width:47.9375em){.icon-blocks{margin:6rem 0}}.icon-blocks__wrap{display:flex;flex-wrap:wrap;margin:10.5rem -5.9rem -9.2rem}@media screen and (max-width:64em){.icon-blocks__wrap{margin:8rem -3rem -6rem}}@media screen and (max-width:47.9375em){.icon-blocks__wrap{margin:4rem 0 0}}.icon-blocks__item{margin:0 0 9.2rem;padding:0 5.9rem;width:33.3333%}@media screen and (max-width:64em){.icon-blocks__item{margin:0 0 6rem;padding:0 3rem;width:50%}}@media screen and (max-width:47.9375em){.icon-blocks__item{margin:0 0 4rem;padding:0;width:100%}.icon-blocks__item:last-child{margin:0}}.icon-blocks__item img{height:6.4rem;margin:0 0 4rem;width:auto}@media screen and (max-width:47.9375em){.icon-blocks__item img{height:5.6rem;margin:0 0 3.2rem}}.icon-blocks__item p{margin:1.6rem 0 0}.icon-blocks-slider{margin:14rem 0}@media screen and (max-width:64em){.icon-blocks-slider{margin:8rem 0}}@media screen and (max-width:47.9375em){.icon-blocks-slider{margin:6rem 0}}.icon-blocks-slider__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.icon-blocks-slider__top{align-items:flex-start;flex-direction:column}}.icon-blocks-slider__top__left{max-width:77.5rem;padding:0 2.4rem 0 0}.icon-blocks-slider__top__left p{margin:4rem 0 0}@media screen and (max-width:64em){.icon-blocks-slider__top__left p{margin:3.2rem 0 0}}@media screen and (max-width:47.9375em){.icon-blocks-slider__top__left p{margin:1.6rem 0 0}}@media screen and (max-width:64em){.icon-blocks-slider__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.icon-blocks-slider__nav{display:none}}.icon-blocks-slider__slider{margin:8rem 0 0}@media screen and (max-width:64em){.icon-blocks-slider__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.icon-blocks-slider__slider{margin:3.2rem 0 0}}.icon-blocks-slider__slider .swiper{display:flex;overflow:visible}.icon-blocks-slider__slider .swiper .swiper-wrapper{width:auto}@media screen and (max-width:47.9375em){.icon-blocks-slider__slider .swiper .swiper-wrapper{display:flex;flex-direction:column}}.icon-blocks-slider__item{height:auto;padding:4rem 5.6rem}@media screen and (max-width:47.9375em){.icon-blocks-slider__item{margin:0 0 1.6rem;padding:4rem 3.2rem}.icon-blocks-slider__item:last-child{margin:0}}.icon-blocks-slider__item:nth-child(odd){background-color:#f2f4f8}.icon-blocks-slider__item img{height:6.4rem;margin:0 0 4rem;width:auto}@media screen and (max-width:47.9375em){.icon-blocks-slider__item img{height:5.6rem;margin:0 0 2.4rem}}.icon-blocks-slider__item p{margin:1.6rem 0 0}.blocks-slider{margin:14rem 0}@media screen and (max-width:64em){.blocks-slider{margin:8rem 0}}@media screen and (max-width:47.9375em){.blocks-slider{margin:6rem 0}}.blocks-slider__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.blocks-slider__top{align-items:flex-start;flex-direction:column}}.blocks-slider__top__left{max-width:77.5rem;padding:0 2.4rem 0 0}.blocks-slider__top__left p{margin:4rem 0 0}@media screen and (max-width:64em){.blocks-slider__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.blocks-slider__nav{display:none}}.blocks-slider__slider{margin:8rem 0 0}@media screen and (max-width:64em){.blocks-slider__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.blocks-slider__slider{margin:2.4rem 0 0}}.blocks-slider__slider .swiper{display:flex;overflow:visible}.blocks-slider__slider .swiper .swiper-wrapper{width:auto}.blocks-slider__item{height:auto;padding:4.5rem 5.6rem}@media screen and (max-width:64em){.blocks-slider__item{background-color:#f2f4f8}}@media screen and (max-width:47.9375em){.blocks-slider__item{padding:4rem 2.4rem}}.blocks-slider__item:nth-child(odd){background-color:#f2f4f8}.blocks-slider__item img{height:6.4rem;margin:0 0 4rem;width:auto}.blocks-slider__item p{margin:1.6rem 0 0}@media screen and (max-width:47.9375em){.blocks-slider__item p{font-size:1.6rem;line-height:2.6rem}}.key-points{margin:14rem 0;overflow:hidden}@media screen and (max-width:64em){.key-points{margin:8rem 0}}@media screen and (max-width:47.9375em){.key-points{margin:6rem 0}}.key-points__wrap{margin:10.2rem 0 0;position:relative}@media screen and (max-width:64em){.key-points__wrap{margin:8rem 0 0}}@media screen and (max-width:47.9375em){.key-points__wrap{margin:4rem 0 0}}.key-points__wrap:after{background-color:#fff;content:"";height:calc(100% - 6.3rem);left:100%;position:absolute;top:6.3rem;width:100vw}@media screen and (max-width:47.9375em){.key-points__wrap:after{display:none}}.key-points__wrap:before{background-color:#fff;content:"";height:calc(100% - 6.3rem);position:absolute;right:100%;top:6.3rem;width:100vw}@media screen and (max-width:47.9375em){.key-points__wrap:before{display:none}}.key-points__row{align-items:flex-start;display:flex;justify-content:center;padding:0 0 11.2rem;position:relative}@media screen and (max-width:47.9375em){.key-points__row{padding:0}}.key-points__row:last-child{padding:0}@media screen and (max-width:47.9375em){.key-points__row:last-child .key-points__row__item:last-child{padding:0}}.key-points__row:last-child .key-points__row__item:last-child .key-points__row__item__point:after{display:none}@media screen and (max-width:47.9375em){.key-points__row{flex-wrap:wrap}}.key-points__row:first-child:before{background-color:#eceff8;content:"";height:.2rem;position:absolute;right:2rem;top:6.1rem;width:100vw;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:first-child:before{display:none}}.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:first-child:before{background-color:#fff;content:"";height:2rem;left:calc(100% - 2rem);position:absolute;top:4.3rem;width:2rem;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:first-child:before{display:none}}.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:first-child:after{background-color:#fff;border:.2rem solid #eceff8;border-bottom-right-radius:2rem;border-left:none;border-top:none;content:"";height:2rem;left:calc(100% - 2rem);position:absolute;top:4.3rem;width:2rem;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:first-child:after{display:none}}.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:last-child .key-points__row__item__point{position:relative}.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:last-child .key-points__row__item__point:before{background-color:#eceff8;content:"";height:.2rem;left:0;position:absolute;top:6.1rem;width:100vw;z-index:-2}@media screen and (max-width:47.9375em){.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:last-child .key-points__row__item__point:before{display:none}}.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:first-child{position:relative}.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:first-child:before{background-color:#fff;content:"";height:2rem;position:absolute;right:calc(100% - 2rem);top:4.3rem;width:2rem;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:first-child:before{display:none}}.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:first-child:after{background-color:#fff;border:.2rem solid #eceff8;border-bottom-left-radius:2rem;border-right:none;border-top:none;content:"";height:2rem;position:absolute;right:calc(100% - 2rem);top:4.3rem;width:2rem;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:first-child:after{display:none}}.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:last-child .key-points__row__item__point{position:relative}.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:last-child .key-points__row__item__point:before{background-color:#eceff8;content:"";height:.2rem;position:absolute;right:0;top:6.1rem;width:100vw;z-index:-2}@media screen and (max-width:47.9375em){.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:last-child .key-points__row__item__point:before{display:none}}.key-points__row:last-child:after{display:none}.key-points__row:nth-child(odd):after{background-color:#fff;border:.2rem solid #eceff8;border-bottom-right-radius:2rem;border-left:none;border-top-right-radius:2rem;content:"";height:calc(100% + .2rem);position:absolute;right:0;top:6.1rem;width:33.3333%;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:nth-child(odd):after{display:none}}.key-points__row:nth-child(odd) .key-points__row__item:first-child .key-points__row__item__point,.key-points__row:nth-child(odd) .key-points__row__item:nth-child(3) .key-points__row__item__point{background-color:#000;color:#fff}.key-points__row:nth-child(2n){flex-direction:row-reverse}.key-points__row:nth-child(2n):after{background-color:#fff;border:.2rem solid #eceff8;border-bottom-left-radius:2rem;border-right:none;border-top-left-radius:2rem;content:"";height:calc(100% + .2rem);left:0;position:absolute;top:6.1rem;width:33.3333%;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:nth-child(2n):after{display:none}}.key-points__row:nth-child(2n) .key-points__row__item{order:revert}.key-points__row:nth-child(2n) .key-points__row__item:nth-child(2) .key-points__row__item__point{background-color:#000;color:#fff}.key-points__row__item{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;max-width:33.3333%;padding:0 1.6rem}@media screen and (max-width:47.9375em){.key-points__row__item{align-items:flex-start;flex:auto;flex-direction:row;justify-content:flex-start;max-width:100%;padding:0 0 6rem;position:relative;width:100%}}.key-points__row__item__point{align-items:center;background-color:#f2f4f8;border-radius:50%;display:flex;flex:none;height:12.2rem;justify-content:center;width:12.2rem}@media screen and (max-width:64em){.key-points__row__item__point{height:10rem;width:10rem}}@media screen and (max-width:47.9375em){.key-points__row__item__point{height:6rem;margin:0 2.4rem 0 0;width:6rem}.key-points__row__item__point:after{background:rgba(224,228,243,.6);content:"";height:100%;left:3rem;position:absolute;top:0;width:.2rem;z-index:-1}}.key-points__row__item__point p{font-size:3.6rem;font-weight:600;line-height:4.6rem}@media screen and (max-width:64em){.key-points__row__item__point p{font-size:2.4rem;line-height:3.2rem}}.key-points__row__item__point img{width:4.2rem}@media screen and (max-width:47.9375em){.key-points__row__item__point img{width:3.2rem}}.key-points__row__item__content{margin:3.2rem 0 0}@media screen and (max-width:64em){.key-points__row__item__content{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.key-points__row__item__content{margin:0}}.key-points__row__item__text{color:#000;font-size:1.8rem;line-height:3rem;margin-top:3.2rem;max-width:32rem;text-align:center}.key-points__row__item__text:first-child{margin-top:0}@media screen and (max-width:47.9375em){.key-points__row__item__text{text-align:left}.key-points__row__item__text br{display:none}}.key-points__row__item h3{margin:0 auto;max-width:32rem;text-align:center}@media screen and (max-width:64em){.key-points__row__item h3{font-size:2rem;line-height:3.2rem}}@media screen and (max-width:47.9375em){.key-points__row__item h3{margin:1.4rem 0 0;text-align:left}}.photos-section{margin:14rem 0}@media screen and (max-width:64em){.photos-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.photos-section{margin:6rem 0}}.photos-section__wrap{display:flex;flex-wrap:wrap;margin:0 -6.8rem}@media screen and (max-width:64em){.photos-section__wrap{margin:0 -3.2rem}}@media screen and (max-width:47.9375em){.photos-section__wrap{margin:0}}.photos-section__item{padding:0 6.8rem;width:50%}@media screen and (max-width:64em){.photos-section__item{padding:0 3.2rem}}@media screen and (max-width:47.9375em){.photos-section__item{padding:0;width:100%}}.photos-section__item__image{position:relative}.photos-section__item__image:after{background-color:rgba(0,0,0,.2);content:"";display:block;opacity:0;padding-bottom:119.629%;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);z-index:2}.photos-section__item__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:-1}.photos-section__item:nth-child(2){margin:10rem 0 0}@media screen and (max-width:47.9375em){.photos-section__item:nth-child(2){margin:2.4rem 0 0}}.photos-section__item:nth-child(2n):not(:first-child):not(:nth-child(2)){margin:20rem 0 0}@media screen and (max-width:47.9375em){.photos-section__item:nth-child(2n):not(:first-child):not(:nth-child(2)){margin:2.4rem 0 0}}.photos-section__item:nth-child(odd):not(:first-child):not(:nth-child(2)){margin:10rem 0 0}@media screen and (max-width:47.9375em){.photos-section__item:nth-child(odd):not(:first-child):not(:nth-child(2)){margin:2.4rem 0 0}}.photos-section__item:not(:first-child){margin:10rem 0 0}@media screen and (max-width:47.9375em){.photos-section__item:not(:first-child){margin:2.4rem 0 0}}.contacts-card{margin:14rem 0;position:relative}@media screen and (max-width:64em){.contacts-card{margin:8rem 0}}@media screen and (max-width:47.9375em){.contacts-card{margin:6rem 0}.contacts-card .container{padding:0}}.contacts-card__wrap{background-color:#000;color:#fff;display:flex;overflow:hidden;padding:8rem;position:relative}@media screen and (max-width:64em){.contacts-card__wrap{flex-direction:column;padding:6rem}}@media screen and (max-width:47.9375em){.contacts-card__wrap{padding:6rem 2.4rem}}.contacts-card__left{align-items:center;display:flex;padding:0 5.5% 0 0;position:relative;width:50%}@media screen and (max-width:64em){.contacts-card__left{margin:0 0 3.2rem;padding:0 0 3.2rem;width:100%}}.contacts-card__left:after{background-color:hsla(0,0%,100%,.4);content:"";height:100%;position:absolute;right:0;top:0;width:.1rem}@media screen and (max-width:64em){.contacts-card__left:after{bottom:0;height:.1rem;top:auto;width:100%}}.contacts-card__right{display:flex;flex-direction:column;justify-content:center;padding:0 0 0 12.5%;width:50%}@media screen and (max-width:64em){.contacts-card__right{padding:0;width:100%}}.contacts-card__right p{margin:.8rem 0 0}.contacts-card__info{margin:4rem 0 0}@media screen and (max-width:47.9375em){.contacts-card__info{margin:3.2rem 0 0}}.contacts-card__info__item{display:flex;font-size:1.8rem;font-weight:400;line-height:3rem;margin:0 0 2.4rem}.contacts-card__info__item a{color:#fff}.contacts-card__info__item a:hover{-webkit-text-decoration:underline;text-decoration:underline}.contacts-card__info__item:last-child{margin:0}.contacts-card__info__item svg{flex:none;margin:0 1.6rem 0 0;width:2.4rem}.contacts-card__info__item svg path{stroke:#fff}.contacts-card__el{bottom:0;position:absolute;right:0}@media screen and (max-width:47.9375em){.contacts-card__el{height:21.7rem}.contacts-card__el svg{height:100%;width:auto}}.key-facts{margin:14rem 0}@media screen and (max-width:64em){.key-facts{margin:10rem 0 8rem}}@media screen and (max-width:47.9375em){.key-facts{margin:6rem 0}}.key-facts .btn-wrap{justify-content:center;margin:6rem 0 0}@media screen and (max-width:47.9375em){.key-facts .btn-wrap{margin:2.4rem 0 0}}.key-facts__wrap{display:flex;margin:6rem -4.7rem 0}@media screen and (max-width:64em){.key-facts__wrap{flex-direction:column;margin:6rem 0 0}}@media screen and (max-width:47.9375em){.key-facts__wrap{margin:2.4rem 0 0}}.key-facts__left{padding:0 4.7rem;width:50%}@media screen and (max-width:64em){.key-facts__left{padding:0;width:100%}}.key-facts__left__item{align-items:flex-start;border-bottom:.1rem solid #e4e4e4;display:flex;padding:3.2rem 0}@media screen and (max-width:47.9375em){.key-facts__left__item{padding:2.4rem 0}}.key-facts__left__item__left{align-items:center;display:flex;flex:none;margin:.3rem 2.4rem 0 0}@media screen and (max-width:47.9375em){.key-facts__left__item__left{margin:.3rem 1.6rem 0 0}}.key-facts__left__item__left img{flex:none;width:2.4rem}.key-facts__left__item__right p{margin:1.6rem 0 0}@media screen and (max-width:47.9375em){.key-facts__left__item__right p{margin:.4rem 0 0}}.key-facts__right{padding:0 4.7rem;width:50%}@media screen and (max-width:64em){.key-facts__right{padding:0;width:100%}}.key-facts__right__item{align-items:center;border-bottom:.1rem solid #e4e4e4;display:flex;justify-content:space-between;padding:3.2rem 0}@media screen and (max-width:47.9375em){.key-facts__right__item{align-items:flex-start;flex-direction:column;padding:2.4rem 0}}.key-facts__right__item__left{align-items:center;display:flex;flex:none}.key-facts__right__item__left img{flex:none;margin:0 1.6rem 0 0;width:2.4rem}@media screen and (max-width:64em){.key-facts__right__item__left img{margin:0 2.4rem 0 0}}@media screen and (max-width:47.9375em){.key-facts__right__item__left img{margin:0 1.6rem 0 0}}.key-facts__right__item__right{padding:0 0 0 1.6rem;text-align:right}@media screen and (max-width:47.9375em){.key-facts__right__item__right{margin:.4rem 0 0;padding:0 0 0 4rem;text-align:left}}.files-section{background-color:#f2f4f8;padding:14rem 0}@media screen and (max-width:64em){.files-section{padding:6rem 0}}@media screen and (max-width:47.9375em){.files-section{padding:4rem 0 6rem}}.files-section h2{margin:0 0 3rem}@media screen and (max-width:47.9375em){.files-section h2{margin:0 0 .8rem}}.files-section__wrap{display:flex;flex-wrap:wrap;margin:0 -4.5rem}@media screen and (max-width:64em){.files-section__wrap{margin:0 -2.4rem}}.files-section__item{padding:0 4.5rem;width:50%}@media screen and (max-width:64em){.files-section__item{padding:0 2.4rem}}@media screen and (max-width:47.9375em){.files-section__item{margin:0 0 6rem;width:100%}.files-section__item:last-child{margin:0}}.files-section__files--load-more{display:none}.files-section__files__item{border-bottom:.1rem solid #e0e4ec}.files-section__files__item__link{align-items:center;color:#000;display:flex;font-size:1.6rem;justify-content:space-between;line-height:2.6rem;padding:2.4rem 0;transition:color .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.files-section__files__item__link{padding:1.6rem 0}}.files-section__files__item__link:hover{color:#000}.files-section__files__item__link:hover .files-section__files__item__link__right{transform:translateX(.5rem)}.files-section__files__item__link__left{align-items:center;display:flex}.files-section__files__item__link__left svg{height:2.4rem;margin:0 2.4rem 0 0;width:auto}.files-section__files__item__link__right{transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.files-section__files__item__link__right svg path{fill:#000}.files-section__files__button{background-color:transparent;border:none;color:#000;font-size:1.6rem;font-weight:600;line-height:2.4rem;margin:2.4rem 0 0;padding:0;position:relative}.files-section__files__button:after{background-color:#000;bottom:0;content:"";height:.2rem;left:0;position:absolute;width:100%}.cta-block{margin:14rem 0}@media screen and (max-width:64em){.cta-block{margin:8rem 0}}@media screen and (max-width:47.9375em){.cta-block{margin:0 0 6rem}.cta-block:last-child{margin-bottom:0}.cta-block .container{padding:0}}.cta-block__wrap{color:#fff;padding:10rem 8rem;position:relative;text-align:center;z-index:1}.cta-block__wrap,.cta-block__wrap.blue{background-color:#000}.cta-block__wrap__els{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@media screen and (max-width:47.9375em){.cta-block__wrap__els{display:none}}.cta-block__wrap__els div:first-child{background-color:#fff;height:5rem;left:4rem;position:absolute;top:4rem;width:1.8rem}@media screen and (max-width:47.9375em){.cta-block__wrap__els div:first-child{height:2rem;width:1.2rem}}.cta-block__wrap__els div:nth-child(2){background-color:#fff;height:5rem;position:absolute;right:4rem;top:4rem;width:1.8rem}@media screen and (max-width:47.9375em){.cta-block__wrap__els div:nth-child(2){height:2rem;width:1.2rem}}.cta-block__wrap__els div:nth-child(3){background-color:#fff;bottom:4rem;height:1.8rem;left:4rem;position:absolute;width:5rem}@media screen and (max-width:47.9375em){.cta-block__wrap__els div:nth-child(3){height:3rem;width:1.2rem}}.cta-block__wrap__els div:nth-child(4){background-color:#fff;bottom:4rem;height:1.8rem;position:absolute;right:4rem;width:5rem}@media screen and (max-width:47.9375em){.cta-block__wrap__els div:nth-child(4){height:3rem;width:1.2rem}.cta-block__wrap{padding:6rem 2.4rem;text-align:left}}.cta-block__wrap p{margin:4rem auto 0;max-width:60rem}@media screen and (max-width:47.9375em){.cta-block__wrap p{margin:1.6rem auto 0}}.cta-block__wrap .btn-wrap{justify-content:center;margin:4rem 0 0}@media screen and (max-width:47.9375em){.cta-block__wrap .btn-wrap{margin:2.4rem auto 0}.cta-block__el{display:none}}.cta-block__el svg:first-child{left:0}.cta-block__el svg:first-child,.cta-block__el svg:nth-child(2){bottom:0;height:100%;max-height:33.2rem;position:absolute;width:auto}.cta-block__el svg:nth-child(2){right:0}.cta-block-with-image{margin:14rem 0}@media screen and (max-width:64em){.cta-block-with-image{margin:8rem 0}}@media screen and (max-width:47.9375em){.cta-block-with-image{margin:0 0 6rem}.cta-block-with-image:last-child{margin-bottom:0}.cta-block-with-image .container{padding:0}}.cta-block-with-image__wrap{display:flex}@media screen and (max-width:47.9375em){.cta-block-with-image__wrap{flex-direction:column}}.cta-block-with-image__left{position:relative;width:50%}@media screen and (max-width:47.9375em){.cta-block-with-image__left{aspect-ratio:592/396;order:2;width:100%}}.cta-block-with-image__left img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.cta-block-with-image__right{background-color:#f2f4f8;padding:5.5rem 6.4rem;width:50%}@media screen and (max-width:47.9375em){.cta-block-with-image__right{padding:6rem 2.4rem;width:100%}}.cta-block-with-image__right h2{max-width:43.2rem}.cta-block-with-image__right p{margin:1.6rem 0 0;max-width:43.2rem}.cta-block-with-image__right .btn{margin:2.4rem 0 0}.link-blocks-with-image{margin:14rem 0}@media screen and (max-width:64em){.link-blocks-with-image{margin:8rem 0}}@media screen and (max-width:47.9375em){.link-blocks-with-image{margin:6rem 0}}.link-blocks-with-image__wrap{display:flex;margin:8rem -1.6rem 0}@media screen and (max-width:64em){.link-blocks-with-image__wrap{flex-wrap:wrap;margin:6rem 0 0}}@media screen and (max-width:47.9375em){.link-blocks-with-image__wrap{margin:2.4rem 0 0}}.link-blocks-with-image__item-wrap{height:auto;min-height:50rem;padding:0 1.6rem;width:33.3333%}@media screen and (max-width:64em){.link-blocks-with-image__item-wrap{margin:0 0 2.4rem;min-height:35.2rem;padding:0;width:100%}}@media screen and (max-width:47.9375em){.link-blocks-with-image__item-wrap{margin:0 0 1.6rem}}.link-blocks-with-image__item-wrap:last-child{margin:0}.link-blocks-with-image__item{color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-end;overflow:hidden;padding:3.2rem;position:relative;width:100%}@media screen and (max-width:47.9375em){.link-blocks-with-image__item{padding:2.4rem}}.link-blocks-with-image__item:after{background:linear-gradient(181.6deg,hsla(0,0%,7%,0) 1.33%,hsla(0,0%,7%,.289) 56.3%,hsla(0,0%,7%,.54) 82.97%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@media screen and (max-width:64em){.link-blocks-with-image__item:after{background:linear-gradient(180deg,hsla(0,0%,7%,0),hsla(0,0%,7%,.202) 43.61%,hsla(0,0%,7%,.792) 69.38%)}}.link-blocks-with-image__item:hover img{transform:scale(1.05)}.link-blocks-with-image__item:hover svg{transform:translateX(1rem)}.link-blocks-with-image__item p{margin:1.6rem 0 0}.link-blocks-with-image__item svg{margin:1.6rem 0 0;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.link-blocks-with-image__item svg path{stroke:#fff}.link-blocks-with-image__item img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:-1}.team-members-section{margin:14rem 0;position:relative}@media screen and (max-width:64em){.team-members-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.team-members-section{margin:6rem 0}}.team-members-section__external-el{position:absolute;right:0;top:-26.9rem;z-index:-1}@media screen and (max-width:64em){.team-members-section__external-el{display:none}}.team-members-section__external-el svg{height:44rem;width:auto}.team-members-section .section-header{margin-bottom:10rem}@media screen and (max-width:64em){.team-members-section .section-header{margin-bottom:6rem}}@media screen and (max-width:47.9375em){.team-members-section .section-header{margin-bottom:3.2rem}}.team-members-section__subtitle{margin:0 0 4.5rem}@media screen and (max-width:47.9375em){.team-members-section__subtitle{font-size:3.6rem;line-height:4.6rem}}.team-members-section__external{display:flex;flex-wrap:wrap;margin:0 -1.6rem -3.2rem}.team-members-section__external__item{align-items:flex-start;background-color:#f2f4f8;border:none;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:4rem 3.2rem 2.4rem;text-align:left;width:100%}@media screen and (max-width:47.9375em){.team-members-section__external__item{padding:4rem 3.2rem}}.team-members-section__external__item:hover h3{color:#000}.team-members-section__external__item:hover svg{opacity:1;transform:translateX(.5rem)}.team-members-section__external__item p{margin:1.6rem 0 0}.team-members-section__external__item h3{transition:color .3s cubic-bezier(.25,.46,.45,.94)}.team-members-section__external__item svg{margin-top:auto;opacity:0;padding:1.6rem 0 0;transition:opacity .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:64em){.team-members-section__external__item svg{opacity:1}}.team-members-section__external__item-wrap{height:auto;margin:0 0 3.2rem;padding:0 1.6rem;width:25%}@media screen and (max-width:64em){.team-members-section__external__item-wrap{width:50%}}@media screen and (max-width:47.9375em){.team-members-section__external__item-wrap{width:100%}}.facts-blocks{margin:14rem 0}@media screen and (max-width:64em){.facts-blocks{margin:8rem 0}}@media screen and (max-width:47.9375em){.facts-blocks{margin:6rem 0}}.facts-blocks__wrap{display:flex;flex-wrap:wrap;margin:8rem -1.9rem -2.4rem}@media screen and (max-width:64em){.facts-blocks__wrap{margin:6rem -1.9rem -2.4rem}}@media screen and (max-width:47.9375em){.facts-blocks__wrap{margin:2.4rem 0 0}}.facts-blocks__item-wrap{margin:0 0 2.4rem;padding:0 1.9rem;width:33.3333%}@media screen and (max-width:64em){.facts-blocks__item-wrap{width:50%}}@media screen and (max-width:47.9375em){.facts-blocks__item-wrap{margin:0 0 1.6rem;padding:0;width:100%}.facts-blocks__item-wrap:last-child{margin:0}}.facts-blocks__item-wrap:nth-child(6n+1) .facts-blocks__item{background-color:#000}.facts-blocks__item-wrap:nth-child(6n+1) .facts-blocks__item__el svg{height:16.5rem;width:auto}.facts-blocks__item-wrap:nth-child(6n+1) .facts-blocks__item h3,.facts-blocks__item-wrap:nth-child(6n+1) .facts-blocks__item p{color:#fff}.facts-blocks__item-wrap:nth-child(6n+1) .facts-blocks__item svg path{stroke:#fff}.facts-blocks__item-wrap:nth-child(6n+3) .facts-blocks__item{background-color:#f2f4f8}@media screen and (max-width:64em){.facts-blocks__item-wrap:nth-child(6n+3) .facts-blocks__item{background-color:#fff}}@media screen and (max-width:47.9375em){.facts-blocks__item-wrap:nth-child(6n+3) .facts-blocks__item{background-color:#f2f4f8}}@media screen and (max-width:64em){.facts-blocks__item-wrap:nth-child(6n+4) .facts-blocks__item{background-color:#f2f4f8}}@media screen and (max-width:47.9375em){.facts-blocks__item-wrap:nth-child(6n+4) .facts-blocks__item{background-color:#fff}}.facts-blocks__item-wrap:nth-child(6n+5) .facts-blocks__item{background-color:#000}.facts-blocks__item-wrap:nth-child(6n+5) .facts-blocks__item__el svg{height:21.1rem;width:auto}.facts-blocks__item-wrap:nth-child(6n+5) .facts-blocks__item h3,.facts-blocks__item-wrap:nth-child(6n+5) .facts-blocks__item p{color:#fff}.facts-blocks__item-wrap:nth-child(6n+5) .facts-blocks__item svg path{stroke:#fff}@media screen and (max-width:47.9375em){.facts-blocks__item-wrap:nth-child(6n+6) .facts-blocks__item{background-color:#f2f4f8}}.facts-blocks__item{height:100%;padding:9rem 2rem 9rem 4rem;position:relative}@media screen and (max-width:47.9375em){.facts-blocks__item{padding:4.5rem 6rem;text-align:center}}.facts-blocks__item img,.facts-blocks__item svg{height:auto;width:6.4rem}.facts-blocks__item img path,.facts-blocks__item svg path{stroke:#000}.facts-blocks__item p{margin:1.2rem 0 0;padding:0 4rem 0 0}@media screen and (max-width:47.9375em){.facts-blocks__item p{padding:0}.facts-blocks__item h3{font-size:4.8rem;line-height:6.1rem}.facts-blocks__item h3 span{font-size:2rem;line-height:3.2rem}}.facts-blocks__item__el{bottom:0;position:absolute;right:0}@media screen and (max-width:47.9375em){.facts-blocks__item__el{display:none}}.facts-blocks-with-icon{margin:14rem 0;position:relative}@media screen and (max-width:64em){.facts-blocks-with-icon{margin:8rem 0}}@media screen and (max-width:47.9375em){.facts-blocks-with-icon{margin:6rem 0}}.facts-blocks-with-icon__el{bottom:-40rem;position:absolute;right:0;z-index:-1}@media screen and (max-width:64em){.facts-blocks-with-icon__el{display:none}}.facts-blocks-with-icon__wrap{display:flex;flex-wrap:wrap;margin:8rem -1.9rem -4.5rem}@media screen and (max-width:64em){.facts-blocks-with-icon__wrap{margin:6rem -1.9rem -2.4rem}}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__wrap{margin:2.4rem 0 0}}.facts-blocks-with-icon__item-wrap{margin:0 0 4.5rem;padding:0 1.9rem;width:33.3333%}@media screen and (max-width:64em){.facts-blocks-with-icon__item-wrap{width:50%}}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item-wrap{margin:0 0 1.6rem;padding:0;width:100%}.facts-blocks-with-icon__item-wrap:last-child{margin:0}}.facts-blocks-with-icon__item-wrap:nth-child(6n+1) .facts-blocks-with-icon__item{background-color:#000}.facts-blocks-with-icon__item-wrap:nth-child(6n+1) .facts-blocks-with-icon__item h3,.facts-blocks-with-icon__item-wrap:nth-child(6n+1) .facts-blocks-with-icon__item p{color:#fff}.facts-blocks-with-icon__item-wrap:nth-child(6n+1) .facts-blocks-with-icon__item svg path{stroke:#fff}.facts-blocks-with-icon__item-wrap:nth-child(6n+2) .facts-blocks-with-icon__item,.facts-blocks-with-icon__item-wrap:nth-child(6n+6) .facts-blocks-with-icon__item{background-color:#f2f4f8}@media screen and (max-width:64em){.facts-blocks-with-icon__item-wrap:nth-child(6n+3) .facts-blocks-with-icon__item{background-color:#f2f4f8}}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item-wrap:nth-child(6n+3) .facts-blocks-with-icon__item{background-color:#fff}.facts-blocks-with-icon__item-wrap:nth-child(6n+4) .facts-blocks-with-icon__item{background-color:#f2f4f8}}.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item{background-color:#000}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item{background-color:#fff}}.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item h3,.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item p{color:#fff}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item h3,.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item p{color:#000}}.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item svg path{stroke:#fff}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item svg path{stroke:#000}.facts-blocks-with-icon__item-wrap:nth-child(6n+6) .facts-blocks-with-icon__item{background-color:#000}.facts-blocks-with-icon__item-wrap:nth-child(6n+6) .facts-blocks-with-icon__item h3,.facts-blocks-with-icon__item-wrap:nth-child(6n+6) .facts-blocks-with-icon__item p{color:#fff}.facts-blocks-with-icon__item-wrap:nth-child(6n+6) .facts-blocks-with-icon__item svg path{stroke:#fff}}.facts-blocks-with-icon__item{height:100%;padding:6.4rem 4rem;position:relative}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item{padding:4.5rem 2.4rem}}.facts-blocks-with-icon__item img,.facts-blocks-with-icon__item svg{height:6.4rem;width:auto}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item img,.facts-blocks-with-icon__item svg{height:5.6rem}}.facts-blocks-with-icon__item img path,.facts-blocks-with-icon__item svg path{stroke:#000}.facts-blocks-with-icon__item p{margin:4rem 0 0}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item p{margin:1.6rem 0 0}}.facts-blocks-with-icon__item__el{bottom:0;position:absolute;right:0}.accordions-with-image{margin:14rem 0}@media screen and (max-width:64em){.accordions-with-image{margin:8rem 0}}@media screen and (max-width:47.9375em){.accordions-with-image{margin:6rem 0}}.accordions-with-image__wrap{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.accordions-with-image__wrap{flex-direction:column}}.accordions-with-image__accordions{margin:6rem 0 0}@media screen and (max-width:64em){.accordions-with-image__accordions{margin:4rem 0 0}}@media screen and (max-width:47.9375em){.accordions-with-image__accordions{margin:2.4rem 0 0}}.accordions-with-image__accordion{border-bottom:.2rem solid #f2f4f8;margin:0 0 .8rem;transition:background-color .3s cubic-bezier(.25,.46,.45,.94),border-radius .3s cubic-bezier(.25,.46,.45,.94)}.accordions-with-image__accordion:last-child{margin:0}.accordions-with-image__accordion.is-active{background-color:#f2f4f8;border-radius:.8rem}.accordions-with-image__accordion.is-active .accordions-with-image__accordion__indicator{border-radius:50%}.accordions-with-image__accordion.is-active .accordions-with-image__accordion__indicator:after{transform:translate(-50%,-50%) rotate(0deg)}.accordions-with-image__accordion__title{align-items:center;background-color:transparent;border:none;display:flex;justify-content:space-between;padding:3.2rem;text-align:left;transition:color .3s cubic-bezier(.25,.46,.45,.94);width:100%}@media screen and (max-width:47.9375em){.accordions-with-image__accordion__title{padding:1.6rem 2.4rem}}.accordions-with-image__accordion__title:hover{color:#000}.accordions-with-image__accordion__content{padding:0 3.2rem 3.2rem}.accordions-with-image__accordion__indicator{background-color:#fff;flex:none;height:4.8rem;margin:0 0 0 2.4rem;position:relative;transition:border-radius .3s cubic-bezier(.25,.46,.45,.94);width:4.8rem}.accordions-with-image__accordion__indicator:after,.accordions-with-image__accordion__indicator:before{background-color:#000;border-radius:.1rem;content:"";height:.2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:2.4rem}.accordions-with-image__accordion__indicator:after{transform:translate(-50%,-50%) rotate(90deg)}.accordions-with-image__left{width:57.89%}@media screen and (max-width:64em){.accordions-with-image__left{width:100%}}.accordions-with-image__right{max-width:44.2rem;padding:0 0 0 6rem;width:42.11%}@media screen and (max-width:64em){.accordions-with-image__right{margin:4rem 0 0;max-width:100%;padding:0;width:100%}}@media screen and (max-width:47.9375em){.accordions-with-image__right{margin:2.4rem 0 0}}.accordions-with-image__image-wrap{position:relative}.accordions-with-image__image-wrap:after{content:"";display:block;padding-bottom:209.42%}@media screen and (max-width:64em){.accordions-with-image__image-wrap:after{padding-bottom:112.82%}}.accordions-with-image__image{height:100%;left:0;position:absolute;top:0;width:calc(100% + 15.2rem)}@media screen and (max-width:64em){.accordions-with-image__image{width:100%}}.accordions-with-image__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.link-blocks-slider{margin:14rem 0}@media screen and (max-width:64em){.link-blocks-slider{margin:8rem 0}}@media screen and (max-width:47.9375em){.link-blocks-slider{margin:6rem 0}}.link-blocks-slider__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.link-blocks-slider__top{align-items:flex-start;flex-direction:column}}.link-blocks-slider__top__left{max-width:77.5rem;padding:0 2.4rem 0 0}.link-blocks-slider__top__left p{margin:4rem 0 0}@media screen and (max-width:64em){.link-blocks-slider__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.link-blocks-slider__nav{display:none}}.link-blocks-slider__slider{margin:8rem 0 0}@media screen and (max-width:64em){.link-blocks-slider__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.link-blocks-slider__slider{margin:2.4rem 0 0}}.link-blocks-slider__slider .swiper{display:flex;overflow:visible}.link-blocks-slider__slider .swiper .swiper-wrapper{width:auto}.link-blocks-slider__item-wrap{height:auto}.link-blocks-slider__item{align-items:flex-start;background-color:#f2f4f8;color:#000;display:flex;flex-direction:column;height:100%;padding:4.5rem 7.2rem;width:100%}@media screen and (max-width:47.9375em){.link-blocks-slider__item{padding:4.5rem 2.4rem}}.link-blocks-slider__item__image{height:5.9rem;margin:0 0 2rem;position:relative;width:28rem}.link-blocks-slider__item__image img{filter:grayscale(100%);height:100%;left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;position:absolute;top:0;transition:filter .3s cubic-bezier(.25,.46,.45,.94);width:100%}@media screen and (max-width:47.9375em){.link-blocks-slider__item__image img{filter:grayscale(0)}}@media screen and (max-width:64em){.link-blocks-slider__item__image{height:3.2rem}}.link-blocks-slider__item p{margin:2.4rem 0 4rem}@media screen and (max-width:47.9375em){.link-blocks-slider__item p{margin:1.6rem 0 2.4rem}}.link-blocks-slider__item:hover .link-blocks-slider__item__image img{filter:grayscale(0)}.link-blocks-slider__item:hover .link-blocks-slider__item__arrow__hover{opacity:1;transform:translate(.9rem,-50%)}.link-blocks-slider__item:hover .link-blocks-slider__item__arrow__hover svg{transform:translateY(-50%)}.link-blocks-slider__item__arrow{margin:auto 0 0;position:relative}.link-blocks-slider__item__arrow svg{width:2.1rem}.link-blocks-slider__item__arrow svg path{fill:#000}.link-blocks-slider__item__arrow__hover{align-items:center;background-color:#000;border-radius:50%;clip-path:circle();display:flex;height:4.8rem;justify-content:flex-start;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94);width:4.8rem}.link-blocks-slider__item__arrow__hover__test{border-radius:50%;height:100%;width:100%}.link-blocks-slider__item__arrow__hover svg{left:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.link-blocks-slider__item__arrow__hover svg path{fill:#fff}.page-hero+.price-feed-section .price-feed-section__left{display:block}.price-feed-section{margin:10rem 0}@media screen and (max-width:64em){.price-feed-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.price-feed-section{margin:6rem 0}}.price-feed-section .section-header{margin-bottom:10rem}@media screen and (max-width:64em){.price-feed-section .section-header{margin-bottom:6rem}}.price-feed-section__wrap{align-items:center;display:flex;justify-content:space-between;margin:0 -1.6rem}@media screen and (max-width:64em){.price-feed-section__wrap{flex-direction:column;margin:0}}.price-feed-section__image-wrap{position:relative}.price-feed-section__image-wrap:after{content:"";display:block;padding-bottom:134.87394958%}@media screen and (max-width:47.9375em){.price-feed-section__image-wrap:after{padding-bottom:111.11%}}.price-feed-section__image{height:100%;position:absolute;right:0;top:0;width:calc(100% + 15.2rem)}@media screen and (max-width:64em){.price-feed-section__image{width:100%}}@media screen and (max-width:47.9375em){.price-feed-section__image{right:-2.4rem;width:calc(100% + 4.8rem)}}.price-feed-section__right{padding:0 1.6rem}@media screen and (max-width:64em){.price-feed-section__right{margin:6rem 0 0;padding:0;width:100%}}@media screen and (max-width:47.9375em){.price-feed-section__right{margin:0}}.price-feed-section__left{max-width:47.6rem;padding:0 1.6rem;position:relative;width:50%}@media screen and (max-width:64em){.price-feed-section__left{max-width:100%;padding:0;width:100%}}@media screen and (max-width:47.9375em){.price-feed-section__left{display:none;margin:0 0 4rem}}.price-feed-section__left img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.price-feed-section__items{margin:4rem 0 0}@media screen and (max-width:47.9375em){.price-feed-section__items{margin:2.4rem 0 0}}.price-feed-section__item{align-items:center;display:flex;margin:0 0 3.2rem}@media screen and (max-width:47.9375em){.price-feed-section__item{flex-direction:column;margin:0 0 2.4rem}}.price-feed-section__item:last-child{border:none;margin:0;padding:0}.price-feed-section__item:nth-last-child(2n) .price-feed-section__item__left,.price-feed-section__item:nth-last-child(odd) .price-feed-section__item__left{background-color:#000}.price-feed-section__item__left{background-color:#000;color:#fff;flex:none;margin:0 3.2rem 0 0;min-width:21.6rem;padding:2rem 2.4rem}@media screen and (max-width:47.9375em){.price-feed-section__item__left{margin:0;padding:4rem 3.2rem;width:100%}}.price-feed-section__item__left__title{font-size:1.8rem;font-weight:600;line-height:3rem}.price-feed-section__item__left__price{font-size:4.8rem;line-height:6.1rem;margin:.6rem 0 0}.price-feed-section__item__left__change{margin:1.2rem 0 0;opacity:.5}.price-feed-section__item__left__date{border-top:.1rem solid hsla(0,0%,100%,.07);margin:1.2rem 0 0;opacity:.5;padding:1.2rem 0 0}@media screen and (max-width:47.9375em){.price-feed-section__item__list{margin:2.4rem 0 0;width:100%}}.price-feed-section__item__list__item{margin:0 0 2.4rem}.price-feed-section__item__list__item:last-child{margin:0}.price-feed-section__item__list__item h3{display:inline-flex;font-size:2rem;font-weight:600;line-height:3.2rem;margin:0 2.4rem 0 0}@media screen and (max-width:47.9375em){.price-feed-section__item__list__item h3{font-size:1.6rem;line-height:2.6rem}}.price-feed-section__item__list__item p{display:inline-flex}@media screen and (max-width:47.9375em){.price-feed-section__item__list__item p{font-size:1.6rem;line-height:2.6rem}}.price-feed-section__bottom-text{align-items:flex-start;border-top:.1rem solid #e0e4ec;color:#534e60;display:flex;margin:3.2rem 0 0;padding:3.2rem 0 0}.price-feed-section__bottom-text svg{flex:none;margin:.1rem 1.2rem 0 0}.price-feed-section__bottom-text h1,.price-feed-section__bottom-text h2,.price-feed-section__bottom-text h3,.price-feed-section__bottom-text h4,.price-feed-section__bottom-text h5,.price-feed-section__bottom-text h6,.price-feed-section__bottom-text p{font-size:1.4rem;font-weight:400;line-height:2.2rem}.price-feed-section__bottom-text a{color:#4090e7;-webkit-text-decoration:underline;text-decoration:underline}.price-feed-section__bottom-text a:hover{-webkit-text-decoration:none;text-decoration:none}.price-feed-section-2 .section-header a{color:#4090e7}.price-feed-section-2 .btn-wrap{display:flex;justify-content:center;margin:6rem 0 0}@media screen and (max-width:47.9375em){.price-feed-section-2 .btn-wrap{margin:4rem 0 0}}.price-feed-section-2__items{margin:4rem 0 0}@media screen and (max-width:47.9375em){.price-feed-section-2__items{margin:2.4rem 0 0}}.price-feed-section-2__item{align-items:center;color:#fff;display:flex;justify-content:space-between;margin:0 0 2.4rem;padding:4.5rem 7.2rem}@media screen and (max-width:64em){.price-feed-section-2__item{align-items:flex-start;flex-direction:column;padding:4rem 3.2rem}}.price-feed-section-2__item p{margin:1.2rem 0 0}.price-feed-section-2__item p span{margin:0 1.6rem 0 0;padding:0 1.6rem 0 0;position:relative}@media screen and (max-width:47.9375em){.price-feed-section-2__item p span{display:block}}.price-feed-section-2__item p span:first-child:after{background:#fff;content:"";height:1.8rem;position:absolute;right:0;top:50%;transform:translateY(-50%);width:.1rem}@media screen and (max-width:47.9375em){.price-feed-section-2__item p span:first-child:after{display:none}}.price-feed-section-2__item p span:last-child{margin:0;padding:0}.price-feed-section-2__item:last-child{margin:0}.price-feed-section-2__item:nth-child(2n),.price-feed-section-2__item:nth-child(odd){background-color:#000}.price-feed-section-2__item__right{text-align:right}@media screen and (max-width:47.9375em){.price-feed-section-2__item__right{margin:2.4rem 0 0;text-align:left}}.dates-table{margin:14rem 0}@media screen and (max-width:64em){.dates-table{margin:8rem 0}}@media screen and (max-width:47.9375em){.dates-table{margin:6rem 0}}.dates-table__table-wrap{display:flex;flex-wrap:wrap;margin:10rem 0 0}@media screen and (max-width:47.9375em){.dates-table__table-wrap{margin:6rem 0 0;margin:3.2rem 0 0}}.dates-table__table{width:50%}@media screen and (max-width:47.9375em){.dates-table__table{width:100%}}.dates-table__table:first-child{border-right:.1rem solid #000}@media screen and (max-width:47.9375em){.dates-table__table:first-child{border-right:none}.dates-table__table:not(:first-child) .dates-table__table__item:first-child{display:none}}.dates-table__table:first-child .dates-table__table__item div:first-child{width:32.348%}@media screen and (max-width:47.9375em){.dates-table__table:first-child .dates-table__table__item div:first-child{width:38.14%}}.dates-table__table:first-child .dates-table__table__item div:nth-child(2){padding-left:21.34%;width:67.652%}@media screen and (max-width:64em){.dates-table__table:first-child .dates-table__table__item div:nth-child(2){padding-left:2.4rem}}@media screen and (max-width:47.9375em){.dates-table__table:first-child .dates-table__table__item div:nth-child(2){padding-left:2.4rem;padding-right:0;text-align:right;width:61.86%}}.dates-table__table:nth-child(2) .dates-table__table__item div:first-child{padding-left:21.34%;width:56.486%}@media screen and (max-width:64em){.dates-table__table:nth-child(2) .dates-table__table__item div:first-child{padding-left:2.4rem}}@media screen and (max-width:47.9375em){.dates-table__table:nth-child(2) .dates-table__table__item div:first-child{padding-left:0;width:38.14%}}.dates-table__table:nth-child(2) .dates-table__table__item div:nth-child(2){padding-left:1.6rem;padding-right:0;text-align:right;width:43.514%}@media screen and (max-width:47.9375em){.dates-table__table:nth-child(2) .dates-table__table__item div:nth-child(2){padding-left:2.4rem;width:61.86%}}.dates-table__table__item{border-bottom:.1rem solid #e0e4ec;display:flex;font-size:1.6rem;font-weight:400;line-height:2.6rem}.dates-table__table__item:first-child{border-bottom:.1rem solid #000;font-size:1.8rem;font-weight:600;line-height:3rem}.dates-table__table__item:not(.dates-table__table__item:first-child) div:first-child{border-right:.1rem solid #e0e4ec}.dates-table__table__item div{padding:1.6rem 1.6rem 1.6rem 0}.green-card{margin:14rem 0;position:relative}@media screen and (max-width:64em){.green-card{margin:8rem 0}}@media screen and (max-width:47.9375em){.green-card{margin:0 0 6rem}.green-card .container{padding:0}}.green-card__wrap{background-color:#000;color:#fff;display:flex;overflow:hidden;padding:8rem 12rem;position:relative}@media screen and (max-width:64em){.green-card__wrap{flex-direction:column;padding:6rem}}@media screen and (max-width:47.9375em){.green-card__wrap{padding:6rem 2.4rem}}.green-card__left{align-items:center;display:flex;padding:0 12.5% 0 0;position:relative;width:50%}@media screen and (max-width:64em){.green-card__left{margin:0 0 3.2rem;padding:0 0 3.2rem;width:100%}}.green-card__left:after{background-color:hsla(0,0%,100%,.4);content:"";height:100%;position:absolute;right:0;top:0;width:.1rem}@media screen and (max-width:64em){.green-card__left:after{bottom:0;height:.1rem;top:auto;width:100%}}.green-card__right{display:flex;flex-direction:column;justify-content:center;padding:0 0 0 12.5%;width:50%}@media screen and (max-width:64em){.green-card__right{padding:0;width:100%}}.green-card__right p{margin:.8rem 0 0}.green-card__info__item{align-items:center;display:flex;font-size:1.8rem;font-weight:400;line-height:3rem;margin:0 0 2.4rem}.green-card__info__item a{color:#fff}.green-card__info__item a:hover{-webkit-text-decoration:underline;text-decoration:underline}.green-card__info__item:last-child{margin:0}.green-card__info__item img,.green-card__info__item svg{flex:none;margin:0 1.6rem 0 0;width:2.4rem}.green-card__info__item img path,.green-card__info__item svg path{stroke:#fff}.green-card__el{bottom:0;position:absolute;right:0}@media screen and (max-width:64em){.green-card__el{height:21.7rem}}@media screen and (max-width:47.9375em){.green-card__el svg{height:100%;width:auto}}.green-card__el-2{bottom:0;left:0;position:absolute}@media screen and (max-width:64em){.green-card__el-2{display:none}}.colorful-blocks{margin:14rem 0}@media screen and (max-width:64em){.colorful-blocks{margin:8rem 0}}@media screen and (max-width:47.9375em){.colorful-blocks{margin:6rem 0}}.colorful-blocks__wrap{display:flex;flex-wrap:wrap;margin:10rem -.15rem -2.4rem}@media screen and (max-width:64em){.colorful-blocks__wrap{margin:6rem 0 0}}.colorful-blocks__block-wrap{display:flex;flex-direction:column;height:auto;margin:0 0 2.4rem;padding:0 .15rem;width:33.3333%}@media screen and (max-width:64em){.colorful-blocks__block-wrap{flex-direction:row;margin:0 0 .2rem;padding:0;width:100%}.colorful-blocks__block-wrap:last-child{margin:0}}.colorful-blocks__block-wrap:nth-child(3n+2) .colorful-blocks__block{background-color:#f2f4f8}.colorful-blocks__block-wrap:nth-child(3n+2) .colorful-blocks__block:before{border-color:transparent transparent #f2f4f8}@media screen and (max-width:64em){.colorful-blocks__block-wrap:nth-child(3n+2) .colorful-blocks__block:before{border-color:transparent #f2f4f8 transparent transparent}}.colorful-blocks__block-wrap:nth-child(3n+2) .colorful-blocks__block h3{color:#534e60}.colorful-blocks__block-wrap:nth-child(3n+2):before{background-color:#e0e4ec}.colorful-blocks__block-wrap:nth-child(3n+3) .colorful-blocks__block{background-color:#e8f3f5}.colorful-blocks__block-wrap:nth-child(3n+3) .colorful-blocks__block:before{border-color:transparent transparent #e8f3f5}@media screen and (max-width:64em){.colorful-blocks__block-wrap:nth-child(3n+3) .colorful-blocks__block:before{border-color:transparent #e8f3f5 transparent transparent}}.colorful-blocks__block-wrap:nth-child(3n+3) .colorful-blocks__block h3{color:#000}.colorful-blocks__block-wrap:nth-child(3n+3):before{background-color:#000}.colorful-blocks__block-wrap:before{background-color:#000;content:"";display:block;height:2rem;margin:0 0 2.8rem;width:100%}@media screen and (max-width:64em){.colorful-blocks__block-wrap:before{flex:none;height:100%;margin:0 3rem 0 0;width:2rem}}.colorful-blocks__block{background-color:#eaf3fe;height:100%;margin:0 2.5rem 0 0;padding:3.2rem;position:relative}@media screen and (max-width:64em){.colorful-blocks__block{height:auto;margin:0 0 .6rem}}@media screen and (max-width:47.9375em){.colorful-blocks__block{padding:3.2rem 2.4rem 3.2rem 4.4rem}}.colorful-blocks__block:before{border-color:transparent transparent #eaf3fe;border-style:solid;border-width:0 1.5rem 1.2rem;bottom:100%;content:"";height:0;left:2.6rem;position:absolute;width:0}@media screen and (max-width:64em){.colorful-blocks__block:before{border-color:transparent #eaf3fe transparent transparent;border-width:1.5rem 1.2rem 1.5rem 0;bottom:auto;left:auto;right:100%;top:6rem}}.colorful-blocks__block h3{color:#000}.colorful-blocks__block p{margin:1.6rem 0 0}.webinars-slider{margin:14rem 0;overflow:hidden}@media screen and (max-width:64em){.webinars-slider{margin:8rem 0}}@media screen and (max-width:47.9375em){.webinars-slider{margin:6rem 0}}.webinars-slider__button-wrap{display:flex;justify-content:center;margin:4rem 0 0}.webinars-slider__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.webinars-slider__top{align-items:flex-start;flex-direction:column}}.webinars-slider__top__left{max-width:77.5rem;padding:0 2.4rem 0 0}@media screen and (max-width:64em){.webinars-slider__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.webinars-slider__nav{display:none}}.webinars-slider__slider{margin:8rem 0 0}@media screen and (max-width:64em){.webinars-slider__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.webinars-slider__slider{margin:2.4rem 0 0}}.webinars-slider__slider .swiper{display:flex;overflow:visible}.webinars-slider__slider .swiper .swiper-wrapper{width:auto}.webinars-slider__item{align-items:flex-start;background-color:#f2f4f8;display:flex;flex-direction:column;height:auto;padding:4rem}@media screen and (max-width:47.9375em){.webinars-slider__item{padding:4rem 2.4rem}}.webinars-slider__item .label{box-shadow:0 4px 15px rgba(0,0,0,.1)}.webinars-slider__item h3{margin:2.4rem 0 0}.webinars-slider__item__date{align-items:center;display:flex;margin:1.6rem 0 0}.webinars-slider__item__date svg{flex:none;margin:0 .8rem 0 0;width:1.6rem}.webinars-slider__item__bottom{margin:auto 0 0}.webinars-slider__item__video{aspect-ratio:304/186;display:flex;margin:1.6rem 0 0;overflow:hidden}.webinars-slider__item__video:hover img{transform:scale(1.1)}.webinars-slider__item__video__image{height:100%;position:relative;width:100%}.webinars-slider__item__video__image:after{background-color:#161531;content:"";height:100%;left:0;opacity:.32;position:absolute;top:0;width:100%}.webinars-slider__item__video__image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.webinars-slider__item__video__image svg{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:7rem;z-index:1}.webinars-slider__item__button{margin:2.4rem 0 0}.webinars-slider__item__buttons{align-items:center;display:flex;margin:3.2rem 0 0}.webinars-slider__item__buttons a{align-items:center;border:.1rem solid #e0e4ec;border-radius:50%;display:flex;flex:none;height:7rem;justify-content:center;margin:0 2.4rem 0 0;transition:border .3s cubic-bezier(.25,.46,.45,.94);width:7rem}.webinars-slider__item__buttons a:last-child{margin:0}.webinars-slider__item__buttons a:hover{border:.1rem solid #000}.webinars-slider__item__buttons a:hover svg path{stroke:#000}.webinars-slider__item__buttons a svg{width:3.2rem}.webinars-slider__item__buttons a svg path{transition:stroke .3s cubic-bezier(.25,.46,.45,.94)}.meetings-slider{margin:14rem 0;overflow:hidden}@media screen and (max-width:64em){.meetings-slider{margin:8rem 0}}@media screen and (max-width:47.9375em){.meetings-slider{margin:6rem 0}}.meetings-slider__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.meetings-slider__top{align-items:flex-start;flex-direction:column}}.meetings-slider__top__left{max-width:77.5rem;padding:0 2.4rem 0 0}@media screen and (max-width:64em){.meetings-slider__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.meetings-slider__nav{display:none}}.meetings-slider__slider{margin:8rem 0 0}@media screen and (max-width:64em){.meetings-slider__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.meetings-slider__slider{margin:2.4rem 0 0}}.meetings-slider__slider .swiper{display:flex;overflow:visible}.meetings-slider__slider .swiper .swiper-wrapper{width:auto}.meetings-slider__item{background-color:#f2f4f8;height:auto;padding:4rem}@media screen and (max-width:47.9375em){.meetings-slider__item{padding:4rem 2.4rem}}.meetings-slider__item .label{box-shadow:0 4px 15px rgba(0,0,0,.1)}.meetings-slider__item h3{margin:3rem 0 0}@media screen and (max-width:47.9375em){.meetings-slider__item h3{margin:2.4rem 0 0}}.meetings-slider__item__list{margin:3.2rem 0 0}.meetings-slider__item__list__item{border-bottom:.1rem solid #e0e4ec;margin:0 0 1.6rem;padding:0 0 1.6rem}.meetings-slider__item__list__item:hover h6{color:#000}.meetings-slider__item__list__item:last-child{border-bottom:none;margin:0;padding:0}.meetings-slider__item__list__item a{color:#000}.meetings-slider__item__list__item__date{align-items:center;display:flex}.meetings-slider__item__list__item__date svg{flex:none;margin:0 .8rem 0 0;width:1.6rem}.meetings-slider__item__list__item h6{margin:.6rem 0 0;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.documents-section{margin:14rem 0}@media screen and (max-width:64em){.documents-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.documents-section{margin:6rem 0}}.documents-section__wrap{display:flex;flex-wrap:wrap;margin:10rem -8.7rem -4rem}@media screen and (max-width:64em){.documents-section__wrap{margin:6rem 0}}@media screen and (max-width:47.9375em){.documents-section__wrap{margin:4rem 0}}.documents-section__group-wrap{margin:0 0 4rem;padding:0 8.7rem;width:50%}@media screen and (max-width:64em){.documents-section__group-wrap{padding:0;width:100%}}@media screen and (max-width:47.9375em){.documents-section__group-wrap{margin:0 0 2.4rem}}@media screen and (max-width:64em){.documents-section__group-wrap:last-child{margin:0}}.documents-section__group-wrap:last-child .documents-section__group{border-bottom:0;padding:0}.documents-section__group{border-bottom:.1rem solid #e0e4ec;display:flex;height:100%;padding:0 0 4rem}@media screen and (max-width:47.9375em){.documents-section__group{flex-direction:column;padding:0 0 2.4rem}}.documents-section__group__left{margin:0 4.5rem 0 0}.documents-section__group__left h3{font-size:3.6rem;line-height:4.6rem}.documents-section__group__right{flex:1;padding:1.3rem 0 0}@media screen and (max-width:47.9375em){.documents-section__group__right{margin:1.6rem 0 0;padding:0}}.documents-section__documents{margin:2.4rem 0 0}.documents-section__documents__item{margin:0 0 2.4rem}@media screen and (max-width:47.9375em){.documents-section__documents__item{margin:0 0 1.6rem}}.documents-section__documents__item a{align-items:flex-start;color:#000;display:flex;justify-content:space-between;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.documents-section__documents__item a:hover{color:#000}.documents-section__documents__item a:hover svg{transform:translateX(.5rem)}.documents-section__documents__item a svg{flex:none;margin:.8rem 0 0 1.6rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.documents-section__documents__item a svg{margin:.8rem 0 0 1.6rem}}.documents-section__documents__item a svg path{fill:#000}.documents-section__documents__item:last-child{margin:0}.table-section{margin:14rem 0}@media screen and (max-width:64em){.table-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.table-section{margin:6rem 0}}.table-section__tables{margin:10rem 0 0;position:relative}@media screen and (max-width:64em){.table-section__tables{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.table-section__tables{margin:3.2rem 0 0}}.table-section__tabs-wrap{margin:6rem 0 0}@media screen and (max-width:47.9375em){.table-section__tabs-wrap{margin:2.4rem 0 0}}.table-section__table{left:0;top:0}.table-section__table__top{display:flex;justify-content:space-between;margin:0 0 1.2rem}@media screen and (max-width:47.9375em){.table-section__table__top{flex-direction:column}}.table-section__table__top p{color:#534e60;margin:0}@media screen and (max-width:47.9375em){.table-section__table__top p{margin:0 0 .8rem}.table-section__table__top p:last-child{margin:0}}.table-section .table-wrap{margin:0}.table-section .table-wrap table{text-align:right}.table-section .table-wrap table thead td,.table-section .table-wrap table thead th{border-bottom:.1rem solid #000!important;border-top:.1rem solid #e0e4ec!important}.table-section .table-wrap table td:first-child,.table-section .table-wrap table th:first-child{text-align:left}.table-section .table-wrap table tbody td,.table-section .table-wrap table tbody th{border-right:.1rem solid #e0e4ec!important}.table-section .table-wrap table tbody td:last-child,.table-section .table-wrap table tbody th:last-child{border-right:none!important}.table-section-2{margin:10rem 0}@media screen and (max-width:64em){.table-section-2{margin:6rem 0}}@media screen and (max-width:47.9375em){.table-section-2{margin:4rem 0}}.table-section-2__tables{margin:10rem 0 0;position:relative}@media screen and (max-width:64em){.table-section-2__tables{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.table-section-2__tables{margin:3.2rem 0 0}}.table-section-2__tabs-wrap{margin:6rem 0 0}@media screen and (max-width:47.9375em){.table-section-2__tabs-wrap{margin:2.4rem 0 0}}.table-section-2__table{left:0;margin:0 0 5rem;top:0}.table-section-2__table:last-child{margin:0}.table-section-2__table__bottom{display:flex;justify-content:space-between;margin:1.6rem 0 0}@media screen and (max-width:47.9375em){.table-section-2__table__bottom{flex-direction:column}}.table-section-2__table__bottom p{color:#534e60;margin:0}@media screen and (max-width:47.9375em){.table-section-2__table__bottom p{margin:0 0 .8rem}.table-section-2__table__bottom p:last-child{margin:0}}.table-section-2 .table-wrap{margin:0}.table-section-2 .table-wrap table{text-align:right}.table-section-2 .table-wrap table thead td,.table-section-2 .table-wrap table thead th{border-bottom:.1rem solid #000!important;border-right:.1rem solid #e0e4ec!important;border-top:.1rem solid #e0e4ec!important;text-align:left}.table-section-2 .table-wrap table thead td:last-child,.table-section-2 .table-wrap table thead th:last-child{border-right:0!important}.table-section-2 .table-wrap table thead td p,.table-section-2 .table-wrap table thead th p{font-weight:600!important}.table-section-2 .table-wrap table td img,.table-section-2 .table-wrap table td svg,.table-section-2 .table-wrap table th img,.table-section-2 .table-wrap table th svg{height:2.4rem;margin:0 0 .8rem;width:auto}.table-section-2 .table-wrap table td p,.table-section-2 .table-wrap table th p{margin:0!important}.table-section-2 .table-wrap table td:first-child,.table-section-2 .table-wrap table th:first-child{text-align:left}.table-section-2 .table-wrap table tbody td,.table-section-2 .table-wrap table tbody th{border-right:.1rem solid #e0e4ec!important;text-align:left}.table-section-2 .table-wrap table tbody td:last-child,.table-section-2 .table-wrap table tbody th:last-child{border-right:none!important}.reports-section{margin:14rem 0}@media screen and (max-width:64em){.reports-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.reports-section{margin:6rem 0}}.reports-section .section-header{margin-bottom:5.2rem}@media screen and (max-width:47.9375em){.reports-section .section-header{margin-bottom:3.2rem}}.reports-section__desktop{margin:0 auto;max-width:88.8rem}@media screen and (max-width:47.9375em){.reports-section__desktop{display:none}}.reports-section__mobile{display:none}@media screen and (max-width:47.9375em){.reports-section__mobile{display:block}}.reports-section__tabs-wrap{display:none}@media screen and (max-width:47.9375em){.reports-section__tabs-wrap{display:block}}.reports-section__accordion{border-bottom:.1rem solid #e0e4ec}.reports-section__accordion.is-active .reports-section__accordion__title svg{transform:rotate(180deg)}.reports-section__accordion.is-active h3{color:#000}.reports-section__accordion__title{background-color:transparent;border:none;display:flex;justify-content:space-between;padding:4rem 0;width:100%}.reports-section__accordion__title:hover h3{color:#000}.reports-section__accordion__title h3{transition:color .3s cubic-bezier(.25,.46,.45,.94)}.reports-section__accordion__title svg{flex:none;margin:0 0 0 1.6rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.reports-section__group{padding:4rem 0 0}@media screen and (max-width:47.9375em){.reports-section__group{padding:0}}.reports-section__document-group-row{border-bottom:.1rem solid #e0e4ec;display:flex;justify-content:space-between;margin:0 0 4rem;padding:0 0 4rem}@media screen and (max-width:47.9375em){.reports-section__document-group-row{border:0;flex-direction:column;margin:0;padding:0}}.reports-section__document-group-row:last-child{border:none;margin:0;padding:0}@media screen and (max-width:47.9375em){.reports-section__document-group-row:last-child .reports-section__document-group:last-child{border:none;margin:0;padding:0}}.reports-section__document-group{margin:0 3.2rem 4rem 0;max-width:35rem;width:50%}@media screen and (max-width:47.9375em){.reports-section__document-group{border-bottom:.1rem solid #e0e4ec;margin:0 0 2.4rem;max-width:none;padding:0 0 2.4rem;width:100%}}.reports-section__document-group:last-child{margin-right:0}@media screen and (max-width:47.9375em){.reports-section__document-group h4{font-size:3.6rem;line-height:4.6rem}}.reports-section__documents{margin:2.4rem 0 0}@media screen and (max-width:47.9375em){.reports-section__documents{margin:1.6rem 0 0}}.reports-section__documents__item{margin:0 0 2.4rem}@media screen and (max-width:47.9375em){.reports-section__documents__item{margin:0 0 1.6rem}}.reports-section__documents__item a{align-items:flex-start;color:#000;display:flex;justify-content:space-between;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.reports-section__documents__item a:hover{color:#000}.reports-section__documents__item a:hover svg{transform:translateX(.5rem)}.reports-section__documents__item a svg{flex:none;margin:.8rem 0 0 1.6rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.reports-section__documents__item a svg{margin:.8rem 0 0 1.6rem}}.reports-section__documents__item a svg path{fill:#000}.reports-section__documents__item:last-child{margin:0}.reports-section__content{margin:3.2rem 0 0}.subscribe-blocks{margin:14rem 0}@media screen and (max-width:64em){.subscribe-blocks{margin:8rem 0}}@media screen and (max-width:47.9375em){.subscribe-blocks{margin:6rem 0}}.subscribe-blocks__wrap{display:flex;flex-wrap:wrap;margin:8rem -2rem -2rem}@media screen and (max-width:64em){.subscribe-blocks__wrap{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.subscribe-blocks__wrap{margin:2.4rem 0 0}}.subscribe-blocks__item-wrap{margin:0 0 2rem;padding:0 2rem;width:50%}@media screen and (max-width:64em){.subscribe-blocks__item-wrap{margin:0 0 1.6rem;padding:0;width:100%}.subscribe-blocks__item-wrap:last-child{margin:0}}.subscribe-blocks__item{align-items:flex-start;background-color:#f2f4f8;display:flex;flex-direction:column;height:100%;padding:6rem}@media screen and (max-width:47.9375em){.subscribe-blocks__item{padding:4rem 2.4rem}}.subscribe-blocks__item img{height:6.4rem;width:auto}@media screen and (max-width:47.9375em){.subscribe-blocks__item img{height:5.6rem}}.subscribe-blocks__item p{margin:2.4rem 0 0}@media screen and (max-width:47.9375em){.subscribe-blocks__item p{margin:1.6rem 0 0}}.subscribe-blocks__item .btn-wrap{margin-top:auto;padding:2.4rem 0 0;width:100%}.link-blocks-with-icon{margin:14rem 0}@media screen and (max-width:64em){.link-blocks-with-icon{margin:8rem 0}}@media screen and (max-width:47.9375em){.link-blocks-with-icon{margin:6rem 0}}.link-blocks-with-icon__wrap{display:flex;flex-wrap:wrap;margin:8rem -1.6rem -1.6rem}@media screen and (max-width:64em){.link-blocks-with-icon__wrap{margin:6rem -1.6rem -1.6rem}}@media screen and (max-width:47.9375em){.link-blocks-with-icon__wrap{margin:2.4rem 0 0}}.link-blocks-with-icon__item-wrap{margin:0 0 1.6rem;padding:0 1.6rem;width:33.3333%}@media screen and (max-width:64em){.link-blocks-with-icon__item-wrap{width:100%}}@media screen and (max-width:47.9375em){.link-blocks-with-icon__item-wrap{padding:0}.link-blocks-with-icon__item-wrap:last-child{margin:0}}.link-blocks-with-icon__item-wrap:nth-child(3n+2) .link-blocks-with-icon__item{background-color:#fff}.link-blocks-with-icon__item-wrap:nth-child(3n+2) .link-blocks-with-icon__item__arrow svg path{fill:#000}.link-blocks-with-icon__item-wrap:nth-child(3n+2) .link-blocks-with-icon__item__arrow__hover svg path{fill:#fff}.link-blocks-with-icon__item-wrap:nth-child(3n+3) .link-blocks-with-icon__item{background-color:#000;color:#fff}.link-blocks-with-icon__item-wrap:nth-child(3n+3) .link-blocks-with-icon__item__arrow svg path{fill:#fff}.link-blocks-with-icon__item-wrap:nth-child(3n+3) .link-blocks-with-icon__item__arrow__hover{background-color:#fff}.link-blocks-with-icon__item-wrap:nth-child(3n+3) .link-blocks-with-icon__item__arrow__hover svg path{fill:#000}.link-blocks-with-icon__item{align-items:flex-start;background-color:#f2f4f8;color:#000;display:flex;flex-direction:column;height:100%;padding:4.5rem 4rem;width:100%}@media screen and (max-width:47.9375em){.link-blocks-with-icon__item{padding:4.5rem 2.4rem}}.link-blocks-with-icon__item img{height:4.8rem;margin:0 0 3.2rem;width:auto}.link-blocks-with-icon__item p{margin:1.6rem 0 4rem}@media screen and (max-width:47.9375em){.link-blocks-with-icon__item p{margin:1.6rem 0 1.8rem}}.link-blocks-with-icon__item:hover .link-blocks-with-icon__item__arrow__hover{opacity:1;transform:translate(.9rem,-50%)}.link-blocks-with-icon__item:hover .link-blocks-with-icon__item__arrow__hover svg{transform:translateY(-50%)}.link-blocks-with-icon__item__arrow{margin:auto 0 0;position:relative}.link-blocks-with-icon__item__arrow svg{width:2.1rem}.link-blocks-with-icon__item__arrow svg path{fill:#000}.link-blocks-with-icon__item__arrow__hover{align-items:center;background-color:#000;border-radius:50%;clip-path:circle();display:flex;height:4.8rem;justify-content:flex-start;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94);width:4.8rem}.link-blocks-with-icon__item__arrow__hover__test{border-radius:50%;height:100%;width:100%}.link-blocks-with-icon__item__arrow__hover svg{left:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.link-blocks-with-icon__item__arrow__hover svg path{fill:#fff}.corporate-bonds{margin:14rem 0}@media screen and (max-width:64em){.corporate-bonds{margin:8rem 0}}@media screen and (max-width:47.9375em){.corporate-bonds{margin:6rem 0}}.corporate-bonds__wrap{align-items:center;display:flex;justify-content:space-between;margin:9.2rem -2.4rem 0}@media screen and (max-width:64em){.corporate-bonds__wrap{flex-direction:column;margin:6rem 0 0}}@media screen and (max-width:47.9375em){.corporate-bonds__wrap{margin:4rem 0 0}}.corporate-bonds__left{flex:1;max-width:50rem;padding:0 2.4rem;width:50%}@media screen and (max-width:64em){.corporate-bonds__left{max-width:100%;padding:0;width:100%}}.corporate-bonds__left h3{max-width:40rem}@media screen and (max-width:47.9375em){.corporate-bonds__left h3{font-size:2.4rem;line-height:3.2rem}}.corporate-bonds__left__content{align-items:flex-start;display:flex;justify-content:space-between;margin:4rem -1.6rem 0}@media screen and (max-width:64em){.corporate-bonds__left__content{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.corporate-bonds__left__content{flex-direction:column;margin:1.6rem 0 0}}.corporate-bonds__left__content__left{max-width:22rem;padding:0 1.6rem;width:50%}@media screen and (max-width:64em){.corporate-bonds__left__content__left{padding:0}}@media screen and (max-width:47.9375em){.corporate-bonds__left__content__left{max-width:100%;width:100%}}.corporate-bonds__left__content__right{max-width:22rem;padding:0 1.6rem;width:50%}@media screen and (max-width:64em){.corporate-bonds__left__content__right{padding:0}}@media screen and (max-width:47.9375em){.corporate-bonds__left__content__right{margin:3.2rem 0 0;max-width:100%;width:100%}}.corporate-bonds__left__content__right .corporate-bonds__list{margin:0 0 1.2rem}.corporate-bonds__left__content__right .wysiwyg h1,.corporate-bonds__left__content__right .wysiwyg h2,.corporate-bonds__left__content__right .wysiwyg h3,.corporate-bonds__left__content__right .wysiwyg h4,.corporate-bonds__left__content__right .wysiwyg h5,.corporate-bonds__left__content__right .wysiwyg h6,.corporate-bonds__left__content__right .wysiwyg p{font-size:1.2rem;line-height:2rem;margin:0 0 2.4rem}.corporate-bonds__left__content__right .wysiwyg h1:last-child,.corporate-bonds__left__content__right .wysiwyg h2:last-child,.corporate-bonds__left__content__right .wysiwyg h3:last-child,.corporate-bonds__left__content__right .wysiwyg h4:last-child,.corporate-bonds__left__content__right .wysiwyg h5:last-child,.corporate-bonds__left__content__right .wysiwyg h6:last-child,.corporate-bonds__left__content__right .wysiwyg p:last-child{margin:0}.corporate-bonds__left__content__right .wysiwyg h1 a,.corporate-bonds__left__content__right .wysiwyg h2 a,.corporate-bonds__left__content__right .wysiwyg h3 a,.corporate-bonds__left__content__right .wysiwyg h4 a,.corporate-bonds__left__content__right .wysiwyg h5 a,.corporate-bonds__left__content__right .wysiwyg h6 a,.corporate-bonds__left__content__right .wysiwyg p a{font-weight:400;-webkit-text-decoration:underline;text-decoration:underline}.corporate-bonds__right{max-width:49.6rem;padding:0 2.4rem;width:50%}@media screen and (max-width:64em){.corporate-bonds__right{margin:3.2rem 0 0;max-width:100%;padding:0;width:100%}}.corporate-bonds__list__item{margin:0 0 3.2rem}.corporate-bonds__list__item:last-child{margin:0}.corporate-bonds__list__item a{align-items:flex-start;color:#000;display:inline-flex;font-size:1.6rem;font-weight:600;justify-content:space-between;line-height:2.6rem;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.corporate-bonds__list__item a:hover{color:#000}.corporate-bonds__list__item a:hover svg{transform:translateX(.5rem)}.corporate-bonds__list__item a svg{flex:none;margin:.8rem 0 0 1.6rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.corporate-bonds__list__item a svg{margin:.8rem 0 0 1.6rem}}.corporate-bonds__list__item a svg path{fill:#000}.corporate-bonds__list__item p{margin:1.2rem 0 0}.corporate-bonds__image{position:relative}.corporate-bonds__image:after{content:"";display:block;padding-bottom:112.90322581%}.corporate-bonds__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.contact-form{margin:14rem 0}@media screen and (max-width:64em){.contact-form{margin:8rem 0}}@media screen and (max-width:47.9375em){.contact-form{margin:6rem 0}}.contact-form__title{margin:0 auto;max-width:105.8rem;text-align:center}@media screen and (max-width:47.9375em){.contact-form__title{text-align:left}}.contact-form__subtitle{margin:4rem auto 0;max-width:77.6rem;text-align:center}@media screen and (max-width:47.9375em){.contact-form__subtitle{margin:1.6rem auto 0;text-align:left}}.contact-form__form{margin:6.4rem auto 0;max-width:76.2rem}@media screen and (max-width:64em){.contact-form__form{margin:3.2rem auto 0}}@media screen and (max-width:47.9375em){.contact-form__form{margin:2.8rem auto 0}}.contact-form__form .input-group{align-items:flex-start;margin:0 -2.1rem}.contact-form__form .input-group .input-wrap{margin:0 0 2.4rem;padding:0 2.1rem}.contact-form__form .wpcf7 form .wpcf7-not-valid-tip{color:#ec4747;font-size:1.4rem;font-weight:400;left:0;line-height:1.6rem;margin:.8rem 0 0;top:100%;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.contact-form__form .wpcf7 form .wpcf7-response-output{font-size:1.4rem;font-weight:500;line-height:2.4rem;margin:2.4rem 0 0;padding:1.2rem 1.6rem}.contact-form__form .wpcf7 form .wpcf7-list-item{margin:0}.contact-form__form .wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label{font-size:1.4rem;font-weight:400;line-height:2rem}.contact-form__form .wpcf7 form .wpcf7-checkbox .wpcf7-list-item{margin:0}.contact-form__form .wpcf7 form .wpcf7-checkbox .wpcf7-list-item-label{font-size:1.4rem;font-weight:400;line-height:2rem}.contact-form__form .wpcf7 form .wpcf7-checkbox .wpcf7-list-item-label:before{content:""}.contact-form__form .wpcf7 form .wpcf7-radio{align-items:center;display:flex}@media screen and (max-width:47.9375em){.contact-form__form .wpcf7 form .wpcf7-radio{align-items:flex-start;flex-direction:column;margin:0}}.contact-form__form .wpcf7 form .wpcf7-radio .wpcf7-list-item{display:block;margin:0 2.4rem 0 0}@media screen and (max-width:47.9375em){.contact-form__form .wpcf7 form .wpcf7-radio .wpcf7-list-item{margin:0 0 1.6rem}}.contact-form__form .wpcf7 form .wpcf7-radio .wpcf7-list-item:last-child{margin:0}.contact-form__form .wpcf7 form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{align-items:center;cursor:pointer;display:flex;font-size:14px;font-weight:400;line-height:20px}.contact-form__form .wpcf7 form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before{background:#fff;border:.2rem solid rgba(119,127,158,.3);border-radius:100%;box-sizing:border-box;content:"";flex:none;height:2.4rem;margin-right:1.2rem;width:2.4rem}.contact-form__form .wpcf7 form .wpcf7-radio .wpcf7-list-item input{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.contact-form__form .wpcf7 form .wpcf7-radio .wpcf7-list-item input:checked+.wpcf7-list-item-label:before{background-color:#000;background-image:url(/wp-content/themes/baltic-horizon-new/public/images/check.543e33.svg);background-position:50%;background-repeat:no-repeat;background-size:.9rem .7rem;border:.2rem solid #000}.contact-form__form .wpcf7 form.sent .wpcf7-response-output{background:rgba(65,172,126,.05);border:.1rem solid #41ac7e;color:#41ac7e}.contact-form__form .wpcf7 form.invalid .wpcf7-response-output{background-color:rgba(236,71,71,.05);border:.1rem solid #ec4747;color:#ec4747}.contact-form__form .wpcf7 .wpcf7-acceptance .wpcf7-list-item{display:block;margin:0}.contact-form__form .wpcf7 .wpcf7-acceptance .wpcf7-list-item label{display:flex}.contact-form__form .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label{margin:.2rem 0 0}.contact-form__form .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after,.contact-form__form .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before{display:none}.contact-form__form .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a{color:#000;-webkit-text-decoration:underline;text-decoration:underline}.contact-form__form .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover{-webkit-text-decoration:none;text-decoration:none}.contact-form__form .wpcf7 .wpcf7-acceptance input[type=checkbox]{border:2px solid rgba(119,127,158,.3);border-radius:.2rem;cursor:pointer;display:block;flex:none;height:2.4rem;margin:0 1.6rem 0 0;position:relative;transition:border .3s cubic-bezier(.25,.46,.45,.94),background .3s cubic-bezier(.25,.46,.45,.94);width:2.4rem}.contact-form__form .wpcf7 .wpcf7-acceptance input[type=checkbox]:after{background-image:url(/wp-content/themes/baltic-horizon-new/public/images/checkmark.543e33.svg);background-position:50%;background-repeat:no-repeat;background-size:.9rem auto;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:100%}.contact-form__form .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked{background-color:#000;border:2px solid #000}.contact-form__form .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked:after{opacity:1}.contact-form__form .form__text{border-top:.2rem solid #e0e4ec;margin:.8rem 0 0;padding:3.2rem 0 2.6rem}.contact-form__form .form__text p{font-size:1.4rem;font-weight:400;line-height:2rem}.contact-form__form .form__text p a{word-wrap:break-word;color:#000;font-weight:700}.contact-form__form .form__text p a:hover{-webkit-text-decoration:underline;text-decoration:underline}.contact-form__form .form__bottom{border-top:.2rem solid #e0e4ec;margin:.8rem 0 0;padding:3.2rem 0 0}.contact-form__form .form__bottom .input-group{margin-bottom:0}.contact-form__form .form__bottom .input-group .input-wrap{margin:0}.contact-form__form .form .btn-wrap{justify-content:center;margin:3.2rem 0 0}.two-link-blocks{margin:14rem 0}@media screen and (max-width:64em){.two-link-blocks{margin:8rem 0}}@media screen and (max-width:47.9375em){.two-link-blocks{margin:6rem 0}}.two-link-blocks__slider{margin:8rem 0 0}@media screen and (max-width:64em){.two-link-blocks__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.two-link-blocks__slider{margin:2.4rem 0 0}}.two-link-blocks__slider .swiper{display:flex;overflow:visible}.two-link-blocks__slider .swiper .swiper-wrapper{width:auto}.two-link-blocks__item-wrap{height:auto;margin:0 3.2rem 0 0;width:calc(50% - 1.6rem)}.two-link-blocks__item{align-items:flex-start;background-color:#f2f4f8;color:#000;display:flex;flex-direction:column;height:100%;padding:5.6rem 4.5rem;width:100%}@media screen and (max-width:47.9375em){.two-link-blocks__item{padding:4.5rem 2.4rem}}.two-link-blocks__item__image{height:5.9rem;margin:0 0 2rem;position:relative;width:28rem}.two-link-blocks__item__image img{filter:grayscale(100%);height:100%;left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;position:absolute;top:0;transition:filter .3s cubic-bezier(.25,.46,.45,.94);width:100%}@media screen and (max-width:47.9375em){.two-link-blocks__item__image img{filter:grayscale(0)}}@media screen and (max-width:64em){.two-link-blocks__item__image{height:3.2rem;width:20rem}}.two-link-blocks__item p{margin:2.4rem 0 4rem}@media screen and (max-width:47.9375em){.two-link-blocks__item p{margin:1.6rem 0 2.4rem}}.two-link-blocks__item:hover .two-link-blocks__item__image img{filter:grayscale(0)}.two-link-blocks__item:hover .two-link-blocks__item__arrow__hover{opacity:1;transform:translate(.9rem,-50%)}.two-link-blocks__item:hover .two-link-blocks__item__arrow__hover svg{transform:translateY(-50%)}.two-link-blocks__item__arrow{margin:auto 0 0;position:relative}.two-link-blocks__item__arrow svg{width:2.1rem}.two-link-blocks__item__arrow svg path{fill:#000}.two-link-blocks__item__arrow__hover{align-items:center;background-color:#000;border-radius:50%;clip-path:circle();display:flex;height:4.8rem;justify-content:flex-start;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94);width:4.8rem}.two-link-blocks__item__arrow__hover__test{border-radius:50%;height:100%;width:100%}.two-link-blocks__item__arrow__hover svg{left:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.two-link-blocks__item__arrow__hover svg path{fill:#fff}.facts-list-tabs{margin:14rem 0}@media screen and (max-width:64em){.facts-list-tabs{margin:8rem 0}}@media screen and (max-width:47.9375em){.facts-list-tabs{margin:6rem 0}}.facts-list-tabs .section-header{margin-bottom:2.8rem}@media screen and (max-width:47.9375em){.facts-list-tabs .section-header{margin-bottom:3.2rem}}.facts-list-tabs__content{margin:5.8rem 0 0}@media screen and (max-width:64em){.facts-list-tabs__content{margin:2.8rem 0 0}}@media screen and (max-width:47.9375em){.facts-list-tabs__content{margin:1.6rem 0 0}}.facts-list-tabs__content__list{display:flex;flex-wrap:wrap;margin:0 -4.8rem}@media screen and (max-width:64em){.facts-list-tabs__content__list{margin:0}}.facts-list-tabs__content__list__item-wrap{padding:0 4.8rem;width:50%}@media screen and (max-width:64em){.facts-list-tabs__content__list__item-wrap{padding:0;width:100%}}.facts-list-tabs__content__list__item-wrap .facts-list__item{height:100%}.vertical-slider,.vertical-slider-mobile{margin:14rem 0}@media screen and (max-width:64em){.vertical-slider,.vertical-slider-mobile{margin:8rem 0}}@media screen and (max-width:47.9375em){.vertical-slider,.vertical-slider-mobile{margin:6rem 0}}.vertical-slider-mobile__top,.vertical-slider__top{align-items:center;display:none;justify-content:space-between}@media screen and (max-width:64em){.vertical-slider-mobile__top,.vertical-slider__top{display:flex;margin:0 0 4rem}}.vertical-slider-mobile__wrap,.vertical-slider__wrap{align-items:center;display:flex;justify-content:space-between;margin:0 -2.4rem}@media screen and (max-width:64em){.vertical-slider-mobile__wrap,.vertical-slider__wrap{flex-direction:column;margin:0}}.vertical-slider-mobile__year,.vertical-slider__year{height:6.1rem;width:100%}.vertical-slider-mobile__year .swiper-slide,.vertical-slider__year .swiper-slide{font-size:4.8rem;font-weight:600;line-height:6.1rem;text-align:left}.vertical-slider-mobile__left,.vertical-slider__left{max-width:65.5rem;padding:0 2.4rem;width:50%}@media screen and (max-width:64em){.vertical-slider-mobile__left,.vertical-slider__left{max-width:100%;padding:0;width:100%}}.vertical-slider-mobile__right,.vertical-slider__right{max-width:42.8rem;padding:0 2.4rem;position:relative;width:50%}@media screen and (max-width:64em){.vertical-slider-mobile__right,.vertical-slider__right{display:none;width:100%}}.vertical-slider-mobile__slider,.vertical-slider__slider{height:60.7rem;position:relative}@media screen and (max-width:47.9375em){.vertical-slider-mobile__slider,.vertical-slider__slider{height:107.5rem}}.vertical-slider-mobile__slider:before,.vertical-slider__slider:before{border-left:.2rem dashed #777f9e;content:"";height:calc(100% - .2rem);left:.6rem;position:absolute;top:.2rem;width:.1rem}.vertical-slider-mobile__slider:after,.vertical-slider__slider:after{background:#fff;background:linear-gradient(0deg,#fff,rgba(0,212,255,0));bottom:0;content:"";height:10rem;left:0;pointer-events:none;position:absolute;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:1}.vertical-slider-mobile__slider--end:after,.vertical-slider__slider--end:after{opacity:0}.vertical-slider-mobile__slider .swiper,.vertical-slider-mobile__slider .swiper-mobile,.vertical-slider__slider .swiper,.vertical-slider__slider .swiper-mobile{height:100%}.vertical-slider-mobile__slider .swiper .swiper-slide,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide,.vertical-slider__slider .swiper .swiper-slide,.vertical-slider__slider .swiper-mobile .swiper-slide{height:auto;padding:0 0 3.2rem 4.8rem;position:relative}.vertical-slider-mobile__slider .swiper .swiper-slide:last-child,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide:last-child,.vertical-slider__slider .swiper .swiper-slide:last-child,.vertical-slider__slider .swiper-mobile .swiper-slide:last-child{padding-bottom:0}.vertical-slider-mobile__slider .swiper .swiper-slide:after,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide:after,.vertical-slider__slider .swiper .swiper-slide:after,.vertical-slider__slider .swiper-mobile .swiper-slide:after{background-color:#000;border-radius:50%;content:"";height:1.4rem;left:0;position:absolute;top:.2rem;width:1.4rem}.vertical-slider-mobile__slider .swiper .swiper-slide:before,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide:before,.vertical-slider__slider .swiper .swiper-slide:before,.vertical-slider__slider .swiper-mobile .swiper-slide:before{background-color:#fff;border-radius:50%;content:"";height:.6rem;left:.4rem;position:absolute;top:.6rem;width:.6rem;z-index:1}.vertical-slider-mobile__slider .swiper .swiper-slide h4,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide h4,.vertical-slider__slider .swiper .swiper-slide h4,.vertical-slider__slider .swiper-mobile .swiper-slide h4{font-size:1.4rem;font-weight:600;line-height:1.8rem}.vertical-slider-mobile__slider .swiper .swiper-slide h3,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide h3,.vertical-slider__slider .swiper .swiper-slide h3,.vertical-slider__slider .swiper-mobile .swiper-slide h3{margin:.8rem 0 0}.vertical-slider-mobile__slider .swiper .swiper-slide p,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide p,.vertical-slider__slider .swiper .swiper-slide p,.vertical-slider__slider .swiper-mobile .swiper-slide p{margin:2.4rem 0 0}.vertical-slider-mobile__slider .swiper-mobile,.vertical-slider__slider .swiper-mobile{height:auto}.vertical-slider-mobile__image-wrap,.vertical-slider__image-wrap{position:relative}.vertical-slider-mobile__image-wrap:after,.vertical-slider__image-wrap:after{content:"";display:block;padding-bottom:158.68%}.vertical-slider-mobile__image,.vertical-slider__image{height:100%;left:0;position:absolute;top:0;width:calc(100% + 15.2rem)}@media screen and (max-width:64em){.vertical-slider-mobile__image,.vertical-slider__image{display:none}}.vertical-slider-mobile__image img,.vertical-slider__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.vertical-slider-mobile__navigation,.vertical-slider__navigation{align-items:center;background-color:#000;border-radius:50%;bottom:4rem;display:flex;flex-direction:column;height:14.3rem;justify-content:center;left:-4.75rem;position:absolute;width:14.3rem;z-index:1}.vertical-slider-mobile__nav,.vertical-slider__nav{background-color:transparent;border:none;height:3rem;margin:0 0 1.6rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:3rem}.vertical-slider-mobile__nav:last-child,.vertical-slider__nav:last-child{margin:0}.vertical-slider-mobile__nav--prev svg,.vertical-slider__nav--prev svg{transform:rotate(180deg)}.vertical-slider-mobile__nav.swiper-button-disabled,.vertical-slider__nav.swiper-button-disabled{cursor:default;opacity:.5}.vertical-slider-mobile__slider{height:auto}.vertical-slider-mobile__slider:after,.vertical-slider-mobile__slider:before{display:none}.vertical-slider-mobile__slider .swiper-mobile{margin-bottom:9.5rem}.vertical-slider-mobile__slider .swiper-mobile .swiper-slide{padding-bottom:0;padding-left:0;position:relative}.vertical-slider-mobile__slider .swiper-mobile .swiper-slide:before{background-color:transparent;border-left:.2rem dashed #777f9e;border-radius:0;content:"";height:calc(100% - .2rem);left:.6rem;position:absolute;top:.2rem;width:.1rem;z-index:-1}.vertical-slider-mobile__slider .slide{height:auto;padding:0 0 3.2rem 4.8rem;position:relative}.vertical-slider-mobile__slider .slide:last-child{padding-bottom:0}.vertical-slider-mobile__slider .slide:after{background-color:#000;border-radius:50%;content:"";height:1.4rem;left:0;position:absolute;top:.2rem;width:1.4rem}.vertical-slider-mobile__slider .slide:before{background-color:#fff;border-radius:50%;content:"";height:.6rem;left:.4rem;position:absolute;top:.6rem;width:.6rem;z-index:1}.vertical-slider-mobile__slider .slide h4{font-size:1.4rem;font-weight:600;line-height:1.8rem}.vertical-slider-mobile__slider .slide h3{margin:.8rem 0 0}.vertical-slider-mobile__slider .slide p{margin:2.4rem 0 0}@media screen and (max-width:64em){.vertical-slider{display:none}}.vertical-slider-mobile__top{display:none;margin-top:6rem}.vertical-slider-mobile__slider{display:none}@media screen and (max-width:64em){.vertical-slider-mobile__top{display:flex}.vertical-slider-mobile__slider{display:block}}.facilities{margin:10rem 0}@media screen and (max-width:64em){.facilities{margin:8rem 0}}@media screen and (max-width:47.9375em){.facilities{margin:6rem 0}}.facilities__wrap{display:flex;margin:8rem -1.6rem 0}@media screen and (max-width:64em){.facilities__wrap{margin:6rem -1.6rem 0}}@media screen and (max-width:47.9375em){.facilities__wrap{flex-direction:column;margin:4rem 0 0}}.facilities__left{height:auto;padding:0 1.6rem;width:50%}@media screen and (max-width:47.9375em){.facilities__left{margin:0 0 2.4rem;padding:0;width:100%}}.facilities__right{height:auto;padding:0 1.6rem;width:50%}@media screen and (max-width:47.9375em){.facilities__right{padding:0;width:100%}}.facilities__cta{background-color:#f2f4f8;height:100%;padding:4.5rem 4rem 4.5rem 7rem}@media screen and (max-width:64em){.facilities__cta{padding:4rem}}@media screen and (max-width:47.9375em){.facilities__cta{padding:4rem 2.4rem}}.facilities__cta p{margin:1.6rem 0 0}.facilities__cta .btn-wrap{margin:2.4rem 0 0}.facilities__contact{background-color:#000;color:#fff;height:100%;padding:4.5rem 4rem 4.5rem 7rem;position:relative;z-index:1}@media screen and (max-width:64em){.facilities__contact{padding:4rem}}@media screen and (max-width:47.9375em){.facilities__contact{padding:4rem 2.4rem}}.facilities__contact__el{bottom:0;height:100%;position:absolute;right:0;width:auto;z-index:-1}.facilities__contact__el svg{height:100%;width:auto}.facilities__contact ul{margin:2rem 0 0}.facilities__contact ul li{margin:0 0 2.4rem}.facilities__contact ul li a{color:#fff}.facilities__contact ul li a:hover{-webkit-text-decoration:underline;text-decoration:underline}.facilities__contact ul li p{align-items:center;display:flex}.facilities__contact ul li p svg{flex:none;margin:0 1.2rem 0 0}.facilities__contact ul li:last-child{margin:0}.video-section{margin:14rem 0;position:relative}@media screen and (max-width:64em){.video-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.video-section{margin:6rem 0}}.video-section .section-header{margin-bottom:9.2rem}@media screen and (max-width:47.9375em){.video-section .section-header{margin-bottom:3.2rem}}.video-section__wrap{display:flex}@media screen and (max-width:64em){.video-section__wrap{flex-direction:column}}.video-section__left{width:50%}@media screen and (max-width:64em){.video-section__left{width:100%}}.video-section__left__button{border:none;min-height:39.6rem;overflow:hidden;padding:0;position:relative;width:100%}@media screen and (max-width:64em){.video-section__left__button{aspect-ratio:592/396;min-height:auto}}.video-section__left__button:hover img{transform:scale(1.1)}.video-section__left__button:after{background-color:#161531;content:"";height:100%;left:0;opacity:.32;position:absolute;top:0;width:100%}.video-section__left__button img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.video-section__left__button svg{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10.2rem;z-index:1}.video-section__right{background-color:#f2f4f8;display:flex;flex-direction:column;justify-content:center;padding:6.4rem;width:50%}@media screen and (max-width:64em){.video-section__right{width:100%}}@media screen and (max-width:47.9375em){.video-section__right{padding:2.4rem}}.video-section__right p{margin:1.6rem 0 0}.performance-rating{margin:14rem 0}@media screen and (max-width:64em){.performance-rating{margin:8rem 0}}@media screen and (max-width:47.9375em){.performance-rating{margin:6rem 0}}.performance-rating__wrap{display:flex;margin:4rem -1.6rem 0}@media screen and (max-width:64em){.performance-rating__wrap{flex-direction:column}}@media screen and (max-width:47.9375em){.performance-rating__wrap{margin:3.2rem -1.6rem 0}}.performance-rating__wrap .text-block-with-image__right__stars{background-color:#f2f4f8;flex-basis:0;flex-grow:1;margin-left:1.6rem;margin-right:1.6rem;padding:5.6rem 4.2rem}@media screen and (max-width:64em){.performance-rating__wrap .text-block-with-image__right__stars{margin-top:0}.performance-rating__wrap .text-block-with-image__right__stars:last-child{margin-bottom:0;margin-top:0}}.performance-rating__wrap .text-block-with-image__right__stars:before{display:none}.performance-rating__wrap .text-block-with-image__right__stars__wrap{margin-bottom:2.6rem}.performance-rating__wrap .text-block-with-image__right__stars .h4{margin-bottom:.8rem}.performance-rating__wrap .text-block-with-image__right__stars .par{margin-top:2.2rem}.team-members{margin:9.2rem 0 14rem;position:relative}@media screen and (max-width:64em){.team-members{margin:6rem 0}}@media screen and (max-width:47.9375em){.team-members{margin:2.4rem 0 6rem}}.team-members .btn-wrap{justify-content:center;margin:6rem 0 0}.team-members .btn-wrap.is-hidden{display:none}.team-members__wrap{display:flex;flex-wrap:wrap;margin:0 -1.9rem -8rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.team-members__wrap.is-loading .team-members__item-wrap{opacity:.4;pointer-events:none}@media screen and (max-width:64em){.team-members__wrap{margin:0 -1.9rem -6rem}}@media screen and (max-width:47.9375em){.team-members__wrap{margin:0 -1.9rem}}.team-members__item-wrap{margin:0 0 8rem;padding:0 1.9rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:33.3333%}@media screen and (max-width:64em){.team-members__item-wrap{margin:0 0 6rem;width:50%}}@media screen and (max-width:47.9375em){.team-members__item-wrap{margin:0 0 4rem;width:100%}.team-members__item-wrap:last-child{margin:0}}.team-members__item{background-color:transparent;border:none;padding:0;text-align:left;width:100%}.team-members__item:hover .team-members__item__image img{transform:scale(.98)}.team-members__item:hover h3{color:#000}.team-members__item__position{margin:.8rem 0 0}.team-members__item__arrow{display:none;margin:1.6rem 0 0}@media screen and (max-width:47.9375em){.team-members__item__arrow{display:block}}.team-members__item__arrow svg{width:1.9rem}.team-members__item__location{align-items:center;display:flex;margin:2rem 0 0}@media screen and (max-width:47.9375em){.team-members__item__location{margin:1.6rem 0 0}}.team-members__item__location svg{flex:none;margin:0 1rem 0 0}.team-members__item__location svg path{stroke:#000}.team-members__item__image{background-color:#f2f4f8;position:relative;transition:background-color .3s cubic-bezier(.25,.46,.45,.94)}.team-members__item__image:before{background:linear-gradient(180deg,rgba(22,21,49,0) 9.51%,rgba(22,21,49,.76));bottom:0;content:"";height:46.3636%;left:0;opacity:0;position:absolute;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:1}.team-members__item__image:after{content:"";display:block;padding-bottom:85.9375%}.team-members__item__image img{height:100%;left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;position:absolute;top:0;transform-origin:bottom center;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.team-members__item h3{margin:4rem 0 0;transition:color .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.team-members__item h3{margin:2.4rem 0 0}}.member-card__position{margin:1.6rem 0 0}.member-card__cred{margin:4.5rem 0 0}.member-card__cred__item{display:flex;font-size:14px;font-weight:400;line-height:18px;margin:0 0 2.4rem}.member-card__cred__item a{color:#000}.member-card__cred__item a:hover{-webkit-text-decoration:underline;text-decoration:underline}@media screen and (max-width:47.9375em){.member-card__cred__item a{-webkit-text-decoration:underline;text-decoration:underline}}.member-card__cred__item:last-child{margin:0}.member-card__cred__item svg{flex:none;margin:0 1.6rem 0 0;width:1.6rem}.member-card__cred__item svg path{stroke:#000}.member-card__image{background-color:#f2f4f8;position:relative}.member-card__image:after{content:"";display:block;padding-bottom:94.594%}.member-card__image img{height:100%;left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;position:absolute;top:0;transform-origin:bottom center;width:100%}.member-card__top{display:flex}@media screen and (max-width:64em){.member-card__top{flex-direction:column}}.member-card__top__left{width:45.741%}@media screen and (max-width:64em){.member-card__top__left{width:100%}}.member-card__top__right{padding:0 0 0 6rem;width:54.259%}@media screen and (max-width:64em){.member-card__top__right{margin:2.4rem 0 0;padding:0;width:100%}}@media screen and (max-width:47.9375em){.member-card__top__right{padding:0 2.4rem}}.member-card__top__right--no-padding{padding:0}@media screen and (max-width:47.9375em){.member-card__top__right--no-padding{padding:0 2.4rem}.member-card__top__right h2{font-size:3.6rem;font-weight:600;line-height:4.6rem}}.member-card__bottom{border-top:.1rem solid rgba(224,228,236,.5);margin:4rem 0 0;padding:4rem 0 0}@media screen and (max-width:47.9375em){.member-card__bottom{margin:2.4rem 2.4rem 0;padding:2.4rem 0 0}}.member-card__bottom h3{font-size:2.4rem;line-height:3.2rem}.member-card__bottom p{margin:2.4rem 0 0}.team-member-inner{margin:0 0 14rem}@media screen and (max-width:64em){.team-member-inner{margin:0 0 8rem}}@media screen and (max-width:47.9375em){.team-member-inner{margin:0 0 6rem}.team-member-inner .container{padding:0}}.team-member-inner__wrap{margin:0 auto;max-width:100rem}.locations-section{margin:10rem 0 18.8rem}@media screen and (max-width:64em){.locations-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.locations-section{margin:6rem 0}}.locations-section--image-right .locations-section__left{order:2}.locations-section--image-right .locations-section__left .locations-section__image{left:0;right:auto}.locations-section--image-right .locations-section__image-text{left:-4.8rem;right:auto}@media screen and (max-width:64em){.locations-section--image-right .locations-section__image-text{left:auto;right:-4rem}}@media screen and (max-width:47.9375em){.locations-section--image-right .locations-section__image-text{right:-2.4rem}}.locations-section__content{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.locations-section__content{flex-direction:column}}.locations-section__image-text{background-color:#000;bottom:-4.8rem;color:#fff;max-width:35.9rem;padding:4rem;position:absolute;right:-4.8rem;z-index:2}@media screen and (max-width:64em){.locations-section__image-text{left:auto;right:-4rem}}@media screen and (max-width:47.9375em){.locations-section__image-text{padding:2.4rem 4rem;right:-2.4rem}}.locations-section__image-wrap{position:relative}.locations-section__image-wrap:after{content:"";display:block;padding-bottom:146.09375%}@media screen and (max-width:64em){.locations-section__image-wrap:after{padding-bottom:112.82051282%}}.locations-section__image{height:100%;position:absolute;right:0;top:0;width:calc(100% + 15.2rem)}@media screen and (max-width:64em){.locations-section__image{width:100%}}.locations-section__left{max-width:38.1rem;position:relative;width:50%}@media screen and (max-width:64em){.locations-section__left{max-width:100%;width:100%}}.locations-section__left img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.locations-section__right{width:50%}@media screen and (max-width:64em){.locations-section__right{margin:6.4rem 0 0;order:3;width:100%}}.locations-section__right .btn-wrap,.locations-section__right p{margin:4rem 0 0}@media screen and (max-width:47.9375em){.locations-section__right .btn-wrap{margin:2.4rem 0 0}}.locations-section__right__items{margin:4rem 0 0}@media screen and (max-width:47.9375em){.locations-section__right__items{margin:2.4rem 0 0}}.locations-section__right__item{display:flex;margin:0 0 2.8rem}@media screen and (max-width:47.9375em){.locations-section__right__item{margin:0 0 1.6rem}}.locations-section__right__item:last-child{margin:0}.locations-section__right__item svg{flex:none;margin:0 2.5rem 0 0;width:2.4rem}.locations-section__right__item svg path{stroke:#000}.locations-section__right__item a{color:#000}.locations-section__right__item a:hover{-webkit-text-decoration:underline;text-decoration:underline}.locations-section__right__item p{margin:0}.data-split{margin:14rem 0 12rem}@media screen and (max-width:64em){.data-split{margin:8rem 0}}@media screen and (max-width:47.9375em){.data-split{margin:6rem 0}}.data-split h2{text-align:center}@media screen and (max-width:47.9375em){.data-split h2{text-align:left}}.data-split__tabs{margin:6rem 0 0}@media screen and (max-width:47.9375em){.data-split__tabs{margin:2.4rem 0 0}}.data-split__text{margin:6.4rem 0 0;text-align:center}@media screen and (max-width:47.9375em){.data-split__text{margin:3.2rem 0 0;text-align:left}}.data-split__text p{opacity:0}.data-split__data{display:flex;margin:3.2rem 0 0}@media screen and (max-width:47.9375em){.data-split__data{flex-direction:column}}.data-split__data__item{min-width:17.5rem;padding:0 .3rem 0 0}@media screen and (max-width:47.9375em){.data-split__data__item{width:100%!important}}.data-split__data__item:last-child{padding:0}.data-split__data__item:first-child .data-split__data__item__line{background-color:#000}.data-split__data__item:first-child .data-split__data__item__card{background-color:#eaf3fe}@media screen and (max-width:47.9375em){.data-split__data__item:first-child .data-split__data__item__card{background-color:#000;color:#fff;margin:0}}.data-split__data__item:nth-child(2) .data-split__data__item__line{background-color:#e0e4ec}.data-split__data__item:nth-child(2) .data-split__data__item__card{background-color:rgba(224,228,236,.5)}.data-split__data__item:nth-child(2) .data-split__data__item__card:before{border-color:transparent transparent rgba(224,228,236,.5)}@media screen and (max-width:47.9375em){.data-split__data__item:nth-child(2) .data-split__data__item__card{background-color:#fff}}.data-split__data__item:nth-child(3) .data-split__data__item__line{background-color:#000}.data-split__data__item:nth-child(3) .data-split__data__item__card{background-color:#e8f3f5}.data-split__data__item:nth-child(3) .data-split__data__item__card:before{border-color:transparent transparent #e8f3f5}@media screen and (max-width:47.9375em){.data-split__data__item:nth-child(3) .data-split__data__item__card{background-color:#000;color:#fff}}.data-split__data__item__line{height:2rem}@media screen and (max-width:47.9375em){.data-split__data__item__line{display:none}}.data-split__data__item__card{margin:2.8rem 0 0;padding:3.2rem;position:relative;width:16.9rem}@media screen and (max-width:47.9375em){.data-split__data__item__card{margin:1.6rem 0 0;padding:6rem 4rem;text-align:center;width:100%}.data-split__data__item__card:first-child{display:none}}.data-split__data__item__card:before{border-color:transparent transparent #eaf3fe;border-style:solid;border-width:0 1.5rem 1.2rem;bottom:100%;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}@media screen and (max-width:47.9375em){.data-split__data__item__card:before{display:none}.data-split__data__item__card h3{font-size:3.6rem;font-weight:600;line-height:4.6rem}}.data-split__data__item__card p{margin:.8rem 0 0}@media screen and (max-width:47.9375em){.data-split__data__item__card p{margin:1.6rem 0 0}}.properties-slider-2{margin:14rem 0}@media screen and (max-width:64em){.properties-slider-2{margin:8rem 0}}@media screen and (max-width:47.9375em){.properties-slider-2{margin:6rem 0}}.properties-slider-2__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.properties-slider-2__top{align-items:flex-start;flex-direction:column}}.properties-slider-2__top h2{max-width:60rem}@media screen and (max-width:64em){.properties-slider-2__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.properties-slider-2__nav{display:none}}.properties-slider-2__slider{margin:8rem 0 0}@media screen and (max-width:64em){.properties-slider-2__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.properties-slider-2__slider{margin:2.4rem 0 0}}.properties-slider-2__slider .swiper{display:flex;overflow:visible}.properties-slider-2__slider .swiper .swiper-wrapper{width:auto}.properties-slider-2__slide{color:#000}@media screen and (min-width:48em){.properties-slider-2__slide:hover .properties-slider-2__slide__image:after{opacity:1}.properties-slider-2__slide:hover .properties-slider-2__slide__image img{transform:scale(1.05)}}.properties-slider-2__slide__image{overflow:hidden;position:relative}.properties-slider-2__slide__image:after{background-color:rgba(0,0,0,.2);content:"";display:block;opacity:0;padding-bottom:85.9375%;position:relative;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.properties-slider-2__slide__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.properties-slider-2__slide__info{margin:4rem 0 0}@media screen and (max-width:47.9375em){.properties-slider-2__slide__info{margin:2.4rem 0 0}}.properties-slider-2__slide__info__bottom{align-items:flex-start;display:flex;flex-wrap:wrap}.properties-slider-2__slide__info__item{display:flex;font-size:1.6rem;font-weight:400;line-height:1.6rem;margin:1.6rem 2.4rem 0 0}.properties-slider-2__slide__info__item:last-child{margin:1.6rem 0 0}.properties-slider-2__slide__info__item svg{margin:0 1.2rem 0 0}.properties-slider-2__slide__info__item svg path{stroke:#000}.properties-slider-2__slide__view{background-color:#f2f4f8;color:#000;display:block}.properties-slider-2__slide__view:hover svg{transform:translateX(.6rem)}.properties-slider-2__slide__view:after{content:"";display:block;opacity:0;padding-bottom:85.9375%;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.properties-slider-2__slide__view__text{align-items:center;display:flex;height:100%;justify-content:center;padding:2rem;position:absolute;width:100%}.properties-slider-2__slide__view__text p{font-size:1.6rem;font-weight:700;line-height:2.6rem;margin:0}.properties-slider-2__slide__view__text svg{flex:none;margin:0 0 0 1.2rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.properties-slider-2__slide__view__text svg path{fill:#000}.properties-slider-2 .btn-wrap{justify-content:center;margin:8rem 0 0}@media screen and (max-width:64em){.properties-slider-2 .btn-wrap{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.properties-slider-2 .btn-wrap{margin:4rem 0 0}}.latest-news-list{margin:10rem 0 14rem;position:relative}@media screen and (max-width:64em){.latest-news-list{margin:8rem 0}}@media screen and (max-width:47.9375em){.latest-news-list{margin:2.4rem 0 6rem}}.latest-news-list__wrap{display:flex;flex-wrap:wrap;margin:0 -1.6rem -8rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.latest-news-list__wrap.is-loading{opacity:.4;pointer-events:none}@media screen and (max-width:64em){.latest-news-list__wrap{margin:0 -1.6rem -6rem}}@media screen and (max-width:47.9375em){.latest-news-list__wrap{margin:0}}.latest-news-list .btn-wrap{justify-content:center;margin:6rem 0 0}.latest-news-list .btn-wrap.is-hidden{display:none}@media screen and (max-width:47.9375em){.latest-news-list .btn-wrap{margin:4rem 0 0}}.news-card{margin:0 0 8rem;padding:0 1.6rem;width:33.3333%}@media screen and (max-width:64em){.news-card{margin:0 0 6rem;width:50%}}@media screen and (max-width:47.9375em){.news-card{margin:0 0 4rem;padding:0;width:100%}.news-card:last-child{margin:0}}.news-card__item{display:block;position:relative}.news-card__item:hover .news-card__item__image:after{opacity:1}.news-card__item:hover .news-card__item__image img{transform:scale(1.05)}.news-card__item br{display:none}.news-card__item .label{left:3rem;position:absolute;top:3rem}.news-card__item h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-weight:400;margin:2.4rem 0 0;max-width:35rem;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:47.9375em){.news-card__item h3{margin:2.4rem 0 0}}.news-card__item p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;margin:1.6rem 0 0;overflow:hidden;text-overflow:ellipsis}.news-card__item__image{aspect-ratio:384/280;overflow:hidden;position:relative}.news-card__item__image:after{background-color:rgba(0,0,0,.2);content:"";display:block;height:100%;opacity:0;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.news-card__item__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:-1}.news-card__item__date{align-items:center;display:flex;margin:2.4rem 0 0}.news-card__item__date time{color:#000}.news-card__item__date svg{flex:none;margin:0 .8rem 0 0;width:1.6rem}.post-content{margin:8rem 0}@media screen and (max-width:64em){.post-content{margin:6rem 0}}@media screen and (max-width:47.9375em){.post-content{margin:3.2rem 0}}.post-content__wrap{margin:0 auto;max-width:100.8rem}.post-hero{margin:0 0 8rem}@media screen and (max-width:47.9375em){.post-hero{margin:0 0 6rem}}.post-hero__wrap{margin:0 auto;max-width:80rem}.post-hero__wrap p{margin:4rem 0 0}@media screen and (max-width:64em){.post-hero__wrap p{margin:3.6rem 0 0}}@media screen and (max-width:47.9375em){.post-hero__wrap p{margin:1.6rem 0 0}}.post-hero__info{display:flex;margin:4rem 0 0}@media screen and (max-width:64em){.post-hero__info{margin:3.6rem 0 0}}@media screen and (max-width:47.9375em){.post-hero__info{flex-direction:column;margin:1.6rem 0 0}}.post-hero__info__item{align-items:center;display:flex;margin:0 5rem 0 0}@media screen and (max-width:47.9375em){.post-hero__info__item{margin:0 0 1.6rem}}.post-hero__info__item a{color:#000}.post-hero__info__item a:hover{-webkit-text-decoration:underline;text-decoration:underline}.post-hero__info__item svg{margin:0 1.6rem 0 0;width:1.6rem}.post-hero__info__item:last-child{margin:0}.property-card{margin:0 0 8rem;padding:0 1.6rem;width:33.3333%}@media screen and (max-width:64em){.property-card{margin:0 0 6rem;width:50%}}@media screen and (max-width:47.9375em){.property-card{margin:0 0 4rem;padding:0;width:100%}.property-card:last-child{margin:0}}.property-card__item{display:block;position:relative}.property-card__item:hover .property-card__item__image:after{opacity:1}.property-card__item:hover .property-card__item__image img{transform:scale(1.05)}.property-card__item h3{color:#000;margin:4rem 0 0;max-width:35rem}@media screen and (max-width:47.9375em){.property-card__item h3{margin:2.4rem 0 0}}.property-card__item__image{overflow:hidden;position:relative}.property-card__item__image:after{background-color:rgba(0,0,0,.2);content:"";display:block;opacity:0;padding-bottom:85.9375%;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.property-card__item__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:-1}.property-card__item__info{display:flex;flex-wrap:wrap;margin:2.8rem 0 -1.6rem}@media screen and (max-width:47.9375em){.property-card__item__info{margin:2.4rem 0 0}}.property-card__item__info__item{align-items:center;display:flex;margin:0 0 1.6rem;padding:0 1.6rem 0 0;width:50%}@media screen and (max-width:47.9375em){.property-card__item__info__item{padding:0;width:100%}.property-card__item__info__item:last-child{margin:0}}.property-card__item__info__item p{color:#000}.property-card__item__info__item svg{flex:none;height:auto;margin:0 1.6rem 0 0;width:1.6rem}.latest-properties-list{margin:10rem 0 14rem;position:relative}@media screen and (max-width:64em){.latest-properties-list{margin:8rem 0}}@media screen and (max-width:47.9375em){.latest-properties-list{margin:2.4rem 0 6rem}}.latest-properties-list__wrap{display:flex;flex-wrap:wrap;margin:0 -1.6rem -8rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.latest-properties-list__wrap.is-loading{opacity:.4;pointer-events:none}@media screen and (max-width:47.9375em){.latest-properties-list__wrap{margin:0}}.latest-properties-list .btn-wrap{justify-content:center;margin:6rem 0 0}@media screen and (max-width:64em){.latest-properties-list .btn-wrap{margin:4rem 0 0}}@media screen and (max-width:47.9375em){.latest-properties-list .btn-wrap{margin:3.2rem 0 0}}.latest-properties-list .btn-wrap.is-hidden{display:none}.photo-gallery{background-color:#f2f4f8;padding:12rem 0}@media screen and (max-width:64em){.photo-gallery{padding:8rem 0}}@media screen and (max-width:47.9375em){.photo-gallery{padding:6rem 0}}.photo-gallery__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.photo-gallery__top{align-items:flex-start;flex-direction:column}}.photo-gallery__top h2{max-width:60rem}@media screen and (max-width:64em){.photo-gallery__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.photo-gallery__nav{display:none}}.photo-gallery__slider{margin:8rem 0 0}@media screen and (max-width:64em){.photo-gallery__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.photo-gallery__slider{margin:2.4rem 0 0}}.photo-gallery__slider .swiper{display:flex;overflow:visible}.photo-gallery__slider .swiper .swiper-wrapper{width:auto}.photo-gallery__item{overflow:hidden;position:relative}.photo-gallery__item:active,.photo-gallery__item:focus{border:none;outline:none}@media screen and (min-width:48em){.photo-gallery__item:hover:after{opacity:1}.photo-gallery__item:hover img{transform:scale(1.05)}}.photo-gallery__item:after{background-color:rgba(0,0,0,.2);content:"";display:block;opacity:0;padding-bottom:69.257%;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);z-index:2}.photo-gallery__item img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:-1}.fancybox-zoomIn{animation:fancybox-zoomIn .25s ease both}.fancybox-zoomOut{animation:fancybox-zoomOut .15s ease both}@keyframes fancybox-zoomIn{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@keyframes fancybox-zoomOut{to{opacity:0;transform:scale(.75)}}:root{--fancybox-accent-color:$blue!important}.fancybox__thumb{border-radius:0}.fancybox__thumb:after{border-radius:0!important}