/*
backgrond
----------------------------------------------- */
.cp-content-area.-index.-color-03 {
    background-color: var(--acq-color-bg-gray);
    color: var(--acq-color-font);
    padding-top: 120px;
}

.cp-content-area.-index.-color-03 .acq-hdg-index-l2 {
    color: var(--acq-color-font);
}

/*
.aoiro-upgrade-cp-2025-mv
----------------------------------------------- */

.aoiro-upgrade-cp-2025-mv_btn {
    z-index: 100;
    margin-top: -20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
    .aoiro-upgrade-cp-2025-mv_btn {
        margin-top: 10px;
    }
}

.aoiro-upgrade-cp-2025-mv.-color-01 {
    padding: 35px 24px 64px;
    position: relative;
    background: linear-gradient(to bottom, #a5ddf7 0%, #f5fcff 100%);
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.aoiro-upgrade-cp-2025-mv.-color-01::before,
.aoiro-upgrade-cp-2025-mv.-color-01::after {
    position: absolute;
    content: "";
    max-width: 35%;
    width: 100%;
    height: 754px;
    top: 0;
    z-index: -1;
    overflow: hidden;
    transform: skewX(-20deg);
}

.aoiro-upgrade-cp-2025-mv.-color-01::before {
    left: -180px;
    background: linear-gradient(to bottom, #7ecef4 0%, #f0faff 100%);
}

.aoiro-upgrade-cp-2025-mv.-color-01::after {
    right: -120px;
    background: linear-gradient(to bottom, #7ecef4 0%, #f0faff 100%);
}

@media only screen and (max-width: 640px) {
    .aoiro-upgrade-cp-2025-mv.-color-01::before {
        max-width: 70%;
        height: 582px;
        left: -80px;
    }

    .aoiro-upgrade-cp-2025-mv.-color-01::after {
        display: none;
    }
}

.aoiro-upgrade-cp-2025-mv.-color-02 {
    padding: 48px 24px 48px;
    position: relative;
    background: linear-gradient(to bottom, #5ddaff 0%, #faf7f5 100%);
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.aoiro-upgrade-cp-2025-mv.-color-02::before,
.aoiro-upgrade-cp-2025-mv.-color-02::after {
    position: absolute;
    content: "";
    max-width: 35%;
    width: 100%;
    height: 789px;
    top: 0;
    z-index: -1;
    overflow: hidden;
    transform: skewX(-20deg);
}

.aoiro-upgrade-cp-2025-mv.-color-02::before {
    left: -180px;
    background: linear-gradient(to bottom, #8fe6ff 0%, #fbf9f8 100%);
}

.aoiro-upgrade-cp-2025-mv.-color-02::after {
    right: -120px;
    background: linear-gradient(to bottom, #8fe6ff 0%, #fbf9f8 100%);
}

@media only screen and (max-width: 640px) {
    .aoiro-upgrade-cp-2025-mv.-color-02::before {
        max-width: 70%;
        height: 643px;
        left: -80px;
    }

    .aoiro-upgrade-cp-2025-mv.-color-02::after {
        display: none;
    }
}

.aoiro-upgrade-cp-2025-mv.-color-02 {
    padding: 48px 24px 48px;
    position: relative;
    background: linear-gradient(to bottom, #96f2fc 0%, #fef7d3 100%);
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.aoiro-upgrade-cp-2025-mv.-color-02::before,
.aoiro-upgrade-cp-2025-mv.-color-02::after {
    position: absolute;
    content: "";
    max-width: 35%;
    width: 100%;
    height: 789px;
    top: 0;
    z-index: -1;
    overflow: hidden;
    transform: skewX(-20deg);
}

.aoiro-upgrade-cp-2025-mv.-color-02::before {
    left: -180px;
    background: linear-gradient(to bottom, #68ebfb 0%, #fef7d2 100%);
}

.aoiro-upgrade-cp-2025-mv.-color-02::after {
    right: -120px;
    background: linear-gradient(to bottom, #68ebfb 0%, #fef7d2 100%);
}

@media only screen and (max-width: 640px) {
    .aoiro-upgrade-cp-2025-mv.-color-02::before {
        max-width: 70%;
        height: 643px;
        left: -80px;
    }

    .aoiro-upgrade-cp-2025-mv.-color-02::after {
        display: none;
    }
}


/*
.cp-startdash-form
----------------------------------------------- */
#mktoForm_1324 {
    font-family: var(--acq-font-family) !important;
}

.cp-startdash-form-content #mktoForm_1324 {
    max-width: 879px !important;
}

.mktoField.mktoEmailField.mktoHasWidth.mktoRequired {
    width: 300px !important;
}

@media only screen and (max-width: 450px) {
.mktoField.mktoEmailField.mktoHasWidth.mktoRequired {
    width: 200px !important;
}
}

#LblEmail,
#Lblform_ACC_CONTRACT_ID {
    width: 200px !important;
    text-align: center;
}

.cp-startdash-form-title {
    text-align: center;
}

.cp-startdash-form-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}

.mktoFieldWrap .mktoRequiredField {
    text-align: center;
}

.mktoRequiredField strong {
color: var(--acq-color-font);
}

.mktoFormRow {
    display: flex;
    justify-content: center;
}

.mktoButtonWrap.mktoBluePill {
    margin-left: 0 !important;
}

#mktoForm_1324 .mktoButton {
    --padding: 16px;
    --color-main: var(--acq-color-highlight);
    --color-main-hover: var(--acq-color-highlight-hover);
    --color-sub: var(--acq-color-white);

    position: relative;
    display: inline-block;
    min-width: min(100%, 336px) !important;
    padding: var(--padding) calc(var(--padding) + 24px);
    background-color: var(--color-main) !important;
    border: 1px solid var(--color-main) !important;
    border-radius: var(--acq-rounded-md) !important;
    color: var(--color-sub) !important;
    font-size: var(--acq-font-size-lg) !important;
    font-weight: var(--acq-font-weight-bold) !important;
    text-align: center;
    text-decoration: none;
    transition: all var(--acq-transition-duration) var(--acq-transition-tf);
    height: 59px !important;
    background-image: none !important;
    box-shadow: none !important;
    font-family: var(--acq-font-family) !important;
}

#mktoForm_1324 .mktoButton:is(:hover, :active, :focus-visible) {
    --color-main: var(--color-main-hover) !important;
    color: var(--color-sub);
}

#mktoForm_1324 .mktoButton:is(:hover, :active, :focus-visible)::after {
    transform: translateX(4px) !important;
}

#mktoForm_1324 .mktoButton:is(:hover, :active, :focus-visible)::before, #mktoForm_1324 .mktoButton:is(:hover, :active, :focus-visible)::after {
    transform: translateX(4px);
}

.mktoButton::before {
    background-color: var(--color-sub);
    border-radius: 50%;
    display: block;
    content: "";
    position: absolute;
    inset: 0 var(--padding) 0 auto;
    width: 20px;
    height: 20px;
    margin: auto;
    transition: all var(--acq-transition-duration) var(--acq-transition-tf);
}

.mktoButton::after {
    background-color: var(--color-main);
    mask: url("/common_a/img/acquisition/general/mask/angle-right.svg") no-repeat center;
    display: block;
    content: "";
    position: absolute;
    inset: 0 var(--padding) 0 auto;
    width: 20px;
    height: 20px;
    margin: auto;
    transition: all var(--acq-transition-duration) var(--acq-transition-tf);
}


@media only screen and (max-width: 450px) {
#mktoForm_1324 .mktoButton {
    width: 190px !important;
    font-size: 16px !important;
}
}

#ValidMsgEmail.mktoErrorMsg,
#ValidMsgform_ACC_CONTRACT_ID.mktoErrorMsg {
    background: var(--acq-color-highlight) !important;
    color: #fff !important;
    padding: 8px;
    border: none;
}

.mktoForm .mktoError .mktoErrorArrow {
    background: var(--acq-color-highlight) !important;
    border: none !important;
}

.mktoError {
    bottom: -45px !important;
}

/*
Adjustment class
----------------------------------------------- */
.zero-margin {
    margin: 0;
}

.cp-content-area.-first {
padding-top: 48px;
}


/* .unq-box
----------------------------------------------- */
.unq-box_text--sub {
margin-bottom: 8px;
font-size: 1.8rem;
font-weight: var(--acq-font-weight-bold);
line-height: 2em;
text-align: center;
}
.unq-box_text--sub .slash {
position: relative;
display: inline-block;
padding-inline: 14px;
}
.unq-box_text--sub .slash::after,
.unq-box_text--sub .slash::before {
position: absolute;
content: "";
bottom: 0;
width: 2px;
height: 24px;
background-color: var(--acq-color-secondary);
}
.unq-box_text--sub .slash::after {
right: 0;
rotate: -150deg;
}
.unq-box_text--sub .slash::before {
left: 0;
rotate: -30deg;
}

@media only screen and (max-width: 767px) {
.unq-box_text--sub {
font-size: 1.4rem;
}
}