/*
 * Theme Name: hostinger
 * Author: Hostinger
 * Version: 1.0.0
 */

.h-simple-badge {
    color: var(--meteorite--500);
    border: 1px solid var(--meteorite--500);
    display: inline-flex;
    border-radius: 4px;
    align-items: center;
    padding: 4px 12px;
    width: fit-content;
    height: 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.h-simple-badge__small {
    border: 0;
    border-radius: 6px
}

.h-simple-badge__rounded {
    border-radius: 20px;
    padding: 4px 12px;
    height: fit-content;
    font-size: 14px;
    font-weight: 400;
    text-transform: unset
}

.h-simple-badge__clickable {
    cursor: pointer
}

.h-simple-badge--bg-primary50 {
    background-color: var(--primary--50);
    color: var(--primary--600)
}

.h-simple-badge--bg-primary1000 {
    background-color: var(--primary--1000);
    color: var(--meteorite--500);
    border: 0
}

.h-simple-badge--bg-success600 {
    background-color: var(--success--100);
    color: var(--success--600);
    border: 0
}

.h-simple-badge--bg-success700 {
    background-color: var(--success--700);
    color: var(--success--500);
    border: 0
}

.h-simple-badge--bg-success100 {
    background-color: var(--success--100);
    color: var(--success--600);
    border: 0
}

.h-simple-badge--bg-horizons {
    color: var(--neutral--0);
    background-color: var(--neutral--700);
    border-color: var(--neutral--400)
}

.h-simple-badge--bg-horizons.h-simple-badge__clickable:hover, .h-simple-badge--bg-horizons.h-simple-badge__clickable:active {
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, rgba(103, 61, 230, 0) 0%, rgba(103, 61, 230, .8) 25%, #d5dfff 50%, rgba(103, 61, 230, .8) 75%, rgba(103, 61, 230, 0) 100%)
}

.h-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px
}

.h-icon--small {
    min-width: 16px;
    width: 16px;
    height: 16px
}

.h-icon--logo {
    min-width: unset;
    width: unset;
    height: 30px
}

.navigation-menu-item {
    display: flex;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer
}

.navigation-menu-item .h-svgo-icon {
    min-width: 24px;
    margin-top: 1px
}

.navigation-menu-item:hover {
    background: var(--light-blue--100)
}

.navigation-menu-item__badge {
    white-space: nowrap;
    padding: 4px 12px
}

.navigation-menu-item__link-data {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 4px
}

.navigation-menu-item__title-container {
    display: flex;
    gap: 8px;
    justify-content: space-between
}

.navigation-menu-item__title {
    color: var(--neutral--600);
    font-weight: 700
}

.navigation-menu-item__description {
    color: var(--neutral--300);
    font-weight: 400;
    line-height: 24px
}

.navigation-menu-item[dir=rtl] {
    text-align: right
}

.t-body-4 {
    font-size: 14px
}

.navigation-menu-highlight {
    margin-top: auto;
    padding: 16px 16px 20px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    border-radius: 16px;
    background: var(--primary--50);
    color: var(--neutral--600);
    cursor: pointer
}

.navigation-menu-highlight:hover {
    background: var(--primary--100);
    color: var(--neutral--600)
}

.navigation-menu-highlight:hover .h-navigation-menu-column__highlighted-link--title {
    text-decoration: underline
}

.navigation-menu-highlight--icon {
    margin-left: auto
}

.navigation-menu-highlight--title {
    font-weight: 700;
    margin-bottom: 4px
}

.navigation-menu-highlight--description {
    font-weight: 400
}

.navigation-menu-highlight[dir=rtl] {
    text-align: right
}

.navigation-menu-image {
    padding: 16px 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    color: var(--neutral--600);
    cursor: pointer;
    max-width: 365px
}

.navigation-menu-image:hover {
    background: var(--light-blue--100);
    color: var(--neutral--600)
}

.navigation-menu-image--title {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    margin-bottom: 4px
}

.navigation-menu-image--description {
    font-weight: 400
}

.navigation-menu {
    position: absolute;
    top: 88px;
    left: 0;
    z-index: 1000;
    height: calc(100vh - 88px);
    width: 100vw;
    max-height: calc(100vh - 88px);
    max-width: 100vw
}

.navigation-menu__container {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50.6%);
    max-height: calc(100% - 16px);
    max-width: calc(100% - 32px);
    background: var(--neutral--0);
    border-radius: 16px;
    padding: 32px;
    z-index: 1001;
    display: flex
}

.navigation-menu__scrollable-container {
    overflow: auto;
    margin-right: -32px;
    padding-right: 32px;
    max-height: 100%
}

.navigation-menu__wrapper {
    display: flex;
    gap: 24px
}

.navigation-menu__wrapper > .navigation-menu-column {
    min-height: 100%
}

.navigation-menu__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--neutral--900);
    opacity: .6;
    width: 100vw;
    height: 100vh;
    z-index: 1000
}

.navigation-menu__column {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 365px
}

.navigation-menu__column-group {
    margin-bottom: 4px;
    color: var(--neutral--300)
}

.navigation-menu__column-subgroup {
    display: flex;
    flex-direction: column
}

.navigation-menu[dir=rtl] {
    text-align: right
}

.t-body-4-uppercase {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px
}

.h-form-field {
    width: 100%
}

.h-form-field.ltr .h-form-field__element--has-icon {
    padding-right: 48px
}

.h-form-field.ltr .h-form-field__icon {
    right: 16px
}

.h-form-field.rtl .h-form-field__element--has-icon {
    padding-left: 48px
}

.h-form-field.rtl .h-form-field__icon {
    left: 16px
}

.h-form-field__wrapper {
    position: relative;
    flex-grow: 1
}

.h-form-field__icon {
    z-index: 1;
    position: absolute;
    top: 12px;
    display: inline-flex
}

.h-form-field__element {
    line-height: 24px;
    color: var(--neutral--600);
    display: block;
    width: 100%;
    padding: 11px 14px;
    border: 1px solid transparent;
    outline: 1px solid var(--neutral--200);
    border-radius: 8px;
    background-color: var(--neutral--0);
    transition: border ease .3s, outline ease .3s
}

.h-form-field__element::placeholder {
    color: var(--neutral--300)
}

.h-form-field__element--focused {
    border-color: var(--primary--500);
    outline: 1px solid var(--primary--500)
}

.h-form-field__element--hovered {
    border: 1px solid var(--neutral--200)
}

.h-form-field__element--disabled {
    cursor: not-allowed;
    background: var(--neutral--100);
    color: var(--neutral--500)
}

.h-form-field__element--error {
    border-color: var(--danger--500);
    outline: 1px solid var(--danger--500)
}

.h-form-field__inline {
    display: flex;
    border-radius: 8px;
    border: 1px solid var(--neutral--200)
}

@media (max-width: 767px) {
    .h-form-field__inline .h-form-field__button-wrapper {
        border-left: 1px solid var(--neutral--200);
        padding: 6px 6px 6px 0
    }
}

.h-form-field__inline .h-button {
    margin-left: 8px;
    padding: 12px 16px;
    white-space: nowrap;
    height: 48px
}

@media (min-width: 768px) {
    .h-form-field__inline .h-button {
        margin: 6px
    }
}

@media (min-width: 768px) {
    .h-form-field__has-prepended-icon {
        padding-left: 8px
    }
}

.h-form-field--bg-neutral0 {
    background: var(--neutral--0);
    border-color: var(--neutral--200)
}

.h-form-field--bg-neutral0 input {
    background: var(--neutral--0);
    border-radius: 16px;
    border-color: transparent;
    outline: none
}

.h-form-field--error {
    border: 2px solid var(--danger--300)
}

.prepend-icon {
    display: none
}

@media (min-width: 768px) {
    .prepend-icon {
        display: flex;
        align-items: center;
        margin-left: 16px
    }
}

.append-icon {
    display: none;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--neutral--200);
    position: absolute;
    pointer-events: none;
    background: var(--neutral--100);
    color: var(--neutral--300);
    width: 96px;
    height: 48px;
    right: 0;
    border-radius: 0 8px 8px 0
}

@media (min-width: 768px) {
    .append-icon {
        display: flex
    }
}

.rtl .append-icon {
    right: auto;
    left: 0;
    border-radius: 8px 0 0 8px;
    border-right: 1px solid var(--neutral--200);
    border-left: none
}

.navigation-locale-selector {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 1008
}

@media (min-width: 610px) {
    .navigation-locale-selector {
        padding: 0 36px
    }
}

@media (min-width: 1025px) {
    .navigation-locale-selector {
        padding: 0 72px
    }
}

.navigation-locale-selector__title-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.navigation-locale-selector__back {
    display: flex;
    align-items: center;
    color: var(--neutral--600);
    gap: 6px
}

@media (min-width: 1025px) {
    .navigation-locale-selector__back {
        display: none
    }
}

.navigation-locale-selector__title {
    color: var(--primary--800);
    display: none
}

@media (min-width: 1025px) {
    .navigation-locale-selector__title {
        display: block;
        font-size: 36px;
        line-height: 40px;
        font-weight: 700
    }
}

.navigation-locale-selector__input {
    margin: 24px 0;
    max-width: 350px
}

@media (max-width: 610px) {
    .navigation-locale-selector__input {
        max-width: 100%
    }
}

@media (min-width: 1025px) {
    .navigation-locale-selector__input {
        margin: 32px 0
    }
}

.navigation-locale-selector__options {
    width: 100%;
    display: inline-block;
    column-count: 4
}

@media (max-width: 1360px) {
    .navigation-locale-selector__options {
        column-count: 3
    }
}

@media (max-width: 930px) {
    .navigation-locale-selector__options {
        column-count: 2
    }
}

@media (max-width: 450px) {
    .navigation-locale-selector__options {
        display: flex;
        flex-direction: column
    }
}

.navigation-locale-selector__option {
    display: inline-flex;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 40px;
    transition: all ease-in-out .3s;
    will-change: transform
}

@media (min-width: 1025px) {
    .navigation-locale-selector__option {
        margin-bottom: 8px
    }
}

.navigation-locale-selector__option--disabled {
    opacity: .1
}

.navigation-locale-selector__option:hover {
    transform: scale(1.05)
}

.navigation-locale-selector__selector {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
    color: var(--primary--800)
}

.navigation-locale-selector__flag {
    height: 20px;
    width: 32px
}

.navigation-locale-selector__country-text {
    display: flex;
    gap: 8px;
    font-weight: 700;
    font-size: 14px
}

.navigation-locale-selector__country-language {
    color: var(--light-blue--500);
    font-weight: 400
}

.h-button {
    position: relative;
    color: var(--neutral--0);
    text-align: center;
    min-height: 48px;
    background-color: var(--primary--500);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 12px 48px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    transition: .3s ease-in-out;
    transition-property: color, width, background-color, border-color
}

.h-button:active, .h-button:focus(.h-button--disabled) {
    background-color: var(--primary--600);
    color: var(--neutral--0)
}

.h-button--disabled {
    cursor: not-allowed;
    opacity: 1;
    border: 2px solid var(--neutral--300);
    background: var(--neutral--300);
    color: var(--neutral--0)
}

.h-button--disabled:focus, .h-button--disabled:active {
    outline: none;
    box-shadow: none
}

.h-button--disabled:not(.h-button--no-hover):hover {
    outline: none;
    box-shadow: none
}

.h-button--disabled.h-button-text {
    border: none;
    background: transparent;
    color: var(--neutral--300) !important
}

.h-button--disabled.h-button-outline {
    border: 2px solid var(--neutral--200) !important;
    background: transparent !important;
    color: var(--neutral--300) !important
}

.h-button--disabled.h-button-outline:focus, .h-button--disabled.h-button-outline:active, .h-button--disabled.h-button-text:focus, .h-button--disabled.h-button-text:active {
    background: transparent !important
}

.h-button--disabled.h-button-outline:not(.h-button--no-hover):hover, .h-button--disabled.h-button-text:not(.h-button--no-hover):hover {
    background: transparent !important
}

.h-button--small {
    padding: 6px 12px;
    min-height: 36px
}

.h-button__loading-overlay {
    position: absolute
}

@media (max-width: 767px) {
    .h-button__mobile-excluded {
        display: none
    }
}

@media (min-width: 768px) {
    .h-button__mobile-only {
        display: none
    }
}

.h-button--loading {
    cursor: not-allowed;
    color: transparent !important
}

.h-button--loading svg {
    color: transparent !important
}

.h-button-icon {
    padding: 12px 16px
}

.h-button-neutral300:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled) {
    color: var(--neutral--0);
    background-color: var(--neutral--300);
    border: 2px solid var(--neutral--300)
}

.h-button-neutral300:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled):active, .h-button-neutral300:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled):focus, .h-button-neutral300:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled):not(.h-button--no-hover):hover {
    background-color: var(--neutral--500);
    border-color: var(--neutral--500)
}

.h-button-neutral0:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled) {
    color: var(--neutral--800);
    background-color: var(--neutral--0);
    border: 2px solid var(--neutral--0)
}

.h-button-primary500:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled) {
    color: var(--neutral--0);
    background-color: var(--primary--500);
    border: 2px solid var(--primary--500)
}

.h-button-primary500:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled):active, .h-button-primary500:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled):focus, .h-button-primary500:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled):not(.h-button--no-hover):hover {
    background-color: var(--primary--600);
    border-color: var(--primary--600)
}

.h-button-danger500:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled) {
    color: var(--neutral--0);
    background-color: var(--danger--500);
    border: 2px solid var(--danger--500)
}

.h-button-danger500:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled):active, .h-button-danger500:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled):focus, .h-button-danger500:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled):not(.h-button--no-hover):hover {
    background-color: var(--danger--600);
    border-color: var(--danger--600)
}

.h-button-neon500:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled) {
    color: var(--neutral--800);
    background-color: var(--neon--500);
    border: 2px solid var(--neon--500)
}

.h-button-primary800:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled) {
    color: var(--neutral--0);
    background-color: var(--primary--800);
    border: 2px solid var(--primary--800)
}

.h-button-primary800:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled):active, .h-button-primary800:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled):focus, .h-button-primary800:not(.h-button-outline):not(.h-button-text):not(.h-button--disabled):not(.h-button--no-hover):hover {
    background-color: var(--primary--900);
    border-color: var(--primary--900)
}

.h-button-neutral300.h-button-outline {
    border: 2px solid var(--neutral--300);
    font-weight: 700
}

.h-button-neutral300.h-button-outline:active, .h-button-neutral300.h-button-outline:not(.h-button--no-hover):hover {
    background-color: var(--neutral--100)
}

.h-button-neutral300.h-button-outline, .h-button-neutral300.h-button-text {
    background: transparent;
    font-weight: 700;
    color: var(--neutral--300)
}

.h-button-neutral300.h-button-text:active, .h-button-neutral300.h-button-text:not(.h-button--no-hover):hover {
    color: var(--primary--600)
}

.h-button-neutral0.h-button-outline {
    border: 2px solid var(--neutral--200);
    font-weight: 700
}

.h-button-neutral0.h-button-outline:active, .h-button-neutral0.h-button-outline:not(.h-button--no-hover):hover {
    background: var(--meteorite--400)
}

.h-button-neutral0.h-button-outline, .h-button-neutral0.h-button-text {
    background: transparent;
    font-weight: 700;
    color: var(--neutral--0)
}

.h-button-primary500.h-button-outline {
    border: 2px solid var(--primary--500);
    font-weight: 700
}

.h-button-primary500.h-button-outline:active, .h-button-primary500.h-button-outline:not(.h-button--no-hover):hover {
    background-color: var(--primary--100)
}

.h-button-primary500.h-button-outline, .h-button-primary500.h-button-text {
    background: transparent;
    font-weight: 700;
    color: var(--primary--500)
}

.h-button-primary500.h-button-text:active, .h-button-primary500.h-button-text:not(.h-button--no-hover):hover {
    color: var(--primary--600)
}

.h-button-danger500.h-button-outline {
    border: 2px solid var(--danger--500);
    font-weight: 700
}

.h-button-danger500.h-button-outline:active, .h-button-danger500.h-button-outline:not(.h-button--no-hover):hover {
    background-color: var(--danger--100);
    border-color: var(--danger--100)
}

.h-button-danger500.h-button-outline, .h-button-danger500.h-button-text {
    background: transparent;
    font-weight: 700;
    color: var(--danger--500)
}

.h-button-neon500.h-button-outline {
    border: 2px solid var(--neon--500);
    font-weight: 700
}

.h-button-neon500.h-button-outline, .h-button-neon500.h-button-text {
    background: transparent;
    font-weight: 700;
    color: var(--neon--500)
}

.h-button-primary800.h-button-outline {
    border: 2px solid var(--primary--800);
    font-weight: 700
}

.h-button-primary800.h-button-outline:active:not(.h-button-outline), .h-button-primary800.h-button-outline:not(.h-button--no-hover):hover:not(.h-button-outline) {
    background-color: var(--neutral--300);
    color: var(--neutral--300)
}

.h-button-primary800.h-button-outline, .h-button-primary800.h-button-text {
    background: transparent;
    font-weight: 700;
    color: var(--primary--800)
}

.fade-leave-active, .fade-enter-active {
    opacity: 0;
    transition: all .2s ease
}

.navigation-mobile-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all .75s ease;
    margin: 16px
}

.navigation-mobile-menu__first-step-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.navigation-mobile-menu__first-step {
    padding: 24px 16px
}

.navigation-mobile-menu__second-step {
    position: absolute;
    width: calc(100% - 32px);
    margin-top: 16px
}

.navigation-mobile-menu__locale-menu {
    position: absolute;
    width: calc(100% - 32px);
    margin-top: 16px;
    background-color: var(--neutral--0);
    padding-bottom: 16px;
    z-index: 1010
}

.navigation-mobile-menu__main-section {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 8px 0;
    margin-bottom: 8px
}

.navigation-mobile-menu__main-section--title {
    color: var(--neutral--600)
}

.navigation-mobile-menu__group-name-wrapper {
    display: flex;
    justify-content: space-between;
    color: var(--neutral--600);
    border-radius: 8px;
    padding: 16px
}

.navigation-mobile-menu__group-name-wrapper--active {
    margin-bottom: 8px;
    background-color: var(--light-blue--100)
}

.navigation-mobile-menu__go-back-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--neutral--600);
    margin-bottom: 24px
}

.navigation-mobile-menu__footer-item {
    padding: 16px;
    margin-bottom: 24px
}

.navigation-mobile-menu__bottom-link {
    margin: 40px 0 32px
}

.navigation-mobile-menu__language {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0 0 16px
}

.navigation-mobile-menu__language.rtl .navigation-mobile-menu__language-selector-lang {
    margin-left: 0;
    margin-right: 4px
}

.navigation-mobile-menu__language-selector {
    display: flex;
    align-items: center
}

.navigation-mobile-menu__language-selector--flag {
    display: flex;
    width: 32px;
    height: 20px
}

.navigation-mobile-menu__language-selector--lang {
    color: var(--neutral--600);
    font-weight: 700;
    margin-left: 4px
}

.fade-leave-active, .fade-enter-active {
    opacity: 0;
    transition: all .2s ease;
    transform: scale(.8)
}

.navigation-section {
    background: #fff;
    width: 100vw;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    font-size: 16px;
    font-family: DM Sans, sans-serif
}

.navigation-section--full-h {
    min-height: 100vh
}

.navigation-section--sticky {
    background: var(--neutral--0) !important;
    box-shadow: 0 4px 10px #0000001a
}

.navigation-section--no-shadow {
    box-shadow: none
}

.navigation-section--neutral0, .navigation-section--neutral0 a {
    color: var(--neutral--0)
}

.navigation-section--neutral600, .navigation-section--neutral600 a {
    color: var(--neutral--600)
}

.navigation-section--bg-neutral800 {
    background: var(--neutral--800) !important
}

.navigation-section--bg-neutral800.navigation-section--sticky {
    background: var(--neutral--0) !important
}

.navigation-section__main-menu-wrapper {
    display: none;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    min-height: 62px;
    max-height: 62px;
    padding: 10px 16px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .navigation-section__main-menu-wrapper {
        min-height: 62px;
        max-height: 62px;
        padding: 16px 20px
    }
}

@media (min-width: 1140px) {
    .navigation-section__main-menu-wrapper {
        display: flex
    }
}

@media (min-width: 1025px) {
    .navigation-section__main-menu-wrapper {
        min-height: 88px;
        max-height: 88px;
        padding: 20px 40px
    }
}

.navigation-section__start {
    flex-grow: 1;
    display: flex;
    align-items: center;
    z-index: 1;
    gap: 32px
}

.navigation-section__logo-wrapper {
    display: flex;
    align-items: center;
    padding: 16px 0 16px 20px
}

@media (min-width: 1025px) {
    .navigation-section__logo-wrapper {
        padding: 29px 0 29px 40px
    }
}

.navigation-section__logo-wrapper--rtl {
    padding: 16px 20px 16px 0
}

@media (min-width: 1025px) {
    .navigation-section__logo-wrapper--rtl {
        padding: 29px 40px 29px 0
    }
}

.navigation-section__logo {
    width: 118px;
    height: 30px
}

.navigation-section__right {
    display: flex;
    align-items: center;
    gap: 32px
}

.navigation-section__menu {
    display: flex;
    align-items: center;
    overflow: initial;
    height: auto;
    gap: 32px
}

@media (min-width: 1140px) {
    .navigation-section__mobile {
        display: none
    }
}

.navigation-section__mobile-menu {
    position: fixed;
    inset: 62px 0 0;
    background: var(--neutral--0);
    overflow: scroll;
    display: block
}

.navigation-section__menu-item {
    display: flex;
    align-items: center;
    font-weight: 300;
    cursor: pointer
}

@media (min-width: 1140px) {
    .navigation-section__menu-item:hover {
        opacity: .7
    }
}

.navigation-section__menu-item--active {
    opacity: .7
}

.navigation-section__menu-item--active .navigation-section__menu-item--icon {
    transform: rotate(180deg)
}

.navigation-section__menu-item-icon {
    transition: transform .3s ease
}

.navigation-section__menu-item-sub-item:not(:last-child) {
    margin-bottom: 20px
}

.navigation-section__menu-link {
    display: flex;
    align-items: center;
    gap: 8px
}

@media (min-width: 1140px) {
    .navigation-section__menu-link:hover {
        opacity: .7
    }
}

.navigation-section__menu-link a {
    font-weight: 300
}

.navigation-section__login {
    display: inline-block;
    white-space: nowrap
}

.navigation-section__login a {
    padding: 12px 16px
}

.navigation-section__language {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 4px
}

.navigation-section__flag {
    display: flex;
    width: 32px;
    height: 20px
}

.navigation-section__flag.h-image {
    width: 32px
}

.navigation-section__current-language {
    font-weight: 700;
    white-space: nowrap
}

@media (min-width: 1140px) {
    .navigation-section__current-language:hover {
        opacity: .7
    }
}

.navigation-section__language-menu {
    position: absolute;
    top: 88px;
    left: 0;
    display: block;
    height: calc(100vh - 88px);
    background: var(--neutral--0);
    overflow-y: auto;
    padding-top: 40px;
    z-index: 999999;
    width: 100%
}

.navigation-section__end-menu {
    display: flex;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px
}

.navigation-section__end-menu--rtl {
    right: unset;
    left: 16px
}

.u-rotate-180 {
    transform: rotate(180deg)
}

.h-logo {
    display: inline-flex;
    min-width: 147px
}

.h-logo--neutral600 {
    filter: invert(0%) sepia(99%) saturate(6%) hue-rotate(193deg) brightness(89%) contrast(101%)
}

.h-logo--neutral0 {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(37deg) brightness(106%) contrast(104%)
}

.h-logo--primary500 {
    filter: invert(23%) sepia(92%) saturate(4908%) hue-rotate(252deg) brightness(95%) contrast(90%)
}

.h-logo--primary800 {
    filter: brightness(0) saturate(100%) invert(13%) sepia(34%) saturate(4246%) hue-rotate(242deg) brightness(97%) contrast(103%)
}

.h-logo-niaga--neutral0 {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7497%) hue-rotate(351deg) brightness(92%) contrast(110%)
}

.h-logo-niaga--primary500 {
    filter: brightness(0) saturate(100%) invert(50%) sepia(68%) saturate(7498%) hue-rotate(201deg) brightness(104%) contrast(105%)
}

.h-accordion {
    width: 100%;
    margin: 0 auto
}

@media (min-width: 1025px) {
    .h-accordion {
        width: 936px
    }
}

.h-accordion__title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    cursor: pointer
}

.h-accordion__title-container--neutral600 {
    color: var(--neutral--0)
}

.h-accordion__header-wrapper {
    display: flex;
    gap: 12px;
    align-items: center
}

.h-accordion__header-wrapper--icon {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-blue--100);
    border-radius: 6px
}

.h-accordion__header-wrapper--icon-neutral600 {
    background: var(--neutral--500)
}

.h-accordion__header-wrapper--icon-primary800 {
    background: var(--primary--600)
}

.h-accordion__header-wrapper--image {
    border-radius: 6px;
    width: 40px;
    height: 40px;
    flex-shrink: 0
}

.h-accordion__list {
    padding: 8px 0
}

.h-accordion__list-body {
    color: var(--primary--800)
}

.h-accordion__list-body--neutral900, .h-accordion__list-body--primary800 {
    color: var(--neutral--0)
}

.h-accordion__icon {
    transition: .5s;
    margin-left: 8px;
    display: flex;
    align-items: center
}

.h-accordion__icon--active {
    transform: rotate(180deg)
}

.h-accordion__button {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--primary--500);
    cursor: pointer
}

@media (max-width: 767px) {
    .h-accordion__button {
        margin-top: 16px
    }
}

.h-accordion--bordered {
    margin-bottom: 8px;
    border-radius: 16px;
    border: 1px solid var(--light-blue--200)
}

.h-accordion--bordered:hover {
    background: var(--light-blue--50)
}

.h-accordion--bordered:last-child {
    margin-bottom: 0
}

.h-accordion--bordered .h-accordion__title-container {
    padding: 32px
}

@media (max-width: 767px) {
    .h-accordion--bordered .h-accordion__title-container {
        padding: 24px
    }
}

.h-accordion--bordered .h-accordion__title-container--opened {
    padding-bottom: 24px
}

@media (max-width: 767px) {
    .h-accordion--bordered .h-accordion__title-container--opened {
        padding-bottom: 16px
    }
}

.h-accordion--bordered .h-accordion__list {
    padding: 0 24px 24px
}

@media (min-width: 768px) {
    .h-accordion--bordered .h-accordion__list {
        padding: 0 32px 32px
    }
}

.h-accordion--bordered p, .h-accordion--bordered ul, .h-accordion--bordered ol, .h-accordion--bordered .button-link {
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .h-accordion--bordered p, .h-accordion--bordered ul, .h-accordion--bordered ol, .h-accordion--bordered .button-link {
        margin-bottom: 24px
    }
}

.h-accordion--bordered p:last-child, .h-accordion--bordered ul:last-child, .h-accordion--bordered ol:last-child, .h-accordion--bordered .button-link:last-child {
    margin-bottom: 0
}

.h-accordion--bordered li {
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .h-accordion--bordered li {
        margin-bottom: 24px
    }
}

.h-accordion--bordered-neutral600 {
    background: var(--neutral--600);
    border: 1px solid var(--neutral--600)
}

.h-accordion--bordered-neutral600:hover {
    background: var(--neutral--700)
}

.h-accordion--bordered-primary800 {
    background: var(--primary--900);
    border: 1px solid var(--primary--900)
}

.h-accordion--bordered-primary800:hover {
    background: var(--primary--1000)
}

.h-accordion--bordered-neutral0 {
    background: var(--neutral--0)
}

.h-footer-section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .h-footer-section {
        margin-bottom: 24px
    }
}

.h-footer-section--neutral0 .h-footer-section__item, .h-footer-section--neutral0 .h-footer-section__title {
    color: var(--neutral--0)
}

.h-footer-section--neutral0 .h-footer-section__item:hover {
    color: var(--neutral--0);
    text-decoration: underline
}

.h-footer-section__item {
    display: block;
    cursor: pointer;
    font-weight: 400;
    transition: all .3s ease-in-out;
    padding-inline-end: 8px;
    margin-bottom: 8px;
    color: var(--primary--800)
}

.h-footer-section__item:hover {
    color: var(--primary--600)
}

.h-footer-section__title {
    text-transform: uppercase;
    color: var(--primary--800);
    display: block
}

@media (min-width: 768px) {
    .h-footer-section__title {
        margin-bottom: 8px
    }
}

.h-footer-section:has(.h-legal-links) {
    margin: 0
}

@media (max-width: 767px) {
    .h-footer-section:has(.h-legal-links) {
        flex: 1 0 100%;
        margin-bottom: 8px
    }
}

@media (min-width: 1025px) {
    .h-footer-section:has(.h-legal-links) {
        order: 4
    }
}

.h-footer-section .h-legal-links {
    display: flex;
    gap: 8px
}

@media (max-width: 767px) {
    .h-footer-section .h-legal-links {
        max-width: 328px;
        justify-content: space-between
    }
}

@media (min-width: 768px) {
    .h-footer-section .h-legal-links {
        max-width: initial;
        gap: 16px
    }
}

.h-footer-section .h-legal-links .h-footer-section__item {
    padding-inline-end: 0;
    margin-bottom: 0
}

.h-payment-methods {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    max-width: 300px;
    gap: 8px
}

@media (min-width: 1025px) {
    .h-payment-methods--minimal-footer {
        flex: 1 0 50%
    }
}

@media (min-width: 768px) {
    .h-payment-methods {
        margin-bottom: 40px;
        max-width: initial
    }
}

@media (min-width: 1025px) {
    .h-payment-methods {
        margin-bottom: 0
    }
}

.h-payment-methods__icon {
    width: 60px !important;
    height: 40px;
    border: 1px solid var(--light-blue--200);
    border-radius: 6px
}

.h-payment-methods__more-btn {
    font-weight: 700;
    color: var(--primary--500);
    align-self: center;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.h-payment-methods--bg-neutral900 .h-payment-methods__more-btn, .h-payment-methods--bg-primary800 .h-payment-methods__more-btn {
    color: var(--neutral--0)
}

.h-social-icons {
    flex: 1 0 100%;
    display: flex;
    padding: 16px 0;
    gap: 16px;
    justify-content: space-between
}

@media (max-width: 767px) {
    .h-social-icons {
        margin-bottom: 8px
    }
}

@media (min-width: 768px) {
    .h-social-icons {
        flex-basis: 50%;
        margin-top: 0;
        padding: 0;
        gap: 16px;
        justify-content: flex-end
    }
}

@media (min-width: 1025px) {
    .h-social-icons {
        justify-content: flex-end
    }
}

.h-social-icons--icon {
    display: flex;
    align-items: center;
    transition: .3s ease-in-out;
    border-radius: 6px;
    overflow: hidden
}

.h-social-icons--icon > svg {
    width: 32px;
    height: 32px
}

@media (min-width: 1025px) {
    .h-social-icons--icon:hover {
        opacity: .7
    }
}

.h-award-badges {
    display: flex;
    column-gap: 30px;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .h-award-badges {
        margin-bottom: 40px
    }
}

@media (min-width: 1025px) {
    .h-award-badges {
        margin-bottom: 24px
    }
}

.h-award-badges__ra {
    min-width: 138px;
    min-height: 53px
}

.h-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background-color: var(--light-blue--100)
}

.h-footer__wrapper {
    padding-top: 16px;
    width: 100%
}

.h-footer__wrapper--nh .t-body-4--mb {
    margin-bottom: 24px
}

@media (min-width: 600px) {
    .h-footer__wrapper {
        padding-top: 48px
    }
}

@media (min-width: 1025px) {
    .h-footer__wrapper {
        padding-top: 56px
    }
}

.h-footer__content {
    display: flex;
    flex-direction: column
}

.h-footer__copyright {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--light-blue--200);
    flex-direction: column;
    padding: 24px 0 16px;
    gap: 16px
}

@media (min-width: 768px) {
    .h-footer__copyright {
        padding: 24px 0
    }
}

@media (min-width: 1025px) {
    .h-footer__copyright {
        flex-direction: row;
        gap: 128px
    }
}

.h-footer__copyright--text {
    margin-bottom: 8px
}

@media (min-width: 1000px) {
    .h-footer__copyright--text {
        margin-bottom: 0
    }
}

.h-footer__copyright--text:last-child {
    margin-bottom: 0
}

.h-footer__logo-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 24px
}

@media (min-width: 768px) {
    .h-footer__logo-section {
        margin-top: 8px
    }

    .h-footer__logo-section .h-logo {
        order: -1;
        fill: #2f1c6a;
        color: #2f1c6a
    }
}

@media (min-width: 1025px) {
    .h-footer__logo-section {
        margin: 0 0 24px
    }
}

.h-footer__sections {
    display: grid
}

@media (min-width: 768px)and (max-width: 1024px) {
    .h-footer__sections {
        column-gap: 44px
    }
}

@media (min-width: 1025px) {
    .h-footer__sections {
        display: flex;
        gap: 8px;
        justify-content: space-between;
        margin-bottom: 16px
    }
}

.h-footer__jp-dlocal {
    display: block;
    text-decoration: underline;
    text-align: right;
    padding-top: 8px;
    color: var(--primary--800)
}

.h-footer--bg-neutral900 .h-footer__copyright, .h-footer--bg-primary800 .h-footer__copyright {
    color: var(--neutral--0)
}

.h-footer--bg-neutral900 {
    background: var(--neutral--900)
}

.h-footer--bg-primary800 {
    background: var(--primary--800)
}
