#vertical_yes_1{
  display: none;
  visibility: hidden;
}

h1, h2{
    text-align: center;
    font-family: 'Berkshire Swash', cursive;
    font-weight: 500;
    color: #fff;
}
p{
    font-family: 'Open Sans', serif;
    font-weight: 300;
    color: white;
    text-align: center;
    line-height: 1.5;
}

.hero-image h1 {
    margin-bottom: 0px;
}

.hero-image{
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0.1), rgba(0, 255, 0, 0.1)), linear-gradient(rgba(0, 0, 0, 0.4), rgba(38, 63, 107, 1)), url(../images/background/background-mobile.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.container.testemunhos {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hero-image .title{
    padding-top: 15px;
    width: 100%;
    margin: auto;
}

.hero-image h1{
    margin-top: 0;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
}

/* estilo do contentor onde se encontram as 3 cartas */
.card-slot{
    width: 100%;
    /*position: absolute;
    top: 55%;*/
}

/* estilo da carta de jogo */
.card-slot .card{
    /*height: 260px;*/
    margin: auto;
    background: transparent;
    border: none;
    padding: 0px 7px;
}

.card img{
    width: 100%;
}
/* fim do estilo da carta de jogo */

/* fim estilo do contentor onde se encontram as 3 cartas */

.container-config{
    position: relative;
    background-color: #263F6B;
}

.fix {
    position: relative;
}

.card.col {
    transform: translate(0%, 15%);
}

#leadform .step {
    margin-top: 20px;
}

.step.step-bottom {
    margin-top:10px;
}

/* estilo da imagem de fundo, secundária, com planeta */
.imagem-fundo{
    background-image: url("../images/planeta.png");
    position: absolute;
    width: 322px;
    height: 322px;
    transform: translate(-50%,0);
    top: 50%;
    left: 50%;
}
/* fim do estilo imagem de fundo, secundária, com planeta */

/* estilo do bloco de texto */
.bloco-texto {
    text-align: center;
}

.bloco-texto h2{
    font-size: 20px;
    margin-top: 0;
}
/* fim do estilo do bloco de texto */


/* estilo do testemunho */
.testemunho{
    margin-top: 60px;
}
.testemunho .foto{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;

    margin: auto;
}
.testemunho h3{
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.testemunho p{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
}
/* fim do estilo do testemunho */

/* estilo formulário */
.form-group > [class*='col-']{
    margin: 5px 0;
}
.form-control, .form-control:focus{
    background-color: transparent;
    border: solid 1px rgba(255,255,255,0.6);
    border-radius: 2px;
}
input::placeholder{
    color: rgba(255,255,255,0.6) !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}
option .ativo{
    color: #fff !important;
}

.botao-container{
    margin-top: 30px;
    position: relative;
}

.botao{
    width: 200px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    background-color: #30CCD7;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px;
    border: none;
}
.botao span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}
/* fim do estilo do formulário */

.form-container{
    margin: 0;
    width: 100%;
    background-color: #26406c;
}

#leadbox .form-group {
    margin-right: -30px;
    margin-left: -30px;
}

.btn-container {
    text-align: center;
}

.btn-container .btn {
    background: #39c6e6;
    color: #fff;
    border-radius: 30px;
}
/* estilo do footer */
footer{
    background-color: #263F6B;
    text-align: center;
    padding: 100px 0 30px;
}
footer span{
    color: #fff;
    font-size: 11px;
}
label[for="optin-main"] {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 12pt;
}

.btn-choose {
    background: #39c6e6;
    /*border: #fff 1px solid;*/
    color: #fff;
    border-radius: 30px;
    margin: 20px 0px;
    padding: 8px 20px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 6px -2px;
}

.btn-choose:hover, .btn-choose:active, .btn-choose:visited, .btn-choose:focus{
    color: #fff;
}

/* partners
 */

.partner, .optin{
    text-align: center;
}

.partner .partner-img {
    width: 75px;
    height: auto;
    text-align: center;
    border: rgba(255, 255, 255, 0.6) 3px solid;
    box-shadow: rgba(0, 0 , 0, 0.8) 0px 0px 6px -2px;
    border-radius: 100%;
}

.partner.row {
    margin-top: 20px;
}

.partner label.btn,
.partner-2 label.btn,
.optin label.btn,
.verticals label.btn{
    padding: 8px 15px;
    color: #fff;
    border-radius: 30px;
    width: auto;
    margin: 0px 5px;
    font-size: 10pt;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 6px -2px;
}

.partner, .partner-2 {
    text-align: center;
}

.partner label.yes,
.partner-2 label.yes,
.optin label.yes,
.verticals label.yes {
    background: #77ff8791;
}

.partner label.no,
.partner-2 label.no,
.optin label.no,
.verticals label.no {
    background: #fb4e4e45;
    color: rgba(255,255, 255, 0.9);
    border: rgba(255, 255, 255, 0.6) 1px solid;
    border-radius: 30px;
}

.verticals label.no {
    background: #fb4e4e45;
    color: rgba(255,255, 255, 0.9);
    border: none;
    border-radius: 30px;
}

.verticals label.yes {
    background: #77ff8791;
    color: rgba(255,255, 255, 0.9);
    border: none;
    border-radius: 30px;
}

.partner label.yes,
.partner-2 label.yes {
    background: #77ff8791;
    border: rgba(255, 255,255, 0.8) 1px solid;
}

.card-chooser {
    padding: 0px 10%;
    width: 200%;
    /*transform: translateX(-25%);*/
}

.tarot-card.selected {
    transform: translate(0%, -35px) scale(1.1, 1.1);
    -webkit-transform: translate(0%, -35px) scale(1.1, 1.1);
    -moz-transform: translate(0%, -35px) scale(1.1, 1.1);
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
}

.tarot-card.selected img {
    width: 130px;
}

.yes-checked {
    background: #3ca242 !important;
}

.no-checked {
    background: #c20102 !important;
}



.claim-container {
    text-align: center;
}

.is-verticals {
    margin-top: 15px;
}

/*card-placeholders
*/

.card-placeholder {
    text-align: center;
}


.next-descr {
    color: #fff;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    line-height: 18pt;
}

.card-placeholder .next-descr {
    font-family: 'Cormorant Garamond', serif;
}

.keep-travel {
    font-size: 18pt;
    font-family: 'Cormorant Garamond';
    margin-top: 30px;
}

.card-slot {
    position: relative;
    width: 160%;
    margin-top: 15px;
}

.card-slot .card {
    width: 50pt;
    margin:0px;
    float: left;

}

.card-slot .card.active {
    width: 110pt;
}

.card.animate {
    transform: translate(-40%, 0%);
    -webkit-transition: transform 1s; /* Safari */
    transition: transform 1s;
}

.step {
    /*transform: scale(0.5, 0.5);*/
}

.step.show-up {
    transform: scale(1, 1);
    -webkit-transition: transform 1s; /* Safari */
    transition: transform 1s;
}

.step-bottom.show-up {
    transform: scale(1, 1);
    -webkit-transition: transform; /* Safari */
    -webkit-transition-duration: 1s; /* Safari */
    -webkit-transition-delay: 0.3s; /* Safari */
    transition: transform;
    transition-duration: 1s;
    transition-delay: 0.3s;
}

.step-bottom.show-up > * {
    transform: scale(1, 1);
    -webkit-transition: transform; /* Safari */
    -webkit-transition-duration: 1s; /* Safari */
    -webkit-transition-delay: 0.5s; /* Safari */
    transition: transform;
    transition-duration: 1s;
    transition-delay: 0.5s;
}

.container {
    oveflow-x:hidden;
}

.result > div {
    text-align: center;
}

.result h3 {
    color: #fff;
    font-family: 'Cormorant Garamond';
}

.verticals-container {
    color: #fff;
    text-align: center;
}

.verticals-container input[type="checkbox"] {
    display: none;
}


.verticals-container > div > label:first-of-type {
    font-size: 12pt;
    font-family: 'Cormorant Garamond';
    font-weight: bold;
    margin-bottom: 0px;
}

.verticals-container > div {
    margin-bottom: 15px;
}

.verticals-container div[class^="col"]{
    margin-bottom: 10px;
}

.verticals-container > div > input[type="checkbox"]:checked + label::before
.vvv > div > input[type="checkbox"]:checked + label::before {
    background: #fff;
    border:  #174b82 3px solid;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + label::before {
    background: #fff;
    border:  #174b82 3px solid;
}

.card-chooser {
    margin: 35px 0px;
}

.partner-2 input[type="radio"]:checked + label.yes {
    background: #00ff1ecc !important;
}

.partner-2 input[type="radio"]:checked + label.no {
    background: #fb4e4e !important;
}

.vvv label {
    text-align: left;
    font-size: 11pt;
}
.form-step label[for]::before,
.vvv label[for]::before {
     box-shadow: 0 0 0 1px #fff;
     width: 12px;
     height: 12px;
     border-radius: 100%;
     display: inline-block;
     content: '';
     margin-right: 7px;
     position: relative;
     top: 2px;
     cursor: pointer;
 }


.verticals-container > div > label[for]::before
.vvv > div > label[for]::before {
    box-shadow: 0 0 0 1px #fff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    content: '';
    margin-right: 7px;
    position: relative;
    top: 2px;
}

input.error, select.error {
    border: #d65454 1px solid;
    color: #d65454;
}

.testemunho img {
    width: 80px;
    border: rgba(255, 255, 255, 0.6) 2px solid;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 6px -2px;
}

.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
    display: none;
}
.only-timepicker .datepicker--time {
    border-top: none;
}

.result .title {
    padding: 0px;
    margin-bottom: 10px;
}

.result .descr {
    margin-top: 35px;
    text-align: left;
}

.result > div:not(:first-of-type) {
    margin-top: 35px;
}

.result > div img {
    width: 65%;
}

.form-group span.error {
    display: none;
}

.optin input[type="radio"],
.optin input[type="checkbox"] {
    display: none;
}

span.error {
    color: #d65454;
    font-size: 9pt;
    margin-left: 5px;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
}

span.error::before {
    display: inline-block;
    content: '';
}

input.form-control, input.form-control:focus, select.form-control, select.form-control:focus {
    color: rgba(255,255,255,0.6);
    font-size: 10pt;
}

select.form-control option {
    background: transparent;
    color: #4d4d4d;
}

.partner input[type="checkbox"],
.partner input[type="radio"],
.partner-2 input[type="radio"],
.optin input[type="checkbox"]{
    display: none;
}

p {
    font-size: 10pt;
}

.verticals-container > div > label {
    font-size: 10pt;
}

#vertical-optins-form .vertical-optin-submit {
    border-radius: 30px;
    background: #00b7ff;
    color: #fff;
    padding: 7px 20px;
    box-shadow: rgba(0, 0, 0,0.6) 0px 2px 6px -2px;
    border: none;
}

.other-tarot .tarot {
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.other-tarot .tarot h3 {
    font-family: 'Cormorant Garamond', serif;
}

.other-tarot .tarot .image img {
    width: 110px;
}

.other-tarot .tarot p {
    color: #fff;
}

.other-tarot .tarot > a {
    color: #fff;
    border-radius: 30px;
    border: #fff 2px solid;
    padding: 7px 20px;
    display: inline-block;
}

.other-tarot-claim {
    color: #fff;
    font-size: 20pt;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
}

.centered {
    text-align: center;
}

.modal-body p {
    color: #4d4d4d;
}


.partner .partner-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20pt;
    margin-top: 7px;
}

.footer ul li a {
    color: #fff;
    display: block;
    /* padding: 8px 10px; */
    margin-right: 15px;
    font-size: 10pt;
}

.footer ul  {
    border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
}

.tarot-card {
    float: left;
    box-shadow: rgba(0, 0, 0, 0.8) -2px 2px 10px -2px;
    width: calc(100% / 36);
    cursor: pointer;
}

.tarot-card:hover {
    transform: scale(1.1, 1.1);
    box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 8px -1px;
    transition: all .5s;
    transition-property: transform, box-shadow;
}

.title .subtitle {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    color: #dedc7c;
    font-size: 14pt;
    margin-bottom: 10px;

}

.cib-t {
    font-family: 'Berkshire Swash', cursive;
    position: relative;
    left: -6px;
    top: 2px;
    letter-spacing: 5px;
    text-transform: capitalize;
}


@media screen and (max-width: 768px) {

    .footer ul li {
        width: 100%;
    }

    .footer ul li a {
        border-bottom: #fff 1px solid;
        color: #fff;
        font-size: 10pt;
        display: block;
        padding: 8px 5px;
    }

}

.vvv label {
    color: rgba(255, 255, 255, 0.9);
}

strong {
    font-weight: 700;
}

strong.yellow {
    color: yellow;
}


.step-top p {
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
    margin-left: 15px;
    width: auto;
    display: inline-block;
}

.card-placeholder {
    position: relative;
}

a.imperdivel-link {
    color: #69befb;
    font-weight: bold;
}

.step-top  p::before {
    content: '';
    background: rgba(255, 255, 255, 0.15) url(/images/cibele6.png);
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    left: -10px;
    top: 2px;
    display: inline;
}

.step-top p {
    text-align: left;
}

/* fim do estilo do footer */
/* Small devices (landscape phones, 374px and up)
@media (min-width: 380px) {
    p{
        line-height: 1.7;
    }

    .hero-image{
        /*height: 900px;*/
    }


    /* estilo do contentor onde se encontram as 3 cartas
    .card-slot{
        width: 100%;
        position: absolute;
        top: 54%;
    }

    /* estilo da carta de jogo
    .card-slot .card{
        width: 250px;
    }
    .card img{
        width: 100%;
    }
    /* fim do estilo da carta de jogo

    /*  
    .container-config{
        height: 1000px;

    }
    */

    /* estilo da imagem de fundo, secundária, com planeta
    .imagem-fundo{
        background-image: url("../images/planeta2.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 350px;
        background-blend-mode: lighten;
        opacity: 0.7;
        top: 55%;
    }
    /* fim do estilo imagem de fundo, secundária, com planeta
    .testemunho .foto{
        width: 85px;
        height: 85px;
    }
    .testemunho h3{
        font-size: 20px;
    }
    .testemunho p{
        font-size: 18px;
        line-height: 1.4;
    }
    @media (min-height: 812px) {
        .hero-image{
            height: 950px;
        }
        .card-slot{
            width: 100%;
            position: absolute;
            top: 63%;
        }
    }
}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    p{
        font-size: 11px;
        line-height: 1.7;
    }
    .hero-image{
        background-image: linear-gradient(to right, rgba(255, 0, 0, 0.1), rgba(0, 255, 0, 0.1)), linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(38, 64, 108, 1) 98%), url("../images/background/background-tablet.jpg");
        /*height: 1200px;*/
        background-position: cover;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .hero-image h1{
        font-size: 60px;
        letter-spacing: 8px;
    }
    .card-slot .card{
        width: 300px;
    }
    .container-config{
        margin: 0;
        width: 100%;
        background-color: #34446E;

    }

    .container.testemunhos {
        margin-top: 30px;
        margin-bottom: 100px;
    }
    .bloco-texto h2{
        font-size: 30px;
    }
    .imagem-fundo{
        top: 55%;
        opacity: 0.12;
    }

    .testemunho{
        margin-top: 80px;
    }
    .testemunho .foto{
        width: 100px;
        height: 100px;
    }
    .testemunho h3{
        font-size: 25px;
        margin-top: 10px;
    }
    .testemunho p{
        font-size: 22px;
    }

    footer{
        background-color: #34446E;
    }
    .form-container{
        background-color: #37446b;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .tarot {
        margin-top: 30px;
    }

    p {
        font-size: 12pt;
    }
    .hero-image{
        background-image: linear-gradient(to right, rgba(255, 0, 0, 0.1), rgba(0, 255, 0, 0.1)), linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(38, 64, 108, 1) 98%), url("../images/background/desktop_background.jpg");
        position: relative;
    }

    .hero-image h1{
        font-size: 32pt;
        letter-spacing: 4px;
        margin-bottom: 0px;
        color: #ffff57;
    }
    #chooseBtn1 {
        padding: 12px 25px;
        font-size: 14pt;
    }

    .card-slot{
        position: relative;
        left: 0px;
        font-size: 14pt;
    }



    .card-slot .card.active {

    }

    .card-slot .card:not(.col-5){
        transform: translate(0%, 15%)
    }

    .imagem-fundo{
        top: 55%;
        opacity: 0.15;
    }

    .container-config{
        margin: 0;
        width: 100%;
        background-color: #30426B;

    }
    .botao span{
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
    }

    .btn.btn-choose {
        font-weight: lighter;
    }

    .form-container{
        background-color: #30426B;
    }
    footer{
        background-color: #30426B;
    }
    .container.testemunhos {
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .card-placeholder .next-descr {
        font-family: 'Cormorant Garamond', serif;
        font-size: 16pt;
    }

    .card img {
        margin-right: 17.5%;
        margin-left: 17.5%;
        width: 65%;
    }


    .partner > div:last-of-type{
        text-align: center;
    }

    .partner-descr {
        text-align: left;
        font-family: 'Cormorant Garamond', serif;
        font-size: 13pt;
    }

    .partner label.btn {
      /*  margin-top: -60px;*/
    }

    .partner.row {
        margin-top: 8px;
        margin-bottom: 15px;
    }

    .card-chooser {
        padding: 0px 20px;
    }

    .tarot-card {
        float: left;
        box-shadow: rgba(0, 0, 0, 0.8) -2px 2px 10px -2px;
        width: calc(100% / 25);
    }

    .title .subtitle {
        font-family: 'Cormorant Garamond', serif;
        text-align: center;
        color: rgba(255, 255, 255, 0.95);
        font-size: 19pt;
        margin: 0px;
    }

    /*.form-step {
        margin-top: 50px;
    }*/

    .left {
        margin-top: 15px;
    }


    .step-bottom p {
        text-align: center;
    }

    .step-top p {
        text-align: left;
    }


    .step-bottom[data-step="9"] p {
        text-align: left;
    }

    .step-top[data-step="9"] p {
        text-align: left;
    }


    .step-top  p::before {
        content: '';
        background: rgba(255, 255, 255, 0.15) url(/images/cibele6.png);
        width: 37px;
        height: 37px;
        border-radius: 100%;
        background-size: 100%;
        background-position: center center;
        position: absolute;
        left: -35px;
        top: 2px;
        display: inline;
    }


    .step-top, .step-bottom{
        padding: 0px 0px;
    }
    .form-step {
        padding: 0px 15px;
    }

    .cib-t {
        font-family: 'Berkshire Swash', cursive;
        position: relative;
        left: -15px;
        top: 2px;
        letter-spacing: 5px;
        text-transform: capitalize;
    }


    .steps-middle, .steps-bottom {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 7px;
    }

    .steps-top, #leadform {
        padding: 20px 20px 0px 20px;
    }

    #leadform {
        padding: 0px;
    }

    .container.info {
        margin-top: 20px;
    }

    .steps-top {
        margin-bottom: 15px;
    }

    .container.cols {
        margin-top: 0px;
    }

    .form-step .btn {
        margin-top: 7px;
        margin-bottom: 15px;
    }

    /*.hero-image {
        background-position: top center;
        background-size: 90% auto;
    }*/

    .step-top {
        min-height: 125px;
    }

    .tarot .image {
        min-height: 120px;
    }
}

.step-top {
    position: relative;
}


.more-cards {
    margin-top: 10px;
}

select.form-control {
    font-size: 9pt;
    height: auto;
}


.modal p {
    text-align: left;
    font-size: 11pt;
}
p.item {
    font-weight:bold;
}

.verticals h3 {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Cormorant Garamond';
    font-size: 14pt;
    margin-bottom: 10px;
}


strong {
    color: #f8ff7f;
}

strong.yellow {
    text-transform: uppercase;
}

.step-top[data-step="11"] p {
    font-family: 'Cormorant Garamond' !important;
    font-weight: 900 !important;
    font-size: 19pt;
}

.vvv .verticals {
    margin-bottom: 20px;
    padding: 0px 40px;
}


h3.tarot-name {
    font-size: 56pt;
    color: #fffb7af5;
    font-family: 'Berkshire Swash', cursive;
    margin-left: -15px;
}

.forecast {
   background: rgba(255, 255, 255, 0.3);
   padding: 22px 30px;
    border-radius: 5px;
   margin-top: -20px;
    z-index: 99;
    position: relative;
}

.forecast img {
    margin-left: 12px;
}

.forecast p {
    color: rgba(255, 255, 255, 0.95);
    font-style: italic;
    margin-bottom: 0px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 16pt;
}

.review {
    font-weight: 700;
}

.card {
    text-align: center;
}

.select-all-verts {
    display: inline-block;
    padding: 10px 9px;
    border-radius: 10px;
    color: #4d4d4d;
    font-size: 12pt;
    background: #fbff44;
}

.select-all-verts label {
    margin: 0px;
}

.select-all-verts input {
    display: none;
    background-color: white;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.card label {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Cormorant Garamond', serif;
}

.vertical-label {
    text-align: left;
}

.card.col-5 label {
    color: #f8ff7f;
    font-weight: bold;
}

.card {
    cursor: pointer;
}

.bloco-texto .sub-descr {
    color: rgba(255,255, 255, 0.8);
}

.bloco-texto .sub-descr h3 {
    font-family: 'Cormorant Garamond', serif;
}


.more-cards {
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    font-weight: bold;
    font-size: 14pt;
}
.partner > div:last-of-type {
    margin-top: 15px;
}

strong.white {
    color: rgba(255, 255, 255, 0.95);
}



.form-step .next-btn {
    margin-top: -3px;
}

.step-top[data-step="8"] p,
.step-bottom[data-step="8"] p {
    text-align: left;
}

strong.white:first-letter {
    text-transform: uppercase;
}


.white.serif {
    margin-top: 0px;
    font-size: 14pt;
    font-family: 'Cormorant Garamond', serif;
}

.next-btn.is-result {
    padding: 10px 30px;
    font-size: 18pt;
    font-weight: lighter;
    max-width: 100%;
}

.add-me {
    font-size: 11pt;
}

.btn.is-result {
    margin-bottom: 20px;
}

.btn.is-verticals {
    margin-bottom: 15px;
    margin-top: 7px;
}

.top-para {
    margin-top: 20px;
}

.cc-message {
    font-size: 10pt;
}

.cc-window.cc-banner {
    padding: 5px 15px !important;
}

label[for="optin_terms"] a {
    color: #00b8ffd1;
}

@media screen and (max-width: 768px) {
    .right {
        display: none;
    }

    .cc-message {
        margin: 5px 0px;
        line-height: 12pt;
    }

    label[for="optin_terms"] a {
        color: #00b8ffd1;
    }

    .form-step label[for="optin_terms"]::before {
        box-shadow: 0 0 0 1px #fff;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        display: block;
        content: '';
        margin-right: 7px;
        position: relative;
        top: 25px;
        left: 6px;
        cursor: pointer;
    }

    label[for="optin_terms"]::before {

        float:left;
    }

    label[for="optin_terms"]{
        float: left;
    }

    label[for="optin_terms"] span {
        display: block;
        margin-left: 60px;
    }
}

@media screen and (min-width: 768px) {
    .logo-mobile {
        display: none;
    }
}




.show-more {
    display: inline-block;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    border: #c5c5c5 1px solid;
    background: transparent;
    padding: 3px;
    position: relative;
    margin-left: 5px;
    top: 3px;
    cursor: pointer;
}


.show-more:hover {
    background: rgba(255, 255, 255, 0.2);
}


.show-more span {
    position: relative;
    top: -5px;
    left: 2.5px;
    color: #fff;
    font-size: 9pt;
}