@keyframes Select_runningLine__ebRQR {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(var(--scroll-width) - var(--scroll-width) * 2))
    }
}

@keyframes Select_runningLineSecondary__1haHa {
    0% {
        transform: translateX(var(--scroll-width))
    }

    to {
        transform: translateX(0)
    }
}

@keyframes Select_fadeInAnimation__H_yIe {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes Select_fadeOutAnimation__Uwh5s {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes Select_wavy__qzkRM {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-40px)
    }

    to {
        transform: translateY(-40px)
    }
}

@keyframes Select_wavy-reversed__qVt4M {
    0% {
        transform: translateY(40px)
    }

    25% {
        transform: translateY(40px)
    }

    75% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes Select_figureIncrease__b0eFE {
    0% {
        -webkit-mask-size: 16.5%
    }

    to {
        -webkit-mask-size: 350%
    }
}

@keyframes Select_carPropertyAnimation__vdxl6 {
    0% {
        transform: translateY(250px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes Select_carPropertyAnimationOut__F_3yH {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(250px)
    }
}

@keyframes Select_largeBookButtonText__ozhKE {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-64px)
    }

    to {
        transform: translateY(-56px)
    }
}

@keyframes Select_largeBookButtonTextMedium__pOJMz {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-48px)
    }

    to {
        transform: translateY(-44px)
    }
}

@keyframes Select_largeBookButtonTextOut__CEzlt {
    0% {
        transform: translateY(-44px)
    }

    50% {
        transform: translateY(4px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes Select_largeBookButtonIcon__5pUKg {
    0% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-235px) scale(2.1)
    }

    to {
        transform: translateY(-225px) scale(2)
    }
}

@keyframes Select_largeBookButtonIconOut__BEojm {
    0% {
        transform: translateY(-120px) scale(2)
    }

    50% {
        transform: translateY(5px) scale(.9)
    }

    to {
        transform: translateY(0) scale(1)
    }
}

@keyframes Select_detailItemFadeout__bqBeG {
    0% {
        overflow: visible
    }

    99% {
        overflow: visible
    }

    to {
        overflow: hidden
    }
}

@keyframes Select_detailTitle__N_R91 {
    0% {
        max-width: 0;
        max-height: 0
    }

    50% {
        max-width: calc(var(--info-width) + 6px);
        max-height: calc(var(--info-height) + 4px)
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }
}

@keyframes Select_detailTitleMobile__xoy4n {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }
}

@keyframes Select_detailTitleOut__LyRsS {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }

    to {
        max-width: 0;
        max-height: 0
    }
}

@keyframes Select_detailTitleOutMobile__3kzcn {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }
}

@keyframes Select_pulse__jgR3c {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, .4)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 255, 255, 0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, 0)
    }
}

@keyframes Select_textShine__e0Y3o {
    0% {
        background-position: 50% 50%
    }

    25% {
        background-position: 85% 80%
    }

    50% {
        background-position: 75% 75%
    }

    75% {
        background-position: 50% 100%
    }

    to {
        background-position: 100% 50%
    }
}

@keyframes Select_metaverseGradient__BAqz2 {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes Select_wantAtomOut__u8Y4y {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    to {
        opacity: 0;
        display: none
    }
}

@keyframes Select_wantAtomIn__vgw_4 {
    0% {
        opacity: 0;
        display: flex
    }

    to {
        opacity: 1
    }
}

.Select_carousel__7tJSh .Select_control-dots__OmJ7M {
    width: -moz-fit-content !important;
    width: fit-content !important;
    left: 50%;
    transform: translate(-50%);
    right: unset
}

.Select_select__kg78_ {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    padding: 0;
    border: 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 24px
}

@media(max-width:767px) {
    .Select_select__kg78_ {
        font-size: 16px;
        line-height: 16px
    }
}

.Select_select_invalid__TEqBu {
    color: red
}

@media(max-width:1023px) {
    .Select_select_style-new__WNESt {
        font-size: 16px;
        line-height: 16px
    }
}

.Select_select__wrapper__iDHKW {
    position: relative;
    width: 100%
}

.Select_select__list__Hnqf6 {
    position: absolute;
    top: calc(100% + 5px);
    border-radius: 28px;
    left: 0;
    right: 0;
    background-color: #202020;
    display: none;
    z-index: 2;
    max-height: 180px;
    overflow: auto
}

.Select_select__list_active__2Ipbc {
    display: block
}

.Select_select__list-empty__yNbfe {
    padding: 15px 0;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #f5f5f5
}

.Select_select__list-item__CRNuX {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 48px;
    width: 100%;
    padding: 0 20px;
    transition: background-color .15s
}

.Select_select__list-item__CRNuX:hover {
    background-color: rgba(0, 0, 0, .25)
}

.Select_select__block__vxJ_8 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 60px 0 20px;
    height: 56px;
    border-radius: 32px;
    color: #fff;
    background-color: hsla(0, 0%, 100%, .125);
    cursor: pointer;
    overflow: hidden;
    transform: translateZ(0)
}

@media(max-width:767px) {
    .Select_select__block__vxJ_8 {
        padding: 0 24px
    }
}

.Select_select__block_style-new__zvFBv {
    padding: 0 60px 0 24px;
    height: 64px
}

@media(max-width:1023px) {
    .Select_select__block_style-new__zvFBv {
        padding: 0 40px 0 20px;
        height: 56px
    }
}

.Select_select__block_readonly__4wOVz {
    cursor: auto;
    border-color: transparent;
    opacity: .65
}

.Select_select__arrow__V_faJ {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 32px;
    height: 32px;
    transition: transform .2s linear
}

.Select_select__arrow_open__l7HxR {
    transform: rotate(180deg)
}

@media(max-width:1023px) {
    .Select_select__arrow__V_faJ {
        right: 16px;
        width: 16px;
        height: 16px;
        top: 20px
    }
}

.Select_select__placeholder__uSFZ8 {
    position: absolute;
    top: 16px;
    left: 24px;
    white-space: nowrap;
    color: hsla(0, 0%, 100%, .25);
    pointer-events: none;
    transition: transform .2s linear, font-size .2s linear, line-height .2s linear, color .2s linear;
    font-size: 24px;
    line-height: 24px
}

@media(max-width:767px) {
    .Select_select__placeholder__uSFZ8 {
        top: 20px;
        left: 24px;
        font-size: 16px;
        line-height: 16px
    }
}

.Select_select__placeholder_style-new__NdJXo {
    top: 20px
}

@media(max-width:1023px) {
    .Select_select__placeholder_style-new__NdJXo {
        left: 20px;
        font-size: 16px;
        line-height: 16px;
        color: hsla(0, 0%, 100%, .5)
    }

    .Select_select__placeholder_style-new__NdJXo .Select_select__placeholder_minified__iwLHY {
        font-size: 12px;
        line-height: 12px
    }
}

.Select_select__placeholder_minified__iwLHY {
    color: hsla(0, 0%, 100%, .5);
    transform: translateY(-8px);
    font-size: 12px;
    line-height: 12px
}

@media(max-width:767px) {
    .Select_select__placeholder_minified__iwLHY {
        transform: translateY(-10px)
    }
}

.Select_select__placeholder_invalid__wPd1n {
    color: red
}

.Select_select__error__SsDTd {
    text-align: left;
    white-space: nowrap;
    color: red;
    pointer-events: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 24px 0;
    font-size: 12px;
    line-height: 12px
}

@keyframes PolicyAgreement_runningLine__DBdIC {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(var(--scroll-width) - var(--scroll-width) * 2))
    }
}

@keyframes PolicyAgreement_runningLineSecondary__SU_rF {
    0% {
        transform: translateX(var(--scroll-width))
    }

    to {
        transform: translateX(0)
    }
}

@keyframes PolicyAgreement_fadeInAnimation__3fgd0 {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes PolicyAgreement_fadeOutAnimation__GBUpJ {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes PolicyAgreement_wavy__N8NAy {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-40px)
    }

    to {
        transform: translateY(-40px)
    }
}

@keyframes PolicyAgreement_wavy-reversed__ZJDcD {
    0% {
        transform: translateY(40px)
    }

    25% {
        transform: translateY(40px)
    }

    75% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes PolicyAgreement_figureIncrease__AmGaz {
    0% {
        -webkit-mask-size: 16.5%
    }

    to {
        -webkit-mask-size: 350%
    }
}

@keyframes PolicyAgreement_carPropertyAnimation__RZRAZ {
    0% {
        transform: translateY(250px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes PolicyAgreement_carPropertyAnimationOut__zin_2 {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(250px)
    }
}

@keyframes PolicyAgreement_largeBookButtonText__MFas9 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-64px)
    }

    to {
        transform: translateY(-56px)
    }
}

@keyframes PolicyAgreement_largeBookButtonTextMedium__HPsV0 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-48px)
    }

    to {
        transform: translateY(-44px)
    }
}

@keyframes PolicyAgreement_largeBookButtonTextOut__EDBsC {
    0% {
        transform: translateY(-44px)
    }

    50% {
        transform: translateY(4px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes PolicyAgreement_largeBookButtonIcon__FQSfx {
    0% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-235px) scale(2.1)
    }

    to {
        transform: translateY(-225px) scale(2)
    }
}

@keyframes PolicyAgreement_largeBookButtonIconOut__pG5G8 {
    0% {
        transform: translateY(-120px) scale(2)
    }

    50% {
        transform: translateY(5px) scale(.9)
    }

    to {
        transform: translateY(0) scale(1)
    }
}

@keyframes PolicyAgreement_detailItemFadeout__BlSja {
    0% {
        overflow: visible
    }

    99% {
        overflow: visible
    }

    to {
        overflow: hidden
    }
}

@keyframes PolicyAgreement_detailTitle__XAOHo {
    0% {
        max-width: 0;
        max-height: 0
    }

    50% {
        max-width: calc(var(--info-width) + 6px);
        max-height: calc(var(--info-height) + 4px)
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }
}

@keyframes PolicyAgreement_detailTitleMobile__MYnbP {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }
}

@keyframes PolicyAgreement_detailTitleOut__46bZ8 {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }

    to {
        max-width: 0;
        max-height: 0
    }
}

@keyframes PolicyAgreement_detailTitleOutMobile__bTSmD {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }
}

@keyframes PolicyAgreement_pulse__DWp4G {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, .4)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 255, 255, 0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, 0)
    }
}

@keyframes PolicyAgreement_textShine__6PCwP {
    0% {
        background-position: 50% 50%
    }

    25% {
        background-position: 85% 80%
    }

    50% {
        background-position: 75% 75%
    }

    75% {
        background-position: 50% 100%
    }

    to {
        background-position: 100% 50%
    }
}

@keyframes PolicyAgreement_metaverseGradient__Tooqb {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes PolicyAgreement_wantAtomOut__fo_IS {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    to {
        opacity: 0;
        display: none
    }
}

@keyframes PolicyAgreement_wantAtomIn__72SUx {
    0% {
        opacity: 0;
        display: flex
    }

    to {
        opacity: 1
    }
}

.PolicyAgreement_carousel__myk59 .PolicyAgreement_control-dots__TKnOg {
    width: -moz-fit-content !important;
    width: fit-content !important;
    left: 50%;
    transform: translate(-50%);
    right: unset
}

.PolicyAgreement_policy-agreement__EtALg {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media(max-width:1023px) {
    .PolicyAgreement_policy-agreement__EtALg {
        gap: 12px
    }
}

.PolicyAgreement_policy-agreement_row__MW4XU {
    flex-direction: row
}

@media(max-width:1023px) {
    .PolicyAgreement_policy-agreement_row__MW4XU {
        flex-direction: column
    }
}

.PolicyAgreement_policy-agreement_row__MW4XU>div {
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 0
}

@keyframes CorporateForm_runningLine__ey2x6 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(var(--scroll-width) - var(--scroll-width) * 2))
    }
}

@keyframes CorporateForm_runningLineSecondary__2q_oi {
    0% {
        transform: translateX(var(--scroll-width))
    }

    to {
        transform: translateX(0)
    }
}

@keyframes CorporateForm_fadeInAnimation__cGt2p {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes CorporateForm_fadeOutAnimation___FM3d {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes CorporateForm_wavy__WJinM {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-40px)
    }

    to {
        transform: translateY(-40px)
    }
}

@keyframes CorporateForm_wavy-reversed__IN7Ui {
    0% {
        transform: translateY(40px)
    }

    25% {
        transform: translateY(40px)
    }

    75% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes CorporateForm_figureIncrease__J_N7L {
    0% {
        -webkit-mask-size: 16.5%
    }

    to {
        -webkit-mask-size: 350%
    }
}

@keyframes CorporateForm_carPropertyAnimation__WKkQ4 {
    0% {
        transform: translateY(250px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes CorporateForm_carPropertyAnimationOut__YRFEW {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(250px)
    }
}

@keyframes CorporateForm_largeBookButtonText__L0ETq {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-64px)
    }

    to {
        transform: translateY(-56px)
    }
}

@keyframes CorporateForm_largeBookButtonTextMedium__dYYSJ {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-48px)
    }

    to {
        transform: translateY(-44px)
    }
}

@keyframes CorporateForm_largeBookButtonTextOut__G9pS2 {
    0% {
        transform: translateY(-44px)
    }

    50% {
        transform: translateY(4px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes CorporateForm_largeBookButtonIcon__D6lxv {
    0% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-235px) scale(2.1)
    }

    to {
        transform: translateY(-225px) scale(2)
    }
}

@keyframes CorporateForm_largeBookButtonIconOut__n8My3 {
    0% {
        transform: translateY(-120px) scale(2)
    }

    50% {
        transform: translateY(5px) scale(.9)
    }

    to {
        transform: translateY(0) scale(1)
    }
}

@keyframes CorporateForm_detailItemFadeout__mt1ZU {
    0% {
        overflow: visible
    }

    99% {
        overflow: visible
    }

    to {
        overflow: hidden
    }
}

@keyframes CorporateForm_detailTitle___ja4x {
    0% {
        max-width: 0;
        max-height: 0
    }

    50% {
        max-width: calc(var(--info-width) + 6px);
        max-height: calc(var(--info-height) + 4px)
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }
}

@keyframes CorporateForm_detailTitleMobile__kGWlv {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }
}

@keyframes CorporateForm_detailTitleOut___vLbl {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }

    to {
        max-width: 0;
        max-height: 0
    }
}

@keyframes CorporateForm_detailTitleOutMobile__6EuOR {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }
}

@keyframes CorporateForm_pulse__QKy5T {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, .4)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 255, 255, 0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, 0)
    }
}

@keyframes CorporateForm_textShine__MG0bW {
    0% {
        background-position: 50% 50%
    }

    25% {
        background-position: 85% 80%
    }

    50% {
        background-position: 75% 75%
    }

    75% {
        background-position: 50% 100%
    }

    to {
        background-position: 100% 50%
    }
}

@keyframes CorporateForm_metaverseGradient__JCmMV {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes CorporateForm_wantAtomOut__Foc5_ {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    to {
        opacity: 0;
        display: none
    }
}

@keyframes CorporateForm_wantAtomIn__vNFdm {
    0% {
        opacity: 0;
        display: flex
    }

    to {
        opacity: 1
    }
}

.CorporateForm_carousel__5gOVz .CorporateForm_control-dots__XvgZM {
    width: -moz-fit-content !important;
    width: fit-content !important;
    left: 50%;
    transform: translate(-50%);
    right: unset
}

.CorporateForm_corporate-form__F_Bcf {
    display: flex;
    flex-direction: column;
    height: 100%
}

.CorporateForm_corporate-form__header__hXjth {
    padding: 20px 20px 40px
}

@media(max-width:1023px) {
    .CorporateForm_corporate-form__header__hXjth {
        padding: 0 0 24px
    }
}

.CorporateForm_corporate-form__title__Jx9N0 {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-feature-settings: "case" on;
    letter-spacing: -.01em
}

@media(max-width:1023px) {
    .CorporateForm_corporate-form__title__Jx9N0 {
        margin-bottom: 12px;
        font-size: 32px;
        line-height: 32px
    }
}

.CorporateForm_corporate-form__subtitle__JQKZi {
    font-size: 24px;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .5)
}

@media(max-width:1023px) {
    .CorporateForm_corporate-form__subtitle__JQKZi {
        font-size: 16px;
        line-height: 16px
    }
}

.CorporateForm_corporate-form__content__Glo3z {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: auto
}

.CorporateForm_corporate-form__content__Glo3z::-webkit-scrollbar {
    width: 8px;
    height: 1px
}

.CorporateForm_corporate-form__content__Glo3z::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 5px
}

.CorporateForm_corporate-form__content__Glo3z::-webkit-scrollbar-track {
    background: #161616;
    border: 1px solid #333;
    border-radius: 5px
}

.CorporateForm_corporate-form__content__Glo3z {
    scrollbar-face-color: #333;
    scrollbar-track-color: #161616
}

@media(max-width:1023px) {
    .CorporateForm_corporate-form__content__Glo3z {
        gap: 24px
    }
}

.CorporateForm_corporate-form__form-row__FA0qb {
    display: flex;
    gap: 20px;
    width: 100%
}

@media(max-width:1023px) {
    .CorporateForm_corporate-form__form-row__FA0qb {
        flex-direction: column;
        gap: 8px
    }
}

.CorporateForm_corporate-form__form-column__jAm7N {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0
}

@media(max-width:1023px) {
    .CorporateForm_corporate-form__form-column__jAm7N {
        gap: 8px
    }
}

.CorporateForm_corporate-form__textarea__EoSlk {
    flex-grow: 1
}

.CorporateForm_corporate-form__footer__Owc9s {
    padding: 20px 0 20px 20px;
    display: flex;
    gap: 40px;
    align-items: flex-end;
    justify-content: space-between
}

@media(max-width:1023px) {
    .CorporateForm_corporate-form__footer__Owc9s {
        padding: 0;
        gap: 20px;
        flex-direction: column-reverse;
        align-items: flex-start
    }
}

.CorporateForm_corporate-form__submit__MabT3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 40px;
    height: 72px;
    border-radius: 36px;
    background-color: aqua;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    transition: background .2s ease, box-shadow .2s ease;
    cursor: pointer;
    flex-shrink: 0
}

.CorporateForm_corporate-form__submit__MabT3[disabled] {
    background-color: rgba(0, 0, 0, .25);
    color: hsla(0, 0%, 100%, .25);
    opacity: 1
}

@media(max-width:1023px) {
    .CorporateForm_corporate-form__submit__MabT3 {
        width: 100%;
        height: 56px;
        border-radius: 28px;
        font-size: 16px;
        line-height: 16px
    }
}

.CorporateForm_corporate-form__submit__MabT3:hover {
    background: #fff
}

@media(max-width:1023px) {
    .CorporateForm_corporate-form__submit__MabT3[disabled] {
        background-color: hsla(0, 0%, 100%, .25);
        color: hsla(0, 0%, 100%, .25)
    }
}

@keyframes CouponForm_runningLine__kJWcz {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(var(--scroll-width) - var(--scroll-width) * 2))
    }
}

@keyframes CouponForm_runningLineSecondary__Lu8Yr {
    0% {
        transform: translateX(var(--scroll-width))
    }

    to {
        transform: translateX(0)
    }
}

@keyframes CouponForm_fadeInAnimation__ayGI3 {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes CouponForm_fadeOutAnimation__CRyE9 {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes CouponForm_wavy__9sBf4 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-40px)
    }

    to {
        transform: translateY(-40px)
    }
}

@keyframes CouponForm_wavy-reversed__z1RR4 {
    0% {
        transform: translateY(40px)
    }

    25% {
        transform: translateY(40px)
    }

    75% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes CouponForm_figureIncrease__GA8NG {
    0% {
        -webkit-mask-size: 16.5%
    }

    to {
        -webkit-mask-size: 350%
    }
}

@keyframes CouponForm_carPropertyAnimation__68dd0 {
    0% {
        transform: translateY(250px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes CouponForm_carPropertyAnimationOut__nOXj2 {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(250px)
    }
}

@keyframes CouponForm_largeBookButtonText__yjCTB {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-64px)
    }

    to {
        transform: translateY(-56px)
    }
}

@keyframes CouponForm_largeBookButtonTextMedium__Kc_zk {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-48px)
    }

    to {
        transform: translateY(-44px)
    }
}

@keyframes CouponForm_largeBookButtonTextOut__v0qex {
    0% {
        transform: translateY(-44px)
    }

    50% {
        transform: translateY(4px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes CouponForm_largeBookButtonIcon__o7R1c {
    0% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-235px) scale(2.1)
    }

    to {
        transform: translateY(-225px) scale(2)
    }
}

@keyframes CouponForm_largeBookButtonIconOut__sKUCh {
    0% {
        transform: translateY(-120px) scale(2)
    }

    50% {
        transform: translateY(5px) scale(.9)
    }

    to {
        transform: translateY(0) scale(1)
    }
}

@keyframes CouponForm_detailItemFadeout__GF3fy {
    0% {
        overflow: visible
    }

    99% {
        overflow: visible
    }

    to {
        overflow: hidden
    }
}

@keyframes CouponForm_detailTitle__GtzHp {
    0% {
        max-width: 0;
        max-height: 0
    }

    50% {
        max-width: calc(var(--info-width) + 6px);
        max-height: calc(var(--info-height) + 4px)
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }
}

@keyframes CouponForm_detailTitleMobile___A6gF {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }
}

@keyframes CouponForm_detailTitleOut__ppKQC {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }

    to {
        max-width: 0;
        max-height: 0
    }
}

@keyframes CouponForm_detailTitleOutMobile__QDJ2D {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }
}

@keyframes CouponForm_pulse__60qYY {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, .4)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 255, 255, 0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, 0)
    }
}

@keyframes CouponForm_textShine__65pkU {
    0% {
        background-position: 50% 50%
    }

    25% {
        background-position: 85% 80%
    }

    50% {
        background-position: 75% 75%
    }

    75% {
        background-position: 50% 100%
    }

    to {
        background-position: 100% 50%
    }
}

@keyframes CouponForm_metaverseGradient__2mzzX {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes CouponForm_wantAtomOut__PYp7L {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    to {
        opacity: 0;
        display: none
    }
}

@keyframes CouponForm_wantAtomIn__SvL3b {
    0% {
        opacity: 0;
        display: flex
    }

    to {
        opacity: 1
    }
}

.CouponForm_carousel___SuEL .CouponForm_control-dots__eYb6C {
    width: -moz-fit-content !important;
    width: fit-content !important;
    left: 50%;
    transform: translate(-50%);
    right: unset
}

.CouponForm_coupon-form__niO66 {
    margin-bottom: 50px;
    max-width: 100%;
    width: 350px;
    position: relative
}

.CouponForm_coupon-form__price__gr_aP {
    font-size: 85px;
    line-height: .95;
    text-transform: uppercase;
    font-feature-settings: "salt" on, "liga" off;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -.02em;
    margin-bottom: 15px
}

@media(max-width:1023px) {
    .CouponForm_coupon-form__price__gr_aP {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.01em
    }
}

.CouponForm_coupon-form__price-details__fhl9L {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 24px
}

.CouponForm_coupon-form__price-details__old__jpeS0 {
    color: rgba(0, 0, 0, .25);
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.CouponForm_coupon-form__price-details__discount__4ie_p {
    color: lime;
    margin-left: 12px
}

.CouponForm_coupon-form__error__sHjsS {
    color: red;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: calc(100% + 4px)
}

.CouponForm_coupon-form__row__2_jq7 {
    display: flex;
    align-items: center;
    position: relative
}

.CouponForm_coupon-form_light-filled__rKA5g .CouponForm_coupon-form__btn__611K3 {
    border-radius: 12px
}

.CouponForm_coupon-form_light-filled__rKA5g .CouponForm_coupon-form__input__wU2qs {
    border-color: transparent;
    background-color: rgba(36, 74, 127, .06);
    transition: border-color .3s;
    color: #000;
    border-radius: 12px
}

.CouponForm_coupon-form_light-filled__rKA5g .CouponForm_coupon-form__input__wU2qs::placeholder {
    color: rgba(0, 0, 0, .5)
}

.CouponForm_coupon-form_light-filled__rKA5g .CouponForm_coupon-form__input__wU2qs:focus {
    border-color: #000;
    background-color: #fff
}

.CouponForm_coupon-form_light-filled__rKA5g .CouponForm_coupon-form__btn__611K3 {
    background-color: #000;
    color: #fff
}

.CouponForm_coupon-form_light__kNPSR .CouponForm_coupon-form__input__wU2qs {
    border-color: rgba(0, 0, 0, .25);
    color: #000
}

.CouponForm_coupon-form_light__kNPSR .CouponForm_coupon-form__input__wU2qs::placeholder {
    color: rgba(0, 0, 0, .5)
}

.CouponForm_coupon-form_light__kNPSR .CouponForm_coupon-form__btn__611K3 {
    background-color: #000;
    color: #fff
}

.CouponForm_coupon-form_dark__XWUgT .CouponForm_coupon-form__price-details__old__jpeS0 {
    color: hsla(0, 0%, 100%, .25)
}

.CouponForm_coupon-form_dark__XWUgT .CouponForm_coupon-form__input__wU2qs {
    border-color: hsla(0, 0%, 100%, .25);
    color: #fff
}

.CouponForm_coupon-form_dark__XWUgT .CouponForm_coupon-form__input__wU2qs::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.CouponForm_coupon-form_dark__XWUgT .CouponForm_coupon-form__btn__611K3 {
    background-color: #fff;
    color: #000
}

.CouponForm_coupon-form__input__wU2qs {
    border: 1px solid;
    height: 48px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 130px;
    border-radius: 28px;
    width: 100%;
    background-color: transparent
}

.CouponForm_coupon-form__btn__611K3 {
    height: calc(100% - 8px);
    border-radius: 22px;
    width: 120px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    right: 4px;
    top: 4px
}

@keyframes MessagePopup_runningLine__DqibM {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(var(--scroll-width) - var(--scroll-width) * 2))
    }
}

@keyframes MessagePopup_runningLineSecondary__USebd {
    0% {
        transform: translateX(var(--scroll-width))
    }

    to {
        transform: translateX(0)
    }
}

@keyframes MessagePopup_fadeInAnimation__GnqXO {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes MessagePopup_fadeOutAnimation__dWr5O {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes MessagePopup_wavy__7YGiz {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-40px)
    }

    to {
        transform: translateY(-40px)
    }
}

@keyframes MessagePopup_wavy-reversed__zZ9Oc {
    0% {
        transform: translateY(40px)
    }

    25% {
        transform: translateY(40px)
    }

    75% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes MessagePopup_figureIncrease__79wXp {
    0% {
        -webkit-mask-size: 16.5%
    }

    to {
        -webkit-mask-size: 350%
    }
}

@keyframes MessagePopup_carPropertyAnimation__qYgfa {
    0% {
        transform: translateY(250px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes MessagePopup_carPropertyAnimationOut__qpNhP {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(250px)
    }
}

@keyframes MessagePopup_largeBookButtonText__N0g3z {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-64px)
    }

    to {
        transform: translateY(-56px)
    }
}

@keyframes MessagePopup_largeBookButtonTextMedium__8WP6j {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-48px)
    }

    to {
        transform: translateY(-44px)
    }
}

@keyframes MessagePopup_largeBookButtonTextOut__e_ztH {
    0% {
        transform: translateY(-44px)
    }

    50% {
        transform: translateY(4px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes MessagePopup_largeBookButtonIcon__Lz7b7 {
    0% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-235px) scale(2.1)
    }

    to {
        transform: translateY(-225px) scale(2)
    }
}

@keyframes MessagePopup_largeBookButtonIconOut__BHODa {
    0% {
        transform: translateY(-120px) scale(2)
    }

    50% {
        transform: translateY(5px) scale(.9)
    }

    to {
        transform: translateY(0) scale(1)
    }
}

@keyframes MessagePopup_detailItemFadeout__QJTyB {
    0% {
        overflow: visible
    }

    99% {
        overflow: visible
    }

    to {
        overflow: hidden
    }
}

@keyframes MessagePopup_detailTitle__Qdg5i {
    0% {
        max-width: 0;
        max-height: 0
    }

    50% {
        max-width: calc(var(--info-width) + 6px);
        max-height: calc(var(--info-height) + 4px)
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }
}

@keyframes MessagePopup_detailTitleMobile__6gxdP {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }
}

@keyframes MessagePopup_detailTitleOut__pQUJB {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }

    to {
        max-width: 0;
        max-height: 0
    }
}

@keyframes MessagePopup_detailTitleOutMobile__DewY9 {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }
}

@keyframes MessagePopup_pulse__n0SbC {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, .4)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 255, 255, 0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, 0)
    }
}

@keyframes MessagePopup_textShine__Soios {
    0% {
        background-position: 50% 50%
    }

    25% {
        background-position: 85% 80%
    }

    50% {
        background-position: 75% 75%
    }

    75% {
        background-position: 50% 100%
    }

    to {
        background-position: 100% 50%
    }
}

@keyframes MessagePopup_metaverseGradient__u_dwo {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes MessagePopup_wantAtomOut__3QCLQ {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    to {
        opacity: 0;
        display: none
    }
}

@keyframes MessagePopup_wantAtomIn__jrkeT {
    0% {
        opacity: 0;
        display: flex
    }

    to {
        opacity: 1
    }
}

.MessagePopup_carousel____sPb .MessagePopup_control-dots__4h0s5 {
    width: -moz-fit-content !important;
    width: fit-content !important;
    left: 50%;
    transform: translate(-50%);
    right: unset
}

.MessagePopup_message-popup__ITdoV {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 440px
}

@media(max-width:767px) {
    .MessagePopup_message-popup__ITdoV {
        width: 100%
    }
}

.MessagePopup_message-popup_style-new__z6HsB {
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    width: 100%
}

@media(max-width:1023px) {
    .MessagePopup_message-popup_style-new__z6HsB {
        flex-direction: column;
        align-items: center;
        gap: 24px
    }
}

.MessagePopup_message-popup__icon__Ik31W {
    margin-bottom: 33px;
    width: 110px;
    height: 110px
}

@media(max-width:767px) {
    .MessagePopup_message-popup__icon__Ik31W {
        width: 56px;
        height: 56px
    }
}

.MessagePopup_message-popup__icon_style-new__C9N_W {
    width: 112px;
    height: 112px
}

.MessagePopup_message-popup__icon_style-new__C9N_W>svg {
    width: 100%;
    height: 100%
}

@media(max-width:1023px) {
    .MessagePopup_message-popup__icon_style-new__C9N_W {
        margin-bottom: 0;
        width: 92px;
        height: 92px
    }
}

.MessagePopup_message-popup__content__A47fH {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 440px
}

@media(max-width:767px) {
    .MessagePopup_message-popup__content__A47fH {
        width: 100%
    }
}

.MessagePopup_message-popup__content_style-new___kCKg {
    width: 100%;
    text-align: left;
    align-items: flex-start
}

@media(max-width:1023px) {
    .MessagePopup_message-popup__content_style-new___kCKg {
        align-items: center;
        text-align: center
    }
}

.MessagePopup_message-popup__title__ipKnX {
    margin-bottom: 8px;
    font-size: 52px;
    line-height: 52px;
    text-transform: uppercase;
    font-feature-settings: "salt" on, "liga" off
}

@media(max-width:767px) {
    .MessagePopup_message-popup__title__ipKnX {
        font-size: 32px;
        line-height: 32px
    }
}

.MessagePopup_message-popup__title_style-new__xakUZ {
    margin: 12px 0 4px;
    font-size: 62.5px;
    line-height: 60px;
    text-transform: uppercase;
    font-feature-settings: "salt" on, "case" on;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -.02em
}

@media(max-width:1023px) {
    .MessagePopup_message-popup__title_style-new__xakUZ {
        margin: 0 0 12px;
        font-size: 32px;
        line-height: 32px
    }
}

.MessagePopup_message-popup__message_style-new__04ba0 {
    margin-bottom: 146px;
    font-size: 24px;
    line-height: 24px
}

@media(max-width:1023px) {
    .MessagePopup_message-popup__message_style-new__04ba0 {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 16px
    }
}

.MessagePopup_message-popup__submit__uUWJX {
    margin-top: 50px;
    padding: 10px 20px;
    border-radius: 40px;
    width: 100%;
    background-color: #fff;
    color: #000
}

@media(max-width:767px) {
    .MessagePopup_message-popup__submit__uUWJX {
        margin-top: 24px;
        line-height: 24px
    }
}

.MessagePopup_message-popup__submit_style-new__QM_IP {
    margin-top: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    border-radius: 40px;
    background-color: #fff;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    transition: background .2s ease, box-shadow .2s ease;
    cursor: pointer;
    height: 72px;
    padding: 0 40px;
    width: auto
}

.MessagePopup_message-popup__submit_style-new__QM_IP:hover {
    background: #2efefe
}

@media(max-width:1023px) {
    .MessagePopup_message-popup__submit_style-new__QM_IP {
        margin-left: 0;
        height: 56px;
        font-size: 16px;
        line-height: 16px
    }
}

@keyframes StaticPolicy_runningLine__IW7rQ {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(var(--scroll-width) - var(--scroll-width) * 2))
    }
}

@keyframes StaticPolicy_runningLineSecondary__rIBiI {
    0% {
        transform: translateX(var(--scroll-width))
    }

    to {
        transform: translateX(0)
    }
}

@keyframes StaticPolicy_fadeInAnimation__4z7oZ {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes StaticPolicy_fadeOutAnimation__VF1GQ {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes StaticPolicy_wavy__5kCJN {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-40px)
    }

    to {
        transform: translateY(-40px)
    }
}

@keyframes StaticPolicy_wavy-reversed__Ad2Kp {
    0% {
        transform: translateY(40px)
    }

    25% {
        transform: translateY(40px)
    }

    75% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes StaticPolicy_figureIncrease__jgZ6M {
    0% {
        -webkit-mask-size: 16.5%
    }

    to {
        -webkit-mask-size: 350%
    }
}

@keyframes StaticPolicy_carPropertyAnimation__r_0BE {
    0% {
        transform: translateY(250px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes StaticPolicy_carPropertyAnimationOut__Nh_vf {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(250px)
    }
}

@keyframes StaticPolicy_largeBookButtonText__IfFXB {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-64px)
    }

    to {
        transform: translateY(-56px)
    }
}

@keyframes StaticPolicy_largeBookButtonTextMedium__3rdFt {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-48px)
    }

    to {
        transform: translateY(-44px)
    }
}

@keyframes StaticPolicy_largeBookButtonTextOut__swpRd {
    0% {
        transform: translateY(-44px)
    }

    50% {
        transform: translateY(4px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes StaticPolicy_largeBookButtonIcon__l_anf {
    0% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-235px) scale(2.1)
    }

    to {
        transform: translateY(-225px) scale(2)
    }
}

@keyframes StaticPolicy_largeBookButtonIconOut__XvFWp {
    0% {
        transform: translateY(-120px) scale(2)
    }

    50% {
        transform: translateY(5px) scale(.9)
    }

    to {
        transform: translateY(0) scale(1)
    }
}

@keyframes StaticPolicy_detailItemFadeout__PGQLk {
    0% {
        overflow: visible
    }

    99% {
        overflow: visible
    }

    to {
        overflow: hidden
    }
}

@keyframes StaticPolicy_detailTitle__B386A {
    0% {
        max-width: 0;
        max-height: 0
    }

    50% {
        max-width: calc(var(--info-width) + 6px);
        max-height: calc(var(--info-height) + 4px)
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }
}

@keyframes StaticPolicy_detailTitleMobile__rjyyA {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }
}

@keyframes StaticPolicy_detailTitleOut__esiBK {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }

    to {
        max-width: 0;
        max-height: 0
    }
}

@keyframes StaticPolicy_detailTitleOutMobile__TOfWI {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }
}

@keyframes StaticPolicy_pulse__X_B4G {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, .4)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 255, 255, 0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, 0)
    }
}

@keyframes StaticPolicy_textShine__M98XL {
    0% {
        background-position: 50% 50%
    }

    25% {
        background-position: 85% 80%
    }

    50% {
        background-position: 75% 75%
    }

    75% {
        background-position: 50% 100%
    }

    to {
        background-position: 100% 50%
    }
}

@keyframes StaticPolicy_metaverseGradient__X0LJN {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes StaticPolicy_wantAtomOut__FV6rQ {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    to {
        opacity: 0;
        display: none
    }
}

@keyframes StaticPolicy_wantAtomIn__kB8Ti {
    0% {
        opacity: 0;
        display: flex
    }

    to {
        opacity: 1
    }
}

.StaticPolicy_carousel__KaMx1 .StaticPolicy_control-dots__JRNUO {
    width: -moz-fit-content !important;
    width: fit-content !important;
    left: 50%;
    transform: translate(-50%);
    right: unset
}

.StaticPolicy_static-policy__7TkGS {
    display: flex;
    flex-direction: column;
    max-width: 856px;
    width: 100%;
    height: 100%
}

.StaticPolicy_static-policy_page__jaydl {
    max-width: unset;
    margin-bottom: 100px
}

.StaticPolicy_static-policy__header__K0yyG {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.StaticPolicy_static-policy__title__FWKe4 {
    margin-bottom: 48px;
    margin-right: 48px;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-feature-settings: "salt" on, "liga" off;
    text-align: center
}

@media(max-width:767px) {
    .StaticPolicy_static-policy__title__FWKe4 {
        margin-bottom: 32px;
        margin-right: 32px;
        font-size: 24px;
        line-height: 24px
    }
}

@media(max-width:449px) {
    .StaticPolicy_static-policy__title__FWKe4 {
        margin-right: 15px;
        font-size: 20px;
        line-height: 20px
    }
}

@media(max-width:359px) {
    .StaticPolicy_static-policy__title__FWKe4 {
        font-size: 16px;
        line-height: 16px
    }
}

.StaticPolicy_static-policy__title_page__OtUxt {
    margin-bottom: 40px;
    font-size: 85px;
    line-height: .95;
    text-transform: uppercase;
    font-feature-settings: "salt" on, "liga" off;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -.02em;
    margin-right: 0;
    word-break: break-word
}

@media(max-width:1023px) {
    .StaticPolicy_static-policy__title_page__OtUxt {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.01em
    }
}

@media(max-width:767px) {
    .StaticPolicy_static-policy__title_page__OtUxt {
        font-size: 24px;
        line-height: 24px
    }
}

@media(max-width:449px) {
    .StaticPolicy_static-policy__title_page__OtUxt {
        font-size: 20px;
        line-height: 20px
    }
}

@media(max-width:359px) {
    .StaticPolicy_static-policy__title_page__OtUxt {
        font-size: 16px;
        line-height: 16px
    }
}

.StaticPolicy_static-policy__content__1wawe {
    display: flex;
    flex-direction: column
}

.StaticPolicy_static-policy__7TkGS h2 {
    padding: 50px 0 20px !important;
    text-align: center !important;
    text-indent: 0 !important;
    font-weight: 500 !important
}

@media(max-width:1023px) {
    .StaticPolicy_static-policy__7TkGS h2 {
        padding-top: 50px !important
    }
}

.StaticPolicy_static-policy__7TkGS h2.StaticPolicy_static-policy__subtitle__KlgDz {
    padding-top: 50px !important
}

@media(max-width:1023px) {
    .StaticPolicy_static-policy__7TkGS h2.StaticPolicy_static-policy__subtitle__KlgDz {
        padding-top: 10px !important
    }
}

.StaticPolicy_static-policy__7TkGS ul {
    margin-bottom: 20px
}

.StaticPolicy_static-policy__7TkGS ul li {
    position: relative
}

.StaticPolicy_static-policy__7TkGS ul li:before {
    content: "•";
    position: absolute;
    left: 55px;
    top: 8px
}

@media(max-width:1023px) {
    .StaticPolicy_static-policy__7TkGS ul li:before {
        left: 5px
    }
}

.StaticPolicy_static-policy__7TkGS ul li p {
    padding-top: 8px !important;
    padding-left: 75px !important;
    text-indent: 0 !important;
    line-height: 150% !important
}

@media(max-width:1023px) {
    .StaticPolicy_static-policy__7TkGS ul li p {
        padding-left: 20px !important
    }
}

.StaticPolicy_static-policy__7TkGS ul li>ol {
    padding-left: 75px !important
}

@media(max-width:1023px) {
    .StaticPolicy_static-policy__7TkGS ul li>ol {
        padding-left: 20px !important
    }
}

.StaticPolicy_static-policy__7TkGS ol li {
    position: relative
}

.StaticPolicy_static-policy__7TkGS ol li:before {
    content: ""
}

.StaticPolicy_static-policy__7TkGS ol li>p {
    padding-top: 8px !important;
    padding-left: 40px !important;
    text-indent: 0 !important;
    line-height: 120% !important
}

@media(max-width:1023px) {
    .StaticPolicy_static-policy__7TkGS ol li>p {
        padding-left: 20px !important
    }
}

.StaticPolicy_static-policy__7TkGS h1 b {
    padding: 50px 0 0 !important;
    text-align: center !important;
    text-indent: 0 !important;
    color: #fff !important;
    font-family: Atom, sans-serif !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 300 !important;
    font-weight: 500 !important;
    display: block
}

.StaticPolicy_static-policy__7TkGS li>p {
    margin-bottom: 0
}

.StaticPolicy_static-policy__7TkGS p {
    line-height: 150%;
    text-indent: .49in;
    margin-bottom: .11in
}

.StaticPolicy_static-policy__7TkGS p font {
    font-family: Atom, sans-serif !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 300 !important
}

.StaticPolicy_static-policy__7TkGS b {
    font-weight: 500
}

.StaticPolicy_static-policy__7TkGS table,
.StaticPolicy_static-policy__7TkGS td,
.StaticPolicy_static-policy__7TkGS th {
    border: 1px solid #fff !important
}

.StaticPolicy_static-policy__7TkGS table {
    margin: 10px auto
}

.StaticPolicy_static-policy__7TkGS div[data-table=wrapper] {
    width: 100%;
    overflow: auto
}

@keyframes common_runningLine__wLbHJ {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(var(--scroll-width) - var(--scroll-width) * 2))
    }
}

@keyframes common_runningLineSecondary__loon1 {
    0% {
        transform: translateX(var(--scroll-width))
    }

    to {
        transform: translateX(0)
    }
}

@keyframes common_fadeInAnimation__G0lub {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes common_fadeOutAnimation__mT7v0 {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes common_wavy__3PB14 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-40px)
    }

    to {
        transform: translateY(-40px)
    }
}

@keyframes common_wavy-reversed__8JSIo {
    0% {
        transform: translateY(40px)
    }

    25% {
        transform: translateY(40px)
    }

    75% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes common_figureIncrease__RJQmH {
    0% {
        -webkit-mask-size: 16.5%
    }

    to {
        -webkit-mask-size: 350%
    }
}

@keyframes common_carPropertyAnimation__Q4DL3 {
    0% {
        transform: translateY(250px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes common_carPropertyAnimationOut__NYQqc {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(250px)
    }
}

@keyframes common_largeBookButtonText__j5AMn {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-64px)
    }

    to {
        transform: translateY(-56px)
    }
}

@keyframes common_largeBookButtonTextMedium__aNl2t {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-48px)
    }

    to {
        transform: translateY(-44px)
    }
}

@keyframes common_largeBookButtonTextOut__QnMmZ {
    0% {
        transform: translateY(-44px)
    }

    50% {
        transform: translateY(4px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes common_largeBookButtonIcon__la0wi {
    0% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-235px) scale(2.1)
    }

    to {
        transform: translateY(-225px) scale(2)
    }
}

@keyframes common_largeBookButtonIconOut__UmcQp {
    0% {
        transform: translateY(-120px) scale(2)
    }

    50% {
        transform: translateY(5px) scale(.9)
    }

    to {
        transform: translateY(0) scale(1)
    }
}

@keyframes common_detailItemFadeout__m_jsX {
    0% {
        overflow: visible
    }

    99% {
        overflow: visible
    }

    to {
        overflow: hidden
    }
}

@keyframes common_detailTitle__pH1YN {
    0% {
        max-width: 0;
        max-height: 0
    }

    50% {
        max-width: calc(var(--info-width) + 6px);
        max-height: calc(var(--info-height) + 4px)
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }
}

@keyframes common_detailTitleMobile__Esjtw {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }
}

@keyframes common_detailTitleOut__tucdi {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }

    to {
        max-width: 0;
        max-height: 0
    }
}

@keyframes common_detailTitleOutMobile__i1wnk {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }
}

@keyframes common_pulse__x4cfR {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, .4)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 255, 255, 0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, 0)
    }
}

@keyframes common_textShine__1kpR0 {
    0% {
        background-position: 50% 50%
    }

    25% {
        background-position: 85% 80%
    }

    50% {
        background-position: 75% 75%
    }

    75% {
        background-position: 50% 100%
    }

    to {
        background-position: 100% 50%
    }
}

@keyframes common_metaverseGradient__x30TI {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes common_wantAtomOut__qHeQ6 {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    to {
        opacity: 0;
        display: none
    }
}

@keyframes common_wantAtomIn__EUkeJ {
    0% {
        opacity: 0;
        display: flex
    }

    to {
        opacity: 1
    }
}

.common_carousel__KnFTW .common_control-dots__QnbVW {
    width: -moz-fit-content !important;
    width: fit-content !important;
    left: 50%;
    transform: translate(-50%);
    right: unset
}

@media(max-width:767px) {
    .common_common__icon__65zZe {
        width: 56px;
        height: 56px
    }
}

.common_common__coupon__content__rYd_x {
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0
}

@media(max-width:767px) {
    .common_common__coupon__content__rYd_x {
        max-width: 100%
    }
}

.common_common__coupon__form__RabZk {
    margin-bottom: 40px !important
}

.common_common__coupon__title__ZibJ6 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 32px;
    line-height: 32px
}

@media(max-width:767px) {
    .common_common__coupon__title__ZibJ6 {
        font-size: 24px;
        line-height: 24px
    }
}