@charset "UTF-8";
/* 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 */
/*! Fonts */
@font-face {
  font-family: 'bebas_neuebold';
  src: url("../fonts/bebasneue_bold-webfont.eot");
  src: url("../fonts/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebasneue_bold-webfont.woff") format("woff"), url("../fonts/bebasneue_bold-webfont.ttf") format("truetype"), url("../fonts/bebasneue_bold-webfont.svg#bebas_neuebold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! Typography */
html {
  font-size: 1.15em;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #FFF;
  line-height: 1.5;
  text-align: center; }

h1, h2 {
  font-family: "bebas_neuebold", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 2.5em;
  line-height: .9; }

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

  p {
    font-size: 1.25em; } }
/*! 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; }

body {
  overflow-x: hidden; }

.scroll-to {
  position: absolute;
  bottom: 4em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-decoration: none;
  color: white;
  font-size: 2em;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: .1em 0 0;
  line-height: 1;
  transition: all .3s;
  border: .2rem solid white;
  border-radius: 50%; }
  .scroll-to:hover {
    background-color: rgba(255, 255, 255, 0.25); }

section {
  width: 100%;
  padding: 40px 0;
  position: relative; }

.holder {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.grad-pink {
  background: linear-gradient(#8F0C59, #FF3366); }

.grad-red {
  background: linear-gradient(#8D2619, #EC1016); }

.grad-orange {
  background: linear-gradient(#C84121, #FF9020); }

.grad-yellow {
  background: linear-gradient(#F47921, #FFD200);
  color: #2c315d; }

.grad-green {
  background: linear-gradient(#2D9042, #ADD100); }

.grad-blue {
  background: linear-gradient(#005A7A, #61BEDD); }

.grad-dark-blue {
  background: linear-gradient(#000000, #2c315d); }

.grad-dark-blue-2 {
  background: linear-gradient(#000000 3%, #2c315d 45%); }

.grad-dark-blue-2-success {
  background: linear-gradient(#000000 5%, #2c315d 34%); }

.red {
  background-color: #EC1016; }

.yellow {
  background: #FFD200;
  color: #2c315d; }

.light-blue {
  background: #61BEDD; }

.orange {
  background: #FF9020; }

.pink {
  background: #FF3366; }

.green {
  background: #ADD100; }

.tip b {
  font-size: 200%;
  font-family: "bebas_neuebold", sans-serif;
  display: block;
  text-transform: uppercase; }

@media only screen and (min-width: 1366px) {
  .grad-dark-blue-2 {
    background: linear-gradient(#000000 2.5%, #2c315d 38.5%); }

  .grad-dark-blue-2-success {
    background: linear-gradient(#000000 5.5%, #2c315d 42%); } }
@media only screen and (min-width: 1500px) {
  .grad-dark-blue-2 {
    background: linear-gradient(#000000 6%, #2c315d 42%); }

  .grad-dark-blue-2-success {
    background: linear-gradient(#000000 8%, #2c315d 46%); } }
.lockup a {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }
  .lockup a img {
    display: block;
    width: 70px;
    height: auto; }

@media only screen and (min-width: 768px) {
  .lockup a {
    right: 30px; }

  .lockup a img {
    width: 80px; } }
/*! Buttons */
.btn-next-step {
  width: auto;
  cursor: pointer;
  text-decoration: none;
  font-family: "bebas_neuebold", sans-serif;
  font-size: 3em;
  display: inline-block;
  line-height: 1;
  position: relative;
  color: #FFF;
  z-index: 2;
  background: #2c315d;
  padding: 1rem 2rem;
  border-radius: .5rem;
  transition: .3s all; }
  .btn-next-step:hover {
    background: #1c1f3a; }

.btn-next-step span {
  font-weight: bold;
  text-transform: lowercase;
  font-family: 'arial','helvetica', sans-serif; }

.step {
  display: flex;
  padding: 0;
  flex-direction: column;
  position: relative; }

.step-task,
.step-number {
  width: 100%;
  font-size: 8em;
  font-family: "bebas_neuebold", sans-serif;
  padding: 10px 0;
  display: block;
  line-height: 1;
  position: relative; }

.step-task {
  font-size: 3em; }

.step-copy-wrapper {
  display: block; }

.step-copy {
  padding: 30px 0;
  display: block;
  width: 90%;
  margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .step {
    display: flex;
    height: 300px;
    flex-direction: row; }

  .task-header {
    height: 240px; }

  .step-task,
  .step-number {
    width: 180px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

  .step-copy-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 40px;
    width: 100%;
    text-align: left; }

  .step-copy {
    margin: 0;
    width: auto;
    width: 90%; }

  .step-1 .step-copy-wrapper {
    background: url(../img/step-bg.png) no-repeat 100% 0, linear-gradient(#8F0C59, #FF3366); }

  .step-2 .step-copy-wrapper {
    background: url(../img/step-bg.png) no-repeat 100% 0, linear-gradient(#8D2619, #EC1016); }

  .step-3 .step-copy-wrapper {
    background: url(../img/step-bg.png) no-repeat 100% 0, linear-gradient(#C84121, #FF9020); }

  .step-4 .step-copy-wrapper {
    background: url(../img/step-bg.png) no-repeat 100% 0, linear-gradient(#F47921, #FFD200); }

  .step-5 .step-copy-wrapper {
    background: url(../img/step-bg.png) no-repeat 100% 0, linear-gradient(#2D9042, #ADD100); }

  .step-6 .step-copy-wrapper {
    background: url(../img/step-bg.png) no-repeat 100% 0, linear-gradient(#005A7A, #61BEDD); }

  .task-1 .step-copy-wrapper {
    background: no-repeat 100% 0, linear-gradient(#8F0C59, #FF3366); }

  .task-2 .step-copy-wrapper {
    background: no-repeat 100% 0, linear-gradient(#8D2619, #EC1016); }

  .task-3 .step-copy-wrapper {
    background: no-repeat 100% 0, linear-gradient(#C84121, #FF9020); }

  .task-4 .step-copy-wrapper {
    background: no-repeat 100% 0, linear-gradient(#F47921, #FFD200); }

  .task-5 .step-copy-wrapper {
    background: no-repeat 100% 0, linear-gradient(#2D9042, #ADD100); }

  .task-6 .step-copy-wrapper {
    background: no-repeat 100% 0, linear-gradient(#005A7A, #61BEDD); } }
@media only screen and (min-width: 1024px) {
  .step {
    display: flex;
    height: 380px;
    flex-direction: row; }

  .task-header {
    height: 240px; }

  .step-number {
    width: 240px;
    font-size: 14em; }

  .step-copy {
    width: 62.5%; } }
.home section.top {
  padding: 40px 0 0; }
  .home section.top .holder {
    max-width: 800px; }
  .home section.top li {
    text-transform: uppercase;
    font-size: 1.75em;
    font-family: "bebas_neuebold", sans-serif;
    padding: 30px 0; }
.home .grad-yellow {
  color: #FFF; }
.home section:last-child {
  background-color: #FFF; }

.animation {
  padding: 0 !important;
  margin-bottom: 0;
  position: relative; }

.home h1 {
  margin: 0 0 40px;
  padding: 0;
  line-height: .5; }
  .home h1 ul {
    max-width: 1100px;
    display: flex;
    margin: 0 auto;
    padding: 0;
    padding: 0 20px;
    width: auto;
    font-size: 1.25em; }
  .home h1 li {
    display: inline-block; }

.home section.top h1 li:nth-child(2) {
  width: 15%; }
.home section.top h1 li:nth-child(5) {
  width: 40%; }

.success section.top h1 li:nth-child(1) {
  width: 50%; }
.success section.top h1 li:nth-child(2) {
  width: 30%; }
.success section.top h1 li:nth-child(5) {
  width: 20%; }

.success h1 ul {
  font-size: 1em; }

@media only screen and (min-width: 375px) {
  h1 ul {
    font-size: 1.50em; }

  .animation {
    margin-bottom: -50px; }

  .success h1 ul {
    font-size: 1.15em; } }
@media only screen and (min-width: 414px) {
  h1 ul {
    font-size: 1.65em; }

  .animation {
    margin-bottom: -50px; }

  .success h1 ul {
    font-size: 1.35em; } }
@media only screen and (min-width: 768px) {
  .home ul.learning-outcomes {
    display: flex;
    flex-wrap: wrap; }
  .home li {
    width: 50%; }
  .home h1 ul {
    font-size: 3em; }

  .animation {
    margin-bottom: -95px; }

  .success h1 ul {
    font-size: 2.5em; } }
@media only screen and (min-width: 1024px) {
  .home section.top li {
    width: 33.3%; }
  .home h1 ul {
    width: 880px;
    font-size: 2.3em; }

  .animation {
    margin-bottom: -160px; }

  .success h1 ul {
    font-size: 1.75em; }
  .success .animation {
    margin-bottom: -95px; } }
/* 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; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  background: #FF3366;
  top: 70%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    display: none !important; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    content: "◀"; }
    [dir="rtl"] .slick-prev:before {
      content: "▶"; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  .slick-next:before {
    content: "▶"; }
    [dir="rtl"] .slick-next:before {
      content: "◀"; }

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      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: #EC1016;
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 10px;
        height: 10px;
        font-family: "slick";
        font-size: 6px;
        line-height: 10px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #fff; }
    .slick-dots li.slick-active button:before {
      background: #EC1016;
      opacity: 0.75; }

.timeline-holder {
  outline: none;
  padding: 0; }

.slide {
  position: relative; }
  .slide h2 {
    background-color: #EC1016;
    padding: 10px 20px;
    font-size: 1.5em;
    margin: 20px auto;
    display: inline-block;
    width: auto;
    max-width: 90%; }

.slick-track {
  padding: 0 0 100px; }

.timeline-text {
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 auto; }
  .timeline-text h3 {
    line-height: 1;
    margin: 20px 0 10px 0;
    color: #fff;
    font-size: 2.6rem;
    font-family: 'bebas_neuebold'; }
  .timeline-text p {
    max-width: 100%;
    margin: 0 0 20px; }

.timeline-image {
  position: relative;
  width: 100%;
  height: auto; }

.timeline-img-bg {
  position: absolute;
  left: -100%;
  top: 40px;
  transform: scale(0);
  transition: all 2s;
  opacity: 0;
  width: 100%; }
  .slick-active .timeline-img-bg {
    left: 0;
    opacity: 1;
    transform: scale(1); }

.timeline-image-front {
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  transform: translateX(-50%) scale(0);
  transition: all 1.5s ease .25s;
  left: 50%;
  transform-origin: bottom center; }
  .slick-active .timeline-image-front {
    transform: translateX(-50%) scale(1); }

.timeline-error {
  color: #FF7058;
  padding: 1rem;
  border: 1px solid #FF7058;
  max-width: none;
  margin: -2rem 1rem 0; }

@media only screen and (min-width: 768px) {
  .slick-slide {
    height: auto !important; }

  .timeline-img-bg {
    width: 75%; }

  .timeline-image {
    max-width: 60%;
    margin: 0 auto; }

  .timeline-text {
    width: 70%;
    margin: 0 auto; }

  .slick-track {
    padding: 0; } }
@media only screen and (min-width: 1024px) {
  .timeline-image-front {
    width: 60%; }

  .slick-list {
    height: 568px; }

  .slide-content {
    display: flex !important;
    flex-direction: row;
    width: 100%;
    max-width: 840px;
    margin: 0 auto; }
    .slide-content img {
      width: 75%;
      margin: 30px;
      display: block;
      height: auto; }
    .slide-content div {
      width: 50%; }

  .timeline-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0; }
    .timeline-text h3 {
      text-align: left; }

  .timeline-img-bg {
    width: 50%; } }
@media only screen and (min-width: 1200px) {
  .slide-content {
    max-width: 1120px; }

  .timeline-img-bg {
    max-width: 530px;
    height: auto; } }
.question-number {
  font-family: "bebas_neuebold", sans-serif;
  font-size: 2em;
  background-color: #2c315d;
  padding: 10px 40px;
  margin: 0 0 30px;
  display: inline-block;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25); }

.question .question-bg {
  display: none; }
.question .holder {
  padding: 0 0 40px; }
.question li {
  display: inline-block;
  font-family: "bebas_neuebold", sans-serif;
  font-size: 2em;
  padding: 10px 30px;
  border: 2px solid #FFF;
  border-radius: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 10px;
  line-height: .9; }
.question li.selected,
.question li:hover {
  background-color: #FFF;
  color: #EC1016; }
.question a {
  width: 100%;
  padding: 20px 0;
  display: block;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: .65em;
  color: #FFF; }
.question a.selected,
.question a:hover {
  color: #61BEDD; }

.task-3 .question li.selected,
.task-3 .question li:hover {
  color: #FF9020; }

.task-4 .question li.selected,
.task-4 .question li:hover {
  color: #FFD200;
  background: #2c315d; }

.task-5 .question li.selected,
.task-5 .question li:hover {
  color: #ADD100; }

.task-6 .question li.selected,
.task-6 .question li:hover {
  color: #61BEDD; }

.task {
  padding: 40px 0 0;
  min-height: 100vh; }

.feedback {
  z-index: 3;
  padding: 40px 0;
  position: relative; }
  .feedback .holder {
    padding: 0; }
  .feedback a {
    display: inline-block;
    font-family: "bebas_neuebold", sans-serif;
    font-size: 2em;
    padding: 6px 30px;
    border: 2px solid #FFF;
    border-radius: 10px;
    color: #FFF;
    text-decoration: none;
    margin-top: 30px;
    max-width: 240px; }
  .feedback a:hover {
    background-color: #FFF;
    color: #2c315d; }
  .feedback p {
    margin: 20px 0; }

.feedback-fail p {
  font-family: "bebas_neuebold", sans-serif;
  font-size: 2.5em; }

.quiz {
  position: relative;
  z-index: 2; }

.task-1 {
  background: linear-gradient(#8F0C59, #FF3366);
  min-height: 100vh; }

.quiz-question {
  margin-bottom: 100px; }

.quiz-error {
  background: linear-gradient(#8D2619, #EC1016);
  padding: 20px; }

.quiz-options ul {
  display: flex; }

.quiz-options li {
  border: none;
  display: flex;
  padding: 0; }
  .quiz-options li a {
    height: 120px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 2px solid #FFF;
    border-radius: 10px;
    line-height: 1.2; }
  .quiz-options li a.selected-right,
  .quiz-options li a:hover {
    background-color: #FFF;
    color: #61BEDD; }

#question5 .quiz-options li a {
  height: 180px; }

.quiz-options li:hover {
  background-color: transparent; }

.avoid-clicks {
  pointer-events: none;
  cursor: default !important; }

@media only screen and (min-width: 768px) {
  .question .question-bg {
    display: block;
    position: absolute; }
  .question .question-bg-right {
    right: 0; }
  .question img {
    width: 60%;
    margin: 0 auto;
    display: block;
    z-index: 1;
    position: relative; }
  .question ul {
    display: flex;
    flex-wrap: wrap; }
  .question li {
    width: calc(50% - 20px);
    cursor: pointer; }

  .task-2 .question-3 .holder img {
    width: 80%; }

  .step-3 .feedback,
  .step-2 .feedback,
  .step-1 .feedback {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20; } }
@media only screen and (min-width: 1024px) {
  .question img {
    width: 40%;
    margin: 0 auto;
    display: block; }

  .task-3 section:nth-last-child(2) .question-4 img,
  .task-3 section:nth-last-child(2) .question-7 img,
  .task-3 section:nth-last-child(2) .question-8 img {
    width: 50%;
    max-width: 50%; }

  .task-2 .feedback .holder {
    max-width: 800px; } }
.tip a {
  font-family: "Oswald", sans-serif;
  text-transform: normal;
  border: none;
  font-size: 1em;
  display: inline;
  padding: 0;
  text-decoration: underline; }
  .tip a:hover {
    text-decoration: none;
    background: transparent;
    color: #FFF; }

.step-1 .holder h2 {
  margin: 40px 0 0; }
.step-1 .holder h2.colour-pink {
  color: #FF3366; }
.step-1 .boxes {
  margin: 40px auto;
  max-width: 80%; }
  .step-1 .boxes li {
    display: flex; }
    .step-1 .boxes li .title {
      height: 50px;
      width: auto;
      position: absolute;
      top: -49px;
      left: 50%;
      transform: translateX(-50%); }
    .step-1 .boxes li .icon {
      width: 70%;
      margin: 0 auto 0 auto; }
  .step-1 .boxes li:nth-child(2) div:first-child,
  .step-1 .boxes li:nth-child(4) div:first-child,
  .step-1 .boxes li:nth-child(3) div:last-child,
  .step-1 .boxes li:nth-child(1) div:last-child {
    background-color: #FF3366;
    padding: 20px;
    position: relative;
    margin: 80px 0 0; }
.step-1 .big-image {
  width: 90%;
  max-width: 960px;
  margin-bottom: -40px; }

@media only screen and (min-width: 768px) {
  .step-1 .holder {
    display: flex;
    justify-content: center; }
    .step-1 .holder div {
      width: 50%;
      margin: 0 20px;
      text-align: left; }
  .step-1 .boxes {
    display: flex;
    flex-wrap: wrap; }
    .step-1 .boxes li {
      margin: 0 10px 0;
      width: calc(50% - 20px); } }
@media only screen and (min-width: 1200px) {
  .step-1 .boxes li p {
    font-size: 1em; }
  .step-1 .boxes li .title {
    height: 50px;
    top: -49px; }
  .step-1 .boxes li:nth-child(2) div:first-child,
  .step-1 .boxes li:nth-child(4) div:first-child,
  .step-1 .boxes li:nth-child(3) div:last-child,
  .step-1 .boxes li:nth-child(1) div:last-child {
    background-color: #FF3366;
    padding: 40px;
    margin: 120px 0 0; }
  .step-1 .boxes li:nth-child(2) div:last-child img,
  .step-1 .boxes li:nth-child(4) div:last-child img,
  .step-1 .boxes li:nth-child(3) div:first-child img,
  .step-1 .boxes li:nth-child(1) div:first-child img {
    height: 560px;
    width: auto;
    margin-top: 120px; } }
@media only screen and (min-width: 1366px) {
  .step-1 .boxes {
    max-width: 80%; }
    .step-1 .boxes li {
      display: flex;
      flex-direction: row;
      height: auto; }
      .step-1 .boxes li p {
        font-size: 1.25em; }
      .step-1 .boxes li div {
        height: 560px; }
      .step-1 .boxes li .title {
        height: 70px;
        top: -69px; }
      .step-1 .boxes li .icon {
        width: 50%;
        max-width: 200px; }
    .step-1 .boxes li:nth-child(2) div:first-child,
    .step-1 .boxes li:nth-child(4) div:first-child,
    .step-1 .boxes li:nth-child(3) div:last-child,
    .step-1 .boxes li:nth-child(1) div:last-child {
      background-color: #FF3366;
      padding: 40px;
      margin: 120px 0 0; }
    .step-1 .boxes li:nth-child(2) div:last-child img,
    .step-1 .boxes li:nth-child(4) div:last-child img,
    .step-1 .boxes li:nth-child(3) div:first-child img,
    .step-1 .boxes li:nth-child(1) div:first-child img {
      height: 560px;
      width: auto;
      margin-top: 120px; } }
.drop-wrapper {
  width: 300px;
  margin: 30px auto;
  display: flex; }

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

.dropzone {
  background-color: #FFF;
  height: 100px;
  padding: 0 20px;
  width: 150px;
  margin: 40px 0 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .dropzone p {
    color: #FF3366;
    font-size: 1.25em;
    line-height: 1.2; }
  .dropzone span {
    font-family: "bebas_neuebold", sans-serif;
    display: block;
    font-size: 2.5em;
    top: -11px;
    position: absolute;
    line-height: 0;
    left: 50%;
    transform: translateX(-50%); }
  .dropzone .after-drop {
    display: none; }

.drag-options {
  width: 150px;
  padding: 0 0 140px; }

.drag-option {
  border: 1px solid white;
  border-radius: 10px;
  height: 100px;
  margin: 0 0 40px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  transition: all .3s;
  cursor: pointer;
  font-size: .9em;
  line-height: 1.2; }

li.ui-draggable-dragging {
  background-color: rgba(255, 255, 255, 0.75);
  color: #FF3366; }

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

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

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

  .dropzone {
    width: calc(25% - 20px);
    padding: 30px 20px;
    margin: 10px;
    font-size: 1em;
    height: 150px; }
    .dropzone span {
      font-size: 3.5em;
      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; } }
@media only screen and (min-width: 1024px) {
  .dropzone {
    font-size: 1.35em; }
    .dropzone span {
      font-size: 3.5em;
      top: -21px; }

  .drag-option {
    font-size: 1.25em; } }
.task-1 .feedback a {
  max-width: 300px; }

@media only screen and (min-width: 1200px) {
  .step-2 {
    min-height: 100%; } }
.step-3 img {
  margin: 0 0 30px; }
.step-3 section:nth-last-child(2) img {
  margin: 0 0 -47px; }
.step-3 .figure-box {
  position: relative; }
  .step-3 .figure-box img {
    width: 70px;
    position: absolute;
    font-size: 6em;
    top: -142px;
    left: 50%;
    transform: translateX(-50%); }
  .step-3 .figure-box .figure {
    background-color: #FF9020;
    font-family: "bebas_neuebold", sans-serif;
    font-size: 2em;
    padding: 20px;
    line-height: 1;
    margin: 180px 0 0; }

.task-3 section:nth-last-child(2) img {
  max-width: 80%;
  margin: -20px auto 0; }
.task-3 .question li {
  display: block;
  margin: 0 0 10px; }

@media only screen and (min-width: 768px) {
  .step-3 .structured-data .holder,
  .step-3 .unstructured-data .holder {
    display: flex;
    flex-direction: row; }
    .step-3 .structured-data .holder div,
    .step-3 .unstructured-data .holder div {
      width: 50%;
      display: flex;
      justify-content: center; }
      .step-3 .structured-data .holder div img,
      .step-3 .unstructured-data .holder div img {
        min-height: 400px;
        width: 100%;
        height: auto; }
    .step-3 .structured-data .holder div:last-child,
    .step-3 .unstructured-data .holder div:last-child {
      display: flex;
      flex-direction: column;
      text-align: left;
      padding-left: 40px; }
  .step-3 .the-cloud-section .holder {
    max-width: 820px; }
  .step-3 .the-cloud-section .cols {
    display: flex;
    width: 100%;
    margin: 0 0 100px 0; }
    .step-3 .the-cloud-section .cols div {
      width: 50%;
      margin: 0 10px; }
  .step-3 .the-cloud-section .figure-box .figure {
    font-size: 1.75em;
    padding: 20px 0; }
  .step-3 .the-cloud-section .figure-box img {
    top: 40px; }
  .step-3 .the-cloud-section .figure-box p:last-child {
    width: 85%;
    margin: 20px auto 0 auto; }
  .step-3 section:nth-last-child(2) img:last-child {
    margin: -80px;
    position: relative;
    max-width: 60%; }

  .task-3 .question li {
    display: inline-block;
    margin: 0 10px 10px; } }
@media only screen and (min-width: 1024px) {
  .task-3 section:nth-last-child(2) img {
    max-width: 25%; }

  section:nth-last-child(2) .question .question-bg,
  section:nth-last-child(2) .question .question-bg-right {
    width: 50%;
    max-width: 600px; } }
.task-4 {
  overflow: hidden; }

@media only screen and (min-width: 768px) {
  .task-4 .step-copy-wrapper {
    width: 70%; } }
@media only screen and (min-width: 1024px) {
  .task-4 .step-copy-wrapper {
    width: 100%; } }
.step-4 section {
  padding: 0; }
.step-4 p {
  margin: 0; }
.step-4 .box {
  padding: 60px 40px; }
  .step-4 .box h2 {
    margin: 0 0 10px; }
.step-4 img {
  width: 150px;
  height: auto;
  margin: 0 0 20px; }
.step-4 .box-continue p {
  margin: 0 0 20px; }

@media only screen and (min-width: 1024px) {
  .step-4 .cols {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .step-4 .col {
    width: 33.3%;
    display: flex;
    flex-direction: column; }
  .step-4 .box {
    padding: 60px 30px; }
  .step-4 .col:nth-child(3) .box:last-child,
  .step-4 .col:nth-child(2) .box:last-child {
    flex-grow: 1;
    padding: 95px 30px; } }
@media only screen and (min-width: 1200px) {
  .step-4 .box {
    padding: 60px; }
  .step-4 .col:nth-child(2) .box:last-child {
    padding: 85px 60px; }
  .step-4 .col:nth-child(3) .box:last-child {
    padding: 170px 60px 0; } }
.task-4 .question .holder {
  max-width: 800px; }
.task-4 img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px auto; }
.task-4 .question-number {
  color: #FFF; }
.task-4 ul {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  z-index: 3; }
.task-4 li {
  border: 2px solid #2c315d;
  margin: 0 0 10px;
  cursor: pointer;
  transition: all .3s; }
  .task-4 li:hover {
    background-color: #2c315d;
    color: #FFD200; }
.task-4 .feedback {
  color: #FFF; }
  .task-4 .feedback p {
    margin: 20px 0 30px 0; }

@media only screen and (min-width: 768px) {
  .step-4 ul {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap; }
  .step-4 li {
    width: calc(50% - 20px);
    margin: 10px; } }
.step-5 img {
  width: 90%; }

.task-5 img {
  width: 40%;
  margin: 0 auto 20px auto; }
.task-5 .holder img {
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25); }
.task-5 ul {
  display: flex;
  flex-direction: column;
  z-index: 3; }
.task-5 li {
  font-family: "Oswald", sans-serif;
  padding: 20px 0;
  font-size: 1.25em;
  cursor: pointer;
  line-height: 1;
  margin: 0 0 10px;
  transition: all .3s; }
  .task-5 li:hover {
    color: #ADD100; }
.task-5 p > a {
  font-family: "Oswald", sans-serif;
  border: none;
  font-size: 1em;
  line-height: 1.5;
  transition: all .3s;
  max-width: 280px;
  margin-top: 0;
  padding: 10px 0;
  text-decoration: underline; }
  .task-5 p > a:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none; }

@media only screen and (min-width: 768px) {
  .step-5 ul {
    align-items: center; }
  .step-5 .cols {
    display: flex; }
    .step-5 .cols div {
      width: calc(50% - 20px);
      text-align: left;
      margin: 20px; } }
@media only screen and (min-width: 1024px) {
  .step-5 ul {
    flex-direction: row;
    margin: 40px auto 0; }
  .step-5 li {
    width: calc(33.3% - 10px);
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    line-height: 1.2;
    height: 100px; }
  .step-5 .feedback .holder {
    max-width: 800px; }

  .task-5 .holder img {
    width: 85%; } }
.step-6 img {
  margin: 0 0 20px;
  z-index: 2;
  position: relative; }
.step-6 .question-bg {
  display: block;
  position: absolute;
  z-index: 1; }
.step-6 .big-image .question-bg {
  bottom: 0; }
.step-6 .cities-countries .question-bg {
  bottom: 50%; }
.step-6 .grad-dark-blue .question-bg {
  bottom: 0; }

@media only screen and (min-width: 1024px) {
  .step-6 .holder {
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    padding: 40px 0; }
    .step-6 .holder div {
      width: calc(50% - 10px);
      display: flex;
      justify-content: center;
      margin: 0 10px; }
      .step-6 .holder div img {
        min-height: 400px;
        width: 100%;
        height: auto; }
    .step-6 .holder div {
      display: flex;
      flex-direction: column;
      text-align: left;
      padding-left: 40px; }
  .step-6 .big-image div {
    justify-content: flex-start; }
  .step-6 .big-image img {
    margin: 40px 0 0; }
  .step-6 .business-processes {
    max-width: 800px; }
  .step-6 .grad-dark-blue .question-bg,
  .step-6 .question-bg {
    max-width: 460px;
    height: 460px;
    top: 50%;
    margin-top: -230px; }
  .step-6 .question-bg-right {
    right: 0; }
  .step-6 .big-image .question-bg {
    top: auto;
    bottom: 0; }
  .step-6 .cities-countries .question-bg {
    top: 40%;
    bottom: auto; } }
.step-10 .question-bg {
  position: fixed;
  top: 50%;
  margin-top: -230px; }
.step-10 .animated {
  animation-delay: 1s; }
.step-10 .next-step a {
  color: #2c315d; }
.step-10 .next-step a:before {
  background: #2c315d; }

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