/* CSS Document */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

input {
  line-height: normal; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* Variables */
/* COLOURS */
/* Layout */
/* Typography */
html {
  font-size: 1.1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #FFF;
  line-height: 1.6;
  text-align: left; }

h1, h2, h3 {
  font-family: "signo", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px auto; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2.15em;
  z-index: 3; }

h3 {
  font-size: 1.75em;
  margin: 0 0 10px; }

p {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 20px auto; }

.cols-wrapper h2,
.cols-wrapper h3,
.cols-wrapper p {
  margin: 0 0 20px; }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.75em; }

  h2 {
    font-size: 3.15em; } }
/*! Helpers */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after,
.clear-both {
  clear: both; }

.hide {
  display: none !important; }

html {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  position: relative; }

body {
  height: 100%; }

main {
  position: relative;
  height: 100%; }

.pink {
  background: #CC3366 url(../img/bg-30.png) repeat 0 0; }

.orange {
  color: #24326A;
  background: #E39D10 url(../img/bg-30.png) repeat 0 0; }

.blue-4 {
  background: #00b4e5 url(../img/bg-30.png) repeat 0 0; }
  .blue-4 h2 {
    color: #FFF; }
  .blue-4 .btn {
    background-color: #24326A; }
    .blue-4 .btn:before {
      border-bottom: 20px solid #24326A; }
    .blue-4 .btn:after {
      border-top: 20px solid #24326A; }

.blue-1 {
  color: #24326A;
  background: #10BDE0 url(../img/bg-30.png) repeat 0 0; }

.blue-2 {
  color: #24326A;
  background: #11B3C9 url(../img/bg-30.png) repeat 0 0; }

.blue-3 {
  background: #24326A url(../img/bg-10.png) repeat 0 0; }

section {
  padding: 20px; }
  section:first-of-type {
    padding: 120px 20px 20px; }

ul {
  padding: 0;
  margin: 0; }

.holder {
  max-width: 900px;
  margin: 0 auto; }

.step {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "signo", sans-serif;
  font-size: 2em;
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: -10px 0 0;
  color: #24326A; }
  .step span {
    position: relative;
    padding: 0 30px;
    height: auto;
    margin: 0; }
    .step span:before {
      content: "step";
      font-size: 27%;
      transform: rotate(-90deg);
      display: inline-block;
      margin-right: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      left: -10px;
      text-transform: uppercase; }

img {
  display: block;
  width: 100%;
  height: auto; }

.task p {
  text-align: center; }

.question-wrapper {
  font-family: "signo", sans-serif; }
  .question-wrapper .question-number {
    font-size: 2.5em;
    margin: 0;
    padding: 0; }
  .question-wrapper .question {
    font-size: 1.75em;
    line-height: 1.2;
    margin: 0;
    padding: 0; }
  .question-wrapper .question-feedback {
    font-family: "Open Sans", sans-serif;
    text-align: center; }
    .question-wrapper .question-feedback a {
      color: #FFF;
      text-decoration: none;
      font-family: "signo", sans-serif;
      color: #FFF;
      font-size: 1.5em; }
      .question-wrapper .question-feedback a:hover {
        opacity: .7; }
  .question-wrapper ul {
    margin: 40px auto;
    list-style: none;
    padding: 0;
    color: #FFF;
    width: 280px; }
  .question-wrapper li {
    margin: 0 0 30px;
    padding: 0;
    display: block; }

.continue {
  text-align: center; }

.btn-check {
  color: #FFF;
  font-size: 1.5em;
  text-decoration: none; }
  .btn-check:hover {
    opacity: .7; }

.avoid-clicks {
  pointer-events: none; }

@media only screen and (min-width: 768px) {
  section {
    padding: 50px; }
    section:first-of-type {
      padding: 120px 50px 50px; }

  .cols-wrapper {
    display: flex; }
    .cols-wrapper div {
      width: 50%;
      margin: 0 20px; }

  .question-wrapper ul {
    width: 340px; } }
@media only screen and (min-width: 1024px) {
  .holder {
    max-width: 1300px; } }
.lockup a {
  position: absolute;
  z-index: 1;
  right: 0px; }
  .lockup a img {
    display: block;
    width: 70px;
    height: auto; }

@media only screen and (min-width: 768px) {
  .lockup a {
    position: absolute;
    z-index: 1; }
    .lockup a img {
      display: block;
      height: auto; } }
@media only screen and (min-width: 1440px) {
  .lockup a {
    right: 3rem; }

  .lockup a img {
    width: 80px; } }
.btn {
  width: 280px;
  display: inline-block;
  background: red;
  padding: 2px;
  display: inline-block;
  background: #00b4e5;
  text-align: center;
  position: relative;
  margin: 30px 0 70px;
  font-family: "signo", sans-serif;
  color: #FFF;
  text-decoration: none;
  font-size: 2em;
  cursor: pointer; }
  .btn.selected-right, .btn:hover, .btn.selected, .btn.correct-order {
    background-color: #FFF;
    color: #24326A; }
  .btn:before {
    position: absolute;
    top: -19px;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-right: 280px solid transparent;
    border-bottom: 20px solid #00b4e5; }
  .btn:after {
    position: absolute;
    top: 54px;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-right: 280px solid transparent;
    border-top: 20px solid #00b4e5; }
  .btn.selected-right:before, .btn:hover:before, .btn.selected:before, .btn.correct-order:before {
    border-bottom: 20px solid #FFF; }
  .btn.selected-right:after, .btn:hover:after, .btn.selected:after, .btn.correct-order:after {
    border-top: 20px solid #FFF; }

.btn-primary {
  background-color: #24326A; }
  .btn-primary:before {
    border-bottom: 20px solid #24326A; }
  .btn-primary:after {
    top: 54px;
    border-top: 20px solid #24326A; }
  .btn-primary.selected-right:before, .btn-primary:hover:before, .btn-primary.selected:before, .btn-primary.correct-order:before {
    border-bottom: 20px solid #FFF; }
  .btn-primary.selected-right:after, .btn-primary:hover:after, .btn-primary.selected:after, .btn-primary.correct-order:after {
    border-top: 20px solid #FFF; }

li.btn:nth-child(even):before {
  border-left: 280px solid transparent;
  border-bottom: 20px solid #24326A;
  border-right: none; }
li.btn:nth-child(even):after {
  border-left: 280px solid transparent;
  border-top: 20px solid #24326A;
  border-right: none; }
li.btn:nth-child(even).selected-right:before, li.btn:nth-child(even):hover:before, li.btn:nth-child(even).selected:before, li.btn:nth-child(even).correct-order:before {
  border-bottom: 20px solid #FFF; }
li.btn:nth-child(even).selected-right:after, li.btn:nth-child(even).selected:after, li.btn:nth-child(even):hover:after, li.btn:nth-child(even).correct-order:after {
  border-top: 20px solid #FFF; }

@media only screen and (min-width: 768px) {
  .btn {
    width: 340px; }
    .btn:before {
      border-right: 340px solid transparent; }
    .btn:after {
      border-right: 340px solid transparent; }

  li.btn:nth-child(even):before {
    border-left: 340px solid transparent; }
  li.btn:nth-child(even):after {
    border-left: 340px solid transparent; } }
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 2px dotted #CC3366;
  cursor: pointer; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 260px;
  background-color: #CC3366;
  color: #fff;
  text-align: center;
  padding: 20px;
  text-transform: none;
  line-height: 1.6;
  color: #FFF !important;
  /* Position the tooltip */
  position: absolute;
  z-index: 100;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: all .3s; }
  .tooltip .tooltiptext ul {
    list-style: none; }
  .tooltip .tooltiptext li {
    position: relative;
    margin: 0 0 30px !important; }
    .tooltip .tooltiptext li:after {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #FFF;
      position: absolute;
      top: 100%;
      left: 50%;
      margin: 10px 0 10px; }
    .tooltip .tooltiptext li:last-child:after {
      background-color: transparent; }
  .tooltip .tooltiptext a {
    color: #FFF; }
    .tooltip .tooltiptext a:hover {
      text-decoration: none; }

.tooltip:hover .tooltiptext {
  visibility: visible;
  transition: all .3s; }

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 99%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: #CC3366 transparent transparent transparent; }

.tooltip-cryptography {
  border-bottom: 1px dotted #CC3366; }

@media only screen and (min-width: 768px) {
  .tooltip .tooltiptext {
    width: 300px; } }
.home {
  text-align: center; }
  .home section:first-of-type {
    padding: 60px 20px !important; }
  .home #animation_container {
    padding: 0 !important;
    transform: scale(0.8);
    margin-left: -20%; }
  .home .holder {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .home h1 {
    font-size: 4.5em; }
    .home h1 span {
      display: block;
      font-size: 50%;
      color: #24326A; }
  .home .scroll {
    color: #FFF;
    text-decoration: none;
    background-color: #00b4e5;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .8s;
    font-size: .8em;
    left: 50%;
    position: relative;
    margin-left: -40px; }
    .home .scroll:hover {
      background-color: #008cb2; }
  .home ul {
    list-style: none;
    color: #FFF;
    font-family: "signo", sans-serif;
    font-size: 1.5em;
    line-height: 1.2; }
  .home li {
    position: relative;
    margin: 0 0 60px; }
    .home li:after {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #FFF;
      position: absolute;
      top: 100%;
      left: 50%;
      margin: 25px 0 25px; }
    .home li:last-child:after {
      background-color: transparent; }

@media only screen and (min-width: 768px) {
  .home h1 {
    font-size: 6.75em; }

  .home .cols-wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center; } }
@media only screen and (min-width: 1024px) {
  .home .cols-wrapper {
    width: 100%;
    flex-direction: row;
    display: flex;
    max-width: 1200px;
    margin: 0 auto; }
    .home .cols-wrapper div {
      width: 50%; }
    .home .cols-wrapper div:last-child {
      padding: 0 40px; }
  .home #animation_container {
    margin-left: 10%; } }
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    position: relative;
    background: transparent;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px !important;
      width: 20px !important;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent !important;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          background: #FFF;
          opacity: 1; }
  .slick-dots.slick-active button:hover:before, .slick-dots.slick-active button:focus:before {
    background: #24326A; }

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
  background-color: #24326A; }

.slick-initialized .slick-slide.slick-slide {
  height: 600px !important;
  margin: 30px 10px 0; }

@media only screen and (min-width: 375px) {
  .slick-initialized .slick-slide.slick-slide {
    height: 580px !important; } }
@media only screen and (min-width: 1024px) {
  .slick-initialized .slick-slide.slick-slide {
    height: 620px !important; } }
.step-1 .question {
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px; }
.step-1 .question-number {
  margin: 0 auto; }
.step-1 img {
  width: 85%;
  margin: 40px auto; }
.step-1 .question-feedback {
  margin: 30px; }
  .step-1 .question-feedback h2 {
    margin: 0 0 10px; }

@media only screen and (min-width: 768px) {
  .step-1 .wrapper {
    width: 80%;
    margin: 20px auto 0; }
  .step-1 .question {
    background-color: #FFF;
    border-radius: 20px;
    padding: 50px; } }
@media only screen and (min-width: 1024px) {
  .step-1 .question {
    background-color: transparent;
    border-radius: 0;
    padding: 0; }

  .task-1 .question-outer {
    background: url(../img/task-1.png) no-repeat 0 0;
    margin-bottom: -50px;
    background-size: 100%; }
  .task-1 .question-wrapper {
    padding: 30px 0; }
    .task-1 .question-wrapper .question {
      width: 80%;
      margin: 0 0 0 120px; }
  .task-1 .question-feedback,
  .task-1 .question-options {
    width: 33.3%;
    margin-left: 66.6%; }
    .task-1 .question-feedback ul,
    .task-1 .question-options ul {
      margin: 200px 0 90px; }
  .task-1 .question-feedback {
    margin: 200px 0 100px 66.6%; } }
@media only screen and (min-width: 1200px) {
  .task-1 .question-outer {
    background: url(../img/task-1.png) no-repeat 0 0;
    margin-bottom: -50px;
    background-size: 85%; } }
.step-2 {
  text-align: center; }
  .step-2 .tabs {
    position: relative;
    width: 100%;
    margin: 30px auto;
    z-index: 0;
    color: white;
    height: auto;
    min-height: 2440px;
    font-size: .875em; }
  .step-2 .tabs:after {
    content: 'Pick a letter!';
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    text-align: center;
    background-color: #24326A;
    padding: 20px;
    color: #00b4e5;
    font-family: "signo", sans-serif;
    font-size: 1.5em; }
  .step-2 button {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-family: "signo", sans-serif;
    display: inline-block;
    background-color: #00b4e5;
    color: white;
    text-align: center;
    transition: .25s ease;
    border: none;
    border-radius: 50%;
    font-size: 1.15em; }
    .step-2 button:hover {
      background-color: #24326A;
      color: #00b4e5; }
  .step-2 .tab:focus button, .step-2 button:focus {
    background-color: #24326A;
    outline: none;
    color: #00b4e5; }
  .step-2 button:focus + div.tab, .step-2 div:focus div.tab {
    display: block;
    position: absolute;
    background-color: #24326A;
    height: auto;
    width: 100%;
    left: 0;
    z-index: 2;
    outline: none;
    top: 80px;
    text-align: center;
    padding: 20px; }
  .step-2 .tab {
    position: relative;
    display: none;
    margin: 0;
    padding: 20px; }
    .step-2 .tab ul {
      list-style: none; }
    .step-2 .tab span {
      display: block;
      color: #00b4e5;
      font-family: "signo", sans-serif;
      font-size: 1.5em;
      line-height: 1.1;
      margin: 0 0 5px; }
    .step-2 .tab li {
      text-align: left;
      border-bottom: 1px dashed #FFF;
      padding: 0 0 20px;
      margin: 0 0 20px; }
      .step-2 .tab li:last-child {
        border: none;
        padding: 0;
        margin: 0; }
  .step-2 div {
    display: inline-block; }
  .step-2 div:focus {
    outline: none; }
  .step-2 .question-wrapper .question {
    background-color: #FFF;
    padding: 20px;
    border-radius: 20px; }
  .step-2 .question-wrapper .btn {
    padding: 18px 20px;
    font-size: 1.05em;
    line-height: 1.2;
    cursor: pointer; }

@media only screen and (min-width: 768px) {
  .step-2 button {
    border-radius: 12px 12px 0 0;
    width: 40px; }
  .step-2 .question-wrapper .question {
    padding: 50px; }
  .step-2 .tabs,
  .step-2 .tabs:after {
    min-height: 1200px; }
  .step-2 .tabs:after, .step-2 button:focus + div.tab, .step-2 div:focus div.tab {
    top: 30px;
    padding: 30px; }
  .step-2 .tabs:after {
    padding: 80px 0 0;
    font-size: 3em; }
  .step-2 .tab ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .step-2 .tab ul li {
      width: 50%;
      display: flex;
      flex-direction: column;
      padding: 20px 20px 0;
      border: none; }
      .step-2 .tab ul li:last-child {
        padding: 20px; } }
@media only screen and (min-width: 1024px) {
  .step-2 button {
    width: 56px; }
  .step-2 .tabs:after,
  .step-2 button:focus + div.tab, .step-2 div:focus div.tab {
    height: 780px; }
  .step-2 .tabs {
    height: 790px; }
  .step-2 .tab ul {
    width: 100%;
    display: flex; }
    .step-2 .tab ul li {
      width: 33.3%; }
  .step-2 .task {
    min-height: 960px;
    background: url(../img/task-2-2.png), url(../img/task-2.png), #E39D10 url(../img/bg-30.png);
    background-size: 100%, 100%, 25%;
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: 0 0, 100% 100%, 0 0; } }
@media only screen and (min-width: 1200px) {
  .step-2 button {
    width: 88px;
    height: 40px;
    font-size: 1.75em; }
  .step-2 .tabs {
    max-width: 1400px;
    min-height: 770px; }
  .step-2 .tabs:after, .step-2 button:focus + div.tab, .step-2 div:focus div.tab {
    top: 40px; }
  .step-2 .tabs:after {
    min-height: 760px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 2em;
    padding: 100px 0 0; }
  .step-2 .tab ul {
    width: 100%;
    display: flex; }
    .step-2 .tab ul li {
      width: 25%; } }
.step-3, .step-4, .step-5 {
  text-align: center; }
  .step-3 .section-slide, .step-4 .section-slide, .step-5 .section-slide {
    margin: 0; }
  .step-3 .box, .step-4 .box, .step-5 .box {
    background-color: #FFF;
    padding: 40px 10px 30px;
    text-align: center;
    border-radius: 20px;
    font-size: 85%;
    color: #24326A;
    position: relative; }
    .step-3 .box .icon-box, .step-4 .box .icon-box, .step-5 .box .icon-box {
      width: 140px;
      height: 140px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      margin: 0 auto 20px; }
      .step-3 .box .icon-box img, .step-4 .box .icon-box img, .step-5 .box .icon-box img {
        display: block;
        position: relative; }
    .step-3 .box .figure, .step-4 .box .figure, .step-5 .box .figure {
      width: 60px;
      height: 80px;
      background-color: #FFF;
      display: block;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 300%;
      font-weight: 900;
      border-radius: 12px 12px 0 0;
      position: absolute;
      top: -30px;
      left: 0;
      font-family: "signo", sans-serif;
      font-size: 4em; }
  .step-3 .cols-wrapper, .step-4 .cols-wrapper, .step-5 .cols-wrapper {
    margin-bottom: 40px; }
    .step-3 .cols-wrapper div, .step-4 .cols-wrapper div, .step-5 .cols-wrapper div {
      position: relative;
      text-align: left; }
    .step-3 .cols-wrapper h2, .step-4 .cols-wrapper h2, .step-5 .cols-wrapper h2 {
      text-align: left; }
    .step-3 .cols-wrapper img, .step-4 .cols-wrapper img, .step-5 .cols-wrapper img {
      padding: 20px; }
    .step-3 .cols-wrapper .cycle-figure, .step-4 .cols-wrapper .cycle-figure, .step-5 .cols-wrapper .cycle-figure {
      position: absolute;
      font-family: "signo", sans-serif;
      opacity: .15;
      font-size: 30em;
      padding: 0;
      margin: 0;
      top: 140px;
      line-height: 0; }
    .step-3 .cols-wrapper ul, .step-4 .cols-wrapper ul, .step-5 .cols-wrapper ul {
      margin: 20px;
      padding: 0;
      position: relative;
      z-index: 5; }
    .step-3 .cols-wrapper li, .step-4 .cols-wrapper li, .step-5 .cols-wrapper li {
      margin: 0 0 8px; }

.step-3 .quiz {
  margin: 40px 0; }
.step-3 .quiz-reorder {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  font-size: 1.15em; }
  .step-3 .quiz-reorder li {
    width: 340px;
    padding: 20px 0;
    margin: 0 0 30px; }
.step-3 .check-answers {
  font-size: 1.5em;
  padding: 8px 0; }
.step-3 .correct-answers {
  background-color: #FFF;
  border-radius: 20px;
  padding: 30px;
  font-family: "signo", sans-serif;
  margin: -30px 0 20px 0; }
  .step-3 .correct-answers span.figure {
    display: block;
    font-size: 7em;
    line-height: normal; }
.step-3 .hint {
  text-decoration: none;
  color: #FFF;
  font-size: 1.5em;
  font-weight: 700; }
  .step-3 .hint .tooltip {
    border: none; }
  .step-3 .hint .tooltiptext {
    font-family: "Open Sans", sans-serif;
    font-size: .5em;
    font-weight: normal;
    opacity: 1; }

#sales-cycle h1 {
  margin-top: 100px; }
#sales-cycle .cols-wrapper {
  margin-top: 150px; }

@media only screen and (min-width: 375px) {
  .step-3 .section-slide {
    margin: -20px; }
  .step-3 .box {
    padding: 40px 25px 25px; } }
@media only screen and (min-width: 768px) {
  .step-3 .section-slide, .step-4 .section-slide, .step-5 .section-slide {
    padding: 120px 0 0; }
  .step-3 .cols-wrapper, .step-4 .cols-wrapper, .step-5 .cols-wrapper {
    margin: 50px 0 0; }
    .step-3 .cols-wrapper img, .step-4 .cols-wrapper img, .step-5 .cols-wrapper img {
      padding: 0;
      z-index: 2;
      position: relative; }
    .step-3 .cols-wrapper div, .step-4 .cols-wrapper div, .step-5 .cols-wrapper div {
      display: flex;
      justify-content: center;
      align-items: center; }
    .step-3 .cols-wrapper div.copy, .step-4 .cols-wrapper div.copy, .step-5 .cols-wrapper div.copy {
      flex-direction: column;
      text-align: left;
      justify-content: center;
      align-items: flex-start; }
    .step-3 .cols-wrapper .cycle-figure, .step-4 .cols-wrapper .cycle-figure, .step-5 .cols-wrapper .cycle-figure {
      left: -120px;
      z-index: 1; }
    .step-3 .cols-wrapper:nth-child(odd), .step-4 .cols-wrapper:nth-child(odd), .step-5 .cols-wrapper:nth-child(odd) {
      flex-direction: row-reverse; }
      .step-3 .cols-wrapper:nth-child(odd) .cycle-figure, .step-4 .cols-wrapper:nth-child(odd) .cycle-figure, .step-5 .cols-wrapper:nth-child(odd) .cycle-figure {
        z-index: 1; }

  .step-3 .cols-wrapper:nth-child(odd) .cycle-figure {
    left: -50px; }
  .step-3 .quiz .cols-wrapper {
    flex-direction: row;
    max-width: 900px;
    margin: 0 auto; }
  .step-3 .quiz-reorder li {
    width: 290px; }
  .step-3 .quiz-reorder li.btn:before {
    border-right: 290px solid transparent; }
  .step-3 .quiz-reorder li.btn:after {
    border-right: 290px solid transparent; }
  .step-3 .quiz-reorder li.btn:nth-child(even):before {
    border-left: 290px solid transparent;
    border-right: 0; }
  .step-3 .quiz-reorder li.btn:nth-child(even):after {
    border-left: 290px solid transparent;
    border-right: 0; }
  .step-3 .check-answers-wrapper {
    flex-direction: column; }
    .step-3 .check-answers-wrapper div {
      width: 100%; }
  .step-3 .hint .tooltiptext {
    font-size: .75em; }

  .step-4 section:nth-child(even) .cols-wrapper {
    flex-direction: row; }

  .step-5 section:nth-child(odd) .cols-wrapper {
    flex-direction: row; } }
@media only screen and (min-width: 1024px) {
  .step-3 .section-slide {
    min-height: 100vh; }
  .step-3 section:first-of-type {
    min-height: 100vh; } }
.step-4 .cols-wrapper ul.letters, .step-4 .cols-wrapper ul.numbers, .step-5 .cols-wrapper ul.letters, .step-5 .cols-wrapper ul.numbers {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 60px; }
  .step-4 .cols-wrapper ul.letters li, .step-4 .cols-wrapper ul.numbers li, .step-5 .cols-wrapper ul.letters li, .step-5 .cols-wrapper ul.numbers li {
    margin: 20px 0 40px; }
    .step-4 .cols-wrapper ul.letters li:before, .step-4 .cols-wrapper ul.numbers li:before, .step-5 .cols-wrapper ul.letters li:before, .step-5 .cols-wrapper ul.numbers li:before {
      content: "N";
      background-color: #24326A;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0px;
      left: -60px;
      font-size: 2em;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #E39D10;
      font-family: "signo", sans-serif; }
    .step-4 .cols-wrapper ul.letters li:nth-child(2):before, .step-4 .cols-wrapper ul.numbers li:nth-child(2):before, .step-5 .cols-wrapper ul.letters li:nth-child(2):before, .step-5 .cols-wrapper ul.numbers li:nth-child(2):before {
      content: "E"; }
    .step-4 .cols-wrapper ul.letters li:nth-child(3):before, .step-4 .cols-wrapper ul.numbers li:nth-child(3):before, .step-5 .cols-wrapper ul.letters li:nth-child(3):before, .step-5 .cols-wrapper ul.numbers li:nth-child(3):before {
      content: "A"; }
    .step-4 .cols-wrapper ul.letters li:nth-child(4):before, .step-4 .cols-wrapper ul.numbers li:nth-child(4):before, .step-5 .cols-wrapper ul.letters li:nth-child(4):before, .step-5 .cols-wrapper ul.numbers li:nth-child(4):before {
      content: "T"; }
  .step-4 .cols-wrapper ul.letters h3, .step-4 .cols-wrapper ul.numbers h3, .step-5 .cols-wrapper ul.letters h3, .step-5 .cols-wrapper ul.numbers h3 {
    color: #24326A;
    text-align: left;
    margin: 0 0 5px; }
    .step-4 .cols-wrapper ul.letters h3 b, .step-4 .cols-wrapper ul.numbers h3 b, .step-5 .cols-wrapper ul.letters h3 b, .step-5 .cols-wrapper ul.numbers h3 b {
      color: #E39D10; }
  .step-4 .cols-wrapper ul.letters p, .step-4 .cols-wrapper ul.numbers p, .step-5 .cols-wrapper ul.letters p, .step-5 .cols-wrapper ul.numbers p {
    margin: 0; }
  .step-4 .cols-wrapper ul.letters span, .step-4 .cols-wrapper ul.numbers span, .step-5 .cols-wrapper ul.letters span, .step-5 .cols-wrapper ul.numbers span {
    color: #E39D10; }
.step-4 .cols-wrapper ul.numbers, .step-5 .cols-wrapper ul.numbers {
  margin-left: 50px; }
  .step-4 .cols-wrapper ul.numbers li:before, .step-5 .cols-wrapper ul.numbers li:before {
    content: "1";
    background-color: #FFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    left: -55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #24326A;
    font-family: "signo", sans-serif; }
  .step-4 .cols-wrapper ul.numbers li:nth-child(2):before, .step-5 .cols-wrapper ul.numbers li:nth-child(2):before {
    content: "2"; }
  .step-4 .cols-wrapper ul.numbers li:nth-child(3):before, .step-5 .cols-wrapper ul.numbers li:nth-child(3):before {
    content: "3"; }
  .step-4 .cols-wrapper ul.numbers li:nth-child(4):before, .step-5 .cols-wrapper ul.numbers li:nth-child(4):before {
    content: "4"; }
  .step-4 .cols-wrapper ul.numbers li:nth-child(5):before, .step-5 .cols-wrapper ul.numbers li:nth-child(5):before {
    content: "5"; }
  .step-4 .cols-wrapper ul.numbers li:nth-child(6):before, .step-5 .cols-wrapper ul.numbers li:nth-child(6):before {
    content: "6"; }
  .step-4 .cols-wrapper ul.numbers li:nth-child(7):before, .step-5 .cols-wrapper ul.numbers li:nth-child(7):before {
    content: "7"; }
  .step-4 .cols-wrapper ul.numbers li:nth-child(8):before, .step-5 .cols-wrapper ul.numbers li:nth-child(8):before {
    content: "8"; }

.letters-snap:nth-child(1):before {
  content: "S" !important; }
.letters-snap:nth-child(2):before {
  content: "N" !important; }
.letters-snap:nth-child(3):before {
  content: "A" !important; }
.letters-snap:nth-child(4):before {
  content: "P" !important; }

@media only screen and (min-width: 768px) {
  .step-4 img {
    width: 60%;
    margin: 0 auto; } }
.drop-wrapper {
  width: 300px;
  margin: 30px auto;
  display: flex; }

.droppable-zone {
  width: 145px;
  font-size: .725em;
  margin: -10px 10px 0 0;
  padding: 0 0 40px; }

.dropzone {
  background-color: #FFF;
  border-radius: 20px;
  height: auto;
  padding: 20px;
  width: 140px;
  margin: 10px 0 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .dropzone p {
    color: #24326A;
    font-size: 1.25em;
    line-height: 1.2; }
  .dropzone span {
    font-family: "signo", sans-serif;
    display: block;
    font-size: 1.25em; }
  .dropzone .after-drop {
    display: none;
    color: #24326A;
    margin: 10px 0 0; }

@media only screen and (max-width: 767px) {
  .step-5 .dropzone {
    padding: 10px;
    max-height: 80px;
    overflow: scroll;
    justify-content: flex-start; }
    .step-5 .dropzone p {
      font-size: .8em; }
    .step-5 .dropzone .after-drop {
      font-size: .9em;
      font-weight: 700;
      margin: 0 0 5px;
      font-family: "signo", sans-serif; }
  .step-5 .drag-option {
    height: 80px; } }
.drag-options {
  width: 150px; }

.step-4 .after-drop {
  font-size: .85em; }

.drag-option {
  background-color: #24326A;
  width: 130px;
  height: 100px;
  margin: 0 0 10px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  transition: all .3s;
  cursor: pointer;
  font-size: .75em;
  line-height: 1.2; }

li.ui-draggable-dragging {
  background-color: #00b4e5;
  color: #FFF; }

.drag-option:hover {
  transform: scale(1.05); }

@media only screen and (min-width: 768px) {
  .drop-wrapper {
    width: 100%;
    flex-direction: column;
    padding: 40px 0 0; }

  .droppable-zone {
    width: 95%;
    margin: 0 auto; }
    .droppable-zone ul {
      display: flex;
      flex-wrap: wrap; }

  .dropzone {
    width: calc(25% - 20px);
    padding: 30px 20px;
    margin: 10px;
    font-size: 1em; }
    .dropzone span {
      font-size: 1em;
      top: -16px; }

  .drag-options {
    width: 90%;
    margin: 0 auto; }
    .drag-options ul {
      display: flex;
      flex-wrap: wrap; }

  .drag-option {
    vertical-align: top;
    width: calc(50% - 15px);
    margin: 7px;
    display: inline-flex;
    height: auto;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; }

  .step-4 .task {
    padding-top: 100px; }
  .step-4 .drop-wrapper {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1200px; }
  .step-4 .drag-options {
    margin: 5px 0 0; }
  .step-4 .drag-option {
    width: 100%;
    height: 85px; }
  .step-4 .droppable-zone li {
    width: 100%; } }
@media only screen and (min-width: 1024px) {
  .dropzone {
    width: calc(14.28% - 20px);
    font-size: 1.35em; }
    .dropzone span {
      font-size: 1em; }

  .drag-option {
    font-size: .85em; }

  .step-4 .drag-options {
    margin-top: 10px; }
  .step-4 .drag-option {
    height: 87px;
    margin: 0 0 20px; } }
@media only screen and (min-width: 1200px) {
  .dropzone {
    font-size: 1.75em;
    line-height: 1.2; }
    .dropzone span {
      font-size: 1em; }

  .drag-option {
    font-size: 1em;
    width: calc(33.3% - 15px); } }
.step-5 h1 {
  margin: 0 auto 50px; }
.step-5 img {
  padding: 0;
  margin: 0 0 -80px; }
.step-5 .close {
  width: 100%;
  background-color: #CC3366;
  border-radius: 20px;
  color: #FFF;
  list-style: none;
  font-family: "signo", sans-serif;
  margin: 0 !important;
  padding: 20px !important;
  display: block;
  text-align: left; }
.step-5 .tip {
  color: #FFF;
  font-family: "signo", sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
  text-align: center; }
  .step-5 .tip span {
    display: block;
    font-size: 275%;
    text-transform: uppercase; }
.step-5 .top-tips {
  list-style: none;
  text-align: center; }
  .step-5 .top-tips h2 {
    text-align: center;
    z-index: 3; }
  .step-5 .top-tips li {
    margin: 0 0 80px;
    position: relative; }
  .step-5 .top-tips .cycle-figure {
    color: #FFF;
    font-size: 16em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .step-5 .top-tips a {
    color: #24326A;
    font-weight: 800; }

@media only screen and (min-width: 768px) {
  .step-5 img {
    padding: 0;
    margin: 0 0 -50px; }
  .step-5 section:first-child img {
    width: 80%;
    margin: 0 auto; }
  .step-5 .cols-wrapper {
    min-height: 700px; }
    .step-5 .cols-wrapper div {
      display: flex;
      justify-content: center;
      align-items: flex-end; }
  .step-5 section.follow-up .cols-wrapper div,
  .step-5 section.delivery .cols-wrapper div {
    align-items: center; }
  .step-5 section.follow-up .cols-wrapper h2, .step-5 section.follow-up .cols-wrapper p,
  .step-5 section.delivery .cols-wrapper h2,
  .step-5 section.delivery .cols-wrapper p {
    width: 100%; }
  .step-5 section.delivery .cols-wrapper {
    flex-direction: row; }
  .step-5 .tip {
    max-width: 400px;
    margin: 0 auto; }
  .step-5 .tip-similarity {
    position: absolute;
    top: 100px;
    right: 50px;
    max-width: 200px; }
  .step-5 .close {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 50px !important;
    height: 620px;
    margin: 50px 0 !important; }
    .step-5 .close li {
      width: 50%; }
  .step-5 .top-tips {
    display: flex;
    flex-wrap: wrap; }
    .step-5 .top-tips li {
      width: calc(50% - 40px);
      margin: 0 20px 50px;
      display: flex;
      justify-content: center;
      flex-direction: column; }
    .step-5 .top-tips .cycle-figure {
      font-size: 20em; }
  .step-5 p {
    width: 100%; }

  .step-5 .drop-wrapper {
    display: flex;
    flex-direction: row-reverse; }
    .step-5 .drop-wrapper .droppable-zone {
      width: 75%; }
    .step-5 .drop-wrapper .drag-options {
      width: 25%; }
  .step-5 .drag-options {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -40px 0 0;
    padding: 0; }
  .step-5 .drag-option {
    width: 100%;
    font-family: "signo", sans-serif;
    font-size: 1.15em; }
  .step-5 .droppable-zone li {
    width: calc(50% - 20px); }
  .step-5 .dropzone {
    height: auto;
    font-size: .7em;
    display: flex;
    align-items: center;
    justify-content: center; }
    .step-5 .dropzone p {
      color: #24326A;
      margin: 0; }
  .step-5 .after-drop {
    font-size: 200%;
    font-weight: 700;
    padding: 0 0 10px;
    font-family: "signo", sans-serif; } }
@media only screen and (min-width: 1024px) {
  .step-5 .close {
    height: 360px; }
    .step-5 .close li {
      width: 25%; }
  .step-5 .top-tips {
    justify-content: space-around; }
    .step-5 .top-tips li {
      width: 35%;
      margin: 0 auto;
      margin: 0 20px 240px; }
    .step-5 .top-tips .cycle-figure {
      font-size: 30em; }
    .step-5 .top-tips p {
      position: relative;
      z-index: 100; }
  .step-5 .dropzone {
    height: auto;
    font-size: .9em;
    display: flex;
    align-items: center;
    justify-content: center; }
    .step-5 .dropzone p {
      color: #24326A;
      margin: 0;
      line-height: 1.4; } }
.step-6 section:first-child {
  min-height: 100vh; }
.step-6 .question-number {
  max-width: 960px;
  margin: 30px auto;
  background-color: #FFF;
  padding: 20px;
  border-radius: 20px;
  font-family: "signo", sans-serif;
  font-size: 1.75em; }
  .step-6 .question-number p:first-child {
    font-size: 180%;
    margin: 0 auto; }
.step-6 ul {
  list-style: none; }
.step-6 li {
  margin: 0 0 30px; }
.step-6 li a {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  padding: 20px;
  margin: 0;
  display: block; }
  .step-6 li a:after {
    border-right: none; }
  .step-6 li a:nth-child(even):after {
    border-left: none; }
.step-6 .js-error, .step-6 .js-whoops {
  background: #b37c0d;
  padding: 30px;
  color: #FFF; }

@media only screen and (min-width: 768px) {
  .step-6 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .step-6 li {
    margin: 0; }
  .step-6 li a {
    width: 400px;
    margin: 20px 20px 20px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .step-6 li a:before {
      border-right: 400px solid transparent; }
    .step-6 li a:after {
      top: 118px;
      border-right: 400px solid transparent; }
    .step-6 li a:nth-child(even):before {
      border-left: 400px solid transparent; }
    .step-6 li a:nth-child(even):after {
      border-left: 400px solid transparent; } }
@media only screen and (min-width: 768px) {
  .step-6 .question {
    padding: 50px; }
  .step-6 li a {
    margin: 20px 20px 60px; } }
.success section {
  min-height: 100vh; }
.success .btn {
  padding: 20px;
  line-height: 1; }
  .success .btn:after {
    border: none; }
.success h1 {
  font-size: 5em; }

@media only screen and (min-width: 768px) {
  .success .btn {
    width: 500px;
    padding: 20px;
    line-height: 1; }
    .success .btn:before {
      border-right: 400px solid transparent; }
    .success .btn:after {
      border-right: 400px solid transparent; } }
@media only screen and (min-width: 1024px) {
  .success #animation_container {
    margin-bottom: -230px; } }

/*# sourceMappingURL=main.css.map */
