:root {
    --color-1: #4ac7b3;
    --color-2: #071a35;
    --color-3: #04201d;
    --color-4: #0b312c;
    --color-5: #114039;
    --color-6: #02273e;
    --color-7: #009184;
    --color-8: #1aa38d;
    --color-9: #041522;
    --color-10: #0c2926;
    --color-11: #2ca9f4;
    --color-12: #1291dd;
    --transition-hover: all .3s;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--color-2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter Tight', sans-serif;
}

h1,
.h1 {
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -1px;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.8px;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.6px;
}

.entry-content--large p,
.entry-content--large li,
.p-large {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.2px;
}

img {
    max-width: 100%;
    height: auto;
}

input,
textarea,
select,
button {
    font-family: 'Inter', sans-serif;
}


.btn {
    position: relative;
    min-width: 98px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    z-index: 1;
}

.btn-icon {
    max-width: fit-content;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 20px;
}

.btn-icon span {
    font-size: 0;
}

.btn--green {
    position: relative;
    color: #fff;
    background: var(--color-1);
}

.theme-blue .btn--green {
    background: var(--color-11);
}

.btn--green::before,
.btn-dark-green::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    /*transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);*/
    transition: width 0.6s cubic-bezier(0.25, 0.33, 0.3, 1.07);
    will-change: width;
    z-index: -1;
}

.btn--green::before {
    background: var(--color-8);
}

.theme-blue .btn--green::before {
    background: var(--color-12);
}

.btn-dark-green::before {
    background: var(--color-1);
}


.btn--green:hover {
    color: #fff;
}

.btn-dark-green {
    color: #fff;
    border-color: var(--color-5);
    background: var(--color-4);
}

.btn-dark-green:hover {
    color: #fff;
}

.btn-arrow.btn_green span {
    color: #fff;
    background: var(--color-1);
}

.btn-arrow.btn_white span {
    color: var(--color-2);
    background: #fff;
}

.btn-arrow {
    display: inline-flex;
    padding: 0;
    font: 500 18px 'Inter Tight', sans-serif;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 0;
    overflow: hidden;
}

.btn-arrow span {
    min-height: 52px;
    align-content: center;
    text-align: center;
    border-radius: 4px;
}

.btn-arrow--wrapper {
    display: flex;
    gap: 4px;
    transform: translateX(-56px);
    margin-right: -56px;
    will-change: transform;
    transform-origin: center center;
    /*transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);*/
    transition: transform 0.8s cubic-bezier(0.15, 0.85, 0.35, 1);
}

.btn-arrow--icon {
    flex: 0 0 52px;
    width: 52px;
}

.btn-arrow--text {
    min-width: 131px;
    flex: 1 0 auto;
    padding: 0 10px;
    white-space: nowrap;
}



.link {
    text-decoration: none;
    transition: 0.3s all;
}

.link_white {
    color: #fff;
}

.link_arrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
}

.menu-active {
    overflow: hidden !important;
}

.container {
    max-width: 1254px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.subtitle {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.banner-page--caption,
.subtitle span {
    position: relative;
    padding-left: 14px;
}

.subtitle span::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 1px;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: var(--color-1);
}

.theme-blue .subtitle span::before,
.theme-blue .headline.white .subtitle span::before {
    background: var(--color-11);
}

.headline.white .subtitle span::before {
    background: #fff;
}

.headline {
    padding-top: 12px;
    border-top: 1px solid #e8e9f1;
}

.theme-blue .headline.white {
    border-color: rgba(184, 228, 255, 0.2);
}

.headline--title {
    margin: 0 0 30px;
}

.headline--title span {
    color: var(--color-1);
}

.headline--description p {
    letter-spacing: -0.22px;
}

.headline--description p:not(:nth-last-child(1)) {
    margin-bottom: 16px;
}

.headline .btn_box {
    margin-top: 32px;
}

.anim {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
}

.panel.active .anim.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.panel:not(.active) .anim {
    transition-delay: 0s !important;
}

.banner-page {
    position: relative;
    color: #fff;
    overflow: hidden;
    z-index: 1;
}

.banner-page--video {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.banner-page--video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
    pointer-events: none;
}

.banner-page img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.banner-page::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #041522 0%, rgba(4, 21, 34, 0) 39.58%);
    z-index: -1;
}

.banner-page--wrap {
    width: 100%;
    padding: 48px 0;
}

.banner-page--title {
    margin: 0 0 24px;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1px;
}

.banner-page-badge {
    display: flex;
    justify-content: space-between;
    margin-top: 49px;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
}

.banner-page--description {
    font-size: 16px;
}

.banner-page--description p {
    margin-bottom: 0;
    letter-spacing: -0.15px;
}

.banner-page--description p:not(:nth-last-child(1)) {
    margin-bottom: 16px;
}

.banner-page--caption {
    margin-bottom: 0;
}

.banner-page--caption::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -1px;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: var(--color-1);
}

.theme-blue .banner-page--caption::before {
    background: var(--color-11);
}

.banner-scroll-down:hover {
    color: var(--color-11);
}

.entry-content p:nth-last-child(1) {
    margin-bottom: 0;
}

.entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.entry-content ul li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 14px;
    letter-spacing: -0.4px;
}

.entry-content ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: var(--color-1);
}

.theme-blue .entry-content ul li::before {
    background: var(--color-11);
}

.entry-content.entry-content--large ul li::before {
    top: 10px;
}

.entry-content ul li ul {
    margin-top: 17px;
}

.entry-content ul li ul li {
    padding-left: 21px;
}

.entry-content ul li li::before {
    border: 1px solid var(--color-1);
    background: transparent;
}

.announcement_bar {
    position: relative;
    padding: 7px 0;
    color: #fff;
    background: var(--color-7);
    z-index: 2;
}

.theme-blue .announcement_bar {
    background: var(--color-11);
}

.announcement_bar .container {
    display: flex;
    justify-content: center;
}

.announcement--text {
    position: relative;
    display: inline-block;
    padding-left: 24px;
}

.announcement--text > svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.announcement--text p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.05px;
}

.announcement--text p a {
    color: #a2f8f0;
}

.theme-blue .announcement--text p a {
    color: #c9eaff;
}

.announcement--text p a:hover {
    color: #fff;
    text-decoration: underline;
}

.header_site {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: -72px;
    z-index: 10;
}

.header_site__wrap {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 16px 0 0;
}

.header_logotype {
    width: 62px;
    height: 40px;

    z-index: 2;
}

.header_logotype a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    box-shadow: 0px 1px 1px 0px rgba(7, 26, 53, 0.05), 0px 4px 6px 0px rgba(7, 26, 53, 0.04), 0px 2px 3px 0px rgba(7, 26, 53, 0.04), 0px 0px 0px 0.5px rgba(7, 26, 53, 0.15);
    background: #fff;
    transition: 0.3s all;
    line-height: 0;
}

.header_logotype a:hover {
    background: #4ac7b3;
}

.theme-blue .header_logotype a:hover {
    background: var(--color-11);
}


.header_logotype g rect {
    transition: 0.3s all;
}

.header_logotype a:hover g rect {
    fill: #fff;
}

.header_menu ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    list-style: none;
    border: 0 !important;
}

.header_menu ul li a {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #fff;
    transition: var(--transition-hover);
}

.toggle_sub_menu {
    position: absolute;
    top: 8px;
    right: 6px;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    padding: 0;
    color: #fff;
    border: 0;
}

.toggle_sub_menu:hover,
.toggle_sub_menu:active,
.toggle_sub_menu:focus {
    background: transparent;
    color: #fff;
}

.toggle_sub_menu svg {
    transition: var(--transition-hover);
}

.header_menu ul li.menu-item-has-children:hover .toggle_sub_menu svg {
    color: var(--color-8);
    transform: rotate(180deg);
}

.header_menu ul.sub-menu {

}

.header_menu ul.sub-menu li {
    padding: 0 !important;
}

.header_links .btn {
    font-weight: 500;
    font-size: 14px;
}

.site-footer {
    position: relative;
    max-width: 100% !important;
    padding: 0;
    overflow: hidden;
}

.footer-background {
    isolation: isolate;
}

/*.footer-background::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(180deg, rgba(4, 21, 34, 0) -16.77%, rgba(4, 21, 34, 0.26) 29.3%);*/
/*}*/

/*.footer-background::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 66%;*/
/*    height: 100%;*/
/*    background: url("../images/glow.png") no-repeat top/contain;*/
/*    mix-blend-mode: overlay;*/
/*    z-index: 1;*/
/*}*/

.theme-blue .site-footer {
    background: var(--color-6);
}

.s-footer-cta {
    color: #fff;
}

.s-footer-cta .container {
    max-width: 1254px;
}

.s-footer-cta--wrap {
    position: relative;
    padding: 109px 64px 96px;
    /*border-left: 1px solid rgba(255, 255, 255, 0.25);*/
    /*border-right: 1px solid rgba(255, 255, 255, 0.25);*/
}

/*.s-footer-cta--wrap::before,*/
/*.s-footer-cta--wrap::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 1px;*/
/*    height: 100vh;*/
/*    background: rgba(255, 255, 255, 0.25);*/
/*    z-index: -1;*/
/*}*/

/*.s-footer-cta--wrap::before {*/
/*    left: 0;*/
/*}*/

.s-footer-cta--wrap::after {
    right: 0;
}
/*.s-footer-cta--wrap--row {*/
/*    max-width: 882px;*/
/*}*/

.s-footer-cta .headline {
    padding: 0;
    border: 0;
}

.s-footer-cta .headline--subtitle {
    margin-bottom: 23px;
}

.footer-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    z-index: -1;
    will-change: transform;
}

.footer-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.site-footer-wrap {
    max-width: 1376px;
    margin: 0 auto;
    padding: 96px 0 31px;
    background: var(--color-10);
    color: #fff;
}

.theme-blue .site-footer .site-footer-wrap  {
    background: transparent;
}

.footer-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-top--nav {
    display: flex;
    justify-content: space-between;
}

.footer-top--nav .widget-title {
    margin: 0 0 25px;
    font: 500 14px 'Inter', sans-serif;
    text-transform: uppercase;
}

.site-footer .menu {
    padding: 0;
    list-style: none;
}

.footer-top--nav .menu li:not(:nth-last-child(1)) {
    margin-bottom: 14px;
}

#copyright,
.footer-bottom .link,
.site-footer .menu a {
    font-size: 14px;
    color: #bfd8d8;
    transition: var(--transition-hover);
    text-decoration: none;
}

.theme-blue #copyright,
.theme-blue .footer-bottom .link,
.theme-blue .site-footer .menu a {
    color: rgba(187, 213, 229, 1);
}

.footer-bottom .link:hover,
.site-footer .menu a:hover {
    color: #fff;
}

.footer-bottom {
    margin-top: 56px;
    padding-top: 29px;
    border-top: 1px solid #1f3a37;
}

.footer-bottom .container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}

.policy_menu .menu {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.footer-bottom--link a {
    pointer-events: none;
}
@media (min-width: 769px) {
    .entry-content--large p,
    .entry-content--large li,
    .p-large {
        font-size: 18px;
        line-height: 150%;
    }

    h1,
    .h1 {
        font-size: 80px;
        line-height: 100%;
    }

    h2,
    .h2 {
        font-size: 48px;
        line-height: 110%;
        letter-spacing: -1px;
    }

    h3,
    .h3 {
        font-size: 36px;
        line-height: 110%;
    }

    h4,
    .h4 {
        font-size: 28px;
        line-height: 110%;
    }

    .btn-arrow:hover .btn-arrow--wrapper {
        transform: translateX(0);
    }

    .btn--green:hover::before,
    .btn-dark-green:hover::before {
        width: 100%;
    }


    .headline--title {
        margin: 0 0 31px;
    }

    .headline--description p {
        font-size: 18px;
        line-height: 150%;
        letter-spacing: -0.22px;
    }

    .mobile {
        display: none !important;
    }

    .s-footer-cta .s-footer-cta--wrap--row {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .s-footer-cta .headline--title {
        margin: 0;
        font-size: 64px;
        line-height: 100%;
    }

    .site-footer-wrap {
        padding: 78px 40px 32px;
    }

    .footer-bottom {
        margin-top: 42px;
    }

    .footer-bottom .container {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-bottom--link {
        text-align: right;
    }

    .banner-page--title {
        font-size: 72px;
        line-height: 100%;
        letter-spacing: -1.5px;
    }

    .banner-page--description {
        font-size: 18px;
    }

    .banner-page--description p {
        letter-spacing: -0.55px;
    }
}

@media (min-width: 992px) {
    .announcement_bar {
        padding: 8px 0 6px;
    }

    #menu-toggle {
        display: none;
    }

    h1,
    .h1 {
        font-size: 96px;
        line-height: 100%;
    }

    .banner-page--video iframe {
        width: 100vw;
        height: 100vh;
    }

    .banner-page--title {
        max-width: 780px;
    }

    .banner-page--headline.column-two .banner-page--title {
        margin-bottom: 0;
    }

    .banner-page--description {
        max-width: 657px;
    }

    .header_site {
        margin-bottom: -88px;
    }

    .header_site__wrap {
        padding: 24px 0 0;
    }

    .header_menu {
        padding: 7px 12px 9px;
        border-radius: 4px;
        box-shadow: 0px 1px 1px 0px rgba(7, 26, 53, 0.05), 0px 4px 6px 0px rgba(7, 26, 53, 0.04), 0px 2px 3px 0px rgba(7, 26, 53, 0.04), 0px 0px 0px 0.5px rgba(7, 26, 53, 0.15);
        background: #fff;
    }

    .header_menu ul {
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .header_menu ul li.menu-item-has-children {
        position: relative;
        padding-right: 17px;
    }

    .header_menu ul li a {
        padding: 4px 8px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.5px;
        color: var(--color-2);
    }

    .header_menu ul li.menu-item-has-children:hover > a,
    .header_menu ul li a:hover {
        color: var(--color-8);
    }

    .theme-blue .header_menu ul li.menu-item-has-children:hover > a,
    .theme-blue .header_menu ul li a:hover {
        color: var(--color-11);
    }

    .toggle_sub_menu {
        color: var(--color-2);
    }

    .toggle_sub_menu:hover,
    .toggle_sub_menu:active,
    .toggle_sub_menu:focus {
        background: transparent;
        color: var(--color-2);
    }

    .header_menu ul.sub-menu {
        position: absolute;
        top: calc(100% + 16px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 12px 11px 14px;
        border-radius: 4px;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: var(--transition-hover);
    }

    .header_menu ul li.menu-item-has-children:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .header_menu ul.sub-menu li a {
        white-space: nowrap;
    }


    .s-footer-cta .headline--subtitle {
        margin-bottom: 63px;
    }

    .site-footer-wrap {
        margin-bottom: 32px;
        padding: 80px 15px 31px;
        border-radius: 8px;
    }

    .footer-top {
        flex-direction: row;
    }

    .footer-top--logo {
        width: 37%;
        margin-top: auto;
    }

    .footer-top--nav {
        width: 50%;
        padding-bottom: 6px;
    }

    .banner-page {
        min-height: 723px;
        display: flex;
        align-items: flex-end;
    }

    .banner-page::before {
        background: linear-gradient(345deg, rgba(4, 21, 34, 0.5) 25.68%, rgba(4, 21, 34, 0) 46.54%),
        linear-gradient(72.44deg, rgba(4, 21, 34, 0.5) 0%, rgba(4, 21, 34, 0) 50%),
        linear-gradient(180deg, #041522 0%, rgba(4, 21, 34, 0) 48%);
    }

    .banner-page--media {
        position: absolute;
        inset: 0;
        z-index: -3;
    }

    .banner-page--headline.column-two {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 54px;
    }
}

@media (max-width: 991px) {
    .announcement--text p {
        line-height: 15px;
    }

    .toggle_sub_menu {
        display: none;
    }

    .header_nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: none;
        padding: 109px 24px;
        background: var(--color-9);
    }

    .theme-blue  .header_nav {
        background: var(--color-6);
    }

    .header_menu ul.menu > li:not(:nth-last-child(1)) {
        border-bottom: 1px solid #122e43;
    }

    .header_menu ul.menu > li > a {
        padding: 25px 0 22px;
        display: inline-block;
    }

    .header_menu ul li.menu-item-has-children > a {
        position: relative;
    }

    .header_menu ul li.menu-item-has-children > a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: -20px;
        width: 11px;
        height: 12px;
        background: url("../images/icon-arrow-menu.svg") no-repeat center/contain;
        transform: translateY(-50%);
        transition: 0.3s all;
    }

    .header_menu ul li.menu-item-has-children.opened > a::before {
        transform: translateY(-50%) rotate(180deg);
    }

    .header_menu ul.sub-menu {
        display: none;
        gap: 24px;
        padding: 2px 0 22px 23px;
        margin: 0 !important;
    }

    .header_menu ul.sub-menu li:not(:nth-last-child(1)) {
        margin-bottom: 24px;
    }

    .header_links {
        display: flex;
        gap: 12px;
        margin-left: auto;
    }

    #menu-toggle {
        position: relative;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        border-radius: 4px;
        background: #fff;
        overflow: hidden;
    }

    #menu-toggle span {
        position: absolute;
        left: 10px;
        width: 20px;
        height: 1.5px;
        background: var(--color-2);
        border-radius: 2px;
        transition: all 0.4s;
    }

    #menu-toggle span:nth-child(1) {
        top: 13px;
    }
    #menu-toggle span:nth-child(2) {
        top: 19px;
    }
    #menu-toggle span:nth-child(3) {
        top: 25px;
    }

    #menu-toggle.active span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }
    #menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    #menu-toggle.active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .s-footer-cta .s-footer-cta--wrap {
        padding: 109px 39px 96px;
    }

    .s-footer-cta .headline--title {
        max-width: 338px;
    }

    .s-footer-cta .headline--title br {
        display: none;
    }

    .footer-top {
        gap: 61px
    }

    .footer-top--logo {
        max-width: 237px;
    }

    .banner-page {
        background: var(--color-6);
    }

    .banner-page--media {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .banner-page--media.video {
        padding-top: 93%;
    }

    .banner-page--media:not(.video) {
        margin-bottom: -158px;
        padding-top: 90%;
    }

    .banner-page--media .banner-page--video iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .banner-page--media::before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0, #02273E 8.86%, rgba(2, 39, 62, 0.917266) 14.89%, rgba(2, 39, 62, 0.707403) 24.05%, rgba(4, 21, 34, 0) 59.32%);
    }

    .banner-page--wrap {
        position: relative;
    }
}

@media (max-width: 768px) {
    .desktop {
        display: none !important;
    }

    .site-footer {
        padding-inline-end: 0 !important;
        padding-inline-start: 0 !important;
    }

    .s-footer-cta {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .footer-background img {
        object-position: 23%;
    }

    .s-footer-cta .s-footer-cta--wrap {
        padding: 109px 25px 96px;
    }

    .footer-top {
        gap: 52px;
    }

    .footer-top--logo {
        max-width: 177px;
    }

    .footer-top--nav {
        flex-wrap: wrap;
        gap: 26px 0;
    }

    .footer-top--nav > div:nth-child(1) {
        width: 56%;
    }

    .footer-top--nav > div:nth-child(2) {
        width: 28%;
    }

    .footer-top--nav > div:nth-child(3) {
        width: 100%;
    }

    .footer-bottom .container {
        gap: 12px;
        text-align: center;
    }

    #copyright {
        order: 2;
    }

    .policy_menu {
        order: 1;
    }

    .footer-bottom--link {
        order: 3;
    }

    .banner-page--media {
        margin-bottom: -124px;
        padding-top: 100%;
    }
}

@media (max-width: 440px) {
    .banner-page--media.video {
        padding-top: 81%;
    }
}

@media (min-width: 992px) and (max-height: 600px) {
    .banner-page {
        min-height: 610px;
    }
}