@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
.atome-modal {
    font-family: 'Lato', sans-serif;
}

.atome-modal .modal-header .close {
    position: absolute;
    right: 35px;
    top: 24px;
    opacity: 1;
}

.atome-modal .modal-header,
.atome-modal .modal-content {
    border-radius: 0;
    border: none;
    text-align: center;
}

.atome-modal .modal-header,
.atome-modal .modal-footer {
    position: relative;
    border: none;
}

.atome-modal .modal-header {
    padding: 56px 16px 24px 16px;
}

.atome-modal .modal-header .logo {
    margin-bottom: 24px;
}

.atome-modal .modal-header h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.atome-modal .modal-header p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #606d7a;
    margin: 0;
}

.atome-modal .modal-dialog {
    max-width: 860px;
}

.atome-modal .modal-body {
    padding: 24px 0;
}

.atome-modal .modal-body .icon {
    margin-bottom: 34px;
    display: inline-block;
}

.atome-modal .modal-body h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.atome-modal .modal-body p {
    font-size: 16px;
    font-weight: 400;
    color: #606d7a;
    margin-bottom: 15px;
}

.atome-modal .modal-footer {
    padding: 24px 0 56px 0;
}

.atome-modal .modal-footer .terms-and-conditions {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
}

.atome-modal .modal-footer .terms-and-conditions:hover {
    text-decoration: underline;
}

.atome-modal .modal-footer .how-it-works {
    width: 271px;
    height: 44px;
    border-radius: 4px;
    background-color: #f0ff5f;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 1.1;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.atome-modal .modal-footer .how-it-works:hover {
    opacity: 0.8;
}


/* .atome-wrapper .bottom-content .short_desc {
    top: 27.5% !important;
} */

#atome-modal-policy.atome-modal .modal-header {
    padding: 16px 16px 15px 16px;
}

#atome-modal-policy .backBtn {
    display: inline-block;
    position: relative;
    padding: 0 0 0 15px;
    cursor: pointer;
}

#atome-modal-policy .backBtn:before,
#atome-modal-policy .backBtn:after {
    content: '';
    clear: both;
    position: absolute;
    top: 3px;
    left: 0;
    width: 2px;
    height: 12px;
    background: #000;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#atome-modal-policy .backBtn:after {
    top: 11px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#atome-modal-policy .close {
    padding: 0;
    width: 32px;
    height: 32px;
}

#atome-modal-policy .close:before,
#atome-modal-policy .close:after {
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 14px;
    width: 2px;
    height: 30px;
    background: #000;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#atome-modal-policy .close:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#atome-modal-policy .modal-body {
    padding-top: 0;
}

#atome-modal-policy iframe {
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 767px) {
    .atome-modal .modal-header .close {
        right: 24px;
    }
    .atome-modal .modal-body .box {
        margin-bottom: 24px;
    }
    .atome-modal .modal-body .box:last-of-type {
        margin-bottom: 0;
    }
}