@charset "UTF-8";
@-webkit-keyframes width-in {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes width-in {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

h1,
h2,
h3 {
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
}

h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}

p {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

p:first-child {
  margin-top: 0;
}

.h1, h1 {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
}

.h2, h2 {
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.15;
}

@media screen and (min-width: 768px) {
  .h2, h2 {
    font-size: 2.1875rem;
  }
}

.h3, h3 {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.15;
}

@media screen and (min-width: 768px) {
  .h3, h3 {
    font-size: 1.5625rem;
  }
}

.copy {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .copy {
    font-size: 1.25rem;
  }
}

.small-copy {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .small-copy {
    font-size: 0.75rem;
  }
}

html,
body {
  font-size: 16px !important;
  line-height: 18px;
}

html.no-scroll {
  overflow: hidden;
}

html.no-scroll body {
  overflow: visible;
  height: 100%;
}

h1,
h2,
h3,
.title {
  font-weight: normal;
  text-align: center;
}

p {
  color: inherit;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 1.25rem;
  }
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:focus, a:active, a:hover {
  color: inherit;
}

ul,
ol {
  list-style-position: outside;
  margin-bottom: 1.25rem;
  padding-left: 20px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  color: inherit;
  font-size: 1.125rem;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  li {
    font-size: 1.25rem;
  }
}

strong {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
}

em {
  color: inherit;
  font-style: italic;
}

small {
  color: inherit;
  font-size: 0.875rem;
}

#content {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  #content {
    font-size: 1.25rem;
  }
}

#wrapper {
  background-color: #fff;
  overflow: hidden;
  padding-top: 72px;
}

@media screen and (min-width: 1200px) {
  #wrapper {
    padding-top: 94px;
  }
}

.container {
  max-width: 930px;
  padding: 0 15px;
}

.container > .container {
  padding: 0;
}

.row > .row {
  width: 100%;
  margin: 0;
  padding: 0;
}

[class*="col-"] {
  min-height: 0.0001px;
}

.main-content {
  min-height: 50vh;
}

/* test animation */
/* end test animation */
.cta-pellet {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: sans-serif;
  font-size: 1.25rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.222s ease;
  transition: all 0.222s ease;
  vertical-align: middle;
  border-radius: 100%;
  height: 3.75rem;
  position: relative;
  width: 3.75rem;
}

.cta-pellet:focus {
  border-width: 3px;
  outline: none;
  outline-offset: -4px;
}

.cta-pellet:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cta-pellet:hover {
  text-decoration: none;
}

.cta-pellet:hover, .cta-pellet:focus {
  content: '';
}

.cta-pellet svg {
  -webkit-transition: all 0.222s ease;
  transition: all 0.222s ease;
}

@media screen and (min-width: 768px) {
  .cta-pellet {
    height: 5rem;
    width: 5rem;
  }
}

.cta-pellet svg {
  display: block;
  left: 50%;
  max-height: 1.875rem;
  max-width: 1.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .cta-pellet svg {
    max-height: 2.5rem;
    max-width: 2.5rem;
  }
}

.cta-pellet.-small {
  height: 2.1875rem;
  width: 2.1875rem;
}

.cta-pellet.-small svg {
  max-height: 16px;
  max-width: none;
}

.cta-pellet.-small.-large-icon svg {
  max-height: 25px;
}

.cta-pellet.-medium {
  height: 2.8125rem;
  width: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .cta-pellet.-medium {
    height: 3.75rem;
    width: 3.75rem;
  }
}

.cta-pellet.-medium svg {
  max-height: 1.375rem;
  max-width: none;
}

@media screen and (min-width: 768px) {
  .cta-pellet.-medium svg {
    max-height: 1.875rem;
  }
}

.cta-pellet.-medium.-large-icon svg {
  max-height: 2.375rem;
}

@media screen and (min-width: 768px) {
  .cta-pellet.-medium.-large-icon svg {
    max-height: 3.125rem;
  }
}

.cta-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: sans-serif;
  font-size: 1.25rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.222s ease;
  transition: all 0.222s ease;
  vertical-align: middle;
  border-radius: 1.5625rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  min-height: 3.125rem;
  min-width: 14.375rem;
  padding: 0 1.25rem;
  text-align: center;
}

.cta-btn:focus {
  border-width: 3px;
  outline: none;
  outline-offset: -4px;
}

.cta-btn:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cta-btn:hover {
  text-decoration: none;
}

.cta-btn:hover, .cta-btn:focus {
  content: '';
}

.cta-btn svg {
  -webkit-transition: all 0.222s ease;
  transition: all 0.222s ease;
}

@media screen and (min-width: 768px) {
  .cta-btn {
    border-radius: 1.875rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    min-height: 3.75rem;
    min-width: 17.1875rem;
    padding: 0 1.5625rem;
  }
  .cta-btn.-small {
    border-radius: 1.5625rem;
    font-size: 1.125rem;
    min-height: 3.125rem;
    min-width: 15.25rem;
    padding: 0 1.25rem;
  }
}

.cta-btn.-narrow {
  min-width: 0;
}

.cta-btn.-alt-font {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

@media screen and (min-width: 768px) {
  .cta-btn.-alt-font {
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
  .cta-btn.-alt-font.-small {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.cta-btn svg {
  height: 1em;
  margin-left: 18px;
  max-width: 24px;
}

.cta-card {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: sans-serif;
  font-size: 1.25rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.222s ease;
  transition: all 0.222s ease;
  vertical-align: middle;
  border-radius: 15px;
  border-color: transparent;
  font-size: 1.875rem;
  height: 100px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  line-height: 2rem;
  min-width: 100%;
  padding: 0 10px 0 18px;
  text-align: left;
}

.cta-card:focus {
  border-width: 3px;
  outline: none;
  outline-offset: -4px;
}

.cta-card:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cta-card:hover {
  text-decoration: none;
}

.cta-card:hover, .cta-card:focus {
  content: '';
}

.cta-card svg {
  -webkit-transition: all 0.222s ease;
  transition: all 0.222s ease;
}

@media screen and (min-width: 768px) {
  .cta-card {
    font-size: 2.1875rem;
    height: 120px;
    line-height: 2.375rem;
    padding: 0 10px 0 20px;
  }
}

.cta-card.-centered {
  text-align: center;
  padding: 0 20px;
}

.cta-card .cta-card__label-spacer:before {
  content: ' ';
  display: inline;
}

.cta-card .cta-card__icon {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cta-card svg {
  height: 1em;
  position: relative;
  top: 0.125em;
  width: 1em;
}

.cta-wrapper {
  margin-bottom: 1.25rem;
  text-align: center;
  width: 100%;
}

.cta-wrapper:last-child {
  margin-bottom: 0;
}

.cta-link {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.cta-link:hover, .cta-link:focus {
  color: inherit;
  text-decoration: none;
}

.cta-link:active, .cta-link:focus {
  color: inherit;
}

.cta-link.-email {
  word-break: break-all;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.main-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40;
}

.navbar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 72px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

@media screen and (min-width: 1200px) {
  .navbar {
    height: 94px;
  }
}

.navbar li {
  list-style: none;
}

.navbar:after {
  background: transparent;
  box-shadow: 0px 2px 15px 0px rgba(100, 100, 100, 0.3);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.navbar__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.navbar__logo img {
  height: 54px;
}

.navbar__desktop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  font-size: 22px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .navbar__desktop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (min-width: 1200px) {
  .navbar__desktop .navbar__menu,
  .navbar__desktop .navbar__socialmedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0 15px;
  }
}

.navbar__desktop .cta-btn {
  margin: 5px 10px;
}

.icon-bars {
  display: inline-block;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icon-bars span {
  border-radius: 5px;
  display: block;
  height: 3px;
  opacity: 1;
  pointer-events: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 28px;
  margin: 3px;
}

.icon-bars:hover span:nth-child(1), .icon-bars:focus span:nth-child(1) {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.icon-bars:hover span:nth-child(3), .icon-bars:focus span:nth-child(3) {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.header__mobile {
  display: block;
  height: 72px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .header__mobile {
    display: none;
  }
}

.header__mobile .header__mobile-ticket__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
}

.header__mobile .header__mobile-ticket__wrapper .header__mobile-ticket {
  border-color: transparent;
  border-radius: 0;
  height: 100%;
  width: 100%;
}

.header__mobile .header__mobile-ticket__wrapper .header__mobile-ticket svg {
  max-height: 56px;
}

.header__mobile .header__mobile-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.header__mobile .header__mobile__link {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 10px;
}

.navbar__mobile-close-btn {
  border: none;
  cursor: pointer;
  display: none;
  height: 72px;
  left: 0;
  padding: 25px;
  position: absolute;
  top: 0;
  width: 72px;
  z-index: 99;
}

.navbar__mobile {
  box-shadow: none;
  font-size: 28px;
  height: 100vh;
  left: -320px;
  padding-top: 72px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 320px;
  z-index: 20;
}

@media screen and (min-width: 1200px) {
  .navbar__mobile {
    display: none;
  }
}

.navbar__mobile.open {
  box-shadow: 2px 0px 15px 0px rgba(100, 100, 100, 0.3);
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
}

.navbar__mobile.open .navbar__mobile-close-btn {
  display: block;
  outline: 0;
}

.navbar__mobile .navbar__items {
  padding: 0;
}

.navbar__mobile li {
  list-style: none;
}

.navbar__mobile .navbar__menu {
  margin: 0;
  padding: -webkit-calc(4vh + 5px) 15px;
  padding: calc(4vh + 5px) 15px;
  position: relative;
  text-align: left;
  width: 100%;
}

.navbar__mobile .navbar__menu .navbar__link {
  display: block;
  margin-bottom: -webkit-calc(4vh + 5px);
  margin-bottom: calc(4vh + 5px);
  min-height: 33px;
}

.navbar__mobile .navbar__menu .navbar__link:last-child {
  margin-bottom: 0;
}

.navbar__mobile .navbar__socialmedia {
  margin: 0;
  padding: 20px 15px;
  position: relative;
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
}

.navbar__mobile .navbar__socialmedia .navbar__link {
  position: absolute;
  right: 17px;
  top: 28px;
}

.navbar__items {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .navbar__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.navbar__language-dropdown {
  border-radius: 20px;
  display: none;
  margin-bottom: 0;
  padding: 10px 0 0;
  position: absolute;
  right: -4px;
  top: -19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

.navbar__language-dropdown .navbar__link {
  margin: 10px;
}

.navbar__language-btn__wrapper {
  display: none;
  padding-left: 20px;
  position: relative;
}

.navbar__language-btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none !important;
}

.navbar__language-btn .navbar__language-title:hover, .navbar__language-btn .navbar__language-title:focus {
  text-decoration: none;
}

.navbar__socialmedia {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 10px;
}

.navbar__socialmedia .socials-link {
  margin: 0 5px;
}

.navbar__toggleshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
}

@media screen and (min-width: 1200px) {
  .navbar__toggleshow {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .navbar__link-toggle {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .navbar__link {
    margin: 0 15px;
  }
}

.navbar__link a,
.navbar__link .navbar__multilevel-button {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 0.9;
  position: relative;
  text-align: left;
  text-decoration: none;
}

.navbar__link a:before,
.navbar__link .navbar__multilevel-button:before {
  border-radius: 15px;
  bottom: -5px;
  content: "";
  height: 3px;
  left: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
  width: 0;
}

.navbar__link a:hover, .navbar__link a:focus,
.navbar__link .navbar__multilevel-button:hover,
.navbar__link .navbar__multilevel-button:focus {
  outline: none;
}

.navbar__link a:hover:before, .navbar__link a:focus:before,
.navbar__link .navbar__multilevel-button:hover:before,
.navbar__link .navbar__multilevel-button:focus:before {
  width: 100%;
}

.navbar__link .navbar__multilevel-button:hover:before, .navbar__link .navbar__multilevel-button:focus:before {
  width: -webkit-calc(100% - 28px);
  width: calc(100% - 28px);
}

.navbar__multilevel {
  max-height: 0;
  overflow: hidden;
  padding-left: 0;
  -webkit-transition: max-height 222ms cubic-bezier(0, 0.99, 0, 0.99);
  transition: max-height 222ms cubic-bezier(0, 0.99, 0, 0.99);
}

.-open > .navbar__multilevel {
  max-height: 1000px;
  -webkit-transition: max-height 222ms cubic-bezier(0.99, 0, 0.99, 0);
  transition: max-height 222ms cubic-bezier(0.99, 0, 0.99, 0);
}

@media screen and (min-width: 1200px) {
  .navbar__multilevel {
    max-width: 240px;
    padding: 0 45px 20px;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    z-index: -1;
  }
  .navbar__multilevel:after {
    background-color: #fff;
    box-shadow: 0px 2px 15px 0px rgba(100, 100, 100, 0.3);
    content: '';
    display: block;
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    left: 20px;
    position: absolute;
    top: 0;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    z-index: -1;
  }
}

.navbar__multilevel a:before {
  -webkit-transition: none;
  transition: none;
}

.navbar__multilevel a:hover, .navbar__multilevel a:focus {
  text-decoration: underline;
}

.navbar__multilevel a:hover:before, .navbar__multilevel a:focus:before {
  display: none;
}

.navbar__multilevel-button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.navbar__multilevel-button:after {
  background: url("../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 10px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: -2px 0 0 10px;
  -webkit-transition: -webkit-transform 222ms ease;
  transition: -webkit-transform 222ms ease;
  transition: transform 222ms ease;
  transition: transform 222ms ease, -webkit-transform 222ms ease;
  vertical-align: middle;
  width: 18px;
}

.-open > .navbar__multilevel-button:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navbar__multilevel__item:first-child {
  margin-top: -webkit-calc(4vh + 5px);
  margin-top: calc(4vh + 5px);
}

@media screen and (min-width: 1200px) {
  .navbar__multilevel__item:first-child {
    margin-top: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .navbar__multilevel__item:last-child {
    margin-bottom: 25px;
  }
}

[data-module~="Breadcrumb"] .component-wrapper {
  left: 30px;
  position: absolute;
  top: 30px;
  z-index: 1;
}

[data-module~="Breadcrumb"] .breadcrumb {
  background-color: transparent;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  [data-module~="Breadcrumb"] .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

[data-module~="Breadcrumb"] ol {
  list-style: none;
}

[data-module~="Breadcrumb"] .breadcrumb-item {
  color: inherit;
  display: inline-block;
  font-size: 1rem;
  padding-right: 5px;
  text-shadow: 2px 2px 12px #000;
}

[data-module~="Breadcrumb"] .breadcrumb-item a {
  color: inherit;
}

[data-module~="Breadcrumb"] .breadcrumb-item a:hover, [data-module~="Breadcrumb"] .breadcrumb-item a:focus {
  text-decoration: underline;
}

[data-module~="Breadcrumb"] .breadcrumb-item + .breadcrumb-item:before {
  color: inherit;
  content: "\3009";
  font-size: 0.8125rem;
  padding: 0;
}

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

.main-footer .main-footer__wrapper {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 15px;
}

.main-footer .main-footer__socials {
  display: table;
  margin: 0 auto;
}

.main-footer .main-footer__socials .socials__list {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.main-footer .main-footer__socials .socials__list .socials-link {
  display: inline;
  margin: 0 6px;
}

.main-footer .main-footer__socials .socials__list .socials-link a {
  text-decoration: none;
}

.main-footer .main-footer__socials + .main-footer__navigation {
  display: inline-block;
  width: 100%;
}

.main-footer .main-footer__socials + .main-footer__navigation:before {
  border-radius: 15px;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
}

.main-footer .main-footer__navigation {
  display: table;
  margin: 0 auto;
}

.main-footer .main-footer__navigation .navbar__menu {
  list-style: none;
  margin: 40px auto;
  padding: 0 15px;
  width: 100%;
}

.main-footer .main-footer__navigation .navbar__menu li {
  margin-bottom: 40px;
}

.main-footer .main-footer__navigation .navbar__menu li:last-child {
  margin-bottom: 0;
}

.main-footer .main-footer__navigation .navbar__menu li a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .main-footer .main-footer__navigation .navbar__menu li a {
    font-size: 20px;
  }
}

.main-footer .main-footer__legal {
  text-transform: uppercase;
  margin: 0 auto 30px;
  max-width: 400px;
}

.main-footer .main-footer__legal .navbar__link {
  margin: 0;
}

.main-footer .main-footer__legal .legal__list {
  list-style: none;
  margin-bottom: 30px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .main-footer .main-footer__legal .legal__list {
    margin-bottom: 60px;
  }
}

.main-footer .main-footer__legal .legal__list li {
  display: inline;
}

.main-footer .main-footer__legal .legal__list li:not(:last-child):after {
  content: "/";
  display: inline-block;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .main-footer .main-footer__legal .legal__list li:not(:last-child):after {
    font-size: 18px;
  }
}

.main-footer .main-footer__legal a {
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}

.main-footer .main-footer__legal a:before {
  content: none;
}

.main-footer .main-footer__legal a:hover, .main-footer .main-footer__legal a:focus {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .main-footer .main-footer__legal a {
    font-size: 18px;
  }
}

.main-footer .main-footer__legal p {
  color: inherit;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .main-footer .main-footer__legal p {
    font-size: 14px;
  }
}

.main-footer .main-footer__legal p a {
  font-size: 10px;
  text-decoration: underline;
}

.main-footer .main-footer__legal p a:hover, .main-footer .main-footer__legal p a:focus {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .main-footer .main-footer__legal p a {
    font-size: 14px;
  }
}

.component__title {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .component__title {
    font-size: 2.5rem;
  }
}

.component__title:last-child {
  margin-bottom: 0;
}

.component__description {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.3;
  color: inherit;
  margin-bottom: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .component__description {
    font-size: 1.25rem;
  }
}

.component__description:last-child {
  margin-bottom: 0;
}

.component__description p {
  margin-bottom: 1rem;
}

.component__description p:last-child {
  margin-bottom: 0;
}

.ornament__item {
  position: absolute;
}

.ornament__item img {
  width: 100%;
}

[data-module~="Hero"] .hero__ornaments {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

[data-module~="Hero"] .\+small .hero__ornaments {
  display: none;
}

[data-module~="Hero"] .\+basic .hero__ornaments {
  display: none;
}

.ornament-wrapper {
  display: none;
  position: absolute;
}

.ornament-wrapper img {
  display: block;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .ornament-wrapper img {
    height: auto;
    width: 100%;
  }
}

[data-module~="BasicContentBlock"].-has-error-page-ornament .-error-page .ornament-wrapper {
  bottom: -160px;
  display: block;
  height: 206px;
  left: 20px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  [data-module~="BasicContentBlock"].-has-error-page-ornament .-error-page .ornament-wrapper {
    bottom: -140px;
    height: auto;
    left: auto;
    max-width: 250px;
    right: -webkit-calc(90% - 20px);
    right: calc(90% - 20px);
    width: 20vw;
  }
}

[data-module~="BasicContentBlock"].-has-error-page-ornament .-error-page .ornament-wrapper img {
  display: block;
  height: 100%;
}

@media screen and (min-width: 768px) {
  [data-module~="BasicContentBlock"].-has-error-page-ornament .-error-page .ornament-wrapper img {
    height: auto;
    width: 100%;
  }
}

[data-module~="BasicContentBlock"] .basic-content-block__wrapper {
  position: relative;
}

.custom-modal {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .custom-modal {
    font-size: 1.25rem;
  }
}

.custom-modal .modal-dialog {
  display: block;
  height: 100vh;
  margin: 0;
  max-width: none;
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .custom-modal .modal-dialog {
    border-radius: 15px;
    box-shadow: 0px 12px 12px 0px rgba(102, 102, 102, 0.4);
    -webkit-transform: translateY(-8px) translateZ(0);
    transform: translateY(-8px) translateZ(0);
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    min-height: 200px;
    overflow: hidden;
    top: 15vh;
    width: 80vw;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .custom-modal .modal-dialog {
    box-shadow: 0px 8px 8px 0px rgba(102, 102, 102, 0.4);
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
  }
}

.custom-modal .modal-content {
  border: 0;
  border-radius: 0;
  display: block;
  min-height: 100%;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .custom-modal .modal-content {
    min-height: 0;
  }
}

.custom-modal .modal-header {
  border: none;
  display: block;
  height: 150px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .custom-modal .modal-header {
    height: 140px;
  }
}

.custom-modal .modal-close {
  float: none;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 24px;
}

@media screen and (min-width: 768px) {
  .custom-modal .modal-close {
    right: 30px;
    top: 30px;
  }
}

.custom-modal .modal-body {
  padding: 140px 20px 30px;
}

@media screen and (min-width: 768px) {
  .custom-modal .modal-body {
    padding: 64px 100px 30px;
  }
}

.custom-modal .modal-body p {
  margin-bottom: 8px;
}

.custom-modal .modal-body p:last-child {
  margin-bottom: 0;
}

.custom-modal .modal-body [class*="col-"] {
  margin-bottom: 20px;
}

.custom-modal .modal-title {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .custom-modal .modal-title {
    font-size: 2.5rem;
  }
}

.custom-modal .modal-ornement {
  position: fixed;
  z-index: 99;
  left: 10%;
  top: 20px;
}

@media screen and (min-width: 768px) {
  .custom-modal .modal-ornement {
    left: -webkit-calc(50% - 310px);
    left: calc(50% - 310px);
    top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .custom-modal .modal-ornement {
    left: -webkit-calc(50% - 350px);
    left: calc(50% - 350px);
  }
}

.custom-modal .modal-ornement img {
  height: auto;
  width: auto;
}

.custom-modal .cta-wrapper {
  margin-top: 20px;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.on-page-editor .accordion .toggle-content [scfieldtype="rich text"] {
  display: block;
}

.accordion {
  background-color: #f7f7f7;
  color: #5e5e5e;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  font-size: 12px;
}

.accordion .active .toggle-header .field-heading:after {
  content: "" !important;
}

.accordion .toggle-header {
  background-color: transparent;
  cursor: pointer;
  font-size: inherit;
}

.accordion .toggle-header:hover {
  background-color: transparent;
}

.accordion .toggle-header .label {
  padding: 15px 0;
  text-align: left;
  display: block;
  background: transparent;
  position: relative;
  z-index: 3;
}

.accordion .toggle-header .label:after {
  content: "";
  display: table;
  clear: both;
}

.accordion .toggle-header .label .component {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion .toggle-header .label .component.title {
  margin-top: 0;
}

.accordion .toggle-header .label .component .field-heading {
  font-size: inherit;
  font-weight: 600;
}

.accordion .toggle-header .label .component .field-heading:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.accordion .toggle-content {
  background-color: transparent;
  font-size: inherit;
  padding-top: 5px;
  padding-bottom: 15px;
}

.accordion .toggle-content:after {
  content: "";
  display: table;
  clear: both;
}

.accordion .toggle-content .component {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion .items {
  overflow: hidden;
}

.accordion .items .item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d6d6d6;
}

.accordion .items .item:last-child {
  border-bottom: none;
}

/* breakpoints */
.accordion-horizontal {
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.accordion-horizontal.accordion-image .items .item {
  box-sizing: border-box;
  padding: 0 0 0 50px;
  margin: 0;
  min-height: 300px;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
}

.accordion-horizontal.accordion-image .items .item.active .toggle-header {
  background: transparent !important;
}

.accordion-horizontal.accordion-image .items .item.active .toggle-content {
  left: 0 !important;
}

.accordion-horizontal.accordion-image .items .item .toggle-header {
  width: 50px;
  border-right: none;
  border-top: transparent;
}

.accordion-horizontal.accordion-image .items .item .toggle-header:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.accordion-horizontal.accordion-image .items .item .toggle-content {
  padding: 0;
}

.accordion-horizontal .items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.accordion-horizontal .items .item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0 40px;
  min-height: 250px;
  position: relative;
}

.accordion-horizontal .items .item.active .toggle-header {
  background: transparent;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-width: 0;
}

.accordion-horizontal .items .item .toggle-header {
  box-sizing: border-box;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  padding: 0;
  width: 40px;
  min-height: 100%;
  background: transparent;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d6d6d6;
}

.accordion-horizontal .items .item .toggle-header .component {
  margin-top: 0px;
}

.accordion-horizontal .items .item .toggle-header .label {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
}

.accordion-horizontal .items .item .toggle-header .label p {
  width: 200px;
}

.accordion-horizontal .items .item .toggle-header .label div.field-heading {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
}

.accordion-horizontal .items .item .toggle-header .label div.field-heading span.scWebEditInput {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accordion-horizontal .items .item .toggle-content {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: auto;
  z-index: 10;
  height: 100%;
  overflow: hidden;
  text-align: left;
  padding: 20px 10px;
  border-top-width: 4px;
  border-left-width: 0;
}

.accordion {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 70px;
}

.accordion .field-title {
  line-height: 1.4;
}

.accordion .field-content {
  font-size: 18px;
  line-height: 1.4;
  padding-left: 0;
}

.accordion .items {
  margin-bottom: 0;
  padding: 0;
}

.accordion .items .item {
  padding: 10px 0 25px;
  list-style-type: none;
  margin: 15px 0 0;
}

@media screen and (min-width: 768px) {
  .accordion .items .item {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.accordion .toggle-header {
  border-bottom-width: 0;
}

.accordion .toggle-header .label {
  padding: 0;
}

.accordion .toggle-header .label .component .field-heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  padding-left: 0;
  padding-right: 40px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .accordion .toggle-header .label .component .field-heading {
    font-size: 1.25rem;
  }
}

.accordion .toggle-header .label .component .field-heading:before {
  display: none;
}

.accordion .toggle-header .label .component .field-heading:after {
  font-size: 25px;
  padding-bottom: 25px;
}

.accordion .toggle-header .label .component .field-heading h1,
.accordion .toggle-header .label .component .field-heading h2,
.accordion .toggle-header .label .component .field-heading h3,
.accordion .toggle-header .label .component .field-heading h4,
.accordion .toggle-header .label .component .field-heading h5,
.accordion .toggle-header .label .component .field-heading h6 {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  text-align: left;
}

.accordion .toggle-content {
  margin-top: 15px;
  padding: 0;
}

.accordion .toggle-content .content {
  padding-top: 0;
}

.accordion .toggle-content .content ul {
  list-style-type: none;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.accordion .toggle-content .content ul:last-child {
  margin-bottom: 0;
}

.accordion .toggle-content .content li {
  list-style: none;
  font-size: 20px;
  margin-left: 5px;
  padding-left: 30px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .accordion .toggle-content .content li {
    padding-left: 20px;
  }
}

.accordion .toggle-content .content li:before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin-bottom: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
}

@media screen and (min-width: 768px) {
  .accordion .toggle-content .content li:before {
    height: 8px;
    width: 8px;
  }
}

.accordion .toggle-content .content li:last-child {
  margin-bottom: 0;
}

.accordion .toggle-content .content a {
  color: inherit;
}

.accordion .toggle-content .content a:focus, .accordion .toggle-content .content a:hover {
  text-decoration: none;
}

[data-module~="Hero"] .component-wrapper {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -1px;
  padding: 0;
}

[data-module~="Hero"] .container {
  padding: 0;
}

[data-module~="Hero"] .hero__logo.-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  [data-module~="Hero"] .hero__logo.-mobile {
    display: none;
  }
  [data-module~="Hero"] .hero__logo.-desktop {
    display: block;
  }
}

[data-module~="Hero"] .hero__logo__title {
  display: block;
  margin: 0;
  padding: 0;
}

[data-module~="Hero"] .hero__ornaments {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

[data-module~="Hero"] .hero__cta {
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 10;
}

[data-module~="Hero"] [data-module~="BasicContentBlock"] .component-background-wrapper {
  background-color: transparent;
}

[data-module~="Hero"] .\+large .hero__title,
[data-module~="Hero"] .\+large .hero__subtitle {
  display: none;
}

[data-module~="Hero"] .\+large .hero__wrapper {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -1px 0;
  padding: 95px 0 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  [data-module~="Hero"] .\+large .hero__wrapper {
    background-image: none !important;
    padding: 130px 0 140px;
  }
}

@media screen and (min-width: 1200px) {
  [data-module~="Hero"] .\+large .hero__wrapper {
    padding: 200px 0 45px;
  }
}

[data-module~="Hero"] .\+large .hero__logo {
  opacity: 1;
  padding: 0 16% 135px;
  position: relative;
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  [data-module~="Hero"] .\+large .hero__logo {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  [data-module~="Hero"] .\+large .hero__logo {
    padding: 0 0 20px;
  }
}

[data-module~="Hero"] .\+large .hero__logo img {
  max-width: 400px;
  opacity: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  [data-module~="Hero"] .\+large .hero__logo img {
    max-width: 410px;
  }
}

@media screen and (min-width: 992px) {
  [data-module~="Hero"] .\+large .hero__logo img {
    max-width: 550px;
  }
}

@media screen and (min-width: 1200px) {
  [data-module~="Hero"] .\+large .hero__logo img {
    max-width: 630px;
  }
}

[data-module~="Hero"] .\+large [data-module~="BasicContentBlock"] {
  margin-top: -1px;
  padding: 20px 15px;
  z-index: 12;
}

@media screen and (min-width: 768px) {
  [data-module~="Hero"] .\+large [data-module~="BasicContentBlock"] {
    background-color: transparent;
    padding: 8px 15px 0;
  }
}

[data-module~="Hero"] .\+large [data-module~="BasicContentBlock"] .component-background-wrapper {
  background-color: transparent;
}

[data-module~="Hero"] .\+large [data-module~="BasicContentBlock"] .component-wrapper {
  padding: 16px 0 0;
}

@media screen and (min-width: 768px) {
  [data-module~="Hero"] .\+large [data-module~="BasicContentBlock"] .component-wrapper {
    padding-bottom: 60px;
  }
}

[data-module~="Hero"] .\+large [data-module~="BasicContentBlock"] .basic-content-block__wrapper {
  margin-top: -70px;
}

@media screen and (min-width: 768px) {
  [data-module~="Hero"] .\+large [data-module~="BasicContentBlock"] .basic-content-block__wrapper {
    margin-top: 0;
  }
}

[data-module~="Hero"] .\+small .hero__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[data-module~="Hero"] .\+small .hero__logo {
  height: 100%;
}

[data-module~="Hero"] .\+small .hero__logo img {
  max-height: 200px;
  max-width: 400px;
  min-width: 100%;
  padding: 5px 30px 20px;
}

@media screen and (min-width: 768px) {
  [data-module~="Hero"] .\+small .hero__logo img {
    padding: 30px 100px;
    max-width: none;
  }
}

[data-module~="Hero"] .\+basic .hero__subtitle {
  font-size: 20px;
  font-weight: 100;
  margin: 0 auto;
  max-width: 410px;
  padding: 0 20px 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  [data-module~="Hero"] .\+basic .hero__subtitle {
    padding: 0 20px;
  }
}

[data-module~="Hero"] .\+video {
  position: relative;
}

[data-module~="Hero"] .\+video .hero__wrapper {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

[data-module~="Hero"] .\+video .hero__logo {
  text-align: center;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  [data-module~="Hero"] .\+video .hero__logo {
    margin-bottom: 30px;
  }
}

[data-module~="Hero"] .\+video .hero__logo img {
  max-height: 140px;
  max-width: 100%;
}

[data-module~="Hero"] .\+video .hero-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

[data-module~="Hero"] .\+video .hero-video__video-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}

[data-module~="Hero"] .\+video .hero-video__video-wrapper:after {
  background: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

[data-module~="Hero"] .\+video .hero-video__video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

[data-module~="Hero"] .\+video .hero-video__action-wrapper {
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

[data-module~="Hero"] .\+video .hero-video__play-button {
  background-color: transparent;
  border: none;
  border-radius: 100%;
  bottom: 10px;
  color: inherit;
  cursor: pointer;
  fill: #fff;
  font: inherit;
  height: 30px;
  padding: 8px;
  position: absolute;
  right: 10px;
  width: 30px;
}

[data-module~="Hero"] .\+video .hero-video__play-button:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  [data-module~="Hero"] .\+video .hero-video__play-button {
    right: 30px;
  }
}

[data-module~="Hero"] .\+video .basic-content-block__wrapper {
  padding: 0;
}

[data-module="BasicContentBlock"] {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.3;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  [data-module="BasicContentBlock"] {
    font-size: 1.25rem;
  }
}

[data-module="BasicContentBlock"] .component-wrapper {
  background-color: transparent;
  background-size: cover;
  position: relative;
}

[data-module="BasicContentBlock"] .basic-content-block__wrapper {
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  [data-module="BasicContentBlock"] .basic-content-block__wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

[data-module="BasicContentBlock"] .basic-content-block__wrapper > img {
  border-radius: 15px;
  margin-bottom: 1.25rem;
  width: 100%;
}

[data-module="BasicContentBlock"] .basic-content-block__wrapper ul {
  list-style-position: inside;
}

[data-module="BasicContentBlock"] .basic-content-block__title {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  [data-module="BasicContentBlock"] .basic-content-block__title {
    font-size: 2.5rem;
  }
}

[data-module="BasicContentBlock"] .basic-content-block__title:last-child {
  margin-bottom: 0;
}

[data-module="BasicContentBlock"] .basic-content-block__description {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  [data-module="BasicContentBlock"] .basic-content-block__description {
    font-size: 1.25rem;
  }
}

[data-module="BasicContentBlock"] .basic-content-block__description:last-child {
  margin-bottom: 0;
}

[data-module="BasicContentBlock"] .basic-content-block__description p {
  margin-bottom: 1rem;
}

[data-module="BasicContentBlock"] .basic-content-block__description p:last-child {
  margin-bottom: 0;
}

[data-module="BasicContentBlock"].-card .component-wrapper {
  padding: 45px 15px;
}

@media screen and (min-width: 768px) {
  [data-module="BasicContentBlock"].-card .component-wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

[data-module="BasicContentBlock"].-card .basic-content-block__wrapper {
  border-radius: 15px;
  box-shadow: 0px 12px 12px 0px rgba(102, 102, 102, 0.4);
  -webkit-transform: translateY(-8px) translateZ(0);
  transform: translateY(-8px) translateZ(0);
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  [data-module="BasicContentBlock"].-card .basic-content-block__wrapper {
    box-shadow: 0px 8px 8px 0px rgba(102, 102, 102, 0.4);
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
  }
}

@media screen and (min-width: 768px) {
  [data-module="BasicContentBlock"].-card .basic-content-block__wrapper {
    padding: 40px 60px;
  }
}

[data-module="BasicContentBlock"].-card .container {
  max-width: 900px;
}

[data-module="BasicContentBlock"].-legal p {
  text-align: justify;
}

[data-module="BasicContentBlock"].-legal a {
  text-decoration: underline;
}

[data-module="BasicContentBlock"].-legal a:focus, [data-module="BasicContentBlock"].-legal a:active, [data-module="BasicContentBlock"].-legal a:hover {
  text-decoration: none;
}

[data-module="BasicContentBlock"].-legal a:focus {
  outline: 1px dotted blue;
}

[data-module="BasicContentBlock"].-legal ul,
[data-module="BasicContentBlock"].-legal ol {
  text-align: justify;
}

[data-module="BasicContentBlock"].-wide-content .container {
  max-width: 1200px;
}

[data-module="BasicContentBlock"].-inset-character .\+split-content .basic-content-block__wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  [data-module="BasicContentBlock"].-inset-character .\+split-content .basic-content-block__wrapper {
    padding-top: 0;
  }
}

@media screen and (min-width: 992px) {
  [data-module="BasicContentBlock"].-inset-character .\+split-content .basic-content-block__text-wrapper {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

[data-module="BasicContentBlock"].-inset-character .\+split-content .basic-content-block__image-wrapper,
[data-module="BasicContentBlock"].-inset-character .\+split-content .basic-content-block__mobile-image {
  margin-bottom: -30px;
}

@media screen and (min-width: 992px) {
  [data-module="BasicContentBlock"].-inset-character .\+split-content .basic-content-block__image-wrapper,
  [data-module="BasicContentBlock"].-inset-character .\+split-content .basic-content-block__mobile-image {
    margin-bottom: -40px;
  }
}

[data-module="BasicContentBlock"].-inset-character .\+split-content .basic-content-block__image-wrapper img,
[data-module="BasicContentBlock"].-inset-character .\+split-content .basic-content-block__mobile-image img {
  max-width: 400px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  [data-module="BasicContentBlock"].-inset-character .\+split-content .basic-content-block__image-wrapper img,
  [data-module="BasicContentBlock"].-inset-character .\+split-content .basic-content-block__mobile-image img {
    width: auto;
  }
}

[data-module="BasicContentBlock"]:not(.-inset-character) .\+split-content .basic-content-block__image-wrapper,
[data-module="BasicContentBlock"]:not(.-inset-character) .\+split-content .basic-content-block__mobile-image {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 992px) {
  [data-module="BasicContentBlock"]:not(.-inset-character) .\+split-content .basic-content-block__image-wrapper,
  [data-module="BasicContentBlock"]:not(.-inset-character) .\+split-content .basic-content-block__mobile-image {
    margin-bottom: 0;
  }
}

[data-module="BasicContentBlock"]:not(.-inset-character) .\+split-content .basic-content-block__image-wrapper img,
[data-module="BasicContentBlock"]:not(.-inset-character) .\+split-content .basic-content-block__mobile-image img {
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  [data-module="BasicContentBlock"]:not(.-inset-character) .\+split-content .basic-content-block__image-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
  }
}

@media screen and (max-width: 991px) {
  [data-module="BasicContentBlock"] .\+split-content .basic-content-block__image-wrapper {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  [data-module="BasicContentBlock"] .\+split-content__vip .basic-content-block__image-wrapper {
    display: block;
    max-width: 315px;
  }
}

[data-module="BasicContentBlock"] .\+split-content__two-third .basic-content-block__wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  [data-module="BasicContentBlock"] .\+split-content__two-third .basic-content-block__image-wrapper {
    display: block;
    margin-top: 15px;
    max-width: 200px;
  }
}

[data-module="ImageBlock"] .image-block__image-bg {
  background-size: cover;
  background-position: center;
  height: 280px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  [data-module="ImageBlock"] .image-block__image-bg {
    height: 520px;
  }
}

[data-module="VideoBlock"] .video-block__link {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

[data-module="VideoBlock"] .video-block__link:hover, [data-module="VideoBlock"] .video-block__link:focus {
  background: #000;
}

[data-module="VideoBlock"] .video-block__link:hover .cta-pellet.-white-fill, [data-module="VideoBlock"] .video-block__link:focus .cta-pellet.-white-fill {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

[data-module="VideoBlock"] .video-block__link:hover .cta-pellet.-white-fill svg, [data-module="VideoBlock"] .video-block__link:focus .cta-pellet.-white-fill svg {
  fill: #fff;
  stroke: none;
}

[data-module="VideoBlock"] .video-block__poster {
  background-size: cover;
  background-position: center;
  height: 280px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  [data-module="VideoBlock"] .video-block__poster {
    height: 520px;
  }
}

[data-module="VideoBlock"] .video-block__play-btn {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fancybox-container__video.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}

.fancybox-container__video [data-fancybox-close] {
  position: absolute;
  right: 0;
  top: -55px;
}

@media screen and (min-width: 768px) {
  .fancybox-container__video [data-fancybox-close] {
    right: -60px;
    top: -60px;
  }
}

.fancybox-container__video .fancybox-slide {
  padding: 65px 10px;
}

@media screen and (min-width: 768px) {
  .fancybox-container__video .fancybox-slide {
    padding: 100px 100px 50px;
  }
}

.fancybox-container__video .fancybox-image {
  border-radius: 15px;
}

.fancybox-container__video .fancybox-navigation .fancybox-button {
  height: 60px;
  width: 60px;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  padding: 0;
}

@media screen and (min-width: 768px) {
  .fancybox-container__video .fancybox-navigation .fancybox-button--arrow_right {
    right: 10%;
  }
}

@media screen and (min-width: 768px) {
  .fancybox-container__video .fancybox-navigation .fancybox-button--arrow_left {
    left: 10%;
  }
}

.fancybox-container__video .fancybox-button--close {
  float: right;
  top: -60px;
}

@media screen and (min-width: 768px) {
  .fancybox-container__video .fancybox-button--close {
    top: -60px;
    right: -60px;
  }
}

.fancybox-container__video .fancybox-caption {
  background: none;
  font-size: 18px;
  margin-bottom: 50px;
}

[data-module="CtaCardList"] .component-background-wrapper {
  background-position: center;
  background-size: cover;
}

[data-module="CtaCardList"] .component-wrapper {
  background-position: top center;
  background-size: cover;
  padding: 75px 0;
}

@media screen and (max-width: 767px) {
  [data-module="CtaCardList"] .component-wrapper {
    background-image: none !important;
  }
}

@media screen and (min-width: 992px) {
  [data-module="CtaCardList"] .component-wrapper {
    padding: 90px 0;
  }
}

@media screen and (min-width: 992px) {
  [data-module="CtaCardList"] .row {
    margin-bottom: -30px;
  }
}

[data-module="CtaCardList"] .cta-card {
  margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
  [data-module="CtaCardList"] .cta-card {
    margin-bottom: 30px;
  }
}

[data-module="CtaCardList"].\+pattern-bg .component-wrapper {
  background-repeat: repeat;
  background-size: initial;
}

[data-module="ShowProfileList"] {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 768px) {
  [data-module="ShowProfileList"] {
    font-size: 1.25rem;
  }
}

[data-module="ShowProfileList"] .show-profile-list__wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
}

[data-module="ShowProfileList"] .show-profile-list__title {
  margin-bottom: 0.2em;
}

[data-module="ShowProfileList"] .show-profile-list__description {
  margin-bottom: 50px;
}

[data-module="ShowProfileList"] .show-profile-list__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}

[data-module="ShowProfileList"] .show-profile-list__item {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  [data-module="ShowProfileList"] .show-profile-list__item {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

[data-module="ShowProfileList"] .show-profile-list__item:last-child {
  margin-bottom: 0;
}

[data-module="ShowProfileList"] .show-profile-list__item-wrapper {
  border-radius: 15px;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[data-module="ShowProfileList"] .show-profile-list__item__header {
  position: relative;
}

[data-module="ShowProfileList"] .show-profile-list__item__thumnail-desktop img,
[data-module="ShowProfileList"] .show-profile-list__item__thumnail-mobile img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 991px) {
  [data-module="ShowProfileList"] .show-profile-list__item__thumnail-desktop {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  [data-module="ShowProfileList"] .show-profile-list__item__thumnail-mobile {
    display: none;
  }
}

[data-module="ShowProfileList"] .show-profile-list__item__status {
  border-radius: 0 15px 0 0;
  bottom: 0;
  font-size: 1rem;
  left: 0;
  padding: 10px 25px;
  position: absolute;
  z-index: 1;
}

[data-module="ShowProfileList"] .show-profile-list__item__content {
  background-color: #fff;
  padding: 30px 15px;
}

[data-module="ShowProfileList"] .show-profile-list__item__text-wrapper {
  margin-bottom: 20px;
}

[data-module="ShowProfileList"] .show-profile-list__item__description {
  line-height: 1;
}

[data-module="ShowProfileList"] .show-profile-list__item__description {
  margin-bottom: 20px;
}

/* START MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
}

#mc_embed_signup input {
  border-radius: 1.875rem;
}

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
  border-color: #333;
}

#mc_embed_signup .button {
  clear: both;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  -webkit-transition: all 0.23s ease-in-out 0s;
  transition: all 0.23s ease-in-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}

#mc_embed_signup .button:hover {
  background-color: #777;
}

#mc_embed_signup .small-meta {
  font-size: 14px;
  padding: 5% 5% 0;
  text-align: center;
}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
  clear: left;
}

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
  padding: 20px 0 5px 8px;
  color: #fff;
  width: 125px;
}

#mc_embed_signup .mc-field-group input, #mc_embed_signup .mc-field-group select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 13px;
  text-indent: 2%;
  font-size: 1.1rem;
  border: none;
}

#mc_embed_signup .mc-field-group select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 13px;
  margin-bottom: 2px;
  border-radius: 25px;
}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0;
}

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none;
}

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}

#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

#mc_embed_signup .clear {
  clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}

#mc_embed_signup div#mce-responses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 30px 30px 0;
}

#mc_embed_signup div.response {
  text-align: center;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em;
}

#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
  padding: .5em;
  border: 1px solid #ccc;
  margin-right: .5em;
  font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent;
  color: #E5331C;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error, #mc_embed_signup #mc-embedded-subscribe-form select.mce_inline_error {
  border: 2px solid #E5331C;
}

/* END MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup {
  margin: 0 auto;
  padding: 2% 15px;
}

#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  vertical-align: middle;
  width: 0;
}

[data-module~="FormEmail"] h1 {
  line-height: 1.1;
}

[data-module~="FormEmail"] #mc_embed_signup div.mce_inline_error {
  font-weight: normal;
  margin: 0;
  padding: 10px 15px 0;
}

[data-module~="FormEmail"] #mc_embed_signup #mce-error-response,
[data-module~="FormEmail"] #mc_embed_signup #mce-success-response,
[data-module~="FormEmail"] #mc_embed_signup .custom-error {
  border: 1px solid transparent;
  border-radius: .25rem;
  display: none;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  position: relative;
}

[data-module~="FormEmail"] #mc_embed_signup #mce-error-response {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

[data-module~="FormEmail"] #mc_embed_signup #mce-error-response a {
  color: #856404;
}

[data-module~="FormEmail"] #mc_embed_signup .custom-error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

[data-module~="FormEmail"] #mc_embed_signup #mce-success-response {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

[data-module~="FormEmail"] #mc_embed_signup .mc-field-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[data-module~="FormEmail"] #mc_embed_signup .mc-field-group {
  position: relative;
}

[data-module~="FormEmail"] #mc_embed_signup .postal-code-format {
  font-size: 12px;
  padding: 0 0 5px 15px;
}

[data-module~="FormEmail"] #mc_embed_signup .content__gdpr,
[data-module~="FormEmail"] #mc_embed_signup .content__age-required {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

[data-module~="FormEmail"] #mc_embed_signup .content__age-required {
  border-top: none;
  margin-top: 0;
  padding: 0;
}

[data-module~="FormEmail"] #mc_embed_signup .content__age-required label {
  padding: 0;
}

[data-module~="FormEmail"] #mc_embed_signup .terms-section {
  border-top: 2px solid #fff;
  margin: 50px auto 0;
}

[data-module~="FormEmail"] #mc_embed_signup .terms-section #mergeRow-age,
[data-module~="FormEmail"] #mc_embed_signup .terms-section #mergeRow-gdpr {
  padding-top: 30px;
}

[data-module~="FormEmail"] #mc_embed_signup input[type="checkbox"] {
  opacity: 0;
  visibility: visible;
}

[data-module~="FormEmail"] .cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[data-module~="FormEmail"] input:focus,
[data-module~="FormEmail"] select:focus,
[data-module~="FormEmail"] a:focus {
  box-shadow: 0 0 0 2px #4d90fe;
  outline: none;
}

[data-module~="FormEmail"] .av-checkbox:focus + .custom-checkbox {
  box-shadow: 0 0 0 2px #4d90fe;
  outline: none;
}

[data-module~="FormEmail"] select {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: radio-container;
  appearance: none;
}

[data-module~="FormEmail"] a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

[data-module~="FormEmail"] .form-block {
  font-size: 20px;
  line-height: 25px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

[data-module~="FormEmail"] .form-block h2 {
  color: #fff;
  font-size: 40px;
  padding-bottom: 17px;
}

[data-module~="FormEmail"] .form-block p {
  color: #fff;
}

[data-module~="FormEmail"] #mc_embed_signup_scroll {
  margin: 0 auto;
  max-width: 460px;
  padding: 0 15px;
  width: 100%;
}

[data-module~="FormEmail"] #mc_embed_signup_scroll .datefield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-module~="FormEmail"] #mc_embed_signup_scroll .datefield label {
  display: inline-block;
}

[data-module~="FormEmail"] #mc_embed_signup_scroll .datefield .datefield__fields {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(33.333% - 20px);
  flex: 1 0 -webkit-calc(33.333% - 20px);
  flex: 1 0 calc(33.333% - 20px);
  margin-right: 28px;
}

[data-module~="FormEmail"] #mc_embed_signup_scroll .datefield label {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  [data-module~="FormEmail"] .datefield {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-module~="FormEmail"] .datefield .datefield__fields {
    width: 100%;
  }
}

[data-module~="CharacterDetails"] {
  /* ACTOR VARIANT */
}

[data-module~="CharacterDetails"] .component-wrapper {
  padding: 0;
}

[data-module~="CharacterDetails"] .character-details__list__wrapper {
  padding-top: 50px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__list__wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

[data-module~="CharacterDetails"] .character-details__title {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__title {
    font-size: 2.5rem;
  }
}

[data-module~="CharacterDetails"] .character-details__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  text-align: center;
}

[data-module~="CharacterDetails"] .character-details__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

[data-module~="CharacterDetails"] .character-details__item__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  left: 50%;
  margin-top: 10px;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

[data-module~="CharacterDetails"] .character-details__item__btn .character-details__item__img {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}

[data-module~="CharacterDetails"] .character-details__item__btn:hover .character-details__item__img, [data-module~="CharacterDetails"] .character-details__item__btn:focus .character-details__item__img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 8px 8px 0px rgba(102, 102, 102, 0.4);
  -webkit-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0);
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__item__btn:hover .character-details__item__img, [data-module~="CharacterDetails"] .character-details__item__btn:focus .character-details__item__img {
    box-shadow: 0px 12px 12px 0px rgba(102, 102, 102, 0.4);
    -webkit-transform: translateY(-8px) translateZ(0);
    transform: translateY(-8px) translateZ(0);
  }
}

[data-module~="CharacterDetails"] .character-details__item__btn:active .character-details__item__img {
  box-shadow: 0px 0px 0px 0px rgba(102, 102, 102, 0.4);
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__item__btn {
    margin-top: 20px;
  }
}

[data-module~="CharacterDetails"] .character-details__item__btn:hover .character-details__item__title, [data-module~="CharacterDetails"] .character-details__item__btn:focus .character-details__item__title {
  text-decoration: underline;
}

[data-module~="CharacterDetails"] .character-details__item__img {
  border-radius: 100%;
  height: 130px;
  margin-bottom: 10px;
  width: 130px;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__item__img {
    height: 180px;
    margin-bottom: 20px;
    width: 180px;
  }
}

[data-module~="CharacterDetails"] .character-details__item__img img {
  max-height: 140px;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__item__img img {
    max-height: 200px;
  }
}

[data-module~="CharacterDetails"] .character-details__item__title {
  font-size: 18px;
  line-height: 1.1;
  margin: 0 0 1rem;
  max-width: 130px;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__item__title {
    font-size: 20px;
    max-width: 180px;
  }
}

[data-module~="CharacterDetails"] .character-details__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: calc(80px + 30vw) 1fr;
  grid-template-rows: -webkit-calc(80px + 30vw) 1fr;
  grid-template-rows: calc(80px + 30vw) 1fr;
  max-width: 100%;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__info {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 100px 1fr;
    grid-template-rows: 100px 1fr;
    max-height: 80vh;
  }
}

[data-module~="CharacterDetails"] .character-details__info__img {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 1;
  grid-row: 1 / span 1;
  display: none;
}

[data-module~="CharacterDetails"] .character-details__info__img.-mobile {
  display: block;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__info__img {
    display: block;
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1 / span 1;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    grid-row: 1 / span 2;
  }
  [data-module~="CharacterDetails"] .character-details__info__img.-mobile {
    display: none;
  }
}

[data-module~="CharacterDetails"] .character-details__info__img > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

[data-module~="CharacterDetails"] .character-details__info__bio {
  padding: 30px;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 2;
  grid-row: 2 / span 1;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__info__bio {
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
    grid-column: 2 / span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 2;
    grid-row: 2 / span 1;
    margin: 50px -webkit-calc(5vw - 20px);
    margin: 50px calc(5vw - 20px);
    overflow: auto;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1200px) {
  [data-module~="CharacterDetails"] .character-details__info__bio {
    margin: 90px 70px;
    padding: 0 20px;
  }
}

[data-module~="CharacterDetails"] .character-details__info__bio h1,
[data-module~="CharacterDetails"] .character-details__info__bio h2,
[data-module~="CharacterDetails"] .character-details__info__bio h3,
[data-module~="CharacterDetails"] .character-details__info__bio .title {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 1.25rem;
  padding: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__info__bio h1,
  [data-module~="CharacterDetails"] .character-details__info__bio h2,
  [data-module~="CharacterDetails"] .character-details__info__bio h3,
  [data-module~="CharacterDetails"] .character-details__info__bio .title {
    font-size: 2.5rem;
  }
}

[data-module~="CharacterDetails"] .character-details__info__bio p {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__info__bio p {
    font-size: 1.25rem;
  }
}

[data-module~="CharacterDetails"] .character-details__info__bio img {
  border-radius: 15px;
  display: block;
  margin: 18px 0;
  max-height: 120px;
  max-width: 135px;
}

[data-module~="CharacterDetails"] .character-details__info__close-btn {
  right: 30px;
  position: absolute;
  top: 60px;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__info__close-btn {
    right: 40px;
    top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  [data-module~="CharacterDetails"] .character-details__info__close-btn {
    right: 90px;
  }
}

[data-module~="CharacterDetails"] .character-details__info__name {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
  text-align: left;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__info__name {
    font-size: 2.5rem;
  }
}

[data-module~="CharacterDetails"] .character-details__info__actor {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__info__actor {
    font-size: 2.5rem;
  }
}

[data-module~="CharacterDetails"] .character-details__list__link {
  padding: 20px 0 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"] .character-details__list__link {
    padding: 40px 0 60px;
  }
}

[data-module~="CharacterDetails"].actor .character-details__list {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 0;
}

[data-module~="CharacterDetails"].actor .character-details__description {
  line-height: 1.3;
  text-align: center;
}

[data-module~="CharacterDetails"].actor .character-details__item.col-sm-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 20px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"].actor .character-details__item.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

[data-module~="CharacterDetails"].actor .character-details__item .character-details__item__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"].actor .character-details__item .character-details__item__btn {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

[data-module~="CharacterDetails"].actor .character-details__item .character-details__item__btn:hover span, [data-module~="CharacterDetails"].actor .character-details__item .character-details__item__btn:focus span {
  text-decoration: none;
}

[data-module~="CharacterDetails"].actor .character-details__item .character-details__item__img {
  background-color: inherit;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"].actor .character-details__item .character-details__item__img {
    height: 100%;
    margin-right: 40px;
    width: 100%;
  }
}

[data-module~="CharacterDetails"].actor .character-details__item .character-details__item__info {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  [data-module~="CharacterDetails"].actor .character-details__item .character-details__item__info {
    margin-top: 0;
    text-align: left;
    width: 100%;
  }
}

[data-module~="CharacterDetails"].actor .character-details__item .character-details__item__info span {
  display: block;
  line-height: 1;
}

[data-module~="CharacterDetails"].actor .character-details__item .character-details__item__info span.character-details__item__title {
  margin-bottom: 5px;
  max-width: 100%;
  text-decoration: underline;
}

[data-module~="ShowListing"] .component-wrapper {
  padding: 45px 0 25px;
}

[data-module~="ShowListing"] .show-listing__title {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
  font-size: 1.875rem;
  line-height: 1.15;
  margin: 0 auto 10px;
  max-width: 500px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  [data-module~="ShowListing"] .show-listing__title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  [data-module~="ShowListing"] .show-listing__title {
    font-size: 2.5rem;
  }
}

[data-module~="ShowListing"] .show-listing__title em {
  font-style: normal;
}

[data-module~="ShowListing"] .show-listing__noresult {
  color: #000;
  margin: 2em 0;
  text-align: center;
}

[data-module~="ShowListing"] .show-listing__list {
  padding: 20px 0;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cell:nth-child(1),
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cta:nth-child(1) {
    width: 27%;
  }
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cell:nth-child(2),
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cta:nth-child(2) {
    width: 27%;
  }
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cell:nth-child(3),
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cta:nth-child(3) {
    width: 18%;
  }
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cell:nth-child(4),
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cta:nth-child(4) {
    width: 28%;
  }
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item {
    padding-left: 8px;
    padding-right: 8px;
  }
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cta .cta-btn {
    min-width: 152px;
    padding: 0 8px;
  }
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cta .cta-btn svg {
    margin-left: 8px;
  }
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .cta-btn__label {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cell:nth-child(1),
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cta:nth-child(1) {
    width: 23%;
  }
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cell:nth-child(2),
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cta:nth-child(2) {
    width: 24%;
  }
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cell:nth-child(3),
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cta:nth-child(3) {
    width: 23%;
  }
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cell:nth-child(4),
  [data-module~="ShowListing"] .show-listing__list.-four-col-display .show-listing__item__cta:nth-child(4) {
    width: 30%;
  }
}

[data-module~="ShowListing"] .show-listing__item {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 0;
  padding: 30px;
  text-align: center;
}

@media screen and (min-width: 576px) {
  [data-module~="ShowListing"] .show-listing__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 10px 0;
    padding: 15px;
    text-align: left;
  }
}

[data-module~="ShowListing"] .show-listing__item__cell {
  font-size: 1rem;
  margin: auto;
  padding: 0 0 20px;
}

@media screen and (min-width: 576px) {
  [data-module~="ShowListing"] .show-listing__item__cell {
    padding: 0 15px 0 0;
  }
}

@media screen and (min-width: 992px) {
  [data-module~="ShowListing"] .show-listing__item__cell {
    padding: 0 15px;
  }
}

[data-module~="ShowListing"] .show-listing__item__cell a, [data-module~="ShowListing"] .show-listing__item__cell p {
  margin: auto;
  font-size: inherit;
}

[data-module~="ShowListing"] .show-listing__item__cell p {
  text-align: center;
}

[data-module~="ShowListing"] .show-listing__item__cta {
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 576px) {
  [data-module~="ShowListing"] .show-listing__item__cta {
    padding: 0;
  }
}

[data-module~="ShowListing"] .show-listing__item__cta .cta-btn {
  min-width: 185px;
}

@media screen and (min-width: 768px) {
  [data-module~="ShowListing"] .show-listing__item__cta .cta-btn {
    min-width: 205px;
  }
}

[data-module~="ShowListing"] .\+full-width .show-listing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px;
}

@media screen and (min-width: 576px) {
  [data-module~="ShowListing"] .\+full-width .show-listing__list {
    margin: 0;
  }
}

@media screen and (min-width: 576px) {
  [data-module~="ShowListing"] .\+full-width .show-listing__item {
    padding: 20px 15px;
    border-radius: 0;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  [data-module~="ShowListing"] .\+full-width .show-listing__item {
    padding: 20px 30px;
  }
}

@media screen and (min-width: 992px) {
  [data-module~="ShowListing"] .\+full-width .show-listing__item {
    padding: 20px -webkit-calc(50vw - 450px);
    padding: 20px calc(50vw - 450px);
  }
}

[data-module~="BasicContentBlock"] .-error-page .basic-content-block__wrapper > .content {
  color: inherit;
}

[data-module~="BasicContentBlock"] .-error-page .basic-content-block__title {
  font-size: 2.8125rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  [data-module~="BasicContentBlock"] .-error-page .basic-content-block__title {
    font-size: 5rem;
    margin-bottom: 20px;
  }
}

[data-module~="BasicContentBlock"] .-error-page .basic-content-block__subtitle {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  [data-module~="BasicContentBlock"] .-error-page .basic-content-block__subtitle {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  [data-module~="BasicContentBlock"] .-error-page .basic-content-block__subtitle {
    margin-bottom: 5rem;
  }
}

[data-module~="BasicContentBlock"] .-error-page .error-page__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

[data-module~="BasicContentBlock"] .-error-page .error-page__link-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  list-style-type: none;
  margin: 0;
  padding: 10px 15px;
}

@media screen and (min-width: 992px) {
  [data-module~="BasicContentBlock"] .-error-page .error-page__link-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 18px;
  }
}

[data-module~="BasicContentBlock"] .-error-page .error-page__link-list__item a {
  color: inherit;
  font-size: 20px;
}

[data-module~="BasicContentBlock"] .-error-page .error-page__link-list__item a:hover, [data-module~="BasicContentBlock"] .-error-page .error-page__link-list__item a:focus {
  text-decoration: none;
}

[data-module~="BasicContentBlock"].-has-error-page-ornament .-error-page .component-wrapper {
  padding-bottom: 140px;
}

@media screen and (min-width: 768px) {
  [data-module~="BasicContentBlock"].-has-error-page-ornament .-error-page .component-wrapper {
    padding-left: -webkit-calc(20vw - 30px);
    padding-left: calc(20vw - 30px);
    padding-right: -webkit-calc(20vw - 30px);
    padding-right: calc(20vw - 30px);
  }
}

[data-module~="BasicContentBlock"].-has-error-page-ornament .-error-page .basic-content-block__wrapper {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  [data-module~="BasicContentBlock"].-has-error-page-ornament .-error-page .basic-content-block__wrapper {
    padding-left: -webkit-calc(5vw + 30px);
    padding-left: calc(5vw + 30px);
    padding-right: -webkit-calc(5vw + 30px);
    padding-right: calc(5vw + 30px);
  }
}

@media screen and (min-width: 1200px) {
  [data-module~="BasicContentBlock"].-has-error-page-ornament .-error-page .basic-content-block__wrapper {
    padding-left: 90px;
    padding-right: 90px;
  }
}

[data-module~="AlertBanner"] .component-wrapper {
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 2px 15px 0px rgba(100, 100, 100, 0.3);
  position: fixed;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
  z-index: 19;
}

[data-module~="AlertBanner"] .component-wrapper.-is-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-module~="AlertBanner"] .alert-banner__wrapper {
  font-size: 0.75rem;
  padding: 20px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 992px) {
  [data-module~="AlertBanner"] .alert-banner__wrapper {
    font-size: 0.875rem;
    margin: 0 auto;
    max-width: 1140px;
    min-height: 98px;
    padding: 25px 100px;
  }
}

[data-module~="AlertBanner"] .alert-banner__message {
  margin-bottom: 8px;
}

@media screen and (min-width: 992px) {
  [data-module~="AlertBanner"] .alert-banner__message {
    margin-bottom: 10px;
  }
}

[data-module~="AlertBanner"] .alert-banner__link {
  margin-bottom: 0;
}

[data-module~="AlertBanner"] .alert-banner__link .cta-link {
  margin: 0 25px;
}

[data-module~="AlertBanner"] .alert-banner__close-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: sans-serif;
  font-size: 1.25rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.222s ease;
  transition: all 0.222s ease;
  vertical-align: middle;
  background: transparent;
  border-radius: 100%;
  bottom: 8px;
  height: 1.875rem;
  left: auto;
  position: absolute;
  right: 8px;
  top: auto;
  width: 1.875rem;
}

[data-module~="AlertBanner"] .alert-banner__close-btn:focus {
  border-width: 3px;
  outline: none;
  outline-offset: -4px;
}

[data-module~="AlertBanner"] .alert-banner__close-btn:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

[data-module~="AlertBanner"] .alert-banner__close-btn:hover {
  text-decoration: none;
}

[data-module~="AlertBanner"] .alert-banner__close-btn:hover, [data-module~="AlertBanner"] .alert-banner__close-btn:focus {
  content: '';
}

[data-module~="AlertBanner"] .alert-banner__close-btn svg {
  -webkit-transition: all 0.222s ease;
  transition: all 0.222s ease;
}

@media screen and (min-width: 992px) {
  [data-module~="AlertBanner"] .alert-banner__close-btn {
    bottom: 50%;
    height: 3.125rem;
    right: 24px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 3.125rem;
  }
}

[data-module~="AlertBanner"] .alert-banner__close-btn svg {
  display: block;
  left: 50%;
  max-height: 0.9375rem;
  max-width: 0.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  [data-module~="AlertBanner"] .alert-banner__close-btn svg {
    max-height: 1.5625rem;
    max-width: 1.5625rem;
  }
}

[data-module~="AlertBanner"] p {
  font-size: inherit;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

[data-module~="AlertBanner"] p:last-child {
  margin-bottom: 0;
}

[data-module~="Faq"] {
  margin-top: 50px;
}

[data-module~="Faq"] .field-title {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  [data-module~="Faq"] .field-title {
    font-size: 2.5rem;
  }
}

[data-module~="Faq"] .faq-desc {
  text-align: center;
}

[data-module~="Faq"] .faq-desc a:hover, [data-module~="Faq"] .faq-desc a:focus {
  text-decoration: none;
}

.faq-container.container {
  margin: 0;
  max-width: none;
}

.faq-container > .component-content {
  max-width: 930px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.faq-container h2 {
  line-height: 1.1;
}

.faq-container p {
  line-height: 1.2;
}

.is-ios.modal-open {
  margin: 0;
  max-height: 100%;
  overflow: hidden;
}

.is-ios .custom-modal .modal-dialog {
  height: 100%;
  width: 100%;
}

[data-module~="AgeGate"]:not(#raise-specificity) {
  overflow-y: scroll;
  text-align: center;
}

[data-module~="AgeGate"]:not(#raise-specificity) .modal-dialog {
  overflow: auto;
}

@media screen and (min-width: 768px) {
  [data-module~="AgeGate"]:not(#raise-specificity) .modal-dialog {
    overflow: visible;
  }
}

[data-module~="AgeGate"]:not(#raise-specificity) .modal-content {
  height: 100%;
  overflow: auto;
  padding: 30px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  [data-module~="AgeGate"]:not(#raise-specificity) .modal-content {
    border-radius: 15px;
    padding: 50px;
  }
}

@media screen and (min-width: 992px) {
  [data-module~="AgeGate"]:not(#raise-specificity) .modal-content {
    padding: 50px 85px;
  }
}

.is-old-ios [data-module~="AgeGate"]:not(#raise-specificity) .modal-content {
  padding-bottom: 80px;
}

[data-module~="AgeGate"]:not(#raise-specificity) .modal-title {
  margin-bottom: 1.25rem;
}

[data-module~="AgeGate"]:not(#raise-specificity) .age-gate__sub-title-text {
  margin-bottom: 40px;
}

[data-module~="AgeGate"]:not(#raise-specificity) .age-gate__small-text {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  [data-module~="AgeGate"]:not(#raise-specificity) .form__field-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

[data-module~="AgeGate"]:not(#raise-specificity) .form__field-group {
  display: block;
}

@media screen and (min-width: 768px) {
  [data-module~="AgeGate"]:not(#raise-specificity) .form__field-group {
    margin-bottom: 0;
    width: 32%;
  }
}

div.optanon-alert-box-wrapper {
  border-radius: 15px 15px 0 0;
}

div.optanon-alert-box-wrapper p {
  text-align: center;
}

div.optanon-alert-box-wrapper a {
  text-decoration: underline;
}

div.optanon-alert-box-wrapper a:focus, div.optanon-alert-box-wrapper a:hover {
  color: inherit;
  text-decoration: none;
}

div.optanon-alert-box-wrapper .optanon-alert-box-bottom-top {
  bottom: 0;
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 0;
}

div.optanon-alert-box-wrapper .optanon-alert-box-bg .optanon-alert-box-body {
  margin: 0 !important;
  padding: 15px 15px 20px !important;
}

@media screen and (min-width: 992px) {
  div.optanon-alert-box-wrapper .optanon-alert-box-bg .optanon-alert-box-body {
    margin: 0 auto !important;
    max-width: 1140px;
    min-height: 98px;
    padding: 30px 100px !important;
  }
}

div.optanon-alert-box-wrapper .optanon-alert-box-bg .optanon-alert-box-title {
  height: 0;
  padding: 0;
}

div.optanon-alert-box-wrapper .optanon-alert-box-bg .banner-content {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
}

@media screen and (min-width: 992px) {
  div.optanon-alert-box-wrapper .optanon-alert-box-bg .banner-content {
    font-size: 12px;
  }
}

div.optanon-alert-box-wrapper .optanon-alert-box-button-container {
  height: 0;
  margin: 0;
  padding: 0;
}

div.optanon-alert-box-wrapper .optanon-alert-box-button-container .optanon-button-allow {
  display: none;
}

div.optanon-alert-box-wrapper .optanon-alert-box-corner-close {
  background: none !important;
  bottom: auto;
  height: 0;
  left: 0;
  margin: 0 !important;
  position: static;
  right: auto;
  top: 0;
  width: 100%;
}

div.optanon-alert-box-wrapper .optanon-alert-box-corner-close button.optanon-alert-box-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: sans-serif;
  font-size: 1.25rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.222s ease;
  transition: all 0.222s ease;
  vertical-align: middle;
  background: transparent;
  border-radius: 100%;
  bottom: 5px;
  height: 1.875rem;
  left: auto;
  position: absolute;
  right: 5px;
  top: auto;
  width: 1.875rem;
}

div.optanon-alert-box-wrapper .optanon-alert-box-corner-close button.optanon-alert-box-close:focus {
  border-width: 3px;
  outline: none;
  outline-offset: -4px;
}

div.optanon-alert-box-wrapper .optanon-alert-box-corner-close button.optanon-alert-box-close:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

div.optanon-alert-box-wrapper .optanon-alert-box-corner-close button.optanon-alert-box-close:hover {
  text-decoration: none;
}

div.optanon-alert-box-wrapper .optanon-alert-box-corner-close button.optanon-alert-box-close:hover, div.optanon-alert-box-wrapper .optanon-alert-box-corner-close button.optanon-alert-box-close:focus {
  content: '';
}

div.optanon-alert-box-wrapper .optanon-alert-box-corner-close button.optanon-alert-box-close svg {
  -webkit-transition: all 0.222s ease;
  transition: all 0.222s ease;
}

@media screen and (min-width: 992px) {
  div.optanon-alert-box-wrapper .optanon-alert-box-corner-close button.optanon-alert-box-close {
    bottom: 50%;
    height: 3.125rem;
    right: 24px;
    -webkit-transform: translateY(50%) !important;
    transform: translateY(50%) !important;
    width: 3.125rem;
  }
}

div.optanon-alert-box-wrapper .optanon-alert-box-corner-close svg {
  display: block;
  left: 50%;
  max-height: 0.9375rem;
  max-width: 0.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  div.optanon-alert-box-wrapper .optanon-alert-box-corner-close svg {
    max-height: 1.5625rem;
    max-width: 1.5625rem;
  }
}

div.optanon-alert-box-wrapper .optanon-alert-box-bottom-padding {
  height: 0;
  padding: 0;
}

div.optanon-alert-box-wrapper .optanon-alert-box-logo {
  background: none !important;
}

div.optanon-alert-box-wrapper .banner-policy-link {
  display: inline-block;
  padding-right: 30px;
}

[data-module~="Search"]:not(#raise-specificity) .component-background-wrapper {
  text-align: center;
}

[data-module~="Search"]:not(#raise-specificity) .component-wrapper {
  padding: 70px 15px;
}

[data-module~="Search"]:not(#raise-specificity) .search__title {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}

@media screen and (min-width: 768px) {
  [data-module~="Search"]:not(#raise-specificity) .search__title {
    font-size: 2.5rem;
  }
}

[data-module~="Search"]:not(#raise-specificity) .search__description {
  color: inherit;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  text-align: inherit;
}

[data-module~="Search"]:not(#raise-specificity) .search__form {
  margin: 0 auto;
  max-width: 400px;
  position: relative;
}

[data-module~="Search"]:not(#raise-specificity) .search__input-box {
  position: relative;
  width: 100%;
}

[data-module~="Search"]:not(#raise-specificity) .search__input-box__field {
  padding-right: 58px;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  width: 100%;
}

[data-module~="Search"]:not(#raise-specificity) .search__input-box__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
}

[data-module~="Search"]:not(#raise-specificity) .search__input-box__button svg {
  height: 100%;
  padding: 10px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 100%;
}

[data-module~="Search"]:not(#raise-specificity) .search__result-wrapper {
  border-radius: 15px;
  box-shadow: 0px 12px 12px 0px rgba(102, 102, 102, 0.4);
  -webkit-transform: translateY(-8px) translateZ(0);
  transform: translateY(-8px) translateZ(0);
  display: none;
  padding: 23px 20px;
  position: absolute;
  text-align: left;
  top: 75px;
  width: 100%;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  [data-module~="Search"]:not(#raise-specificity) .search__result-wrapper {
    box-shadow: 0px 8px 8px 0px rgba(102, 102, 102, 0.4);
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
  }
}

[data-module~="Search"]:not(#raise-specificity) .search__result-list {
  list-style-type: none;
  margin: 0;
  max-height: 225px;
  overflow-y: auto;
  padding: 0 10px 0 0;
}

@media screen and (min-width: 768px) {
  [data-module~="Search"]:not(#raise-specificity) .search__result-list {
    padding-right: 20px;
  }
}

[data-module~="Search"]:not(#raise-specificity) .search__result-item {
  margin: 0;
  overflow: hidden;
  width: 100%;
}

[data-module~="Search"]:not(#raise-specificity) .search__result-item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  line-height: 50px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

[data-module~="Search"]:not(#raise-specificity) .search__result-item__wrapper {
  border-radius: 15px;
  display: block;
  padding: 0 10px;
  width: 100%;
}

[data-module~="Search"]:not(#raise-specificity) .-is-opened .search__result-wrapper {
  display: block;
}

[data-module~="UgcBlock"] .component-wrapper {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  [data-module~="UgcBlock"] .component-wrapper {
    padding: 50px 0;
  }
}

[data-module~="UgcBlock"] .component__description {
  margin-bottom: 2.5rem;
}

[data-module~="UgcBlock"] .ugc-block__content-wrapper {
  margin-bottom: 30px;
}

[data-module~="UgcBlock"] .ugc-block__feed-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

[data-module~="VisualGallery"] .component-wrapper {
  padding: 45px 0 35px;
  text-align: center;
}

[data-module~="VisualGallery"] .visual-gallery__title {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  [data-module~="VisualGallery"] .visual-gallery__title {
    font-size: 2.5rem;
  }
}

[data-module~="VisualGallery"] .visual-gallery__subtitle {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  [data-module~="VisualGallery"] .visual-gallery__subtitle {
    font-size: 1.25rem;
  }
}

[data-module~="VisualGallery"] .visual-gallery__container {
  background: transparent;
  margin: 40px auto;
}

[data-module~="VisualGallery"] .visual-gallery__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid transparent;
  border-radius: 15px;
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[data-module~="VisualGallery"] .visual-gallery__item {
  background-color: #fff;
  border: none;
  margin: 0;
  width: 100%;
}

[data-module~="VisualGallery"] .visual-gallery__item img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

[data-module~="VisualGallery"] .visual-gallery__item.-tall img {
  height: 200px;
}

@media screen and (min-width: 576px) {
  [data-module~="VisualGallery"] .visual-gallery__item.-tall img {
    height: 250px;
  }
}

@media screen and (min-width: 768px) {
  [data-module~="VisualGallery"] .visual-gallery__item.-tall img {
    height: 200px;
  }
}

[data-module~="VisualGallery"] .visual-gallery__item.-tall-md img {
  height: 200px;
}

@media screen and (min-width: 768px) {
  [data-module~="VisualGallery"] .visual-gallery__item.-tall-md img {
    height: 300px;
  }
}

[data-module~="VisualGallery"] .visual-gallery__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

[data-module~="VisualGallery"] .visual-gallery__link:focus, [data-module~="VisualGallery"] .visual-gallery__link:hover {
  opacity: 0.8;
  position: relative;
}

[data-module~="VisualGallery"] [class*="col-"] {
  padding: 0;
}

[data-module~="VisualGallery"] .row {
  margin: 0;
}

[data-module~="ThumbnailCardList"] .component-wrapper {
  padding: 45px 0 35px;
}

[data-module~="ThumbnailCardList"] .thumbnail-card-list__title,
[data-module~="ThumbnailCardList"] .thumbnail-card-list__desc {
  text-align: center;
}

[data-module~="ThumbnailCardList"] .thumbnail-card-list__title {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  [data-module~="ThumbnailCardList"] .thumbnail-card-list__title {
    font-size: 2.5rem;
  }
}

[data-module~="ThumbnailCardList"] .thumbnail-card-list__desc {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  [data-module~="ThumbnailCardList"] .thumbnail-card-list__desc {
    font-size: 1.25rem;
  }
}

[data-module~="ThumbnailCardList"] .thumbnail-card-list__list {
  margin: 30px 0;
}

[data-module~="ThumbnailCardList"] .thumbnail-card-list__list__item {
  border-radius: 15px;
  box-shadow: 0px 12px 12px 0px rgba(102, 102, 102, 0.4);
  -webkit-transform: translateY(-8px) translateZ(0);
  transform: translateY(-8px) translateZ(0);
  font-size: 1rem;
  margin: 25px 0 25px 40px;
  min-height: 130px;
  padding: 25px 25px 25px 60px;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 768px) {
  [data-module~="ThumbnailCardList"] .thumbnail-card-list__list__item {
    box-shadow: 0px 8px 8px 0px rgba(102, 102, 102, 0.4);
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
  }
}

@media screen and (min-width: 768px) {
  [data-module~="ThumbnailCardList"] .thumbnail-card-list__list__item {
    font-size: 1.125rem;
    overflow: hidden;
    margin-left: 0;
    padding-left: 300px;
  }
}

@media screen and (min-width: 992px) {
  [data-module~="ThumbnailCardList"] .thumbnail-card-list__list__item {
    padding-left: 335px;
  }
}

[data-module~="ThumbnailCardList"] .thumbnail-card-list__item__title {
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 0.5rem;
  text-align: left;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  [data-module~="ThumbnailCardList"] .thumbnail-card-list__item__title {
    margin-bottom: 1rem;
  }
}

[data-module~="ThumbnailCardList"] .thumbnail-card-list__item__desc {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  [data-module~="ThumbnailCardList"] .thumbnail-card-list__item__desc {
    margin-bottom: 1rem;
  }
}

[data-module~="ThumbnailCardList"] .thumbnail-card-list__item__img {
  border-radius: 15px;
  height: 80px;
  left: -40px;
  overflow: hidden;
  position: absolute;
  top: 25px;
  width: 80px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  [data-module~="ThumbnailCardList"] .thumbnail-card-list__item__img {
    border-radius: 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 265px;
  }
}

[data-module~="ThumbnailCardList"] .thumbnail-card-list__item__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

[data-module~="ThumbnailCardList"] .card__load-more-btn {
  text-align: center;
}

.is-ios.modal-open {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.is-ios .custom-modal .modal-dialog {
  height: 100%;
  width: 100%;
}

[data-module~="Popup"] {
  overflow: visible;
  text-align: center;
}

[data-module~="Popup"] .modal-dialog {
  overflow: auto;
}

@media screen and (min-width: 768px) {
  [data-module~="Popup"] .modal-dialog {
    max-width: 800px;
    overflow: visible;
  }
}

[data-module~="Popup"] .modal-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 136px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: auto;
}

[data-module~="Popup"] .modal-content {
  background: white;
  height: 100%;
  overflow: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  [data-module~="Popup"] .modal-content {
    border-radius: 15px;
  }
}

[data-module~="Popup"] .modal-content .container {
  padding-top: 110px;
}

@media screen and (min-width: 768px) {
  [data-module~="Popup"] .modal-content .container {
    padding: 65px 100px;
  }
}

@media screen and (min-width: 992px) {
  [data-module~="Popup"] .modal-content .container {
    padding: 50px 85px;
  }
}

[data-module~="Popup"] .custom-modal.modal.show {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-right: 0 !important;
}

[data-module~="Popup"] .custom-modal .modal-dialog {
  top: initial;
}

[data-module~="Popup"] .custom-modal .modal-header {
  background-size: cover;
  border-radius: 0;
}

[data-module~="Popup"] .custom-modal .modal-ornement {
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  [data-module~="Popup"] .custom-modal .modal-ornement {
    left: -webkit-calc(50% - 450px);
    left: calc(50% - 450px);
    top: -85px;
  }
}

@media screen and (min-width: 992px) {
  [data-module~="Popup"] .custom-modal .modal-ornement {
    left: -webkit-calc(50% - 475px);
    left: calc(50% - 475px);
    top: -85px;
  }
}

[data-module~="Popup"] .custom-modal .modal-ornement img {
  max-height: 275px;
  max-width: initial;
  width: auto;
}

@media screen and (min-width: 768px) {
  [data-module~="Popup"] .custom-modal .modal-ornement img {
    max-height: 380px;
    max-width: initial;
    width: auto;
  }
}

[data-module~="Popup"] .custom-modal .modal-close {
  line-height: 0;
  position: relative;
  right: 0;
  top: 0;
}

[data-module~="Popup"] .custom-modal .modal-close .modal-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-appearance: none;
}

[data-module~="Popup"] .custom-modal .modal-close .modal-close-btn:hover, [data-module~="Popup"] .custom-modal .modal-close .modal-close-btn:focus {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

[data-module~="Popup"] .modal-title {
  color: #002757;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  [data-module~="Popup"] .modal-title {
    margin-bottom: 40px;
  }
}

[data-module~="Popup"] .modal-description {
  color: #002757;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  [data-module~="Popup"] .modal-description {
    margin-bottom: 40px;
  }
}

body.on-page-editor .basic-content-block__wrapper img.scEmptyImage {
  height: 100px;
  width: 100px;
}

body.on-page-editor #sxa-toolbox-root {
  font-size: 12px;
}

body.on-page-editor #sxa-toolbox-root li {
  font-size: inherit;
  margin: 0;
}

body.on-page-editor #sxa-toolbox-root span {
  font-size: inherit;
}

body.on-page-editor .component-content {
  overflow: hidden;
}
