@import url(//fonts.googleapis.com/css?family=Lato:300:400);
*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  line-height: 1.5;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 14px;
  font-family: "Montserrat", sans-serif; }
  @media screen and (min-width: 48em) {
    html,
    body {
      font-size: 16px; } }

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  cursor: default;
  text-rendering: optimizeLegibility;
  color: #111111; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

audio,
canvas,
iframe,
img,
progress,
svg,
video {
  vertical-align: middle; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }
  a:hover {
    cursor: pointer; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: 600; }

dfn {
  font-style: italic; }

mark {
  background: #ffff00;
  color: #000000; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

::selection,
::-moz-selection {
  text-shadow: none !important; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

iframe {
  border: 0; }

figure {
  margin: 1em 40px; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #111111;
  margin: 1em 0;
  padding: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  border-style: solid;
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
  cursor: pointer; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
input[type='file'] {
  border-radius: 0; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

input[type='search'] {
  box-sizing: border-box;
  -webkit-appearance: none; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

[tabindex='-1']:focus {
  outline: none !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

body {
  background: linear-gradient(to right, #1b8ecf 0%, #18222d 100%); }
  body .cv img {
    width: 100%; }

.bg--white {
  background-color: #ffffff; }

.bg--gray {
  background-color: #f6f6f9; }

.bg--dark-grey, .bg--dark-gray {
  background-color: #2d2d2d; }

.bg--black {
  background-color: #111111; }

.bg--brand {
  background-color: #f77f00; }

.bg--orange {
  background-color: #f77f00; }

button:not(.btn):focus {
  outline: none; }

.btn {
  position: relative;
  display: inline-block;
  min-height: 2.85714rem;
  margin: 0;
  padding: 0.64286rem 1.14286rem 0.64286rem;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.42857rem;
  text-align: center;
  text-decoration: none;
  transition: border 0.12s ease-in-out, background-color 0.12s ease-in-out, color 0.12s ease-in-out;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  text-overflow: ellipsis; }
  @media screen and (min-width: 48em) {
    .btn {
      min-height: 2.5rem;
      padding: 0.5625rem 1rem 0.5625rem;
      line-height: 1.25rem; } }
  .btn--icon {
    width: 2.85714rem;
    height: 2.71429rem;
    padding: 0;
    background: transparent; }
    @media screen and (min-width: 48em) {
      .btn--icon {
        width: 2.5rem;
        height: 2.375rem; } }
    .btn--icon .nyc-icon::before {
      line-height: 2.78571rem; }
      @media screen and (min-width: 48em) {
        .btn--icon .nyc-icon::before {
          line-height: 2.4375rem; } }
  .btn:not(.btn--icon) {
    min-width: 100%;
    max-width: 12.3125rem;
    white-space: normal;
    word-break: break-word;
    hyphens: auto; }
    @media screen and (min-width: 48em) {
      .btn:not(.btn--icon):not(.btn--wide) {
        min-width: 16rem; } }
    .btn:not(.btn--icon) + .btn:not(.btn--icon) {
      margin-top: 0.57143rem; }
      @media screen and (min-width: 48em) {
        .btn:not(.btn--icon) + .btn:not(.btn--icon) {
          margin-top: 0; } }
    .btn:not(.btn--icon) .nyc-icon {
      position: relative;
      top: 2px; }
  .btn:not(.btn--outline):not(.btn--disabled):not(.btn--loading):hover.btn--primary {
    background-color: #ffffff;
    border: 1px solid #f77f00;
    color: #f77f00; }
  .btn:not(.btn--outline):not(.btn--disabled):not(.btn--loading):hover.btn--secondary {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000; }
  .btn:not(.btn--outline):not(.btn--disabled):not(.btn--loading):hover.btn--tertiary {
    border: 1px solid #e0e0e1;
    background-color: #ffffff;
    color: #b2b2b2; }
  .btn:not(.btn--outline):not(.btn--disabled):not(.btn--loading):active {
    box-shadow: none; }
    .btn:not(.btn--outline):not(.btn--disabled):not(.btn--loading):active.btn--secondary {
      border-color: #666666;
      background-color: #666666; }
    .btn:not(.btn--outline):not(.btn--disabled):not(.btn--loading):active.btn--tertiary {
      border-color: #cccccc;
      background-color: #cccccc; }
    .btn:not(.btn--outline):not(.btn--disabled):not(.btn--loading):active:hover {
      color: #ffffff; }
    .btn:not(.btn--outline):not(.btn--disabled):not(.btn--loading):active:focus {
      outline: none; }
  .btn:focus {
    outline: none;
    color: #ffffff; }
  .btn.btn--outline:not(.btn--disabled):hover.btn--primary {
    color: #ffffff;
    background-color: #f77f00; }
  .btn.btn--outline:not(.btn--disabled):hover.btn--secondary {
    background-color: #000000;
    color: #ffffff; }
  .btn.btn--outline:not(.btn--disabled):hover.btn--tertiary {
    border-color: #b2b2b2;
    background-color: #b2b2b2;
    color: #ffffff; }
  .btn.btn--outline:not(.btn--disabled):active.btn--secondary {
    border-color: #666666;
    background-color: #666666; }
  .btn.btn--outline:not(.btn--disabled):active.btn--tertiary {
    border-color: #cccccc;
    background-color: #cccccc; }
  .btn--primary {
    color: #ffffff;
    background-color: #f77f00;
    border-radius: 4px; }
  .btn--secondary {
    background-color: #000000;
    color: #ffffff; }
  .btn--tertiary {
    background-color: #b2b2b2;
    color: #ffffff; }
  .btn--outline {
    border: 1px solid #e8e8e8;
    color: #ffffff; }
    .btn--outline.btn--primary {
      background-color: transparent;
      border: 1px solid #f77f00;
      border-radius: 4px; }
    .btn--outline.btn--secondary {
      border: 1px solid #000000;
      background-color: #ffffff;
      color: #000000; }
    .btn--outline.btn--tertiary {
      border: 1px solid #e0e0e1;
      background-color: #ffffff;
      color: #b2b2b2; }
      .btn--outline.btn--tertiary:focus {
        color: #b2b2b2; }
  .btn--wide {
    display: block;
    width: 100%; }
  @media screen and (min-width: 64em) {
    .btn:not(.btn--wide) + .btn:not(.btn--wide) {
      margin-left: 1rem; } }
  .btn--dash {
    display: flex;
    justify-content: center;
    align-items: center; }
    .btn--dash hr {
      display: block;
      height: 1px;
      border: 0;
      border-top: 1px solid #e0e0e1;
      margin: 1em 0;
      padding: 0;
      flex: 1; }
    .btn--dash .btn {
      min-width: 14.07143rem; }
      @media screen and (min-width: 48em) {
        .btn--dash .btn {
          min-width: 12.3125rem; } }
  .btn--disabled, .btn--disabled[disabled] {
    opacity: .65;
    cursor: not-allowed; }
    .btn--disabled:not(.btn--outline):hover, .btn--disabled[disabled]:not(.btn--outline):hover {
      color: #ffffff; }

p + .btn--wide,
ol + .btn--wide,
ul + .btn--wide,
dl + .btn--wide,
.btn--wide + .btn--wide {
  margin-top: 1.14286rem; }
  @media screen and (min-width: 48em) {
    p + .btn--wide,
    ol + .btn--wide,
    ul + .btn--wide,
    dl + .btn--wide,
    .btn--wide + .btn--wide {
      margin-top: 1rem; } }

.navigation__items .btn {
  min-width: 8.64286rem !important; }
  @media screen and (min-width: 48em) {
    .navigation__items .btn {
      min-width: 7.5625rem !important; } }

@keyframes animated-arrow-right {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1); }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9); }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9); }
  55% {
    opacity: 1;
    transform: translateX(0) scale(1); } }

.card--primary .input__label, .card--secondary .input__label, .card--tertiary .input__label, .card--primary .input__switch-label, .card--secondary .input__switch-label, .card--tertiary .input__switch-label {
  color: #ffffff; }

.card {
  display: flex;
  margin-bottom: 1.14286rem;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  flex-direction: column; }
  @media screen and (min-width: 48em) {
    .card {
      margin-bottom: 2rem; } }
  .card > img {
    flex-shrink: 0;
    object-fit: cover; }
  .card__heading {
    padding: 1.14286rem 1.14286rem 0.85714rem;
    border-bottom: 1px solid #e8e8e8; }
    @media screen and (min-width: 48em) {
      .card__heading {
        padding: 2rem 2rem 1.5rem; } }
    .card__heading + .card__body {
      padding-top: 0.85714rem; }
      @media screen and (min-width: 48em) {
        .card__heading + .card__body {
          padding-top: 1.5rem; } }
  .card__body {
    width: 100%;
    padding: 1.14286rem;
    text-align: left;
    align-self: center;
    hyphens: none; }
    @media screen and (min-width: 48em) {
      .card__body {
        max-width: 52rem;
        padding: 2rem; } }
    .card__body:first-of-type {
      padding-top: 1.14286rem; }
      @media screen and (min-width: 48em) {
        .card__body:first-of-type {
          padding-top: 2rem; } }
    .card__body:last-of-type {
      padding-bottom: 1.14286rem; }
      @media screen and (min-width: 48em) {
        .card__body:last-of-type {
          padding-bottom: 2rem; } }
    .card__body + .card__body {
      border-top: 1px solid #e8e8e8; }
  .card--primary {
    color: #ffffff; }
  .card--secondary {
    background-color: #111111;
    color: #ffffff; }
    .card--secondary .btn--secondary {
      border: 1px solid #ffffff; }
  .card--tertiary {
    background-color: #e0e0e1;
    color: #ffffff; }
  .card--transparent {
    background-color: transparent;
    box-shadow: none; }
  .card--horizontal {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 64em) {
      .card--horizontal {
        flex-direction: row; } }
    .card--horizontal > figure {
      overflow: hidden;
      width: 100%;
      max-height: 100%;
      margin: 0;
      order: -1;
      align-self: flex-start; }
      @media screen and (min-width: 64em) {
        .card--horizontal > figure {
          display: flex;
          width: auto;
          min-width: 50%;
          height: 480px;
          padding: 0;
          align-items: center;
          flex-direction: column;
          order: 0; } }
      @media screen and (min-width: 75em) {
        .card--horizontal > figure {
          height: 352px; } }
      .card--horizontal > figure img {
        width: 100%;
        max-width: 100%; }
        @media screen and (min-width: 64em) {
          .card--horizontal > figure img {
            width: auto;
            max-width: none;
            height: 100%; }
            @supports (object-fit: cover) {
              .card--horizontal > figure img {
                width: 100%;
                object-fit: cover; } } }
      .card--horizontal > figure video {
        width: 100%;
        height: 100%; }
    .card--horizontal > .card__body {
      padding: 1.14286rem;
      align-self: flex-start; }
      @media screen and (min-width: 48em) {
        .card--horizontal > .card__body {
          min-width: 50%;
          padding: 2rem; } }
    .card--horizontal + .card__body {
      border-top: 1px solid #e8e8e8; }
  .card--full-width {
    margin-right: -1.14286rem;
    margin-left: -1.14286rem; }
    @media screen and (min-width: 48em) {
      .card--full-width {
        margin-right: 0;
        margin-left: 0; } }
    .card--full-width .card__body {
      padding-bottom: 1.71429rem; }
      @media screen and (min-width: 48em) {
        .card--full-width .card__body {
          padding-bottom: 2rem; } }
  .card--full-height {
    height: 100%;
    margin-bottom: 0; }
    @media screen and (min-width: 48em) {
      .card--full-height {
        margin-bottom: 0; } }
    .card--full-height .card__body {
      height: 100%;
      flex: 1; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .card--full-height .card__body {
          flex: auto; } }
  .card--top {
    margin-top: -3.71429rem;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 48em) {
      .card--top {
        margin-top: -2rem; } }
    @media screen and (min-width: 64em) {
      .card--top {
        margin-top: -3.25rem; } }
  @media screen and (min-width: 48em) {
    .card__figure-square {
      display: flex;
      flex-direction: row; } }
  .card__figure-square > .card__body:first-of-type {
    width: auto;
    padding-bottom: 0.57143rem; }
    @media screen and (min-width: 48em) {
      .card__figure-square > .card__body:first-of-type {
        padding: 2rem 1rem 2rem 2rem;
        align-self: flex-start; } }
  .card__figure-square > .card__body:last-of-type {
    padding-top: 0.57143rem;
    border: 0; }
    @media screen and (min-width: 48em) {
      .card__figure-square > .card__body:last-of-type {
        padding: 2rem 2rem 2rem 1rem;
        flex-grow: 1; } }
    @media screen and (min-width: 64em) {
      .card__figure-square > .card__body:last-of-type {
        align-self: flex-start; } }
  .card__figure-square + .card__body {
    border-top: 1px solid #e8e8e8; }
  .card--avatar {
    margin-top: 48px; }
    @media screen and (min-width: 48em) {
      .card--avatar {
        margin-top: 72px; } }
    .card--avatar .card__body:first-of-type {
      padding-top: 0; }
    .card--avatar .figure-square {
      margin-top: -48px; }
      @media screen and (min-width: 48em) {
        .card--avatar .figure-square {
          margin-top: -72px; } }
      .card--avatar .figure-square img {
        border-radius: 50%; }
  .card__button {
    margin-top: auto; }
  .card__video figure {
    margin: 0; }
    .card__video figure a {
      position: relative;
      z-index: 1;
      display: block;
      background: #ffffff;
      transition: background 0.2s ease-in;
      pointer-events: auto; }
      .card__video figure a:hover {
        cursor: pointer; }
        .card__video figure a:hover img {
          opacity: 0.7; }
        .card__video figure a:hover .video-controls {
          text-shadow: 0 0 8px rgba(17, 17, 17, 0.8); }
    .card__video figure img {
      opacity: 1;
      transition: opacity 0.2s ease-in;
      object-fit: cover; }
  .card--links {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 64em) {
      .card--links {
        width: calc(33.33333% - 1.5rem);
        margin: 0.75rem; } }
    .card--links .card--background {
      min-height: 4rem; }
      @media screen and (min-width: 48em) {
        .card--links .card--background {
          min-height: 3.5rem; } }
      @media screen and (min-width: 48em) {
        .card--links .card--background {
          height: auto; } }
      .card--links .card--background .card__body {
        position: relative;
        z-index: 1; }
      .card--links .card--background p {
        display: none; }
        @media screen and (min-width: 48em) {
          .card--links .card--background p {
            display: block; } }
    @media screen and (min-width: 64em) {
      .card--links .list--links li {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        border-top: 0;
        border-bottom: 1px solid #e8e8e8; }
        .card--links .list--links li:last-of-type {
          margin-bottom: 31px;
          padding-bottom: 1rem; } }
  .card--background {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    text-decoration: none; }
    .card--background::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      display: block;
      content: '';
      background: rgba(17, 17, 17, 0.6); }
    .card--background .card__body {
      z-index: 0; }
    .card--background h3 {
      position: relative; }
    .card--background .input {
      color: #b2b2b2; }
  .card--slim .card__body {
    padding: 1.14286rem; }
    @media screen and (min-width: 48em) {
      .card--slim .card__body {
        padding: 1.5rem 2rem; } }
    .card--slim .card__body h3 {
      font-size: 1rem; }
      @media screen and (min-width: 48em) {
        .card--slim .card__body h3 {
          font-size: 1rem; } }
  .card--slim a.card__body {
    text-decoration: none; }
    .card--slim a.card__body:hover {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
      cursor: pointer; }
    .card--slim a.card__body p {
      text-decoration: none; }
  .card--slim .card__heading + img {
    height: 10.78571rem; }
    @media screen and (min-width: 48em) {
      .card--slim .card__heading + img {
        height: 25.9375rem; } }
  .card--slim iframe {
    width: 100%; }
  .card--slim img {
    height: 10.78571rem; }
    @media screen and (min-width: 48em) {
      .card--slim img {
        height: 25.9375rem; } }
  .card__alert {
    padding: 1.14286rem;
    margin: -1.14286rem;
    margin-top: 1.14286rem; }
    @media screen and (min-width: 48em) {
      .card__alert {
        padding: 1.5rem; } }
    @media screen and (min-width: 48em) {
      .card__alert {
        margin: 0; } }
    @media screen and (min-width: 48em) {
      .card__alert {
        margin-top: 1.5rem; } }
    .card__alert--info {
      background: #f8f9fa;
      color: #111111; }
    .card__alert--tip {
      background: #b9e5e7;
      color: #007d88; }
      .card__alert--tip a {
        color: #007d88; }
    .card__alert a {
      font-weight: 700; }
    .card__alert p + p {
      margin-top: 0; }

a.card--background {
  background-size: 105%;
  transition: background-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  a.card--background:hover {
    background-size: 115%; }
  @media screen and (min-width: 48em) {
    a.card--background {
      height: 224px;
      background-size: 125%; }
      a.card--background:hover {
        background-size: 135%; } }
  @media screen and (min-width: 64em) {
    a.card--background {
      background-size: 140%; }
      a.card--background:hover {
        background-size: 150%; } }
  a.card--background .card__body {
    color: #ffffff;
    transition: 0.2s all; }
    a.card--background .card__body h3::after {
      position: relative;
      top: 0;
      left: 8px;
      font-size: 0.85714rem; }
      @media screen and (min-width: 48em) {
        a.card--background .card__body h3::after {
          top: -2px;
          font-size: 0.75rem; } }
    @media screen and (min-width: 64em) {
      a.card--background .card__body:hover h3::after {
        animation-name: animated-arrow-right;
        animation-duration: 1.4s;
        animation-iteration-count: 1;
        animation-timing-function: linear; } }

.card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (min-width: 48em) {
    .card-grid {
      width: calc(100% + 1rem);
      margin-right: -0.5rem;
      margin-left: -0.5rem;
      justify-content: initial; } }
  .card-grid--sm {
    margin-left: -1.14286rem;
    margin-right: -1.14286rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch; }
    @media screen and (min-width: 48em) {
      .card-grid--sm {
        margin-left: -0.75rem; } }
    @media screen and (min-width: 48em) {
      .card-grid--sm {
        margin-right: -0.75rem; } }
  .card-grid .card:not(.card--background) {
    display: none;
    min-height: 120px;
    flex: 1; }
    @media screen and (min-width: 48em) {
      .card-grid .card:not(.card--background) {
        display: flex;
        width: 100%;
        height: 186px;
        margin-right: 0.5rem;
        margin-left: 0.5rem; } }
    @media screen and (min-width: 64em) {
      .card-grid .card:not(.card--background) {
        height: 166px; } }
    @media screen and (min-width: 75em) {
      .card-grid .card:not(.card--background) {
        height: 186px; } }
  .card-grid .card--background {
    width: calc(50% - 0.28571rem);
    height: 132px;
    margin-bottom: 0.57143rem;
    background-size: 130%; }
    .card-grid .card--background:hover {
      background-size: 140%; }
    @media screen and (min-width: 360px) {
      .card-grid .card--background {
        height: 154px; } }
    @media screen and (min-width: 375px) {
      .card-grid .card--background {
        height: 156px; } }
    @media screen and (min-width: 414px) {
      .card-grid .card--background {
        height: 174px; } }
    @media screen and (min-width: 48em) {
      .card-grid .card--background {
        width: calc(33.33333% - 1rem);
        height: 186px;
        margin: 0 0.5rem 1rem;
        background-size: 130%; }
        .card-grid .card--background:hover {
          background-size: 140%; } }
    @media screen and (min-width: 64em) {
      .card-grid .card--background {
        width: calc(20% - 1rem);
        height: 166px;
        background-size: 145%; }
        .card-grid .card--background:hover {
          background-size: 155%; } }
    @media screen and (min-width: 75em) {
      .card-grid .card--background {
        height: 186px;
        background-size: 130%; }
        .card-grid .card--background:hover {
          background-size: 140%; } }
    .card-grid .card--background__title {
      overflow: hidden;
      height: 100%;
      font-size: 1.42857rem;
      font-weight: 700;
      letter-spacing: -0.6px;
      line-height: 1;
      hyphens: auto; }
      @media screen and (min-width: 48em) {
        .card-grid .card--background__title {
          font-size: 1.25rem; } }
    .card-grid .card--background .card__body {
      position: relative;
      z-index: 1;
      overflow: hidden;
      height: 100%; }

h1 + .card,
h2 + .card,
h3 + .card,
.h1 + .card,
.h2 + .card,
.h3 + .card {
  margin-top: 0.57143rem; }
  @media screen and (min-width: 48em) {
    h1 + .card,
    h2 + .card,
    h3 + .card,
    .h1 + .card,
    .h2 + .card,
    .h3 + .card {
      margin-top: 1rem; } }

h3 + .card-grid {
  margin-top: 1.14286rem; }
  @media screen and (min-width: 48em) {
    h3 + .card-grid {
      margin-top: 1rem; } }

.cart {
  padding: 20px;
  position: relative;
  background: white;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  width: 40%;
  min-width: 500px;
  bottom: 0;
  transform: translateX(100%);
  transition: all 0.3s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  z-index: 5;
  display: grid;
  grid-template-rows: auto 1fr auto; }
  .cart.cart--open {
    transform: translateX(0); }
  .cart header {
    border-bottom: 5px solid #393939;
    margin-bottom: 2rem;
    padding-bottom: 2rem; }
  .cart footer {
    border-top: 10px double #393939;
    margin-top: 2rem;
    padding-top: 2rem;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    font-size: 3rem;
    font-weight: 900; }
    .cart footer p {
      margin: 0; }
  .cart ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: scroll; }
  .cart__exit {
    background: black;
    color: white;
    font-size: 3rem;
    border: 0;
    position: absolute;
    z-index: 2;
    right: 0; }
  .cart__title {
    background: #88d842;
    color: white;
    display: inline-block;
    padding: 4px 5px;
    transform: skew(-3deg);
    margin: 0;
    font-size: 4rem; }
  .cart__checkout {
    background: #88d842;
    color: white;
    font-weight: 500;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 2rem;
    padding: 0.8rem 1.5rem;
    transform: skew(-2deg);
    display: inline-block;
    transition: all 0.5s; }
    .cart__checkout[disabled] {
      opacity: 0.5; }

.text--bold {
  font-weight: 700; }

.text--italic {
  font-style: italic; }

.text--underline {
  text-decoration: underline; }

.text--uppercase {
  text-transform: uppercase; }

.text--lowercase {
  text-transform: lowercase; }

.text--capitalize {
  text-transform: capitalize; }

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

.text--right {
  text-align: right; }

.text--center {
  text-align: center; }

.text--orange, .text--warning {
  color: #f77f00; }

.text--brand {
  color: #f77f00; }

.text--white {
  color: #ffffff; }

.text--grey, .text--gray {
  color: #b2b2b2; }

.text--tertiary {
  color: #b2b2b2; }

.text--success {
  color: #41d54a; }

.text--error {
  color: #fc3411; }

.start-xs {
  justify-content: flex-start;
  text-align: left; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: right; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 48em) {
  .start-sm {
    justify-content: flex-start;
    text-align: left; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: right; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 64em) {
  .start-md {
    justify-content: flex-start;
    text-align: left; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: right; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 75em) {
  .start-lg {
    justify-content: flex-start;
    text-align: left; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: right; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

.flex-row {
  display: flex;
  flex-direction: row; }

.flex-column {
  display: flex;
  flex-direction: column; }

.flex-basis-auto {
  flex-basis: auto; }

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none; } }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none; } }

@media screen and (min-width: 75em) {
  .hidden-lg {
    display: none; } }

@media screen and (min-width: 48em) {
  .visible-xs {
    display: none; } }

@media screen and (max-width: 767px) {
  .visible-sm {
    display: none; } }

@media screen and (min-width: 64em) {
  .visible-sm {
    display: none; } }

@media screen and (max-width: 1023px) {
  .visible-md {
    display: none; } }

@media screen and (min-width: 75em) {
  .visible-md {
    display: none; } }

@media screen and (max-width: 1199px) {
  .visible-lg {
    display: none; } }

.sr-only {
  position: absolute;
  left: -99999px;
  opacity: 0; }

.blend-mode-multiply {
  mix-blend-mode: multiply; }

.mt-1x {
  margin-top: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .mt-1x {
      margin-top: 0.5rem; } }

.mt-2x {
  margin-top: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .mt-2x {
      margin-top: 1rem; } }

.mt-3x {
  margin-top: 0.85714rem; }
  @media screen and (min-width: 48em) {
    .mt-3x {
      margin-top: 1.5rem; } }

.mt-4x {
  margin-top: 1.14286rem; }
  @media screen and (min-width: 48em) {
    .mt-4x {
      margin-top: 2rem; } }

.mt-5x {
  margin-top: 1.42857rem; }
  @media screen and (min-width: 48em) {
    .mt-5x {
      margin-top: 2.5rem; } }

.mt-6x {
  margin-top: 1.71429rem; }
  @media screen and (min-width: 48em) {
    .mt-6x {
      margin-top: 3rem; } }

.mt-7x {
  margin-top: 2rem; }
  @media screen and (min-width: 48em) {
    .mt-7x {
      margin-top: 3.5rem; } }

.mt-8x {
  margin-top: 2.28571rem; }
  @media screen and (min-width: 48em) {
    .mt-8x {
      margin-top: 4rem; } }

.mt-9x {
  margin-top: 2.57143rem; }
  @media screen and (min-width: 48em) {
    .mt-9x {
      margin-top: 4.5rem; } }

.mt-10x {
  margin-top: 2.85714rem; }
  @media screen and (min-width: 48em) {
    .mt-10x {
      margin-top: 5rem; } }

.mt-0 {
  margin-top: 0rem; }
  @media screen and (min-width: 48em) {
    .mt-0 {
      margin-top: 0rem; } }

@media screen and (min-width: 48em) {
  .mt-sm-1x {
    margin-top: 0.5rem; }
  .mt-sm-2x {
    margin-top: 1rem; }
  .mt-sm-3x {
    margin-top: 1.5rem; }
  .mt-sm-4x {
    margin-top: 2rem; }
  .mt-sm-5x {
    margin-top: 2.5rem; }
  .mt-sm-6x {
    margin-top: 3rem; }
  .mt-sm-7x {
    margin-top: 3.5rem; }
  .mt-sm-8x {
    margin-top: 4rem; }
  .mt-sm-9x {
    margin-top: 4.5rem; }
  .mt-sm-10x {
    margin-top: 5rem; }
  .mt-sm-0 {
    margin-top: 0rem; } }

@media screen and (min-width: 64em) {
  .mt-md-1x {
    margin-top: 0.5rem; }
  .mt-md-2x {
    margin-top: 1rem; }
  .mt-md-3x {
    margin-top: 1.5rem; }
  .mt-md-4x {
    margin-top: 2rem; }
  .mt-md-5x {
    margin-top: 2.5rem; }
  .mt-md-6x {
    margin-top: 3rem; }
  .mt-md-7x {
    margin-top: 3.5rem; }
  .mt-md-8x {
    margin-top: 4rem; }
  .mt-md-9x {
    margin-top: 4.5rem; }
  .mt-md-10x {
    margin-top: 5rem; }
  .mt-md-0 {
    margin-top: 0rem; } }

@media screen and (min-width: 75em) {
  .mt-lg-1x {
    margin-top: 0.5rem; }
  .mt-lg-2x {
    margin-top: 1rem; }
  .mt-lg-3x {
    margin-top: 1.5rem; }
  .mt-lg-4x {
    margin-top: 2rem; }
  .mt-lg-5x {
    margin-top: 2.5rem; }
  .mt-lg-6x {
    margin-top: 3rem; }
  .mt-lg-7x {
    margin-top: 3.5rem; }
  .mt-lg-8x {
    margin-top: 4rem; }
  .mt-lg-9x {
    margin-top: 4.5rem; }
  .mt-lg-10x {
    margin-top: 5rem; }
  .mt-lg-0 {
    margin-top: 0rem; } }

.mr-1x {
  margin-right: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .mr-1x {
      margin-right: 0.5rem; } }

.mr-2x {
  margin-right: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .mr-2x {
      margin-right: 1rem; } }

.mr-3x {
  margin-right: 0.85714rem; }
  @media screen and (min-width: 48em) {
    .mr-3x {
      margin-right: 1.5rem; } }

.mr-4x {
  margin-right: 1.14286rem; }
  @media screen and (min-width: 48em) {
    .mr-4x {
      margin-right: 2rem; } }

.mr-5x {
  margin-right: 1.42857rem; }
  @media screen and (min-width: 48em) {
    .mr-5x {
      margin-right: 2.5rem; } }

.mr-6x {
  margin-right: 1.71429rem; }
  @media screen and (min-width: 48em) {
    .mr-6x {
      margin-right: 3rem; } }

.mr-7x {
  margin-right: 2rem; }
  @media screen and (min-width: 48em) {
    .mr-7x {
      margin-right: 3.5rem; } }

.mr-8x {
  margin-right: 2.28571rem; }
  @media screen and (min-width: 48em) {
    .mr-8x {
      margin-right: 4rem; } }

.mr-9x {
  margin-right: 2.57143rem; }
  @media screen and (min-width: 48em) {
    .mr-9x {
      margin-right: 4.5rem; } }

.mr-10x {
  margin-right: 2.85714rem; }
  @media screen and (min-width: 48em) {
    .mr-10x {
      margin-right: 5rem; } }

.mr-0 {
  margin-right: 0rem; }
  @media screen and (min-width: 48em) {
    .mr-0 {
      margin-right: 0rem; } }

@media screen and (min-width: 48em) {
  .mr-sm-1x {
    margin-right: 0.5rem; }
  .mr-sm-2x {
    margin-right: 1rem; }
  .mr-sm-3x {
    margin-right: 1.5rem; }
  .mr-sm-4x {
    margin-right: 2rem; }
  .mr-sm-5x {
    margin-right: 2.5rem; }
  .mr-sm-6x {
    margin-right: 3rem; }
  .mr-sm-7x {
    margin-right: 3.5rem; }
  .mr-sm-8x {
    margin-right: 4rem; }
  .mr-sm-9x {
    margin-right: 4.5rem; }
  .mr-sm-10x {
    margin-right: 5rem; }
  .mr-sm-0 {
    margin-right: 0rem; } }

@media screen and (min-width: 64em) {
  .mr-md-1x {
    margin-right: 0.5rem; }
  .mr-md-2x {
    margin-right: 1rem; }
  .mr-md-3x {
    margin-right: 1.5rem; }
  .mr-md-4x {
    margin-right: 2rem; }
  .mr-md-5x {
    margin-right: 2.5rem; }
  .mr-md-6x {
    margin-right: 3rem; }
  .mr-md-7x {
    margin-right: 3.5rem; }
  .mr-md-8x {
    margin-right: 4rem; }
  .mr-md-9x {
    margin-right: 4.5rem; }
  .mr-md-10x {
    margin-right: 5rem; }
  .mr-md-0 {
    margin-right: 0rem; } }

@media screen and (min-width: 75em) {
  .mr-lg-1x {
    margin-right: 0.5rem; }
  .mr-lg-2x {
    margin-right: 1rem; }
  .mr-lg-3x {
    margin-right: 1.5rem; }
  .mr-lg-4x {
    margin-right: 2rem; }
  .mr-lg-5x {
    margin-right: 2.5rem; }
  .mr-lg-6x {
    margin-right: 3rem; }
  .mr-lg-7x {
    margin-right: 3.5rem; }
  .mr-lg-8x {
    margin-right: 4rem; }
  .mr-lg-9x {
    margin-right: 4.5rem; }
  .mr-lg-10x {
    margin-right: 5rem; }
  .mr-lg-0 {
    margin-right: 0rem; } }

.mb-1x {
  margin-bottom: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .mb-1x {
      margin-bottom: 0.5rem; } }

.mb-2x {
  margin-bottom: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .mb-2x {
      margin-bottom: 1rem; } }

.mb-3x {
  margin-bottom: 0.85714rem; }
  @media screen and (min-width: 48em) {
    .mb-3x {
      margin-bottom: 1.5rem; } }

.mb-4x {
  margin-bottom: 1.14286rem; }
  @media screen and (min-width: 48em) {
    .mb-4x {
      margin-bottom: 2rem; } }

.mb-5x {
  margin-bottom: 1.42857rem; }
  @media screen and (min-width: 48em) {
    .mb-5x {
      margin-bottom: 2.5rem; } }

.mb-6x {
  margin-bottom: 1.71429rem; }
  @media screen and (min-width: 48em) {
    .mb-6x {
      margin-bottom: 3rem; } }

.mb-7x {
  margin-bottom: 2rem; }
  @media screen and (min-width: 48em) {
    .mb-7x {
      margin-bottom: 3.5rem; } }

.mb-8x {
  margin-bottom: 2.28571rem; }
  @media screen and (min-width: 48em) {
    .mb-8x {
      margin-bottom: 4rem; } }

.mb-9x {
  margin-bottom: 2.57143rem; }
  @media screen and (min-width: 48em) {
    .mb-9x {
      margin-bottom: 4.5rem; } }

.mb-10x {
  margin-bottom: 2.85714rem; }
  @media screen and (min-width: 48em) {
    .mb-10x {
      margin-bottom: 5rem; } }

.mb-0 {
  margin-bottom: 0rem; }
  @media screen and (min-width: 48em) {
    .mb-0 {
      margin-bottom: 0rem; } }

@media screen and (min-width: 48em) {
  .mb-sm-1x {
    margin-bottom: 0.5rem; }
  .mb-sm-2x {
    margin-bottom: 1rem; }
  .mb-sm-3x {
    margin-bottom: 1.5rem; }
  .mb-sm-4x {
    margin-bottom: 2rem; }
  .mb-sm-5x {
    margin-bottom: 2.5rem; }
  .mb-sm-6x {
    margin-bottom: 3rem; }
  .mb-sm-7x {
    margin-bottom: 3.5rem; }
  .mb-sm-8x {
    margin-bottom: 4rem; }
  .mb-sm-9x {
    margin-bottom: 4.5rem; }
  .mb-sm-10x {
    margin-bottom: 5rem; }
  .mb-sm-0 {
    margin-bottom: 0rem; } }

@media screen and (min-width: 64em) {
  .mb-md-1x {
    margin-bottom: 0.5rem; }
  .mb-md-2x {
    margin-bottom: 1rem; }
  .mb-md-3x {
    margin-bottom: 1.5rem; }
  .mb-md-4x {
    margin-bottom: 2rem; }
  .mb-md-5x {
    margin-bottom: 2.5rem; }
  .mb-md-6x {
    margin-bottom: 3rem; }
  .mb-md-7x {
    margin-bottom: 3.5rem; }
  .mb-md-8x {
    margin-bottom: 4rem; }
  .mb-md-9x {
    margin-bottom: 4.5rem; }
  .mb-md-10x {
    margin-bottom: 5rem; }
  .mb-md-0 {
    margin-bottom: 0rem; } }

@media screen and (min-width: 75em) {
  .mb-lg-1x {
    margin-bottom: 0.5rem; }
  .mb-lg-2x {
    margin-bottom: 1rem; }
  .mb-lg-3x {
    margin-bottom: 1.5rem; }
  .mb-lg-4x {
    margin-bottom: 2rem; }
  .mb-lg-5x {
    margin-bottom: 2.5rem; }
  .mb-lg-6x {
    margin-bottom: 3rem; }
  .mb-lg-7x {
    margin-bottom: 3.5rem; }
  .mb-lg-8x {
    margin-bottom: 4rem; }
  .mb-lg-9x {
    margin-bottom: 4.5rem; }
  .mb-lg-10x {
    margin-bottom: 5rem; }
  .mb-lg-0 {
    margin-bottom: 0rem; } }

.ml-1x {
  margin-left: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .ml-1x {
      margin-left: 0.5rem; } }

.ml-2x {
  margin-left: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .ml-2x {
      margin-left: 1rem; } }

.ml-3x {
  margin-left: 0.85714rem; }
  @media screen and (min-width: 48em) {
    .ml-3x {
      margin-left: 1.5rem; } }

.ml-4x {
  margin-left: 1.14286rem; }
  @media screen and (min-width: 48em) {
    .ml-4x {
      margin-left: 2rem; } }

.ml-5x {
  margin-left: 1.42857rem; }
  @media screen and (min-width: 48em) {
    .ml-5x {
      margin-left: 2.5rem; } }

.ml-6x {
  margin-left: 1.71429rem; }
  @media screen and (min-width: 48em) {
    .ml-6x {
      margin-left: 3rem; } }

.ml-7x {
  margin-left: 2rem; }
  @media screen and (min-width: 48em) {
    .ml-7x {
      margin-left: 3.5rem; } }

.ml-8x {
  margin-left: 2.28571rem; }
  @media screen and (min-width: 48em) {
    .ml-8x {
      margin-left: 4rem; } }

.ml-9x {
  margin-left: 2.57143rem; }
  @media screen and (min-width: 48em) {
    .ml-9x {
      margin-left: 4.5rem; } }

.ml-10x {
  margin-left: 2.85714rem; }
  @media screen and (min-width: 48em) {
    .ml-10x {
      margin-left: 5rem; } }

.ml-0 {
  margin-left: 0rem; }
  @media screen and (min-width: 48em) {
    .ml-0 {
      margin-left: 0rem; } }

@media screen and (min-width: 48em) {
  .ml-sm-1x {
    margin-left: 0.5rem; }
  .ml-sm-2x {
    margin-left: 1rem; }
  .ml-sm-3x {
    margin-left: 1.5rem; }
  .ml-sm-4x {
    margin-left: 2rem; }
  .ml-sm-5x {
    margin-left: 2.5rem; }
  .ml-sm-6x {
    margin-left: 3rem; }
  .ml-sm-7x {
    margin-left: 3.5rem; }
  .ml-sm-8x {
    margin-left: 4rem; }
  .ml-sm-9x {
    margin-left: 4.5rem; }
  .ml-sm-10x {
    margin-left: 5rem; }
  .ml-sm-0 {
    margin-left: 0rem; } }

@media screen and (min-width: 64em) {
  .ml-md-1x {
    margin-left: 0.5rem; }
  .ml-md-2x {
    margin-left: 1rem; }
  .ml-md-3x {
    margin-left: 1.5rem; }
  .ml-md-4x {
    margin-left: 2rem; }
  .ml-md-5x {
    margin-left: 2.5rem; }
  .ml-md-6x {
    margin-left: 3rem; }
  .ml-md-7x {
    margin-left: 3.5rem; }
  .ml-md-8x {
    margin-left: 4rem; }
  .ml-md-9x {
    margin-left: 4.5rem; }
  .ml-md-10x {
    margin-left: 5rem; }
  .ml-md-0 {
    margin-left: 0rem; } }

@media screen and (min-width: 75em) {
  .ml-lg-1x {
    margin-left: 0.5rem; }
  .ml-lg-2x {
    margin-left: 1rem; }
  .ml-lg-3x {
    margin-left: 1.5rem; }
  .ml-lg-4x {
    margin-left: 2rem; }
  .ml-lg-5x {
    margin-left: 2.5rem; }
  .ml-lg-6x {
    margin-left: 3rem; }
  .ml-lg-7x {
    margin-left: 3.5rem; }
  .ml-lg-8x {
    margin-left: 4rem; }
  .ml-lg-9x {
    margin-left: 4.5rem; }
  .ml-lg-10x {
    margin-left: 5rem; }
  .ml-lg-0 {
    margin-left: 0rem; } }

.pt-1x {
  padding-top: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .pt-1x {
      padding-top: 0.5rem; } }

.pt-2x {
  padding-top: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .pt-2x {
      padding-top: 1rem; } }

.pt-3x {
  padding-top: 0.85714rem; }
  @media screen and (min-width: 48em) {
    .pt-3x {
      padding-top: 1.5rem; } }

.pt-4x {
  padding-top: 1.14286rem; }
  @media screen and (min-width: 48em) {
    .pt-4x {
      padding-top: 2rem; } }

.pt-5x {
  padding-top: 1.42857rem; }
  @media screen and (min-width: 48em) {
    .pt-5x {
      padding-top: 2.5rem; } }

.pt-6x {
  padding-top: 1.71429rem; }
  @media screen and (min-width: 48em) {
    .pt-6x {
      padding-top: 3rem; } }

.pt-7x {
  padding-top: 2rem; }
  @media screen and (min-width: 48em) {
    .pt-7x {
      padding-top: 3.5rem; } }

.pt-8x {
  padding-top: 2.28571rem; }
  @media screen and (min-width: 48em) {
    .pt-8x {
      padding-top: 4rem; } }

.pt-9x {
  padding-top: 2.57143rem; }
  @media screen and (min-width: 48em) {
    .pt-9x {
      padding-top: 4.5rem; } }

.pt-10x {
  padding-top: 2.85714rem; }
  @media screen and (min-width: 48em) {
    .pt-10x {
      padding-top: 5rem; } }

.pt-0 {
  padding-top: 0rem; }
  @media screen and (min-width: 48em) {
    .pt-0 {
      padding-top: 0rem; } }

@media screen and (min-width: 48em) {
  .pt-sm-1x {
    padding-top: 0.5rem; }
  .pt-sm-2x {
    padding-top: 1rem; }
  .pt-sm-3x {
    padding-top: 1.5rem; }
  .pt-sm-4x {
    padding-top: 2rem; }
  .pt-sm-5x {
    padding-top: 2.5rem; }
  .pt-sm-6x {
    padding-top: 3rem; }
  .pt-sm-7x {
    padding-top: 3.5rem; }
  .pt-sm-8x {
    padding-top: 4rem; }
  .pt-sm-9x {
    padding-top: 4.5rem; }
  .pt-sm-10x {
    padding-top: 5rem; }
  .pt-sm-0 {
    padding-top: 0rem; } }

@media screen and (min-width: 64em) {
  .pt-md-1x {
    padding-top: 0.5rem; }
  .pt-md-2x {
    padding-top: 1rem; }
  .pt-md-3x {
    padding-top: 1.5rem; }
  .pt-md-4x {
    padding-top: 2rem; }
  .pt-md-5x {
    padding-top: 2.5rem; }
  .pt-md-6x {
    padding-top: 3rem; }
  .pt-md-7x {
    padding-top: 3.5rem; }
  .pt-md-8x {
    padding-top: 4rem; }
  .pt-md-9x {
    padding-top: 4.5rem; }
  .pt-md-10x {
    padding-top: 5rem; }
  .pt-md-0 {
    padding-top: 0rem; } }

@media screen and (min-width: 75em) {
  .pt-lg-1x {
    padding-top: 0.5rem; }
  .pt-lg-2x {
    padding-top: 1rem; }
  .pt-lg-3x {
    padding-top: 1.5rem; }
  .pt-lg-4x {
    padding-top: 2rem; }
  .pt-lg-5x {
    padding-top: 2.5rem; }
  .pt-lg-6x {
    padding-top: 3rem; }
  .pt-lg-7x {
    padding-top: 3.5rem; }
  .pt-lg-8x {
    padding-top: 4rem; }
  .pt-lg-9x {
    padding-top: 4.5rem; }
  .pt-lg-10x {
    padding-top: 5rem; }
  .pt-lg-0 {
    padding-top: 0rem; } }

.pr-1x {
  padding-right: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .pr-1x {
      padding-right: 0.5rem; } }

.pr-2x {
  padding-right: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .pr-2x {
      padding-right: 1rem; } }

.pr-3x {
  padding-right: 0.85714rem; }
  @media screen and (min-width: 48em) {
    .pr-3x {
      padding-right: 1.5rem; } }

.pr-4x {
  padding-right: 1.14286rem; }
  @media screen and (min-width: 48em) {
    .pr-4x {
      padding-right: 2rem; } }

.pr-5x {
  padding-right: 1.42857rem; }
  @media screen and (min-width: 48em) {
    .pr-5x {
      padding-right: 2.5rem; } }

.pr-6x {
  padding-right: 1.71429rem; }
  @media screen and (min-width: 48em) {
    .pr-6x {
      padding-right: 3rem; } }

.pr-7x {
  padding-right: 2rem; }
  @media screen and (min-width: 48em) {
    .pr-7x {
      padding-right: 3.5rem; } }

.pr-8x {
  padding-right: 2.28571rem; }
  @media screen and (min-width: 48em) {
    .pr-8x {
      padding-right: 4rem; } }

.pr-9x {
  padding-right: 2.57143rem; }
  @media screen and (min-width: 48em) {
    .pr-9x {
      padding-right: 4.5rem; } }

.pr-10x {
  padding-right: 2.85714rem; }
  @media screen and (min-width: 48em) {
    .pr-10x {
      padding-right: 5rem; } }

.pr-0 {
  padding-right: 0rem; }
  @media screen and (min-width: 48em) {
    .pr-0 {
      padding-right: 0rem; } }

@media screen and (min-width: 48em) {
  .pr-sm-1x {
    padding-right: 0.5rem; }
  .pr-sm-2x {
    padding-right: 1rem; }
  .pr-sm-3x {
    padding-right: 1.5rem; }
  .pr-sm-4x {
    padding-right: 2rem; }
  .pr-sm-5x {
    padding-right: 2.5rem; }
  .pr-sm-6x {
    padding-right: 3rem; }
  .pr-sm-7x {
    padding-right: 3.5rem; }
  .pr-sm-8x {
    padding-right: 4rem; }
  .pr-sm-9x {
    padding-right: 4.5rem; }
  .pr-sm-10x {
    padding-right: 5rem; }
  .pr-sm-0 {
    padding-right: 0rem; } }

@media screen and (min-width: 64em) {
  .pr-md-1x {
    padding-right: 0.5rem; }
  .pr-md-2x {
    padding-right: 1rem; }
  .pr-md-3x {
    padding-right: 1.5rem; }
  .pr-md-4x {
    padding-right: 2rem; }
  .pr-md-5x {
    padding-right: 2.5rem; }
  .pr-md-6x {
    padding-right: 3rem; }
  .pr-md-7x {
    padding-right: 3.5rem; }
  .pr-md-8x {
    padding-right: 4rem; }
  .pr-md-9x {
    padding-right: 4.5rem; }
  .pr-md-10x {
    padding-right: 5rem; }
  .pr-md-0 {
    padding-right: 0rem; } }

@media screen and (min-width: 75em) {
  .pr-lg-1x {
    padding-right: 0.5rem; }
  .pr-lg-2x {
    padding-right: 1rem; }
  .pr-lg-3x {
    padding-right: 1.5rem; }
  .pr-lg-4x {
    padding-right: 2rem; }
  .pr-lg-5x {
    padding-right: 2.5rem; }
  .pr-lg-6x {
    padding-right: 3rem; }
  .pr-lg-7x {
    padding-right: 3.5rem; }
  .pr-lg-8x {
    padding-right: 4rem; }
  .pr-lg-9x {
    padding-right: 4.5rem; }
  .pr-lg-10x {
    padding-right: 5rem; }
  .pr-lg-0 {
    padding-right: 0rem; } }

.pb-1x {
  padding-bottom: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .pb-1x {
      padding-bottom: 0.5rem; } }

.pb-2x {
  padding-bottom: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .pb-2x {
      padding-bottom: 1rem; } }

.pb-3x {
  padding-bottom: 0.85714rem; }
  @media screen and (min-width: 48em) {
    .pb-3x {
      padding-bottom: 1.5rem; } }

.pb-4x {
  padding-bottom: 1.14286rem; }
  @media screen and (min-width: 48em) {
    .pb-4x {
      padding-bottom: 2rem; } }

.pb-5x {
  padding-bottom: 1.42857rem; }
  @media screen and (min-width: 48em) {
    .pb-5x {
      padding-bottom: 2.5rem; } }

.pb-6x {
  padding-bottom: 1.71429rem; }
  @media screen and (min-width: 48em) {
    .pb-6x {
      padding-bottom: 3rem; } }

.pb-7x {
  padding-bottom: 2rem; }
  @media screen and (min-width: 48em) {
    .pb-7x {
      padding-bottom: 3.5rem; } }

.pb-8x {
  padding-bottom: 2.28571rem; }
  @media screen and (min-width: 48em) {
    .pb-8x {
      padding-bottom: 4rem; } }

.pb-9x {
  padding-bottom: 2.57143rem; }
  @media screen and (min-width: 48em) {
    .pb-9x {
      padding-bottom: 4.5rem; } }

.pb-10x {
  padding-bottom: 2.85714rem; }
  @media screen and (min-width: 48em) {
    .pb-10x {
      padding-bottom: 5rem; } }

.pb-0 {
  padding-bottom: 0rem; }
  @media screen and (min-width: 48em) {
    .pb-0 {
      padding-bottom: 0rem; } }

@media screen and (min-width: 48em) {
  .pb-sm-1x {
    padding-bottom: 0.5rem; }
  .pb-sm-2x {
    padding-bottom: 1rem; }
  .pb-sm-3x {
    padding-bottom: 1.5rem; }
  .pb-sm-4x {
    padding-bottom: 2rem; }
  .pb-sm-5x {
    padding-bottom: 2.5rem; }
  .pb-sm-6x {
    padding-bottom: 3rem; }
  .pb-sm-7x {
    padding-bottom: 3.5rem; }
  .pb-sm-8x {
    padding-bottom: 4rem; }
  .pb-sm-9x {
    padding-bottom: 4.5rem; }
  .pb-sm-10x {
    padding-bottom: 5rem; }
  .pb-sm-0 {
    padding-bottom: 0rem; } }

@media screen and (min-width: 64em) {
  .pb-md-1x {
    padding-bottom: 0.5rem; }
  .pb-md-2x {
    padding-bottom: 1rem; }
  .pb-md-3x {
    padding-bottom: 1.5rem; }
  .pb-md-4x {
    padding-bottom: 2rem; }
  .pb-md-5x {
    padding-bottom: 2.5rem; }
  .pb-md-6x {
    padding-bottom: 3rem; }
  .pb-md-7x {
    padding-bottom: 3.5rem; }
  .pb-md-8x {
    padding-bottom: 4rem; }
  .pb-md-9x {
    padding-bottom: 4.5rem; }
  .pb-md-10x {
    padding-bottom: 5rem; }
  .pb-md-0 {
    padding-bottom: 0rem; } }

@media screen and (min-width: 75em) {
  .pb-lg-1x {
    padding-bottom: 0.5rem; }
  .pb-lg-2x {
    padding-bottom: 1rem; }
  .pb-lg-3x {
    padding-bottom: 1.5rem; }
  .pb-lg-4x {
    padding-bottom: 2rem; }
  .pb-lg-5x {
    padding-bottom: 2.5rem; }
  .pb-lg-6x {
    padding-bottom: 3rem; }
  .pb-lg-7x {
    padding-bottom: 3.5rem; }
  .pb-lg-8x {
    padding-bottom: 4rem; }
  .pb-lg-9x {
    padding-bottom: 4.5rem; }
  .pb-lg-10x {
    padding-bottom: 5rem; }
  .pb-lg-0 {
    padding-bottom: 0rem; } }

.pl-1x {
  padding-left: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .pl-1x {
      padding-left: 0.5rem; } }

.pl-2x {
  padding-left: 0.57143rem; }
  @media screen and (min-width: 48em) {
    .pl-2x {
      padding-left: 1rem; } }

.pl-3x {
  padding-left: 0.85714rem; }
  @media screen and (min-width: 48em) {
    .pl-3x {
      padding-left: 1.5rem; } }

.pl-4x {
  padding-left: 1.14286rem; }
  @media screen and (min-width: 48em) {
    .pl-4x {
      padding-left: 2rem; } }

.pl-5x {
  padding-left: 1.42857rem; }
  @media screen and (min-width: 48em) {
    .pl-5x {
      padding-left: 2.5rem; } }

.pl-6x {
  padding-left: 1.71429rem; }
  @media screen and (min-width: 48em) {
    .pl-6x {
      padding-left: 3rem; } }

.pl-7x {
  padding-left: 2rem; }
  @media screen and (min-width: 48em) {
    .pl-7x {
      padding-left: 3.5rem; } }

.pl-8x {
  padding-left: 2.28571rem; }
  @media screen and (min-width: 48em) {
    .pl-8x {
      padding-left: 4rem; } }

.pl-9x {
  padding-left: 2.57143rem; }
  @media screen and (min-width: 48em) {
    .pl-9x {
      padding-left: 4.5rem; } }

.pl-10x {
  padding-left: 2.85714rem; }
  @media screen and (min-width: 48em) {
    .pl-10x {
      padding-left: 5rem; } }

.pl-0 {
  padding-left: 0rem; }
  @media screen and (min-width: 48em) {
    .pl-0 {
      padding-left: 0rem; } }

@media screen and (min-width: 48em) {
  .pl-sm-1x {
    padding-left: 0.5rem; }
  .pl-sm-2x {
    padding-left: 1rem; }
  .pl-sm-3x {
    padding-left: 1.5rem; }
  .pl-sm-4x {
    padding-left: 2rem; }
  .pl-sm-5x {
    padding-left: 2.5rem; }
  .pl-sm-6x {
    padding-left: 3rem; }
  .pl-sm-7x {
    padding-left: 3.5rem; }
  .pl-sm-8x {
    padding-left: 4rem; }
  .pl-sm-9x {
    padding-left: 4.5rem; }
  .pl-sm-10x {
    padding-left: 5rem; }
  .pl-sm-0 {
    padding-left: 0rem; } }

@media screen and (min-width: 64em) {
  .pl-md-1x {
    padding-left: 0.5rem; }
  .pl-md-2x {
    padding-left: 1rem; }
  .pl-md-3x {
    padding-left: 1.5rem; }
  .pl-md-4x {
    padding-left: 2rem; }
  .pl-md-5x {
    padding-left: 2.5rem; }
  .pl-md-6x {
    padding-left: 3rem; }
  .pl-md-7x {
    padding-left: 3.5rem; }
  .pl-md-8x {
    padding-left: 4rem; }
  .pl-md-9x {
    padding-left: 4.5rem; }
  .pl-md-10x {
    padding-left: 5rem; }
  .pl-md-0 {
    padding-left: 0rem; } }

@media screen and (min-width: 75em) {
  .pl-lg-1x {
    padding-left: 0.5rem; }
  .pl-lg-2x {
    padding-left: 1rem; }
  .pl-lg-3x {
    padding-left: 1.5rem; }
  .pl-lg-4x {
    padding-left: 2rem; }
  .pl-lg-5x {
    padding-left: 2.5rem; }
  .pl-lg-6x {
    padding-left: 3rem; }
  .pl-lg-7x {
    padding-left: 3.5rem; }
  .pl-lg-8x {
    padding-left: 4rem; }
  .pl-lg-9x {
    padding-left: 4.5rem; }
  .pl-lg-10x {
    padding-left: 5rem; }
  .pl-lg-0 {
    padding-left: 0rem; } }

@media screen and (max-width: 767px) {
  .full-width-content {
    margin-right: -1.14286rem;
    margin-left: -1.14286rem; } }

.b-0 {
  bottom: 0; }

.bb {
  border-bottom: 1px solid #e8e8e8; }
  .bb-2 {
    border-bottom: 2px solid #e8e8e8; }

.bt {
  border-top: 1px solid #e8e8e8; }
  .bt-2 {
    border-top: 2px solid #e8e8e8; }

.bt-0, .bt-0:first-of-type, .bt-0:last-of-type {
  border-top: 0; }

.card__body + .card__body.bt-0 {
  border-top: 0; }

.bb-0, .bb-0:first-of-type, .bb-0:last-of-type {
  border-bottom: 0; }

.clearfix::before, .clearfix::after {
  display: block;
  content: ' '; }

.clearfix::after {
  clear: both; }

.pull-right {
  float: right; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  letter-spacing: -0.7px;
  color: #ffffff;
  text-shadow: 1px 1px 3px #000; }
  @media screen and (min-width: 48em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 2.625rem; } }
  h1 + p,
  h1 + ul,
  h1 + ol,
  h1 + dl,
  h2 + p,
  h2 + ul,
  h2 + ol,
  h2 + dl,
  h3 + p,
  h3 + ul,
  h3 + ol,
  h3 + dl,
  h4 + p,
  h4 + ul,
  h4 + ol,
  h4 + dl,
  h5 + p,
  h5 + ul,
  h5 + ol,
  h5 + dl,
  h6 + p,
  h6 + ul,
  h6 + ol,
  h6 + dl {
    margin-top: 0.57143rem; }
    @media screen and (min-width: 48em) {
      h1 + p,
      h1 + ul,
      h1 + ol,
      h1 + dl,
      h2 + p,
      h2 + ul,
      h2 + ol,
      h2 + dl,
      h3 + p,
      h3 + ul,
      h3 + ol,
      h3 + dl,
      h4 + p,
      h4 + ul,
      h4 + ol,
      h4 + dl,
      h5 + p,
      h5 + ul,
      h5 + ol,
      h5 + dl,
      h6 + p,
      h6 + ul,
      h6 + ol,
      h6 + dl {
        margin-top: 0.5rem; } }

p,
ol,
ul,
dl {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: -0.1px;
  color: #ffffff;
  text-shadow: 1px 1px 5px #000; }
  p + h1,
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6,
  ol + h1,
  ol + h2,
  ol + h3,
  ol + h4,
  ol + h5,
  ol + h6,
  ul + h1,
  ul + h2,
  ul + h3,
  ul + h4,
  ul + h5,
  ul + h6,
  dl + h1,
  dl + h2,
  dl + h3,
  dl + h4,
  dl + h5,
  dl + h6 {
    color: #111111;
    margin-top: 1.14286rem; }
    @media screen and (min-width: 48em) {
      p + h1,
      p + h2,
      p + h3,
      p + h4,
      p + h5,
      p + h6,
      ol + h1,
      ol + h2,
      ol + h3,
      ol + h4,
      ol + h5,
      ol + h6,
      ul + h1,
      ul + h2,
      ul + h3,
      ul + h4,
      ul + h5,
      ul + h6,
      dl + h1,
      dl + h2,
      dl + h3,
      dl + h4,
      dl + h5,
      dl + h6 {
        margin-top: 1rem; } }

ol + ol,
ul + ol,
dl + ol, ol +
ul,
ul +
ul,
dl +
ul, ol +
dl,
ul +
dl,
dl +
dl {
  margin-top: 0.57143rem; }
  @media screen and (min-width: 48em) {
    ol + ol,
    ul + ol,
    dl + ol, ol +
    ul,
    ul +
    ul,
    dl +
    ul, ol +
    dl,
    ul +
    dl,
    dl +
    dl {
      margin-top: 0.5rem; } }

p + p {
  margin-top: 1.14286rem; }
  @media screen and (min-width: 48em) {
    p + p {
      margin-top: 1rem; } }

em {
  font-style: italic; }

h1,
h2,
h3 {
  font-size: 1.42857rem;
  line-height: 1.2; }
  @media screen and (min-width: 64em) {
    h1,
    h2,
    h3 {
      font-size: 2.625rem; } }

h4 {
  font-size: 1.125rem;
  font-weight: 600; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.875rem; }

a {
  margin: 0;
  font-weight: normal;
  letter-spacing: -0.7px;
  color: #111111; }
  a:hover {
    color: #b2b2b2; }

.list__title {
  padding: 1.14286rem;
  padding-bottom: 0.5rem; }
  @media screen and (min-width: 48em) {
    .list__title {
      padding: 2rem;
      padding-bottom: 1rem; } }
  .list__title + p {
    margin-top: 0;
    padding: 1.14286rem;
    padding-top: 0; }
    @media screen and (min-width: 48em) {
      .list__title + p {
        padding: 2rem;
        padding-top: 0; } }
  .list__title .input--with-arrow {
    line-height: 1.5; }

.list__icon-arrow::before {
  margin-left: 0.71429rem;
  margin-top: 0.14286rem;
  right: 2rem;
  font-size: 80%;
  line-height: inherit; }
  @media screen and (min-width: 48em) {
    .list__icon-arrow::before {
      margin-left: 0.625rem; } }
  @media screen and (min-width: 48em) {
    .list__icon-arrow::before {
      margin-top: 0.125rem; } }

.list--arrows li {
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem; }
  .list--arrows li > a {
    text-decoration: none; }
  .list--arrows li::after {
    margin-right: 0.57143rem;
    position: absolute;
    right: 0;
    margin-top: 2px;
    font-size: 80%;
    line-height: inherit; }
    @media screen and (min-width: 48em) {
      .list--arrows li::after {
        margin-right: 0.5rem; } }

.list .list__title + .card__body {
  padding-top: 0; }

.list--checkmarks {
  display: flex;
  flex-direction: column; }
  .list--checkmarks li {
    display: flex;
    padding-bottom: 1.14286rem;
    font-size: 1rem; }
    @media screen and (min-width: 48em) {
      .list--checkmarks li {
        padding-bottom: 1rem; } }
    .list--checkmarks li:last-of-type {
      padding-bottom: 0; }
    .list--checkmarks li::before {
      margin-right: 1rem;
      font-size: 1.375rem; }

.list--links {
  margin-top: 0; }
  .list--links data {
    margin-left: 0.71429rem;
    font-weight: 700; }
    @media screen and (min-width: 48em) {
      .list--links data {
        margin-left: 0.625rem; } }
  .list--links li {
    display: flex;
    width: 100%;
    padding: 1.14286rem;
    border-top: 1px solid #e8e8e8; }
    @media screen and (min-width: 48em) {
      .list--links li {
        padding: 1rem 2rem; }
        .list--links li:last-of-type {
          padding-bottom: 2rem; } }
    .list--links li:hover {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
      cursor: pointer; }
      .list--links li:hover a {
        color: #565656; }
  .list--links img {
    align-self: start; }
  .list--links a,
  .list--links span {
    display: flex;
    overflow: hidden;
    width: 100%;
    text-decoration: none;
    text-overflow: ellipsis;
    justify-content: space-between; }

.list--collapse {
  margin-top: 0;
  padding-bottom: 0; }
  .list--collapse + .list__title {
    padding-top: 0; }
  .list--collapse:last-of-type {
    padding-bottom: 2.28571rem; }
    @media screen and (min-width: 48em) {
      .list--collapse:last-of-type {
        padding-bottom: 2rem; } }
  .list--collapse a {
    text-decoration: none; }
    .list--collapse a .list__item {
      display: inline-flex;
      width: 100%;
      padding: 1.14286rem;
      border-top: 1px solid #e8e8e8;
      justify-content: space-between; }
      @media screen and (min-width: 48em) {
        .list--collapse a .list__item {
          padding: 1rem 2rem; }
          .list--collapse a .list__item:hover {
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
            cursor: pointer; }
            .list--collapse a .list__item:hover p {
              color: #565656; } }
      .list--collapse a .list__item:last-of-type {
        border-bottom: 1px solid #e8e8e8; }
      .list--collapse a .list__item.no-border {
        border-bottom: 0; }
      .list--collapse a .list__item--open p {
        border-bottom: 0;
        font-weight: 700; }
      .list--collapse a .list__item--open .list--arrow::before {
        transform: rotate(0.5turn); }

.list--arrow::before {
  position: relative;
  top: 3px;
  color: #f77f00;
  transition: all 0.3s ease-in; }

.list--squares li {
  display: flex;
  font-size: 1rem; }
  .list--squares li:last-of-type {
    padding-bottom: 0; }
  .list--squares li::before {
    margin: 0.5rem 1.14286rem 0;
    font-size: 0.57143rem; }
    @media screen and (min-width: 48em) {
      .list--squares li::before {
        margin: 0.5rem 1rem 0 0; } }
    @media screen and (min-width: 48em) {
      .list--squares li::before {
        font-size: 0.5rem; } }
  .list--squares li > a {
    font-weight: 700; }

.list--checkmarks + p,
.list--squares + p {
  margin-top: 1.14286rem; }
  @media screen and (min-width: 48em) {
    .list--checkmarks + p,
    .list--squares + p {
      margin-top: 1rem; } }

p + .list--checkmarks,
p + .list--squares {
  margin-top: 1.14286rem; }
  @media screen and (min-width: 48em) {
    p + .list--checkmarks,
    p + .list--squares {
      margin-top: 1rem; } }

h3 + .list--checkmarks,
h3 + .list--squares {
  margin-top: 0.57143rem; }
  @media screen and (min-width: 48em) {
    h3 + .list--checkmarks,
    h3 + .list--squares {
      margin-top: 0.5rem; } }

.mobile {
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  width: 100%; }
  .mobile--mod {
    overflow: hidden; }
    @media screen and (min-width: 959px) {
      .mobile--mod {
        overflow: visible; } }
  .mobile__heading {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-height: 600px) {
      .mobile__heading {
        top: -180px; } }
    @media screen and (min-height: 601px) and (max-height: 812px) {
      .mobile__heading {
        top: -50px; } }
    .mobile__heading h1 {
      color: #f8f8f8;
      font-weight: 700;
      margin-top: -100px;
      font-size: 40px;
      padding: 0 24px; }
      @media screen and (min-width: 400px) {
        .mobile__heading h1 {
          font-size: 50px; } }
      @media screen and (min-width: 960px) {
        .mobile__heading h1 {
          margin-top: auto;
          font-size: 60px; } }
  .mobile__container {
    position: relative;
    display: flex;
    justify-content: center;
    perspective: 9999px;
    transform: translate(0px, 0%) rotateX(45deg) rotateY(-3deg) rotateZ(40deg) scale(0.5); }
    @media screen and (min-width: 500px) and (max-width: 959px) {
      .mobile__container {
        transform: translate(0px, 0%) rotateX(45deg) rotateY(-3deg) rotateZ(40deg) scale(0.7); } }
    @media screen and (min-width: 960px) and (max-width: 1199px) {
      .mobile__container {
        transform: translate(0px, 0%) rotateX(45deg) rotateY(-3deg) rotateZ(40deg) scale(0.75); } }
    @media screen and (min-width: 1200px) {
      .mobile__container {
        transform: translate(0px, 0%) rotateX(45deg) rotateY(-3deg) rotateZ(40deg) scale(1);
        left: 7vw; } }
  .mobile__background {
    position: relative;
    display: block;
    width: 350px;
    max-height: 600px;
    box-shadow: 20px 20px 73px #062525;
    border-radius: 15px;
    background-image: linear-gradient(135deg, #00f1f1, #d7ebeb);
    background-size: cover; }
    @media screen and (max-height: 600px) {
      .mobile__background {
        top: -250px;
        left: -210px; } }
    @media screen and (min-height: 601px) and (max-height: 600px) {
      .mobile__background {
        top: -120px;
        left: -90px; } }
    @media screen and (max-width: 400px) {
      .mobile__background {
        width: 310px; } }
    .mobile__background.dark {
      background-image: linear-gradient(152deg, #b4baff, rgba(67, 83, 255, 0) 74%); }
  .mobile__bar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 22px;
    border-bottom: 2px solid #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #00f1f1; }
    .mobile__bar .dot {
      position: absolute;
      left: 10px;
      top: 8px;
      width: 5px;
      height: 5px;
      border-radius: 100%;
      background-color: #fff; }
      .mobile__bar .dot._2 {
        left: 20px; }
      .mobile__bar .dot._3 {
        left: 30px; }
  .mobile__text {
    position: relative;
    width: 38%;
    padding: 20px 25px 25px;
    float: left; }
    .mobile__text.bottom {
      top: -250px;
      width: 31%;
      padding-top: 0px;
      clear: left;
      background-image: none; }
      .mobile__text.bottom.v2 {
        top: -32px;
        width: 80%;
        margin-left: 30%;
        float: none;
        clear: none; }
    .mobile__text--large {
      width: 15%;
      float: left;
      font-family: Verdana, Geneva, sans-serif;
      color: #757373;
      font-size: 21px;
      line-height: 30px; }

@keyframes writeIntro {
  from {
    width: 83%; }
  to {
    width: 20%; } }
    .mobile__text--fitting {
      position: relative;
      width: 83%;
      height: 2px;
      margin-left: 2%;
      padding-top: 22px;
      float: left;
      border-bottom: 2px solid #757373;
      animation: writeIntro 1s infinite alternate; }

@keyframes writerText {
  from {
    width: 100%; }
  to {
    width: 20%; } }
  .mobile__line {
    position: relative;
    width: 100%;
    height: 2px;
    margin-top: 7px;
    clear: left;
    border-radius: 1px;
    background-color: #757373;
    animation: writerText 1s infinite alternate; }
    .mobile__line--short {
      width: 50%; }
    .mobile__line:nth-child(2) {
      animation-delay: 0.1s; }
    .mobile__line:nth-child(3) {
      animation-delay: 0.6s; }
    .mobile__line:nth-child(4) {
      animation-delay: 0.8s; }
    .mobile__line:nth-child(5) {
      animation-delay: 1s; }
    .mobile__line:nth-child(6) {
      animation-delay: 0.2s; }
    .mobile__line:nth-child(7) {
      animation-delay: 0.4s; }
  .mobile .squaretower {
    position: relative;
    top: -20px;
    width: 35%;
    height: 150px;
    float: left;
    clear: left;
    perspective: 330px; }
    .mobile .squaretower .playbox {
      position: relative;
      left: 0px;
      top: 50%;
      right: 0px;
      z-index: 4;
      display: block;
      overflow: visible;
      width: 65px;
      height: 65px;
      margin-right: auto;
      margin-left: auto;
      border: 2px solid #fff;
      border-radius: 8px;
      background-image: linear-gradient(135deg, #00f1f1, #adb3ff);
      transform: translate(0px, -50%) translate3d(-79px, -61px, 70px);
      animation: layer-1 1.5s infinite alternate; }
      .mobile .squaretower .playbox__play-icon {
        position: absolute;
        left: 0px;
        top: 50%;
        right: 0px;
        display: block;
        width: 15px;
        margin-right: auto;
        margin-left: auto;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        transform: translate(0px, -50%); }

@keyframes layer-1 {
  from {
    transform: translate(0px, -50%) translate3d(-79px, -61px, 70px); }
  to {
    transform: translate(-18px, -57%); } }
      .mobile .squaretower .playbox__square {
        position: absolute;
        display: block;
        width: 65px;
        height: 65px;
        margin-right: auto;
        margin-left: auto;
        border-radius: 8px; }
        .mobile .squaretower .playbox__square-1 {
          left: 0px;
          top: 50%;
          right: 0px;
          z-index: 3;
          background-color: rgba(178, 185, 255, 0.7);
          animation: layer-2 1.5s infinite alternate; }

@keyframes layer-2 {
  from {
    transform: translate(0px, -50%) translate3d(-62px, -44px, 50px); }
  to {
    transform: translate(-18px, -57%); } }
        .mobile .squaretower .playbox__square-2 {
          left: 0px;
          top: 50%;
          right: 0px;
          z-index: 2;
          background-color: #00f1f1;
          background-image: linear-gradient(315deg, #00f1f1, #828dff);
          animation: layer-3 1.5s infinite alternate; }

@keyframes layer-3 {
  from {
    transform: translate3d(-42px, -92%, 50px); }
  to {
    transform: translate(-18px, -57%); } }
        .mobile .squaretower .playbox__square-bottom {
          left: 0px;
          top: 50%;
          right: 0px;
          z-index: 0;
          background-image: linear-gradient(115deg, #06bebe 11%, #06bebe 11%);
          transform: translate(-18px, -57%); }
    .mobile .squaretower__top-bar {
      position: relative;
      left: -2px;
      top: -6px;
      z-index: 0;
      width: 35%;
      height: 5px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      background-color: #757373; }
  .mobile__bottom-bar {
    position: relative;
    top: -230px;
    left: 10;
    width: 25%;
    height: 200px;
    margin-left: 8%;
    clear: left;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #00f1f1, #adb3ff);
    animation: posChangeBig 1s infinite alternate;
    border-radius: 15px; }

@keyframes posChange {
  from {
    padding-top: 0px;
    padding-left: 0px;
    box-shadow: 3px 3px 5px #06bebe; }
  to {
    padding-top: -10px;
    padding-left: -5px; } }

@keyframes posChangeBig {
  from {
    top: -230px;
    left: 10px;
    box-shadow: 3px 3px 5px #06bebe; }
  to {
    top: -240px;
    left: -20px;
    box-shadow: 20px 20px 20px #06bebe; } }
    .mobile__bottom-bar:nth-child(1) {
      animation-duration: 2.4s;
      animation-delay: 1; }
  .mobile__mountain {
    position: relative;
    left: -20px;
    top: 0px;
    width: 62%;
    padding: 25px;
    float: left;
    perspective: 9999px; }
    .mobile__mountain--real {
      position: relative;
      left: 0px;
      top: -70px;
      right: 0px;
      display: block;
      overflow: hidden;
      width: 80%;
      height: 100px;
      margin-right: auto;
      margin-left: auto;
      border-radius: 5px;
      background-image: linear-gradient(315deg, rgba(232, 235, 255, 0.9), #b4baff);
      box-shadow: 29px 29px 15px #06bebe;
      animation: posChange 1s infinite alternate-reverse; }
    .mobile__mountain--image {
      position: relative;
      left: -25px;
      top: 65px;
      right: 0px;
      display: block;
      width: 70%;
      height: 80%;
      margin-right: auto;
      margin-left: auto;
      border-radius: 5px;
      background-image: linear-gradient(180deg, #dee2ff, #b6bdff);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      .mobile__mountain--image._2 {
        position: absolute;
        left: 25px;
        top: 58px;
        right: 0px;
        width: 90%;
        height: 110%;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(182, 189, 255, 0.66) 51%); }
      .mobile__mountain--image.shrunked {
        left: -6px;
        top: 31px; }
        .mobile__mountain--image.shrunked._2 {
          left: 25px;
          top: 30px;
          right: 0px; }
  .mobile .small {
    top: 30px;
    width: 90%;
    height: 60px;
    float: left;
    clear: left;
    box-shadow: 10px 10px 5px #06bebe;
    opacity: 0.81; }
    .mobile .small.no-mountains {
      top: 50px;
      opacity: 0.51; }
  .mobile__strip {
    position: absolute;
    left: 0px;
    top: 22px;
    z-index: 0;
    width: 38%;
    height: 90%;
    background-image: linear-gradient(135deg, #00f1f1, #d7ebeb, 100%); }
    .mobile__strip.dark {
      background-image: linear-gradient(180deg, #9aa3ff, rgba(67, 83, 255, 0) 44%); }
  .mobile .info {
    position: relative;
    left: 0px;
    top: -50px;
    right: 0px;
    width: 62%;
    padding: 30px;
    float: left;
    perspective: 9999px; }
    .mobile .info__column {
      position: relative;
      z-index: 10;
      width: 29.11%;
      margin-right: 1.11%;
      margin-left: 3.11%;
      padding: 12px;
      float: left;
      border-radius: 5px;
      background-image: linear-gradient(135deg, #00f1f1, #adb3ff);
      box-shadow: 11px 11px 0 0 #06bebe; }
      .mobile .info__column--circle {
        position: relative;
        display: block;
        width: 20px;
        height: 20px;
        margin-right: auto;
        margin-left: auto;
        border: 2px solid #fff;
        border-radius: 100%; }
    .mobile .info__string {
      position: relative;
      top: 30px;
      width: 30%;
      float: left; }
      .mobile .info__string--square {
        position: relative;
        left: 0px;
        top: 0px;
        right: 0px;
        display: block;
        width: 25px;
        height: 25px;
        margin-right: auto;
        margin-left: auto;
        border-radius: 5px;
        background-image: linear-gradient(135deg, #00f1f1, #adb3ff);
        box-shadow: 11px 11px 0 -1px #06bebe; }
        .mobile .info__string--square._2 {
          top: 60px;
          z-index: 1; }
        .mobile .info__string--square._3 {
          top: -10px; }
      .mobile .info__string--connector {
        position: absolute;
        left: 0px;
        top: 22px;
        right: 0px;
        display: block;
        width: 2px;
        height: 25px;
        margin-right: auto;
        margin-left: auto;
        background-color: #d9ddff;
        box-shadow: 11px 11px 0 0 #06bebe; }
  .mobile--arrow {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 44px;
    display: block;
    width: 2px;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    background-color: #757373; }
    .mobile--arrow--small {
      position: absolute;
      left: -4px;
      right: 0px;
      bottom: 0px;
      width: 2px;
      height: 10px;
      background-color: #757373;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      .mobile--arrow--small.v2 {
        left: 4px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .mobile .circletower {
    position: absolute;
    left: 0%;
    top: -66px;
    width: 80px;
    height: 80px;
    perspective: 9999px; }
    .mobile .circletower--top {
      position: absolute;
      left: -8px;
      top: -4px;
      right: 0px;
      z-index: 5;
      display: block;
      width: 40px;
      height: 40px;
      margin-right: auto;
      margin-left: auto;
      border-radius: 100%;
      background-color: rgba(0, 239, 239, 0.945);
      background-image: linear-gradient(135deg, #00f1f1, rgba(230, 252, 252, 0.705));
      transform: translate3d(0px, 0px, 10px); }
      .mobile .circletower--top._2 {
        left: 25px;
        top: 10px;
        right: 0px;
        z-index: 4;
        transform: translate3d(0px, 0px, 10px);
        background-color: rgba(0, 239, 239, 0.678);
        background-image: linear-gradient(135deg, rgba(0, 239, 239, 0.349), #d7ebeb41); }
      .mobile .circletower--top._3 {
        left: 47px;
        top: 23px;
        z-index: 3;
        background-color: transparent;
        background-image: linear-gradient(135deg, #00f1f1, #d7ebeb52);
        box-shadow: 23px 19px 0 0 rgba(6, 190, 190, 0.414);
        transform: translate(0px, 0px); }

.footer {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 9px 17px 9px rgba(255, 255, 255, 0);
  position: relative;
  height: auto;
  bottom: 0; }
  .footer h2 {
    color: #f8f8f8;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000; }
  .footer p {
    color: #f8f8f8;
    font-weight: 600;
    text-shadow: 1px 1px 5px #000;
    font-size: 1rem; }
  @media screen and (max-width: 969px) {
    .footer__container {
      justify-content: flex-start !important; } }
  .footer__social {
    display: inline-flex; }
    .footer__social li {
      padding: 0 16px; }
    .footer__social--item {
      text-decoration: none; }
      .footer__social--item i {
        box-shadow: 1p 1px 1px #fff;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1b8ecf;
        border-radius: 100%;
        width: 80px;
        height: 80px; }
        .footer__social--item i:hover {
          background: white;
          color: #1b8ecf; }
        .footer__social--item i::before {
          font-size: 30px; }
        @media screen and (max-width: 360px) {
          .footer__social--item i {
            width: 40px;
            height: 40px;
            bottom: 0px; }
            .footer__social--item i::before {
              font-size: 20px; } }
        @media screen and (min-width: 361px) and (max-width: 969px) {
          .footer__social--item i {
            width: 55px;
            height: 55px;
            bottom: 0px; } }

.app-header {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 100vh; }

.app-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 64px;
  padding: 0 16px;
  pointer-events: visible;
  font-size: 18px; }

#large-toolbar {
  margin-bottom: 24px;
  margin-bottom: 16px; }

.small-title,
.large-title {
  transform-origin: right top;
  position: relative;
  z-index: 11;
  background: -webkit-linear-gradient(#1b8ecf, #18222d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.large-title {
  will-change: transform, opacity;
  font-size: 56px;
  font-size: 2em;
  font-weight: 700; }

menu-item.menu {
  filter: url("#shadowed-goo"); }

.menu-item, .menu-open-button {
  background: #1b8ecf;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  color: white;
  text-align: center;
  line-height: 80px;
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 200ms; }
  @media screen and (max-width: 360px) {
    .menu-item, .menu-open-button {
      position: fixed;
      width: 40px;
      height: 40px;
      bottom: 54px;
      right: 30px; } }
  @media screen and (min-width: 361px) and (max-width: 969px) {
    .menu-item, .menu-open-button {
      position: fixed;
      width: 50px;
      height: 50px;
      bottom: 54px;
      right: 30px; } }
  @media screen and (min-width: 970px) {
    .menu-item, .menu-open-button {
      top: 15px; } }

.navi {
  position: sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
  z-index: 2;
  /*Shrinking for mobile*/ }
  .navi__burger {
    display: none;
    position: fixed;
    top: 0px;
    right: 20px;
    z-index: 99999999; }
    .navi__burger i:before {
      font-size: 22px; }
    @media screen and (max-width: 969px) {
      .navi__burger {
        top: 98vh;
        right: 0; } }
  .navi svg:nth-of-type(1) {
    z-index: 1; }
  .navi svg:nth-of-type(2) {
    transform: rotate(180deg);
    position: relative;
    top: -44px; }
  .navi svg .parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }
  .navi svg .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s; }
  .navi svg .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s; }
  .navi svg .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s; }
  .navi svg .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s; }

@keyframes move-forever {
  0% {
    transform: translate3d(-50px, 0, 0); }
  100% {
    transform: translate3d(50px, 0, 0); } }
  .navi svg:nth-of-type(2) .parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0); }
  100% {
    transform: translate3d(85px, 0, 0); } }
  @media (max-width: 768px) {
    .navi .content {
      height: 30vh; }
    .navi h1 {
      font-size: 24px; } }

.menu-open {
  display: none; }

.menu-item i {
  position: relative;
  top: -8px; }
  @media screen and (max-width: 969px) {
    .menu-item i {
      top: -15px; } }

.hamburger {
  z-index: 30;
  max-width: 25px;
  height: 2px;
  background: white;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1px;
  transition: transform 200ms; }
  @media screen and (max-width: 969px) {
    .hamburger {
      width: 23px;
      height: 1px; } }

.hamburger-1 {
  transform: translate3d(0, -8px, 0); }

.hamburger-2 {
  transform: translate3d(0, 0, 0); }

.hamburger-3 {
  transform: translate3d(0, 8px, 0); }

.menu-open:checked + .menu-open-button .hamburger-1 {
  transform: translate3d(0, 0, 0) rotate(45deg); }

.menu-open:checked + .menu-open-button .hamburger-2 {
  transform: translate3d(0, 0, 0) scale(0.1, 1); }

.menu-open:checked + .menu-open-button .hamburger-3 {
  transform: translate3d(0, 0, 0) rotate(-45deg); }

.menu {
  z-index: 30; }
  .menu__svg {
    width: 70px; }

.menu-item {
  border: 1px solid rgba(17, 17, 17, 0); }
  .menu-item:hover {
    background: white;
    color: #1b8ecf;
    border: 1px solid #1b8ecf; }
  .menu-item:nth-child(3) {
    transition-duration: 180ms; }
  .menu-item:nth-child(4) {
    transition-duration: 180ms; }
  .menu-item:nth-child(5) {
    transition-duration: 180ms; }
  .menu-item:nth-child(6) {
    transition-duration: 180ms; }

.menu-open-button {
  z-index: 2;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer; }

.menu-open-button:hover {
  transform: scale(1.2, 1.2) translate3d(0, 0, 0); }

.menu-open:checked + .menu-open-button {
  transition-timing-function: linear;
  transition-duration: 200ms;
  transform: scale(0.8, 0.8) translate3d(0, 0, 0); }

.menu-open:checked ~ .menu-item {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media screen and (max-width: 969px) {
    .menu-open:checked ~ .menu-item:nth-child(3) {
      transition-duration: 190ms;
      transform: translate3d(0, -80px, 0); }
    .menu-open:checked ~ .menu-item:nth-child(4) {
      transition-duration: 290ms;
      transform: translate3d(0, -160px, 0); }
    .menu-open:checked ~ .menu-item:nth-child(5) {
      transition-duration: 390ms;
      transform: translate3d(0, -240px, 0); }
    .menu-open:checked ~ .menu-item:nth-child(6) {
      transition-duration: 490ms;
      transform: translate3d(0, -320px, 0); } }
  @media screen and (min-width: 970px) {
    .menu-open:checked ~ .menu-item:nth-child(3) {
      transition-duration: 190ms;
      transform: translate3d(-110px, 0, 0); }
    .menu-open:checked ~ .menu-item:nth-child(4) {
      transition-duration: 290ms;
      transform: translate3d(-220px, 0, 0); }
    .menu-open:checked ~ .menu-item:nth-child(5) {
      transition-duration: 390ms;
      transform: translate3d(-330px, 0, 0); }
    .menu-open:checked ~ .menu-item:nth-child(6) {
      transition-duration: 490ms;
      transform: translate3d(-440px, 0, 0); } }

.slick-slider {
  margin-top: -120px; }
  .slick-slider .slick-dots li button {
    color: white; }
    .slick-slider .slick-dots li button:before {
      font-size: 16px;
      color: white; }
  .slick-slider img {
    width: 100%;
    max-height: 700px;
    object-fit: cover; }
  .slick-slider .slick-next {
    right: 35px; }
  .slick-slider .slick-prev {
    left: 15px;
    z-index: 1; }
  .slick-slider .slick-arrow:before {
    font-size: 40px; }

.par {
  height: 300px; }
  .par img {
    object-fit: contain; }

.not-found {
  position: relative;
  background: linear-gradient(to right, #1b8ecf 0%, #18222d 100%);
  height: 100vh;
  width: 100vw; }
  .not-found canvas {
    width: 100vw !important;
    height: 100vh !important; }
  .not-found__text {
    pointer-events: none;
    position: absolute;
    top: -64px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .not-found__text h1 {
      font-size: 80px; }
    .not-found__text h1,
    .not-found__text h3,
    .not-found__text a {
      color: white;
      pointer-events: painted; }

body {
  margin: 0; }

.block {
  position: relative; }

.contents {
  height: auto;
  position: relative; }
  .contents .only-desktop {
    z-index: 666; }
    @media screen and (min-width: 970px) {
      .contents .only-desktop .navi__burger {
        display: block; } }
  .contents .only-xs {
    z-index: 666; }
    @media screen and (max-width: 969px) {
      .contents .only-xs .navi__burger {
        display: block; } }

.header {
  position: relative;
  text-align: center;
  color: white;
  height: 100%; }

.logo {
  width: 50px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle; }

.inner-header {
  height: 85vh;
  width: 100%;
  margin: 0;
  padding: 0; }

.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.waves {
  position: absolute;
  top: -64px;
  width: 100%;
  height: 10vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 20vh; }

#gentle-wave {
  fill: rgba(255, 255, 255, 0.65); }

.content {
  position: relative;
  height: 15vh;
  text-align: center; }

/* Animation */

