/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, strong, 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, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BODY
------------------------------------- */
body {
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif;
  line-height: calc(1rem + .5rem);
  font-weight: 400;
  background-color: #f8f8f8;
  background-size: cover;
  color: #000000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  overflow-x: hidden;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #c8c8c8;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #c8c8c8;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #c8c8c8;
  opacity: 1;
}

::placeholder {
  color: #c8c8c8;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #c8c8c8;
}

::-ms-input-placeholder {
  color: #c8c8c8;
}

/* CONTAINER
------------------------------------- */
.container-fluid {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 0;
  padding: 0;
}

/* WRAPPER
------------------------------------- */
.wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper--content {
  min-height: 610px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 25px 0 rgba(206, 206, 206, 0.25);
          box-shadow: 0 0 25px 0 rgba(206, 206, 206, 0.25);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

/* HEADER
------------------------------------- */
.alert {
  text-align: center;
  padding: 10px 0;
  background-color: #ffcb00;
}

.header {
  text-align: center;
  margin: 50px 0 25px;
}

.logo__link {
  display: inline-block;
  max-width: 280px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.logo__link .logo__img {
  width: 100%;
  height: auto;
}

/* PROFILE
------------------------------------- */
.profile {
  width: 100%;
  position: relative;
}

/* SECTIONS
------------------------------------- */
.section--navigation {
  width: 280px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  padding: 50px 30px;
  color: #ffffff;
  background-color: #78c7c9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.section--profile {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 3;
      -ms-flex: 3 0 auto;
          flex: 3 0 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  position: relative;
  overflow: hidden;
}

.section--profile::before {
  content: attr(data-succes-message);
  opacity: 0;
  width: 100%;
  max-width: 305px;
  text-align: center;
  background-color: #78c7c9;
  color: #ffffff;
  padding: 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -20%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.section--succes::before {
  opacity: 1;
  top: 50%;
}

.section--hide {
  display: none;
}

/* TEXT ELEMENTS
------------------------------------- */
.heading {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.8rem;
  line-height: calc(1.8rem + .4rem);
  font-weight: 700;
  color: #000000;
  margin: 30px 0 20px;
}

.heading-h1 {
  color: #ffffff;
  margin-top: 0;
}

.heading-h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: calc(1.8rem - .5rem);
  line-height: calc(calc(1.8rem + .4rem) - .5rem);
}

.heading-h3 {
  font-family: "Ubuntu", sans-serif;
  font-size: calc(1.8rem - .75rem);
  line-height: calc(calc(1.8rem + .4rem) - .75rem);
}

.heading-h4 {
  font-family: "Ubuntu", sans-serif;
  font-size: calc(1.8rem - 1rem);
  line-height: calc(calc(1.8rem + .4rem) - 1rem);
}

.heading-h5 {
  font-family: "Ubuntu", sans-serif;
  font-size: calc(1.8rem - 1.25rem);
  line-height: calc(calc(1.8rem + .4rem) - 1.25rem);
}

.heading-h6 {
  font-family: "Ubuntu", sans-serif;
  font-size: calc(1.8rem - 1.5rem);
  line-height: calc(calc(1.8rem + .4rem) - 1.5rem);
}

.heading:first-child {
  margin-top: 0;
}

.link {
  color: #78c7c9;
}

.link--close {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-image: url("../assets/svg/icons/close.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 50% 50%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  border-radius: 100px;
  text-indent: -9999px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 20;
}

/* NAVIGATION
------------------------------------- */
.nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.nav__list::before {
  content: '';
  display: block;
  width: 2px;
  height: calc(100% - 20px);
  background-color: #9bd5d7;
  position: absolute;
  top: 5px;
  left: 19px;
  bottom: 0;
}

.nav__list-item {
  margin: 0 0 20px;
  position: relative;
}

.nav__list-item::before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("../assets/svg/icons/check.svg");
  background-color: #9bd5d7;
  background-repeat: no-repeat;
  background-size: 1px 1px;
  background-position: 50% 50%;
  -webkit-box-shadow: inset 0 0 0 15px #9bd5d7;
          box-shadow: inset 0 0 0 15px #9bd5d7;
  border-radius: 100px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.nav__list-item--completed::before {
  background-size: 18px 18px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 0 #9bd5d7;
          box-shadow: inset 0 0 0 0 #9bd5d7;
}

.nav__list-item--active {
  font-weight: 500;
}

.nav__list-item--active::before {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 5px #9bd5d7;
          box-shadow: inset 0 0 0 5px #9bd5d7;
}

.nav__list-item:hover::before, .nav__list-item:focus::before {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 7px #9bd5d7;
          box-shadow: inset 0 0 0 7px #9bd5d7;
}

.nav__link {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  position: relative;
  z-index: 100;
}

.nav__link .nav__text {
  display: inline-block;
  vertical-align: top;
  margin: 8px 0 20px;
  padding: 0 0 0 50px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.nav__link:hover .nav__text {
  padding: 0 0 0 55px;
}

/* PROFILE PAGES
------------------------------------- */
.pageContainer {
  height: 740px;
  position: relative;
  background-color: #54b8ba;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-transition: height .6s ease;
  transition: height .6s ease;
}

.pageContainer::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  border-radius: 300px;
  border: 10px solid #9bd5d7;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: rotating 1s 0s infinite linear;
          animation: rotating 1s 0s infinite linear;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.pageContainer::after {
  content: attr(data-loading);
  color: #ffffff;
  position: absolute;
  top: calc(50% + 80px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.pageContainer--loaded::before {
  opacity: 0;
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
  border-width: 30px;
}

.pageContainer--loaded::after {
  opacity: 0;
  top: calc(50% + 180px);
}

.errorContainer {
  height: 100%;
  max-height: 200px;
  background-color: transparent;
  position: relative;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-transition: height .6s ease;
  transition: height .6s ease;
}

.optOutContainer {
  height: auto !important;
  background-color: transparent;
  position: relative;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-transition: height .6s ease;
  transition: height .6s ease;
}

.profilePage,
.errorPage,
.optOutPage {
  width: 100%;
  height: 100%;
  padding: 50px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.profilePage--active,
.errorPage--active,
.optOutPage--active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 20;
}

.optOutPage {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
}

.errorPage,
.optOutPage {
  margin: 0 auto;
  max-width: 850px;
}

/* FORM ELEMENTS
------------------------------------- */
.form {
  min-height: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.gridWrapper {
  display: -ms-grid;
  display: grid;
}

.gridWrapper--multiSelect {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.gridWrapper--multiSelectLarge {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.field {
  position: relative;
  margin: 15px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.field--text, .field--multiselect {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.333% 66.666%;
      grid-template-columns: 33.333% 66.666%;
  grid-column-gap: 0;
  grid-row-gap: 11px;
}

.field--radio {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.333% 66.666%;
      grid-template-columns: 33.333% 66.666%;
  grid-column-gap: 0;
  grid-row-gap: 11px;
}

.field--optOut {
  width: 100%;
  margin: 0 0 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.field--checkbox {
  width: auto;
  display: inline-block;
  margin: 10px 0 0;
}

.field--visual {
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.field--hide {
  display: none;
}

.field--noLabel .label {
  display: none;
}

.field[data-remark]::after {
  width: 100%;
  display: block;
  content: attr(data-remark);
  font-style: italic;
  color: #c8c8c8;
  position: absolute;
  left: 33.3333%;
  top: calc(100% + 10px);
}

.visual {
  min-width: 115px;
  min-height: 90px;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  border: none;
  margin: 0;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  position: relative;
  cursor: pointer;
}

.visual--large {
  min-width: 145px;
  min-height: 145px;
  background-size: 80% 80%;
  background-repeat: no-repeat;
}

.visual--checkbox::before {
  content: '';
  width: 100%;
  height: 100%;
  max-height: 150px;
  -webkit-box-shadow: inset 0 0 0 2px #c8c8c8;
          box-shadow: inset 0 0 0 2px #c8c8c8;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.visual--checkbox::after {
  content: '';
  width: 100%;
  height: 100%;
  max-height: 150px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.visual--radio::before {
  width: 20px;
}

.element {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: border .2s ease;
  transition: border .2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.element::after {
  content: '';
  width: 100%;
  height: 100%;
  speak: none;
  display: block;
  opacity: 0;
  background: #000000;
  border: 10px solid #ffffff;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity .2s ease, border .2s ease;
  transition: opacity .2s ease, border .2s ease;
}

.element--radio {
  border-radius: 100px;
  margin-right: 10px;
}

.element--radio::after {
  border-radius: 100px;
}

.label {
  display: inline-block;
  padding: 9px 0 9px;
}

.label--radio {
  vertical-align: middle;
  cursor: pointer;
}

.input {
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif;
  line-height: calc(1rem + .5rem);
  font-weight: 400;
  color: #828282;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: top 50% right -50px;
  background-image: url("../assets/svg/icons/check.svg");
  border: 1px solid #c8c8c8;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 9px 40px 9px 16px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border .2s ease, background-position .5s ease;
  transition: border .2s ease, background-position .5s ease;
}

.input--checkbox {
  width: 1px;
  height: 1px;
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
}

.input--radio {
  width: 1px;
  height: 1px;
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
}

.input--completed {
  background-position: top 50% right 10px;
}

.input--completed ~ .select2-container .input {
  background-position: top 50% right 10px;
}

.input--multiselect {
  padding: 4px 40px 9px 16px;
}

.input:hover, .input:focus {
  border-color: #78c7c9;
}

.input:hover ~ .visual::before {
  -webkit-box-shadow: inset 0 0 0 2px #000000;
          box-shadow: inset 0 0 0 2px #000000;
}

.input:focus ~ .element,
.input:hover ~ .element {
  border-color: #78c7c9;
}

.input:checked ~ .element::after {
  opacity: 1;
  border: 8px solid #ffffff;
}

.input:checked ~ .visual::before {
  -webkit-box-shadow: inset 0 0 0 2px #78c7c9;
          box-shadow: inset 0 0 0 2px #78c7c9;
}

.input:checked ~ .visual::after {
  background-color: rgba(120, 199, 201, 0.1);
}

.radioWrapper {
  display: inline-block;
  margin-right: 20px;
}

/* BUTTONS
------------------------------------- */
.buttonContainer {
  position: absolute;
  z-index: 20;
  bottom: -50px;
  right: 90px;
  -webkit-transition: bottom .5s ease;
  transition: bottom .5s ease;
}

.buttonContainer--show {
  bottom: 50px;
}

.buttonContainer--hide {
  bottom: -50px;
  opacity: 0;
  pointer-events: none;
}

.buttonGroup {
  display: inline-block;
}

.button {
  display: inline-block;
  text-decoration: none;
  padding: 8px 38px;
  margin-left: 10px;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif;
  line-height: calc(1rem + .5rem);
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #c8c8c8;
  background-image: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 50% 50%;
  border-radius: 0px;
  color: #828282;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button--prev {
  padding: 8px 34px 8px 42px;
  background-position: 15px 50%;
  background-image: url("../assets/svg/icons/arrowLeft.svg");
}

.button--prev:hover {
  background-position: 10px 50%;
  background-image: url("../assets/svg/icons/arrowLeftWhite.svg");
}

.button--next {
  padding: 8px 42px 8px 34px;
  background-position: right 15px top 50%;
  background-image: url("../assets/svg/icons/arrowRight.svg");
}

.button--next:hover {
  background-position: right 10px top 50%;
  background-image: url("../assets/svg/icons/arrowRightWhite.svg");
}

.button--save {
  padding: 8px 42px 8px 34px;
  background-position: right 15px top 50%;
  background-image: url("../assets/svg/icons/checkWhite.svg");
}

.button--save:hover {
  background-position: right 10px top 50%;
}

.button--optOut {
  padding: 8px 34px;
}

.button--cta {
  background-color: #1e1e1e;
  color: #ffffff;
}

.button--cta.button--next {
  background-image: url("../assets/svg/icons/arrowRightWhite.svg");
}

.button:hover {
  color: #ffffff;
  background-color: #78c7c9;
  border-color: #78c7c9;
}

/* ANIMATIONS
------------------------------------- */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* RESPONSIVE
------------------------------------- */
@media screen and (max-width: 1080px) {
  /* PROFILE PAGES
    ------------------------------------- */
  .profilePage,
  .errorPage,
  .optOutPage {
    padding: 50px 60px;
  }
  .optOutPage {
    padding-bottom: 90px;
  }
  .gridWrapper--multiSelect {
    -ms-grid-columns: (minmax(115px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
  }
  .gridWrapper--multiSelectLarge {
    -ms-grid-columns: (minmax(145px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  }
  .buttonContainer {
    right: 60px;
  }
}

@media screen and (max-width: 895px) {
  /* BUTTONS
    ------------------------------------- */
  .buttonContainer {
    right: 0;
    width: 100%;
    text-align: center;
  }
  .buttonContainer .button {
    margin: 0 5px;
  }
  .buttonContainer--optOut {
    width: auto;
    right: 60px;
  }
}

@media screen and (max-width: 800px) {
  /* FORM ITEMS
    ------------------------------------- */
  .field {
    margin: 5px 0 10px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .field--checkbox {
    margin: 0;
  }
  .field[data-remark]::after {
    position: relative;
    left: 0;
    top: 0;
  }
  .label {
    padding: 9px 0 0;
  }
  .label--radio {
    padding: 0;
  }
}

@media screen and (max-width: 770px) {
  .mediaQ {
    width: 770px;
    position: absolute;
  }
  /* HEADER
    ------------------------------------- */
  .header {
    margin: 25px 0 15px;
  }
  /* NAVIGATION
    ------------------------------------- */
  .nav__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[5];
        grid-template-columns: repeat(5, auto);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .nav__list-item {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0;
  }
  .nav__list-item::after {
    content: '';
    display: block;
    width: 330%;
    height: 2px;
    background-color: #9bd5d7;
    position: absolute;
    top: 19px;
    left: 0;
    bottom: 0;
  }
  .nav__list-item:last-child::after {
    top: 18px;
    height: 4px;
    background-color: #78c7c9;
  }
  .nav__list::before {
    display: none;
  }
  .nav__link {
    width: 40px;
    height: 40px;
  }
  .nav__link .nav__text {
    display: none;
  }
  /* PROFILE PAGES
    ------------------------------------- */
  .profilePage,
  .errorPage {
    padding: 20px;
  }
  .optOutPage {
    padding: 20px 20px 80px 20px;
  }
  /* SECTIONS
    ------------------------------------- */
  .section--navigation {
    width: 100%;
    padding: 20px 0;
  }
  .section--navigation .heading {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
  }
  .section--profile {
    width: 100%;
  }
  .link--close {
    top: 16px;
    right: 16px;
  }
  /* FORM ITEMS
    ------------------------------------- */
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .buttonContainer {
    bottom: 20px;
    width: 100%;
    right: 0;
  }
  .buttonContainer .button--optOut {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 470px) {
  .mediaQ {
    width: 470px;
  }
  /* BUTTONS
    ------------------------------------- */
  /* BUTTONS
    ------------------------------------- */
  .buttonContainer {
    width: 100%;
  }
  .buttonContainer .buttonGroup {
    width: calc(100% - 40px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(45%, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0 auto 10px;
  }
  .buttonContainer .button {
    width: 100%;
    margin: 0;
  }
  .buttonContainer .button--save, .buttonContainer .button--optOut {
    width: calc(100% - 40px);
  }
}

/* PREVENT STICKY HOVER ON MOBILE
------------------------------------- */
@media (hover: hover) {
  .logo__link:hover {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .link--close:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .button:hover {
    -webkit-box-shadow: 0 0 0 2px #78c7c9;
            box-shadow: 0 0 0 2px #78c7c9;
  }
  .field--visual:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/*# sourceMappingURL=main.css.map */