@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (max-width: 576px) {
    .row {
        margin: 0;
    }
}

[v-cloak] {
    visibility: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
}
em {
    margin-left: 10px;
    font-style: normal;
    color: #FFF403;
}
.custom-btn a, .custom-btn span {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: 260px;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #04C648;
    padding: 13px 30px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(30, 119, 87, 0.5);
    border-radius: 24px;
    text-transform: none;
    cursor: pointer;
    user-select: none;
}
.field {
    display: flex;
    align-items: center;
    height: 56px;
    border: 2px solid #bbb;
    border-radius: 36px;
    padding: 0 24px;
}
.field .icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.field .icon img {
    display: block;
}
.field input {
    flex-shrink: 1;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    color: #242424;
    background: none;
}
.mt-24 {
    margin-top: 24px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mv-24 {
    margin: 24px 0;
}

header {
    background: #3EB165;
    padding: 16px 0;
}
header .logo {
    display: inline-block;
    width: 102px;
}

.banner {
    position: relative;
    background: #3EB165;
}
.banner .arrow-bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    background: url("/Images/Registration/icon_double_arrow_down.png") no-repeat;
    animation: bounce 2s infinite;
    cursor: pointer;
}
.banner h1 {
    font-family: 'Montserrat', sans-serif;
    max-width: 670px;
    margin: 0;
    font-weight: 800;
    font-size: 56px;
    line-height: 62px;
    color: #fff;
}
.banner p {
    max-width: 444px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 32px 0 48px;
}

.banner p span {
    font-weight: bold;
}
/* .banner .img-wrapper {
    width: calc(100% - 600px);
    max-width: 569px;
    margin-left: -70px;
}
.banner .img {
    position: relative;
    padding-bottom: 88.947%;
}
.banner .img img:first-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 484px;
}
.banner .img img:last-child {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 507px;
} */
.banner .img-wrapper {
    width: 585px;
    margin-left: -85px;
}
.banner .img-wrapper img {
    display: block;
    width: 100%;
}

@media (max-width: 1200px) {
    .banner h1 {
        font-size: 46px;
        line-height: 52px;
        max-width: 520px;
    }
    .banner .img-wrapper {
        width: calc(100% - 520px);
        max-width: 650px;
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .banner .img-wrapper {
        display: none;
    }
}
@media (max-width: 992px) {
    .banner {
        background-image: none;
    }
    .banner h1, .banner p {
        max-width: 100%;
    }
    .banner .img-wrapper {
        display: none;
    }
}
@media (max-width: 768px) {
    .banner {
        padding: 50px 0 60px;
    }
    .banner .text {
        text-align: center;
    }
    .banner h1 {
        font-size: 30px;
        line-height: 32px;
    }
    .banner p {
        font-size: 16px;
        line-height: 20px;
    }
}

.services {
    display: block;
    padding: 64px 0 0;
    background: #fff;
}
.services h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #242424;
    text-align: center;
    margin-top: 0;
    margin-bottom: 92px;
}
.services h1 em {
    font-style: normal;
    color: #04C648;
}
.services ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.services ul li {
    width: 370px;
    padding: 32px;
    text-align: center;
}
.services ul li .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.services ul li h6 {
    font-family: 'Montserrat', sans-serif;
    min-height: 56px;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #04C648;
    margin: 5px 0 17px;
}
.services ul li p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #242424;
    margin: 0;
}
.services img {
    display: block;
    width: 100%;
    margin: 0 auto;
}



@media (max-width: 1200px) {
    .services ul li {
        width: 31%;
    }
}
@media (max-width: 992px) {
    .services ul li {
        width: 100%;
    }
    .services ul li:not(:last-child) {
        margin-bottom: 30px;
    }
    .services ul li h6 {
        min-height: unset;
    }
}
@media (max-width: 576px) {
    .services h1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 50px;
    }
}


.view-report {
    background: #3EB165;
    color: #fff;
    padding: 59px 0 62px;
}
.view-report .row {
    justify-content: space-between;
    align-items: center;
}
.view-report .text {
    width: 470px;
}
.view-report .text h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
}
.view-report .text p {
    width: 360px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0 56px;
}


.sign-up {
    padding: 64px 0 104px;
}
.sign-up h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #242424;
    text-align: center;
    margin: 0 0 38px;
}
.sign-up .form {
    max-width: 770px;
    width: 712px;
    margin: 0 auto;
    /*background: #fff;*/
    /*box-shadow: 0px 4px 8px rgba(183, 183, 183, 0.5);*/
    /*border-radius: 16px;*/
}
.sign-up .form .dropdown {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.sign-up .form .dropdown::after {
    /*transform: rotateZ(180deg);*/
}
.sign-up .form .dropdown .dropdown-list {
    display: block;
    max-height: 224px;
    overflow: auto;
}
.sign-up .form .dropdown-list {
    position: absolute;
    top: 100%;
    left: -2px;
    z-index: 1;
    width: calc(100% + 4px);
    background: #fff;
    border: 2px solid #bbb;
    box-shadow: 0px 4px 8px rgba(183, 183, 183, 0.5);
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    display: none;
    transition: all .3s;
}
.sign-up .form .dropdown-list li {
    height: 56px;
    font-size: 14px;
    line-height: 56px;
    color: #242424;
    padding: 0 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    cursor: pointer;
}
.sign-up .form .dropdown-list li:hover {
    background: rgba(187, 187, 187, .2);
}
.sign-up .form  .dropdown-list li:not(:last-child) {
    border-bottom: 2px solid #bbb;
}
.sign-up .form  .dropdown-list p {
    padding: 16px;
    margin: 0;
    text-align: center;
}
.sign-up .form .section:last-child {
    padding-bottom: 48px;
}
.sign-up .form .section h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    background-color: #04C648;
    margin: 0;
    color: white;
    padding: 10px 24px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}
.error-tips {
    font-size: 12px;
    line-height: 16px;
    min-height: 16px;
    color: #f00;
    margin: 16px 0;
}
.sign-up .form .contact-details {
    /*padding: 32px 32px 0;*/
    /*border-bottom: 0.5px solid #bbb;*/
    border-radius: 15px;
    margin-bottom: 48px;
    background: white;
}
.sign-up .form .contact-details .name {
    margin: 24px 0;
}
.sign-up .form .contact-details .company {
    position: relative;
    transition: all .2s;
}
.sign-up .form .contact-details .company::after {
    content: '';
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: url("/Images//Registration/icon_arrow_down.png") no-repeat;
    margin-left: 10px;
    transition: all .2s;
}
.building-details {

}
.sign-up .form .building-details .building {
    position: relative;
    transition: all .2s;
}
.sign-up .form .building-details h2 {
    font-family: 'Montserrat', sans-serif;
    /*padding: 32px 32px 0;*/
}
.sign-up .form .building-details h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #242424;
    margin: 24px 0 16px;
}
.sign-up .form .building-details .building-wrapper {
    position: relative;
    padding: 0 32px;
    /*border-bottom: .5px solid #bbb;*/
}
.sign-up .form .building-details .building-wrapper:not(:first-child) h4 {
    margin-top: 32px;
}
.sign-up .form .building-details .building-wrapper .close {
    position: absolute;
    top: 0;
    right: 32px;
    width: 24px;
    height: 24px;
    background: url("/Images/Registration/icon_close.png") no-repeat;
}
.sign-up .form .bottom {
    padding-top: 32px;
}
.sign-up .form .bottom h6 {
    text-align: center;
    margin: 0;
}
.sign-up .form .bottom h6 span {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #3eb165;
    cursor: pointer;
}
.sign-up .form .bottom p {
    font-size: 14px;
    line-height: 18px;
    color: #565656;
    text-align: center;
    margin: 32px;
}
.sign-up .form .bottom p a {
    color: #3EB165;
}
.sign-up .form .bottom .custom-btn {
    text-align: center;
}
.sign-up .form .bottom .custom-btn span {
    color: #fff;
    background: #04C648;
}
.sign-up .form .bottom .custom-btn[disabled] span {
    background: #bbb;
    box-shadow: none;
    cursor: not-allowed;
}
@media (max-width: 576px) {
    .sign-up h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .sign-up .form .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .sign-up .form .contact-details .name .row > div,
    .sign-up .form .contact-details .contact .row > div {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .sign-up .form .contact-details .name .row > div:first-child,
    .sign-up .form .contact-details .contact .row > div:first-child {
        margin-bottom: 24px;
    }
}


footer {
    color: #fff;
    background: #3EB165;
    overflow: hidden;
}
footer dd a, footer dt {
    color: #fff;
}
footer .wrapper {
    width: 100%;
    margin: 33px auto 8px;
    display: flex;
}
footer .left {
    display: flex;
    align-items: center;
    padding: 15px 70px 24px 0;
}
footer .left .logo img {
    width: 170px;
    margin-right: 70px;
}
footer .left .info {
    width: 270px;
}
footer .left .info li:first-child {
    margin-bottom: 40px;
}
footer .left .info h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px;
}
footer .left .info p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
footer .center {
    border-left: .5px solid #fff;
    border-right: .5px solid #fff;
}
footer dl {
    width: 170px;
    margin-left: 30px;
    margin-top: 15px;
}
footer dl dt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px;
}
footer dl dd p {
    margin: 0;
}
footer dl dd p:not(:last-child) {
    margin-bottom: 22px;
}
footer dl dd a {
    font-size: 16px;
    line-height: 20px;
}
footer .copyright {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 48px;
}
@media (max-width: 992px) {
    footer .wrapper {
        flex-wrap: wrap;
    }
    footer .wrapper .left {
        flex-direction: column;
        width: 100%;
        padding-right: 0;
    }
    footer .wrapper .left .logo,
    footer .wrapper .left .info {
        width: 100%;
    }
    footer .wrapper .left .logo {
        margin-bottom: 15px;
    }
    footer .wrapper .left .logo img {
        margin: 0;
    }
    footer .wrapper > div:not(:first-child) {
        width: 50%;
    }
    footer .wrapper .center {
        border-left: 0;
    }
}

/* Sign up RESULT Modal */
#signUpResultModal {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background: rgba(36, 36, 36, .5);
}
#signUpResultModal .modal-dialog {
    max-width: 770px;
}
#signUpResultModal .modal-content {
    padding: 32px;
    margin: 0 auto;
}
#signUpResultModal .modal-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #04C648;
    margin: 0;
}
#signUpResultModal .modal-content p {
    font-size: 14px;
    line-height: 18px;
    color: #565656;
    margin: 32px 0;
}
#signUpResultModal .modal-content p em {
    color: #04C648;
}
#signUpResultModal .modal-content a {
    margin: 0 auto;
    width: 260px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    background: #04C648;
    box-shadow: 0px 4px 8px rgba(30, 119, 87, 0.5);
    border-radius: 24px;
}
#signUpResultModal .modal-content div {
    font-size: 0;
    line-height: 0;
    margin-top: 32px;
}
#signUpResultModal .modal-content div span {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #3EB165;
    cursor: pointer;
}

@keyframes bounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

.top-panel {
    display: flex;
    padding: 0 20px 0 calc(8% - 20px);
}

.top-panel .text {
    padding: 50px 0 80px 0;
    min-width: 500px;
}

.top-img {
    width: 55%;
    object-fit: cover;
    margin-left: 20px
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
}

.top-flex {
    display: flex;
    align-items: center;
    margin: 16px auto;
    margin-top: -50px;
}

.benefits-panel {
    width: 65%;
    margin: 0 auto;
}

.benefits-text {
    font: normal normal normal 14px/18px 'Gill Sans';
    letter-spacing: 0px;
    color: #000000;
}

.benefits-text span {
    color: #04C648;
    font-weight: bold;
}

.top-flex > div:nth-child(1) {
    background-image: url("/Images/Registration/Mask Group 10.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font: normal normal bold 24px/32px 'Gill Sans';
    letter-spacing: 0px;
    color: #04C648;
}

.top-flex > div:nth-child(2) {
    background-image: url("/Images/Registration/Path 94553.png");
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 312px;
    height: 104px;
    padding: 16px 24px;
    margin: 0 16px 0 25px;
}

.top-flex > div:nth-child(3) {
    background-image: url("/Images/Registration/Path 94554.png");
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 312px;
    height: 104px;
    padding: 16px 24px;
}

.bottom-flex {
    display: flex;
    align-items: center;
    margin-top: -60px;
    transform: translateX(100px);
}

.bottom-flex > div:nth-child(1) {
    background-image: url("/Images/Registration/Path 94554.png");
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 264px;
    height: 104px;
    padding: 24px;
}

.bottom-flex > div:nth-child(2) {
    background-image: url("/Images/Registration/Rectangle 147815.png");
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 264px;
    height: 104px;
    padding: 24px;
    margin: 0 16px;
}

.bottom-flex > div:nth-child(3) {
    background-image: url("/Images/Registration/Rectangle 147816.png");
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 272px;
    height: 104px;
    padding: 24px;
}


 .form-group {
    margin-top: 0;
}

/* .form-group:not(:last-child) {*/
/*    margin-bottom: 17px;*/
/*}*/

 .form-group .control-label {
    font-size: 12px;
    line-height: 1.25;
    color: #B4B4B4;
    margin: 0 0 5px;
}

 .form-group.required .control-label::after {
    content: "*";
    color: #f00;
}

.upload-text::after {
    content: "*";
    color: #f00;
}

 .form-group .bootstrap-select {
    margin: 0;
    height: 28px;
    line-height: 28px;
}

 .form-group .bootstrap-select::after {
    top: 0;
}

 .form-group .bootstrap-select .dropdown-item {
    padding-right: 40px;
}

 .form-group .bootstrap-select .dropdown-item.active {
    background: #eee;
}

 .form-group .bootstrap-select .dropdown-item .text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

 .form-group .dropdown-toggle {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

 .form-group .filter-option-inner-inner {
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

 .form-group input.form-control {
    padding: 0;
    margin: 0;
    height: 28px;
}

 .left .form {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 3px 6px #0000000D;
    border-radius: 10px;
}

 .left .company .bootstrap-select {
    width: 300px;
}

 .left .validate-msg li {
    font-size: 12px;
    line-height: 1.25;
    color: #f00;
}


 .right .uploader {
    padding: 32px;
    background: #fff;
    box-shadow: 0px 3px 6px #0000000D;
    border-radius: 10px;
}

 .file-preview {
    margin-bottom: 16px;
}

 .file-preview-frame {
    box-shadow: 0px 3px 6px #0000000d;
}

 .file-drop-zone {
    overflow: hidden;
}

 .file-caption-info,
 .file-size-info {
    line-height: 15px;
}

 .kv-file-zoom {
    color: #04C648;
    background: #fff;
    border: 1px solid #04C648;
}

 .fileinput-remove-button {
    color: #fff;
    background: #f00;
    margin-bottom: 16px !important;
}

 .btn-file {
    color: #fff;
    background: #04C648;
}

 .kv-file-zoom i,
 .fileinput-remove-button i,
 .btn-file i {
    vertical-align: baseline;
}

 .kv-file-zoom i {
    margin: 0;
}

 .right h3 {
    font-size: 14px;
    line-height: 1.7142;
    color: #000;
}

 .right ul {
    padding-left: 8px;
}

 .right li {
    position: relative;
    padding-left: 16px;
}

 .right li:not(:last-child) {
    margin-bottom: 4px;
}

 .right li::before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    font-size: 20px;
    line-height: 1.2;
    color: #04C648;
    text-align: center;
}

 .right li .link {
    display: block;
    font-size: 14px;
    line-height: 1.72;
}

 .options {
    margin-top: 57px;
}

 .options .btn {
    padding-left: 142px;
    padding-right: 142px;
}

.region-panel {
    display: flex;
    justify-content: space-between;
}

.region-panel > div {
    flex: 0 0 49%;
}

.info-title {
    text-align: center;
    font: normal normal bold 18px/63px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 70px;
}

.info-content {
    font: normal normal normal 16px/24px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.modal-dialog {
    max-width: 560px;
}

.modal-content {
    width: 560px;
    height: 352px;
    padding: 40px 32px 32px 32px;
    box-sizing: border-box;
}

.ok-panel {
    margin-top: 56px;
    text-align: center;
}

.ok-panel > span {
    display: inline-flex;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 24px;
    width: 240px;
    height: 48px;
    font: normal normal bold 12px/36px Montserrat;
    letter-spacing: 0.24px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    background: #04C648;
    cursor: pointer;
}

.file-wrapper {
    box-shadow: 0px 3px 6px #0000000D;
    border-radius: 10px;
    background: white;
    padding: 32px;
}

.file-panel {
    margin-top: 18px;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    height: 184px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.file-panel > div:nth-child(2) {
    font: normal normal normal 9px/30px Open Sans;
    letter-spacing: 0.18px;
    color: #ABAFB3;
    /*margin: 7px 0 9px 0;*/
}

.file-panel > div:nth-child(3) {
    font: normal normal normal 9px/30px Open Sans;
    letter-spacing: 0.16px;
    color: #ABAFB3;
    /*margin-bottom: 10px;*/
}

.file-panel > label:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 25px;
    border-radius: 13px;
    font: normal normal normal 10px/30px Open Sans;
    letter-spacing: 0.2px;
    color: #FFFFFF !important;
    background: #04C648;
}

.ducuments-title {
    font: normal normal normal 14px/24px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    margin: 30px 0 10px 0;
}

.file-item {
    margin-left: 10px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.file-item > span:nth-child(1) {
    color: #04C648;
    margin-right: 8px;
    font: normal normal normal 20px/24px Montserrat;
}

.file-item > span:nth-child(2) {
    cursor: pointer;
    text-decoration: underline;
    font: normal normal medium 14px/24px Montserrat;
    letter-spacing: 0px;
    color: #4B78C3;
}

.uen-label {
    position: relative;
}

.tips-icon {
    position: absolute;
    right: -25px;
    top: 0;
}

 .upload-text {
    margin-top: 10px;
}

.form-link {
    cursor: pointer;
    text-decoration: underline;
    font: normal normal medium 14px/24px Montserrat;
    letter-spacing: 0px;
    color: #4B78C3;
}

.form-content {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 16px;
}


.desc {
    font-size: 13px;
    line-height: 1.7142;
    color: #000;
    margin: 17px 0 24px;
}

.second-form .form {
    padding-top: 20px;
}

.file-container {
    display: flex;
}

.file-container > div:nth-child(1) {
    flex: 1;
    margin-right: 32px;
}

.contact-us {
    text-align: center;
    font: normal normal normal 12px/18px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 24px;
}

.contact-us a {
    color: #4B78C3;
    text-decoration: underline;
}

.join-btn-panel {
    text-align: center;
    margin-top: 50px;
}

.join-btn-panel span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 304px;
    height: 32px;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 24px;
    background: #FF6C3A;
    font: normal normal bold 12px/36px Montserrat;
    letter-spacing: 0.24px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.check-panel {
    padding: 32px 0;
}

.checkbox label {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
