/* ------------------------------------------------------------
** GENERALS
** --------------------------------------------------------- */

.fb-ads {
    padding-top: 0;
    color: #333;
}
.fb-ads h1 {
    font-size: 2.143rem;
}
.fb-ads h2 {
    font-size: 1.857rem;
    text-align: center;
}
.fb-ads h3 {
    font-size: 1.571rem;
}
.fb-ads h1, .fb-ads h2 {
    font-weight: 900;
}
.fb-ads .btn, .fb-ads .submit__button {
    width: 100%;
    min-height: 40px;
    padding: .500rem 0;
    border: 0;
    text-align: center;
    font-size: 1.688rem;
    font-family: "futura-pt",sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #1D97AD;
    cursor: pointer;
    -webkit-appearance: none;
}
.landing-list__item-title {
    margin: 0;
    font-weight: 500;
    color: #333333;
}
.landing-list__item-content {
    margin: 0;
}
.landing-list__item-img {
    display: block;
    margin: 0 auto;
}
.landing-key-numbers, .landing-form,
.landing-testimonials, .landing-hiw {
    padding: 2.000rem 0;
}
form input[type="checkbox"] {
    margin-top: 8px;
}


/* ------------------------------------------------------------
** LAYOUT
** --------------------------------------------------------- */

.layout-col-1 .registration__container .form .row > div,
.layout-col-1 .registration__container .form .row > div:only-child {
    flex-basis: initial;
    width: 100%;
}
.layout-col-1 .registration__container .form .row > div + div {
    margin-top: 1.250rem;
}


/* ------------------------------------------------------------
** HEADER
** --------------------------------------------------------- */


.landing-header {
    background-color: #1D97AD;
}
.landing-header .logo {
    display: flex;
    margin-bottom: 2.000rem;
}
.landing-header h1 {
    color: #fff;
    text-align: center;
}
.landing-header .btn {
    background-color: #fff;
    color: #1D97AD;
    padding: .500rem;
    margin-bottom: 2.000rem;
}
.landing-header .visual {
    background-image: url(../images/facebook-ads/h-section1.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
}

.mobile-first {
    background-color: #f3f3f3;
}
.mobile-first .landing-header.bg-grey-dark {
    background-color: #333!important;
}
.mobile-first .landing-header .logo {
    margin: -1rem 0;
}
.mobile-first .under-header .image-content {
    width: 30%;
    max-width: 150px;
}
.fb-ads.mobile-first .landing-hiw {
    color: #333;
    font-weight: bold;
    background-color: #fff;
    padding-bottom: 0;
}
.mobile-first .landing-hiw img {
    width: 50%;
    max-width: 75px;
}
.fb-ads.mobile-first .landing-testimonials {
    padding-top: 0;
    background-color: #fff;
}
.mobile-first .goq-intro {
    margin-bottom: 20px;
}


/* ------------------------------------------------------------
** KEY NUMBER
** --------------------------------------------------------- */


.landing-key-numbers .landing-list__item {
    text-align: center;
}
.landing-key-numbers h3 {
    font-size: 1.857rem;
}
.ad-banner {
    margin-top: 2.000rem;
}

/* ------------------------------------------------------------
** Banner
** --------------------------------------------------------- */

.landing-banner {
    color: #CC9B45;
}
.landing-banner img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* ------------------------------------------------------------
** FORM
** --------------------------------------------------------- */


.landing-form {
    background-color: #f3f3f3;
}
/* Reseting default margin on row for form + reseting default margin for pcp plus container*/
.landing-form form.default > div[class*="row"],
.landing-form .pcplus-container,
.landing-form .pcplus-container .row .col-12 {
    margin-top: 0;
}
/* Specific styles for pcp plus container */
.landing-form .pcplus-container input[type="button"] {
    margin-top: .250rem;
}
.landing-form .pcplus-container-choices {
    margin-top: .625rem;
}
.landing-form .pcplus-container-choices label {
    padding-top: .625rem;
}
.landing-form .pcplus-choices {
    background-color: #fff;
}
.landing-form .pcplus-choice:hover {
    background-color: #f9f9f9;
}
.landing-form .pcplus-choice + .pcplus-choice {
    margin-top: .063rem;
}
.landing-form .visual {
    height: 400px;
    background-image: url(../images/facebook-ads/h-section3.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
}
.landing-form .select2-container--default .select2-selection--single {
    border: none;
}
.landing-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #fff;
}
.landing-form .btn-group {
    display: flex;
}
.landing-form form .btn-group .btn {
    background-color: #fff;
}
.landing-form .btn-group .btn:not(:first-child) {
    margin-left: 4px;
}
.landing-form form .btn-group .btn.active {
    border-color: #1D97AD;
}
.landing-form form .btn-group label[class="btn btn-primary focus active"]:after,
.landing-form form .btn-group label[class="btn btn-primary active"]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -.438rem;
    border-style: solid;
    border-width: 0 8.5px 8px 8.5px;
    border-color: transparent transparent #1D97AD;
}
.landing-form .row .col-12 {
    margin-top: 1.000rem;
}
.landing-form label {
    margin-bottom: 4px;
}
.landing-form #optout {
    margin: 1.250rem 0 0 0;
}
.landing-form .subscription-optin {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.subscription-optin__label {
    padding-bottom: 1.000rem;
    border-bottom: 1px solid #c5c5c5;
}
.subscription-optin .subscription-optin__content {
    width: auto;
    max-width: 100%;
}
.landing-form #optout.subscription-optin .subscription-optin__btn {
    margin-top: 0;
    padding: .500rem 0 0 0;
}


/* ------------------------------------------------------------
** RATINGS
** --------------------------------------------------------- */


.ratings {
    display: flex;
    flex-direction: column;
}
.ratings .landing-list__item {
    flex-basis: 0;
    flex-grow: 1;
    margin-top: 2.000rem;
    padding: 2.000rem;
    background-color: #F3F3F3;
}
.ratings .landing-list__item-img {
    margin-bottom: 2.000rem;
}
.mobile-first .ratings .landing-list__item-img:first-child {
    width: 100%;
    max-width: 150px;
    border-radius: 100%;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
.ratings .landing-list__item-content {
    margin-top: 1.000rem;
    font-weight: 500;
}
.ratings .ratings__stars {
    width: 192px;
    margin: 0 auto 2.000rem auto;
}


/* ------------------------------------------------------------
** HOW IT WORK
** --------------------------------------------------------- */


.landing-hiw {
    background-color: #f3f3f3;
}
.landing-hiw h2 {
    margin-bottom: 3.000rem;
}
.steps {
    padding: 0 2.000rem;
}
.steps .landing-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.steps .landing-list__item:not(:first-child) {
    margin-top: 2.000rem;
}
.landing-list__item-number {
    position: relative;
}
.landing-list__item-number .number-wrapper {
    position: absolute;
    top: -16px;
    left: -34px;
    width: 68px;
    height: 120px;
}
.landing-list__item-number .number-wrapper svg {
    height: 100%;
}
.steps .landing-list__item-title {
    margin-top: 1.000rem;
}


/* ------------------------------------------------------------
** THEMING FORT WOMEN VERSION
** --------------------------------------------------------- */


.fb-ads-woman .landing-header .visual {
    background-image: url(../images/facebook-ads/f-section1.png);
}
/* Form */
.fb-ads-woman .visual {
    background-image: url(../images/facebook-ads/f-section3.png);
}


/* ------------------------------------------------------------
** THEMING FOR MOTARD VERSION
** --------------------------------------------------------- */


.fb-ads-motard .landing-header .visual {
    background-image: url(../images/facebook-ads/motard-section1.png);
}
/* Form */
.fb-ads-motard .visual {
    background-image: url(../images/facebook-ads/motard-section3.png);
}


/* ------------------------------------------------------------
** THEMING FOR CARS VERSION
** --------------------------------------------------------- */


.fb-ads-cars .landing-header .visual {
    background-image: url(../images/facebook-ads/cars-section1.png);
}
/* Form */
.fb-ads-cars .visual {
    background-image: url(../images/facebook-ads/cars-section3.png);
}


/* ------------------------------------------------------------
** THEMING FOR PS5 VERSION
** --------------------------------------------------------- */


.fb-ads-ps5 .landing-header .visual {
    background-image: url(../images/facebook-ads/ps5-section1.png);
}
/* Form */
.fb-ads-ps5 .visual {
    background-image: url(../images/facebook-ads/ps5-section3.png);
}


/* ------------------------------------------------------------
** THEMING FOR PS5 VERSION
** --------------------------------------------------------- */


.fb-ads.fb-ads-ps5 .btn {
    background-color: #f15a29;
}
/* Header */
.fb-ads-ps5 .landing-header {
    background-color: #333333;
}
.fb-ads-ps5 .landing-header .btn {
    background-color: #fff;
    color: #f15a29;
}
.fb-ads-ps5 .landing-header .visual {
    background-image: url(../images/facebook-ads/ps5-section1.png);
}
/* Form */
.fb-ads-ps5 .visual {
    background-image: url(../images/facebook-ads/ps5-section3.png);
}
.fb-ads-ps5 .landing-form form .btn-group .btn.active {
    border-color: #f15a29;
}
.fb-ads-ps5 .landing-form form .btn-group label[class="btn btn-primary focus active"]:after,
.fb-ads-ps5 .landing-form form .btn-group label[class="btn btn-primary active"]:after {
    border-color: transparent transparent #f15a29;
}

/* ------------------------------------------------------------
** MEDIAQUERIES
** --------------------------------------------------------- */


/* Small Tablet */
@media (min-width: 768px) {

    /* --- GENERALS --- */
    .fb-ads h1 {
        font-size: 2.750rem;
    }
    .fb-ads h2 {
        font-size: 2.125rem;
    }
    .fb-ads h3 {
        font-size: 1.375rem;
    }

    /* --- HEADER --- */

    .landing-header .button-like {
        display: inline-block;
        width: auto;
    }
    .landing-header h1 {
        text-align: left;
    }

    /* --- KEY NUMBERS --- */
    .landing-key-numbers .landing-list__item {
        width: 200px;
    }
    .landing-key-numbers h2 {
        text-align: left;
    }

    /* --- FORM --- */
    .landing-form .row.select2__row-container {
        margin-top: 1.000rem;
    }
    .landing-form .row.select2__row-container .col-12 {
        margin-top: 0;
    }
    .landing-form .subscription-optin {
        flex-direction: row;
    }
    .subscription-optin__label {
        display: flex;
        align-items: center;
        border-bottom: none;
    }
    .subscription-optin__label .txt-pink {
        padding-right: .250rem;
        transform: translateY(-4px);
    }
    .subscription-optin .subscription-optin__content {
        max-width: 45%;
        margin-left: .500rem;
        padding-left: 1.000rem;
        border-left: 1px solid #c5c5c5;
    }
    .subscription-optin__btn {
        display: flex;
        flex-grow: 1;
        justify-content: flex-end;
        align-items: center;
    }
    .landing-form .subscription-optin p:before {
        display: none;
    }

    /* --- RATINGS --- */
    .ratings {
        flex-direction: row;
        align-items: stretch;
    }
    .ratings .landing-list__item:not(:first-child):not(:last-child) {
        margin: 2.000rem 1.000rem 0 1.000rem;
    }

    /* --- HOW IT WORK --- */
    .landing-list__wrapper {
        display: flex;
        justify-content: space-between;
    }
    
    .landing-list__wrapper.steps {
        flex-wrap: wrap;
    }
    .steps .landing-list__item {
        width: 50%;
    }
    .steps .landing-list__item:not(:first-child) {
        margin-top: 0;
    }
    .landing-list__item-number .number-wrapper {
        left: -10px;
    }

}

/* Large Tablet and Small Desktop Screen */
@media (min-width: 992px) {
    .landing-list__wrapper {
        display: flex;
        justify-content: space-between;
    }
    
    /* HEADER    */
    .landing-header .btn {
        padding: .500rem 4.000rem;
    }
}

/* Desktop */
@media (min-width: 1200px) {

    /* HEADER */
    .landing-header .btn {
        width: auto;
        min-width: 300px;
    }

    /* FORM */
    .landing-form__content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .landing-form__content .visual {
        flex-grow: 1;
        transform: translateY(60px);
    }
    .landing-form__content h2 {
        text-align: left;
    }

    /* RATINGS */
    .ratings .landing-list__item {
        min-width: 300px;
    }

    /* HOW TO WORK */
    .steps .landing-list__item {
        width: 25%;
    }
    .steps .landing-list__item:last-child {
        width: 100%;
        margin-top: 1.000rem;
    }
    .steps .landing-list__item:last-child img {
        width: 277px;
    }
    .landing-list__item-number .number-wrapper {
        left: -34px;
        height: 207px;
    }
    .landing-list__item-number .number-wrapper.number-two {
        left: -98px;
        width: 142px;
    }
    .landing-list__item-number .number-wrapper.number-three {
        top: -8px;
        left: -88px;
        width: 137px;
    }
    .landing-list__item-number .number-wrapper.number-four {
        top: -3px;
        left: -102px;
        width: 158px;
    }
    .steps .landing-list__item:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2.000rem;
    }

}


