@font-face {
  font-family: "Semplicita";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/semplicita/SemplicitaPro-Bold.ttf") format("truetype"), url("/fonts/semplicita/SemplicitaPro-Bold.woff") format("woff"), url("/fonts/semplicita/SemplicitaPro-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Semplicita";
  font-weight: 700;
  font-style: italic;
  src: url("/fonts/semplicita/SemplicitaPro-BoldItalic.ttf") format("truetype"), url("/fonts/semplicita/SemplicitaPro-BoldItalic.woff") format("woff"), url("/fonts/semplicita/SemplicitaPro-BoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/proxima-nova/ProximaNova-Regular.ttf") format("truetype"), url("/fonts/proxima-nova/ProximaNova-Regular.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: italic;
  src: url("/fonts/proxima-nova/ProximaNova-RegularIt.ttf") format("truetype"), url("/fonts/proxima-nova/ProximaNova-RegularIt.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/proxima-nova/ProximaNova-Bold.ttf") format("truetype"), url("/fonts/proxima-nova/ProximaNova-Bold.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: italic;
  src: url("/fonts/proxima-nova/ProximaNova-BoldIt.ttf") format("truetype"), url("/fonts/proxima-nova/ProximaNova-BoldIt.woff") format("woff");
}

/* 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;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  color: #731C52;
  background-color: #FFFFFF;
}

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

h1,
h2,
h3,
h4 {
  font-family: "Semplicita", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
}

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: #d60f3c;
}

.link--small {
  font-size: 13px;
  line-height: 1.5em;
}

.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;
}

.container--full {
  max-width: 100%;
}

.container--purple {
  background-color: #731C52;
  color: #FFFFFF;
  padding: 6em 0 4em 0;
  -webkit-mask-image: url("/images/container-mask-top.svg");
          mask-image: url("/images/container-mask-top.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  margin-top: 6em;
}

.container--green {
  background-color: #569E95;
  color: #FFFFFF;
  padding: 6em 0 4em 0;
  -webkit-mask-image: url("/images/container-mask-top.svg");
          mask-image: url("/images/container-mask-top.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  margin-top: 6em;
}

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: 3em 0 0 0;
  padding: 0 1.5em;
}

.section__body p {
  margin: 2em 0;
}

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

.template {
  display: none;
}

@media only screen and (max-width: 570px) {
  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-background.svg");
  background-size: 100%;
  background-position: center bottom;
  padding: 2em 0 5em;
}

.header__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: -1.5em;
  position: absolute;
  top: 3.2em;
  right: 0;
}

.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: "Semplicita", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 1.8em;
  margin: 0 0 0 2.5em;
  position: relative;
  color: #731C52;
  font-weight: bold;
  text-transform: uppercase;
}

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

.header__nav__item__item--active:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -6px;
  left: 50%;
  width: 100%;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: #731C52;
}

@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: 230px;
  }
}

@media only screen and (min-width: 870px) {
  .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: #FFFFFF;
  border-radius: 25px 0 0 25px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

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

.language-selector:hover .language-selector__links {
  display: block;
}

.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;
  color: #731C52;
}

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

.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: 2.5em 0;
  width: 100%;
  position: relative;
}

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

.mobile-nav__items__item {
  font-family: "Semplicita", "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:hover {
  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__media {
  position: relative;
}

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

.spotlights__item__media__meta__content {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0.1em 1.2em;
  border-radius: 100px;
}

.spotlights__item__media__meta__content__links {
  display: flex;
}

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

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

.spotlights__item__media__image {
  border-radius: 10px;
  overflow: hidden;
}

.spotlights__item__media__image__image {
  transition: transform 0.2s;
}

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

.spotlights__item__content__subtitle {
  color: #D60F3C;
  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% - 4em) / 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__content {
    padding: 1.8em 0 2em 0;
  }
}

.highlights {
  flex-direction: column;
}

.highlights__item {
  position: relative;
  height: 100%;
  border-radius: 7px;
}

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

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

.highlights__item__media:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  z-index: 99;
}

.highlights__item__info {
  position: absolute;
  left: 3em;
  bottom: 3em;
  z-index: 2;
  color: #FFFFFF;
  max-width: 100%;
  z-index: 999;
}

.highlights__item__info--blue .highlights__item__info__title {
  font-size: 25px;
  line-height: 1.4em;
}

.highlights__item__info__title {
  line-height: 1.2em;
  font-weight: bold;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}

.highlights__item__info__subtitle {
  color: #FFFFFF;
  margin: 0.3em 0 0 0;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.8em;
}

@media only screen and (max-width: 870px) {
  .highlights__column {
    margin-bottom: 13em;
  }

  .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__media__image {
    width: auto;
    height: 100%;
  }
}

.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(1), &:nth-child(2) {
          margin-top: 0;
      }

      &:nth-child(2n), &:last-child {
          margin-right: 0;
      }
  }*/
}

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

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

.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__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;
  position: absolute;
  bottom: -0.9em;
  z-index: 99999;
  left: calc((100% - 140px) / 2);
}

.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__image {
  transition: transform 0.2s;
}

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

.locations__item__content__title {
  font-size: 23px;
}

.locations__item__content__subtitle {
  color: #d60f3c;
  margin: 0.5em 0 0 0;
  font-weight: 500;
}

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

  .locations__item {
    width: calc((100% - 6em) / 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(2n) {
    margin-top: calc(2em + 50px);
  }

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

.promo-items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 10%;
  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: #d60f3c;
}

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

.promo-items__item__content_text {
  color: #d60f3c;
  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: 0 0 4em 0;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.page-heading__body a,
.page-heading p 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__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 {
    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;
}

input,
select,
textarea {
  max-width: 100%;
}

.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% - 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;
  position: relative;
}

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

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

.form__field p a {
  display: inline-block;
}

.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;
}

.form__field__input--select {
  padding: 0.8em 1em 0.6em;
}

input:-moz-read-only {
  color: rgba(0, 42, 107, 0.5);
  border-color: #E2F1F7;
}

input:read-only {
  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 {
  margin: 0 !important;
}

/**
 * Number controls
 */

.form__number-controls {
  padding: 0.8em 0;
}

.form__number-controls__row {
  display: flex;
  align-items: center;
  margin: 0.6em 0 0 0;
}

.form__number-controls__row:first-child {
  margin-top: 0;
}

.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__number {
  line-height: 26px;
  margin: 0 0.8em;
}

.form__number-controls__action {
  font-size: 13px;
  color: #00a6e7;
  border-bottom: 2px solid #00a6e7;
  cursor: pointer;
  line-height: initial;
  padding-bottom: 0.5em;
  transition: padding-bottom 0.2s;
}

.form__number-controls__action:hover {
  padding-bottom: 0.3em;
}

.form__number-controls__input {
  display: none;
}

/**
 * Buttons
 */

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

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

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

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

.button:focus {
  outline: none;
}

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

.button--blue {
  color: #FFFFFF;
  background-color: #D60F3C;
}

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

.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: "Semplicita", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  text-transform: none;
  padding-top: 0.8em;
  padding-bottom: 1em;
}

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

.columns {
  width: 100%;
}

.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% - 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% - 4em) / 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% - 6em) / 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");
}

.alert a {
  display: inline;
  text-decoration: underline;
}

.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;
}

.passes-overview__types__item {
  padding: 0 0 3em 0;
}

.passes-overview__types__item__image {
  width: 150px;
  height: auto;
  margin: 1em auto 0;
}

.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;
  font-weight: 500;
  border-right: 4px solid #F9FCFD;
}

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

.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__button {
  text-transform: none;
  margin: 0.7em 0 0 0;
}

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

.benefits-overview__filters {
  margin: 0 auto 3em;
  padding: 0 10%;
  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;
}

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

  .benefits-overview__filters__item {
    width: calc((100% - 3em) / 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;
  }
}

.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: 0;
  width: 100%;
  top: calc(100% - 3px);
  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;
}

.hero {
  position: relative;
  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 {
    margin-bottom: 10em;
  }

  .hero__content {
    bottom: 0;
  }

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

.aside-image {
  position: relative;
}

.aside-image::before {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  z-index: -1;
  left: -25%;
  top: -25%;
  opacity: 0.3;
  background-image: url(/images/blob-blue-regular.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.promobox {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  flex-direction: column;
  padding: 0 10%;
}

.promobox__image {
  width: 50%;
  margin: 0 auto 3em;
}

.promobox__content {
  text-align: center;
}

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

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

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

  .promobox__image {
    width: 30%;
    margin: 0 3em 0 0;
  }

  .promobox__content {
    text-align: left;
    width: calc(70% - 3em);
  }
}

.text-alert {
  display: flex;
  justify-content: center;
}

.text-alert--green {
  color: #62a216;
}

.text-alert__icon {
  margin: 0 1em 0 0;
}

.text-alert__icon__icon {
  font-size: 20px;
}

.park-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.park-overview__item {
  width: calc((100% - 6em) / 4);
  text-align: center;
  margin: 1em 2em 0 0;
  background-image: url("/images/blob-parks.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 300px;
}

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

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

.park-overview__item__heading__name {
  margin: 1em 0 0 0;
}

.park-overview__item__footer {
  margin: 1.5em 0 0 0;
}

.park-overview__item__footer__buttons {
  display: flex;
  justify-content: center;
}

.park-overview__item__footer__buttons__button {
  background-color: #00a6e7;
  color: #FFFFFF;
  font-weight: 500;
  padding: 0.5em 2em;
}

.promocode-detail hr {
  border: 0;
  border-top: 2px solid #00a6e7;
  opacity: 0.2;
}

.promocode-detail ul {
  margin: 0.5em 0 0 0;
}

.promocode-detail ul li {
  padding: 0 0 0 2em;
  margin: 0 0 6px 0;
  position: relative;
}

.promocode-detail ul li:before {
  content: "";
  display: block;
  background-image: url("/images/list-icon.svg");
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 9.5px;
}

.promocode-detail__section {
  margin: 2em 0 0 0;
}

.promocode-detail__section:first-child {
  margin-top: 0;
}

.promocode-detail__section .page-heading {
  margin: 0;
}

.promocode-detail .link--blue {
  display: inline-block;
  box-shadow: inset 0 -0.1rem rgba(255, 255, 255, 0.8), inset 0 -0.1rem #00a6e7;
  padding: 0 0 0.1em;
}

