@charset "UTF-8";
#suggested{
    display: none;
    color: #000000;
    font-size: 14px;
}

#suggestion{
    background-color: #f1f1f1;
    color: #000000;
    padding: 2px 10px 2px 10px;

}

@font-face {
    font-family: "Tiempos";
    src: url("Fonts/tiempos-text-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Founders Grotesk";
    src: url("Fonts/founders-grotesk-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Founders Grotesk Bold";
    src: url("Fonts/founders-grotesk-medium.woff2") format("woff2");
}


/* Breakpoints */
/*$tablet: 900px;*/
/* Colors */
/* Body */
/* Header */
/* Main Area */
/* Form */
/* Buttons */
/* Footer */
button,
.button {
    appearance: none;
    padding: 0px;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 67px;
    font-family: "Founders Grotesk", sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: none;
    background: transparent url("../images/but1.png") no-repeat center;
    background-size: contain;
    color: #FFFFFF;
    cursor: pointer;
}

button.fr,
.button.fr {
    background: transparent url("../images/but1FR.png") no-repeat center;
    background-size: contain;
}

button.enter-again,
.button.enter-again {
  background: transparent url("../images/but2.png") center no-repeat;
  background-size: contain;
}

button.enter-again.fr,
.button.enter-again.fr {
    background: transparent url("../images/but2FR.png") center no-repeat;
    background-size: contain;
}
/*button:hover,*/
/*.button:hover {*/
/*  box-shadow: 0 0 6px 1px #000;*/
/*}*/

.error-box {
  display: none;
  color: #000;

  background: #f3f3f3;
  padding: 5px 10px;
  min-height: 38px;
  min-width: 200px;
  margin: 0px auto 15px auto;
    font-size: 12px;
  box-shadow: 0 0 6px 1px #999;
  /*@media screen and (min-width: $mobile) {
    position: absolute;
    right: 50%;
  }*/
}

.facebook-text {
  margin-bottom: 0px;
    display: none;



}
.fbcontainer #shareBtn {
  width: 90px;
  height: 34px;
  background: url("../images/send-button.png") center top no-repeat;
  background-size: cover;
  border-radius: 3px;
    margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .fbcontainer {
    display: block;
  }
}

input:not([type=checkbox]),
select,
textarea {

  flex: 1 1 100%;
  padding: 11px 15px;
  margin-bottom: 0px;
    font-family: "Founders Grotesk", sans-serif;
  font-size: 15px;
  border: solid 1px #000000;
  background-color: #FFFFFF;
    color: #000000;
    width : 100%;
}


input:not([type=checkbox]).error,
select.error,
textarea.error {
  border: 1px solid red;
}
input:not([type=checkbox]).error:focus,
select.error:focus,
textarea.error:focus {
  box-shadow: 0 0 5px red;
  border: 1px solid red;
}
input:not([type=checkbox])::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
}
input:not([type=checkbox])::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
input:not([type=checkbox]):-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1;
}
input:not([type=checkbox]):-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
}
input:not([type=checkbox])::placeholder,
select::placeholder,
textarea::placeholder {
  color: #000000;
  opacity: 1;
}

* {-webkit-font-smoothing: antialiased;}

[type=checkbox] {
  position: absolute;
  left: 0px;
  opacity: 0;
  z-index: -1;
}

input[type=date] {
  padding: 4px 10px;
}

input[type=date]:before {
  content: attr(placeholder) !important;
  color: #000000;
  margin-right: 0.5em;
}

input[type=date]:focus:before,
input[type=date]:valid:before {
  content: "";
}

input.share-link {
  flex: 1 1 auto !important;
  width: 100%;
    text-align: left;
    padding: 10px 15px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  border-radius: 0;
  background: url("../images/select-arrow.png") no-repeat;
  background-position: calc(100% - 10px) center;
  font-family: inherit;

}

@-moz-document url-prefix() {
    select{
        padding: 7px 10px 8px 6px;
    }

}
select:invalid {
  color: #000000;
  font-weight: normal;
}
/*select option {*/
/*  color: #fff;*/
/*    background-color: #FFFFFF;*/
/*}*/

label {
  font-size: 0.8rem;
  /* Pseudo-checkbox */
}
label:not(.checkbox):not(.checkbox-field) {
  display: block;
  margin-bottom: 3px;
  color: inherit;
}
label.checkbox {
    line-height: 120%;
    margin-left: 8px;
    font-size: 15px;
    color: #000000;
    text-align: left;
    letter-spacing: 0.2px
}
label.checkbox-field {
  position: relative;
  display: flex;
  margin: 3px 0 0 0;
  justify-content: center;
  align-content: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
    border: solid 1px black;
    background-color: #fff;
}
:checked + label.checkbox-field:before {
  content: "✓";
    top: 2px;
    position: absolute;
    margin-top: -2px;
}
:disabled + label.checkbox-field {
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

main#content div.wrapper div.wrapper-inner .step-two {
    width: 100%;
}

body {

    font-family: "Founders Grotesk", sans-serif;

  display: flex;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 100vh;
    color: #000;
}

.constrained {
    max-width: 600px;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

header img {
    height: 70px;
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

h1{
    margin: 10px 0 0 0;
}
h1.page-heading{
    margin: -5px 0 -10px 0;
}
main .wrapper .step-title{
    margin-top: -20px;
}
main .step-title.second{
    margin-top: -10px;
}

.link-title {
    /*font-size: 18px;*/
    margin-bottom: 10px;
    margin-top: 26px;
    font-weight: normal;
    width: 100%;
}

.link-title.facebook-text {
    display: none;
}

.link-title.whatsapp-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-family: Tiempos, sans-serif;

}

.important-text {
    width: 100%;
    display: inline-block;
    flex-direction: row;
    align-items: start;
    margin-bottom: 60px;
    margin-top: 15px;
}

span.page2-subheading{
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Founders Grotesk Bold", sans-serif;
}

h1.page-heading img{
    width: 100%

}

.wrapper-inner{
    text-align: left;
}

main .wrapper .step-title {
    display: block;
    padding: 0 0 18px 0;
    line-height: 1.3;
    font-size: 18px;
    font-weight: normal;
}

h1.step-title span.bold{
    font-family: "Founders Grotesk Bold", sans-serif;
}

.top-10 {
    margin-top: 10px;
    display: inline-block;
}

.bigger-p {
    font-family: Tiempos, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

main .step-title.second{
    padding: 0;
}

form .field-row {
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: start;
    margin-bottom: 15px;
}

.footer-desktop {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-left: 50%;
    position: absolute;
    bottom: 0;
    z-index: 20;
}

.footer-desktop{
    display: none;
}

small {
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex: 0;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    background: none;
    margin-top: 15px;
    margin-bottom: 30px;
}
small.left {
    justify-content: flex-start;
}
small.center {
    justify-content: center;
}
small.right {
    justify-content: flex-end;
}
small a {
    text-decoration: none;
    position: relative;
    z-index: 25;
    pointer-events: auto;
}
small .upper {
    text-transform: uppercase;
}

small.constrained {
    padding: 0 10px;
    color: #000000;
    word-spacing: 1px;
    position: relative;
    z-index: 20;
}

small.constrained a {
    cursor: pointer;
    pointer-events: auto;
}
a {
    font: inherit;
    color: inherit;
    transition: color 200ms ease;
}
a:hover {
    color: inherit;
}

.desktop-break {
    display: none;
}

.hero-image img{
    width: 100%;
}
.hero-image{
    display: none;
}
.hero-image.small{
    display: block;

}

@media screen and (min-width: 450px) {
    .hero-image {
        display: block;
    }

    .hero-image.small {
        display: none;
    }
}
@media screen and (min-width: 1000px) {
    header img {
        height: 115px;
        padding: 15px 0 15px 0;
        margin-bottom: 30px;
        margin-top: 30px;
    }



    .constrained {
        padding: 0;
    }

    main .step-title.second {
        padding: 0 0 18px 0;
    }

    .link-title {
        display: block;
        font-size: 18px;

    }

    /*.link-title.whatsapp-text {*/
    /*    display: none;*/
    /*}*/
    img {
        border: 0;
    }

    .baseline-strip {
        width: 100%;
        margin-top: -12px;
        height: 12px;
        background: rgba(255, 255, 255, 0.3);
    }


    body {

        font-size: 16px;
        color: #000000;
        background: #ffffff;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }


    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        line-height: 1;
    }

    h1 {
        font-size: 16px;
        font-weight: normal;
        padding: 10px 10px 5px 10px;
    }

    h1.page-heading {

        background: none;
        /*font-size: 29px;*/
        padding: 0px;
        /*margin-bottom: 0.5em;*/
    }


    h1.page-heading div {
        font-size: 1rem;
    }


    h1.page-heading .heading-text {
        font-family: "Founders Grotesk Bold", sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 18px;
        margin-bottom: 5px;
        line-height: 120%;

    }

    h1.page-heading img {
        width: 100%;
    }


    @media screen and (min-width: 1000px) {
        h1.page-heading img {
            width: 100%;
        }

        h1.page-heading .heading-image {
            width: 290px;
            height: 142px;
            background-size: contain;
        }
    }

    h2 {
        font-size: 1.1rem;
    }


    .important-text {
        /*  line-height: 120%;*/
        /*font-size: 13px;*/
        margin-top: 30px;
        /*  margin-bottom: 20px;*/
        /*  !*width: 410px;*!*/
        display: block;
        padding: 0 0 18px 0;
        line-height: 1.3;
        font-size: 18px;
    }

    form {
        background: none;
        width: 100%;
    }

    form.secondary {
        padding: 0;
        background: none;
    }

    form section {
        /*margin-bottom: 10px;*/
    }

    /*form section.terms {*/
    /*  margin-top: 7px;*/
    /*}*/
    form section.terms a {
        text-decoration: underline;
    }

    form .field-row.checkbox {
        margin-bottom: 10px;
        align-items: flex-start;
        flex-flow: nowrap;
    }

    form .field-row.checkbox label.checkbox {
        margin-top: -3px;
    }

    form .field-row.sub-rows {
        display: block;
        margin-bottom: 0px;
    }

    form .field-row.sub-rows input {
        width: 100%;
    }

    form .field-row.sub-rows .field-note {
        height: 18px;
        padding-top: 2px;
        color: #6A6A6A;
        font-size: 0.55rem;
    }

    form .field-row.last-row {
        margin-bottom: 0px;
    }

    form .submit-button {
        display: flex;
        align-items: center;
        justify-content: center;
        /*padding: 20px 0;*/
        margin-top: 23px;
    }

    header {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        color: #000000;
        background: #FFFFFF;
    }

    header .homelink {
        padding: 0px;
        text-decoration: none;
    }

    /* todo check if logo size width change is ok, for matching proof*/
    header img {
        height: 115px;
        padding: 15px 0 15px 0;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    header {
        background-color: #ffffff;
    }


    main {
        display: flex;
        margin-bottom: 0px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex: 0 1 auto;
        width: 100%;
        max-width: 1100px;
        background-color: #FFFFFF;
        /* Position Form & Heading */
        /* Position Field Labels */

        /*text-align: center;*/
    }

    main.flex-alignment {
        align-items: center;
    }

    main.left {
        align-items: flex-start;
    }

    main.right {
        align-items: flex-end;
    }

    @media screen and (max-width: 1000px) {
        main.labels-positioning .field-row:not(.checkbox) {
            flex-wrap: wrap;
        }

        /*main.labels-positioning label {*/
        /*  margin-bottom: 2px;*/
        /*}*/
    }

    .hero-image {
        font-size: 0; /* no vertical visual space under image */
    }

    .hero-image img {
        width: 100%;
        height: auto;
        max-width: 500px;
    }

    .footer-desktop {
        display: none;
    }

    .footer-desktop small.constrained {
        margin: 0;
    }


    main .wrapper {
        background-color: #FFFFFF;
    }

    main .wrapper .step {
        align-items: center;
    }



    @media screen and (min-width: 350px) {
        .desktop-break {
            display: block;
        }
    }

    h1.page-heading .page3 {
        font-family: "Founders Grotesk Bold", sans-serif;
        font-size: 20px;
        margin-left: -40px;
        margin-right: -40px;
        line-height: 130%;
    }

    @media screen and (max-width: 480px) {
        h1.page-heading .page3 {
            margin-left: 0;
            margin-right: 0;
        }
    }


    @media screen and (min-width: 1000px) {
        main .wrapper {
            background-color: transparent;
        }


        main.registration-member .wrapper .wrapper-inner {

        }

        .hero-image img {
            display: none;
        }

        main#content.constrained {
            flex-direction: row;
            max-width: 1200px;
            height: 850px;
        }

        .footer-mobile {
            display: none;
        }

        .footer-desktop {
            display: block;
            width: 50%;
            margin-top: 0;
            margin-left: 50%;
            position: absolute;
            bottom: 0;
        }
    }

    @media screen and (min-width: 99px) {
        main .wrapper {
            display: flex;
            flex-direction: column;
            width: 100%;
            /*max-width: 405px;*/
            align-items: center;
            justify-content: flex-start;
            padding: 10px;
            margin-top: 0;
            margin-bottom: -30px;
            text-align: left;
            padding-top: 0;
        }

        main .wrapper .wrapper-inner {
            max-width: 400px;
            width: 100%;
            padding: 0;
        }


        main .wrapper [class^=step] {
            /*padding: 0 0 30px 0;*/
            width: 100%;
            display: flex;
            flex-direction: column;
            /*align-items: center;*/
            /*justify-content: center;*/
            margin-left: auto;
            margin-right: auto;
        }

        main .wrapper [class^=step].shop-now-link {
            margin-top: 30px;
            font-size: 0.8rem;
            font-size: 15px;
            justify-content: center;
            flex-direction: row;
        }

        /*main .wrapper [class^=step].enter-again {*/
        /*    padding: 0 0 30px 0;*/
        /*}*/
        main .wrapper [class^=step].enter-again .submit-button {
            margin-top: 30px;
        }


        main .wrapper .step-title.small-margin {
            padding: 0px 0px 15px 0px;
        }

        main .wrapper .step-title strong {
            /*font-family: Helvetica, Arial, sans-serif;*/
        }
    }



    @media screen and (max-width: 600px) {
        body header.constrained img {
            /*height: 110px;*/
            padding-top: 15px;
            padding-bottom: 15px;
        }
    }

    @media screen and (max-width: 450px) {
        /*main .wrapper .wrapper-inner {*/
        /*    max-width: 100%;*/
        /*    padding: 0;*/
        /*}*/
        /*body header.constrained img {*/
        /*    height: 80px;*/
        /*    padding-top: 20px;*/
        /*    padding-bottom: 20px;*/
        /*}*/


    }

    @media screen and (min-width: 1000px) {
        /*main#content.constrained {*/
        /*    max-width: 1000px;*/
        /*    height: 615px;*/
        /*}*/
        .important-text {
            margin-top: 15px;
        }

        main .wrapper {
            width: 50%;
            margin-top: 0;
            margin-left: 50%;
            margin-right: 0;
            height: 100%;
        }

        main .wrapper .wrapper-inner {
            max-width: 500px;

            margin-bottom: 30px;
            text-align: left;
        }


        main.confirmation-member .wrapper .wrapper-inner {

        }

        main div.wrapper h1.step-title {
            margin-top: 10px;
            padding-bottom: 15px;
        }

        .page1, .page3 {
            margin: 0 0 0 0;
        }

        main .wrapper.long-content .step-title {
            padding: 22px 10px 8px 10px;
        }

        main .wrapper [class^=step] {
            /*text-align: center;*/
        }

    }
    main img.bg {
        display: none;
    }


    @media screen and (min-width: 1000px) {
        main {
            height: 660px;
            position: relative;
            flex-direction: column;
        }

        main .wrapper {
            z-index: 10;

        }

        main div.bg {
            background: url("../images/background.jpg") center no-repeat;
            background-size: cover;
            display: block;
            z-index: 0;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 850px;
        }

        main.flex-alignment {
            align-items: flex-start;
        }

        main .hero-image {
            display: none;
        }
    }

    @media screen and (max-width: 1000px) {
        /*.wrapper-inner.confirmation .page-heading{*/
        /*    display: none;*/
        /*}*/
        /*main div.wrapper div.wrapper-inner {*/
        /*    max-width: 400px;*/
        /*}*/
        .wrapper-inner.confirmation h1.step-title {
            background: none;
            /*font-size: 26px;*/
            line-height: 120%;
        }

        header img {
            height: 95px;
        }
    }

    @media screen and (max-width: 380px) {
        .heading-text img {
            width: 100% !important;
        }

        h1.page-heading .heading-text .desktop-break {
            display: none;
        }

        main#content div.wrapper div.wrapper-inner .step-two {
            width: 100%;
        }
    }

    /*@media screen and (min-width: 850px) and (max-width: 1199px) {*/
    /*    main#content div.bg {*/
    /*        right: 350px;*/
    /*    }*/
    /*    main#content div.wrapper {*/
    /*        width: 350px;*/
    /*        margin-left: 500px;*/
    /*    }*/
    /*    main#content div.wrapper div.wrapper-inner {*/
    /*        margin-top: 32px;*/
    /*    }*/
    /*    main#content div.wrapper h1.page-heading {*/
    /*        padding: 0 20px;*/
    /*    }*/
    /*    main div.wrapper h1.step-title {*/
    /*        padding: 0 30px 18px 30px;*/
    /*    }*/
    /*    main#content div.wrapper div.wrapper-inner .step-two {*/
    /*        padding: 0 30px;*/
    /*    }*/
    /*    main#content div.wrapper div.wrapper-inner .step-two {*/
    /*        padding: 0 30px;*/
    /*    }*/
    /*    main#content div.wrapper div.wrapper-inner .step .share-link {*/
    /*        max-width: 250px;*/
    /*    }*/
    /*    main#content div.wrapper div.wrapper-inner .important-text {*/
    /*        padding: 0 33px;*/
    /*    }*/
    /*    main.confirmation-member .wrapper h1.page-heading .heading-text {*/
    /*        margin-top: 80px;*/
    /*    }*/
    /*}*/
    /*@media screen and (min-width: 1200px) {*/
    /*    .heading-text img {*/
    /*        width: 84% !important;*/
    /*    }*/
    /*    .duplicate-captain h1.page-heading .heading-text, .confirmation-captain h1.page-heading .heading-text {*/
    /*        margin-bottom: 1px;*/
    /*    }*/
    /*    main#content div.wrapper div.wrapper-inner div.important-text {*/
    /*        width: 390px;*/
    /*    }*/
    /*}*/
    #suggested {
        margin-bottom: 10px;
        margin-top: -5px;
    }

    .alert.dismissable.alert-danger ul {
        margin-top: -5px;
        margin-bottom: 10px;
    }

    main.registration-member .wrapper .wrapper-inner .page-heading {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }




}
#shareBtn {
    display: none;
}

.whatsapp-share-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#whatsapp-share-button {
    width: 72px;
    height: 28px;
    background: url("../images/whatsapp-button.png") center top no-repeat;
    background-size: contain;
    border-radius: 3px;
    position: relative;
    margin-top: 10px;
}


@media screen and (min-width: 1000px) {
    #shareBtn {
        display: block;
    }

    /*#whatsapp-share-button {*/
    /*    display: none;*/
    /*}*/
}

/* language changer */
nav {
    position:absolute;
    top:1px;
    right: -32px;
}

.language-menu {
    width: 50%;
    text-align: right;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
}

.language-menu img {
    width: 100%;
    height: auto;
}

img.v {
    width: 12px;
    height: 11px;
    margin-top: 6px;
}

.language-menu .selected-language {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.language-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: -6px;
    right: -11px;
    width: 77px;
}

.language-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.language-menu ul li a {
    text-decoration: none;
    width: 80px;
    padding: 5px 10px;
    display: block;
}

.language-menu ul li:hover {
    background-color: #f2f2f2;
}

@media screen and (min-width: 500px) {
    .language-menu {
        width: 65px;
    }
    .language-menu ul {
        right: -1px;
    }
    nav {
        right: 23px;
    }
}

.tcyourface {
    font-size: 10px;
    margin-top: 30px;
    flex-direction: row;
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .tcyourface {
        max-width: 1200px;

    }
}

