﻿@font-face {
    font-family: "bryant-bold";
    src: url("../fonts/bryant_bold.woff2") format("woff2"), url("../fonts/bryant_bold.woff") format("woff"), url("../fonts/bryant_bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bryant-medium";
    src: url("../fonts/bryant_medium.woff2") format("woff2"), url("../fonts/bryant_medium.woff") format("woff"), url("../fonts/bryant_medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bryant-regular";
    src: url("../fonts/bryant_regular.woff2") format("woff2"), url("../fonts/bryant_regular.woff") format("woff"), url("../fonts/bryant_regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.dialog-brand span, .button, h2, h1 {
    font-family: "bryant-medium", Arial;
}

.checkbox input, .input option, .select option, .textarea option, .input input, .input select, .input textarea, .select input, .select select, .select textarea, .textarea input, .textarea select, .textarea textarea, small, p, h4, h3, body {
    font-family: "bryant-regular", Arial;
}

:root {
    --radius: 10px;
}

* {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}

article, aside, footer, header, nav, section {
    display: block;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

.tr, .tr img, .tr a, ul.tr li, .tr > div {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ftr, .ftr img, .ftr a, ul.ftr li {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.blank-form ul, .modal-form ul {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}

a {
    background-color: transparent;
}

hr {
    height: 0;
    overflow: visible;
    box-sizing: content-box;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button {
    outline: none !important;
}

.cleanPadMar {
    padding: 0;
    margin: 0;
}

.trTop {
    vertical-align: top;
}

.dTextDeco {
    text-decoration: none;
}

.dTextUnderline {
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.purge {
    clear: both;
    margin: 0;
    padding: 0;
}

    .purge > img {
        clear: both;
        margin: 0;
        padding: 0;
    }

.clear {
    clear: both !important;
}

.imgCenter img {
    margin: 0 auto;
}

.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.txtCenter {
    text-align: center;
}

body {
    font-size: 100%;
    line-height: 1.2em;
    color: rgb(224, 229, 233);
    background: rgb(31, 31, 31);
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: normal;
}

h1 {
    font-size: max(1.25rem, min(1.25rem + 0.5vw, 1.75rem));
    line-height: max(1.375rem, min(1.375rem + 0.5vw, 1.875rem));
}

h2 {
    font-size: max(1.75rem, min(1.75rem + 0.5vw, 2.25rem));
    line-height: max(1.875rem, min(1.875rem + 0.5vw, 2.375rem));
}

h3 {
    font-size: max(1.25rem, min(1.25rem + 0.5vw, 1.75rem));
    line-height: max(1.375rem, min(1.375rem + 0.5vw, 1.875rem));
}

h4 {
    font-size: max(1.125rem, min(1.125rem + 0.5vw, 1.5rem));
    line-height: max(1.25rem, min(1.25rem + 0.5vw, 1.625rem));
}

p {
    font-size: max(1rem, min(1rem + 0.5vw, 1.125rem));
    line-height: max(1.125rem, min(1.125rem + 0.5vw, 1.25rem));
}

small {
    font-size: max(0.875rem, min(0.875rem + 0.5vw, 1rem));
    line-height: max(1rem, min(1rem + 0.5vw, 1.125rem));
}

a {
    text-decoration: none;
    color: rgb(224, 229, 233);
}

    a:hover {
        color: rgb(0, 170, 255);
    }

    a[class*=default] {
        text-decoration: underline;
    }

    a[class*=alter] {
        color: rgb(0, 170, 255);
    }

        a[class*=alter]:hover {
            color: white;
        }

/* design system inspired */
.opacity-60 {
    opacity: 0.6;
}

.opacity-80 {
    opacity: 0.8;
}

.gap-1rem {
    gap: 1rem;
}

.grid {
    display: grid;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.flex-1 {
    flex: 1 1 0%;
}

.self-end {
    align-self: flex-end;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* custom css */
.logo {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 120px;
}

    .logo img {
        display: block;
        width: 100%;
        height: auto;
    }

/* global attr */
[class$=container] {
    position: relative;
    z-index: 2;
    display: block;
}

section, [class$=section] {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0rem max(0.75rem, min(0.625rem + 0.5vw, 1.5rem));
}

/* end of global attr */
/* button */
.button {
    display: flex;
    border-radius: var(--radius);
    justify-content: center;
    align-items: center;
    padding: 0 0.75rem;
    line-height: 1rem;
    background: transparent;
    outline: none;
    border: 0;
    color: rgb(224, 229, 233);
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .button strong {
        font-size: max(1rem, min(1rem + 0.5vw, 1.25rem));
        line-height: max(1.125rem, min(1.125rem + 0.5vw, 1.375rem));
        font-weight: normal;
    }

    .button:hover {
        color: rgb(246, 251, 255);
    }

    .button[class*=min] {
        min-width: 142px;
    }

    .button[class*=max] {
        min-width: 60%;
    }

    .button[class*=primary] {
        font-size: max(1rem, min(1rem + 0.5vw, 1.25rem));
        line-height: max(1.125rem, min(1.125rem + 0.5vw, 1.375rem));
        padding: 0.625rem 1.5rem;
        border: 1px solid transparent;
    }

        .button[class*=primary][class*=icon] {
            padding: 0.625rem 0.75rem;
            height: 100%;
        }

            .button[class*=primary][class*=icon] .iconify:first-of-type + span {
                margin: 0 0.625rem 0.1875rem 0;
            }

            .button[class*=primary][class*=icon] .iconify {
                max-height: 1.5rem;
            }

    .button[class*=secondary] {
        font-size: max(1rem, min(1rem + 0.5vw, 1.25rem));
        line-height: max(1.125rem, min(1.125rem + 0.5vw, 1.375rem));
        padding: 0.625rem 1.5rem;
        border: 0px solid transparent;
    }

    .button[class*=tertiary] {
        font-size: max(1rem, min(1rem + 0.5vw, 1.25rem));
        line-height: max(1.125rem, min(1.125rem + 0.5vw, 1.375rem));
        padding: 1.5rem 0.75rem;
        border-radius: 0;
    }

    .button[class*=inline] {
        display: inline-flex;
        padding: 0.625rem 1.25rem;
    }

        .button[class*=inline][class*=icon] {
            padding: 0.625rem 1.25rem;
        }

    .button[class*=cta] {
        background: rgb(0, 170, 255);
    }

        .button[class*=cta]:hover {
            background: #0088cc;
        }

    .button[class*=cta-var] {
        background: rgb(252, 100, 35);
    }

        .button[class*=cta-var]:hover {
            background: #e94803;
        }

    .button[class*=cta-var2] {
        background: rgb(252, 35, 35);
    }

        .button[class*=cta-var2]:hover {
            background: #e90303;
        }

    .button[class*=transparent] {
        background: transparent;
        border: 1px solid transparent;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
    }

    .button[class*=transparent-hover]:hover {
        color: rgb(0, 170, 255);
        border: 1px solid transparent;
    }

    .button[class*=filled] {
        background: rgb(56, 82, 146);
        border: 1px solid transparent;
    }

    .button[class*=tonal] {
        background: rgb(38, 38, 38);
        border: 1px solid transparent;
    }

    .button[class*=elevated] {
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

        .button[class*=elevated]:hover {
            -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
        }

    .button[class*=outlined] {
        border: 1px solid rgb(224, 229, 233);
    }

        .button[class*=outlined]:hover {
            color: rgb(26, 26, 26);
            background: rgb(224, 229, 233);
        }

    .button[class*=softlined] {
        background: rgb(26, 26, 26);
        border: 1px solid rgb(50, 50, 50);
    }

        .button[class*=softlined]:hover {
            color: rgb(246, 251, 255);
            border: 1px solid rgb(26, 26, 26);
        }

    .button[class*=tag] {
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
    }

        .button[class*=tag]:hover {
            background: rgb(38, 38, 38);
            -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        }

        .button[class*=tag][aria-selected] {
            background: rgb(40, 36, 61);
            color: rgb(0, 170, 255);
            cursor: default;
            -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        }

    .button[class*=icon] span:first-of-type + .iconify {
        margin: 0 0 0.1875rem 0.3125rem;
    }

@media only screen and (max-width: 1080px) {
    .button[class*=tag] {
        padding: 0.5rem 1rem;
    }

        .button[class*=tag][class*=icon] {
            padding: 0 1rem;
            height: 100%;
        }

    .button[class*=mob-full] {
        width: 100%;
    }
}

.button[class*=chevron] {
    display: none;
    padding: 0.625rem;
    border-radius: 50%;
    cursor: pointer;
}

    .button[class*=chevron][class*=s] {
        padding: 0.3125rem;
    }

        .button[class*=chevron][class*=s] .iconify {
            font-size: max(1.4375rem, min(1.4375rem + 0.5vw, 1.875rem));
        }

    .button[class*=chevron][class*=sticky] {
        position: fixed;
        z-index: 7;
        bottom: 1.5rem;
        right: 1.5rem;
    }

    .button[class*=chevron].show {
        display: inline-block;
    }

    .button[class*=chevron][class*=left] {
        position: absolute;
        z-index: 3;
        left: max(0.75rem, min(0.625rem + 0.5vw, 1.5rem));
        display: inline-block;
    }

    .button[class*=chevron][class*=right] {
        position: absolute;
        z-index: 3;
        right: max(0.75rem, min(0.625rem + 0.5vw, 1.5rem));
        display: inline-block;
    }

.button[aria-current=pagination] {
    cursor: default;
    color: rgb(0, 170, 255);
    border: 1px solid transparent;
}

    .button[aria-current=pagination]:hover {
        color: rgb(0, 170, 255);
        background: transparent;
    }

.button[disabled], .button.disabled {
    opacity: 0.6;
    cursor: default;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .button[disabled][class*=primary], .button.disabled[class*=primary] {
        background: #0d0d0d;
        color: #f6fbff;
        -webkit-box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.2);
    }

        .button[disabled][class*=primary]:hover, .button.disabled[class*=primary]:hover {
            background: rgb(38, 38, 38);
            -webkit-box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.2);
        }

    .button[disabled][class*=outlined], .button.disabled[class*=outlined] {
        border: 1px solid transparent;
    }

        .button[disabled][class*=outlined]:hover, .button.disabled[class*=outlined]:hover {
            color: rgb(224, 229, 233);
            background: transparent;
        }

    .button[disabled][class*=cta]:hover, .button.disabled[class*=cta]:hover {
        background: #0d0d0d;
    }

    .button[disabled][class*=cta-var]:hover, .button.disabled[class*=cta-var]:hover {
        background: #0d0d0d;
    }

.inner-absolute {
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    right: 0;
}

    .inner-absolute.disabled, .inner-absolute[disabled] {
        background: transparent !important;
    }

header {
    padding: 0rem 0;
}

.brand-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 1rem;
    border-bottom: 1px solid #ccc;
}

/* form */
.modal-form {
    position: relative;
    z-index: 2;
    width: 80%;
    margin: 1rem auto 2rem;
    max-width: 580px;
}

    .modal-form ul li {
        display: block;
        padding: 0 0 1rem 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .modal-form ul li[data-methods] {
            opacity: 0;
            width: 0;
            height: 0;
            overflow: hidden;
            padding: 0;
            transform-origin: center top;
            -moz-transform: translate(0, -1rem);
            -o-transform: translate(0, -1rem);
            -ms-transform: translate(0, -1rem);
            -webkit-transform: translate(0, -1rem);
            transform: translate(0, -1rem);
        }

        .modal-form ul li.show {
            opacity: 1;
            width: auto;
            height: auto;
            padding: 0 0 1rem 0;
            overflow: visible;
            -moz-transform: translate(0, 0rem);
            -o-transform: translate(0, 0rem);
            -ms-transform: translate(0, 0rem);
            -webkit-transform: translate(0, 0rem);
            transform: translate(0, 0rem);
        }

@media only screen and (max-width: 1080px) {
    .modal-form {
        width: 96%;
        margin: 2rem auto 10vh;
    }
}

.blank-form {
    position: relative;
    z-index: 2;
    display: block;
    padding: 2rem 3rem;
    margin: 2rem auto 0;
    background: rgb(38, 38, 38);
    border-radius: var(--radius);
    width: 80%;
    -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.1);
}

    .blank-form h4 {
        padding: 0 0 0.5rem 0;
    }

    .blank-form ul {
        padding: 2rem 0 2rem;
    }

        .blank-form ul li {
            padding: 0 0 1rem;
        }

            .blank-form ul li:last-child {
                padding: 0;
            }

@media only screen and (max-width: 1080px) {
    .blank-form {
        padding: 2rem 1rem;
        width: 100%;
    }
}

.blank-cta-var {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 0 0;
    gap: 1rem;
}

@media only screen and (max-width: 1080px) {
    .blank-cta-var {
        text-align: left;
    }
}

@media only screen and (max-width: 399px) {
    .blank-cta-var {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
}

.form-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 0 1rem 0;
    text-align: left;
}

    .form-container.error .form-error {
        -webkit-animation: errorHighlight .25s forwards ease-in-out 3s;
        -moz-animation: errorHighlight .25s forwards ease-in-out 3s;
        -ms-animation: errorHighlight .25s forwards ease-in-out 3s;
        -o-animation: errorHighlight .25s forwards ease-in-out 3s;
        animation: errorHighlight .25s forwards ease-in-out 3s;
    }

    .form-container:hover .form-error {
        color: rgb(252, 35, 35);
        -webkit-animation: errorHighlight .25s alternate ease-in-out 3s;
        -moz-animation: errorHighlight .25s alternate ease-in-out 3s;
        -ms-animation: errorHighlight .25s alternate ease-in-out 3s;
        -o-animation: errorHighlight .25s alternate ease-in-out 3s;
        animation: errorHighlight .25s alternate ease-in-out 3s;
    }

    .form-container label {
        position: relative;
        z-index: 2;
        display: flex;
        padding: 0 2rem 0 0;
        width: max(180px, min(180px + 0.5vw), 280px);
        font-size: 1.25rem;
        line-height: 1.2em;
    }

        .form-container label:after {
            content: ":";
            position: absolute;
            z-index: 2;
            top: 50%;
            -moz-transform: translate(0%, -50%);
            -o-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
            -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
            display: block;
            right: 0.5rem;
        }

    .form-container.form-horizontal label {
        width: auto;
        display: inline-block;
    }

    .form-container.form-vertical {
        display: block;
        text-align: left;
        margin: 1rem 0 1rem 0;
        padding: 0 0 0rem 0;
    }

        .form-container.form-vertical label {
            width: auto;
            display: inline-block;
            padding: 0 1rem 0.25rem 0;
        }

            .form-container.form-vertical label:after {
                display: block;
                top: 0;
                right: 0;
                -moz-transform: translate(0%, 0%);
                -o-transform: translate(0%, 0%);
                -ms-transform: translate(0%, 0%);
                -webkit-transform: translate(0%, 0%);
                transform: translate(0%, 0%);
            }

        .form-container.form-vertical .input {
            display: flex;
            background: transparent;
            margin: 0.5rem 0 0;
        }

            .form-container.form-vertical .input input {
                display: flex;
                flex: 2 1 calc(100% - 2rem);
            }

            .form-container.form-vertical .input a {
                position: relative;
                display: flex;
                flex: 1 1 2rem;
                right: auto;
            }

        .form-container.form-vertical .form-error, .form-container.form-vertical .form-note {
            text-align: left;
            bottom: -1.5rem;
            left: 0;
            right: auto;
            width: 100%;
        }

    .form-container.search-var {
        padding: 0 0 0;
    }

        .form-container.search-var .input input {
            width: calc(100% - 1.5rem - 1rem);
        }

@media only screen and (max-width: 1080px) {
    .form-container {
        display: block;
        text-align: left;
    }

        .form-container label {
            display: inline-block;
            padding: 0 0 0.5rem;
            font-size: 1rem;
            line-height: 1.2em;
            width: 100%;
        }

            .form-container label:after {
                position: relative;
                z-index: 2;
                display: inline-block;
                right: auto;
                margin: 0 0 0 0.5rem;
                top: 0;
                -moz-transform: translate(0%, 0%);
                -o-transform: translate(0%, 0%);
                -ms-transform: translate(0%, 0%);
                -webkit-transform: translate(0%, 0%);
                transform: translate(0%, 0%);
            }

        .form-container.form-vertical label {
            width: calc(100% - 1rem);
        }

            .form-container.form-vertical label:after {
                display: inline-block;
            }

        .form-container.search-var {
            width: 100%;
        }
}

.form-var-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-cta {
    padding-top: 1rem;
    padding-left: max(180px, min(180px + 0.5vw), 280px);
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .form-cta.multiple {
        justify-content: flex-start;
        gap: 1rem;
    }

    .form-cta.form-vertical {
        padding: 1rem 0 0;
    }

@media only screen and (max-width: 1080px) {
    .form-cta {
        padding: 0;
    }

        .form-cta.multiple {
            display: grid;
            grid-template-columns: 1fr 1fr;
            justify-content: center;
            padding: 0;
            height: 100%;
        }

            .form-cta.multiple .button {
                width: 100%;
                height: 100%;
                padding: 0.625rem 0.625rem;
            }

        .form-cta button[class*=max] {
            width: 100%;
        }
}

.form-error {
    color: rgba(252, 35, 35, 0.8);
}

.form-error, .form-note {
    position: absolute;
    z-index: 2;
    display: block;
    width: calc(100% - max(180px, min(180px + 0.5vw), 280px));
    bottom: 0rem;
    text-align: left;
    left: max(180px, min(180px + 0.5vw), 280px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (max-width: 1080px) {
    .form-error, .form-note {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        left: 0;
    }
}

.input, .select, .textarea {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex: 1 1 0;
    width: 100%;
    margin: 0 0 0.5rem;
    min-height: 42px;
    border-radius: var(--radius);
    border: 1px solid rgb(224, 229, 233);
    background: rgb(38, 38, 38);
}

    .input.error, .select.error, .textarea.error {
        border: 1px solid rgb(252, 35, 35);
    }

    .input input, .input select, .input textarea, .select input, .select select, .select textarea, .textarea input, .textarea select, .textarea textarea {
        font-size: 1.125rem;
        line-height: 1rem;
        padding: 0.5rem 0.625rem;
        display: block;
        width: 100%;
        min-height: 42px;
        color: rgb(224, 229, 233);
        border: 0;
        background: transparent;
    }

        .input input:-webkit-autofill, .input select:-webkit-autofill, .input textarea:-webkit-autofill, .select input:-webkit-autofill, .select select:-webkit-autofill, .select textarea:-webkit-autofill, .textarea input:-webkit-autofill, .textarea select:-webkit-autofill, .textarea textarea:-webkit-autofill {
            -webkit-box-shadow: 0 0 0 30px rgb(38, 38, 38) inset !important;
            border-radius: var(--radius);
            -webkit-text-fill-color: rgb(246, 251, 255) !important;
        }

        .input input:focus, .input select:focus, .input textarea:focus, .select input:focus, .select select:focus, .select textarea:focus, .textarea input:focus, .textarea select:focus, .textarea textarea:focus {
            color: rgb(246, 251, 255);
        }

        .input input[readonly], .input select[readonly], .input textarea[readonly], .select input[readonly], .select select[readonly], .select textarea[readonly], .textarea input[readonly], .textarea select[readonly], .textarea textarea[readonly] {
            cursor: default;
        }

        .input select:active, .select select:active, .textarea select:active {
            color: rgb(224, 229, 233);
        }

    .input option, .select option, .textarea option {
        color: rgb(224, 229, 233);
        background: rgb(38, 38, 38);
        font-size: 1rem;
        line-height: 1.2em;
        padding: 0 0 1rem 0;
        border-color: transparent;
    }

        .input option[disabled], .input option[selected], .select option[disabled], .select option[selected], .textarea option[disabled], .textarea option[selected] {
            margin: 0.5rem 0 0;
        }

    .input.var, .select.var, .textarea.var {
        border-radius: 0;
        border: 0;
        background: transparent;
        border-bottom: 1px solid rgb(224, 229, 233);
        margin: 0 0 1rem;
    }

        .input.var:last-child, .select.var:last-child, .textarea.var:last-child {
            margin: 0;
        }

    .input.var-tonal, .select.var-tonal, .textarea.var-tonal {
        border: 0px;
        background: rgb(38, 38, 38);
        margin: 0 0 1rem;
    }

        .input.var-tonal:last-child, .select.var-tonal:last-child, .textarea.var-tonal:last-child {
            margin: 0;
        }

    .input.page-input, .select.page-input, .textarea.page-input {
        display: inline-block;
        padding: calc(1.5rem - 0.625rem) 0;
        width: 50px;
        border-radius: 0;
        text-align: center;
        background: rgb(224, 229, 233);
        color: rgb(31, 31, 31);
    }

        .input.page-input input, .select.page-input input, .textarea.page-input input {
            text-indent: 0.5rem;
            color: rgb(26, 26, 26);
        }

@media only screen and (max-width: 1080px) {
    .input, .select, .textarea {
        font-size: 1rem;
        line-height: 1.2em;
    }
}

@-moz-document url-prefix() {
    .input select, .select select {
        margin: 0 0 -5px 0;
    }
}

.checkbox {
    position: relative;
    z-index: 2;
}

    .checkbox label {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .checkbox label span {
            margin: 0 0 0 0.25rem;
        }

    .checkbox input {
        font-size: 1.125rem;
        line-height: 1.2em;
        padding: 0.5rem 0.625rem;
        width: 30px;
        height: 30px;
        color: rgb(224, 229, 233);
        border: 0;
        background: transparent;
    }

/* modal */
.wrapper-modal {
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.2s ease-in-out;
    width: 0%;
    height: 0%;
    overflow: hidden;
    opacity: 0;
    top: 0;
}

    .wrapper-modal.show {
        width: 100%;
        height: 100%;
        overflow: visible;
        opacity: 1;
    }

        .wrapper-modal.show .overlay-background {
            width: 100vw;
            height: 100vh;
            opacity: 1;
        }

@media only screen and (max-width: 1080px) {
    .wrapper-modal {
        position: absolute;
    }

        .wrapper-modal.show {
            height: 100vh;
            overflow-y: scroll;
            position: absolute;
            top: 0;
        }
}

.modal-cta-container {
    display: flex;
    gap: 1rem;
    padding: 1rem 0 2rem;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1080px) {
    @supports (-webkit-touch-callout: none) and (not (translate: none)) {
        .modal-cta-container button, .modal-cta-container a {
            margin-right: 1rem;
        }

            .modal-cta-container button:last-child, .modal-cta-container a:last-child {
                margin-right: 0rem;
            }
    }
}

.modal-container {
    background: rgb(26, 26, 26);
    border-radius: var(--radius);
    z-index: 9;
    -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.5);
    width: max(min(100vw, 640px), min(888px, 96vw));
    height: auto;
}

@media only screen and (max-width: 1080px) {
    .modal-container {
        height: 100%;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 680px) and (orientation: landscape) and (max-height: 767px) {
    .modal-container {
        height: 92vmin;
        margin: 2vmin 0 0;
        overflow-y: scroll;
    }
}

.loading-container {
    position: relative;
    z-index: 9;
}

    .loading-container img {
        max-width: 200px;
        height: auto;
        display: block;
    }

.modal-dialog-container {
    background: rgb(26, 26, 26);
    border-radius: var(--radius);
    z-index: 9;
    -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.5);
    width: max(min(96vw, 480px), min(640px, 80vw));
    overflow: hidden;
}

    .modal-dialog-container h3 {
        padding: 2rem 0 1rem;
        line-height: 2rem;
    }

    .modal-dialog-container .modal-cta-container {
        justify-content: center;
    }

@media only screen and (max-width: 1080px) {
    .modal-dialog-container h3 {
        max-height: 50vh;
        overflow-y: scroll;
    }
}

.modal-body {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0.75rem 1.5rem 1.5rem;
}

    .modal-body h4 {
        padding: 1rem 0 1rem 0;
    }

@media only screen and (max-width: 1080px) {
    .modal-body h4 strong {
        display: inline-block;
        padding: 0rem 0;
        font-weight: normal;
    }
}

.modal-body > p {
    padding: 1rem 0 1rem;
}

.modal-close {
    position: absolute;
    z-index: 2;
    display: block;
    right: 0.75rem;
    left: auto;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media only screen and (max-width: 1080px) {
    .modal-close {
        display: block;
        left: 0.75rem;
        right: auto;
    }
}

.modal-head {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: rgb(31, 31, 31);
    padding: 0.75rem calc(1.5rem * 3) 0.75rem 1.5rem;
    border-radius: var(--radius) var(--radius) 0 0;
}

    .modal-head h3 {
        display: inline-block;
        margin: 0 0.5rem 0 0;
    }

@media only screen and (max-width: 1080px) {
    .modal-head {
        padding: 1.5rem 1.5rem 1.5rem 4.5rem;
    }

        .modal-head h3.sub {
            display: block;
            font-size: max(0.875rem, min(0.875rem + 0.5vw, 1rem));
            line-height: max(1rem, min(1rem + 0.5vw, 1.125rem));
        }
}

.modal-dialog {
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
}

.dialog-brand {
    display: flex;
    margin: 0;
    padding: 3rem 0.75rem 0rem;
    justify-content: center;
    align-items: center;
    color: rgb(246, 251, 255);
    cursor: pointer;
}

    .dialog-brand img {
        width: max(45px, min(45px + 5vw, 100px));
        height: auto;
    }

    .dialog-brand h1, .dialog-brand span {
        padding: 0 0 0 1rem;
    }

    .dialog-brand span {
        font-size: max(1.125rem, min(1.125rem + 0.5vw, 1.5rem));
        line-height: max(1.25rem, min(1.25rem + 0.5vw, 1.625rem));
    }

@media only screen and (max-width: 1080px) {
    .dialog-brand {
        padding: 2rem 0.75rem 0;
    }
}

.overlay-background {
    position: fixed;
    z-index: 8;
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.75);
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

/* end of modal */
.wrapper {
    position: relative;
    z-index: 2;
    min-height: 100%;
}

    .wrapper.flex {
        display: flex;
        flex-direction: column;
    }

footer {
    display: flex;
    margin-top: auto;
    padding: 1rem 0;
}

.blank-container {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

    .blank-container p {
        padding: 1.25rem 0;
    }

.blank-card {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    text-align: center;
}

.blank-cta-container {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

[class$=card] {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 100%;
    display: block;
}

/*-------------------- last extend --------------------*/
@media only screen and (max-width: 1080px) {
    .mobHide {
        display: none;
    }
}

@media only screen and (min-width: 1081px) {
    .desktopHide {
        display: none;
    }
}

/*-------------------- end of last extend --------------------*/
