@charset "UTF-8";

/* Base styles for header section */
.header-section * {
    font-smooth: always;
    text-shadow: 0px 0px 1px transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

.header-section button, .header-section button:focus, .header-section a, .header-section a:focus {
    outline: none !important;
}

.header-section a {
    color: inherit;
    text-decoration: none;
}

.header-section svg {
    fill: currentColor;
}

.header-section h1, .header-section h2, .header-section h3, .header-section h4, .header-section h5, .header-section h6 {
    margin: 0;
}

/* Primary Logo styles */
.header-section .primaryLogo {
    display: inline-block;
    cursor: pointer;
}

.header-section .primaryLogo > svg {
    width: 100%;
}

.header-section .primaryLogo.small {
    max-width: 120px;
}

.header-section .primaryLogo.medium {
    max-width: 210px;
}

.header-section .primaryLogo.large {
    max-width: 320px;
}

.header-section .primaryLogo.black svg path, .header-section .primaryLogo.black svg rect {
    fill: #000;
}

.header-section .primaryLogo.white svg path, .header-section .primaryLogo.white svg rect {
    fill: #FFF;
}

/* Main Header Styles */
.header-section .header-main {
    width: 100vw;
    height: 64px;
    box-sizing: border-box;
    top: 0px;
    left: 0;
    z-index: 999;
    padding: 13px;
    background: #33394F;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 1.44;
}

.header-section .header-main.padding {
    padding: 50px 100px 50px 100px;
}

.header-section .header-main .left-text {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
}

.header-section .header-main-bg {
    width: 100%;
    height: 0px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    background: white;
    transition: height 1s cubic-bezier(0.18, 0.78, 0, 1), opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-section .header-main .primaryLogo {
    width: auto;
    height: 38px;
    display: inline-flex;
}

.header-section .header-main-right, .header-section .header-main-items, .header-section .header-main-mobile-content {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-section .header-main-items, .header-section .header-main-lang, .header-section .header-main-button {
    transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1) 0.5s;
}

.header-section .header-main-right > *:not(:last-child), .header-section .header-main-mobile-content > *:not(:last-child) {
    margin-right: 24px;
}

.header-section .header-main-items > *:not(:last-child) {
    margin-right: 32px;
}

.header-section .header-main-item {
    height: 100%;
    position: relative;
}

.header-section .header-main-item > a {
    height: 100%;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    transition: background 1s cubic-bezier(0.18, 0.78, 0, 1), color 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-section .header-main-item > a::before {
    content: "";
    width: calc(100% + 32px);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    transform: translateX(-50%) scaleY(0);
    transform-origin: 50% 100%;
    background: white;
    transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-section .header-main-item > a > * {
    position: relative;
    z-index: 1;
}

.header-section .header-main-item > a span {
    font-weight: inherit;
}

.header-section .header-main-item > a svg {
    height: 0.4em;
    width: auto;
    fill: currentColor;
    margin-left: 8px;
    transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-section .header-main-item .sub-menu-container {
    position: absolute;
    left: -16px;
    top: calc(100% + 32px);
    display: inline-flex;
    color: #33394F;
    transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-section .header-main-item .sub-menu-container .sub-menu-column {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    font-weight: normal;
    padding-left: 16px;
    box-sizing: border-box;
    flex-shrink: 0;
    border-left: 1px solid #77889D;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column > *:first-child {
    margin-bottom: 16px !important;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column a {
    display: inline-flex;
    align-items: center;
    font-weight: normal;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column a svg {
    height: 0.9em;
    width: auto;
    fill: currentColor;
    margin-right: 8px;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column a:not(:last-child) {
    margin-bottom: 8px;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column a:hover {
    color: #77889D;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .filled-button {
    width: auto;
    min-width: 200px;
    font-weight: 700;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column > small {
    margin-bottom: 16px;
    color: #0AD4FC;
    font-size: 14px;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .large-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 16px;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .large-links > *:not(:last-child) {
    margin-bottom: 0;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .large-links.large-links--block {
    display: block;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .large-links.large-links--block > *:not(:last-child) {
    margin-bottom: 16px; 
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .large-links.three-cols {
    grid-template-columns: repeat(3, 1fr);
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .large-link {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
    transition: none;
    &:last-child {
        margin-bottom: 0;
    }
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .large-link svg {
    height: 0.6em;
    margin-left: 12px;
    flex-shrink: 0;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .large-link:hover {
    text-decoration: underline;
    color: inherit !important;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .small-link {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 12px !important;
    padding-left: 12px;
    transition: none;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .small-link:hover {
    text-decoration: underline;
    color: inherit !important;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .small-link:last-child {
    margin-bottom: 16px;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .small-link svg {
    height: 0.6em;
    margin-left: 12px;
    flex-shrink: 0;
}

@media (max-width: 1440px) {
    .header-section .header-main-item .sub-menu-container .sub-menu-column .large-link {
        font-size: 18px;
    }
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .bold-link {
    font-weight: 600;
    font-size: 16px;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column > p {
    max-width: 260px;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column > p:last-child {
    margin-bottom: 0;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column:not(:last-child) {
    margin-right: 16px;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column.large-padding {
    padding-left: 50px;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column.large-padding:not(:last-child) {
    margin-right: 50px;
}

.header-section .header-main-item .sub-menu-container .sub-menu-column.no-border {
    border: unset !important;
}

.header-section .header-main-item:not(.opened) .sub-menu-container {
    opacity: 0;
    pointer-events: none;
}

.header-section .header-main-item.opened > a {
    color: #33394F;
}

.header-section .header-main-item.opened > a::before {
    transform: translateX(-50%) scaleY(1);
}

.header-section .header-main-item.opened > a .arrow {
    transform: rotate(180deg);
}

.header-section .header-main-lang {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 0.8;
    cursor: pointer;
    position: relative;
}

.header-section .header-main-lang::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 1px solid currentColor;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0.2;
    transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1), background 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-section .header-main-lang > * {
    position: relative;
    z-index: 1;
}

.header-section .header-main-lang span {
    font-weight: inherit;
}

.header-section .header-main-lang:hover {
    color: #33394F;
}

.header-section .header-main-lang:hover::before {
    opacity: 1;
    background: white;
}

.header-section .header-main-button {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

.header-section .header-main-button::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 1px solid currentColor;
    box-sizing: border-box;
    border-radius: 50px;
    opacity: 0.2;
    transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1), background 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-section .header-main-button > * {
    position: relative;
    z-index: 1;
}

.header-section .header-main-button svg {
    height: 1em;
    width: auto;
    fill: white;
    margin-right: 5px;
}

.header-section .header-main-button span {
    font-weight: inherit;
}

.header-section.bodywrapper {
    position: relative;
}

.header-section.bodywrapper .header-main-button:hover {
    color: #33394F;
}

.header-section .header-main-button:hover path {
    fill: #33394F;
}

.header-section .header-main-button:hover::before {
    opacity: 1;
    background: white;
}

.header-section .header-main-search {
    width: 28px;
    height: 100%;
    position: relative;
    overflow: visible;
}

.header-section .header-main-search-form {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: width 1s cubic-bezier(0.18, 0.78, 0, 1) 0.2s;
}

.header-section .header-main-search-form::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: background 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-section .header-main-search input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 48px;
    line-height: 100%;
    font-size: inherit;
    font-weight: normal;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    outline: none;
    border: none;
    transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1), transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-section .header-main-search-close {
    width: 28px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    color: #000000;
    transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1), transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-section .header-main-search-close svg {
    height: 35%;
    fill: currentColor;
}

.header-section .header-main-search.hidden {
    display: none;
}

.header-section .header-main-account-button {
    margin-right: 0 !important;
}

.header-section .header-main-account-items {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 32px);
    right: 50px;
    margin-right: 0;
    padding-bottom: 40px;
    font-size: 18px;
    font-weight: normal;
    transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-section .header-main-account-items a {
    display: inline-flex;
    align-items: center;
    transition: color 1s cubic-bezier(0.18, 0.78, 0, 1);

}

.header-section .header-main-account-items a:visited {
    color: inherit;
}

.header-section .header-main-account-items a:hover {
    color: inherit;
}

.header-section .header-main-account-items a svg {
    height: 0.9em;
    margin-right: 12px;
}

.header-section .header-main-account-items a:not(:last-child) {
    margin-bottom: 32px;
}

.header-section .header-main-account-items a:hover {
    text-decoration: underline;
}

.header-section .header-main-account-items:not(.opened) {
    opacity: 0;
    pointer-events: none;
}

.header-section .header-main-language-items {
    display: inline-flex;
    position: absolute;
    top: calc(100% + 32px);
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 50px;
    right: 0;
    left: auto;
    font-size: 18px;
    font-weight: normal;
    transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
    margin: 0 !important;
    color: rgb(119, 136, 157);
}

.header-section .header-main-language-items a {
    display: inline-flex;
    align-items: center;
    transition: color 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-section .header-main-language-items a svg {
    height: 0.9em;
    margin-right: 12px;
}

.header-section .header-main-language-items a:not(:last-child) {
    margin-bottom: 32px;
}

.header-section .header-main-language-items a:hover {
    opacity: 0.5;
}

.header-section .header-main-language-items:not(.opened) {
    opacity: 0;
    pointer-events: none;
}

.header-section .header-main-language-items .sub-menu-column {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    font-weight: normal;
    padding-left: 16px;
    box-sizing: border-box;
    flex-shrink: 0;
    border-left: 1px solid rgba(180, 191, 202, 0.5);
}

.header-section .header-main-language-items .sub-menu-column * {
    font-weight: inherit;
}

.header-section .header-main-language-items .sub-menu-column > *:first-child {
    margin-bottom: 16px !important;
}

.header-section .header-main-language-items .sub-menu-column .powered {
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
}

.header-section .header-main-language-items .sub-menu-column .clearColor {
    color: rgb(119, 136, 157);
}

.header-section .header-main-language-items .sub-menu-column a {
    display: inline-flex;
    align-items: center;
    font-weight: normal;
}

.header-section .header-main-language-items .sub-menu-column a svg {
    height: 0.9em;
    width: auto;
    fill: currentColor;
    margin-right: 8px;
}

.header-section .header-main-language-items .sub-menu-column a:not(:last-child) {
    margin-bottom: 8px;
}

.header-section .header-main-language-items .sub-menu-column a:hover {
    color: #77889D;
}

.header-section .header-main-language-items .sub-menu-column > small {
    margin-bottom: 16px;
    opacity: 0.7;
    font-size: 14px;
}

.header-section .header-main-language-items .sub-menu-column .large-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 16px;
}

.header-section .header-main-language-items .sub-menu-column .large-links > *:not(:last-child) {
    margin-bottom: 0;
}

.header-section .header-main-language-items .sub-menu-column .large-links.three-cols {
    grid-template-columns: repeat(3, 1fr);
}

.header-section .header-main-language-items .sub-menu-column .large-link {
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.header-section .header-main-language-items .sub-menu-column .large-link svg {
    height: 0.6em;
    margin-left: 12px;
    flex-shrink: 0;
}

.header-section .header-main-language-items .sub-menu-column .large-link:hover {
    text-decoration: underline;
    color: inherit !important;
}

.header-section .header-main-language-items .sub-menu-column .bold-link {
    font-weight: 600;
    font-size: 16px;
}

.header-section .header-main-language-items .sub-menu-column .lang-link {
    font-size: 16px;
}

.header-section .header-main-language-items .sub-menu-column .lang-link.active,
.header-section .header-main-language-items .sub-menu-column .clearColor.active {
    font-weight: 600;
}

.header-section .header-main-language-items .sub-menu-column > p {
    max-width: 260px;
}

.header-section .header-main-language-items .sub-menu-column > p:last-child {
    margin-bottom: 0;
}

.header-section .header-main-language-items .sub-menu-column:not(:last-child) {
    margin-right: 16px;
}

.header-section .header-main-language-items .sub-menu-column.large-padding {
    padding-left: 50px;
}

.header-section .header-main-language-items .sub-menu-column.large-padding:not(:last-child) {
    margin-right: 50px;
}

.header-section .header-main-toggle {
    width: 28px;
    position: absolute;
    right: 16px;
    display: none;
}

.header-section .header-main-toggle svg {
    width: 100%;
    overflow: visible;
}

.header-section .header-main-toggle svg path {
    transform-origin: 50% 50%;
    transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-section .header-main.search-opened .header-main-search-form {
    width: 300px;
    transition-delay: 0s;
}

.header-section .header-main.search-opened .header-main-search-form::before {
    background: white;
}

.header-section .header-main.search-opened .header-main-search-form input, .header-section .header-main.search-opened .header-main-search-form .header-main-search-close {
    opacity: 1;
    pointer-events: auto;
}

.header-section .header-main.search-opened .header-main-search-form .header-main-search-close {
    transform: scale(1);
}

.header-section .header-main.search-opened .header-main-items, .header-section .header-main.search-opened .header-main-lang, .header-section .header-main.search-opened .header-main-button, .header-section .header-main.search-opened .header-main-bg {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s;
}

.header-section .header-main:not(.search-opened) .header-main-search-form {
    width: 28px;
}

.header-section .header-main:not(.search-opened) .header-main-search-form input, .header-section .header-main:not(.search-opened) .header-main-search-form .header-main-search-close {
    opacity: 0;
    pointer-events: none;
}

.header-section .header-main:not(.search-opened) .header-main-search-form .header-main-search-close {
    transform: scale(0.2);
}

.header-section .header-main.with-background .header-main-bg {
    background: #33394F;
}

.header-section .header-main.with-background .header-main-bg.white {
    background-color: white;
}

.header-section .header-main.with-background .header-main-item .sub-menu-container {
    color: white;
}

.header-section .header-main.with-background .header-main-item .sub-menu-container .sub-menu-column {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.header-section .header-main.with-background .header-main-item .sub-menu-container .sub-menu-column a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.header-section .header-main.align-right .header-main-item {
    position: static;
}

.header-section .header-main.align-right .header-main-item > a {
    position: relative;
    border-radius: 0;
}

.header-section .header-main.align-right .header-main-item .sub-menu-container {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 50px;
    right: 0;
    left: auto;
    justify-content: flex-end;
}

.header-section .header-main.align-right .header-main-item .sub-menu-container .sub-menu-column {
    flex-shrink: initial;
}

.header-section .header-main.open-on-hover .header-main-item > a::before {
    content: none;
}

.header-section .header-main.open-on-hover .header-main-item > a .arrow {
    display: none;
}

.header-section .header-main.open-on-hover .header-main-item.opened > a {
    color: inherit;
}

.header-section .header-main + * {
    margin-top: 64px;
}

@media (max-width: 1280px) {
    .header-section .header-main-items > *:not(:last-child), .header-section .header-main-right > *:not(:last-child), .header-section .header-main-mobile-content > *:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {
    .header-section .header-main-items > *:not(:last-child), .header-section .header-main-right > *:not(:last-child), .header-main-mobile-content > *:not(:last-child) {
        margin-right: 14px;
    }

    .header-section .header-main-language-button {
        margin-left: auto;
        margin-right: 0 !important;
        margin-top: 40px;
    }

    .header-section .header-main-language-items {
        flex-direction: column;
        color: #FFF;
        padding: 0px !important;
    }

    .header-section .header-main-language-items .h5.blue {
        color: #FFF;
    }

    .header-section .header-main-language-items .sub-menu-column {
        border: none;
    }

    .header-section .header-main-language-items .sub-menu-column .medium-blue {
        color: #FFF !important;
    }

    .header-section .header-main-language-items .sub-menu-column.large-padding {
        padding-left: 0;
        margin: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 840px) {
    .header-section .header-main {
        padding: 16px;
    }

    .header-section .header-main-toggle {
        display: flex;
    }

    .header-section .header-main-toggle svg {
        fill: white;
    }

    .header-section .header-main-search {
        height: calc(100% - 26px);
        position: absolute;
        right: 44px;
        margin-right: 24px;
    }

    .header-section .header-main-mobile-content {
        width: 100%;
        height: auto;
        max-height: calc(100vh - 64px);
        overflow-y: auto;
        position: absolute;
        left: 0;
        top: 64px;
        padding: 16px;
        box-sizing: border-box;
        background: #33394F;
        flex-direction: column;
        align-items: flex-start;
    }

    .header-section .header-main-items {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 0 !important;
    }

    .header-section .header-main-account-button {
        align-self: flex-end;
        margin-left: auto;
        margin-right: 0 !important;
        margin-top: 24px;
    }

    .header-section .header-main-item {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 0;
        margin-right: 0 !important;
        border-bottom: 1px solid currentColor;
    }

    .header-section .header-main-item > a .arrow {
        display: inline-block !important;
    }

    .header-section .header-main-item .sub-menu-container {
        width: 100%;
        padding: 0 !important;
        margin-top: 16px;
        position: static;
        flex-direction: column;
        align-items: flex-start;
    }

    .header-section .header-main-item .sub-menu-container .sub-menu-column {
        width: 100%;
        box-sizing: border-box;
        padding: 16px;
        margin-right: 0 !important;
        flex-direction: column;
        align-items: flex-start;
        font-size: 18px;
        border-left: none !important;
        border-top: 1px solid currentColor;
    }

    .header-section .header-main-item .sub-menu-container .sub-menu-column .large-links {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 16px;
    }
    
    .header-section .header-main-item .sub-menu-container .sub-menu-column .large-links.large-links--block {
        grid-template-columns: initial;
        grid-column-gap: initial;
        grid-row-gap: initial;
    }

    .header-section .header-main-item .sub-menu-container .sub-menu-column .large-links.three-cols {
        grid-template-columns: 1fr;
    }

    .header-section .header-main-item .sub-menu-container .sub-menu-column .large-link {
        font-size: inherit;
    }

    .header-section .header-main-item .sub-menu-container .sub-menu-column p {
        font-size: 14px;
    }

    .header-section .header-main-item .sub-menu-container .sub-menu-column.large-padding {
        padding-left: 16px;
        padding-right: 16px;
    }

    .header-section .header-main-item .sub-menu-container .sub-menu-column:last-child {
        padding-bottom: 0;
    }

    .header-section .header-main-item:not(.opened) .sub-menu-container {
        display: none;
    }

    .header-section .header-main-account-items {
        position: static;
        margin-right: 0 !important;
        padding-bottom: 0;
    }

    .header-section .header-main-account-items a:not(:last-child) {
        margin-bottom: 16px;
    }

    .header-section .header-main-account-items:not(.opened) {
        display: none;
    }

    .header-section .header-main-language-items {
        position: static;
        margin-right: 0 !important;
        padding-bottom: 0;
    }

    .header-section .header-main-language-items a:not(:last-child) {
        margin-bottom: 16px;
    }

    .header-section .header-main-language-items:not(.opened) {
        display: none;
    }

    .header-section .header-main:not(.search-opened) .header-main-search-form {
        width: 23px;
    }

    .header-section .header-main.search-opened .header-main-search-form {
        width: 290px;
    }

    .header-section .header-main.search-opened .primaryLogo {
        display: none;
    }

    .header-section .header-main:not(.opened) .header-main-mobile-content {
        display: none;
    }

    .header-section .header-main.opened .header-main-toggle svg path:nth-child(1) {
        transform: rotate(45deg) translate(-1px, 12px);
    }

    .header-section .header-main.opened .header-main-toggle svg path:nth-child(2) {
        opacity: 0;
    }

    .header-section .header-main.opened .header-main-toggle svg path:nth-child(3) {
        transform: rotate(-45deg) translate(0px, -13px);
    }
}

/* Header overrides and additional styles */
.header-section .toggle-button {
    height: 64px !important;
}

.header-section svg {
    fill: white;
}

.header-section.bodywrapper .white {
    background-color: inherit;
}

.menu-placeholder {
    height: 64px;
}

.admin-links-and-menu {
    position: fixed;
    z-index: 999;
}

.header-section .disabled a {
    pointer-events: none;
    cursor: default;
    color: #b3b3b3;
}

.header-section.bodywrapper a:focus {
    color: white;
}

.header-section .header-main-item a:hover {
    color: white
}

.header-section .header-main-item a:visited {
    color: white
}

.header-section .header-main-item .filled-button.fade-in-y.menu-show span {
    transform: translateY(0) !important;
}

.header-section.bodywrapper .menu-show {
    display: inline-flex !important;
}

@media screen and (min-width: 768px) {
    .header-section .header-main-item:hover > a:not(.nu) {
        border-bottom: 2px solid white;
        transform: translateY(2px);
    }
}

.header-section .header-main-item .sub-menu-container .sub-menu-column .large-link:hover {
    text-decoration: underline solid white 2px !important;
}

@media screen and (min-width: 841px) and (max-width: 1114px) {
    .header-section .header-main .primaryLogo {
        width: 120px;
    }
}

@media screen and (min-width: 841px) and (max-width: 1024px) {
    .header-section .header-main {
        font-size: 14px !important;
    }

    .header-section .header-main-right {
        margin-right: 12px !important;
    }

    .header-section .header-main-language-button {
        margin-left: 0;
        margin-right: 12px !important;
        margin-top: 0;
    }
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 2px;
}

.logged-out.status-dot {
    background-color: #ea384c;
}

.logged-in.status-dot {
    background-color: #4ade80;
}

.header-section .header-main-button .icon-container {
    display: inline-block;
    line-height: 0;
    margin-left: 4px;
}

.header-section .header-main-button:visited {
    color: inherit;
}

.header-section .header-main-button .icon-container svg {
    margin-right: 0;
}

.header-section .header-main-button .username {
    display: inline-block;
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
    mask-image: linear-gradient(to right, black 80%, transparent 100%);
}

.header-section .header-main-account-items-details {
    right: 164px;
    top: calc(100% + 16px);
    font-size: 17px;
}

.header-section .header-main-account-items-details a:not(:last-child) {
    margin-bottom: 13px !important;
}
.header-main-language-items {
    display: inline-flex;
    position: absolute;
    top: calc(100% + 32px);
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 50px;
    right: 0;
    left: auto;
    font-size: 18px;
    font-weight: normal;
    transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
    margin: 0 !important;
    color: #000000;
}

.header-main-language-items a {
    display: inline-flex;
    align-items: center;
    transition: color 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-main-language-items a svg {
    height: 0.9em;
    margin-right: 12px;
}

.header-main-language-items a:not(:last-child) {
    margin-bottom: 32px;
}

.header-main-language-items a:hover {
    opacity: 0.5;
}

.header-main-language-items:not(.opened) {
    opacity: 0;
    pointer-events: none;
}

.header-main-language-items .sub-menu-column {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    font-weight: normal;
    padding-left: 16px;
    box-sizing: border-box;
    flex-shrink: 0;
    border-left: 1px solid rgba(180, 191, 202, 0.5);
}

.header-main-language-items .sub-menu-column * {
    font-weight: inherit;
}

.header-main-language-items .sub-menu-column > *:first-child {
    margin-bottom: 16px !important;
}

.header-main-language-items .sub-menu-column .powered {
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
}

.header-main-language-items .sub-menu-column .clearColor {
    color: rgb(119, 136, 157);
}

.header-main-language-items .sub-menu-column a {
    display: inline-flex;
    align-items: center;
    font-weight: normal;
}

.header-main-language-items .sub-menu-column a svg {
    height: 0.9em;
    width: auto;
    fill: currentColor;
    margin-right: 8px;
}

.header-main-language-items .sub-menu-column a:not(:last-child) {
    margin-bottom: 8px;
}

.header-main-language-items .sub-menu-column a:hover {
    color: #77889D;
}

.header-main-language-items .sub-menu-column > small {
    margin-bottom: 16px;
    opacity: 0.7;
    font-size: 14px;
}

.header-main-language-items .sub-menu-column .large-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 16px;
}

.header-main-language-items .sub-menu-column .large-links > *:not(:last-child) {
    margin-bottom: 0;
}

.header-main-language-items .sub-menu-column .large-links.three-cols {
    grid-template-columns: repeat(3, 1fr);
}

.header-main-language-items .sub-menu-column .large-link {
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.header-main-language-items .sub-menu-column .large-link svg {
    height: 0.6em;
    margin-left: 12px;
    flex-shrink: 0;
}

.header-main-language-items .sub-menu-column .large-link:hover {
    text-decoration: underline;
    color: inherit !important;
}

.header-main-language-items .sub-menu-column .bold-link {
    font-weight: 600;
    font-size: 16px;
}

.header-main-language-items .sub-menu-column .lang-link {
    font-size: 16px;
}

.header-main-language-items .sub-menu-column .lang-link.active,
.header-main-language-items .sub-menu-column .clearColor.active {
    font-weight: 600;
}

.header-main-language-items .sub-menu-column > p {
    max-width: 260px;
}

.header-main-language-items .sub-menu-column > p:last-child {
    margin-bottom: 0;
}

.header-main-language-items .sub-menu-column:not(:last-child) {
    margin-right: 16px;
}

.header-main-language-items .sub-menu-column.large-padding {
    padding-left: 50px;
}

.header-main-language-items .sub-menu-column.large-padding:not(:last-child) {
    margin-right: 50px;
}


.header-main-bg {
    width: 100%;
    height: 0px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    background: white;
    transition: height 1s cubic-bezier(0.18, 0.78, 0, 1), opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.header-main-bg.white {
    background-color: white;
}

.header-section .disabled a {
    pointer-events: none;
    cursor: default;
}

/* Spinner + text for loading new translations */
.spinner-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Darken the background */
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 8px solid #f3f3f3; /* Light gray */
    border-top: 8px solid #122A64; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#translation-loading-text {
    color: white;
    font-size: 23px;
    font-weight: 700;
    margin-top: 17px;
    position: static;
}
/* Spinner + text for loading new translations */
