.our-mission-banner-module {
    background: #181818;
    padding-top: 264px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center;
}
.our-mission-banner-module .banner-default-text .heading {
    width: 50%;
}
.our-mission-banner-module .banner-default-text .desc {
    width: 50%;
    padding-top: 34px;
    max-width: 421px;
}
.our-mission-banner-module .banner-default-text .desc p {
    max-width: none;
}
.our-mission-banner-module .banner-default-text {
    margin-bottom: 80px;
    align-items: flex-start;
    gap: 15px;
}
.our-mission-banner-module .banner-default-text .sub-title {
    font-family: 'Product Sans';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #ccc;
}
.our-mission-banner-module .banner-default-text .title {
    margin-bottom: 0;
    color: #D8D8D8;
}
.our-mission-banner-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.our-mission-banner-row .col {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    display: flex;
    flex-direction: column;
}
.our-mission-banner-row .col.col-2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.our-mission-banner-row .col.col-3 {
    width: 50%;
    gap: 30px;
}
.our-mission-banner-row .box.green {
    background: #03261F;
}
.our-mission-banner-row .box.white {
    background: #FAFAFA;
}
.our-mission-banner-row .box {
    padding: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.our-mission-banner-row .box img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    display: block;
}
.our-mission-banner-row .box.r-16 {
    border-radius: 16px;
}
.our-mission-banner-row .box.r-8 {
    border-radius: 8px;
}
.our-mission-banner-row .box.img {
    padding: 0;
    flex: 1;
}
.our-mission-banner-row .box .box-title {
    font-family: 'Product Sans';
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 12px;
}
.our-mission-banner-row .box.white .box-title {
    color: #C8A25B;
}
.our-mission-banner-row .box.green .box-title {
    color: #fafafa;
}
.our-mission-banner-row .box .box-sub-title {
    font-family: 'Product Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #152305;
}
.our-mission-banner-row .box.green .box-sub-title {
    color: #D8D8D8;
}
.our-mission-banner-row .box .box-desc {
    font-family: 'Product Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
}
.our-mission-banner-row .box.green .box-desc {
    color: #9FCD9F;
}
.our-mission-banner-row .box.last .box-title {
    font-family: 'Cormorant';
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: -0.015em;
    color: #9FCD9F;
    margin-bottom: 34px;
    flex-grow: 1;
}
.our-mission-banner-row .box.last .btn {
    width: 100%;
    text-align: center;
    color: #E5EBD6;
    border-color: #E5EBD6;
}
.our-mission-banner-row .box.last .btn:hover {
    color: #152305;
}
.our-mission-banner-row .col-1 .box {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.our-mission-banner-row .col.col-2 .box:first-child {
    flex-grow: 1;
}
.our-mission-banner-row .col.col-3 .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex: 1;
}
.our-mission-banner-row .col.col-3 .row .box {
    width: calc(50% - 15px);
}
.our-mission-banner-row .col.col-1 .box-title {
    flex-grow: 1;
}
.our-mission-banner-row .col.col-3 .box.white .box-sub-title {
    flex-grow: 1;
}

/* == */
.referral-form-module {
    background: #F2F2F2;
    padding-top: 120px;
    padding-bottom: 120px;
}
.referral-form {
    background: #FAFAFA;
    padding: 40px;
    border-radius: 16px;
}
.referral-form-module .title {
    font-family: 'Cormorant';
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    margin-bottom: 56px;
    text-transform: capitalize;
}
.referral-form-module .wpcf7 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.referral-form-module .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}
.referral-form-module .row .col {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
}
.referral-form-module .row .col.w-33 {
    width: 33.33%;
}
.referral-form-module .row .col.w-50 {
    width: 50%;
}
.referral-form-module .row .col.w-100 {
    width: 100%;
}
.referral-form-module .wpcf7 input[type="text"], 
.referral-form-module .wpcf7 input[type="email"], 
.referral-form-module .wpcf7 input[type="url"], 
.referral-form-module .wpcf7 input[type="password"] {
    font-family: 'Product Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    width: 100%;
    height: 44px;
    border: none;
    padding: 8px;
    border-radius: 0;
    border-bottom: 1px solid #86949380;
    background: transparent;
    color: #152305;
}
.referral-form-module .wpcf7 select {
    width: 100%;
    border: none;
    background: transparent;
    font-family: 'Product Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    height: 44px;
    color: #CCCFC9;
    border-bottom: 1px solid #86949380;
    padding: 4px;
}
.referral-form-module .wpcf7-form.init select.selected-option {
    color: #152305;
}
.referral-form-module .col > p > label {
    display: block;
    font-family: 'Product Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #152305;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.referral-form-module .col.upload > p > label {
    margin-bottom: 8px;
}
.referral-form-module .col > p > label > span {
    color: #F93939;
    padding-left: 3px;
}
.referral-form-module .col.checkbox > p > label {
    margin-bottom: 9px;
}
.referral-form-module .wpcf7 p {
    width: 100%;
    margin: 0;
}
.referral-form-module .wpcf7 p br {
    display: none;
}
.referral-form-module .cf7mls_progress_bar {
    margin-top: 0;
    margin-bottom: 58px;
    display: block;
}
.referral-form-module .cf7mls_number_step_wrap {
    display: none;
}
.referral-form-module .cf7mls_progress_bar .cf7_mls_steps_item:before {
    content: none;
}
.referral-form-module .cf7mls_progress_bar:before {
    content: '';
    position: absolute;
    left: 12%;
    right: 12%;
    top: 20px;
    background-image: linear-gradient(to right, #86949380 70%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 18px 1px;
    background-repeat: repeat-x;
    height: 1px;
}
.referral-form-module .wpcf7 .cf7mls_progress_bar .cf7_mls_steps_item_icon {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
}
.referral-form-module .cf7mls_progress_bar .cf7_mls_steps_item:after {
    content: none;
}    
.referral-form-module .cf7mls_progress_bar li .cf7mls_progress_bar_title {
    font-family: 'Product Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #CCCFC9;
    margin-top: 16px;
}
.referral-form-module .cf7mls_progress_bar li.current .cf7mls_progress_bar_title {
    color: #152305;
}
.referral-form-module .cf7mls_progress_bar li .cf7_mls_count_step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #527D72;
    border-radius: 50%;
    font-family: 'Product Sans';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
    text-align: center;
}
.referral-form-module .cf7mls_progress_bar li .cf7_mls_check {
    width: 40px;
    height: 40px;
    background: #527D72;
    margin: 0;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
}
.referral-form-module .fieldset-cf7mls .desc {
    font-family: 'Product Sans';
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 14.56px;
    letter-spacing: 0.05em;
    color: #86949380;
}
.referral-form-module .cf7mls_progress_bar li.current .cf7_mls_count_step {
    background: #064D3E;
}
.referral-form-module .cf7mls_progress_bar .cf7_mls_steps_item_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.referral-form-module .fieldset-cf7mls .action-button,
.referral-form-module .custom-btn-style,
.referral-form-module .back-disable {
    font-family: 'Product Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.06em;
    background: transparent;
    padding: 13px 24px;
    border-radius: 50px;
    color: #202020;
    margin: 0;
    float: none;
    border: solid 1px #202020;
    cursor: pointer;
}
.referral-form-module .fieldset-cf7mls .cf7mls_next.action-button,
.referral-form-module .custom-btn-style { 
    background: #C8A25B;
    color: #3E3323;
    border-color: #C8A25B;
    display: inline-flex;
    order: 2;
}
.referral-form-module .fieldset-cf7mls button.action-button:hover,
.referral-form-module button.custom-btn-style:hover {
    opacity: 0.7;
}
.referral-form-module .fieldset-cf7mls .back-disable {
    color: #A6A8A8;
    border-color: #A6A8A8;
    opacity: 0.25;
}
.referral-form-module .cf7mls_next.action-button img {
    width: 16px;
}
.referral-form-module .custom-btn-style:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../assets/images/loader.svg") center center no-repeat;
    background-size: cover;
    margin-left: 5px;
    display: none;
}    
.referral-form-module form.submitting .custom-btn-style:after {
	display: block;
}
.referral-form-module .wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.referral-form-module .wpcf7-checkbox .wpcf7-list-item-label {
    display: flex;
    padding-left: 28px;
    position: relative;
    font-family: 'Product Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
}
.referral-form-module .wpcf7-checkbox .wpcf7-list-item-label:before {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #86949380;
    border-radius: 2px;
    left: 5px;
    top: 5px;
}
.referral-form-module .wpcf7-checkbox .wpcf7-list-item-label:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.referral-form-module .wpcf7-checkbox input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before {
    background: #C8A25B;
    border-color: #C8A25B;  
}
.referral-form-module .wpcf7-checkbox input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
    left: 10px;
    top: 7px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
}
.referral-form-module .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
}
.referral-form-module .wpcf7-checkbox {
    max-width: 425px;
}
.referral-form-module .step-2 .wpcf7-checkbox {
    max-width: 275px;
}
.referral-form-module .wpcf7-list-item {
    margin-left: 0;
    width: 50%;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
}
.referral-form-module .step-2 .wpcf7-list-item {
    margin-bottom: 0;
}
.referral-form-module .cf7mls_progress_bar ~ .fieldset-cf7mls-wrapper fieldset {
    margin: 0;
    padding: 0;
}
.referral-form-module .fieldset-cf7mls-wrapper {
    max-width: 968px;
    margin: 0 auto;
}
.referral-form-module .cf7mls-btns {
    margin-top: 20px;
    text-align: center;
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
}
.referral-form-module #custom-upload {
    display: none;
}
.upload-btn-group p {
    display: flex;
    align-items: center;
}
.upload-btn-group #custom-button {
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 6px;
    font-family: 'AktivGrotesk';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #848484;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    text-transform: inherit;
}
.upload-btn-group #custom-button:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("../assets/images/upload.svg");
}
.upload-btn-group #custom-text {
    font-family: 'Product Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #61665A;
    padding-left: 10px;
}
.referral-form-module .upload-btn-group {
    padding: 8px;
    max-width: 640px;
    border-bottom: solid 1px #86949380;
}
.referral-form-module .condition p {
    font-family: 'Product Sans';
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.06em;
    color: #61665A;
    padding: 0 8px;
    text-transform: uppercase;
    margin-top: 24px;
}
.referral-form-module .condition p a {
    color: #61665A;
    text-decoration: none;
}
.referral-form-module .condition p a:hover {
    text-decoration: underline;
}
.referral-form-module .fieldset-cf7mls > p {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}
.referral-form-module .fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
    padding-left: 16px;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
    margin-top: 0;
}
.referral-form-module .fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
    margin-top: 5px;
}
.referral-form-module input:-webkit-autofill,
.referral-form-module input:-webkit-autofill:hover,
.referral-form-module input:-webkit-autofill:focus,
.referral-form-module input:-webkit-autofill:active {
    transition: background-color 5000000s ease-in-out 0s;
}
.btn-action.hide-btn {
    display: none;
}
@media (min-width: 1025px) {
    
}
@media (max-width: 1024.98px) {
    .our-mission-banner-row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .our-mission-banner-row .col {
        padding-left: 8px;
        padding-right: 8px;
    }
    .our-mission-banner-row .col.col-2,
    .our-mission-banner-row .col.col-3,
    .our-mission-banner-row .col.col-3 .row {
        gap: 16px;
    }
    .our-mission-banner-row .col.col-3 .row .box {
        width: calc(50% - 8px);
    }
    .our-mission-banner-row .box .box-title {
        font-size: 40px;
        line-height: 48px;
    }
    .our-mission-banner-row .box .box-sub-title {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.09em;
        font-weight: 400;
    }
    .our-mission-banner-row .box .box-desc {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.05em;
    }
    .our-mission-banner-row .box.last .box-title {
        font-size: 21px;
        line-height: 23px;
        letter-spacing: -0.015em;
    }
    .our-mission-banner-row .box.last .btn {
        font-size: 12px;
        padding: 10px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 0.06em;
        color: #fff;
        border-color: #fff;
    }
    .our-mission-banner-module .banner-default-text .heading {
        width: 100%;
    }
    .our-mission-banner-module .banner-default-text .desc {
        width: 100%;
    }
    .our-mission-banner-module {
        padding-top: 104px;
        padding-bottom: 52px;
    }
    .referral-form-module .cf7mls_progress_bar li .cf7mls_progress_bar_title {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.06em;
    }
    .referral-form-module .col > p > label {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.09em;
    }
    .referral-form-module .wpcf7 input[type="text"], 
    .referral-form-module .wpcf7 input[type="email"], 
    .referral-form-module .wpcf7 input[type="url"], 
    .referral-form-module .wpcf7 input[type="password"],
    .referral-form-module .wpcf7 select {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.05em;
    }
    .referral-form-module {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 767.98px) {
    .our-mission-banner-row .col {
        width: 50%;
    }
    .our-mission-banner-row .col.col-3 {
        width: 100%;
        margin-top: 30px;
    }
    .our-mission-banner-row .box {
        padding: 16px;
    }
    .referral-form-module .row {
        margin-left: 0;
        margin-right: 0;
    }
    .referral-form-module .row .col.w-33,
    .referral-form-module .row .col.w-50,
    .referral-form-module .row .col.w-100 {
        width: 100%;
        margin-bottom: 38px;
    }
    .referral-form-module .wpcf7-list-item {
        width: 100%;
    }
    .referral-form {
        padding: 16px 0;
    }
    .referral-form-module .title {
        font-size: 28px;
        font-weight: 300;
        line-height: 38px;
        letter-spacing: -0.015em;
        margin-bottom: 16px;
    }
    .referral-form-module .col.checkbox > p > label {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.1em;
    }
    .referral-form-module .cf7mls_progress_bar {
        padding-left: 16px;
        padding-right: 16px;
    }
    .our-mission-banner-module .banner-default-text .title del {
        font-size: 48px;
        line-height: 30px;
    }
    .our-mission-banner-module .banner-default-text .desc {
        padding-top: 16px;
    }
    .our-mission-banner-module .banner-default-text {
        gap: 0;
        margin-bottom: 40px;
    }
    .our-mission-banner-row .box.last .box-title {
        margin-bottom: 11px;
    }
    .our-mission-banner-row .col.col-3 .row {
        flex: none;
    }
}
@media (max-width: 639.98px) {
    .referral-form-module {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .referral-form-module .cf7mls_progress_bar {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 24px;
        margin-bottom: 32px;
        padding-right: 16px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .referral-form-module .cf7mls_progress_bar::-webkit-scrollbar {
        display: none;
    }
    .referral-form-module .cf7mls_progress_bar:before {
        content: none;
    }
    .cf7mls_progress_bar li.cf7_mls_steps_item {
        min-width: 106px;
        position: relative;
    }
    .referral-form-module .cf7mls_progress_bar .cf7_mls_steps_item:not(:last-child):before {
        content: '';
        position: absolute;
        left: 55%;
        right: 0;
        top: 20px;
        background: none !important;
        background-image: linear-gradient(to right, #86949380 70%, rgba(255, 255, 255, 0) 0%) !important;
        background-position: top;
        background-size: 18px 1px !important;
        background-repeat: repeat-x !important;
        height: 1px;
        width: 100%;
    }
    .upload-btn-group #custom-text {
        font-size: 12px;
        line-height: 20px;
    }
    .upload-btn-group #custom-button {
        font-size: 14px;
    }
    .our-mission-banner-module .banner-default-text .sub-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.09em;
        margin-bottom: 16px;
    }
}