/** CORE **/
html,
body {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
}

/** SECTION HEADER **/
.clsbecome-a-host.clsstatic-page .section-header {
    height: 80vh;
    background-image: radial-gradient(67% 150%, #5ac0ff 50%, #20a1f3 100%);
    background-image: url('/images/become-host-bg.jpg');
    background-position-x: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
}

.clsbecome-a-host.clsstatic-page .section-header h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 0px;
}

/* .clsbecome-a-host .section-header p {
    font-size: 20px;
    line-height: 26px;
    margin: 0px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
} */

/** SECTION HOSTING **/

.section-hosting h2,
.section-hosting h3,
.section-hosting p {
    text-align: left;
}

.section-hosting h2,
.section-hosting h3 {
    margin: 0px 0px 20px;
    color: #4b5c74;
    font-weight: 600;
}

.section-hosting h2 {
    font-size: 30px;
    line-height: 40px;
}

.section-hosting h3 {
    font-size: 24px;
    line-height: 24px;
}

.section-hosting p {
    color: #798da9;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.section-hosting .cl-blue {
    color: #1ea0f2;
    font-weight: 600;
}

.section-hosting .how-it-works-list {
    list-style: none;
    margin: 40px 0px 0px;
    padding: 0px;
}

.section-hosting .how-it-works-list li {
    margin-bottom: 40px;
}

.section-hosting .how-it-works-list p {
    margin: 0px;
}

.section-hosting .how-it-works-list img {
    position: relative;
    margin: 0 auto 20px;
}

.section-hosting h3 {
    margin-bottom: 15px;
    font-size: 26px;
}

.clsbecome-a-host .btn-apply {
    margin: 40px 0px 30px;
    padding: 15px 80px;
    font-size: 20px;
    font-weight: 500;
    width: 280px;
}

.section-hosting .how-it-works-list .img-met,
.section-hosting .how-it-works-list .img-profile {
    width: 59px;
    height: 67px;
}

.section-hosting .how-it-works-list .img-meet-match {
    width: 59px;
    height: 58px;
}

.section-hosting .how-it-works-list .img-enjoy {
    width: 59px;
    height: 44px;
}

/* @media only screen and (min-width: 769px) {
    .clsbecome-a-host .section-header {
        background-position-x: 60%;
    }
} */

@media only screen and (min-width: 480px) {
    .section-hosting .how-it-works-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .section-hosting .how-it-works-list img {
        margin-right: 30px;
    }
}

.section__title {
    font-size: 44px;
    font-weight: 700;
    line-height: 62px;
    color: #36455B;
    margin: 0px 0px 30px;
}

.section__paragraph {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    color: #767BA0;
    margin: 0px;
}

/** SECTION HEADER**/

.section-header {
    position: relative;
    background-image: url('/images/img-become-a-host-hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-header:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.36);
}

.section-header .section__title {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 65px;
    color: #FFF;
    margin: 0px 0px 20px;
}

.section-header .section__title--mobile {
    display: none;
}

.section-header__paragraph {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 34px;
    color: #FFF;
    margin: 0px;
    padding-right: 50%;
}

.panel__box {
    background-color: #FFF;
    padding: 45px 50px;
    margin: 0 auto;
    max-width: 420px;
    border-radius: 4px;
    -webkit-box-shadow: 0 24px 46px rgba(20,23,44,.22);
    box-shadow: 0 24px 46px rgba(20,23,44,.22);
}

.panel__box h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    color: #36455B;
    margin: 0px 0px 25px;
    text-align: center;
    padding: 0px 30px;
}

.panel__box .hsm__form-input {
    color: #a0aec3;
    margin-bottom: 10px;
    font-weight: 400;
    float: none;
}

.panel__box .hsm__form-input:focus,
.panel__box .hsm__form-input:hover {
    background-color: rgba(244, 249, 254, 0.59);
    border: 1px solid #e6ebf0;
}

.panel__box .nice-select.open .list {
    width: 100%;
    border: 1px solid #e6ebf0;
}

.panel__box .nice-select .option {
    background-color: rgba(244, 249, 254, 0.59);
    color: #a0aec3;
}

.panel__box .hsm__form-input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a0aec3;
    opacity: 1; /* Firefox */
}

.panel__box .hsm__form-input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a0aec3;
    opacity: 1; /* Firefox */
}

.panel__box .hsm__form-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a0aec3;
    opacity: 1; /* Firefox */
}

.panel__box .hsm__form-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a0aec3;
}

.panel__box .hsm__form-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a0aec3;
}

.panel__box .hsm__host-tile__price-container {
    margin-top: 25px;
    margin-bottom: 30px;
    display: inline-block;
}

.panel__box .hsm__icon-info {
    position: absolute;
    top: -5px;
    right: -15px;
}

.panel__box .button {
    width: 100%;
    text-transform: uppercase;
}


.section-header__disclaimer {
    font-size: 12px;
    line-height: 16px;
    display: block;
    font-weight: 400;
    color: #767ba0;
    margin-top: 5px;
}

/** SECTION HEADER**/

/** SECTION WHY BECOME A HOST**/

.section-why-become-host {
    background-color: rgba(75, 92, 116, .05);
    padding: 150px 0px;
}

.section-why-become-host h2 {
    padding-right: 34px;
}

/** SECTION WHY BECOME A HOST**/

/** SECTION HOW IT WORKS**/

.section-how-it-works {
    padding: 150px 0px;
}

.section-how-it-works .section__paragraph {
    margin-bottom: 70px;
}

.info-card__container {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 22px 60px rgba(29, 33, 46, 0.06);
            box-shadow: 0px 22px 60px rgba(29, 33, 46, 0.06);
    padding: 40px 40px 50px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}

.info-card__container:before {
    content: attr(data-number);
    font-size: 300px;
    font-weight: 700;
    line-height: 100%;
    color: #FF8155;
    opacity: 0.07;
    position: absolute;
    bottom: -70px;
    right: 5%;
}

.info-card__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.06px;
    line-height: 100%;
    color: #4B5C74;
    min-height: 48px;
}

.info-card__text {
    font-size: 18px;
    line-height: 27px;
    color: #798DA9;
    margin: 0px;
    text-align: left;
}

.info-card__icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #FF8155;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
}


/** SECTION HOW IT WORKS**/

/** SECTION TOP HOST EARN **/

.section-top-hosts-earn {
    position: relative;
    width: 100%;
    height: 720px;
    background-image: url('/images/img-top-hosts-earn.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0px;
    display: flex;
    align-items: center;
}

.section-top-hosts-earn:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.36);
}

.section-top-hosts-earn h2 {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.83px;
    margin: 0px 0px 45px;
}

.section-top-hosts-earn .button {
    text-transform: uppercase;
}

/** SECTION TOP HOST EARN **/

/** SECTION JOIN HOMESTAYMATCH **/

.section-join-homestaymatch {
    padding: 150px 0px;
}

.section-join-homestaymatch .section__title {
    margin-bottom: 75px;
}

.section-join-homestaymatch .section__data-number {
    font-size: 60px;
    font-weight: 700;
    line-height: 62px;
    color: #1DA0F3;
    display: block;
    margin: 0px 0px 20px;
}

.section-join-homestaymatch .section__data-description {
    font-size: 20px;
    line-height: 30px;
    color: #767BA0;
    margin: 0px 0px 20px;
    padding: 0px 40px;
}

.section-join-homestaymatch .section__data-description__last {
    padding: 0px 20px;
}

.section-join-homestaymatch .buttons__container {
    margin-top: 100px;
    width: 100%;
}

.section-join-homestaymatch .button {
    text-transform: uppercase;
}

/** SECTION JOIN HOMESTAYMATCH **/

/** SECTION HOSTS SLIDER **/

.section-hosts-slider {
    padding: 0px 0px 110px;
}

.section-hosts-slider .host-testimonials {
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0 24px 46px rgba(20,23,44,.22);
    box-shadow: 0 24px 46px rgba(20,23,44,.22);
    background: #FFF;
    margin-bottom: 40px;
}

.section-hosts-slider .host-testimonials .img-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 45%;
    height: 100%;
}


.section-hosts-slider .host-testimonials .host-testimonials__person-details {
    width: 55%;
    padding: 40px;
    margin-left: 45%;
}

.section-hosts-slider .host-testimonials .host-testimonials__name {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.13px;
    color: #4B5C74;
    line-height: 33px;
    margin: 0px;
}

.section-hosts-slider .host-testimonials .host-testimonials__type {
    display: block;
    font-size: 20px;
    line-height: 100%;
    color: #798DA9;
    margin: 0px 0px 10px;
}

.section-hosts-slider .host-testimonials .host-testimonials__description {
    font-size: 16px;
    color: #798DA9;
    line-height: 27px;
    margin: 0px;
}

/** SECTION HOSTS SLIDER **/

.section-panel-box {
    padding: 80px 0px;
}

@media only screen and (max-width: 992px) {
    .section-header .section__title,
    .section-header__paragraph {
        text-align: center;
        padding: 0px;
    }

    .section-why-become-host h2 {
        text-align: center;
        padding-right: 0px;
        margin-bottom: 45px;
    }

    .section-why-become-host .section__paragraph-first {
        text-align: center;
        padding: 0px;
    }

    .section-why-become-host .section__paragraph:last-child {
        padding: 0px 30px;
    }

    .section-panel-box  .panel__box {
        max-width: 500px;
    }

    .section-why-become-host,
    .section-how-it-works {
        padding: 80px 0px;
    }

    .section-join-homestaymatch {
        padding: 120px 0px 100px;
    }

    .section-join-homestaymatch .section__title {
        padding: 0 10%;
    }

    .panel__box h3 {
        padding: 0px;
    }

    .section-hosts-slider .host-testimonials .img-holder {
        width: 50%;
    }

    .section-hosts-slider .host-testimonials .host-testimonials__person-details {
        margin-left: 50%;
        width: 50%;
    }

    .section-join-homestaymatch .section__data-description {
        padding: 0px 10px;
    }

}

@media screen and (max-width: 767px) {
    .section-header {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 480px) {
    .section-header .section__title {
        font-size: 40px;
        line-height: 48px;
        position: relative;
    }

    .section-header__paragraph {
        font-size: 18px;
        text-align: center;
        padding: 0px 10px;
        line-height: 28px;
    }

    .section-how-it-works .section__title,
    .section-join-homestaymatch .section__title {
        font-size: 30px;
        line-height: 42px;
    }

    .section-join-homestaymatch .section__title {
        padding: 0px;
    }

    .section-join-homestaymatch .section__data-description {
        margin-bottom: 40px;
    }

    .section-join-homestaymatch .buttons__container {
        flex-direction: column;
        margin-top: 50px;
    }

    .section-join-homestaymatch .buttons__container .button:first-child {
        margin-right: 0px;
    }

    .section-join-homestaymatch .buttons__container .button {
        width: 100%;
    }

    .section-hosts-slider .host-testimonials .img-holder {
        position: relative;
        width: 100%;
        height: 200px;
    }

    .section-hosts-slider .host-testimonials .host-testimonials__person-details {
        margin-left: 0px;
        width: 100%;
    }

    .section-hosts-slider .host-testimonials .host-testimonials__person-details {
        padding: 20px;
    }

    .section-top-hosts-earn .col-xs-12 {
        text-align: center;
    }

    .section-top-hosts-earn h2 {
        font-size: 40px;
        line-height: 50px;
        padding-right: 20px;
        margin-bottom: 25px;
    }

    .section-panel-box .panel__box {
        padding: 35px 40px;
    }

    .section-why-become-host .section__paragraph:last-child {
        padding: 0px;
    }

    .section-why-become-host h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .section-how-it-works .section__paragraph {
        text-align: left!important;
    }

    .info-card__container {
        height: auto!important;
    }

    .info-card__container:before {
        font-size: 150px;
        bottom: -35px;
    }

    .info-card__title {
        margin-bottom: 20px;
        min-height: auto;
    }


    .section-header .section__title--desktop {
        display: none;
    }

    .section-header .section__title--mobile {
        display: block;
        font-size: 30px;
        line-height: 42px;
    }

}

@media only screen and (max-width: 370px) {
    .section-panel-box .panel__box {
        padding: 25px 30px;
    }
}
