.begin {
    padding-bottom: 20px;
    overflow: hidden
}

.begin__title {
    margin-bottom: 102px
}

@media (max-width: 1023px) {
    .begin__title {
        margin-bottom: 86px
    }
}

@media (max-width: 767px) {
    .begin__title {
        margin-bottom: 44px
    }
}

.begin__container {
    position: relative
}

.begin__img {
    width: 430px;
    height: 638px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

@media (max-width: 1023px) {
    .begin__img {
        width: 336.32px;
        height: 499px
    }
}

@media (max-width: 767px) {
    .begin__img {
        width: 199.03px;
        height: 295.3px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 100px;
        left: auto;
        right: -50px
    }
}

@media screen and (max-width: 420px) {
    .begin__img {
        top: 240px
    }
}

.begin__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.begin__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.begin__content .btn {
    margin-right: 90px;
    margin-left: auto
}

@media (max-width: 767px) {
    .begin__img {
        display: none
    }

    .begin__content .btn {
        margin: 0 auto;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
}

.begin__item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: -webkit-calc(50% - 15px);
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

.begin__item,
.begin__item:nth-child(3n) {
    margin-right: 30px
}

.begin__item:nth-child(2n) {
    margin-right: 0
}

@media (max-width: 1023px) {
    .begin__item {
        margin-bottom: 24px
    }
}

.begin__item:nth-of-type(2n - 1) {
    padding-right: 220px
}

@media (max-width: 1279px) {
    .begin__item:nth-of-type(2n - 1) {
        padding-right: 170px
    }
}

@media (max-width: 1023px) {
    .begin__item:nth-of-type(2n - 1) {
        padding-right: 110px
    }
}

@media (max-width: 767px) {
    .begin__item:nth-of-type(2n - 1) {
        padding: 0
    }
}

.begin__item:nth-of-type(2n) {
    padding-left: 220px
}

@media (max-width: 1279px) {
    .begin__item:nth-of-type(2n) {
        padding-left: 170px
    }
}

@media (max-width: 1023px) {
    .begin__item:nth-of-type(2n) {
        padding-left: 110px
    }
}

@media (max-width: 767px) {
    .begin__item:nth-of-type(2n) {
        padding: 0
    }
}

@media (max-width: 767px) {
    .begin__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        width: 100%
    }

    .begin__item:first-of-type {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .begin__item:nth-of-type(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .begin__item:nth-of-type(3) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .begin__item:nth-of-type(4) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .begin__item:nth-of-type(5) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (max-width: 420px) {
    .begin__item {
        display: block
    }
}

.begin__item:nth-of-type(5) {
    position: relative
}

.begin__item:nth-of-type(5):before {
    content: "";
    position: absolute;
    left: -webkit-calc(100% - 250px);
    left: calc(100% - 250px);
    bottom: -90px;
    width: 525px;
    height: 71px;
    -webkit-background-size: contain;
    background-size: contain
}

@media (max-width: 1023px) {
    .begin__item:nth-of-type(5):before {
        width: 410.62px;
        height: 55.85px;
        left: -webkit-calc(100% - 180px);
        left: calc(100% - 180px)
    }
}

@media (max-width: 767px) {
    .begin__item:nth-of-type(5):before {
        display: none
    }
}

.begin__item-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 76px;
    -ms-flex: 0 0 76px;
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    margin-right: 16px;
    background:#1167b2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #fff
}

@media (max-width: 1023px) {
    .begin__item-num {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58px;
        -ms-flex: 0 0 58px;
        flex: 0 0 58px;
        width: 58px;
        height: 58px;
        margin-right: 6px;
        -webkit-flex: 0 0 55px;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
        width: 55px;
        height: 55px;
        margin-right: 13px
    }
}

.begin__item-text {
    padding-top: 20px
}

.begin__item-title h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 14px
}

@media (max-width: 1023px) {
    .begin__item-title {
        font-size: 18px;
        line-height: 22px
    }
}

.begin__item-p {
    font-size: 14px;
    line-height: 32px
}

.begin__item-link {
    font-size: 14px;
    line-height: 17px;
    border-bottom: 1px solid;
    color: #426d7e
}

.begin__item-link:hover {
    border-bottom: 1px solid transparent
}

@media (max-width: 767px) {
    .begin__item-link:hover {
        border-bottom: 1px solid
    }
}

.raindrop {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1138px;
    height: 799px;
    z-index: -1
}

.raindrop video {
    width: 100%;
    height: 100%
}

.cubic_sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65px;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    padding: 8px
}

.cubic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99px;
    -ms-flex: 0 0 99px;
    flex: 0 0 99px;
    width: 99px;
    height: 99px;
    position: relative
}

.cubic,
.cubic:after {
    -webkit-box-shadow: 0 4px 86px #8bc34a;
    box-shadow: 0 4px 86px #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.engage {
    position: relative;
    z-index: 2
}

.engage__container {
    position: relative
}

.engage__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .engage__content {
        display: block
    }
}

.engage__item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: -webkit-calc(50% - 15px);
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-bottom: 63px
}

.engage__item,
.engage__item:nth-child(3n) {
    margin-right: 30px
}

.engage__item:nth-child(2n) {
    margin-right: 0
}

@media (max-width: 767px) {
    .engage__item {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

.engage__item-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

.engage__item-headings {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-left: 30px
}

.engage__item-content {
    padding-left: 0
}

@media (max-width: 1023px) {
    .engage__item-content {
        padding-left: 0
    }
}

.engage__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px
}

@media (max-width: 1023px) {
    .engage__item-title {
        font-size: 16px;
        line-height: 20px
    }
}

.engage__item-subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #787878
}

.engage__item-list {
    padding: 0;
    list-style-type: none;
    margin: 0 0 30px
}

.engage__item-list li {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    line-height: 16px;
    color: #717171;
    margin-bottom: 20px
}

@media (max-width: 1023px) {
    .engage__item-list li {
        font-size: 12px;
        line-height: 15px
    }
}

.engage__item-list li:last-of-type {
    margin-bottom: 0
}

.engage__item-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 0;
    background: #79aaba
}

.engage__result-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px
}

.engage__caution {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px)
}

@media (max-width: 1023px) {
    .engage__caution {
        padding-top: 50px
    }
}

@media (max-width: 767px) {
    .engage__caution {
        display: none
    }
}

.engage__caution-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #939393;
    margin-bottom: 30px
}

@media (max-width: 1023px) {
    .engage__caution-title {
        font-size: 16px;
        line-height: 20px
    }
}

.engage__caution-p {
    font-size: 12px;
    line-height: 11px;
    color: #aaa;
    margin-bottom: 10px
}

.engage__caution-p:last-of-type {
    margin-bottom: 0
}

.engage__caution-link {
    font-size: 12px;
    line-height: 11px;
    border-bottom: 1px solid;
    color: #426d7e
}

.engage__caution-link:hover {
    border-bottom: 1px solid transparent
}

.referral-program {
    position: relative;
    width: 100%;
    max-width: 1184px;
    margin: auto;
    padding: 0 16px
}

@media only screen and (min-width: 768px) {
    .referral-program {
        margin-top: 68px
    }
}

.referral-program__title {
    margin-bottom: 40px;
    text-align: center
}

.referral-program__p {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 67px
}

@media only screen and (max-width: 1022px) {
    .referral-program__p {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 36px
    }
}

@media only screen and (max-width: 767px) {
    .referral-program__p {
        margin-bottom: 50px
    }
}

.referral-program__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.referral-program__container,
.referral-program__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.referral-program__item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 30px;
    -webkit-flex-basis: -webkit-calc(33.33333% - 20px);
    -ms-flex-preferred-size: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
    max-width: -webkit-calc(33.33333% - 20px);
    max-width: calc(33.33333% - 20px);
    margin-bottom: 60px
}

.referral-program__item:nth-child(4n) {
    margin-right: 30px
}

.referral-program__item:nth-child(3n) {
    margin-right: 0
}

@media only screen and (max-width: 1022px) {
    .referral-program__item {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .referral-program__item {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 30px;
        -webkit-flex-basis: -webkit-calc(50% - 15px);
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
        max-width: -webkit-calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-bottom: 25px
    }

    .referral-program__item:nth-child(3n) {
        margin-right: 30px
    }

    .referral-program__item:nth-child(2n) {
        margin-right: 0
    }
}

.referral-program__item-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 64px;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    margin-right: 30px;
    text-align: center
}

@media only screen and (max-width: 1022px) {
    .referral-program__item-icon {
        width: 48px;
        height: 48px;
        margin: 0 auto 30px
    }
}

@media only screen and (max-width: 767px) {
    .referral-program__item-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 18px
    }
}

.referral-program__item-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

@media only screen and (max-width: 767px) {
    .referral-program__item-text {
        text-align: center
    }
}

.referral-program__item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 10px
}

@media only screen and (max-width: 1022px) {
    .referral-program__item-title {
        font-size: 16px;
        line-height: 20px
    }
}

@media only screen and (max-width: 767px) {
    .referral-program__item-title {
        font-size: 15px;
        line-height: 18px
    }
}

.referral-program__item-p {
    font-size: 14px;
    line-height: 16px;
    color: #28313b
}

@media only screen and (max-width: 1022px) {
    .referral-program__item-p {
        font-size: 12px;
        line-height: 15px
    }
}

.referral-program__note {
    display: none
}

.payment-methods {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 20px
}

@media only screen and (min-width: 768px) {
    .payment-methods {
        padding-top: 0
    }
}

.payment-methods-title {
    color: #000;
    font-size: 24px;
    font-weight: 600
}

.payment-methods-box {
    position: relative;
    width: 100%;
    max-width: 1184px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px
}

@media only screen and (min-width: 1023px) {
    .payment-methods-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (min-width: 768px) {
    .payment-methods-box {
        padding-top: 20px
    }
}

.payment-methods-left {
    padding: 0 10px 10px 1%;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .payment-methods-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 33%;
        padding-top: 0;
        padding-right: 10px
    }
}

.payment-methods-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .payment-methods-right {
        width: 67%
    }
}

.payment-methods-types {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (min-width: 768px) {
    .payment-methods-types {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.payment-methods-card {
    width: 17%;
    height: auto;
    margin: 14px 1%;
    padding: 16px;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 16px;
    border-radius: 16px
}

.payment-methods-card .box {
    position: relative;
    height: 0;
    padding-top: 100%
}

@media only screen and (min-width: 768px) {
    .payment-methods-card {
        width: 14%
    }
}

@media only screen and (min-width: 1023px) {
    .payment-methods-card {
        width: 10.5%
    }
}

.payment-methods-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.payment-methods-more {
    display: none;
    font-size: 13px;
    line-height: 15px;
    padding: 10px
}

@media only screen and (min-width: 480px) {
    .payment-methods-more {
        font-size: 14px;
        line-height: 17px
    }
}

.payment-methods-show {
    color: #42c0e8
}

.payment-methods-show:hover {
    cursor: pointer;
    color: #0083fc
}

.payment-methods-close {
    display: none;
    color: #42c0e8
}

.payment-methods-close:hover {
    cursor: pointer;
    color: #0083fc
}

.payment-methods.open .payment-methods-types {
    max-height: 100%
}

.payment-methods.open .payment-methods-show {
    display: none
}

.payment-methods.open .payment-methods-close {
    display: inline
}

@media screen and (max-width: 400px) {
    .payment-methods-types {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.youtube-player-op {
    position: relative;
    padding-bottom: 56.23%;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px
}

.youtube-player-op iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent
}

.youtube-player-op img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all
}

.youtube-player-op img:hover {
    -webkit-filter: brightness(75%)
}

.youtube-player-op .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(../icon/play.png) no-repeat;
    cursor: pointer
}
