body.opened{overflow:hidden}nav{left:0;right:0;box-sizing:border-box;position:fixed;padding:0 4rem;top:0;transition:background-color .5s,box-shadow .5s;z-index:1000;height:7.5rem}@media screen and (max-width:64rem){nav{height:100vh;max-height:5.5rem;padding:0;overflow:hidden;transition:max-height .2s,background-color .5s,box-shadow .5s}}nav .nav-bar{display:flex;justify-content:space-between;flex-direction:row;align-items:center;height:100%}@media screen and (max-width:64rem){nav .nav-bar{padding:1.75rem 4%;border-bottom:1px solid #e1e1e1;height:unset}}@media screen and (max-width:64rem){nav.open{max-height:100vh;background-color:#fff;margin:0;transition:background-color 0s,max-height .5s}}nav.open,nav.open body{overflow:hidden}nav.scrolled{background-color:#fff}nav.shadowed{box-shadow:0 1.25rem 4rem #0000004d;-moz-box-shadow:0 1.25rem 4rem 0 rgba(0,0,0,.3);-webkit-box-shadow:0 1.25rem 4rem 0 rgba(0,0,0,.3)}.navigation-menu{display:flex;align-items:center;z-index:1000;height:100%}.navigation-menu__button{display:none}@media screen and (max-width:64rem){.navigation-menu__button{display:block}}.navigation-menu__menu{display:flex;height:100%}@media screen and (max-width:64rem){.navigation-menu__menu{flex-direction:column;align-items:center;position:absolute;width:100%;height:calc(85vh - 5.5rem);top:5.5rem;left:0;padding:2.667rem 0;overflow:auto}}.navigation-menu__menu__wrapper{align-content:center;height:100%;cursor:pointer}@media screen and (max-width:64rem){.navigation-menu__menu__wrapper{align-content:flex-start;height:auto}}@media screen and (min-width:64rem)and (min-width: calc(64rem + 1px)){.navigation-menu__menu__wrapper:hover .navigation-list{max-height:100vh}}@media screen and (min-width:64rem){.navigation-menu__menu__wrapper:hover .navigation-menu__menu__pages__item{box-shadow:inset 0 -2px #f8b91c;transition:box-shadow .2s ease}}@media screen and (min-width:64rem)and (max-width:64rem){.navigation-menu__menu__wrapper:hover .navigation-menu__menu__pages__item{box-shadow:none}}@media screen and (min-width:64rem){.navigation-menu__menu__wrapper:hover .navigation-menu__menu__pages__item .navigation-menu__menu__pages__item__text{color:#f8b91c}.navigation-menu__menu__wrapper:hover .navigation-menu__menu__pages__item.nav-collapse:after{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16'  fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 6H2L8 13L14 6Z' fill='%23F8B91C' /%3E%3C/svg%3E")}}.navigation-menu__menu__contact{height:4rem;min-width:15rem;padding:0!important;justify-content:center;align-self:center}.navigation-menu__menu__contact__text{font-size:1.5rem;font-weight:700}@media screen and (max-width:64rem){.navigation-menu__menu__contact{min-width:92%!important;padding:1rem 0!important;bottom:2.333rem;opacity:0}.navigation-menu__menu__contact.open{position:fixed;opacity:1;transition:opacity .2s .3s}}.navigation-menu__menu__pages{display:flex;gap:5.333rem}@media screen and (max-width:64rem){.navigation-menu__menu__pages{padding-bottom:8rem;flex-direction:column;gap:1.667rem;width:100%}}.navigation-menu__menu__pages__item{justify-content:center;display:flex;flex-direction:column;height:4.5rem}.navigation-menu__menu__pages__item.nav-collapse{position:relative;padding-right:1.667rem}.navigation-menu__menu__pages__item.nav-collapse:after{content:"";position:absolute;right:0;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16'  fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 6H2L8 13L14 6Z' fill='black' /%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}@media screen and (max-width:64rem){.navigation-menu__menu__pages__item.nav-collapse:after{right:2.5rem}}.navigation-menu__menu__pages__item.nav-collapse--light:after{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16'  fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 6H2L8 13L14 6Z' fill='white' /%3E%3C/svg%3E")}@media screen and (max-width:64rem){.navigation-menu__menu__pages__item{align-items:flex-start;height:unset}.navigation-menu__menu__pages__item.nav-collapse{padding-right:0;transition:all .3s}.navigation-menu__menu__pages__item.nav-collapse:after{content:"";transition:all .3s;top:.7em;width:16px;height:16px;transform:rotate(0)}.navigation-menu__menu__pages__item.nav-collapse.open:after{transform:rotate(180deg)}}.navigation-menu__menu__pages__item span{display:inline-block;position:relative;font-size:1.3333rem;line-height:1.625rem}@media screen and (max-width:64rem){.navigation-menu__menu__pages__item span{font-size:2.6rem;line-height:3.2rem;font-weight:600}}.navigation-menu__menu__pages__item--light a:hover{color:#fff}.navigation-menu__menu__pages__item--dark a:hover{color:#13171e}@media screen and (max-width:64rem){.navigation-menu__menu__pages__item--dark{padding:0 2.5rem}}.navigation-menu__menu__pages__item--with-icon{display:flex;align-items:center;gap:.5rem}.navigation-menu__menu__pages__item--not-on-top{position:unset}.navigation-menu__menu__pages__item--light.current span,.navigation-menu__menu__pages__item--dark.current span{color:#f8b91c}@media screen and (max-width:64rem){.navigation-menu__menu__pages__item{margin-left:0;margin-bottom:2rem;justify-content:flex-start;text-align:left}}.navigation-list{position:fixed;top:7.5rem;transition:max-height .5s;overflow:hidden;border-radius:.5rem;max-height:0}@media screen and (max-width:64rem){.navigation-list{width:100%}}@media screen and (max-width:64rem){.navigation-list--open{max-height:100vh}}.navigation-list{box-shadow:0 1.25rem 4rem #0000004d;-moz-box-shadow:0 1.25rem 4rem 0 rgba(0,0,0,.3);-webkit-box-shadow:0 1.25rem 4rem 0 rgba(0,0,0,.3)}@media screen and (max-width:64rem){.navigation-list{box-shadow:unset;-moz-box-shadow:unset;-webkit-box-shadow:unset;position:unset}}.navigation-list a:hover{color:#f8b91c}.navigation-group{display:flex;flex-direction:column;background-color:#fff;flex:1}@media screen and (max-width:64rem){.navigation-group{padding:1rem 0}}.navigation-group__item{min-width:24rem;padding:1.2rem 1.6rem}@media screen and (max-width:64rem){.navigation-group__item{padding:1.2rem 2.5rem}}.navigation-group__item a,.navigation-group__item p{font-size:16px;line-height:1.5;font-weight:400;font-family:Montserrat;color:#505152!important}.navigation-group__item_link{transition:background-color .3s ease-in-out}.navigation-group__item_link:hover{background-color:#f8b91c}.navigation-group__item_link:hover a{color:#13171e!important}.navigation-group__item__content{display:flex;gap:.5rem;align-items:center}.navigation-group__language-item{min-width:8.75rem;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:1024px){.nav-logo-flag{display:none}}footer{background-color:#13171e;border-top:1px solid #383838;height:auto;width:100%;bottom:0}footer .wide-card h4{font-size:2rem;line-height:2.41666rem}footer .wide-card .button{margin-top:2.6666rem;min-height:4.5rem;border:0}footer .wide-card .button h6{font-size:1.3333rem;line-height:1.6666rem}footer .wide-card .button:focus{background-color:#f6f6f6}footer .footer__soc-link{border-radius:4px;overflow:hidden;height:36px}footer .footer__soc-link+.footer__soc-link{margin-left:1.3333rem}.footer-content{display:flex;flex-direction:row;justify-content:space-between;padding-top:3.5625rem;padding-bottom:4rem}@media screen and (max-width:64rem){.footer-content{flex-wrap:wrap}}@media screen and (max-width:64rem){.footer-content{padding-top:3.5625rem}}@media screen and (max-width:50rem){.footer-content{padding-top:3.5625rem;flex-direction:column-reverse}}.footer-content__left-block{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:64rem){.footer-content__left-block{padding-top:3.5625rem;padding-bottom:1.4375rem;align-items:center;width:100%}}.footer-content__left-block_copyright{font-size:1rem;line-height:1.25rem;padding-top:2rem;text-transform:none!important;text-align:center}@media screen and (max-width:50rem){.footer-content__left-block_copyright{font-size:1.3333rem;line-height:2rem}}.site-map{display:flex;flex-direction:column;gap:4rem}@media screen and (max-width:50rem){.site-map{gap:2rem;width:100%}}.site-map__logo{margin-left:10%;margin-right:10%;margin-bottom:2.83rem}@media screen and (max-width:50rem){.site-map__logo{margin-left:5%;margin-right:5%;margin-bottom:1.5rem}}.site-map__columns{display:flex;flex-direction:column;gap:4rem}@media screen and (max-width:50rem){.site-map__columns{gap:2rem}}.site-map__column{display:grid;grid-template-columns:auto 1fr;gap:2rem;border-bottom:1px solid #2d2f32;padding-bottom:2.83rem;padding-left:10%;padding-right:10%}@media screen and (max-width:64rem){.site-map__column:first-child{grid-column:1/4}}@media screen and (max-width:50rem){.site-map__column{width:100%;display:flex;flex-direction:column;gap:0;padding-left:5%;padding-right:5%;padding-bottom:0}.site-map__column:first-child{margin-bottom:0}}.site-map__column__header{display:flex;gap:.666rem;width:300px;cursor:pointer}@media screen and (max-width:64rem){.site-map__column__header{width:200px}}@media screen and (max-width:50rem){.site-map__column__header{width:100%;justify-content:space-between}}.site-map__column__header__extend{display:flex;justify-content:center}.site-map__column__header__title{text-align:left;margin-bottom:1rem;line-height:1.83333rem}@media screen and (max-width:50rem){.site-map__column__header__title{text-align:left;margin-bottom:0;order:1;flex:1;display:flex;align-items:center}}.site-map__column__list{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1),opacity .3s ease-in-out;opacity:0}.site-map__column__list--extended{grid-template-rows:1fr;opacity:1}.site-map__column__list>*{display:grid;grid-template-columns:repeat(3,1fr);row-gap:1.5rem;column-gap:2rem;min-height:0}@media screen and (max-width:64rem){.site-map__column__list>*{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:50rem){.site-map__column__list>*{grid-template-columns:1fr;padding-top:1.5rem}}@media screen and (max-width:50rem){.site-map__column__list{transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1),opacity .25s ease-in-out}}.site-map__column__list__link{text-align:left;line-height:1.6666rem;font-size:1.3333rem;display:block}@media screen and (max-width:50rem){.site-map__column__list__link{margin-left:0;line-height:1.5rem}.site-map__column__list__link:last-child{padding-bottom:2rem}}.scroll-to-top-button{border-radius:100%;padding:2rem 1.5rem;background-color:#f3f3f3;position:fixed;bottom:48px;right:48px;transform:rotate(-90deg)}@media screen and (max-width:64rem){.scroll-to-top-button{bottom:24px;right:24px}}@media screen and (max-width:50rem){.scroll-to-top-button{bottom:16px;right:16px}}.scroll-to-top-button__hide{display:none!important}
