@keyframes menu_bar_top {
    0% {
        bottom: 9px;
        transform: rotate(0deg);
    }
    40% {
        bottom: 8px;
    }
    50% {
        transform: rotate(0deg);
    }
    to {
        bottom: 8px;
        transform: rotate(29deg);
    }
}
@keyframes menu_bar_bottom {
    0% {
        bottom: 5px;
        transform: rotate(0deg);
    }
    40% {
        bottom: 8px;
    }
    50% {
        transform: rotate(0deg);
    }
    to {
        bottom: 8px;
        transform: rotate(-29deg);
    }
}
@keyframes menu_bar_top_closing {
    0% {
        bottom: 8px;
        transform: rotate(29deg);
    }
    40% {
        transform: rotate(0deg);
    }
    50% {
        bottom: 8px;
    }
    to {
        bottom: 9px;
        transform: rotate(0deg);
    }
}
@keyframes menu_bar_bottom_closing {
    0% {
        bottom: 8px;
        transform: rotate(-29deg);
    }
    40% {
        transform: rotate(0deg);
    }
    50% {
        bottom: 8px;
    }
    to {
        bottom: 5px;
        transform: rotate(0deg);
    }
}
@font-face {
    font-family: "TTCommons";
    src: url(../fonts/TTCommons-Bold.woff);
    font-weight: 700;
}
@font-face {
    font-family: "TTCommons";
    src: url(../fonts/TTCommons-Regular.woff);
    font-weight: 400;
}
@font-face {
    font-family: "TTCommons";
    src: url(../fonts/TTCommons-Light.woff);
    font-weight: 300;
}
@font-face {
    font-family: "The Seasons";
    src: url(../fonts/theseasons-bd-webfont.woff);
    font-weight: 700;
}
@font-face {
    font-family: "The Seasons";
    src: url(../fonts/theseasons-reg-webfont.woff);
    font-weight: 400;
}
@font-face {
    font-family: "The Seasons";
    src: url(../fonts/theseasons-lt-webfont.woff);
    font-weight: 300;
}
body,
html {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #030925;
    font-family: "TTCommons", sans-serif;
}
body.lock-scroll {
    overflow: hidden;
    height: 100svh;
}
.container {
    padding-left: 70px;
    padding-right: 70px;
}
@media screen and (max-width: 1024px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 500px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.maxw {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 44px;
}
@media screen and (max-width: 800px) {
    .grid {
        column-gap: 32px;
    }
}
@media screen and (max-width: 500px) {
    .grid {
        column-gap: 19px;
    }
}
h1,
h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
}
@media screen and (max-width: 500px) {
    h1 {
        font-weight: 700;
        font-size: 44px;
        line-height: 51px;
    }
}
h2 {
    font-size: 48px;
    line-height: 56px;
}
@media screen and (max-width: 500px) {
    h2 {
        font-weight: 400;
        font-size: 36px;
        line-height: 43px;
    }
}
h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
}
@media screen and (max-width: 500px) {
    h3 {
        font-size: 32px;
        line-height: 37px;
    }
}
.faq--title,
h1,
h2,
h3,
h4 {
    font-family: "The Seasons", sans-serif;
}
.faq--title,
h1,
h2,
h3,
h4,
p {
    color: #fff;
    margin: 0;
}
h4 {
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
}
@media screen and (max-width: 500px) {
    h4 {
        font-size: 32px;
        line-height: 37px;
    }
}
.faq--title,
p {
    letter-spacing: 0.025em;
}
.faq--title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
@media screen and (max-width: 500px) {
    .faq--title {
        line-height: 28px;
    }
}
p,
p.large {
    font-weight: 400;
}
p {
    font-size: 15px;
    line-height: 25px;
}
p.large {
    font-size: 16px;
    line-height: 26px;
}
.eyebrow,
.mini-description {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.48em;
    text-transform: uppercase;
    color: #BF9550;
    margin: 0;
}
.mini-description {
    font-size: 10px;
    line-height: 10px;
}
a {
    cursor: pointer;
    text-decoration: none !important;
    color: inherit;
}
section {
    padding-bottom: 256px;
}
@media screen and (max-width: 500px) {
    section {
        padding-bottom: 120px !important;
    }
}
section.small-padding {
    padding-bottom: 160px;
}
@media screen and (max-width: 500px) {
    section.small-padding {
        padding-bottom: 0 !important;
    }
}
section.mid-padding {
    padding-bottom: 160px;
}
@media screen and (max-width: 500px) {
    section.mid-padding {
        padding-bottom: 120px !important;
    }
}
section.no-padding {
    padding-bottom: 0 !important;
}
@media screen and (max-width: 800px) {
    section.padding-800 {
        padding-bottom: 160px !important;
    }
}
@media screen and (max-width: 500px) {
    section.padding-800 {
        padding-bottom: 120px !important;
    }
}
section:last-of-type {
    padding-bottom: 160px;
}
picture {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header__bg,
header,
picture {
    left: 0;
    right: 0;
    top: 0;
}
header {
    height: 140px;
    transition: transform 0.35s ease;
    position: fixed;
    z-index: 99999;
}
header.scrolled > .header__bg {
    background-color: #030925;
    opacity: 0.85;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.hidden {
    transform: translateY(-100%);
}
@media screen and (max-width: 800px) {
    header {
        height: 100px;
    }
}
@media screen and (max-width: 500px) {
    header {
        height: 88px;
    }
}
header.menu-opened .menu-icon::before {
    animation: menu_bar_top 0.5s ease both;
}
header.menu-opened .menu-icon::after {
    animation: menu_bar_bottom 0.5s ease both;
}
header.menu-opened .menu {
    transform: translateX(0);
}
.faq[collapsed] .faq--click::before,
header.menu-opened .inquire {
    opacity: 0;
}
@media screen and (min-width: 800px) {
    header.menu-opened .logo {
        opacity: 0;
    }
}
header.menu-opened > .header__bg {
    background-color: #030925;
    opacity: 0.85;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.menu-closing .menu-icon::before {
    animation: menu_bar_top_closing 0.5s ease both;
}
header.menu-closing .menu-icon::after {
    animation: menu_bar_bottom_closing 0.5s ease both;
}
.header__bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: transparent;
    transition: -webkit-backdrop-filter 0.35s ease, backdrop-filter 0.35s ease, background-color 0.35s ease;
}
.header__inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}
.logo {
    transition: opacity 0.35s ease;
    opacity: 1;
}
.toggle-menu {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.76em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    .toggle-menu > span {
        display: none;
    }
}
.menu-icon {
    width: 32px;
    height: 16px;
    position: relative;
    margin-right: 8px;
}
.menu-icon::after,
.menu-icon::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 1px;
    background-color: #FFFFFF;
    left: 0;
    transform-origin: center;
}
.menu-icon::before {
    bottom: 9px;
}
.menu-icon::after {
    bottom: 5px;
}
.inquire {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.48em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: opacity 0.35s ease;
    opacity: 1;
}
@media screen and (max-width: 600px) {
    .inquire {
        display: none;
    }
}
.menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 160px;
    z-index: -1;
    background-color: #030925;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    overflow-y: scroll;
}
@media screen and (max-width: 800px) {
    .menu {
        padding-top: 100px;
    }
}
.menu .grid {
    row-gap: 80px;
}
@media screen and (max-width: 800px) {
    .menu .grid {
        row-gap: 42px;
    }
}
.menu__content {
    width: 100%;
}
nav {
    grid-column: 2 / span 5;
}
@media screen and (max-width: 1112px) {
    nav {
        grid-column: 1 / span 7;
    }
}
@media screen and (max-width: 800px) {
    nav {
        grid-column: 1 / span 12;
    }
}
nav > ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}
nav > ul > li {
    font-family: "The Seasons", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 81px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ADBFCE;
    transition: color 0.35s ease;
}
@media screen and (max-width: 500px) {
    nav > ul > li {
        font-size: 32px;
        line-height: 70px;
        letter-spacing: 0.025em;
    }
}
nav > ul > li.active {
    color: #BF9550;
}
@media (hover: hover) {
    nav > ul > li:hover {
        color: #BF9550;
    }
}
.languages {
    grid-column: 8 / span 4;
    display: flex;
    flex-direction: row;
    padding-top: 24px;
}
@media screen and (max-width: 1112px) {
    .languages {
        grid-column: 8 / span 5;
    }
}
@media screen and (max-width: 800px) {
    .languages {
        grid-column: 1 / span 12;
        padding-top: 0;
    }
}
.languages > a:not(:last-of-type) {
    margin-right: 45px;
}
.language {
    color: #ADBFCE;
    transition: color 0.35s ease;
}
@media (hover: hover) {
    .language:hover {
        color: #BF9550;
    }
}
.language.active {
    color: #BF9550;
}
.menu__additional-links {
    grid-column: 2 / span 4;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}
@media screen and (max-width: 1112px) {
    .menu__additional-links {
        grid-column: 1 / span 6;
    }
}
@media screen and (max-width: 800px) {
    .menu__additional-links {
        grid-column: 1 / span 12;
    }
}
.menu__additional-links > a:not(:first-of-type) {
    margin-top: 10px;
}
@media screen and (max-width: 800px) {
    .menu__additional-links > a:not(:first-of-type) {
        margin-top: 22px;
    }
}
.link {
    color: #ADBFCE;
    transition: color 0.35s ease;
}
@media (hover: hover) {
    .link:hover {
        color: #BF9550;
    }
}
footer {
    position: relative;
    padding-top: 160px;
    padding-bottom: 32px;
}
@media screen and (max-width: 500px) {
    footer {
        padding-top: 72px;
    }
}
.footer__content {
    position: relative;
    z-index: 2;
}
.footer__nav {
    margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
    .footer__nav {
        display: none;
    }
}
.footer__nav > ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer__nav > ul > li {
    font-family: "The Seasons", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.005em;
    color: #fff;
    cursor: pointer;
}
.footer__nav > ul > li:not(:first-of-type) {
    margin-left: 72px;
}
.footer__newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 72px;
}
@media screen and (max-width: 600px) {
    .footer__newsletter {
        margin-bottom: 64px;
    }
}
.footer__h3 {
    margin-top: 12px;
    margin-bottom: 16px;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .footer__h3 {
        max-width: 300px;
    }
}
.footer__socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer__socials > a:not(:first-of-type) {
    margin-left: 24px;
}
.footer__inner-box {
    max-width: 577px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px auto 0;
}
.footer__links {
    margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
    .footer__links {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}
.footer__links > a {
    line-height: 25px;
    color: #ADBFCE;
}
.footer__links > a:not(:first-of-type) {
    margin-left: 40px;
}
@media screen and (max-width: 600px) {
    .footer__links > a:not(:first-of-type) {
        margin-left: 0;
        margin-top: 16px;
    }
}
.footer__copyright {
    width: 100%;
    padding: 16px 0;
    color: #ADBFCE;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    border-top: 1px solid #1c2128;
}
.footer__copyright,
.pragmatic {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.button {
    padding: 21px 39px;
    background-color: transparent;
    color: #BF9550;
}
.button,
.button--invert,
.button--thin,
.button--white {
    width: max-content;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.48em;
    text-transform: uppercase;
    border: 1px solid #BF9550;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.35s ease, color 0.35s ease;
}
.button--invert {
    padding: 21px 39px;
}
.button--thin {
    background-color: transparent;
    color: #BF9550;
}
@media (hover: hover) {
    .button--invert:hover,
    .button--thin:hover,
    .button:hover {
        background-color: #BF9550;
        color: #030925;
    }
}
.button--invert {
    background-color: #BF9550;
    color: #030925;
}
@media (hover: hover) {
    .button--invert:hover {
        background-color: #BF9550;
        color: #030925;
    }
}
.button--thin {
    padding: 11px 19px;
}
.button--white {
    padding: 21px 39px;
    background-color: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
@media (hover: hover) {
    .button--white:hover {
        background-color: #FFFFFF;
        color: #030925;
    }
}
.faq {
    margin-top: 16px;
    background-color: #131D39;
}
.faq[collapsed] {
    padding-bottom: 24px;
}
.faq[collapsed] .faq--content {
    overflow-y: visible;
}
.faq--content {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.2s ease;
    padding-left: 24px;
    padding-right: 24px;
}
.faq--content > p {
    font-size: 15px;
}
.faq--heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 24px;
    cursor: pointer;
}
.faq--click {
    height: 16px;
    width: 16px;
    min-height: 16px;
    min-width: 16px;
    position: relative;
}
.faq--click::after,
.faq--click::before {
    content: "";
    position: absolute;
    background-color: #ADBFCE;
}
.faq--click::before {
    left: 7px;
    width: 2px;
    height: 100%;
}
.faq--click::after {
    width: 100%;
    height: 2px;
    bottom: 7px;
}
.title-heading-image {
    height: 960px;
}
@media screen and (max-width: 800px) {
    .title-heading-image {
        height: 696px;
    }
}
@media screen and (max-width: 500px) {
    .title-heading-image {
        height: 668px;
    }
}
.title-heading-content {
    margin-top: 252px;
}
@media screen and (max-width: 800px) {
    .title-heading-content {
        margin-top: 182px;
    }
}
@media screen and (max-width: 500px) {
    .title-heading-content {
        margin-top: 136px;
    }
}
.title-heading-content > h1 {
    grid-column: 3 / span 9;
    z-index: 3;
}
@media screen and (max-width: 800px) {
    .title-heading-content > h1 {
        grid-column: 2 / span 10;
    }
}
@media screen and (max-width: 500px) {
    .title-heading-content > h1 {
        grid-column: 1 / span 12;
    }
}
.title-heading-content > .eyebrow {
    font-size: 10px;
    line-height: 10px;
    margin-top: 16px;
    grid-column: 3 / span 9;
    z-index: 3;
}
@media screen and (max-width: 800px) {
    .title-heading-content > .eyebrow {
        grid-column: 2 / span 10;
    }
}
@media screen and (max-width: 500px) {
    .title-heading-content > .eyebrow {
        grid-column: 1 / span 12;
    }
}
section:first-of-type {
    margin-top: 160px;
}
@media screen and (max-width: 800px) {
    section:first-of-type {
        margin-top: 116px;
    }
}
@media screen and (max-width: 500px) {
    section:first-of-type {
        margin-top: 84px;
    }
}
.term {
    margin-bottom: 136px;
    grid-column: 3 / span 8;
    z-index: 3;
}
.term > p {
    margin-top: 16px;
    letter-spacing: 0.025em;
    font-size: 15px;
}
@media screen and (max-width: 800px) {
    .term {
        grid-column: 2 / span 10;
    }
}
@media screen and (max-width: 500px) {
    .term {
        grid-column: 1 / span 12;
        margin-bottom: 120px;
    }
}
.term:last-of-type {
    margin-bottom: unset;
}
.floating-img,
.floating-img__relative {
    position: relative;
}
.floating-img__container {
    padding-left: calc((100% - 1300px) / 2 + ((1300px - 11 * 42px) / 3) + 4 * 42px);
}
@media screen and (max-width: 1440px) {
    .floating-img__container {
        padding-left: calc(70px + ((1300px - 11 * 42px) / 3) + 4 * 42px);
    }
}
@media screen and (max-width: 1024px) {
    .floating-img__container {
        padding-left: calc(70px + ((1300px - 11 * 42px) / 4) + 3 * 42px);
    }
}
@media screen and (max-width: 800px) {
    .floating-img__container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 500px) {
    .floating-img__container {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.floating-img__wrapper {
    padding-top: 70%;
    position: relative;
}
@media screen and (max-width: 500px) {
    .floating-img__wrapper {
        padding-top: 106.4%;
    }
}
.floating-img__text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 3;
}
@media screen and (max-width: 800px) {
    .floating-img__text {
        position: relative;
        margin-top: -32px;
    }
}
@media screen and (max-width: 500px) {
    .floating-img__text {
        margin-top: -24px;
    }
}
.floating-img__text-content {
    grid-column: 2 / span 5;
}
@media screen and (max-width: 1280px) {
    .floating-img__text-content {
        grid-column: 2 / span 6;
    }
}
@media screen and (max-width: 1112px) {
    .floating-img__text-content {
        grid-column: 2 / span 7;
    }
}
@media screen and (max-width: 800px) {
    .floating-img__text-content {
        grid-column: 2 / span 10;
    }
}
.floating-img__h2 {
    margin-bottom: 32px;
}
