@charset "UTF-8";
/* =RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,main,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}ol,ul{list-style:none;}li{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}b,strong{font-weight:bold;}textarea{overflow:auto;vertical-align:top;}html{font-family:sans-serif;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-rendering:optimizelegibility;-webkit-tap-highlight-color:rgba(0,0,0,0);}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.25em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}pre{overflow:auto;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}legend{border:0;padding:0;}optgroup{font-weight:bold;}td,th{padding:0;}a{background:transparent;text-decoration:none;}a:active,a:hover,a:focus{border:none;outline:0;text-decoration:none;}::selection{background:#6a6a6a;color:#f5f5f5;text-shadow:1px 1px 1px #060606;}::-moz-selection{background:#6a6a6a;color:#f5f5f5;text-shadow:1px 1px 1px #060606;}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;}::-webkit-input-placeholder{color:inherit;opacity:0.5;font-family:inherit;}:-moz-placeholder{color:inherit;opacity:0.5;font-family:inherit;}::-moz-placeholder{color:inherit;opacity:0.5;font-family:inherit;}:-ms-input-placeholder{color:inherit;opacity:0.5;font-family:inherit;}button,.btn:hover{cursor:pointer;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}



/*  =DEFAULT & BASIC STYLES
  ========================================================================== */
body {
  background: url('../images/bg-body.jpg') repeat 0 0 #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  font:400 62.5%/1 'Cabin Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  text-align: center;
}

main,
header,
section,
footer,
nav,
.container,
a {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}


.profile .profileDetails:before,
.profile .profileDetails:after,
.container:before,
.container:after,
nav:before,
nav:after,
main:before,
main:after,
header:before,
header:after,
section:before,
section:after,
footer:before,
footer:after,
.cf:before,
.cf:after {
  display: table;
  content: " ";
}
.profile .profileDetails:after,
.container:after,
nav:after,
main:after,
header:after,
section:after,
footer:after,
.cf:after {
  clear: both;
}

.container {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  z-index: 10;
  width: 660px;
}

img {
  display: inline-block;
  height: auto !important;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}



.btn {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  -moz-transition: -moz-transform 0.15s ease-out;
  -ms-transition: -ms-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  position: relative;
  z-index: 1;
}
  .btn::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.33);
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.35, 1, 1);
    transform: scale3d(0.35, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity .4s;
    transition: transform 0.4s, opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .btn:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .btn:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .btn:active {
    -webkit-transition: transform 0.1s linear;
    -moz-transition: transform 0.1s linear;
    -ms-transition: transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }




.red {
  color: #f00;
}
.vam {
  display: inline-block;
  vertical-align: middle;
}

/*  ==========================================================================
  CONTENT 
  ========================================================================== */
main {
  margin: 0 auto 2em;
}
h1 {
  margin-bottom: 1em;
}
h1 span {
  color: #ff5a2c;
  font: 8em/1 'Varela Round', sans-serif;
  letter-spacing: -0.75px;
  letter-spacing: -0.075em;
  margin-left: 0.2em;
  margin-top: 0.425em;
}
h1 img {
  max-width: 250px;
}


.profile,
.step {
  color: #fff;
  display: none;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
  .profile:first-child,
  .step:first-child {
    display: block;
  }
  .profile.done,
  .step.done {
    -webkit-transform: scale3d(0.33, 0.2, 0.33) translate(-150%,-33%);
    -moz-transform: scale3d(0.33, 0.2, 0.33) translate(-150%,-33%);
    -ms-transform: scale3d(0.33, 0.2, 0.33) translate(-150%,-33%);
    -o-transform: scale3d(0.33, 0.2, 0.33) translate(-150%,-33%);
    transform: scale3d(0.33, 0.2, 0.33) translate(-150%,-33%);
  }
  .profile:nth-child(even).done {
    -webkit-transform: scale3d(0.33, 0.2, 0.33) translate(-150%,33%);
    -moz-transform: scale3d(0.33, 0.2, 0.33) translate(-150%,33%);
    -ms-transform: scale3d(0.33, 0.2, 0.33) translate(-150%,33%);
    -o-transform: scale3d(0.33, 0.2, 0.33) translate(-150%,33%);
    transform: scale3d(0.33, 0.2, 0.33) translate(-150%,33%);
  }


  img.iconSm {
    max-width: 1em;
    max-height: 1em;
  }

  



.txt {
  color: #fff;
  font-size: 4em;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
  .txt .txtMd {
    font-size: 0.75em;
    margin-bottom: 1em;
  }
.profileChoice {
  clear: both;
  text-align: center;
}

  .profile {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1em;
    max-width: 400px;
    margin: 0 auto;
  }
    .profile figure {
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
      border: 4px solid #f3f3f3;
      border-bottom: none;
      display: block;
      margin: 0 auto 0.35em;
      overflow: hidden;
    }
    .profile figure img {
      display: block;
    }
    .profile .profileDetails {
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px;
      border: 4px solid #f3f3f3;
      border-top: none;
      -webkit-box-shadow: 0 2px 0 -2px #f3f3f3, 0 3px 0 -3px #fff, 0 5px 0 -5px #f3f3f3;
      box-shadow: 0 2px 0 -2px #f3f3f3, 0 3px 0 -3px #fff, 0 5px 0 -5px #f3f3f3;
      font-size: 2em;
      color: #545454;
      padding: 0 0.5em 0.25em;
      margin-bottom: 0.5em;
    }
      .profileName {
        float: left;
      }      
      .profileInfo {
        float: right;
      }

  
    .btn.btnRound::before,
    .btn.btnRound {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100% ;
      border-radius: 100%;
    }
    .btn.btnRound::before {
      background: rgba(0, 0, 0, 0.15);
    }
    .btn.btnRound {
      border: 0.6em solid #f1f1f1;
      background: #fff;
      display: inline-block;
      padding: 1.5em;
      text-align: center;
      vertical-align: middle;
      overflow: hidden;
    }
      .btn.btnRound img {
        max-width: 5em;
      }

    .btn.btnRound + .btn.btnRound {
      margin-left: 1em;
    }



    .buttons {
      padding-top: 1em;
      margin-bottom: 1em;
    }

    .btn.btnNo::before,
    .btn.btnYes::before,
    .btn.btnNo,
    .btn.btnYes {
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      border-radius: 14px;
    }
    .btn.btnNo,
    .btn.btnYes {
      background: #63dd99;
      color: #fff;
      display: inline-block;
      font-size: 4em;
      font-weight: bold;
      line-height: 1.2;
      height: 1.2em;
      padding: 0 1em;
      min-width: 3.7em;
      text-align: center;
      vertical-align: middle;
    }
    .btn.btnNo {
      background: #fc735d;
      color: #dadada;
      line-height: 1;
    }
    .btn + .btn {
      margin-left: 0.5em;
    }




.checkboxes {
  margin: 0 auto 1em;
  max-width: 500px;
  text-align: left;
}
  .checkboxes li {
    display: inline-block;
    margin-bottom: 0.5em;
    text-align: left;
    min-width: 230px;
  }
    
    .checkboxes label:before,
    .checkboxes label:after {
      display: table;
      content: " ";
    }
    .checkboxes label:after {
      clear: both;
    }
    
    .checkboxes label {
      cursor: pointer;
    }
      .checkboxes label > input {
        display: none;
      }
      .checkboxes label > span {
        display: block;
        font-size: 2.5em;
        line-height: 1.5;
        height: 1.5em;
        overflow: hidden;
        position: relative;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
      }
      .checkboxes label > span:hover {
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
      }
      .checkboxes label > span::before {
        background: url('../images/icons-check.png') no-repeat left bottom transparent;
        width: 21px;
        height: 21px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        margin: -2px 0.3em 0 0;
      }
      .checkboxes label > input:checked + span::before {
        background-position: left top;
      }



      .progress {
        height: 20px;
        margin: 0 auto 1em;
        overflow: hidden;
        background-color: #000;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        max-width: 80%;
      }
      .progress-bar {
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        background-color: #63dd99;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
        -webkit-transition: width .6s ease;
        -moz-transition: width .6s ease;
        -ms-transition: width .6s ease;
        -o-transition: width .6s ease;
        transition: width .6s ease;
      }
      .progress-bar-striped,
      .progress-striped .progress-bar {
        background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        -webkit-background-size: 40px 40px;
        -moz-background-size: 40px 40px;
        -o-background-size: 40px 40px;
        background-size: 40px 40px;
        -webkit-animation: stripes 2s linear infinite;
        -moz-animation: stripes 2s linear infinite;
        -ms-animation: stripes 2s linear infinite;
        -o-animation: stripes 2s linear infinite;
        animation: stripes 2s linear infinite;
      }
      @-webkit-keyframes stripes {
          0% {
              background-position: 0 0;
          }
          100% {
              background-position: 40px 0;
          }
      }
      @-moz-keyframes stripes {
          0% {
              background-position: 0 0;
          }
          100% {
              background-position: 40px 0;
          }
      }
      @-ms-keyframes stripes {
          0% {
              background-position: 0 0;
          }
          100% {
              background-position: 40px 0;
          }
      }
      @-o-keyframes stripes {
          0% {
              background-position: 0 0;
          }
          100% {
              background-position: 40px 0;
          }
      }
      @keyframes stripes {
          0% {
              background-position: 0 0;
          }
          100% {
              background-position: 40px 0;
          }
      }

      .rules {
        clear: both;
        display: block;
        margin-bottom: 1em;
        padding: 0 4em;
      }
        .rules li {
          display: block;
          font-size: 2.5em;
          margin-bottom: 1em;
          text-align: center;
        }



.secure {
  max-width: 100px;
  margin: 0 auto;
}
  .secure img {
    display: block;
    margin: auto;
  }



/*  ==========================================================================
  MEDIA QUERIES 
  ========================================================================== */


@media (max-height:349px){
  .step:not(#intro):not(#final) {
    margin-top: 2.5vh;
    font-size: 0.75em;
  }
  .step#final {
    margin-top: 1.25vh;
  }
  .secure {
    max-width: 90px;
  }
}
@media (min-height:350px){
  .step:not(#intro):not(#final) {
    margin-top: 5vh;
    font-size: 0.8em;
  }
  .step#final {
    margin-top: 2.5vh;
  }
}
@media (min-height:400px){
  .step:not(#intro):not(#final) {
    margin-top: 10vh;
    font-size: 0.85em;
  }
  .step#final {
    margin-top: 5vh;
  }
}
@media (min-height:450px) and (min-width:361px) {
  .step:not(#intro):not(#final) {
    margin-top: 20vh;
    font-size: 0.9em;
  }
  .step#final {
    margin-top: 10vh;
  }
/*   .step:not(#intro):not(#final) {
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  } */
}
@media (max-height: 979px){
  h1 img {
    max-width: 225px;
  }
  h1 span {
    font-size: 7em;
  }
  .txt {
    font-size: 3.6em;
    line-height: 1;
    margin-bottom: 0.33em;
  }
  .rules li {
    font-size: 2.3em;
    margin-bottom: 0.5em;
  }
}
@media (max-height: 899px){
  h1 img {
    max-width: 195px;
  }
  h1 span {
    font-size: 6em;
  }
  .txt {
    font-size: 2.7em;
  }
  .rules li {
    font-size: 2em;
  }
  .profile {
    max-width: 340px;
  }
  .profile .profileDetails {
    font-size: 1.8em;
  }
  .btn.btnRound {
    padding: 1.3em;
  }
  .btn.btnRound img {
    max-width: 3em;
  }
}
@media (max-height: 799px){
  h1 img {
    max-width: 155px;
  }
  h1 span {
    font-size: 5em;
    margin-left: 0.1em;
  }

}
@media (max-width:679px){
  .container {
    max-width: 92%;
  }
  .checkboxes {
    max-width: 320px;
  }
  .checkboxes li {
    min-width: 155px;
  }
  .checkboxes li span,
  .checkboxes li {
    min-height: 21px;
  }
  .checkboxes label > span::before {
    margin-top: 0;
  }
}
@media (max-height: 679px), (max-width: 579px){
  main {
    margin: 0 auto 1em;
  }
  h1 {
    margin-bottom: 0.5em;
  }
  h1 img {
    max-width: 135px;
  }
  h1 span {
    font-size: 4.5em;
  }
  .profile {
    max-width: 240px;
  }
  .profileDetails {
    text-align: center;
  }
  .profileName,
  .profileInfo {
    /* display: block; */
    float: none;
  }
  .profileName::after {
    content: ', ';
    display: inline;
  }
  .profileChoice {
    font-size: 0.9em;
  }
  .btn.btnRound {
    padding: 1.1em;
  }
  .btn.btnRound img {
    max-width: 3em;
  }
}
@media (max-height: 579px), (max-width: 379px){
  main {
    margin: 0 auto 0.5em;
  }
  h1 {
    margin-bottom: 0.25em;
  }
  h1 img {
    max-width: 115px;
  }
  h1 span {
    font-size: 3.7em;
  }
  .txt {
    font-size: 2.5em;
    line-height: 0.9;
    margin-bottom: 0.25em;
  }
  .txt .txtMd {
    font-size: 0.7em;
  }
  .profiles {
    margin-top: 0.25em;
  }
  .profile {
    max-width: 210px;
  }
  .profileName::after {
  }
  .btn.btnRound {
    padding: 0.9em;
  }
  .btn.btnRound img {
    max-width: 2.5em;
  }
}
@media (max-width:479px){
  #final .btn.btnYes {
    font-size: 2.8em;
  }
  .rules {
    padding: 0 1em;
  }
  #processing .txt {
    line-height: 1.2;
    margin-bottom: 0.6em;
  }
}
@media (max-width: 359px) {
  h1 {
    margin-bottom: 0.2em;
  }
  h1 img {
    max-width: 90px;
  }
  h1 span {
    font-size: 2.8em;
  }
}
@media (max-width: 429px) {
  .checkboxes {
    max-width: 320px;
    display: inline-block;
    width: auto;
  }
  .checkboxes li {
    min-width: 0;
    display: block;
    width: 100%;
  }
}
@media (max-height: 480px) {
  .txt {
    line-height: 0.8;
  }
  .profile {
    max-width: 240px;
  }
  .profile figure {
    max-width: 150px;
    border-bottom: 4px solid #f3f3f3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .profile .profileDetails {
    border: none;
    font-size: 1.5em;
  }
  .btn.btnRound img {
    max-width: 2em;
  }
}