/* 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 {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

body {
  font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  color: #002A6B;
  background-image: url("/images/background.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

body > img {
  width: 1px;
  height: 1px;
}

h1,
h2,
h3,
h4 {
  font-family: "Paytone One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1 {
  font-size: 40px;
  line-height: 1.44em;
}

h2 {
  font-size: 30px;
  line-height: 1.2em;
}

h3 {
  font-size: 20px;
  line-height: 1.8em;
}

h4 {
  font-size: 18px;
  line-height: 1.8em;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.link {
  color: #002A6B;
  cursor: pointer;
}

.link--uppercase {
  text-transform: uppercase;
  font-weight: 500;
}

.link--button {
  text-transform: uppercase;
  font-weight: 500;
}

.link--blue {
  color: #00a6e7;
}

.light {
  color: #9DB0CC;
}

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

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.main {
  margin: 2.5em 0 0 0;
}

.container {
  max-width: 935px;
  margin: 0 auto;
  margin-top: 4em;
}

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

.container .section {
  margin: 4em 0 0 0;
}

.container .section:first-child {
  margin-top: 0;
}

.container .section--alert .alert {
  margin-bottom: 0;
}

.container--large {
  max-width: 1440px;
}

table {
  width: 100%;
}

.section__title {
  text-align: center;
  margin: 0 0 4em 0;
}

.section__title__buttons {
  display: flex;
  justify-content: center;
  margin: 2em 0 -1em 0;
}

.section__buttons {
  display: flex;
  justify-content: center;
  margin: 1em 0 0 0;
  padding: 0 1.5em;
}

.section__body p {
  margin: 2em 0;
}

.empty-state {
  font-style: italic;
}

.template {
  display: none;
}

small {
  font-size: 14px;
  line-height: 1.2em;
}

@media only screen and (max-width: 570px) {
  body {
    font-size: 17.6px;
    line-height: 1.98em;
  }

  h1 {
    font-size: 32px;
    line-height: 1.62em;
  }

  h2 {
    font-size: 24px;
    line-height: 1.08em;
  }
}

@media only screen and (min-width: 570px) {
  .section__buttons {
    padding: 0;
  }

  .container--footer--top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 980px) {
  .main {
    margin: 3.5em 0 0 0;
  }
}

.header {
  background-image: url("/images/header-left.png"), url("/images/header-right.png");
  background-position: top left, top right;
  background-repeat: no-repeat;
  background-size: 40vw 22vw;
  padding-top: 2em;
}

.header__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: -1.5em;
}

.header__top__column__items {
  display: flex;
  align-items: center;
}

.header__top__column__items__item {
  margin: 0 0 0 2em;
}

.header__top__column__items__item .language-selector {
  display: none;
}

.header__top__column__items__item:first-child {
  margin-left: 0;
}

.header__branding {
  display: flex;
  justify-content: center;
}

.header__branding__logo {
  width: 150px;
}

.header__nav {
  margin: 3em 0 0 0;
  display: none;
}

.header__nav__items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__nav__item__item {
  font-family: "Paytone One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 1.8em;
  margin: 0 0 0 2.5em;
  position: relative;
}

.header__nav__item__item:first-child {
  margin-left: 0;
}

.header__nav__item__item--active:before {
  content: "";
  position: absolute;
  background-image: url("/images/menu-active.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 37px;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 570px) {
  .header__top {
    position: absolute;
    right: 0;
  }

  .header__nav__items {
    flex-direction: column;
  }
}

@media only screen and (min-width: 570px) {
  .header__branding__logo {
    width: 270px;
  }
}

@media only screen and (min-width: 870px) {
  .header {
    background-size: initial;
  }

  .header__nav {
    display: block;
  }

  .header__top__column__items__item .language-selector {
    display: block;
  }
}

.container--footer {
  position: relative;
  min-height: 175px;
}

.footer {
  margin-top: 60px;
}

.footer__content__top {
  background-color: #0a2960;
  background-image: url("/images/footer-top.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 375px;
}

.footer__content__top__character {
  width: 42vw;
  max-width: 160px;
  margin-left: 34px;
  margin-top: -24px;
}

.footer__content__top__illustration {
  position: absolute;
  width: auto;
  max-width: 90px;
  max-height: 120px;
  right: 34px;
  transform: translateY(-20%);
  top: 0;
}

.footer__content__top__form {
  padding: 2.5em;
}

.footer__content__top__form__title {
  color: #FFFFFF;
  font-size: 25px;
}

.footer__content__top__form__title span {
  color: #fdcb19;
}

.footer__content__top__form__form {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  font-weight: 700;
}

.footer__content__top__form__form__field {
  margin: 1.5em 0 0 0;
}

.footer__content__top__form__form__field:first-of-type {
  margin-left: 0;
}

.footer__content__top__form__form__field__input {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #fdcb19;
  font: inherit;
  padding: 0.5em 1.5em;
  width: 100%;
  transition: border-color 0.2s;
}

.footer__content__top__form__form__field__input:focus {
  border-color: #fdcb19;
  outline: none;
}

.footer__content__top__form__form__field__input:-internal-autofill-selected {
  background-color: transparent;
}

.footer__content__top__form__form__field__input::-moz-placeholder {
  color: #fdcb19;
}

.footer__content__top__form__form__field__input:-ms-input-placeholder {
  color: #fdcb19;
}

.footer__content__top__form__form__field__input::placeholder {
  color: #fdcb19;
}

.footer__content__top__form__form__field__input--checkbox {
  display: none;
}

.footer__content__top__form__form__field__input--checkbox:checked + .footer__content__top__form__form__field__checkbox__box::before {
  content: "";
  background-image: url("/images/check-yellow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  display: block;
  width: 100%;
  height: 100%;
}

.footer__content__top__form__form__field__input--submit {
  cursor: pointer;
  background-image: url("/images/arrow-yellow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  text-indent: -999999px;
  height: 100%;
  width: 80px;
  border: 0;
}

.footer__content__top__form__form__field__checkbox {
  display: flex;
  align-items: center;
}

.footer__content__top__form__form__field__checkbox__box {
  width: 48px;
  height: 48px;
  border: 2px solid #FFFFFF;
  margin: 0 1em 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__content__top__form__form__field__checkbox__label {
  line-height: 1.5em;
  width: calc( 100% - 48px - 1em );
  margin: -0.2em 0 0 0;
}

.footer__content__top__form__form__field__checkbox__label a {
  display: inline-block;
  border-bottom: 2px solid #fdcb19;
  padding: 0 0 0.1em 0;
}

.footer__content__middle {
  background-color: #0a2960;
}

.footer__content__bottom {
  background-color: #0a2960;
}

.footer__content__bottom::after {
  content: "";
  display: block;
  height: 10px;
  background-color: #FFFFFF;
  background-image: url("/images/footer-bottom.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.footer__doormat {
  padding: 4em 0;
}

.footer__doormat__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer__doormat__content__column {
  margin: 0.5em 0 0 0;
  color: #222222;
  font-size: 15px;
}

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

.footer__doormat__content__column a {
  border-bottom: 2px solid #E2F1F7;
  transition: border-bottom-color 0.2s;
}

.footer__doormat__content__column a:hover {
  border-bottom-color: #222222;
}

.footer__doormat__content__logo {
  width: 85px;
  margin: 0 0 1em 0;
}

@media only screen and (min-width: 870px) {
  .container--footer {
    min-height: 375px;
  }

  .footer {
    margin-top: 144px;
  }

  .footer--small {
    margin-top: 60px;
  }

  .footer__content__top__character {
    position: absolute;
    margin: 0;
    max-width: 290px;
    width: auto;
    left: 70px;
    bottom: 0;
  }

  .footer__content__top__illustration {
    max-width: 290px;
    max-height: initial;
    width: auto;
    bottom: 200px;
  }

  .footer__content__top__form {
    padding: 0;
  }

  .footer__content__top__form__title {
    font-size: 40px;
    margin: 0 0 0.7em 0;
  }

  .footer__content__top__form__form {
    flex-direction: row;
  }

  .footer__content__top__form__form__field {
    flex: 0 0 auto;
    max-width: 250px;
    margin: 0 0 0 1.5em;
  }

  .footer__content__top__form__form__field:first-of-type {
    margin-left: 0;
  }

  .footer__content__bottom::after {
    height: 166px;
  }
}

@media only screen and (min-width: 1315px) {
  .footer__doormat__content {
    flex-direction: row;
  }

  .footer__doormat__content__column {
    margin: 0 0 0 2em;
  }

  .footer__doormat__content__column:first-child {
    margin-left: 0;
  }

  .footer__doormat__content__logo {
    margin: 0;
  }
}

.language-selector {
  background-color: #E2F1F7;
  border-radius: 25px 0 0 25px;
  position: relative;
  cursor: pointer;
}

.language-selector--active {
  border-bottom-left-radius: 0;
}

.language-selector:before {
  background-image: url("/icons/arrow.svg");
  display: block;
  content: "";
  top: calc( 50% - 6px );
  right: 1.2em;
  width: 6px;
  height: 11px;
  position: absolute;
  transform: rotate(90deg);
}

.language-selector__link {
  padding: 1em 2.7em 1em 1.5em;
  line-height: initial !important;
}

.language-selector__links {
  background-color: #E2F1F7;
  border-radius: 0 0 0 25px;
  position: absolute;
  width: 100%;
  display: block;
}

.mobile-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  background-color: rgba(10, 41, 96, 0.55);
  z-index: 9999999;
}

.mobile-nav__menu {
  background-color: #FFFFFF;
  padding: 5.5em 0 2.5em;
  width: 100%;
  position: relative;
  max-height: 80vh;
  overflow-y: scroll;
}

.mobile-nav__menu__close {
  position: absolute;
  top: 1.5em;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mobile-nav__menu__content {
  padding: 0 1.5em;
}

.mobile-nav__menu__content .mobile-nav__menu__content__title {
  text-align: center;
  margin: 0 0 0.8em 0;
}

.mobile-nav__menu__content ul li {
  text-align: center;
}

.mobile-nav__items__item {
  font-family: "Paytone One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 1.8em;
  text-align: center;
  margin: 0.5em 0 0 0;
}

.mobile-nav__items__item:first-child {
  margin-top: 0;
}

.mobile-nav__menu__language {
  margin: 2em 0 0 0;
  display: flex;
  justify-content: center;
}

.mobile-nav__menu__language .language-selector {
  border-radius: 25px;
}

.mobile-nav__menu__language .language-selector--active {
  border-radius: 0 0 25px 25px;
}

.mobile-nav__menu__language .language-selector::before {
  transform: rotate(-90deg);
}

.mobile-nav__menu__language .language-selector__links {
  border-radius: 25px 25px 0 0;
  bottom: 100%;
}

.mobile-menu-link {
  background-color: #E2F1F7;
  border-radius: 25px 0 0 25px;
  padding: 0.5em 1.5em;
  font-size: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mobile-menu-link__icon {
  margin: 0 0.7em 0 0;
}

@media only screen and (min-width: 870px) {
  .mobile-menu-link {
    display: none;
  }
}

.spotlights {
  padding: 0 1.5em;
}

.spotlights__item {
  margin: 2em 0 0 0;
}

.spotlights__item:nth-child(1) {
  margin-top: 0;
}

.spotlights__item:hover .spotlights__item__media__image__image {
  transform: scale(1.01);
}

.spotlights__item:hover .spotlights__item__media__meta {
  bottom: 0;
}

.spotlights__item__media {
  position: relative;
}

.spotlights__item__media__meta {
  position: absolute;
  left: 2.6em;
  bottom: -13px;
  z-index: 2;
  display: flex;
  transition: bottom 0.2s;
}

.spotlights__item__media__meta:before {
  content: "";
  display: block;
  background-image: url("/images/spotlight-meta-left.svg");
  width: 55px;
  height: 40px;
}

.spotlights__item__media__meta:after {
  content: "";
  display: block;
  background-image: url("/images/spotlight-meta-right.svg");
  width: 110px;
  height: 40px;
}

.spotlights__item__media__meta__content {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
}

.spotlights__item__media__meta__content__links {
  display: flex;
  color: #00a6e7;
  font-size: 14px;
}

.spotlights__item__media__meta__content__links__link {
  margin: 0 0 0 1em;
}

.spotlights__item__media__meta__content__links__link:first-child {
  margin-left: 0;
}

.spotlights__item__media__meta__content__links__link--light {
  opacity: 0.5;
}

.spotlights__item__media__image {
  overflow: hidden;
}

.spotlights__item__media__image__image {
  transition: transform 0.2s;
}

.spotlights__item__content {
  padding: 1.4em 2em 2em 5em;
  position: relative;
}

.spotlights__item__content:before {
  content: "";
  display: block;
  background-image: url("/images/spotlight-curl-orange.svg");
  width: 60px;
  height: 81px;
  background-size: 100%;
  position: absolute;
  left: 0.5em;
  top: -1.9em;
}

.spotlights__item__content__subtitle {
  color: #FF680A;
  margin: 0.2em 0 0 0;
}

@media only screen and (min-width: 870px) {
  .spotlights {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .spotlights__item {
    width: calc( ( 100% - ( 2 * 2em ) ) / 3 );
    margin: 2em 2em 0 0;
  }

  .spotlights__item:nth-child(1),
  .spotlights__item:nth-child(2),
  .spotlights__item:nth-child(3) {
    margin-top: 0;
  }

  .spotlights__item:nth-child(3n) {
    margin-right: 0;
  }

  .spotlights__item__media__meta {
    display: flex;
  }

  .spotlights__item__content {
    padding: 1.8em 2em 2em 6em;
  }
}

.highlights {
  flex-direction: column;
}

.highlights__item {
  position: relative;
  height: 100%;
}

.highlights__item:hover .highlights__item__media__image {
  transform: scale(1.01);
  transition: transform 0.2s;
}

.highlights__item--small .highlights__item__info::after {
  left: -1.2em;
  top: -5em;
}

.highlights__item__media {
  max-height: 523px;
  overflow: hidden;
}

.highlights__item__info {
  position: absolute;
  left: 3em;
  right: 3em;
  z-index: 2;
  color: #FFFFFF;
  max-width: 100%;
  padding: 0 0 0 5%;
}

.highlights__item__info::before {
  content: "";
  background-image: url("/images/blob-orange.svg");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  width: calc( 100% + 4em );
  height: calc( 100% + 7em );
  z-index: -1;
  left: -2em;
  top: -3em;
}

.highlights__item__info::after {
  content: "";
  background-image: url("/images/arrow-yellow.svg");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  width: 5em;
  height: 3.7em;
  z-index: -1;
  right: -1em;
  top: -4em;
}

.highlights__item__info--orange::before {
  background-image: url("/images/blob-orange.svg");
}

.highlights__item__info--orange::after {
  background-image: url("/images/arrow-yellow.svg");
}

.highlights__item__info--blue::before {
  background-image: url("/images/blob-blue.svg");
}

.highlights__item__info--blue::after {
  background-image: url("/images/arrow-blue-light.svg");
}

.highlights__item__info__title {
  line-height: 1.2em;
}

.highlights__item__info__subtitle {
  color: #7b3103;
  margin: 0.3em 0 0 0;
}

@media only screen and (max-width: 870px) {
  .highlights__column {
    margin-bottom: 10em;
    /* &--large {
        .highlights__item__media__image {
            height: 100%;
        }
    } */
  }

  .highlights__column--small {
    margin-bottom: 7em;
  }

  .highlights__item__media {
    width: auto;
    overflow: hidden;
  }

  .highlights__item__media__image {
    min-width: 100%;
    width: auto;
    height: auto;
    width: 100%;
  }
}

@media only screen and (min-width: 870px) {
  .highlights {
    flex-direction: row;
  }

  .highlights__column--large {
    width: calc( ( ( 100% - 2em ) / 3 ) * 2 );
  }

  .highlights__column--small {
    width: calc( ( ( 100% - 2em ) / 3 ) * 1 );
  }

  .highlights__column--small .highlights__item__media__image {
    min-width: 100%;
  }

  .highlights__item {
    overflow: hidden;
  }

  .highlights__item--large .highlights__item__info {
    max-width: 50%;
  }

  .highlights__item__media__image {
    width: auto;
    height: 100%;
  }

  .highlights__item__info {
    left: unset;
    right: unset;
    right: 2em;
    bottom: 2em;
    max-width: 70%;
    padding: 0 2em 0 0;
  }

  .highlights__item__info::before {
    left: -5em;
    top: -3em;
    width: calc( 100% + 10em );
    height: calc( 100% + 9em );
  }

  .highlights__item__info::after {
    right: -1em;
    top: -4em;
    width: 6em;
    height: 4.5em;
  }
}

.popular-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.popular-items__item {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 2em 2em 0;
  position: relative;
  padding: 0.35em;
  transition: transform 0.2s;
}

.popular-items__item:nth-child(6n+1) {
  background: linear-gradient(225deg, #720000, #ff680a);
}

.popular-items__item:nth-child(6n+2) {
  background: linear-gradient(225deg, #ff0a0a, #fd9419);
}

.popular-items__item:nth-child(6n+3) {
  background: linear-gradient(225deg, #ff680a, #fdcb19);
}

.popular-items__item:nth-child(6n+4) {
  background: linear-gradient(225deg, #009980, #ff9e00);
}

.popular-items__item:nth-child(6n+5) {
  background: linear-gradient(225deg, #720000, #ff680a);
}

.popular-items__item:nth-child(6n+6) {
  background: linear-gradient(225deg, #169021, #007cdd);
}

.popular-items__item:hover {
  transform: translateY(-2em);
}

.popular-items__item:hover .popular-items__item__media {
  opacity: 0.2;
}

.popular-items__item:hover .popular-items__item__content {
  opacity: 1;
}

.popular-items__item__media {
  border-radius: 50%;
  overflow: hidden;
  transition: opacity 0.2s;
}

.popular-items__item__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1em;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.2s;
}

.popular-items__item__content__title {
  line-height: 1.4em;
}

@media only screen and (max-width: 570px) {
  .popular-items__item:nth-child(2n),
  .popular-items__item:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 570px) {
  .popular-items__item {
    width: 150px;
    height: 150px;
    margin: 0 0 2em 2em;
  }
}

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

.locations__item {
  width: 100%;
  margin: 2em 0 0 0;
}

.locations__item:nth-child(1) {
  margin-top: 0;
}

.locations__item:hover .locations__item__media__image__image {
  transform: scale(1.01);
}

.locations__item:hover .locations__item__media__meta {
  bottom: 0;
}

.locations__item__media {
  position: relative;
}

.locations__item__media__info {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -13px;
  z-index: 2;
  display: flex;
  justify-content: center;
  transition: bottom 0.2s;
}

.locations__item__media__meta {
  display: flex;
  margin-right: -17%;
}

.locations__item__media__meta:before {
  content: "";
  display: block;
  background-image: url("/images/spotlight-meta-left.svg");
  width: 55px;
  height: 40px;
}

.locations__item__media__meta:after {
  content: "";
  display: block;
  background-image: url("/images/spotlight-meta-right.svg");
  width: 110px;
  height: 40px;
}

.locations__item__media__meta__content {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
}

.locations__item__media__meta__content__icon {
  width: 25px;
  height: 25px;
}

.locations__item__media__image {
  overflow: hidden;
}

.locations__item__media__image__flag {
  position: absolute;
  top: 1.2em;
  right: 1.2em;
  width: 30px;
  border-radius: 50%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.locations__item__media__image__image {
  transition: transform 0.2s;
}

.locations__item__content {
  padding: 1.8em 0 0 0;
  text-align: center;
}

.locations__item__content__title {
  color: #002A6B;
}

.locations__item__content__subtitle {
  color: #FF680A;
  margin: 0.8em 0 0 0;
  font-weight: 500;
  font-size: 18px;
}

.locations__item__content__warning {
  color: #d30005;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0.7em 0;
}

@media only screen and (min-width: 870px) {
  .locations {
    flex-direction: row;
  }

  .locations__item {
    width: calc( ( 100% - ( 3 * 2em ) ) / 4 );
    margin: 2em 2em 0 0;
  }

  .locations__item:nth-child(1),
  .locations__item:nth-child(2),
  .locations__item:nth-child(3),
  .locations__item:nth-child(4) {
    margin-top: 0;
  }

  .locations__item:nth-child(4n) {
    margin-right: 0;
  }
}

.promo-items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 1.5em;
  margin: 0 auto;
  flex-wrap: wrap;
}

.promo-items__item {
  width: 100%;
  margin: 1.5em 0 0 0;
}

.promo-items__item:nth-child(1) {
  margin-top: 0;
}

.promo-items__item:hover .fa-sync-alt {
  transform: rotate(1turn);
}

.promo-items__item a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
}

.promo-items__item__icon {
  margin: 0 2em 0 0;
  color: #FF680A;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-items__item__icon__icon {
  font-size: 50px;
  transition: transform 1s;
}

.promo-items__item__content {
  width: calc( 100% - 45px - 2em );
}

.promo-items__item__content_text {
  color: #FF680A;
  font-weight: 500;
  margin: 0.3em 0 0 0;
}

@media only screen and (min-width: 980px) {
  .promo-items {
    flex-direction: row;
    max-width: 60%;
    padding: 0;
  }

  .promo-items__item {
    width: calc( ( 100% - 1.5em ) / 2 );
    margin: 1.5em 1.5em 0 0;
  }

  .promo-items__item:nth-child(1),
  .promo-items__item:nth-child(2) {
    margin-top: 0;
  }

  .promo-items__item:nth-child(2n) {
    margin-right: 0;
  }
}

.page-heading {
  margin: 4em 0;
  padding: 0 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.page-heading__body {
  margin: 0.7em 0 0 0;
  text-align: center;
}

.page-heading__body a {
  display: inline-block;
  color: #00a6e7;
  box-shadow: inset 0 -0.2rem rgba(255, 255, 255, 0.8), inset 0 -0.2rem #00a6e7;
  padding: 0 0 0.2em 0;
}

.page-heading__footer {
  margin: 2em 0 0 0;
  font-size: 14px;
  text-align: center;
}

.page-heading__buttons {
  display: flex;
  margin: 2em 0 0 0;
}

.page-heading__buttons .button {
  margin: 0 0 0 2em;
}

.page-heading__buttons .button:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 570px) {
  .page-heading {
    padding: 0;
  }

  .page-heading__body,
  .page-heading__footer {
    max-width: 40%;
  }
}

.ticket-types__column--number {
  padding: 0 4em;
  display: flex;
  justify-content: center;
}

.ticket-types__column--price {
  text-align: right;
}

.ticket-types__item {
  border-top: 1px solid rgba(157, 176, 204, 0.5);
}

.ticket-types__item:first-child {
  border-top: 0;
}

.ticket-types__item td {
  padding: 1em 0;
}

.ticket-types__item__description {
  margin: 0.5em 0 0 0;
}

label {
  cursor: pointer;
}

.form {
  margin: 0 auto;
}

.form .columns {
  margin: 2em 0 0 0;
}

.form .columns:first-child {
  margin-top: 0;
}

.form--small {
  max-width: 550px;
}

.form--large .form__field__input {
  max-width: calc( ( 100% - ( 1 * 2em ) ) / 2 );
}

.form--large .columns__column .form__field__input {
  max-width: 100%;
}

.form__group {
  margin: 3em 0 0 0;
}

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

.form__group__title {
  margin: 0 0 1.2em 0;
}

.form__field {
  margin: 2em 0 0 0;
}

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

.form__field__label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 0 calc( 1em + 4px );
  margin: 0 0 0.5em 0;
}

.form__field__help {
  display: block;
  font-size: 13px;
  padding: 0 calc( 1em + 6px );
  margin: -0.5em 0 0.5em 0;
  color: #9DB0CC;
}

.form__field__help a {
  display: inline;
}

.form__field__input {
  border: 4px solid #E2F1F7;
  background: #FFFFFF;
  padding: 0.5em 1em;
  font: inherit;
  font-size: 16px;
  color: inherit;
  width: 100%;
}

.form__field__input:focus {
  outline: none;
}

.form__field__input[disabled] {
  color: rgba(0, 42, 107, 0.5);
  border-color: #E2F1F7;
}

/**
 * Radio buttons
 */

.form__field__radio {
  display: flex;
  align-items: center;
  margin: 0.7em 0 0 0;
}

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

.form__field__radio__input {
  display: none;
}

.form__field__radio__input:checked + .form__field__radio__circle {
  background-color: #E2F1F7;
}

.form__field__radio__circle {
  width: 28px;
  height: 28px;
  border: 3px solid #E2F1F7;
  border-radius: 50%;
  margin: 0 1.2em 0 0;
  transition: background-color 0.2s;
}

.form__field__radio__label {
  width: calc( 100% - 28px - 1.2em );
}

/**
 * Number controls
 */

.form__number-controls {
  display: flex;
  align-items: center;
}

.form__number-controls__control {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #002A6B;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.2s;
}

.form__number-controls__control:hover {
  background-color: #E2F1F7;
}

.form__number-controls__control--disabled {
  opacity: 0.2;
}

.form__number-controls__number {
  line-height: 26px;
  margin: 0 0.8em;
}

.form__number-controls__input {
  display: none;
}

/**
 * Buttons
 */

.form__buttons {
  margin: 3em 0;
  display: flex;
  justify-content: flex-end;
}

.button {
  border: 0;
  padding: 1.2em 1.7em;
  font: inherit;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  line-height: initial;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.2s;
}

.button:focus {
  outline: none;
}

.button--small {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.button--blue {
  color: #00a6e7;
  background-color: #f6fafc;
}

.button--blue--active {
  color: #FFFFFF;
  background-color: #00a6e7;
}

.button--red {
  background-color: #e4060b;
  color: #FFFFFF;
}

.button--red:hover {
  background-color: #d30005;
}

.button--red-light {
  background-color: rgba(228, 6, 11, 0.1);
  color: #e4060b;
}

.button--red-light:hover {
  background-color: rgba(228, 6, 11, 0.2);
}

.button--transparent {
  background-color: transparent !important;
}

.button--icon {
  display: flex;
  align-items: center;
}

.button--large {
  font-family: "Paytone One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  text-transform: none;
  padding-top: 0.8em;
  padding-bottom: 1em;
}

.button--curl {
  padding-left: 4em;
  position: relative;
}

.button--curl:before {
  content: "";
  display: block;
  width: 35px;
  height: 48px;
  position: absolute;
  left: 0.5em;
  bottom: 1.5em;
}

.button--curl.button--blue:before {
  background-image: url("/images/spotlight-curl-blue.svg");
}

.button--curl.button--red-light:before {
  background-image: url("/images/spotlight-curl-red.svg");
}

.button__icon {
  margin: 0 0.7em 0 0;
}

.columns__column {
  width: 100%;
  margin: 2em 0 0 0;
}

.columns__column--filled {
  background-color: #f6fafc;
  padding: 2em;
}

@media only screen and (min-width: 870px) {
  .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .columns--2 .columns__column {
    width: calc( ( 100% - ( 1 * 2em ) ) / 2 );
  }

  .columns--2 .columns__column:nth-child(1),
  .columns--2 .columns__column:nth-child(2) {
    margin-top: 0;
  }

  .columns--3 .columns__column {
    width: calc( ( 100% - ( 2 * 2em ) ) / 3 );
  }

  .columns--3 .columns__column:nth-child(1),
  .columns--3 .columns__column:nth-child(2),
  .columns--3 .columns__column:nth-child(3) {
    margin-top: 0;
  }

  .columns--4 .columns__column {
    width: calc( ( 100% - ( 3 * 2em ) ) / 4 );
  }

  .columns--4 .columns__column:nth-child(1),
  .columns--4 .columns__column:nth-child(2),
  .columns--4 .columns__column:nth-child(3),
  .columns--4 .columns__column:nth-child(4) {
    margin-top: 0;
  }
}

.order-overview__box {
  margin: 2em 0 0 0;
}

.order-overview__box:first-child {
  margin-top: 0;
}

.order-overview__box__title {
  margin: 0 0 0.8em 0;
}

.order-overview__box__rows__row {
  margin: 0.4em 0 0 0;
  display: flex;
  justify-content: space-between;
}

.order-overview__box__rows__row:first-child {
  margin-top: 0;
}

.order-overview__box__button {
  margin: 1.5em 0 0 0;
}

.content-list__items__item {
  border-top: 1px solid rgba(157, 176, 204, 0.5);
  padding: 1.3em 0 1em;
}

.content-list__items__item:first-child {
  border-top: 0;
  padding-top: 0;
}

.content-list__items__item__row {
  display: flex;
  justify-content: space-between;
  margin: 1.2em 0 0 0;
}

.content-list__items__item__row:first-child {
  margin-top: 0;
}

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

.content-list__items__item__icons {
  margin: 1em 0 0 0;
}

.content-list__items__item__icons__item {
  display: flex;
  align-items: center;
  margin: 0.4em 0 0 0;
}

.content-list__items__item__icons__item:first-child {
  margin-top: 0;
}

.content-list__items__item__icons__item__icon {
  margin: 0 0.8em 0 0;
  width: 1em;
  text-align: center;
}

.content-list__items__item__large {
  font-size: 20px;
}

.content-list__items__item__icon {
  margin: 1em 0 0 0;
}

.content-list__items__item__icon--green {
  color: #62a216;
}

.content-list__items__item__icon--red {
  color: #841f19;
}

.content-list__items__item__icon__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.content-list__items__item__icon__content__icon {
  margin: 0 0.5em 0 0;
}

.content-list__items__item__icon__small {
  font-size: 12px;
}

.content-list__items__item__actions {
  display: flex;
}

.content-list__items__item__actions__action {
  border-left: 2px solid rgba(0, 166, 231, 0.5);
  padding: 0 0 0 1.5em;
  margin: 0 0 0 1.5em;
}

.content-list__items__item__actions__action:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

.content-list__items__item__actions__action:hover span {
  opacity: 1;
}

.content-list__items__item__actions__action span {
  opacity: 0.5;
  transition: opacity 0.2s;
}

.alert {
  padding: 1.5em 1.5em 1.2em 4em;
  margin: 2em 0;
  font-weight: 500;
  position: relative;
}

.alert:before {
  content: "";
  display: block;
  width: 35px;
  height: 48px;
  position: absolute;
  left: 0.5em;
  top: -0.9em;
  background-size: cover;
}

.alert--blue {
  color: #00a6e7;
  background-color: #f6fafc;
}

.alert--blue:before {
  background-image: url("/images/spotlight-curl-blue.svg");
}

.alert--red {
  color: #e4060b;
  background-color: #efcece;
}

.alert--red:before {
  background-image: url("/images/spotlight-curl-orange.svg");
}

.site-switch {
  width: 247px;
  position: absolute;
  top: 0;
  left: -1px;
}

.site-switch__content {
  position: relative;
}

.site-switch__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 1.5em 2em;
  color: #FFFFFF;
  font-weight: 500;
}

.site-switch__text__icon {
  margin: 0 1em 0 0;
}

/* Mobile */

.passes-overview-mobile {
  padding: 0 1.5em;
}

.passes-overview-mobile__pass {
  margin: 2em 0 0 0;
}

.passes-overview-mobile__pass:first-child {
  margin-top: 0;
}

.passes-overview-mobile__pass__heading__price {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.passes-overview-mobile__pass__info {
  display: flex;
  margin: 1em 0 0 0;
}

.passes-overview-mobile__pass__info__card {
  width: 65%;
  z-index: 9999999;
}

.passes-overview-mobile__pass__info__card__image {
  border-radius: 10px;
  box-shadow: 0.4rem 0 0.5rem rgba(0, 0, 0, 0.2);
}

.passes-overview-mobile__pass__info__actions {
  width: calc( 100% - 65% );
  display: flex;
  flex-direction: column;
  margin: 0 0 0 -10px;
}

.passes-overview-mobile__pass__info__actions__action {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E2F1F7;
  color: #00a6e7;
  padding: 0 0 0 10px;
}

.passes-overview-mobile__pass__info__actions__action--darker {
  background-color: #00a6e7;
  color: #FFFFFF;
}

.passes-overview-mobile__pass__info__actions__action__icon {
  width: 25px;
}

/* Desktop */

.passes-overview {
  margin-top: -2em;
}

.passes-overview th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #FFFFFF;
}

.passes-overview th:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
  opacity: 0;
  transition: bottom 0.2s, opacity 0.2s;
}

.passes-overview-scrolled th:after {
  bottom: -20px;
  opacity: 0.3;
}

.passes-overview-scrolled th .passes-overview__types__item__image {
  display: none;
}

.passes-overview__types__item {
  padding: 2em 0 2.5em;
  vertical-align: bottom;
}

.passes-overview__types__item__name {
  line-height: 1.5em;
}

.passes-overview__types__item__description {
  margin: 0.5em 0 0 0;
  font-size: 14px;
  line-height: 1.6em;
}

.passes-overview__types__item__image {
  width: auto;
  height: auto;
  margin: 1em auto 0;
  border-radius: 10px;
  max-width: 90%;
  max-height: 100px;
}

.passes-overview__conditions__item {
  border-top: 4px solid #f0f6f8;
}

.passes-overview__conditions__item--highlighted {
  border-top-color: #FFFFFF;
}

.passes-overview__conditions__item--highlighted .passes-overview__conditions__item__name {
  background-color: #f0f6f8;
  border-right: none;
}

.passes-overview__conditions__item--highlighted .passes-overview__conditions__item__value {
  background-color: #E2F1F7;
}

.passes-overview__conditions__item--highlighted .passes-overview__conditions__item__value:nth-child(odd) {
  background-color: #00a6e7;
  color: #FFFFFF;
}

.passes-overview__conditions__item__name {
  padding: 2em 1.5em;
  border-right: 4px solid #F9FCFD;
}

.passes-overview__conditions__item__name--high {
  padding: 3.5em 1.5em;
}

.passes-overview__conditions__item__name__title {
  font-weight: 500;
}

.passes-overview__conditions__item__name__description {
  margin: 0.3em 0 0 0;
}

.passes-overview__conditions__item__value {
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}

.passes-overview__conditions__item__value:nth-child(odd) {
  background-color: #F9FCFD;
}

.passes-overview__conditions__item__value__suffix {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}

.passes-overview__conditions__item__value__button {
  text-transform: none;
  margin: 0.7em 0 0 0;
}

@media only screen and (max-width: 870px) {
  .passes-overview {
    display: none;
  }
}

@media only screen and (min-width: 870px) {
  .passes-overview-mobile {
    display: none;
  }
}

.benefits-overview .empty-state {
  text-align: center;
}

.benefits-overview__bar {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto 3em;
  padding: 0 1.5em;
}

.benefits-overview__bar__filters {
  width: 100%;
}

.benefits-overview__bar__buttons {
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 2em 0 0 0;
  justify-content: center;
}

.benefits-overview__bar__buttons__button {
  margin: 0 0 0 1em;
}

.benefits-overview__bar__buttons__button:first-child {
  margin-left: 0;
}

.benefits-overview__filters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.benefits-overview__filters__item {
  width: 100%;
  margin: 1.5em 0 0 0;
}

.benefits-overview__filters__item:nth-child(1) {
  margin-top: 0;
}

.benefits-overview__filters__item .search-bar__input {
  font-size: 15px;
  line-height: initial;
}

.benefits-overview__filters__item .search-bar__submit__label {
  padding: 0.8em 1.5em;
  width: calc( 100% - 73px );
  font-size: 15px;
}

.benefits-overview__map .leaflet-container {
  font: inherit;
}

.benefits-overview__map .leaflet-popup-content-wrapper {
  border-radius: 0 !important;
  padding: 0 !important;
}

.benefits-overview__map .leaflet-popup-content {
  margin: 0 !important;
  width: 200px !important;
}

.benefits-overview__map .leaflet-popup-content p {
  margin: 0;
}

.benefits-overview__map .leaflet-popup-close-button {
  color: #FFFFFF !important;
  padding: 0.7em 1.4em 0 0 !important;
}

.benefits-overview__map .leaflet-control-attribution a {
  display: inline-block;
}

.benefits-overview__map__popup {
  width: 200px;
}

.benefits-overview__map__popup .locations__item {
  width: 100%;
}

.benefits-overview__map__popup .locations__item__content {
  padding: 1.2em 1em 1.4em;
}

.benefits-overview__map__popup .locations__item__content__subtitle {
  font-size: 14px;
  margin: 0.4em 0 0 0 !important;
}

@media only screen and (min-width: 870px) {
  .benefits-overview__bar {
    flex-direction: row;
    padding: 0;
  }

  .benefits-overview__filters {
    flex-direction: row;
  }

  .benefits-overview__filters__item {
    width: calc( ( 100% - ( 1.5em * 2 ) ) / 3 );
    margin: 1.5em 1.5em 0 0;
  }

  .benefits-overview__filters__item:nth-child(1),
  .benefits-overview__filters__item:nth-child(2),
  .benefits-overview__filters__item:nth-child(3) {
    margin-top: 0;
  }

  .benefits-overview__filters__item:nth-child(3n) {
    margin-right: 0;
  }

  .benefits-overview__bar__buttons {
    margin: 0 0 0 2em;
  }
}

.search-bar {
  border: 3px solid #E2F1F7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.search-bar__input {
  border: 0;
  margin: 0;
  padding: 0.8em 1.5em;
  display: block;
  font: inherit;
  color: inherit;
  width: calc( 100% - 73px );
}

.search-bar__input::-moz-placeholder {
  font-style: italic;
  color: #9DB0CC;
}

.search-bar__input:-ms-input-placeholder {
  font-style: italic;
  color: #9DB0CC;
}

.search-bar__input::placeholder {
  font-style: italic;
  color: #9DB0CC;
}

.search-bar__input:focus {
  outline: none;
}

.search-bar__submit__label {
  padding: 0 calc( 1.5em - 3px );
  font-style: italic;
  line-height: 1.3em;
  color: #9DB0CC;
}

.search-bar__submit {
  background-image: url("/images/search-bar-background.svg");
  height: 51px;
  width: 73px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
}

.search-bar__results {
  position: absolute;
  left: -3px;
  width: calc( 100% + 6px );
  top: 100%;
  border: 3px solid #E2F1F7;
  z-index: 999999;
  background-color: #FFFFFF;
}

.search-bar__results__item {
  font-size: 14px;
  font-weight: 500;
  padding: 0.5em 1.5em;
  border-top: 3px solid #f0f6f8;
  cursor: pointer;
  transition: background-color 0.2s;
}

.search-bar__results__item:first-child {
  border-top: 0;
}

.search-bar__results__item:hover {
  background-color: #f0f6f8;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader__bullets {
  display: flex;
}

.loader__bullets__bullet {
  width: 5px;
  height: 5px;
  background: #00a6e7;
  border-radius: 50%;
  margin: 0 0 0 0.3em;
  animation: loading 0.7s infinite alternate-reverse;
}

.loader__bullets__bullet:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.loader__bullets__bullet:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loader__bullets__bullet:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loader__bullets__bullet:first-child {
  margin-left: 0;
}

@-webkit-keyframes loading {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes loading {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-5px);
  }
}

.loader__label {
  margin: 0 0 0 1em;
}

.icon-list {
  color: #00a6e7;
}

.icon-list--margin {
  margin: 2em 0 0 0;
}

.icon-list__item {
  display: flex;
  margin: 1em 0 0 0;
}

.icon-list__item:first-child {
  margin-top: 0;
}

.icon-list__item__icon {
  width: 22px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 1.4em 0 0;
}

.icon-list__item__icon--check {
  background-image: url("/images/check-blue.svg");
}

.tabs {
  margin: 2em 0;
}

.tabs__tabs {
  display: flex;
  flex-wrap: wrap;
  color: #00a6e7;
  margin: 0 0 2em 0;
}

.tabs__tabs--center {
  justify-content: center;
}

.tabs__tabs__tab {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 0 1.5em;
  border-bottom: 2px solid #00a6e7;
  padding: 0 0 0.3em 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
}

.tabs__tabs__tab:first-child {
  margin-left: 0;
}

.tabs__tabs__tab--active {
  opacity: 1;
}

.tabs__tabs__tab__badge {
  background-color: #00a6e7;
  color: #FFFFFF;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  line-height: 1.7em;
  margin: 0 0 0 0.8em;
}

.hero {
  position: relative;
}

.hero--title {
  margin-bottom: 13em;
}

.hero__content {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero__content__title {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  padding: 0 5%;
  max-width: 70%;
}

.hero__content__title::before {
  content: "";
  background-image: url("/images/blob-orange.svg");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  width: calc( 100% + 4em );
  height: calc( 100% + 10em );
  z-index: -1;
  left: -2em;
  top: -4em;
}

.hero__content__title::after {
  content: "";
  background-image: url("/images/arrow-yellow.svg");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  width: 5em;
  height: 3.7em;
  z-index: -1;
  right: -1em;
  top: 0;
}

.hero__content__title--orange::before {
  background-image: url("/images/blob-orange.svg");
}

.hero__content__title--orange::after {
  background-image: url("/images/arrow-yellow.svg");
}

.hero__content__title--blue::before {
  background-image: url("/images/blob-blue.svg");
}

.hero__content__title--blue::after {
  background-image: url("/images/arrow-blue-light.svg");
}

@media only screen and (min-width: 870px) {
  .hero--title {
    margin-bottom: 10em;
  }

  .hero__content {
    bottom: 0;
  }

  .hero__content__title {
    left: 3em;
    right: 3em;
    max-width: 35%;
  }
}

.text-banner {
  background-color: #00a6e7;
  color: #FFFFFF;
  padding: 2em 3em 4em;
  position: relative;
}

.text-banner__title {
  margin: 0 0 0.7em 0;
}

.text-banner__text {
  max-width: 80%;
}

.text-banner__button {
  background-image: url("/images/text-banner-button.svg");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 430px;
  text-align: right;
  padding: 2.2em 2.5em 1.8em 0;
}

.text-banner__button::before {
  background-image: url("/images/spotlight-curl-blue.svg");
  content: "";
  display: block;
  width: 35px;
  height: 48px;
  position: absolute;
  right: 2.5em;
  top: -1.3em;
  filter: brightness(0) invert(1);
  transform: scaleY(-1);
}

.text-banner__button__label {
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

.label {
  display: flex;
  background-color: #f6fafc;
  align-items: center;
  padding: 0.8em 1.7em;
  border-radius: 25px;
}

.label--flag {
  padding: 0;
}

.label--flag .label__icon {
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}

.label--flag .label__icon__image {
  width: 45px;
  height: 45px;
}

.label__icon {
  margin: 0 0.7em 0 0;
}

.label__icon__image {
  width: 20px;
  height: 20px;
}

.label__icon__icon {
  color: #00a6e7;
}

.label__content__text {
  font-size: 14px;
  color: #00a6e7;
  line-height: initial;
}


