@font-face {
    font-family: "Romain BP Text";
    src: url("fonts/Romain-italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Suisse BP Int'l";
    src: url("fonts/Suisse-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Suisse BP Int'l";
    src: url("fonts/Suisse-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

:root {
    --brand-50: rgba(255, 245, 246, 1);
    --brand-100: rgba(255, 230, 232, 1);
    --brand-200: rgba(255, 215, 218, 1);
    --brand-300: rgba(255, 200, 204, 1);
    --brand-400: rgba(255, 145, 156, 1);
    --brand-600: rgba(243, 40, 79, 1);
    --brand-700: rgba(215, 15, 39, 1);
    --brand-800: rgba(154, 0, 33, 1);
    --brand-900: rgba(108, 0, 23, 1);

    /* Neutral Colors */
    --neutral-50: rgba(238, 239, 241, 1);
    --neutral-100: rgba(225, 228, 230, 1);
    --neutral-200: rgba(210, 214, 218, 1);
    --neutral-300: rgba(201, 207, 212, 1);
    --neutral-400: rgba(176, 182, 187, 1);
    --neutral-500: rgba(155, 161, 166, 1);
    --neutral-600: rgba(119, 123, 128, 1);
    --neutral-700: rgba(76, 78, 82, 1);
    --neutral-800: rgba(51, 53, 57, 1);
    --neutral-900: rgba(35, 37, 40, 1);
    --neutral-black: rgba(18, 18, 19, 1);
    --neutral-white: rgba(255, 255, 255, 1);

    /* success Colors */
    --success-50: rgba(236, 253, 245, 1);
    --success-100: rgba(209, 250, 229, 1);
    --success-200: rgba(167, 243, 208, 1);
    --success-300: rgba(110, 231, 183, 1);
    --success-400: rgba(52, 211, 153, 1);
    --success-500: rgba(16, 185, 129, 1);
    --success-600: rgba(5, 150, 105, 1);
    --success-700: rgba(4, 120, 87, 1);
    --success-800: rgba(6, 95, 70, 1);
    --success-900: rgba(6, 78, 59, 1);

    /* Warning Colors */
    --warning-50: rgba(255, 251, 235, 1);
    --warning-100: rgba(254, 243, 199, 1);
    --warning-200: rgba(253, 230, 138, 1);
    --warning-300: rgba(252, 211, 77, 1);
    --warning-400: rgba(251, 191, 36, 1);
    --warning-500: rgba(245, 158, 11, 1);
    --warning-600: rgba(217, 119, 6, 1);
    --warning-700: rgba(180, 83, 9, 1);
    --warning-800: rgba(146, 64, 14, 1);
    --warning-900: rgba(120, 53, 15, 1);

    /* Error Colors */
    --error-50: rgba(254, 242, 242, 1);
    --error-100: rgba(254, 226, 226, 1);
    --error-200: rgba(254, 202, 202, 1);
    --error-300: rgba(252, 165, 165, 1);
    --error-400: rgba(248, 113, 113, 1);
    --error-500: rgba(239, 68, 68, 1);
    --error-600: rgba(220, 38, 38, 1);
    --error-700: rgba(185, 28, 28, 1);
    --error-800: rgba(153, 27, 27, 1);
    --error-900: rgba(127, 29, 29, 1);

    /*Blue Colors */
    --blue-50: rgba(245, 249, 251, 1);
    --blue-100: rgba(225, 238, 244, 1);
    --blue-200: rgba(199, 224, 234, 1);
    --blue-300: rgba(153, 206, 225, 1);
    --blue-400: rgba(107, 185, 213, 1);
    --blue-500: rgba(5, 142, 197, 1);
    --blue-600: rgba(0, 115, 155, 1);
    --blue-700: rgba(0, 92, 122, 1);
    --blue-800: rgba(0, 77, 105, 1);
    --blue-900: rgba(0, 32, 71, 1);

    --trans-white-50: rgba(255, 255, 255, 0.07);
    --trans-white-100: rgba(255, 255, 255, 0.12);
    --trans-white-200: rgba(255, 255, 255, 0.18);
    --trans-white-300: rgba(255, 255, 255, 0.24);
    --trans-white-400: rgba(255, 255, 255, 0.32);
    --trans-white-500: rgba(255, 255, 255, 0.4);
    --trans-white-600: rgba(255, 255, 255, 0.48);
    --trans-white-700: rgba(255, 255, 255, 0.56);
    --trans-white-800: rgba(255, 255, 255, 0.64);
    --trans-white-900: rgba(255, 255, 255, 0.72);
    --trans-white-950: rgba(255, 255, 255, 0.9);

    --trans-dark-50: rgba(18, 18, 19, 0.07);
    --trans-dark-100: rgba(18, 18, 19, 0.12);
    --trans-dark-200: rgba(18, 18, 19, 0.18);
    --trans-dark-300: rgba(18, 18, 19, 0.24);
    --trans-dark-400: rgba(18, 18, 19, 0.32);
    --trans-dark-500: rgba(18, 18, 19, 0.4);
    --trans-dark-600: rgba(18, 18, 19, 0.48);
    --trans-dark-700: rgba(18, 18, 19, 0.56);
    --trans-dark-800: rgba(18, 18, 19, 0.64);
    --trans-dark-900: rgba(18, 18, 19, 0.72);
    --trans-dark-950: rgba(18, 18, 19, 0.9);
}

html.contrast-mode {
    --contrast-yellow: rgb(255, 230, 0);
    --contrast-black: rgb(0, 0, 0);
    --brand-50: rgb(0, 0, 0);
    --brand-100: rgb(0, 0, 0);
    --brand-200: rgb(0, 0, 0);
    --brand-300: rgb(0, 0, 0);
    --brand-400: rgb(0, 0, 0);
    --brand-500: rgb(255, 230, 0);
    --brand-600: rgb(255, 230, 0);
    --brand-700: rgb(255, 230, 0);
    --brand-800: rgb(255, 230, 0);
    --brand-900: rgb(255, 230, 0);

    --neutral-50: rgb(0, 0, 0);
    --neutral-100: rgb(0, 0, 0);
    --neutral-200: rgb(0, 0, 0);
    --neutral-300: rgb(0, 0, 0);
    --neutral-400: rgb(0, 0, 0);
    --neutral-500: rgb(255, 230, 0);
    --neutral-600: rgb(255, 230, 0);
    --neutral-700: rgb(255, 230, 0);
    --neutral-800: rgb(255, 230, 0);
    --neutral-900: rgb(255, 230, 0);
    --neutral-black: rgb(255, 230, 0);
    --neutral-white: rgb(0, 0, 0);

    --success-50: rgb(0, 0, 0);
    --success-100: rgb(0, 0, 0);
    --success-200: rgb(0, 0, 0);
    --success-300: rgb(0, 0, 0);
    --success-400: rgb(0, 0, 0);
    --success-500: rgba(255, 230, 0);
    --success-600: rgba(255, 230, 0);
    --success-700: rgba(255, 230, 0);
    --success-800: rgba(255, 230, 0);
    --success-900: rgba(255, 230, 0);

    --warning-50: rgb(0, 0, 0);
    --warning-100: rgb(0, 0, 0);
    --warning-200: rgb(0, 0, 0);
    --warning-300: rgb(0, 0, 0);
    --warning-400: rgb(0, 0, 0);
    --warning-500: rgba(255, 230, 0);
    --warning-600: rgba(255, 230, 0);
    --warning-700: rgba(255, 230, 0);
    --warning-800: rgba(255, 230, 0);
    --warning-900: rgba(255, 230, 0);

    --error-50: rgb(0, 0, 0);
    --error-100: rgb(0, 0, 0);
    --error-200: rgb(0, 0, 0);
    --error-300: rgb(0, 0, 0);
    --error-400: rgb(0, 0, 0);
    --error-500: rgba(255, 230, 0);
    --error-600: rgba(255, 230, 0);
    --error-700: rgba(255, 230, 0);
    --error-800: rgba(255, 230, 0);
    --error-900: rgba(255, 230, 0);

    --trans-white-50: rgba(255, 230, 0, 0.07);
    --trans-white-100: rgba(255, 230, 0, 0.12);
    --trans-white-200: rgba(255, 230, 0, 0.18);
    --trans-white-300: rgba(255, 230, 0, 0.24);
    --trans-white-400: rgba(255, 230, 0, 0.32);
    --trans-white-500: rgba(255, 230, 0, 0.9);
    --trans-white-600: rgba(255, 230, 0, 0.9);
    --trans-white-700: rgba(255, 230, 0, 0.9);
    --trans-white-800: rgba(255, 230, 0, 0.9);
    --trans-white-900: rgba(255, 230, 0, 0.9);
    --trans-white-950: rgba(255, 230, 0, 0.9);

    --trans-dark-50: rgba(255, 230, 0, 0.07);
    --trans-dark-100: rgba(255, 230, 0, 0.12);
    --trans-dark-200: rgba(255, 230, 0, 0.18);
    --trans-dark-300: rgba(255, 230, 0, 0.24);
    --trans-dark-400: rgba(255, 230, 0, 0.32);
    --trans-dark-500: rgba(255, 230, 0, 0.9);
    --trans-dark-600: rgba(255, 230, 0, 0.9);
    --trans-dark-700: rgba(255, 230, 0, 0.9);
    --trans-dark-800: rgba(255, 230, 0, 0.9);
    --trans-dark-900: rgba(255, 230, 0, 0.9);
    --trans-dark-950: rgba(255, 230, 0, 0.9);
}

html.contrast-mode .header__breadcrumbs-item {
    color: rgba(255, 230, 0);
}

html.contrast-mode .header .btn path {
    fill: rgba(255, 230, 0);
}

html.contrast-mode .header .btn--ghost,
html.contrast-mode .header .btn--ghost-inversed {
    color: rgba(255, 230, 0);
}

html.contrast-mode a,
html.contrast-mode button {
    text-decoration: underline;
}

html.contrast-mode img {
    border: 1px solid var(--contrast-yellow);
}

.shadow-md {
    box-shadow: 0rem 0rem 0.25rem 0rem rgba(0, 5, 12, 0.1),
    0rem 0.25rem 1rem 0rem rgba(0, 5, 12, 0.16);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*-----skip-link-----*/

.sr-only {
    border: 0 !important;
    clip-path: inset(50%) !important; /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 1px !important;
    white-space: nowrap !important; /* 3 */
}
.skip-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.skip-link:focus {
    position: relative;
    clip-path: none !important;
    height: auto !important;
    width: auto !important;
    background-color: var(--neutral-white) !important;
    color: var(--neutral-black) !important;
    padding: 0.5rem 1rem !important;
    z-index: 1000;
    outline: 4px solid var(--blue-500);
    outline-offset: -8px;
}

/*-----focus-----*/
*:focus {
    outline: 2px solid var(--blue-500);
    outline-offset: 2px;
}
html.contrast-mode *:focus {
    outline: 4px solid var(--contrast-yellow);
}

body {
    font-family: "Suisse BP Int'l", sans-serif;
    background-color: var(--neutral-white);
    font-weight: 400;
    font-size: 16px;
    color: var(--neutral-black);
}
html.contrast-mode {
    color: var(--contrast-yellow);
}
.app {
    display: block;
    max-width: 100%;
    overflow: clip;
    width: 100%;
}
.body-dark {
    background-color: var(--neutral-black);
}
html.contrast-mode .body-dark {
    background-color: var(--contrast-black);
}
/* Header specific styles */
.header {
    height: 3.25rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease-out;
}
html.contrast-mode .header {
    border-bottom: 1px solid var(--contrast-yellow);
}

.header--transparent {
    background: transparent;
}
.header--light {
    background: var(--neutral-white);
}
.header__breadcrumbs {
    display: none;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 2rem;
}
@media (min-width: 1024px) {
    .header-left {
        width: 100%;
    }
    .header-right {
        width: 100%;
        justify-content: flex-end;
    }
}

.icon--small {
    min-width: 1.125rem;
    max-width: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    max-height: 1.125rem;
}
.icon--medium {
    min-width: 1.25rem;
    max-width: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
    max-height: 1.25rem;
}
.icon--large {
    min-width: 1.5rem;
    max-width: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    max-height: 1.5rem;
}

.main-nav {
    display: none;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.secondary-nav {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.secondary-nav::-webkit-scrollbar {
    display: none;
}

.nav-link {
    color: var(--neutral-black);
    text-decoration: none;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.nav-link:hover {
    background-color: var(--neutral-100);
}

.header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-bar {
    display: none;
    position: relative;
}

.search-bar input {
    padding: 0.75rem 1rem;
    padding-right: 3rem;
    border: 0.0625rem solid var(--neutral-100);
    border-radius: 9999px;
    font-size: 0.875rem;
    width: 17.5rem;
}

.search-bar input::placeholder {
    color: var(--neutral-400);
}

.search-btn {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
}

.header-actions {
    display: flex;
    gap: 0.5rem;
}

.mobile-only {
    display: block;
}
.mobile-only.btn {
    display: inline-flex;
}

.desktop-only,
.desktop-only.btn {
    display: none;
}

/*-----buttons-----*/
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border-color 0.3s ease-out, opacity 0.3s ease-out;
    font-weight: 400;
    font-family: "SuisseIntl-Regular", sans-serif;
}
.btn.btn--tab {
    text-align: left;
    justify-content: left;
    width: 100%;
}
.btn path {
    transition: fill 0.3s ease-out;
}
.btn--small {
    font-size: 0.75rem;
    line-height: 1rem;
}
html[data-font-size="large"] .btn--small {
    font-size: 0.875rem;
    line-height: 1.125rem;
}
html[data-font-size="xlarge"] .btn--small {
    font-size: 0.875rem;
    line-height: 1.125rem;
}
.btn--small svg {
    width: 1rem;
    min-width: 1rem;
    max-width: 1rem;
    height: 1rem;
    min-height: 1rem;
    max-height: 1rem;
}
html[data-font-size="large"] .btn--small svg {
    width: 1.125rem;
    min-width: 1.125rem;
    max-width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    max-height: 1.125rem;
}
html[data-font-size="xlarge"] .btn--small svg {
    width: 1.25rem;
    min-width: 1.25rem;
    max-width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
    max-height: 1.25rem;
}
.btn--medium {
    font-size: 0.875rem;
    line-height: 1.125rem;
}
html[data-font-size="large"] .btn--medium {
    font-size: 1rem;
    line-height: 1.25rem;
}
html[data-font-size="xlarge"] .btn--medium {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.btn--medium svg {
    width: 1.125rem;
    min-width: 1.125rem;
    max-width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    max-height: 1.125rem;
}
html[data-font-size="large"] .btn--medium svg {
    width: 1.25rem;
    min-width: 1.25rem;
    max-width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
    max-height: 1.25rem;
}
html[data-font-size="xlarge"] .btn--medium svg {
    width: 1.5rem;
    min-width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    max-height: 1.5rem;
}
.btn--large {
    font-size: 1rem;
    line-height: 1.25rem;
}
html[data-font-size="large"] .btn--large {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
html[data-font-size="xlarge"] .btn--large {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.btn--large svg {
    width: 1.25rem;
    min-width: 1.25rem;
    max-width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
    max-height: 1.25rem;
}
html[data-font-size="large"] .btn--large svg {
    width: 1.5rem;
    min-width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    max-height: 1.5rem;
}
html[data-font-size="xlarge"] .btn--large svg {
    width: 1.5rem;
    min-width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    max-height: 1.5rem;
}

.btn:disabled, .btn--disabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none;
}

.btn--primary,
.btn--primary-accent,
.btn--primary-success,
.btn--ghost,
.btn--secondary,
.btn--secondary-inversed,
.btn--ghost-inversed,
.btn--ghost-error,
.btn--primary-inversed {
    border-radius: 9999px;
}
.btn--primary.btn--tab,
.btn--primary-accent.btn--tab,
.btn--primary-success.btn--tab,
.btn--ghost.btn--tab,
.btn--secondary.btn--tab,
.btn--secondary-inversed.btn--tab,
.btn--ghost-inversed.btn--tab,
.btn--ghost-error.btn--tab,
.btn--primary-inversed.btn--tab {
    border-radius: 8px;
}

.btn--primary.btn--small.btn--text,
.btn--primary-accent.btn--small.btn--text,
.btn--primary-success.btn--small.btn--text,
.btn--ghost.btn--small.btn--text,
.btn--secondary.btn--small.btn--text,
.btn--secondary-inversed.btn--small.btn--text,
.btn--ghost-inversed.btn--small.btn--text,
.btn--ghost-error.btn--small.btn--text,
.btn--primary-inversed.btn--small.btn--text {
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem;
    padding: 0.25rem 1rem;
    gap: 0.375rem;
}

.btn--primary.btn--small.btn--icon-left,
.btn--primary-accent.btn--small.btn--icon-left,
.btn--primary-success.btn--small.btn--icon-left,
.btn--ghost.btn--small.btn--icon-left,
.btn--secondary.btn--small.btn--icon-left,
.btn--secondary-inversed.btn--small.btn--icon-left,
.btn--ghost-inversed.btn--small.btn--icon-left,
.btn--ghost-error.btn--small.btn--icon-left,
.btn--primary-inversed.btn--small.btn--icon-left {
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem;
    padding: 0.25rem 1rem 0.25rem 0.625rem;
    gap: 0.375rem;
}

.btn--primary.btn--small.btn--icon-right,
.btn--primary-accent.btn--small.btn--icon-right,
.btn--primary-success.btn--small.btn--icon-right,
.btn--ghost.btn--small.btn--icon-right,
.btn--secondary.btn--small.btn--icon-right,
.btn--secondary-inversed.btn--small.btn--icon-right,
.btn--ghost-inversed.btn--small.btn--icon-right,
.btn--ghost-error.btn--small.btn--icon-right,
.btn--primary-inversed.btn--small.btn--icon-right {
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem;
    padding: 0.25rem 0.625rem 0.25rem 1rem;
    gap: 0.375rem;
}

.btn--primary.btn--small.btn--icon-left-right,
.btn--primary-accent.btn--small.btn--icon-left-right,
.btn--primary-success.btn--small.btn--icon-left-right,
.btn--ghost.btn--small.btn--icon-left-right,
.btn--secondary.btn--small.btn--icon-left-right,
.btn--secondary-inversed.btn--small.btn--icon-left-right,
.btn--ghost-inversed.btn--small.btn--icon-left-right,
.btn--ghost-error.btn--small.btn--icon-left-right,
.btn--primary-inversed.btn--small.btn--icon-left-right {
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem;
    padding: 0.25rem 0.625rem 0.25rem 0.625rem;
    gap: 0.375rem;
}

.btn--primary.btn--small.btn--icon,
.btn--primary-accent.btn--small.btn--icon,
.btn--primary-success.btn--small.btn--icon,
.btn--ghost.btn--small.btn--icon,
.btn--secondary.btn--small.btn--icon,
.btn--secondary-inversed.btn--small.btn--icon,
.btn--ghost-inversed.btn--small.btn--icon,
.btn--ghost-error.btn--small.btn--icon,
.btn--primary-inversed.btn--small.btn--icon {
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem;
    width: 2rem;
    min-width: 2rem;
    max-width: 2rem;
    justify-content: center;
}
.btn--tertiary,
.btn--tertiary-destructive,
.btn--tertiary-link {
    gap: 0.375rem;
    justify-content: center;
}

/*----medium-----*/
.btn--primary.btn--medium.btn--text,
.btn--primary-accent.btn--medium.btn--text,
.btn--primary-success.btn--medium.btn--text,
.btn--ghost.btn--medium.btn--text,
.btn--secondary.btn--medium.btn--text,
.btn--secondary-inversed.btn--medium.btn--text,
.btn--ghost-inversed.btn--medium.btn--text,
.btn--ghost-error.btn--medium.btn--text,
.btn--primary-inversed.btn--medium.btn--text {
    height: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: 0.5rem 1.25rem;
    gap: 0.5rem;
}

.btn--primary.btn--medium.btn--icon-left,
.btn--primary-accent.btn--medium.btn--icon-left,
.btn--primary-success.btn--medium.btn--icon-left,
.btn--ghost.btn--medium.btn--icon-left,
.btn--secondary.btn--medium.btn--icon-left,
.btn--secondary-inversed.btn--medium.btn--icon-left,
.btn--ghost-inversed.btn--medium.btn--icon-left,
.btn--ghost-error.btn--medium.btn--icon-left,
.btn--primary-inversed.btn--medium.btn--icon-left {
    height: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: 0.5rem 1.25rem 0.5rem 0.75rem;
    gap: 0.5rem;
}

.btn--primary.btn--medium.btn--icon-right,
.btn--primary-accent.btn--medium.btn--icon-right,
.btn--primary-success.btn--medium.btn--icon-right,
.btn--ghost.btn--medium.btn--icon-right,
.btn--secondary.btn--medium.btn--icon-right,
.btn--secondary-inversed.btn--medium.btn--icon-right,
.btn--ghost-inversed.btn--medium.btn--icon-right,
.btn--ghost-error.btn--medium.btn--icon-right,
.btn--primary-inversed.btn--medium.btn--icon-right {
    height: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: 0.5rem 0.75rem 0.5rem 1.25rem;
    gap: 0.5rem;
}

.btn--primary.btn--medium.btn--icon-left-right,
.btn--primary-accent.btn--medium.btn--icon-left-right,
.btn--primary-success.btn--medium.btn--icon-left-right,
.btn--ghost.btn--medium.btn--icon-left-right,
.btn--secondary.btn--medium.btn--icon-left-right,
.btn--secondary-inversed.btn--medium.btn--icon-left-right,
.btn--ghost-inversed.btn--medium.btn--icon-left-right,
.btn--ghost-error.btn--medium.btn--icon-left-right,
.btn--primary-inversed.btn--medium.btn--icon-left-right {
    height: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
    gap: 0.5rem;
}

.btn--primary.btn--medium.btn--icon,
.btn--primary-accent.btn--medium.btn--icon,
.btn--primary-success.btn--medium.btn--icon,
.btn--ghost.btn--medium.btn--icon,
.btn--secondary.btn--medium.btn--icon,
.btn--secondary-inversed.btn--medium.btn--icon,
.btn--ghost-inversed.btn--medium.btn--icon,
.btn--ghost-error.btn--medium.btn--icon,
.btn--primary-inversed.btn--medium.btn--icon {
    height: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    max-width: 2.5rem;
    justify-content: center;
}

.btn--tertiary.btn--medium,
.btn--tertiary-destructive.btn--medium,
.btn--tertiary-link.btn--medium {
    gap: 0.5rem;
    justify-content: center;
}

/*----large-----*/
.btn--primary.btn--large.btn--text,
.btn--primary-accent.btn--large.btn--text,
.btn--primary-success.btn--large.btn--text,
.btn--ghost.btn--large.btn--text,
.btn--secondary.btn--large.btn--text,
.btn--secondary-inversed.btn--large.btn--text,
.btn--ghost-inversed.btn--large.btn--text,
.btn--ghost-error.btn--large.btn--text,
.btn--primary-inversed.btn--large.btn--text {
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    padding: 0.75rem 1.5rem;
    gap: 0.75rem;
}

.btn--primary.btn--large.btn--icon-left,
.btn--primary-accent.btn--large.btn--icon-left,
.btn--primary-success.btn--large.btn--icon-left,
.btn--ghost.btn--large.btn--icon-left,
.btn--secondary.btn--large.btn--icon-left,
.btn--secondary-inversed.btn--large.btn--icon-left,
.btn--ghost-inversed.btn--large.btn--icon-left,
.btn--ghost-error.btn--large.btn--icon-left,
.btn--primary-inversed.btn--large.btn--icon-left {
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    padding: 0.75rem 1.5rem 0.75rem 1rem;
    gap: 0.75rem;
}

.btn--primary.btn--large.btn--icon-right,
.btn--primary-accent.btn--large.btn--icon-right,
.btn--primary-success.btn--large.btn--icon-right,
.btn--ghost.btn--large.btn--icon-right,
.btn--secondary.btn--large.btn--icon-right,
.btn--secondary-inversed.btn--large.btn--icon-right,
.btn--ghost-inversed.btn--large.btn--icon-right,
.btn--ghost-error.btn--large.btn--icon-right,
.btn--primary-inversed.btn--large.btn--icon-right {
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    padding: 0.75rem 1rem 0.75rem 1.5rem;
    gap: 0.75rem;
}

.btn--primary.btn--large.btn--icon-left-right,
.btn--primary-accent.btn--large.btn--icon-left-right,
.btn--primary-success.btn--large.btn--icon-left-right,
.btn--ghost.btn--large.btn--icon-left-right,
.btn--secondary.btn--large.btn--icon-left-right,
.btn--secondary-inversed.btn--large.btn--icon-left-right,
.btn--ghost-inversed.btn--large.btn--icon-left-right,
.btn--ghost-error.btn--large.btn--icon-left-right,
.btn--primary-inversed.btn--large.btn--icon-left-right {
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    padding: 0.75rem 1rem 0.75rem 1rem;
    gap: 0.75rem;
}

.btn--primary.btn--large.btn--icon,
.btn--primary-inversed.btn--large.btn--icon,
.btn--primary-accent.btn--large.btn--icon,
.btn--primary-success.btn--large.btn--icon,
.btn--ghost.btn--large.btn--icon,
.btn--secondary.btn--large.btn--icon,
.btn--secondary-inversed.btn--large.btn--icon,
.btn--ghost-inversed.btn--large.btn--icon,
.btn--ghost-error.btn--large.btn--icon,
.btn--primary-inversed.btn--large.btn--icon {
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    width: 3rem;
    min-width: 3rem;
    max-width: 3rem;
    justify-content: center;
}

.btn--tertiary.btn--large,
.btn--tertiary-destructive.btn--large,
.btn--tertiary-link.btn--large {
    gap: 0.75rem;
    justify-content: center;
}

.btn--primary {
    background-color: var(--neutral-black);
    color: var(--neutral-white);
}
.btn--primary:hover {
    background-color: var(--neutral-900);
    color: var(--neutral-white);
}
.btn--primary:active {
    background-color: var(--neutral-800);
    color: var(--neutral-white);
}

.btn--primary path,
.btn--primary-accent path,
.btn--primary-success path {
    fill: var(--neutral-white) !important;
}

.btn--primary-accent {
    background-color: var(--brand-700);
    color: var(--neutral-white);
}
.btn--primary-accent:hover {
    background-color: var(--brand-800);
    color: var(--neutral-white);
}
.btn--primary-accent:active {
    background-color: var(--brand-900);
    color: var(--neutral-white);
}

.btn--primary-inversed {
    background-color: var(--neutral-white);
    color: var(--neutral-black);
}
.btn--primary-inversed:hover {
    background-color: var(--neutral-100);
    color: var(--neutral-black);
}
.btn--primary-inversed:active {
    background-color: var(--neutral-200);
    color: var(--neutral-black);
}

.btn--primary-inversed path {
    fill: var(--neutral-black);
}
html.contrast-mode .btn--primary-inversed path {
    fill: var(--contrast-black);
}
html.contrast-mode .btn--primary-inversed {
    background-color: var(--contrast-yellow);
    color: var(--contrast-black);
}

.btn--secondary {
    background-color: var(--trans-dark-100);
    color: var(--neutral-800);
}
.btn--secondary:hover {
    background-color: var(--trans-dark-200);
    color: var(--neutral-900);
}
.btn--secondary:active {
    background-color: var(--trans-dark-300);
    color: var(--neutral-900);
}

.btn--secondary path {
    fill: var(--neutral-800);
}
.btn--secondary:hover path {
    fill: var(--neutral-900);
}
.btn--secondary:active path {
    fill: var(--neutral-900);
}

.btn--secondary-inversed {
    background-color: var(--trans-white-100);
    color: var(--neutral-white);
}
.btn--secondary-inversed:hover {
    background-color: var(--trans-white-200);
    color: var(--neutral-white);
}
.btn--secondary-inversed:active {
    background-color: var(--trans-white-300);
    color: var(--neutral-white);
}
.btn--secondary-inversed path {
    fill: var(--neutral-white);
}
.btn--secondary-inversed:hover path {
    fill: var(--neutral-white);
}
.btn--secondary-inversed:active path {
    fill: var(--neutral-white);
}
html.contrast-mode .btn--secondary {
    border: 1px solid var(--contrast-yellow);
    color: var(--contrast-yellow);
}
html.contrast-mode .btn--secondary-inversed {
    border: 1px solid var(--contrast-yellow);
    color: var(--contrast-yellow);
}
html.contrast-mode .btn--secondary-inversed path {
    fill: var(--contrast-yellow);
}

.btn--ghost {
    background-color: transparent;
    color: var(--neutral-800);
}
.btn--ghost:hover,
.btn--ghost.active {
    background-color: var(--trans-dark-100);
    color: var(--neutral-900);
}
html.contrast-mode .btn--ghost.active,
html.contrast-mode .btn--ghost-inversed.active {
    border: 1px dashed var(--contrast-yellow);
}
.btn--ghost:active {
    background-color: var(--trans-dark-200);
    color: var(--neutral-900);
}
.btn--ghost path {
    fill: var(--neutral-800);
}
.btn--ghost:hover path,
.btn--ghost.active path {
    fill: var(--neutral-900);
}
.btn--ghost:active path {
    fill: var(--neutral-black);
}

.btn--ghost-inversed {
    background-color: transparent;
    color: var(--neutral-white);
}
.btn--ghost-inversed:hover,
.btn--ghost-inversed.active {
    background-color: var(--trans-white-100);
    color: var(--neutral-white);
}
.btn--ghost-inversed:active {
    background-color: var(--trans-white-200);
    color: var(--neutral-white);
}

.btn--ghost-inversed path {
    fill: var(--neutral-white);
}
.btn--ghost-inversed:hover path,
.btn--ghost-inversed.active path {
    fill: var(--neutral-white);
}
.btn--ghost-inversed:active path {
    fill: var(--neutral-white);
}

.btn--tertiary-inversed {
    background-color: transparent;
    color: var(--trans-white-700);
}
.btn--tertiary-inversed:hover,
.btn--tertiary-inversed.active {
    color: var(--trans-white-950);
}
.btn--tertiary-inversed:active {
    color: var(--neutral-white);
}

.btn--tertiary-inversed path {
    fill: var(--trans-white-700);
}
.btn--tertiary-inversed:hover path,
.btn--tertiary-inversed.active path {
    fill: var(--trans-white-950);
}
.btn--tertiary-inversed:active path {
    fill: var(--neutral-white);
}

.btn--tertiary {
    background-color: transparent;
    color: var(--neutral-800);
}
.btn--tertiary:hover,
.btn--tertiary.active {
    color: var(--neutral-900);
}
.btn--tertiary:active {
    color: var(--neutral-900);
}

.btn--tertiary path {
    fill: var(--neutral-800);
}
.btn--tertiary:hover path,
.btn--tertiary.active path {
    fill: var(--neutral-900);
}
.btn--tertiary:active path {
    fill: var(--neutral-900);
}

.btn--tertiary-destructive {
    background-color: transparent;
    color: var(--error-500);
}
.btn--tertiary-destructive:hover,
.btn--tertiary-destructive.active {
    color: var(--error-600);
}
.btn--tertiary-destructive:active {
    color: var(--error-700);
}

.btn--tertiary-destructive path {
    fill: var(--error-500);
}
.btn--tertiary-destructive:hover path,
.btn--tertiary-destructive.active path {
    fill: var(--error-600);
}
.btn--tertiary-destructive:active path {
    fill: var(--error-700);
}

.btn--tertiary-link {
    background-color: transparent;
    color: var(--blue-500);
}
.btn--tertiary-link:hover,
.btn--tertiary-link.active {
    color: var(--blue-600);
}
.btn--tertiary-link:active {
    color: var(--blue-700);
}
html.contrast-mode .btn--tertiary-link {
    color: var(--contrast-yellow);
}
.btn--tertiary-link path {
    fill: var(--blue-500);
}
.btn--tertiary-link:hover path,
.btn--tertiary-link.active path {
    fill: var(--blue-600);
}
.btn--tertiary-link:active path {
    fill: var(--blue-700);
}
html.contrast-mode .btn--tertiary-link path {
    fill: var(--contrast-yellow);
}

.btn--primary-success {
    background-color: var(--success-500);
    color: var(--neutral-white);
}
.btn--primary-success:hover {
    background-color: var(--success-600);
    color: var(--neutral-white);
}
.btn--primary-success:active {
    background-color: var(--success-700);
    color: var(--neutral-white);
}

/*=====btn close popup=========*/
.btn--icon[data-popup-close] {
    border-radius: 0px 16px 0px 16px;
}
/*=======HEADER========*/
.mnw-divider path {
    transition: fill 0.3s ease-out;
}

.header--transparent .mnw-divider path {
    fill: var(--trans-white-700);
}
.header--light .mnw-divider path {
    fill: var(--neutral-500);
}
.mobile-menu-btn > .mobile-menu-btn-icon,
.mobile-menu-btn > .mobile-menu-btn-icon:after,
.mobile-menu-btn > .mobile-menu-btn-icon:before {
    transition: all 0.3s ease-out;
}
.mobile-menu-btn {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    max-width: 2.5rem;
    max-height: 2.5rem;
    position: relative;
}
html[data-font-size="large"] .mobile-menu-btn {
    transform: scale(1.125);
}
html[data-font-size="xlarge"] .mobile-menu-btn {
    transform: scale(1.25);
}
.mobile-menu-btn.active .mobile-menu-btn-icon {
    width: 0;
}
.mobile-menu-btn.active .mobile-menu-btn-icon:after {
    transform: translate(-50%, -50%) rotate(45deg);
    width: 20px;
    top: 50%;
}
.mobile-menu-btn.active .mobile-menu-btn-icon:before {
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 20px;
    top: 50%;
}
.mobile-menu-btn-icon {
    width: 1.25rem;
    height: 1px;
    background-color: var(--neutral-white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mobile-menu-btn-icon:after {
    content: "";
    width: 1rem;
    height: 1px;
    background-color: var(--neutral-white);
    position: absolute;
    top: calc(50% - 4px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.mobile-menu-btn-icon:before {
    content: "";
    width: 0.75rem;
    height: 1px;
    background-color: var(--neutral-white);
    position: absolute;
    top: calc(50% + 4px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.header--light .mobile-menu-btn-icon {
    background-color: var(--neutral-black);
}
.header--light .mobile-menu-btn-icon:after {
    background-color: var(--neutral-black);
}
.header--light .mobile-menu-btn-icon:before {
    background-color: var(--neutral-black);
}
html.contrast-mode .mobile-menu-btn-icon {
    background-color: rgb(255, 230, 0);
}
html.contrast-mode .mobile-menu-btn-icon:after {
    background-color: rgb(255, 230, 0);
}
html.contrast-mode .mobile-menu-btn-icon:before {
    background-color: rgb(255, 230, 0);
}
#mnw-logo {
    height: 2.5rem;
    width: auto;
}
#mnw-logo path {
    fill: var(--neutral-white);
    transition: fill 0.3s ease-out;
}
html.contrast-mode #mnw-logo path {
    fill: var(--neutral-black);
}
.header--light #mnw-logo path {
    fill: var(--neutral-black);
}
.header--light #mnw-logo #logo-zygzak {
    fill: var(--brand-700);
}
.top-contaner {
    position: sticky;
    top: 0;
    z-index: 10;
}
.main-content-paddings {
    padding-left: 1rem;
    padding-right: 1rem;
}
.popover {
    display: none;
    position: absolute;
    background-color: var(--neutral-white);
    border-radius: 1rem;
    z-index: 1000;
    padding: 0.5rem;
    box-shadow: 0rem 0rem 0.25rem 0rem rgba(0, 5, 12, 0.1),
    0rem 0.25rem 1rem 0rem rgba(0, 5, 12, 0.16);
}
html.contrast-mode .popover {
    background-color: var(--contrast-black);
    border: 1px solid var(--contrast-yellow);
}
.popover.active {
    display: block;
    animation: popover-fade-out 0.3s ease-out;
}
.popover--bottom-right {
    top: calc(100% + 0.25rem);
    right: 0rem;
}
.popover-wrapper {
    position: relative;
}
.languages-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 10rem;
}
.font-size-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 10rem;
}

html[data-font-size="xlarge"] .font-size-list {
    width: 12rem;
}
.font-size-list .btn {
    text-align: left;
    justify-content: flex-start;
}
.font-size-list-title {
    padding: 0.5rem 1rem;
    color: var(--neutral-600);
    text-align: center;
}
.mobile-menu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100vw;
    height: calc(100vh - 3.25rem);
    position: absolute;
    background-color: var(--neutral-white);
    z-index: 1000;
    padding: 1rem;
    transition: all 0.3s ease-out;
    bottom: 0;
    transform: translateY(100%);
    left: 100%;
    border-top: 1px solid var(--neutral-50);
    visibility: hidden;
}
.mobile-menu-wrapper.active {
    left: 0;
    visibility: visible;
}
.mobile-menu-wrapper > * {
    transition: opacity 0.3s ease-out;
    opacity: 0;
}
.mobile-menu-wrapper.active > * {
    opacity: 1;
}
.mobile-menu-section-wrapper {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--neutral-50);
}
html.contrast-mode .mobile-menu-section-wrapper {
    border-bottom: 1px solid var(--contrast-yellow);
}
.mobile-menu-section-title {
    font-size: 0.875rem;
    color: var(--neutral-600);
    padding-bottom: 0.5rem;
}
html[data-font-size="large"] .mobile-menu-section-title {
    font-size: 1rem;
}
html[data-font-size="xlarge"] .mobile-menu-section-title {
    font-size: 1.125rem;
}
.mobile-menu-section-content {
    display: flex;
    gap: 0.5rem;
}
.timer-wrapper {
    height: 0rem;
    width: 100%;
    background-color: var(--neutral-black);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.timer-content {
    gap: 0.5rem;
    display: flex;
}
html.contrast-mode .timer-content * {
    color: var(--contrast-black);
}
.timer-wrapper.active {
    height: 2rem;
}
.timer-wrapper.timer-wrapper--warning {
    background-color: var(--error-700);
}

@keyframes popover-fade-out {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 480px) {
    .main-content-paddings {
        padding-left: 10%;
        padding-right: 10%;
    }
    .mobile-menu-wrapper {
        padding: 10%;
    }
}
/* Desktop Styles */
@media (min-width: 1024px) {
    .header {
        height: 3.5rem;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }
    #mnw-logo {
        height: 2.5rem;
        width: auto;
    }

    .header__breadcrumbs {
        display: flex;
        gap: 2rem;
        align-items: center;
    }
    .header__breadcrumbs-item {
        color: var(--neutral-white);
        transition: color 0.3s ease-out;
    }
    .header--light .header__breadcrumbs-item {
        color: var(--neutral-600);
    }

    .desktop-only {
        display: block;
    }
    .desktop-only.btn {
        display: inline-flex;
    }
    .mobile-only,
    .mobile-only.btn {
        display: none;
    }
    .header-actions {
        gap: 1rem;
    }
}

/*============TYPOGRAPHY============*/

.title-italic {
    font-family: "Romain BP Text", serif;
    font-style: italic;
    font-size: 1.75rem; /* 28px */
    font-weight: 400;
}

.header-micro {
    font-family: "Suisse BP Int'l";
    font-size: 1rem; /* 14px */
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem; /* 20px */
}

.header-small {
    font-family: "Suisse BP Int'l";
    font-size: 1.125rem; /* 16px */
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem; /* 24px */
}

.header-medium {
    font-family: "Suisse BP Int'l";
    font-size: 1.25rem; /* 18px */
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem; /* 24px */
}

.header-big {
    font-family: "Suisse BP Int'l";
    font-size: 1.5rem; /* 30px */
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem; /* 28px */
}

.label-micro {
    font-family: "Suisse BP Int'l";
    font-size: 0.875rem; /* 12px */
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem; /* 16px */
}

.label-small {
    font-family: "Suisse BP Int'l";
    font-size: 1rem; /* 14px */
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 18px */
}

.label-medium {
    font-family: "Suisse BP Int'l";
    font-size: 1.125rem; /* 16px */
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 20px */
}

.label-big {
    font-family: "Suisse BP Int'l";
    font-size: 1.25rem; /* 18px */
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 24px */
}

.label-micro-italic {
    font-family: "Romain BP Text", serif;
    font-style: italic;
    font-size: 0.875rem; /* 12px */
    font-weight: 400;
    line-height: 1.125rem; /* 16px */
}

.label-small-italic {
    font-family: "Romain BP Text", serif;
    font-style: italic;
    font-size: 1rem; /* 14px */
    font-weight: 400;
    line-height: 1.25rem; /* 18px */
}

.label-medium-italic {
    font-family: "Romain BP Text", serif;
    font-style: italic;
    font-size: 1.125rem; /* 16px */
    font-weight: 400;
    line-height: 1.5rem; /* 20px */
}

.label-big-italic {
    font-family: "Romain BP Text", serif;
    font-style: italic;
    font-size: 1.25rem; /* 18px */
    font-weight: 400;
    line-height: 1.5rem; /* 24px */
}

.text-micro {
    font-family: "Suisse BP Int'l";
    font-size: 0.875rem; /* 12px */
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem; /* 16px */
}

.text-small {
    font-family: "Suisse BP Int'l";
    font-size: 1rem; /* 14px */
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 18px */
}

.text-medium {
    font-family: "Suisse BP Int'l";
    font-size: 1.125rem; /* 16px */
    font-style: normal;
    line-height: 1.5rem; /* 20px */
}

.text-big {
    font-family: "Suisse BP Int'l";
    font-size: 1.25rem; /* 18px */
    font-style: normal;
    line-height: 1.75rem; /* 24px */
}
html[data-font-size="large"] .title-italic {
    font-size: 2rem;
    line-height: 2.5rem;
}
html[data-font-size="large"] .header-micro {
    font-size: 1.125rem;
    line-height: 1.25rem;
}
html[data-font-size="large"] .header-small {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
html[data-font-size="large"] .header-medium {
    font-size: 1.5rem;
    line-height: 1.75rem;
}
html[data-font-size="large"] .header-big {
    font-size: 1.75rem;
    line-height: 2rem;
}
html[data-font-size="large"] .label-micro {
    font-size: 1rem;
    line-height: 1.25rem;
}
html[data-font-size="large"] .label-micro-italic {
    font-size: 1rem;
    line-height: 1.25rem;
}
html[data-font-size="large"] .label-small {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
html[data-font-size="large"] .label-small-italic {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
html[data-font-size="large"] .label-medium-italic {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
html[data-font-size="large"] .label-big-italic {
    font-size: 1.5rem;
    line-height: 2rem;
}
html[data-font-size="large"] .label-medium {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
html[data-font-size="large"] .label-big {
    font-size: 1.5rem;
    line-height: 1.75rem;
}
html[data-font-size="large"] .text-small {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
html[data-font-size="large"] .text-medium {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
html[data-font-size="large"] .text-big {
    font-size: 1.5rem;
    line-height: 1.75rem;
}
html[data-font-size="large"] .text-micro {
    font-size: 1rem;
    line-height: 1.25rem;
}

html[data-font-size="xlarge"] .title-italic {
    font-size: 2.75rem;
    line-height: 3rem;
}
html[data-font-size="xlarge"] .header-micro {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
html[data-font-size="xlarge"] .header-small {
    font-size: 1.5rem;
    line-height: 1.75rem;
}
html[data-font-size="xlarge"] .header-medium {
    font-size: 1.75rem;
    line-height: 2rem;
}
html[data-font-size="xlarge"] .header-big {
    font-size: 2rem;
    line-height: 2.5rem;
}
html[data-font-size="xlarge"] .label-micro {
    font-size: 1.125rem;
    line-height: 1.25rem;
}
html[data-font-size="xlarge"] .label-micro-italic {
    font-size: 1.125rem;
    line-height: 1.25rem;
}
html[data-font-size="xlarge"] .label-small {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
html[data-font-size="xlarge"] .label-small-italic {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
html[data-font-size="xlarge"] .label-medium {
    font-size: 1.5rem;
    line-height: 1.75rem;
}
html[data-font-size="xlarge"] .label-medium-italic {
    font-size: 1.5rem;
    line-height: 1.75rem;
}
html[data-font-size="xlarge"] .label-big {
    font-size: 1.75rem;
    line-height: 2rem;
}
html[data-font-size="xlarge"] .label-big-italic {
    font-size: 1.75rem;
    line-height: 2rem;
}
html[data-font-size="xlarge"] .text-small {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
html[data-font-size="xlarge"] .text-medium {
    font-size: 1.5rem;
    line-height: 1.75rem;
}
html[data-font-size="xlarge"] .text-big {
    font-size: 1.75rem;
    line-height: 2rem;
}
html[data-font-size="xlarge"] .text-micro {
    font-size: 1.125rem;
    line-height: 1.25rem;
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .title-italic {
        font-size: 2.25rem;
    }
    html[data-font-size="large"] .title-italic {
        font-size: 2.5rem; /* 40px */
    }
    html[data-font-size="xlarge"] .title-italic {
        font-size: 2.75rem;
    }

    .main-title {
        margin-bottom: 2rem;
    }

    .bottom-nav {
        position: static;
        background: none;
        backdrop-filter: none;
        border: none;
        padding: 2rem 4rem;
        max-width: none;
        grid-column: 2;
    }

    .ticket-label.label-micro,
    .detail-item.label-micro,
    .time-progress.label-micro {
        font-size: 0.875rem;
    }
    .ticket-label.label-micro {
        margin-bottom: 1rem;
    }
}

/*===========ICON SIZES=========*/
.icon-small {
    width: 1rem;
    min-width: 1rem;
    max-width: 1rem;
    height: 1rem;
    min-height: 1rem;
    max-height: 1rem;
}
html[data-font-size="large"] .icon-small {
    width: 1.125rem;
    min-width: 1.125rem;
    max-width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    max-height: 1.125rem;
}
html[data-font-size="xlarge"] .icon-small {
    width: 1.25rem;
    min-width: 1.25rem;
    max-width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
    max-height: 1.25rem;
}
.icon-medium {
    width: 1.25rem;
    min-width: 1.25rem;
    max-width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
    max-height: 1.25rem;
}
html[data-font-size="large"] .icon-medium {
    width: 1.375rem;
    min-width: 1.375rem;
    max-width: 1.375rem;
    height: 1.375rem;
    min-height: 1.375rem;
    max-height: 1.375rem;
}
html[data-font-size="xlarge"] .icon-medium {
    width: 1.5rem;
    min-width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    max-height: 1.5rem;
}
.icon-large {
    width: 1.5rem;
    min-width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    max-height: 1.5rem;
}
html[data-font-size="large"] .icon-large {
    width: 1.625rem;
    min-width: 1.625rem;
    max-width: 1.625rem;
    height: 1.625rem;
    min-height: 1.625rem;
    max-height: 1.625rem;
}
html[data-font-size="xlarge"] .icon-large {
    width: 1.75rem;
    min-width: 1.75rem;
    max-width: 1.75rem;
    height: 1.75rem;
    min-height: 1.75rem;
    max-height: 1.75rem;
}

/*============TYPO COLORS=========*/
.text-primary {
    color: var(--neutral-black);
}
.text-primary-inversed {
    color: var(--neutral-white);
}
.text-secondary {
    color: var(--neutral-600);
}
.text-secondary-inversed {
    color: var(--trans-white-700);
}
.text-tertiary {
    color: var(--neutral-500);
}
.text-tertiary-inversed {
    color: var(--trans-white-600);
}
.text-error {
    color: var(--error-700);
}
.text-success {
    color: var(--success-700);
}
html.contrast-mode .text-primary-inversed {
    color: var(--contrast-yellow);
}

/*============Icons COLORS=========*/
.icon-primary path {
    fill: var(--neutral-black);
}
html.contrast-mode .icon-primary path {
    fill: var(--contrast-yellow);
}
.icon-secondary path {
    fill: var(--neutral-700);
}
html.contrast-mode .icon-secondary path {
    fill: var(--contrast-yellow);
}
.icon-tertiary path {
    fill: var(--neutral-600);
}
html.contrast-mode .icon-tertiary path {
    fill: var(--contrast-yellow);
}
.icon-error path {
    fill: var(--error-700);
}
html.contrast-mode .icon-error path {
    fill: var(--contrast-yellow);
}
.icon-success path {
    fill: var(--success-700);
}
html.contrast-mode .icon-success path {
    fill: var(--contrast-yellow);
}
.icon-primary-inversed path {
    fill: var(--neutral-white);
}
html.contrast-mode .icon-primary-inversed path {
    fill: var(--contrast-yellow);
}
.icon-secondary-inversed path {
    fill: var(--trans-white-700);
}
html.contrast-mode .icon-secondary-inversed path {
    fill: var(--contrast-yellow);
}
.icon-tertiary-inversed path {
    fill: var(--trans-white-600);
}
html.contrast-mode .icon-tertiary-inversed path {
    fill: var(--contrast-yellow);
}

/*============FOOTER============*/
.footer {
    background-color: var(--neutral-black);
    transition: border-radius 0.6s ease-out;
    position: relative;
    z-index: 1;
}
html.contrast-mode .footer {
    background-color: var(--contrast-black);
    border-top: 1px solid var(--contrast-yellow);
}
.footer-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1294px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.footer-bottom {
    padding: 1.5rem 1rem;
    background-color: var(--neutral-900);
    font-size: 0.75rem;
    color: var(--neutral-700);
    text-align: center;
}
html.contrast-mode .footer-bottom {
    background-color: var(--contrast-black);
    border-top: 1px solid var(--contrast-yellow);
}
.nav-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.nav-section .btn {
    text-align: left;
    justify-content: flex-start;
}

.footer-nav {
    display: grid;
    column-gap: 1rem;
    row-gap: 4rem;
    grid-template-columns: 1fr;
}
.footer-content-bg {
    width: 100%;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: transform 0.6s ease-out;
}
.footer-content-left {
    position: relative;
    z-index: 1;
}
/* Responsywny układ sekcji w stopce */
@media (min-width: 360px) {
    .footer-nav {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 480px) {
    .footer-nav {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 720px) {
    .footer-nav {
        grid-template-columns: repeat(4, 1fr);
    }
}

.social-links {
    display: flex;
    gap: 1rem;
    padding: 2rem 0;
    border-top: 1px solid var(--neutral-900);
    border-bottom: 1px solid var(--neutral-900);
}
.footer-logo {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.footer-seed-note {
    color: var(--neutral-500);
}
.footer-content-left {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

@media screen and (min-width: 480px) {
    .footer-content {
        padding-left: 10%;
        padding-right: 10%;
    }
}
@media screen and (min-width: 1380px) {
    .footer-content {
        padding-left: 4rem;
        padding-right: 4rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 4rem;
    }
    .footer-content-bg {
        max-height: 100%;
        height: 100%;
    }
    .social-links {
        padding-bottom: 0;
        padding-top: 2rem;
        border-bottom: none;
        border-top: none;
    }
    .footer-logo {
        max-width: 320px;
        padding-left: 4rem;
        border-left: 1px solid var(--neutral-900);
    }
    .footer {
        border-radius: 4rem 4rem 0 0;
    }
    .footer.flat {
        border-radius: 0;
    }
}
.height-screen-container {
    min-height: 100vh;
    background-color: var(--neutral-white);
}
html.contrast-mode .height-screen-container {
    background-color: var(--contrast-black);
}
.footer-iksoris-section {
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: 0.5;
    transition: opacity 0.3s ease-out;
    padding-top: 1rem;
}
.footer-iksoris-section:hover {
    opacity: 1;
}

/*============BOTTOM NAV============*/
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9;
    background-color: var(--trans-dark-900);
    padding: 0.5rem;
    border-top: 1px solid var(--neutral-800);
    border-radius: 2rem 2rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    max-width: 820px;
    transition: all 0.3s ease-out;
}
html.contrast-mode .bottom-nav {
    border: 1px solid var(--contrast-yellow);

    background-color: var(--contrast-black);
}

.bottom-nav.glued {
    position: absolute;
    border-radius: 2rem;
    width: calc(100% - 2rem);
}
@media (min-width: 820px) {
    .bottom-nav {
        padding: 1rem;
        border-radius: 2.5rem 2.5rem 0 0;
    }
    .bottom-nav.glued {
        border-radius: 2.5rem;
    }
}
.bottom-nav-container {
    height: 64px;
    position: relative;
    background-color: var(--neutral-white);
    margin-bottom: 128px;
}

/*========= ASSETS=========*/
.box {
    background: var(--neutral-white);
    border-radius: 1.5rem;
    padding: 1.5rem 1rem;
    box-shadow: 0px 0px 2px 0px rgba(0, 5, 12, 0.1),
    0px 2px 8px 0px rgba(0, 5, 12, 0.13);
}
html.contrast-mode .box {
    background-color: var(--contrast-black);
    border: 1px solid var(--contrast-yellow);
}
.btn-group {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}

.link {
    color: var(--blue-500);
    text-decoration: underline;
    transition: color 0.3s ease-out;
    cursor: pointer;
}
html.contrast-mode .link {
    color: var(--contrast-yellow);
}
.link:hover {
    color: var(--blue-600);
}
.link:active {
    color: var(--blue-700);
}
@media (min-width: 1024px) {
    .btn-group.btn-group--desktop-hosrizontal {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .box {
        padding: 2rem;
    }
}

/*======steps========*/
.step-wrapper-mobile {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: var(--neutral-white);
    border-bottom: 1px solid var(--neutral-50);
    border-top: 1px solid var(--neutral-50);
}
html.contrast-mode .step-wrapper-mobile {
    border-bottom: 1px solid var(--contrast-yellow);
}
.step-wrapper__steps {
    display: flex;
    align-items: center;
}
.step-wrapper__step-line {
    flex-grow: 1;
    height: 1px;
    background-color: var(--neutral-100);
}
html.contrast-mode .step-wrapper__step-line {
    background-color: var(--contrast-yellow);
}
.step-wrapper__step-line.active {
    background-color: var(--brand-600);
}
.step-wrapper__step-label {
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    transition: all 0.3s ease-out;
    border: 1px solid var(--brand-600);
    color: var(--brand-700);
}
.step-wrapper__step-label.active {
    background-color: var(--brand-600) !important;
    color: var(--neutral-white) !important;
}

.step-wrapper__step-label.disabled {
    border: 1px solid var(--neutral-100);
    color: var(--neutral-500);
    cursor: not-allowed;
    pointer-events: none;
}
html.contrast-mode .step-wrapper__step-label.disabled {
    border: 1px solid var(--contrast-yellow);
    background-color: var(--contrast-black);
    color: var(--contrast-yellow);
}
html.contrast-mode .step-wrapper__step-label {
    background-color: var(--contrast-yellow);
    color: var(--contrast-black);
}
.step-wrapper__step-label:hover {
    background-color: var(--brand-100);
}
.step-wrapper__step-label:active {
    background-color: var(--brand-200);
}
.step-wrapper-desktop {
    width: 100%;
    padding: 0 2rem;
    max-width: 640px;
}

/*============BASKET============*/
.basket-btn__counter {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--brand-600);
    color: var(--neutral-white);
    border-radius: 50%;
    min-width: 18px;
    min-height: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fade-in 0.3s ease-out;
    padding-top: 2px;
}
html[data-font-size="large"] .basket-btn__counter {
    min-width: 20px;
    min-height: 20px;
    height: 20px;
}
html[data-font-size="xlarge"] .basket-btn__counter {
    min-width: 24px;
    min-height: 24px;
    height: 24px;
}
.basket-btn {
    position: relative;
}
[data-basket_quantity="0"] .basket-btn__counter {
    display: none;
}

/*============POPUP============*/
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: var(--trans-dark-300);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: fade-in 0.3s ease-out;
    display: none;
}
html.contrast-mode .popup {
    background-color: var(--contrast-black);
}
.popup.active {
    display: block;
}

.popup__box {
    background-color: var(--neutral-white);
    border-radius: 1rem;
    width: calc(100% - 1rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100vh - 1rem);
    box-shadow: 0px 0px 8px 0px rgba(0, 5, 12, 0.1),
    0px 8px 32px 0px rgba(0, 5, 12, 0.32);
}
html.contrast-mode .popup__box {
    background-color: var(--contrast-black);
    border: 1px solid var(--contrast-yellow);
}
.popup__title {
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid var(--neutral-50);
    position: relative;
}
html.contrast-mode .popup__title {
    border-bottom: 1px solid var(--contrast-yellow);
}
.btn--popup-close {
    position: absolute;
    top: 0rem;
    right: 0rem;
}
.popup__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-top: 1px solid var(--neutral-50);
}
html.contrast-mode .popup__footer {
    border-top: 1px solid var(--contrast-yellow);
}
.popup__content {
    padding: 1rem;
    max-height: calc(100vh - 156px);

    height: 100%;
    overflow-y: auto;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade {
    animation: fade-in 0.3s ease-out;
}

/*============DROPDOWN============*/
.btn__text--dropdown {
    width: 100%;
}
.btn--dropdown.btn--ghost.btn {
    border: 1px solid var(--neutral-100);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.btn--dropdown.active svg {
    transform: rotate(180deg);
}
.btn--dropdown svg {
    transition: all 0.3s ease-out;
}
html.contrast-mode .btn--dropdown.btn--ghost.btn {
    border: 1px solid var(--contrast-yellow);
}
/*============INPUT============*/
.input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1rem;
}
.input-wrapper--required label:after {
    content: " *";
    color: var(--error-500);
}
.input-wrapper__error {
    display: none;
}
.input-wrapper.error .input-wrapper__error {
    display: block;
}
input[type="text"],
input[type="email"],
input[type="password"] {
    border: 1px solid var(--neutral-100);
    border-radius: 0.5rem;
    background-color: var(--neutral-50);
    padding: 0.5rem;
    width: 100%;
    transition: border-color 0.3s ease-out;
}
html.contrast-mode input[type="text"],
html.contrast-mode input[type="email"],
html.contrast-mode input[type="password"] {
    border: 1px solid var(--contrast-yellow);
}
html[data-font-size="large"] input[type="text"],
html[data-font-size="large"] input[type="email"],
html[data-font-size="large"] input[type="password"] {
    font-size: 1.125rem;
}
html[data-font-size="xlarge"] input[type="text"],
html[data-font-size="xlarge"] input[type="email"],
html[data-font-size="xlarge"] input[type="password"] {
    font-size: 1.25rem;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder {
    color: var(--neutral-400);
    font-weight: 400;
}

.input-wrapper.error input[type="text"],
.input-wrapper.error input[type="email"],
.input-wrapper.error input[type="password"] {
    border: 1px solid var(--error-500);
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover {
    border-color: var(--neutral-400);
}
.input--password {
    position: relative;
}
.input--password .btn {
    position: absolute;
    top: 0;
    right: 0rem;
}
.input--password input {
    padding-right: 2.5rem;
}
.btn--password-hidden-icon {
    display: none;
}
.input--password-visible .btn--password-hidden-icon {
    display: inline;
}
.input--password-visible .btn--password-visible-icon {
    display: none;
}

.checkbox-container {
    display: flex;
    gap: 0.5rem;
    color: var(--neutral-700);
}
.checkbox-container.checkbox-container--required label:after {
    content: " *";
    color: var(--error-500);
}
[type="checkbox"] {
    position: relative;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}
[type="checkbox"]:focus {
    outline: none;
}
[type="checkbox"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 110%;
    width: 110%;
    border: 1px solid var(--neutral-500);
    background-color: var(--neutral-white);
    transition: background-color 0.3s ease-out;
    border-radius: 2px;
}
[type="checkbox"]:hover:after {
    background-color: var(--neutral-100);
}
[type="checkbox"]:active:after {
    background-color: var(--neutral-200);
}
[type="checkbox"]:focus:after {
    outline: 2px solid var(--blue-500);
    outline-offset: 1px;
}
[type="checkbox"]:checked:after {
    background-image: url("/public/checkmark.svg");
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center;
}
.checkbox-container.error * {
    color: var(--error-700);
}
.checkbox-container.error input[type="checkbox"]:after {
    border-color: var(--error-500);
    border-width: 2px;
    border-style: solid;
}
input[type="checkbox"] {
    cursor: pointer;
}
.btn--password-visible.btn--icon.btn--large {
    height: 42px;
    width: 42px;
    min-height: 42px;
    min-width: 42px;
    max-height: 42px;
    max-width: 42px;
    border-radius: 0.5rem;
}

/*============TABS============*/
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.btn--horizontal-tab.btn.btn--ghost {
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 2px solid transparent;
}
.btn--horizontal-tab.btn.btn--ghost.active {
    border-color: var(--neutral-black);
}
[data-checkbox-target] {
    display: none;
}
[data-checkbox-target].active {
    display: block;
}

/*------radio input------*/
input[type="radio"] {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    position: relative;
    cursor: pointer;
}
input[type="radio"]:focus {
    outline: none;
}
input[type="radio"]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 1rem;
    border: 1px solid var(--neutral-500);
    width: 100%;
    height: 100%;
    background-color: var(--neutral-white);
    transition: background-color 0.3s ease-out;
}
input[type="radio"]:focus:before {
    outline: 2px solid var(--blue-500);
    outline-offset: 1px;
}
input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    border-radius: 1rem;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background-color: var(--neutral-black);
}
.radio-item {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
input[type="radio"]:hover:before {
    background-color: var(--neutral-100);
}

/*============LOADER============*/
#loader {
    width: 100vw;
    height: 100vh;
    background-color: var(--trans-dark-600);
    position: fixed;
    display: none;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 1001;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: opacity 0.3s ease-out;
    opacity: 0;
}
html.contrast-mode #loader {
    background-color: var(--contrast-black);
}
.loader__logo {
    width: 96px;
    height: 48px;
    transform: translateY(0.5rem);
    transition: transform 0.3s ease-out;
    background: linear-gradient(
            105deg,
            transparent 0%,
            transparent 10%,
            var(--neutral-white) 12%,
            var(--neutral-white) 30%,
            transparent 80%,
            transparent 100%
    );
    background-size: 200% 100%;
    background-position: 0% 0%;
    animation: loader-gradient-move 1s linear infinite;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='96' height='48' viewBox='0 0 96 48' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M75.005 48H83.8926L96 0H87.4913L80.0024 29.684C79.915 30.0179 79.609 30.2405 79.2448 30.2405C78.8806 30.2405 78.5746 30.0179 78.4872 29.684L70.9983 0H62.5042L55.0153 29.684C54.9279 30.0179 54.6219 30.2405 54.2577 30.2405C53.8935 30.2405 53.5875 30.0179 53.5001 29.684L46.0112 0H37.5171L30.0282 29.684C29.9408 30.0179 29.6348 30.2405 29.2706 30.2405C28.9064 30.2405 28.6004 30.0179 28.513 29.684L21.0096 0H12.122L0 48H8.50873L15.9976 18.316C16.085 17.9821 16.391 17.7595 16.7552 17.7595C17.1194 17.7595 17.4254 17.9821 17.5128 18.316L25.0017 48H33.4958L40.9847 18.316C41.0721 17.9821 41.3781 17.7595 41.7423 17.7595C42.1065 17.7595 42.4125 17.9821 42.4999 18.316L49.9888 48H58.4829L65.9718 18.316C66.0592 17.9821 66.3652 17.7595 66.7294 17.7595C67.0936 17.7595 67.3996 17.9821 67.487 18.316L74.9759 48H75.005Z' fill='black'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url("data:image/svg+xml;utf8,<svg width='96' height='48' viewBox='0 0 96 48' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M75.005 48H83.8926L96 0H87.4913L80.0024 29.684C79.915 30.0179 79.609 30.2405 79.2448 30.2405C78.8806 30.2405 78.5746 30.0179 78.4872 29.684L70.9983 0H62.5042L55.0153 29.684C54.9279 30.0179 54.6219 30.2405 54.2577 30.2405C53.8935 30.2405 53.5875 30.0179 53.5001 29.684L46.0112 0H37.5171L30.0282 29.684C29.9408 30.0179 29.6348 30.2405 29.2706 30.2405C28.9064 30.2405 28.6004 30.0179 28.513 29.684L21.0096 0H12.122L0 48H8.50873L15.9976 18.316C16.085 17.9821 16.391 17.7595 16.7552 17.7595C17.1194 17.7595 17.4254 17.9821 17.5128 18.316L25.0017 48H33.4958L40.9847 18.316C41.0721 17.9821 41.3781 17.7595 41.7423 17.7595C42.1065 17.7595 42.4125 17.9821 42.4999 18.316L49.9888 48H58.4829L65.9718 18.316C66.0592 17.9821 66.3652 17.7595 66.7294 17.7595C67.0936 17.7595 67.3996 17.9821 67.487 18.316L74.9759 48H75.005Z' fill='black'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
}
html.contrast-mode .loader__logo {
    width: 96px;
    height: 48px;
    transform: translateY(0.5rem);
    transition: transform 0.3s ease-out;
    background: linear-gradient(
            105deg,
            transparent 0%,
            transparent 10%,
            var(--contrast-yellow) 12%,
            var(--contrast-yellow) 30%,
            transparent 80%,
            transparent 100%
    );
    background-size: 200% 100%;
    background-position: 0% 0%;
    animation: loader-gradient-move 1s linear infinite;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='96' height='48' viewBox='0 0 96 48' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M75.005 48H83.8926L96 0H87.4913L80.0024 29.684C79.915 30.0179 79.609 30.2405 79.2448 30.2405C78.8806 30.2405 78.5746 30.0179 78.4872 29.684L70.9983 0H62.5042L55.0153 29.684C54.9279 30.0179 54.6219 30.2405 54.2577 30.2405C53.8935 30.2405 53.5875 30.0179 53.5001 29.684L46.0112 0H37.5171L30.0282 29.684C29.9408 30.0179 29.6348 30.2405 29.2706 30.2405C28.9064 30.2405 28.6004 30.0179 28.513 29.684L21.0096 0H12.122L0 48H8.50873L15.9976 18.316C16.085 17.9821 16.391 17.7595 16.7552 17.7595C17.1194 17.7595 17.4254 17.9821 17.5128 18.316L25.0017 48H33.4958L40.9847 18.316C41.0721 17.9821 41.3781 17.7595 41.7423 17.7595C42.1065 17.7595 42.4125 17.9821 42.4999 18.316L49.9888 48H58.4829L65.9718 18.316C66.0592 17.9821 66.3652 17.7595 66.7294 17.7595C67.0936 17.7595 67.3996 17.9821 67.487 18.316L74.9759 48H75.005Z' fill='black'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url("data:image/svg+xml;utf8,<svg width='96' height='48' viewBox='0 0 96 48' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M75.005 48H83.8926L96 0H87.4913L80.0024 29.684C79.915 30.0179 79.609 30.2405 79.2448 30.2405C78.8806 30.2405 78.5746 30.0179 78.4872 29.684L70.9983 0H62.5042L55.0153 29.684C54.9279 30.0179 54.6219 30.2405 54.2577 30.2405C53.8935 30.2405 53.5875 30.0179 53.5001 29.684L46.0112 0H37.5171L30.0282 29.684C29.9408 30.0179 29.6348 30.2405 29.2706 30.2405C28.9064 30.2405 28.6004 30.0179 28.513 29.684L21.0096 0H12.122L0 48H8.50873L15.9976 18.316C16.085 17.9821 16.391 17.7595 16.7552 17.7595C17.1194 17.7595 17.4254 17.9821 17.5128 18.316L25.0017 48H33.4958L40.9847 18.316C41.0721 17.9821 41.3781 17.7595 41.7423 17.7595C42.1065 17.7595 42.4125 17.9821 42.4999 18.316L49.9888 48H58.4829L65.9718 18.316C66.0592 17.9821 66.3652 17.7595 66.7294 17.7595C67.0936 17.7595 67.3996 17.9821 67.487 18.316L74.9759 48H75.005Z' fill='black'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
}
.loader__message {
    text-align: center;
    transform: translateY(1rem);
    transition: transform 0.3s ease-out;
}
#loader.active {
    display: flex;
}
#loader.active.visible {
    opacity: 1;
}
#loader.active.visible .loader__message,
#loader.active.visible .loader__logo {
    transform: translateY(0);
}

@keyframes loader-gradient-move {
    0% {
        background-position: 200% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}

/*============NOTIFICATION============*/
#notification-portal {
    position: fixed;
    top: 0.5rem;
    left: 0;
    width: 100%;
    z-index: 1002;
    display: flex;
    flex-direction: column-reverse;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}
.notification-box {
    background-color: var(--neutral-white);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    box-shadow: 0px 0px 8px 0px rgba(0, 5, 12, 0.1),
    0px 8px 32px 0px rgba(0, 10, 24, 0.5);
    display: none;
    max-width: 328px;
    gap: 0.5rem;
    color: var(--neutral-white);
}

html.contrast-mode #notification-portal {
    position: relative;
    top: 0;
    padding: 0rem 1rem;
    z-index: 1;
}
.notification-box__message {
    text-align: center;
}

html.contrast-mode .notification-box {
    background-color: var(--contrast-yellow);
    border: 1px solid var(--contrast-black);
    color: var(--contrast-black);
    width: 100%;
    max-width: 620px;
    display: none;
}
html.contrast-mode .notification-box__message {
    width: 100%;
}
html.contrast-mode .notification-box:last-child {
    margin-top: 2rem;
}
html.contrast-mode .notification-box path {
    fill: var(--contrast-black);
}

.notification-box:nth-last-child(-n + 3) {
    display: flex;
}
html.contrast-mode .notification-box:nth-last-child(-n + 1) {
    display: flex;
}

.notification-box--success {
    background-color: var(--success-600);
}
.notification-box--error {
    background-color: var(--error-600);
}
.notification-box--info {
    background-color: var(--blue-600);
}

.notification-box--warning {
    background-color: var(--warning-600);
}
/*===========PROMO CODE===========*/
.promo-code__activation-wrapper {
    display: none;
    justify-content: flex-end;
}
.promo-code-wrapper[data-discount="0"] .promo-code__activation-wrapper {
    display: flex;
}
.promo-code-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}
.promo-code-row__value {
    width: 100%;
    color: var(--success-700);
    text-align: right;
}
.promo-code-wrapper[data-discount="0"] .promo-code-row {
    display: none;
}
#promo-code-popup .popup__box {
    padding: 1rem;
    max-width: 400px;
}
.popup-promo-code__title {
    margin-bottom: 1rem;
}
.popup-promo-code__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.popup-promo-code__btns {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

/*========RESET PASSWORD========*/
#reset-password-popup .popup__box {
    max-width: 400px;
    padding: 1rem;
}
.popup-reset-password__title {
    margin-bottom: 1rem;
}
.popup-reset-password__content p {
    margin-bottom: 1rem;
}
.popup-reset-password__btns {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}
.popup-reset-password__btns .btn {
    border-radius: 0.5rem;
}

/*============SELECTOR TAB============*/
.selector-tab {
    width: 1rem;
    height: 1rem;
    background-color: var(--neutral-white);
    border-radius: 0.5rem;
    display: block;
    transition: background-color 0.3s ease-out;
    border: 1px solid var(--neutral-500);
}
.btn--tab-selector {
    border: 1px solid var(--neutral-100);
}
.btn--tab-selector.active .selector-tab {
    background-color: var(--neutral-black);
    border: 1px solid var(--neutral-black);
}
.selector-tab-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.selector-tab-content {
    display: none;
}
.selector-tab-content.active {
    display: block;
}
.selector-tab-content {
    padding-top: 2rem;
}

/*============ACCORDION============*/
.accordion-item__content {
    display: none;
    animation: fade-in 0.5s ease-out;
}
.accordion-item__content.active {
    display: block;
}
.btn.btn--tab-accordion {
    padding-left: 0.5rem !important;
}
.btn.btn--tab-accordion svg {
    transition: transform 0.3s ease-out;
}
.btn.btn--tab-accordion.active svg {
    transform: rotate(180deg);
}

.accordion-item__trigger-label {
    flex: 1;
}
.accordion-item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-bottom: 1px solid var(--neutral-100);
}
.accordion-item--add-new {
    padding-top: 1rem;
    border-bottom: none;
}
.accordion-item--add-new .btn--tab-accordion {
    border: 1px solid var(--neutral-300);
}

.calendar-container__days-body[data-day-of-week-number="1"] button:first-child {
    margin-left: 0;
}

.calendar-container__days-body[data-day-of-week-number="2"] button:first-child {
    margin-left: calc(100% / 7);
}

.calendar-container__days-body[data-day-of-week-number="3"] button:first-child {
    margin-left: calc(100% / 7 * 2);
}

.calendar-container__days-body[data-day-of-week-number="4"] button:first-child {
    margin-left: calc(100% / 7 * 3);
}

.calendar-container__days-body[data-day-of-week-number="5"] button:first-child {
    margin-left: calc(100% / 7 * 4);
}

.calendar-container__days-body[data-day-of-week-number="6"] button:first-child {
    margin-left: calc(100% / 7 * 5);
}

.calendar-container__days-body[data-day-of-week-number="7"] button:first-child {
    margin-left: calc(100% / 7 * 6);
}

.input-wrapper.checkbox-container {
    flex-direction: row;
}

.input-wrapper.checkbox-container .input-wrapper__error {
    order: 10;
}

