*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

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

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

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

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

html {
  background-color: #390739;
  scroll-padding-top: 300px;
}

body {
  background-color: #fcfcfd;
  min-width: 320px;
}

main {
  overflow: hidden;
}

.group::after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.group .col {
  float: left;
}

.col--1 {
  width: 100%;
}
.col--2of3 {
  width: 66.6666666667%;
}
.col--2 {
  width: 50%;
}
.col--3 {
  width: 33.3333333333%;
}
.col--4 {
  width: 25%;
}
.col--5 {
  width: 20%;
}
.col--6 {
  width: 16.6666666667%;
}

@media (max-width: 782px) {
  html #wpadminbar {
    position: fixed;
  }
}
body {
  font-family: "kozuka-gothic-pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2b2b2c;
  font-weight: 400;
}

h1 {
  font-family: "kozuka-gothic-pro", Helvetica, Arial, sans-serif;
  font-size: 49px;
  line-height: 76px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-family: "kozuka-gothic-pro", Helvetica, Arial, sans-serif;
  font-size: 39px;
  line-height: 66px;
  font-weight: 700;
}

h3 {
  font-family: "kozuka-gothic-pro", Helvetica, Arial, sans-serif;
  font-size: 31px;
  line-height: 56px;
  font-weight: 700;
}

h4 {
  font-family: "kozuka-gothic-pro", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 46px;
  font-weight: 700;
}

h5 {
  font-family: "kozuka-gothic-pro", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

h6 {
  font-family: "kozuka-gothic-pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

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

hr.line {
  width: 56px;
  height: 4px;
  border: 0;
  background-color: #a61e36;
  margin: 16px 0 24px !important;
}

@media (max-width: 550px) {
  h1 {
    font-size: 22px;
    line-height: 36px;
  }
  h2 {
    font-size: 20px;
    line-height: 34px;
  }
  h3 {
    font-size: 19px;
    line-height: 33px;
  }
  h4 {
    font-size: 18px;
    line-height: 29px;
  }
  h5 {
    font-size: 17px;
    line-height: 28px;
  }
  h6 {
    font-size: 16px;
    line-height: 27px;
  }
  body {
    font-size: 15px;
    line-height: 30px;
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon--arrow {
  width: 35px;
  height: 35px;
  -webkit-mask-image: url("../images/icons/arrow.svg");
          mask-image: url("../images/icons/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #2b2b2c;
}
.icon--arrow.right {
  transform: scaleX(-1);
}
.icon--arrow.down {
  transform: rotate(-90deg);
}
.icon--burger {
  position: relative;
  width: 43px;
  height: 43px;
  background-image: url("../images/icons/burger.svg");
  background-size: 16px 9px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #fff;
}
.icon--burger::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0);
  border: 1px solid #fff;
  transition: 300ms ease-in-out;
}
.icon--burger::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  border: 1px solid #fff;
  transition: 300ms ease-in-out;
}
.icon--burger:hover::before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.icon--burger:hover::after {
  transform: translate3d(-50%, -50%, 0) rotate(0);
}
.icon--calendar {
  width: 22px;
  height: 24px;
  background-image: url("../images/icons/calendar.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--chevron {
  width: 10px;
  height: 17px;
  -webkit-mask-image: url("../images/icons/chevron.svg");
          mask-image: url("../images/icons/chevron.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #444446;
}
.icon--clock {
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/clock.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--close {
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--close-burger {
  position: relative;
  width: 43px;
  height: 43px;
  background-image: url("../images/icons/close-burger.svg");
  background-size: 13px 13px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #444446;
}
.icon--close-burger::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0);
  border: 1px solid #444446;
  transition: 300ms ease-in-out;
}
.icon--close-burger::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  border: 1px solid #444446;
  transition: 300ms ease-in-out;
}
.icon--close-burger:hover::before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.icon--close-burger:hover::after {
  transform: translate3d(-50%, -50%, 0) rotate(0);
}
.icon--close-burger.white {
  border-color: #fff;
  background-image: url("../images/icons/close-burger-white.svg");
}
.icon--close-burger.white::before, .icon--close-burger.white::after {
  border-color: #fff;
}
.icon--divider {
  display: block;
  border: 0;
  width: 1240px;
  height: 32px;
  background-image: url("../images/icons/divider.svg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--facebook {
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("../images/icons/facebook.svg");
          mask-image: url("../images/icons/facebook.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.icon--flourish1 {
  width: 269px;
  height: 66px;
  background-image: url("../images/icons/flourish-1.svg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--flourish2 {
  width: 205px;
  height: 52px;
  background-image: url("../images/icons/flourish-2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--flourish2.left {
  transform: scaleX(-1);
}
.icon--globe {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("../images/icons/globe.svg");
          mask-image: url("../images/icons/globe.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.icon--instagram {
  width: 18px;
  height: 19px;
  -webkit-mask-image: url("../images/icons/instagram.svg");
          mask-image: url("../images/icons/instagram.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.icon--link {
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/link.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--play {
  width: 100px;
  height: 100px;
  background-image: url("../images/icons/play.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--safety {
  width: 24px;
  height: 28px;
  background-image: url("../images/icons/safety.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--search {
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--tiktok {
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("../images/icons/tiktok.svg");
          mask-image: url("../images/icons/tiktok.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.icon--timer {
  width: 61px;
  height: 61px;
  background-image: url("../images/icons/timer.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--tripadvisor {
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("../images/icons/tripadvisor.svg");
          mask-image: url("../images/icons/tripadvisor.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.icon--twitter {
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("../images/icons/twitter.svg");
          mask-image: url("../images/icons/twitter.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.icon--warning {
  width: 61px;
  height: 61px;
  background-image: url("../images/icons/warning.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--watermark {
  width: 300px;
  height: 376px;
  background-image: url("../images/icons/watermark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--wbd-watermark {
  width: 376px;
  height: 376px;
  background-image: url("../images/icons/wbd-watermark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--x-twitter {
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("../images/icons/x-logo.svg");
          mask-image: url("../images/icons/x-logo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.icon--youtube {
  width: 21px;
  height: 14px;
  -webkit-mask-image: url("../images/icons/youtube.svg");
          mask-image: url("../images/icons/youtube.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media (max-width: 599px) {
  .icon--burger {
    width: 32px;
    height: 32px;
    background-size: 12px 7px;
  }
  .icon--burger::before {
    width: 22px;
    height: 22px;
  }
  .icon--burger::after {
    width: 22px;
    height: 22px;
  }
  .icon--close-burger {
    width: 32px;
    height: 32px;
    background-size: 10px 10px;
  }
  .icon--close-burger::before {
    width: 22px;
    height: 22px;
  }
  .icon--close-burger::after {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1111px) {
  .icon--divider {
    height: 28px;
  }
}
@media (max-width: 550px) {
  .icon--flourish1 {
    height: 45px;
  }
  .icon--play {
    width: 40px;
    height: 40px;
  }
}

.btn {
  font-family: "kozuka-gothic-pro", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid transparent;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.btn--small {
  font-size: 14px;
  line-height: 28px;
  padding: 7px 23px;
}
.btn--medium {
  font-size: 14px;
  line-height: 28px;
  padding: 15px 23px;
}
.btn--large {
  font-size: 16px;
  line-height: 32px;
  padding: 19px 31px;
}
.btn--primary {
  border-color: #a61e36;
  background-color: #a61e36;
}
.btn--secondary {
  color: #444446 !important;
  border-color: #a61e36;
  background-color: transparent;
}
.btn--full {
  width: 100%;
}
.btn:focus {
  border-color: #8cd0e5;
  border-style: dashed;
}
.btn:active {
  border-color: #4e236f;
  background-color: #4e236f;
}
.btn:hover {
  color: #fff !important;
  border-color: #50338e;
  background-color: #50338e;
}
.btn--inactive:hover {
  background-color: #a61e36;
}
.btn i:first-child {
  margin-right: 16px;
}
.btn i:last-child {
  margin-left: 16px;
}

.action {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-top: 40px;
  text-decoration: none !important;
}
.action .animation {
  margin-right: 16px;
}
.action:hover .animation::before {
  width: 56px;
  height: 56px;
  opacity: 0;
}
.action:hover .animation::after {
  width: 40px;
  height: 40px;
}
.action:hover .animation i {
  background-color: #fff;
}
.action + .action {
  margin-top: 24px;
}
@media (max-width: 550px) {
  .action {
    margin-top: 16px;
  }
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: transparent;
  background-clip: padding-box;
  background-image: linear-gradient(to bottom, #293a72 0px, rgba(67, 67, 67, 0) 100px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.navigation .navigation__top {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
}
.navigation .navigation__burger {
  display: inline-block;
  vertical-align: top;
  padding: 39px;
}
.navigation .navigation__search {
  display: inline-block;
  vertical-align: top;
  padding: 8px;
}
.navigation .navigation__form {
  width: 0;
  overflow: hidden;
  transition: 300ms ease-in-out;
}
.navigation .navigation__form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px 12px;
  font-size: 14px;
}
.navigation .navigation__form.active {
  width: 200px;
  padding-right: 16px;
  padding-left: 4px;
}
.navigation .navigation__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.navigation .navigation__logo img {
  height: 121px;
  width: auto;
}
.navigation .navigation__tickets {
  font-family: "kozuka-gothic-pro", Helvetica, Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6b31c;
  line-height: 30px;
  font-weight: 400;
  color: #2b2b2c;
  padding: 18px 20px;
  margin-left: auto;
}
.navigation .navigation__tickets:hover {
  background-color: #f4bb48;
}
.navigation .navigation__menu {
  font-size: 12px;
  line-height: 26px;
}
.navigation .navigation__menu ul {
  list-style: none;
  display: flex;
  padding-bottom: 16px;
}
.navigation .navigation__menu li {
  margin: 16px 0;
  margin-bottom: -1px;
}
.navigation .navigation__menu li.parent {
  font-size: 14px;
}
.navigation .navigation__menu li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.navigation .navigation__menu li.active a {
  font-weight: 700;
  border-bottom: 3px solid #bd354d;
}
.navigation .navigation__menu a,
.navigation .navigation__menu span {
  display: block;
  padding: 16px 32px;
  margin: -16px 0;
}
.navigation .navigation__switcher {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 48px;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}
.navigation .navigation__switcher ul {
  list-style: none;
}
.navigation .navigation__switcher i {
  margin-right: 8px;
}
.navigation .navigation__switcher + .navigation__tickets {
  margin-left: 0;
  margin-right: 20px;
}
.navigation .navigation__switcher .en {
  font-family: "Lora", serif;
}
.navigation .navigation__switcher .ja {
  font-family: "kozuka-gothic-pro", Helvetica, Arial, sans-serif;
}
@media (max-width: 992px) {
  .navigation .navigation__switcher {
    margin-right: 28px;
  }
  .navigation .navigation__menu {
    display: none;
  }
  .navigation .navigation__search {
    display: none;
  }
}
@media (max-width: 874px) {
  .navigation .navigation__switcher {
    margin-left: 0;
  }
  .navigation .navigation__switcher + .navigation__tickets {
    margin-left: auto;
  }
}
@media (max-width: 720px) {
  .navigation {
    position: fixed;
    background-color: #293a72;
  }
  .navigation .navigation__burger {
    padding: 19px;
  }
  .navigation .navigation__logo {
    position: absolute;
    left: 65px;
    right: 108px;
    transform: translate3d(0, -50%, 0);
    text-align: center;
  }
  .navigation .navigation__logo img {
    height: 70px;
  }
  .navigation .navigation__tickets {
    padding: 23px 12px;
    font-size: 12px;
    line-height: 24px;
  }
  .navigation .navigation__switcher {
    display: none;
  }
  .navigation .navigation__switcher + .navigation__tickets {
    margin-right: 0;
  }
}
@media (max-width: 359px) {
  .navigation .navigation__tickets {
    display: none;
  }
  .navigation .navigation__logo {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, -50%, 0);
  }
}

@media (min-width: 600px) {
  .window-scrolled .navigation {
    background-color: #293a72;
  }
}
.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 31px;
  line-height: 56px;
  visibility: hidden;
  z-index: 1;
}
.menu ul {
  list-style: none;
}
.menu.active {
  visibility: visible;
}
.menu.active .menu__panel {
  left: 0;
}
.menu.active .menu__overlay {
  opacity: 1;
}
.menu .toggle--menu {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 3;
  line-height: 43px;
}
.menu .menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 300ms ease-in-out;
  cursor: pointer;
  z-index: -3;
}
.menu .menu__panel {
  position: absolute;
  top: 0;
  left: -480px;
  bottom: 0;
  padding: 32px;
  width: 480px;
  color: #444446;
  transition: 300ms ease-in-out;
  z-index: 0;
}
.menu .menu__panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #f7f7f7;
}
.menu .menu__main {
  margin-top: 16px;
}
.menu .menu__main li.menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  content: "";
  width: 10px;
  height: 17px;
  -webkit-mask-image: url("../images/icons/chevron.svg");
          mask-image: url("../images/icons/chevron.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #444446;
}
.menu .menu__main li.small > a {
  font-size: 20px;
  line-height: 36px;
}
.menu .menu__main a {
  position: relative;
  display: block;
  border-bottom: 1px solid #c4c4c5;
  padding: 16px 24px 16px 0;
}
.menu .menu__main a[target=_blank]::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  content: "";
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("../images/icons/link.svg");
          mask-image: url("../images/icons/link.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #444446;
}
.menu .menu__main .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 32px;
  padding-top: 104px;
  background-color: #f7f7f7;
  width: 480px;
  transition: 300ms ease-in-out;
  z-index: -1;
}
.menu .menu__main .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #f7f7f7;
  background-position: center;
  background-size: cover;
}
.menu .menu__main .sub-menu.active {
  left: 480px;
  visibility: visible;
}
.menu .menu__main .sub-menu .sub-menu {
  z-index: -2;
}
.menu .menu__legal {
  position: absolute;
  bottom: 40px;
  left: 32px;
  right: 32px;
  font-size: 12px;
  line-height: 22px;
}
.menu .menu__legal li + li {
  margin-top: 8px;
}
.menu .menu__legal a[target=_blank]::after {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("../images/icons/link.svg");
          mask-image: url("../images/icons/link.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  background-color: #444446;
}
.menu .menu__switcher {
  display: none;
  align-items: center;
  margin-left: auto;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 24px;
}
.menu .menu__switcher ul {
  list-style: none;
}
.menu .menu__switcher i {
  margin-right: 8px;
  background-color: #444446;
}
.menu .menu__switcher + .navigation__tickets {
  margin-left: 0;
}
.menu .menu__switcher .en {
  font-family: "Lora", serif;
}
.menu .menu__switcher .ja {
  font-family: "kozuka-gothic-pro", Helvetica, Arial, sans-serif;
}
.menu .menu__search {
  display: none;
  position: relative;
  background-color: #fff;
  line-height: 36px;
  margin: 38px 0;
}
.menu .menu__search input {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  border: 0;
  padding: 6px 16px;
}
.menu .menu__icon {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #a61e36;
}
.menu .menu__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.menu .menu__icon + form {
  width: calc(100% - 36px);
}
@media (max-height: 900px) {
  .menu {
    font-size: 28px;
    line-height: 50px;
  }
  .menu .menu__legal {
    position: relative;
    margin-top: 32px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-height: 800px) {
  .menu {
    font-size: 28px;
    line-height: 50px;
  }
  .menu .menu__main a {
    padding: 12px 24px 12px 0;
  }
}
@media (max-width: 1440px) {
  .menu .menu__panel {
    width: 33.3333333333vw;
    left: -33.3333333333vw;
  }
  .menu .menu__main .sub-menu {
    width: 33.3333333333vw;
  }
  .menu .menu__main .sub-menu.active {
    left: 33.3333333333vw;
  }
}
@media (max-width: 1169px) {
  .menu .menu__panel {
    width: 50vw;
    left: -50vw;
  }
  .menu .menu__main .sub-menu {
    width: 50vw;
  }
  .menu .menu__main .sub-menu.active {
    left: 50vw;
  }
  .menu .menu__main .sub-menu .sub-menu {
    left: -50vw;
    z-index: 1;
  }
  .menu .menu__main .sub-menu .sub-menu.active {
    left: 0;
  }
}
@media (max-width: 992px) {
  .menu .menu__search {
    display: flex;
  }
}
@media (max-width: 599px) {
  .menu {
    font-size: 19px;
    line-height: 33px;
  }
  .menu .menu__panel {
    padding: 20px;
    width: 100vw;
    left: -100vw;
    background-color: #f7f7f7;
    overflow: auto;
  }
  .menu .menu__panel::before {
    display: none;
  }
  .menu .menu__main {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu .menu__main li.menu-item-has-children > a.active::after {
    width: 17px;
    transform: translate3d(0, -50%, 0) rotate(90deg);
  }
  .menu .menu__main li.small > a {
    font-size: 15px;
    line-height: 26px;
  }
  .menu .menu__main .sub-menu {
    display: none;
    position: relative;
    left: 0 !important;
    right: 0;
    z-index: 1;
    width: auto;
    visibility: visible;
    margin-left: -20px;
    margin-right: -20px;
    padding: 8px 20px 0;
    transition: 0;
  }
  .menu .menu__main .sub-menu::before {
    background-color: #ddddde;
    opacity: 0.5;
  }
  .menu .menu__main .sub-menu .sub-menu::before {
    opacity: 1;
  }
  .menu .menu__main a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .menu .menu__legal {
    position: relative;
    margin-top: 32px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .menu .menu__menu {
    display: none;
  }
  .menu .menu__switcher {
    display: flex;
  }
  .menu .toggle--menu {
    line-height: 32px;
  }
}
@media (max-width: 374px) {
  .menu .menu__search {
    margin: 30px 0;
  }
}

.hero {
  position: relative;
  height: 100vh;
  max-height: 900px;
  min-height: 600px;
  text-align: center;
  color: #fff;
}
.hero.short {
  min-height: 480px;
  height: calc(100vh - 225px);
}
.hero:first-child:last-child {
  max-height: 100vh;
}
.hero .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.hero .hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 32%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.hero .hero__logo {
  width: 360px;
  max-width: 100%;
  margin: 0 auto 56px;
}
.hero .hero__logo img {
  width: 100%;
}
.hero .hero__title {
  font-size: 76px;
  line-height: 92px;
}
.hero .hero__title.small {
  font-size: 49px;
  line-height: 76px;
}
.hero .hero__title.english-styling {
  font-family: "Montserrat", sans-serif;
}
.hero .hero__title:first-child {
  margin-top: 40px;
}
.hero .hero__subtitle {
  font-size: 25px;
  line-height: 46px;
  font-weight: 500;
  margin: 32px 0;
}
.hero .hero__subtitle:last-child {
  margin-bottom: 0;
}
.hero .hero__narrow {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 705px;
  transform: translate3d(0, -50%, 0);
  padding: 0 40px;
}
.hero .hero__wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1108px;
  transform: translate3d(0, -50%, 0);
  padding: 0 40px;
}
.hero .hero__notice {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: #390739;
  text-align: center;
}
.hero .hero__notice p {
  font-size: 14px;
  line-height: 26px;
  max-width: 1240px;
  margin: 0 auto;
}
.hero .hero__notice.blue {
  background-color: #005789;
}
.hero .hero__notice.red {
  background-color: #a61e36;
}
.hero + .intro,
.hero + .experience {
  margin-top: 120px;
}
@media (max-width: 1111px) {
  .hero + .intro,
  .hero + .experience {
    margin-top: 100px;
  }
}
@media (max-width: 550px) {
  .hero {
    max-height: 667px;
  }
  .hero .hero__narrow, .hero .hero__wrapper {
    padding: 0 20px;
  }
  .hero .hero__logo {
    margin-bottom: 40px;
  }
  .hero .hero__title {
    font-size: 30px !important;
    line-height: 45px !important;
  }
  .hero .hero__title:first-child {
    margin-top: 33px;
  }
  .hero .hero__subtitle {
    font-size: 19px;
    line-height: 30px;
    max-width: 300px;
    margin: 8px auto 24px;
  }
  .hero .btn {
    width: 100%;
  }
  .hero + .intro,
  .hero + .experience {
    margin-top: 80px;
  }
}
@media (max-width: 374px) {
  .hero .hero__narrow, .hero .hero__wrapper {
    padding: 0 15px;
  }
  .hero .hero__logo {
    margin-bottom: 30px;
  }
  .hero + .intro,
  .hero + .experience {
    margin-top: 60px;
  }
}

.intro {
  text-align: center;
  margin: 56px 0;
  padding: 0 40px;
}
.intro .intro__narrow {
  max-width: 816px;
  margin: 0 auto;
}
.intro .intro__wrapper {
  max-width: 954px;
  margin: 0 auto;
}
.intro .intro__wide {
  max-width: 1240px;
  margin: 0 auto;
}
.intro .intro__flourish {
  margin-bottom: 30px;
}
.intro .intro__title {
  margin-bottom: 18px;
}
.intro .intro__title.alternate {
  color: #a61e36;
  margin-left: -15px;
  margin-right: -15px;
}
.intro .intro__title i:first-child {
  margin-right: 48px;
}
.intro .intro__title i:last-child {
  margin-left: 48px;
}
.intro .intro__title + p {
  margin-top: 0;
}
.intro .intro__actions {
  margin: 40px 0 60px;
  display: flex;
  justify-content: center;
}
.intro .intro__actions:last-child {
  margin-bottom: 0;
}
.intro .intro__actions .btn + .btn {
  margin-left: 32px;
}
.intro .intro__logos {
  display: flex;
  justify-content: center;
  margin: 24px 0 40px;
}
.intro .intro__logos ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.intro .intro__logos ul::before {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 100%;
  content: "";
  width: 80px;
  height: 60px;
  background-image: url("../images/icons/flourish-3.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 40px;
}
.intro .intro__logos ul::after {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0) scaleX(-1);
  left: 100%;
  content: "";
  width: 80px;
  height: 60px;
  background-image: url("../images/icons/flourish-3.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 40px;
}
.intro .intro__logos li + li {
  margin-left: 40px;
}
.intro .intro__logos img {
  max-height: 80px;
  width: auto;
}
.intro p {
  margin: 30px 0;
}
.intro p:first-child {
  margin-top: 0;
}
.intro p:last-child {
  margin-bottom: 0;
}
.intro p a {
  color: #a61e36;
  text-decoration: underline;
}
.intro p a:hover {
  text-decoration: none;
}
.intro + .cards,
.intro + .carousel {
  margin-top: 56px;
}
.intro + .logos,
.intro + .standard {
  margin-top: 80px;
}
.intro + .experience {
  margin-top: 110px;
}
.intro + .divider,
.intro + .intro {
  margin-top: 120px;
}
@media (max-width: 1111px) {
  .intro .intro__title.alternate {
    margin-left: 0;
    margin-right: 0;
  }
  .intro .intro__title .icon--flourish2 {
    display: none;
  }
  .intro + .experience {
    margin-top: 90px;
  }
  .intro + .divider,
  .intro + .intro {
    margin-top: 100px;
  }
}
@media (max-width: 550px) {
  .intro {
    padding: 0 20px;
  }
  .intro .intro__title.alternate {
    margin-left: 0;
    margin-right: 0;
  }
  .intro .intro__title .icon--flourish2 {
    display: none;
  }
  .intro .intro__actions {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .intro .intro__actions .btn + .btn {
    margin-left: 0;
    margin-top: 16px;
  }
  .intro .intro__logos {
    display: none;
  }
  .intro .btn {
    width: 100%;
  }
  .intro + .experience,
  .intro + .standard {
    margin-top: 72px;
  }
  .intro + .divider,
  .intro + .intro {
    margin-top: 80px;
  }
  .intro + .logos {
    margin-top: 40px;
  }
}
@media (max-width: 374px) {
  .intro {
    padding: 0 15px;
  }
  .intro .intro__actions {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .intro + .experience,
  .intro + .standard {
    margin-top: 60px;
  }
  .intro + .divider,
  .intro + .intro {
    margin-top: 60px;
  }
  .intro + .logos {
    margin-top: 30px;
  }
}

.cards {
  margin: 120px 0;
  padding: 0 40px;
}
.cards.grey {
  background-color: #f3f3f6;
  padding: 80px 40px;
}
.cards.grey:last-child {
  margin-bottom: 0;
}
.cards .cards__wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.cards .cards__narrow {
  max-width: 1240px;
  margin: 0 auto;
}
.cards .cards__narrow .cards__container {
  margin: 0 -8px -16px;
}
.cards .cards__narrow .col {
  padding: 0 8px 16px;
}
.cards .cards__container {
  margin: 0 -16px -32px;
}
.cards .cards__title {
  margin-bottom: 16px;
}
.cards .col {
  padding: 0 16px 32px;
}
@media (min-width: 600px) {
  .cards .col.col--1 .card {
    display: flex;
    align-items: center;
    max-height: 420px;
    overflow: hidden;
  }
  .cards .col.col--1 .card__image {
    width: 100%;
  }
}
@media (max-width: 1111px) {
  .cards {
    margin: 100px 0;
  }
}
@media (max-width: 992px) {
  .cards .cards__container {
    margin: 0 -8px -16px;
  }
  .cards .col {
    padding: 0 8px 16px;
  }
}
@media (max-width: 833px) {
  .cards {
    margin: 80px 0;
  }
  .cards .col--2 {
    width: 100%;
  }
  .cards .col--3 {
    width: 50%;
  }
  .cards .col--4 {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .cards {
    padding: 0 20px;
  }
  .cards .cards__container {
    display: flex;
    flex-wrap: wrap;
  }
  .cards .cards__title {
    border-bottom: 1px solid #c4c4c5;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
  .cards .col--2 {
    width: 100%;
  }
  .cards .col--3 {
    width: 100%;
  }
  .cards .col--4 {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .cards {
    margin: 60px 0;
    padding: 0 15px;
  }
}

.card {
  display: block;
  position: relative;
  color: #fff;
  border-radius: 10px;
}
.card:hover .card__image {
  box-shadow: 0 8px 25px rgba(154, 170, 207, 0.5);
}
.card:hover .card__image img {
  transform: scale(1.1, 1.1);
}
.card .card__image {
  border-radius: 10px;
  position: relative;
}
.card .card__image img {
  width: 100%;
  transition: 200ms ease-in-out;
}
.card .card__scale {
  overflow: hidden;
  border-radius: 10px;
}
.card .card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  border-radius: 10px;
}
.card .card__snippet {
  position: absolute;
  left: 0;
  right: 0;
  text-shadow: 0 0 4px #000;
}
.card .card__snippet.off {
  position: relative;
  color: #444446;
  padding-top: 24px;
  text-shadow: none;
}
.card .card__snippet.left {
  text-align: left;
}
.card .card__snippet.centre {
  text-align: center;
}
.card .card__snippet.right {
  text-align: right;
}
.card .card__snippet.top {
  top: 0;
}
.card .card__snippet.middle {
  top: 50%;
  bottom: auto !important;
  transform: translate3d(0, -50%, 0);
}
.card .card__snippet.bottom {
  bottom: 0;
}
.card .card__snippet p {
  font-size: 19px;
  font-weight: bold;
}
.card.large .card__snippet {
  padding: 3rem;
}
.card.large .card__snippet.top {
  top: 0;
}
.card.large .card__snippet.bottom {
  bottom: 0;
}
.card.small .card__snippet {
  padding: 1.5rem;
}
@media (max-width: 992px) {
  .card.large .card__snippet {
    padding: 30px;
  }
  .card.small .card__snippet {
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .card .card__title {
    margin-bottom: 8px;
  }
  .card .card__title:last-child {
    margin-bottom: 0;
  }
  .card .card__snippet.off {
    position: absolute;
    padding: 24px;
    bottom: 0;
    color: #fff;
  }
  .card.large .card__snippet {
    padding: 24px;
  }
  .card.small .card__title {
    font-size: 20px;
    margin-bottom: 0;
    text-shadow: none;
  }
  .card.small .card__snippet {
    position: relative;
    padding: 8px 8px 0;
    color: #444446;
  }
}

.carousel {
  margin: 120px 0;
  padding: 0 40px;
}
.carousel.grey {
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: #f3f3f6;
}
.carousel.grey .carousel__title {
  background-color: #f3f3f6;
}
.carousel.grey .carousel__dots {
  background-color: #f3f3f6;
}
.carousel.grey .carousel__prev, .carousel.grey .carousel__next {
  background-color: #f3f3f6;
}
.carousel.grey .owl-dots {
  background-color: #f3f3f6 !important;
}
.carousel .carousel__wrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
.carousel .carousel__container.top {
  padding-top: 75px;
}
.carousel .carousel__container.top .carousel__navigation {
  top: 0;
}
.carousel .carousel__container.bottom {
  padding-bottom: 75px;
}
.carousel .carousel__container.bottom .carousel__navigation {
  bottom: 0;
}
.carousel .carousel__title {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 16px;
  padding-right: 40px;
  z-index: 1;
  background-color: #fcfcfd;
}
.carousel .carousel__title + .carousel__container.top {
  padding-top: 0;
}
.carousel .carousel__title + .carousel__container.top .carousel__navigation {
  top: 9px;
}
.carousel .carousel__image {
  display: flex;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.carousel .carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 85%);
}
.carousel .carousel__snippet {
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  color: #fff;
  text-align: left;
  max-width: 360px;
}
.carousel .carousel__navigation {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.carousel .carousel__navigation::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #c4c4c5;
  top: 50%;
  width: 100%;
  transform: translate3d(0, -50%, 0);
}
.carousel .carousel__next {
  position: relative;
  background-color: #fcfcfd;
  cursor: pointer;
}
.carousel .carousel__prev {
  position: relative;
  background-color: #fcfcfd;
  padding-right: 5px;
  cursor: pointer;
}
.carousel .carousel__dots {
  position: relative;
  background-color: #fcfcfd;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
.carousel .carousel__dot {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ddddde;
  border-radius: 50%;
  cursor: pointer;
}
.carousel .carousel__dot.active {
  background-color: #a61e36;
}
.carousel .carousel__dot + .carousel__dot {
  margin-left: 6px;
}
.carousel .col {
  display: inline-block;
  vertical-align: top;
  padding: 0 16px;
}
.carousel .owl-carousel {
  text-align: right;
  overflow: hidden;
}
.carousel .owl-stage {
  display: flex;
}
.carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.carousel .owl-dots {
  display: none;
}
@media (max-width: 1111px) {
  .carousel {
    margin: 100px 0;
  }
  .carousel .carousel__snippet {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 992px) {
  .carousel .carousel__snippet {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
}
@media (max-width: 833px) {
  .carousel {
    margin: 80px 0;
  }
  .carousel .carousel__dots {
    display: none;
  }
  .carousel .carousel__prev {
    padding-left: 24px;
  }
}
@media (max-width: 599px) {
  .carousel {
    padding: 0;
  }
  .carousel .carousel__container {
    padding-bottom: 0 !important;
  }
  .carousel .carousel__navigation {
    display: none;
  }
  .carousel .carousel__image {
    width: 250px;
    border-radius: 0;
  }
  .carousel .carousel__image img {
    border-radius: 10px;
    overflow: hidden;
  }
  .carousel .owl-carousel .owl-stage-outer {
    padding-left: 40px;
  }
}
@media (max-width: 550px) {
  .carousel .owl-item {
    flex-direction: column;
  }
  .carousel .carousel__image {
    flex-wrap: wrap;
  }
  .carousel .carousel__image img {
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .carousel .carousel__overlay {
    display: none;
  }
  .carousel .carousel__title {
    display: block;
    border-bottom: 1px solid #c4c4c5;
    width: auto;
    padding-right: 0;
    padding-bottom: 12px;
    margin: 0 20px 24px;
  }
  .carousel .carousel__subtitle {
    font-size: 17px;
    line-height: 28px;
  }
  .carousel .carousel__snippet {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    color: #444446;
    padding: 10px 0 0 10px;
  }
  .carousel.grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .carousel .owl-carousel .owl-stage-outer {
    padding-left: 20px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel__title {
    margin-left: 15px;
    margin-right: 15px;
  }
  .carousel .owl-carousel .owl-stage-outer {
    padding-left: 15px;
  }
}

.experience {
  color: #fff;
  margin: 32px 0;
  padding: 0 40px;
}
.experience:last-child {
  margin-bottom: 120px;
}
.experience .experience__wrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
.experience .experience__panel {
  position: relative;
  background-color: #293a72;
  overflow: hidden;
  border-radius: 15px;
  height: auto;
}
.experience .experience__image {
  position: relative;
  overflow: hidden;
}
.experience .experience__image img {
  height: 100%;
  width: auto;
  max-width: none;
}
.experience .experience__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.experience .experience__content {
  position: relative;
  width: 100%;
  top: 0;
  transform: none;
  padding: 40px 20px 10px !important;
}
.experience .experience__content h2 {
  font-size: 31px;
  line-height: 1.4;
}
.experience .experience__content p {
  margin: 30px 0;
}
.experience .experience__content a {
  color: #f6b31c;
  font-weight: bold;
}
.experience .experience__content a:hover {
  text-decoration: underline;
}
.experience .experience__content .hidden {
  display: none;
}
.experience .experience__content .more {
  cursor: pointer;
  color: #a61e36;
}
.experience .experience__gallery {
  margin-top: 18px;
  display: inline-block;
  vertical-align: top;
}
.experience .experience__gallery ul {
  display: flex;
  list-style: none;
  margin: 0 -4px;
}
.experience .experience__gallery li {
  width: 33.3333333333%;
  padding: 0 4px;
}
.experience .experience__gallery a {
  display: block;
  border: 1px solid #444446;
  border-radius: 5px;
  overflow: hidden;
}
.experience .experience__actions {
  margin-top: 48px;
  display: flex;
}
.experience .experience__actions a + a {
  margin-left: 16px;
}
.experience .experience__actions .btn {
  color: #fff !important;
}
.experience .experience__link {
  color: #a61e36;
}
.experience.left .experience__overlay {
  background-image: linear-gradient(90deg, #020215 34%, rgba(2, 2, 21, 0) 78%);
}
.experience.left .experience__content {
  left: 0;
  padding-left: 8.5%;
}
.experience.left .experience__image {
  direction: rtl;
}
.experience.right .experience__overlay {
  background-image: linear-gradient(270deg, #020215 34%, rgba(2, 2, 21, 0) 78%);
}
.experience.right .experience__content {
  right: 0;
  padding-right: 8.5%;
}
.experience + .standard {
  margin-top: 80px;
}
@media (max-width: 1279px) {
  .experience .experience__content {
    padding: 56px !important;
  }
  .experience .experience__actions {
    margin-top: 30px;
  }
}
@media (max-width: 1111px) {
  .experience .experience__content {
    padding: 40px !important;
  }
  .experience:last-child {
    margin-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .experience .experience__panel {
    height: auto;
  }
  .experience .experience__image {
    position: relative;
  }
  .experience .experience__image img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .experience .experience__overlay {
    display: none;
  }
  .experience .experience__content {
    position: relative;
    width: 100%;
    top: 0;
    transform: none;
  }
  .experience .experience__content h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .experience .experience__gallery {
    margin-top: 0;
  }
  .experience.left .experience__image img {
    right: 0;
  }
  .experience.right .experience__image img {
    left: 0;
  }
  .experience:last-child {
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .experience .experience__image img {
    height: auto;
    max-width: none;
    width: auto;
  }
}
@media (max-width: 550px) {
  .experience {
    margin: 24px 0;
    padding: 0 20px;
  }
  .experience .experience__content {
    padding: 40px 20px 10px !important;
  }
  .experience .experience__content p {
    margin: 30px 0;
  }
  .experience .experience__actions {
    display: block;
    margin: 30px 0;
  }
  .experience .experience__actions a + a {
    margin-left: 0;
    margin-top: 16px;
  }
  .experience .experience__gallery {
    display: none;
  }
  .experience.left .experience__image img {
    right: 0;
  }
  .experience.right .experience__image img {
    left: 0;
  }
  .experience .btn {
    width: 100%;
  }
  .experience + .divider {
    display: none;
  }
}
@media (max-width: 374px) {
  .experience {
    padding: 0 15px;
  }
}

.event {
  margin: 120px 0;
  padding: 0 40px;
}
.event .event__wrapper {
  max-width: 1134px;
  margin: 0 auto;
}
.event .event__container {
  display: flex;
  justify-content: space-between;
}
.event .event__sidebar {
  width: 320px;
  margin-right: 40px;
  font-size: 14px;
  line-height: 26px;
}
.event .event__sidebar .btn {
  margin: 16px 0;
}
.event .event__details {
  border: 1px solid #ddddde;
  border-radius: 10px;
  padding: 30px;
}
.event .event__date {
  position: relative;
  padding-left: 40px;
}
.event .event__date i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.event .event__line {
  border: 0;
  border-top: 1px solid #ddddde;
  margin: 24px 0;
}
.event .event__time {
  position: relative;
  padding-left: 40px;
}
.event .event__time i {
  position: absolute;
  top: 2px;
  left: 0;
}
.event .event__time ul {
  list-style: none;
}
.event .event__time li {
  display: flex;
  justify-content: space-between;
}
.event .event__time li + li {
  margin-top: 10px;
}
.event .event__safety {
  position: relative;
  padding-left: 40px;
}
.event .event__safety i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.event .event__smallprint {
  font-size: 12px;
  line-height: 22px;
}
.event .event__content {
  width: 710px;
}
.event .event__content p {
  margin: 30px 0;
}
.event .event__content p:first-child {
  margin-top: 0;
}
.event .event__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1111px) {
  .event {
    margin: 100px 0;
  }
  .event .event__content {
    width: calc(100% - 360px);
  }
}
@media (max-width: 833px) {
  .event {
    margin: 80px 0;
  }
  .event .event__container {
    display: block;
  }
  .event .event__sidebar {
    width: 100%;
    margin-bottom: 64px;
  }
  .event .event__content {
    width: 100%;
  }
  .event .event__smallprint {
    text-align: center;
  }
}
@media (max-width: 550px) {
  .event {
    margin: 72px 0;
    padding: 0 20px;
  }
}
@media (max-width: 374px) {
  .event {
    padding: 0 15px;
  }
}

.awards {
  margin: 120px 0;
  padding: 0 40px;
}
.awards .awards__wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.awards .awards__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1111px) {
  .awards {
    margin: 100px 0;
  }
}
@media (max-width: 992px) {
  .awards {
    display: none;
  }
}

.award {
  max-width: 130px;
  text-align: center;
}
.award .award__image {
  margin-bottom: 24px;
}
.award .award__title {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
}

.instagram {
  margin: 120px 0;
  background-color: #390739;
  color: #fff;
}
.instagram .instagram__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.instagram .instagram__header h2 {
  font-size: 31px;
}
.instagram .instagram__header h4,
.instagram .instagram__header p {
  color: #f6b31c;
}
.instagram .instagram__header p {
  font-family: "kozuka-gothic-pro", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 46px;
  font-weight: 700;
}
.instagram .instagram__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.instagram .instagram__body {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}
.instagram .instagram__image:nth-child(1):nth-last-child(6), .instagram .instagram__image:nth-child(2):nth-last-child(5), .instagram .instagram__image:nth-child(3):nth-last-child(4), .instagram .instagram__image:nth-child(4):nth-last-child(3), .instagram .instagram__image:nth-child(5):nth-last-child(2), .instagram .instagram__image:nth-child(6):nth-last-child(1) {
  width: 16.6666666667%;
}
.instagram .instagram__image:nth-child(1):nth-last-child(5), .instagram .instagram__image:nth-child(2):nth-last-child(4), .instagram .instagram__image:nth-child(3):nth-last-child(3), .instagram .instagram__image:nth-child(4):nth-last-child(2), .instagram .instagram__image:nth-child(5):nth-last-child(1) {
  width: 20%;
}
.instagram .instagram__image:nth-child(1):nth-last-child(4), .instagram .instagram__image:nth-child(2):nth-last-child(3), .instagram .instagram__image:nth-child(3):nth-last-child(2), .instagram .instagram__image:nth-child(4):nth-last-child(1) {
  width: 25%;
}
@media (max-width: 1111px) {
  .instagram {
    margin: 100px 0;
  }
}
@media (max-width: 833px) {
  .instagram {
    margin: 80px 0;
  }
}
@media (max-width: 600px) {
  .instagram .instagram__wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 550px) {
  .instagram {
    display: none;
  }
}

.footer {
  position: relative;
  background-color: #f3f3f6;
  padding-top: 72px;
  overflow: hidden;
}
.footer .footer__wrapper {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
.footer .footer__container {
  position: relative;
  display: flex;
}
.footer .footer__logos {
  width: 16.6666666667%;
  padding-right: 20px;
}
.footer .footer__logos img {
  display: block;
}
.footer .footer__logos img + img {
  margin-top: 48px;
}
.footer .footer__menu {
  width: 83.3333333333%;
}
.footer .footer__menu ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-weight: 700;
  margin: 0 -10px;
}
.footer .footer__menu ul > li {
  width: 20%;
  padding: 0 10px;
}
.footer .footer__menu ul ul {
  display: block;
  font-weight: 400;
  margin-top: 16px;
}
.footer .footer__menu ul ul li {
  width: 100%;
}
.footer .footer__menu ul ul li + li {
  margin-top: 8px;
}
.footer .footer__menu a {
  transition: 200ms ease-in-out;
}
.footer .footer__menu a:hover {
  color: #a61e36;
}
.footer .icon--watermark,
.footer .icon--wbd-watermark {
  position: absolute;
  top: -50px;
  right: -50px;
}
@media (max-width: 992px) {
  .footer {
    padding: 60px 0 0;
  }
  .footer .footer__container {
    display: block;
  }
  .footer .footer__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 56px;
    padding-right: 0;
  }
  .footer .footer__logos img {
    max-height: 95px;
    max-width: 150px;
  }
  .footer .footer__logos img + img {
    margin-top: 0;
    margin-left: 30px;
  }
  .footer .footer__menu {
    width: 100%;
  }
  .footer .footer__menu ul {
    display: block;
  }
  .footer .footer__menu li {
    width: 100% !important;
  }
  .footer .footer__menu li + li {
    margin-top: 8px;
  }
  .footer .footer__menu li.menu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0) scaleX(-1);
    content: "";
    width: 24px;
    height: 24px;
    -webkit-mask-image: url("../images/icons/arrow.svg");
            mask-image: url("../images/icons/arrow.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #2b2b2c;
  }
  .footer .footer__menu li.menu-item-has-children.active > a::after {
    transform: translate3d(0, -50%, 0) rotate(-90deg);
  }
  .footer .footer__menu a {
    position: relative;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #ddddde;
    transition: 200ms ease-in-out;
  }
  .footer .footer__menu .sub-menu {
    margin-top: 0;
    display: none;
  }
  .footer .icon--watermark {
    display: none;
  }
}
@media (max-width: 550px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer .footer__wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 374px) {
  .footer {
    padding: 30px 0 0;
  }
  .footer .footer__wrapper {
    padding: 0 15px;
  }
  .footer .footer__logos {
    margin-bottom: 40px;
  }
  .footer .footer__logos img {
    max-height: 85px;
    max-width: 135px;
  }
}

.copyright {
  margin-top: 53px;
  background-color: #390739;
  text-align: center;
  padding: 24px 40px 32px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  position: relative;
  z-index: 1;
}
.copyright .copyright__wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.copyright .copyright__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.copyright .copyright__social ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright .copyright__social li + li {
  margin-left: 20px;
}
.copyright .copyright__newsletter {
  display: flex;
  align-items: center;
}
.copyright .copyright__newsletter p {
  font-size: 16px;
  line-height: 30px;
}
.copyright .copyright__newsletter .btn {
  padding: 8px 16px;
  margin-left: 24px;
}
.copyright .copyright__menu {
  border-top: 1px solid rgba(252, 252, 253, 0.15);
  padding-top: 24px;
  margin-bottom: 24px;
}
.copyright .copyright__menu ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.copyright .copyright__menu a {
  text-decoration: none;
}
.copyright .copyright__menu a:hover {
  text-decoration: underline;
}
.copyright .copyright__ww-logo {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .copyright {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .copyright .copyright__bar {
    display: block;
  }
  .copyright .copyright__newsletter {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(252, 252, 253, 0.15);
    border-bottom: 1px solid rgba(252, 252, 253, 0.15);
    justify-content: center;
  }
  .copyright .copyright__menu {
    display: none;
  }
}
@media (max-width: 550px) {
  .copyright {
    text-align: center;
    padding: 40px 20px;
    margin-top: 40px;
  }
  .copyright .copyright__newsletter {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .copyright .copyright__newsletter p {
    font-size: 15px;
    line-height: 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .copyright .copyright__newsletter .btn {
    margin-left: 0;
    padding: 12px 16px;
    width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 374px) {
  .copyright {
    padding: 30px 15px;
    margin-top: 30px;
  }
  .copyright .copyright__newsletter {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.tickets {
  margin: 120px 0;
  padding: 0 40px;
}
.tickets .tickets__wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.tickets .tickets__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -16px -32px;
}
.tickets .col {
  padding: 0 16px 32px;
}
@media (max-width: 1111px) {
  .tickets {
    margin: 100px 0;
  }
  .tickets .col--3 {
    width: 50%;
  }
}
@media (max-width: 833px) {
  .tickets {
    margin: 80px 0;
  }
}
@media (max-width: 550px) {
  .tickets {
    padding: 0 20px;
  }
  .tickets .tickets__container {
    margin: 0 0 -24px;
  }
  .tickets .col {
    padding: 0 0 24px;
  }
  .tickets .col--3 {
    width: 100%;
  }
}

.ticket {
  border-radius: 12px;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  box-shadow: 0 0 20px rgba(154, 170, 207, 0.08);
  background-color: #fff;
}
.ticket .ticket__image {
  margin-bottom: 0;
}
.ticket .ticket__image img {
  width: 100%;
}
.ticket .ticket__bar {
  background: #390739;
  padding: 8px 32px;
  color: #fff;
  text-align: center;
}
.ticket .ticket__content {
  padding: 32px;
}
.ticket .ticket__details ul {
  list-style: none;
  margin-top: 8px;
}
.ticket .ticket__details li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 22px;
}
.ticket .ticket__details li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../images/icons/bullet.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ticket .ticket__details li + li {
  margin-top: 8px;
}
.ticket .ticket__snippet {
  display: none;
}
.ticket .ticket__snippet.active {
  display: block;
}
.ticket .ticket__history {
  font-weight: 700;
  margin-top: 24px;
}
.ticket .ticket__history ul {
  list-style: none;
  display: flex;
}
.ticket .ticket__history li + li {
  margin-left: 40px;
}
.ticket .ticket__history a {
  color: inherit;
}
.ticket .ticket__history a.active {
  text-decoration: underline;
}
.ticket .ticket__list {
  margin-top: 4px;
}
.ticket .ticket__list li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddddde;
}
.ticket .ticket__list li + li {
  margin-top: 0;
}
.ticket .ticket__list strong {
  font-size: 14px;
}
.ticket .ticket__prices {
  display: flex;
  margin-top: 24px;
  color: #444446;
}
.ticket .ticket__price + .ticket__price {
  margin-left: 48px;
}
.ticket .ticket__from {
  display: block;
}
.ticket .ticket__cost {
  display: block;
  font-size: 31px;
  line-height: 41px;
  font-weight: 700;
}
.ticket .ticket__cost sup {
  font-size: 16px;
  line-height: 28px;
  vertical-align: top;
}
.ticket .btn {
  border-radius: 0;
}
@media (max-width: 550px) {
  .ticket .ticket__bar {
    padding: 8px 20px;
  }
  .ticket .ticket__content {
    padding: 32px 20px;
  }
}
@media (max-width: 374px) {
  .ticket .ticket__bar {
    padding: 8px 15px;
  }
  .ticket .ticket__content {
    padding: 25px 15px;
  }
}

.safety {
  margin: 56px 0;
  color: #fff;
  padding: 0 40px;
}
.safety .safety__wrapper {
  max-width: 816px;
  margin: 0 auto;
}
.safety .safety__banner {
  position: relative;
  background: linear-gradient(90deg, #390739 0%, #4f2879 100%);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  padding: 40px;
}
.safety .safety__banner::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #fff;
  opacity: 0.5;
}
.safety .safety__banner.blue {
  background: linear-gradient(90deg, #193f6c 0%, #5597e8 100%);
}
.safety .safety__banner.green {
  background: linear-gradient(90deg, #0e391e 0%, #21693e 100%);
}
.safety .safety__banner.red {
  background: linear-gradient(90deg, #620416 0%, #c92441 100%);
}
.safety .safety__banner.yellow {
  background: linear-gradient(90deg, #be7b06 0%, #ffc336 100%);
}
.safety .safety__box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.safety .safety__box::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed #fff;
  opacity: 0.6;
}
.safety .safety__box::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
  opacity: 0.3;
}
.safety .safety__icon {
  margin-right: 24px;
}
.safety .safety__content {
  position: relative;
}
.safety + .standard {
  margin-top: 56px;
}
@media (max-width: 550px) {
  .safety {
    padding: 0 20px;
  }
  .safety .safety__banner {
    display: block;
    text-align: center;
    padding: 32px;
  }
  .safety .safety__banner h5 {
    margin-bottom: 8px;
  }
  .safety .safety__icon {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 374px) {
  .safety {
    padding: 0 15px;
  }
  .safety .safety__banner {
    padding: 25px 15px;
  }
}

.divider {
  margin: 32px auto;
  padding: 0 40px;
}
.divider .divider__wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.divider .divider__narrow {
  max-width: 816px;
  margin: 0 auto;
}
.divider hr {
  width: 100%;
}
.divider + .tickets,
.divider + .cards {
  margin-top: 40px;
}
@media (max-width: 550px) {
  .divider {
    margin: 24px 0;
    padding: 0 20px;
  }
  .divider + .tabs {
    margin-top: 40px;
  }
}
@media (max-width: 374px) {
  .divider {
    padding: 0 15px;
  }
}

.standard {
  margin: 120px 0;
  padding: 0 40px;
}
.standard.grey {
  background-color: #f3f3f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
.standard.grey + .cards.grey {
  margin: -120px 0;
}
.standard.grey:last-child {
  margin-bottom: 0;
}
.standard .standard__wrapper {
  max-width: 1240px;
  margin: 64px auto;
}
.standard .standard__wrapper:first-child {
  margin-top: 0;
}
.standard .standard__wrapper:last-child {
  margin-bottom: 0;
}
.standard .standard__medium {
  max-width: 1080px;
  margin: 64px auto;
}
.standard .standard__medium:first-child {
  margin-top: 0;
}
.standard .standard__medium:last-child {
  margin-bottom: 0;
}
.standard .standard__medium .standard__container {
  margin: 0 -60px;
}
.standard .standard__medium .standard__container .col {
  padding: 0 60px;
}
.standard .standard__narrow {
  max-width: 816px;
  margin: 64px auto;
}
.standard .standard__narrow:first-child {
  margin-top: 0;
}
.standard .standard__narrow:last-child {
  margin-bottom: 0;
}
.standard .standard__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.standard .standard__container.top {
  align-items: flex-start;
}
.standard .standard__container.middle {
  align-items: center;
}
.standard .standard__container.bottom {
  align-items: flex-end;
}
.standard .standard__container .col {
  padding: 0 32px;
}
.standard .standard__container hr {
  margin: 40px 0;
}
.standard .standard__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.standard .standard__image:first-child {
  margin-top: 0;
}
.standard .standard__image:last-child {
  margin-bottom: 0;
}
.standard .standard__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
}
.standard .standard__video {
  position: relative;
  margin: 64px auto;
}
.standard .standard__video:first-child {
  margin-top: 0;
}
.standard .standard__video:last-child {
  margin-bottom: 0;
}
.standard .standard__actions {
  display: flex;
}
.standard .standard__actions .btn + .btn {
  margin-left: 32px;
}
.standard h3 + p {
  margin-top: 16px;
}
.standard ul {
  margin: 30px 0;
  padding-left: 24px;
}
.standard ul.columns--2 {
  -moz-column-count: 2;
       column-count: 2;
}
.standard ul:first-child {
  margin-top: 0;
}
.standard ul:last-child {
  margin-bottom: 0;
}
.standard ol ol {
  margin-left: 1.5rem;
}
.standard p {
  margin: 30px 0;
}
.standard p:first-child {
  margin-top: 0;
}
.standard p:last-child {
  margin-bottom: 0;
}
.standard hr {
  margin: 56px 0;
  border: 0;
  border-top: 1px solid #c4c4c5;
}
.standard a {
  color: #a61e36;
  text-decoration: underline;
  margin: 0 auto;
}
.standard a:hover {
  text-decoration: none;
}
@media (max-width: 1439px) {
  .standard .standard__container {
    align-items: flex-start;
  }
}
@media (max-width: 1111px) {
  .standard {
    margin: 100px 0;
  }
}
@media (max-width: 992px) {
  .standard .standard__container {
    margin: 0 0 -40px;
  }
  .standard .standard__container .col {
    padding: 0 0 40px;
  }
  .standard .col--2 {
    width: 100%;
  }
}
@media (max-width: 833px) {
  .standard {
    margin: 80px 0;
  }
  .standard hr {
    margin: 40px 0;
  }
}
@media (max-width: 550px) {
  .standard {
    padding: 0 20px;
  }
  .standard.grey {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .standard .standard__wrapper, .standard .standard__narrow {
    margin: 40px auto;
  }
  .standard .standard__video {
    margin: 40px 0;
  }
  .standard .standard__actions {
    flex-wrap: wrap;
  }
  .standard .standard__actions .btn + .btn {
    margin-left: 0;
    margin-top: 16px;
  }
  .standard .btn {
    width: 100%;
  }
  .standard hr {
    margin: 30px 0;
  }
}
@media (max-width: 374px) {
  .standard {
    padding: 0 15px;
  }
  .standard.grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .standard .standard__wrapper, .standard .standard__narrow {
    margin: 30px auto;
  }
  .standard .standard__video {
    margin: 30px 0;
  }
  .standard hr {
    margin: 25px 0;
  }
}

.help {
  margin: 120px 0;
  padding: 0 40px;
}
.help .help__wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.help .help__panel {
  box-shadow: 0 8px 25px rgba(154, 170, 207, 0.1);
  background-color: #fff;
  border-radius: 20px;
  padding: 64px;
}
.help .help__container {
  display: flex;
  margin: 0 -36px;
}
.help .help__social {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.help .help__social li + li {
  margin-left: 25px;
}
.help .help__social i {
  background-color: #444446;
  width: 22px;
  height: 22px;
}
.help .col {
  position: relative;
  padding: 0 36px;
}
.help .col:nth-child(1) {
  width: 444px;
}
.help .col:nth-child(2) {
  width: 360px;
}
.help .col:nth-child(3) {
  width: 380px;
}
.help .col + .col {
  border-left: 1px solid #ddddde;
}
.help p {
  font-size: 14px;
  line-height: 26px;
}
.help p + p {
  margin-top: 8px;
}
.help .btn {
  margin-top: 24px;
}
@media (max-width: 1111px) {
  .help {
    margin: 100px 0;
  }
}
@media (max-width: 833px) {
  .help {
    margin: 80px 0;
  }
  .help .help__panel {
    padding: 40px;
  }
}
@media (max-width: 550px) {
  .help {
    padding: 0 20px;
  }
  .help .help__panel {
    padding: 32px 20px;
  }
  .help .help__container {
    flex-wrap: wrap;
    margin: 0;
  }
  .help .help__social {
    position: relative;
    margin-top: 20px;
  }
  .help .col {
    width: 100% !important;
    padding: 32px 0;
  }
  .help .col + .col {
    border-left: 0;
    border-top: 1px solid #ddddde;
  }
  .help .col:first-child {
    padding-top: 0;
  }
  .help .col:last-child {
    padding-bottom: 0;
  }
  .help .btn {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .help {
    padding: 0 15px;
  }
  .help .help__panel {
    padding: 25px 15px;
  }
  .help .col {
    padding: 25px 0;
  }
}

.tabs {
  margin: 80px 0;
  padding: 0 40px;
}
.tabs .tabs__wrapper {
  max-width: 1150px;
  margin: 0 auto;
}
.tabs .tabs__narrow {
  max-width: 816px;
  margin: 0 auto;
}
.tabs .tabs__bar {
  margin-bottom: 98px;
  text-align: center;
}
.tabs .tabs__bar ul {
  list-style: none;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 25px rgba(154, 170, 207, 0.1);
  border-radius: 20px;
}
.tabs .tabs__bar ul.tabs__count--2 {
  width: 40%;
}
.tabs .tabs__bar li {
  width: 20%;
}
.tabs .tabs__bar li:nth-child(1):nth-last-child(4), .tabs .tabs__bar li:nth-child(2):nth-last-child(3), .tabs .tabs__bar li:nth-child(3):nth-last-child(2), .tabs .tabs__bar li:nth-child(4):nth-last-child(1) {
  width: 25%;
}
.tabs .tabs__bar li:nth-child(1):nth-last-child(2), .tabs .tabs__bar li:nth-child(2):nth-last-child(1) {
  width: 50%;
}
.tabs .tabs__bar li + li {
  border-left: 1px solid #ddddde;
}
.tabs .tabs__bar li:first-child .tab {
  border-radius: 20px 0 0 20px;
}
.tabs .tabs__bar li:last-child .tab {
  border-radius: 0 20px 20px 0;
}
.tabs .tabs__bar .active {
  border-left-color: transparent;
}
.tabs .tabs__bar .active .tab {
  background-color: #50338e;
  color: #fff;
  box-shadow: 0 8px 25px rgba(154, 170, 207, 0.1);
}
.tabs .tabs__bar .active .tab .tab__title {
  font-size: 14px;
}
.tabs .tabs__bar .active .tab .tab__icon img {
  filter: brightness(0) invert(1);
}
.tabs .tabs__bar .active .tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #50338e;
}
.tabs .tabs__bar .active + li {
  border-left-color: transparent;
}
.tabs .tabs__option {
  display: none;
}
.tabs .tabs__option.active {
  display: block;
}
.tabs .tabs__option a {
  color: #a61e36;
}
.tabs .tabs__accordion {
  display: none;
}
.tabs .tabs__accordion.active .tab {
  background-color: #50338e;
  color: #fff;
  box-shadow: 0 8px 25px rgba(154, 170, 207, 0.1);
}
.tabs .tabs__accordion.active .tab .tab__title {
  font-size: 14px;
}
.tabs .tabs__accordion.active .tab .tab__icon img {
  filter: brightness(0) invert(1);
}
.tabs .tabs__accordion.active .tab i {
  background-color: #fff;
  transform: translate3d(0, -50%, 0) rotate(90deg);
}
.tabs .tabs__accordion i {
  position: absolute;
  width: 26px;
  height: 26px;
  right: 20px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(-90deg);
}
.tabs .standard {
  padding-left: 0;
  padding-right: 0;
}
.tabs .standard:first-child {
  margin-top: 0;
}
.tabs .standard:last-child {
  margin-bottom: 0;
}
@media (max-width: 833px) {
  .tabs .tabs__bar {
    display: none;
  }
  .tabs .tabs__option {
    display: block !important;
    box-shadow: 0 8px 25px rgba(154, 170, 207, 0.1);
  }
  .tabs .tabs__option + .tabs__option {
    margin-top: 8px;
  }
  .tabs .tabs__accordion {
    display: block;
  }
  .tabs .tabs__dropdown {
    display: none;
    background-color: #f3f3f6;
    padding: 32px 30px;
  }
  .tabs .tabs__dropdown .standard {
    margin: 0;
  }
}
@media (max-width: 550px) {
  .tabs {
    padding: 0 20px;
  }
  .tabs .tabs__dropdown {
    padding: 32px 20px;
  }
}
@media (max-width: 374px) {
  .tabs {
    padding: 0 15px;
  }
  .tabs .tabs__dropdown {
    padding: 25px 15px;
  }
}

.tab {
  position: relative;
  display: block;
  padding: 35px 14px 22px;
  cursor: pointer;
}
.tab .tab__icon {
  display: block;
}
.tab .tab__title {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 833px) {
  .tab {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #fff;
  }
  .tab .tab__icon {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab .tab__title {
    margin-top: 0;
  }
}

.video .video__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.video .video__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
}
.video .video__container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.video .video__placeholder {
  position: relative;
  transition: 300ms ease-in-out;
}
.video .video__placeholder.hidden {
  opacity: 0;
}
.video .video__placeholder img {
  width: 100%;
}
.video .video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
}
.video .video__caption {
  display: block;
  max-width: 816px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
.video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
}
@media (max-width: 550px) {
  .video .video__caption {
    margin-top: 16px;
  }
}

.video-hero {
  background: #000;
  color: #fff;
  overflow: hidden;
  width: 100%;
}
.video-hero .placeholder {
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  height: 100%;
  width: auto;
}
.video-hero .bg-vid-wrap {
  width: auto;
  padding: 0 !important;
  margin: 0 !important;
  background-color: gray;
  position: relative;
}
.video-hero .big-vid {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.video-hero .big-vid__title {
  font-size: 76px;
  line-height: 92px;
}
.video-hero .big-vid__title.small {
  font-size: 49px;
  line-height: 76px;
}
.video-hero .big-vid__title.english-styling {
  font-family: "Montserrat", sans-serif;
}
.video-hero .big-vid__title:first-child {
  margin-top: 40px;
}
.video-hero .big-vid__subtitle {
  font-size: 25px;
  line-height: 46px;
  font-weight: 500;
  margin: 32px 0;
}
.video-hero .big-vid__subtitle:last-child {
  margin-bottom: 0;
}
.video-hero .big-vid__actions {
  z-index: 2;
}
.video-hero .big-vid__notice {
  padding: 20px;
  position: relative;
  background-color: #390739;
  text-align: center;
  z-index: 2;
}
.video-hero .big-vid__notice p {
  font-size: 14px;
  line-height: 26px;
  max-width: 1240px;
  margin: 0 auto;
}
.video-hero .big-vid__notice.blue {
  background-color: #005789;
}
.video-hero .big-vid__notice.red {
  background-color: #a61e36;
}
.video-hero .over-video {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 25px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}
.video-hero .over-video.narrow {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 40px;
}
.video-hero .over-video svg {
  fill: #fff;
  margin: -10px 0 0;
  width: 140px;
  z-index: 10;
}
.video-hero .over-video h1 {
  margin: 0 auto 15px;
  max-width: 650px;
  z-index: 2;
}
.video-hero .over-video .subtitle {
  z-index: 2;
}
.video-hero .over-video .buy-tickets {
  width: 100%;
}
.video-hero .over-video .buy-tickets a {
  font-size: 21px;
  line-height: 24px;
  padding: 16px 20px;
}
.video-hero .over-video .buy-tickets a::before {
  left: -15px;
}
.video-hero .over-video .buy-tickets a::after {
  right: -15px;
}
.video-hero .over-video .buy-tickets div {
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  padding-top: 12px;
  position: relative;
  width: 100%;
}
.video-hero .over-video .buy-tickets div::before {
  border-top: 1px solid #fff;
  content: "";
  height: 1px;
  left: calc((100% - 190px) / 2);
  position: absolute;
  top: 0;
  width: 190px;
}
.video-hero + .intro,
.video-hero + .experience {
  margin-top: 120px;
}
@media (max-width: 1111px) {
  .video-hero + .intro,
  .video-hero + .experience {
    margin-top: 100px;
  }
}

@media (max-width: 1280px) {
  .video-hero .bg-vid-wrap {
    height: 667px;
  }
  .video-hero .big-vid__title {
    font-size: 68px;
  }
}
@media (max-width: 720px) {
  .video-hero {
    padding-top: 72px;
  }
  .video-hero .bg-vid-wrap {
    height: 467px;
  }
  .video-hero .big-vid__title {
    font-size: 60px;
  }
}
@media (max-width: 599px) {
  .video-hero .over-video.narrow {
    padding: 0 20px;
  }
  .video-hero + .intro,
  .video-hero + .experience {
    margin-top: 80px;
  }
  .video-hero .big-vid__logo {
    margin-bottom: 40px;
  }
  .video-hero .big-vid__title {
    font-size: 37px !important;
    line-height: 45px !important;
  }
  .video-hero .big-vid__title:first-child {
    margin-top: 33px;
  }
  .video-hero .big-vid__subtitle {
    font-size: 19px;
    line-height: 30px;
    max-width: 300px;
    margin: 8px auto 24px;
  }
  .video-hero .big-vid__actions {
    width: 100%;
  }
  .video-hero .big-vid__actions .btn {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .hero.narrow {
    padding: 0 15px;
  }
  .big-vid__logo {
    margin-bottom: 30px;
  }
  .video-hero + .intro,
  .video-hero + .experience {
    margin-top: 60px;
  }
}
body:not(.desktop-menu-visible) .buy-tickets {
  z-index: 9;
}

@media (min-width: 768px) {
  .video-hero .placeholder.tablet {
    display: block;
  }
  .video-hero .placeholder.mobile {
    display: none;
  }
}
/*if there is 992  pixels or more, then display the video but hide the image*/
@media (min-width: 1024px) {
  .video-hero .bg-vid-wrap {
    padding: 0;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  .video-hero .big-vid {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) and (min-aspect-ratio: 16/9) {
  .video-hero .big-vid .big-vid {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) and (max-aspect-ratio: 16/9) {
  .video-hero .big-vid .big-vid {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .video-hero .big-vid {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  @supports (-ms-ime-align: auto) {
    .video-hero .big-vid {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
  .video-hero .placeholder.tablet {
    display: none;
  }
  .video-hero .over-video {
    margin-top: 30px;
  }
  .video-hero .over-video h1 {
    max-width: 1000px;
  }
}
@media (min-width: 1280px) {
  .video-hero .bg-vid-wrap {
    height: 720px;
  }
}
@media (min-width: 1440px) {
  .video-hero .bg-vid-wrap {
    height: 810px;
  }
}
@media (min-width: 1920px) {
  .video-hero .bg-vid-wrap {
    height: 1080px;
  }
}
html[lang=de] .video-hero .over-video h1 {
  max-width: 1200px;
}

.form {
  padding: 40px 24px;
  box-shadow: 0 8px 25px rgba(154, 170, 207, 0.1);
  border-radius: 12px;
  background-color: #fff;
}
.form .form__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -24px;
}
.form .form__container .col {
  padding: 0 12px 24px;
}
.form .form__actions {
  margin-top: 40px;
}
.form .form__actions--after {
  margin-bottom: 40px;
}
.form .form__message {
  padding: 0 12px 24px;
  text-align: center;
}
.form .form__success {
  color: #50338e;
  padding-bottom: 0;
}
.form .form__error {
  color: #ff3838;
}
@media (max-width: 550px) {
  .form .col--2 {
    width: 100%;
  }
}

.field {
  position: relative;
}
.field .field__label {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #50338e;
  margin-bottom: 10px;
}
.field .field__error {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #ff3838;
  margin-top: 10px;
}
.field input,
.field textarea {
  display: block;
  width: 100%;
  padding: 16px;
  border: 1px solid #aaaaac;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #2b2b2c;
}
.field input:focus, .field input:active,
.field textarea:focus,
.field textarea:active {
  border-color: #50338e;
}
.field input::-webkit-input-placeholder, .field textarea::-webkit-input-placeholder {
  color: #909093;
}

.field input:-moz-placeholder, .field textarea:-moz-placeholder {
  color: #909093;
}

.field input::-moz-placeholder, .field textarea::-moz-placeholder {
  color: #909093;
}

.field input:-ms-input-placeholder, .field textarea:-ms-input-placeholder {
  color: #909093;
}

.field.is-error input,
.field.is-error textarea {
  border-color: #ff3838;
}
.field.active {
  z-index: 1;
}

.checkbox {
  font-size: 14px;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
}
.checkbox .checkbox__wrapper {
  position: relative;
  width: 26px;
  height: 26px;
}
.checkbox .checkbox__wrapper input {
  display: none;
}
.checkbox .checkbox__wrapper input:checked + label {
  background-color: #50338e;
  border-color: #50338e;
}
.checkbox .checkbox__wrapper input:checked + label::after {
  opacity: 1;
}
.checkbox .checkbox__wrapper label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c4c4c5;
  border-radius: 3px;
}
.checkbox .checkbox__wrapper label::after {
  content: "";
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-image: url("../images/icons/check.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.checkbox .checkbox__label {
  max-width: calc(100% - 26px);
  padding-left: 16px;
}
.checkbox.is-error .checkbox__wrapper label {
  border-color: #ff3838;
}
.checkbox.is-error .checkbox__label {
  color: #ff3838;
}

.select {
  position: relative;
  cursor: pointer;
}
.select .select__selected {
  display: block;
  width: 100%;
  padding: 16px;
  border: 1px solid #aaaaac;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #50338e;
}
.select .select__selected::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(-90deg);
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../images/icons/arrow.svg");
          mask-image: url("../images/icons/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #50338e;
}
.select .select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #50338e;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  color: #50338e;
  overflow: hidden;
  z-index: 1;
}
.select .select__dropdown span {
  position: relative;
  display: block;
  padding: 16px;
}
.select .select__dropdown span:hover {
  background-color: #50338e;
  color: #fff;
}
.select.selected .select__selected {
  color: #2b2b2c;
}
.select.active .select__selected {
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  border-color: #50338e;
}
.select.active .select__selected::after {
  transform: translate3d(0, -50%, 0) rotate(90deg);
}
.select.active .select__dropdown {
  display: block;
}
.select select {
  display: none;
}

.logos {
  margin: 120px 0;
  padding: 0 40px;
}
.logos .logos__wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.logos .logos__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px -32px;
}
.logos .logos__actions {
  margin-top: 72px;
  border-bottom: 4px solid #ddddde;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}
.logos .logos__actions a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  width: 308px;
  transition: 200ms ease-in-out;
}
.logos .logos__actions a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #50338e;
  height: 4px;
}
.logos .logos__actions a:hover {
  width: 100%;
}
.logos .col {
  padding: 0 16px 32px;
}
.logos .hidden {
  display: none;
}
@media (max-width: 1111px) {
  .logos {
    margin: 100px 0;
  }
  .logos .col--4 {
    width: 33.3333333333%;
  }
}
@media (max-width: 833px) {
  .logos {
    margin: 80px 0;
  }
}
@media (max-width: 550px) {
  .logos {
    margin: 40px 0;
    padding: 0 20px;
  }
  .logos .col {
    padding: 0 8px 16px;
  }
  .logos .col--4 {
    width: 50%;
  }
}

.logo {
  display: block;
  color: inherit;
}
.logo .logo__image {
  position: relative;
  height: 200px;
  background-color: #fff;
  box-shadow: 0 8px 25px rgba(154, 170, 207, 0.1);
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.logo .logo__image img {
  max-height: 100%;
  width: auto;
}
.logo .logo__title {
  position: relative;
  padding-left: 48px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 26px;
}
.logo .logo__title i {
  position: absolute;
  left: 16px;
  top: 0;
  height: 26px;
}
@media (max-width: 550px) {
  .logo .logo__image {
    height: 110px;
    border-radius: 5px;
    margin-bottom: 0;
  }
  .logo .logo__title {
    display: none;
  }
}

.accordions {
  margin: 120px 0;
  padding: 0 40px;
}
.accordions .accordions__wrapper {
  max-width: 1028px;
  margin: 0 auto;
}
.accordions .accordions__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.accordions .accordions__header a {
  transition: 200ms ease-in-out;
}
.accordions .accordions__header a:hover {
  color: #a61e36;
}
.accordions .accordions__panel {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(154, 170, 207, 0.1);
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 56px;
}
.accordions .accordions__panel:last-child {
  margin-bottom: 0;
}
@media (max-width: 1111px) {
  .accordions {
    margin: 100px 0;
  }
}
@media (max-width: 833px) {
  .accordions {
    margin: 80px 0;
  }
  .accordions .accordions__panel {
    box-shadow: none;
    border-radius: 0;
  }
}
@media (max-width: 550px) {
  .accordions {
    padding: 0 20px;
  }
  .accordions .accordions__header {
    display: block;
    border-bottom: 1px solid #c4c4c5;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
  .accordions .accordions__link {
    display: none;
  }
  .accordions .accordions__panel {
    box-shadow: none;
    border-radius: 0;
  }
}

.accordion:last-child .accordion__title {
  border: 0;
}
.accordion .accordion__title {
  position: relative;
  padding: 16px 80px 16px 40px;
  border-bottom: 1px solid #ddddde;
  cursor: pointer;
}
.accordion .accordion__title i {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate3d(0, -50%, 0) scaleX(-1);
}
.accordion .accordion__title h5 {
  font-weight: 400;
}
.accordion .accordion__content {
  display: none;
  background: #f3f3f6;
  padding: 60px 40px;
}
.accordion .accordion__content p {
  margin: 30px 0;
}
.accordion .accordion__content p:first-child {
  margin-top: 0;
}
.accordion .accordion__content p:last-child {
  margin-bottom: 0;
}
.accordion .accordion__content p a {
  color: #a61e36;
  text-decoration: underline;
}
.accordion .accordion__content p a:hover {
  text-decoration: none;
}
.accordion.active .accordion__title {
  color: #fff;
  background-color: #50338e;
  font-weight: 700;
}
.accordion.active .accordion__title i {
  background-color: #fff;
  transform: translate3d(0, -50%, 0) rotate(-90deg);
}
@media (max-width: 833px) {
  .accordion {
    box-shadow: 0 8px 25px rgba(154, 170, 207, 0.1);
  }
  .accordion .accordion__title {
    padding: 16px 30px;
    padding-right: 70px;
    border: 0;
  }
  .accordion .accordion__title i {
    right: 30px;
  }
  .accordion .accordion__content {
    padding: 32px 30px;
  }
  .accordion + .accordion {
    margin-top: 8px;
  }
}
@media (max-width: 550px) {
  .accordion .accordion__title {
    padding: 16px;
    padding-right: 50px;
  }
  .accordion .accordion__title i {
    width: 26px;
    height: 26px;
    right: 20px;
    transform: translate3d(0, -50%, 0) rotate(-90deg);
  }
  .accordion .accordion__content {
    padding: 32px 20px;
  }
  .accordion + .accordion {
    margin-top: 8px;
  }
  .accordion.active .accordion__title i {
    transform: translate3d(0, -50%, 0) rotate(90deg);
  }
}
@media (max-width: 374px) {
  .accordion .accordion__title i {
    right: 15px;
  }
  .accordion .accordion__content {
    padding: 25px 15px;
  }
}

.information {
  margin: 120px 0;
  background-color: #f3f3f6;
  padding: 80px 40px;
}
.information .information__wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.information .information__container {
  margin: 0 -16px -32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.information .information__title {
  margin-bottom: 64px;
}
.information .information__panel {
  display: flex;
  align-items: center;
}
.information .information__image {
  width: 180px;
  overflow: hidden;
  border-radius: 10px;
}
.information .information__subtitle {
  margin-bottom: 16px;
}
.information .information__snippet {
  max-width: calc(100% - 180px);
  padding-left: 45px;
}
.information .col {
  padding: 0 16px 32px;
}
@media (max-width: 1111px) {
  .information {
    margin: 100px 0;
  }
}
@media (max-width: 1023px) {
  .information .col--2 {
    width: 100%;
  }
}
@media (max-width: 833px) {
  .information {
    margin: 80px 0;
  }
}
@media (max-width: 550px) {
  .information {
    margin: 80px 0;
    padding: 40px 20px;
  }
  .information .information__title {
    margin-bottom: 32px;
  }
  .information .information__panel {
    flex-wrap: wrap;
  }
  .information .information__image {
    width: 100%;
    max-width: none;
    margin-bottom: 32px;
  }
  .information .information__image img {
    width: 100%;
  }
  .information .information__snippet {
    width: 100%;
    padding-left: 0;
    max-width: none;
  }
}
@media (max-width: 374px) {
  .information {
    margin: 60px 0;
    padding: 30px 15px;
  }
}

.search {
  margin-bottom: 120px;
}
.search .search__panel {
  background-color: #390739;
  padding: 64px 40px 48px;
  text-align: center;
  color: #fff;
  margin-bottom: 120px;
}
.search .search__wrapper {
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}
.search .search__container {
  display: flex;
  flex-wrap: wrap;
  margin: -36px -28px;
  overflow: hidden;
}
.search .search__bar {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  color: #2b2b2c;
  border-radius: 5px;
  overflow: hidden;
}
.search .search__bar input[type=text] {
  width: 740px;
  border-radius: 0;
  border: 0;
  padding: 16px;
  line-height: 28px;
}
.search .search__bar .btn {
  border-radius: 0;
}
.search .search__results {
  margin-top: 120px;
  padding: 0 40px;
}
.search .search__title {
  color: #a61e36;
  font-size: 25px;
  font-weight: 400;
}
.search .search__no-results {
  text-align: center;
}
.search .search__excerpt {
  margin: 32px 0;
}
.search .search__excerpt p {
  margin: 24px 0;
}
.search .col {
  padding: 36px 28px;
}
.search .col:nth-child(n+4) {
  border-top: 1px solid #ddddde;
}
@media (max-width: 1111px) {
  .search {
    margin-bottom: 100px;
  }
  .search .search__panel {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .search .col:nth-child(n+3) {
    border-top: 1px solid #ddddde;
  }
  .search .col--3 {
    width: 50%;
  }
}
@media (max-width: 833px) {
  .search {
    margin-bottom: 80px;
  }
  .search .search__panel {
    margin-bottom: 80px;
  }
}
@media (max-width: 550px) {
  .search .search__panel {
    padding: 40px 20px;
    margin-bottom: 60px;
  }
  .search .search__results {
    padding: 0 20px;
  }
  .search .search__container {
    margin: 0 0 -24px;
  }
  .search .search__result {
    box-shadow: 0 8px 25px rgba(154, 170, 207, 0.1);
    border-radius: 12px;
    background-color: #fff;
    padding: 32px 20px;
  }
  .search .search__excerpt {
    margin: 16px 0;
  }
  .search .search__excerpt p {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #ddddde;
  }
  .search .col {
    border-top: 0 !important;
    padding: 0 0 24px;
  }
  .search .col--3 {
    width: 100%;
  }
}
@media (max-width: 413px) {
  .search .search__bar {
    display: block;
  }
  .search .search__bar input {
    width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .search .search__panel {
    padding: 30px 15px;
    margin-bottom: 40px;
  }
  .search .search__results {
    padding: 0 15px;
  }
  .search .search__result {
    padding: 25px 15px;
  }
}

.calendar {
  margin: 120px 0;
  padding: 0 40px;
}
.calendar .calendar__wrapper {
  max-width: 1028px;
  margin: 0 auto;
}
.calendar .calendar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar .calendar__title {
  display: flex;
  align-items: center;
}
.calendar .calendar__title i {
  margin-left: 14px;
}
.calendar .calendar__controls {
  display: flex;
}
.calendar .calendar__next {
  cursor: pointer;
}
.calendar .calendar__prev {
  cursor: pointer;
  margin-right: 5px;
}
.calendar .calendar__weekdays {
  display: flex;
  list-style: none;
  text-align: center;
  color: #50338e;
  margin: 40px 0 32px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}
.calendar .calendar__weekdays li {
  width: 14.2857142857%;
}
.calendar .calendar__panel {
  box-shadow: 0 8px 25px rgba(154, 170, 207, 0.1);
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}
.calendar .calendar__days {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -1px;
}
.calendar .calendar__days > li {
  position: relative;
  width: 14.2857142857%;
  color: #444446;
  padding-bottom: 14.2857142857%;
  border-top: 1px solid #ddddde;
  border-left: 1px solid #ddddde;
}
.calendar .calendar__days > li:nth-child(-n+7) {
  border-top: 0;
}
.calendar .calendar__days > li.ignore {
  color: #c4c4c5;
}
.calendar .calendar__days > li.active {
  background-color: #50338e;
  color: #fff;
  cursor: pointer;
}
.calendar .calendar__days > li.active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  width: 25px;
  height: 25px;
  background-color: #50338e;
  z-index: 1;
}
.calendar .calendar__days > li.past {
  background-color: #f7f7f7;
}
.calendar .calendar__days > li > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 31px;
  line-height: 56px;
  font-weight: 700;
}
.calendar .calendar__days .calendar__popup {
  display: flex;
}
.calendar .calendar__popup {
  display: none;
  padding: 80px 106px;
  justify-content: space-between;
  background-color: #f3f3f6;
  width: 100%;
  border-top: 1px solid #ddddde;
}
.calendar .calendar__popup h4 {
  margin-bottom: 24px;
}
.calendar .calendar__popup .btn {
  margin-top: 24px;
}
.calendar .calendar__times {
  width: 392px;
}
.calendar .calendar__times ul {
  list-style: none;
}
.calendar .calendar__times li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #ddddde;
  width: 100%;
}
.calendar .calendar__closed {
  border-bottom: 3px solid #a61e36;
  border-top: 3px solid #a61e36;
  color: #a61e36;
  text-transform: uppercase;
}
.calendar .calendar__event {
  width: 286px;
}
@media (max-width: 1111px) {
  .calendar {
    margin: 100px 0;
  }
}
@media (max-width: 1024px) {
  .calendar .calendar__popup {
    padding: 32px 32px;
  }
  .calendar .calendar__times, .calendar .calendar__event {
    width: 45%;
  }
}
@media (max-width: 833px) {
  .calendar {
    margin: 80px 0;
  }
  .calendar .calendar__weekdays {
    font-size: 0.8rem;
    margin: 20px 0 10px;
  }
}
@media (max-width: 600px) {
  .calendar {
    padding: 0 20px;
  }
  .calendar .calendar__header {
    position: relative;
    justify-content: center;
  }
  .calendar .calendar__controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    justify-content: space-between;
  }
  .calendar .calendar__weekdays {
    font-size: 0.7rem;
    margin: 20px 0 0;
  }
  .calendar .calendar__weekdays li {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .calendar .calendar__days > li > span {
    font-size: 17px;
    line-height: 28px;
  }
  .calendar .calendar__days > li.active::after {
    width: 10px;
    height: 10px;
  }
  .calendar .calendar__days .calendar__popup {
    display: block;
  }
  .calendar .calendar__popup {
    padding: 32px 20px;
  }
  .calendar .calendar__times {
    width: 100%;
  }
  .calendar .calendar__event {
    width: 100%;
    margin-top: 32px;
  }
}
@media (max-width: 374px) {
  .calendar {
    padding: 0 15px;
  }
}

.lightbox {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: transparent;
  border: 0;
}
.lightbox .lightbox__close {
  position: absolute;
  top: 30px;
  right: 30px;
  line-height: 16px;
  cursor: pointer;
}
.lightbox .lightbox__counter {
  position: absolute;
  top: 30px;
  left: 30px;
  line-height: 16px;
  color: #fff;
}
.lightbox .lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.lightbox .lightbox__image {
  position: absolute;
  top: 72px;
  left: 72px;
  right: 72px;
  bottom: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox .lightbox__image img {
  max-width: 100%;
  max-height: 100%;
}
.lightbox .lightbox__next, .lightbox .lightbox__prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.lightbox .lightbox__next i, .lightbox .lightbox__prev i {
  width: 14px;
  height: 24px;
  background-color: #fff;
}
.lightbox .lightbox__prev {
  left: 36px;
  transform: translate3d(-50%, -50%, 0) scaleX(-1);
}
.lightbox .lightbox__next {
  right: 36px;
  transform: translate3d(50%, -50%, 0);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 99;
  border: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  visibility: hidden;
}
.popup.active {
  visibility: visible;
}
.popup.active .popup__panel {
  left: 0;
}
.popup.active .popup__overlay {
  opacity: 1;
}
.popup .popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 300ms ease-in-out;
}
.popup .popup__panel {
  position: absolute;
  top: 0;
  left: -580px;
  bottom: 0;
  background-color: #fff;
  width: 580px;
  max-width: 100%;
  transition: 300ms ease-in-out;
  padding: 100px 40px;
  overflow: auto;
}
.popup .popup__panel::before {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  top: 35px;
  border-top: 1px solid #2b2b2c;
}
.popup .popup__close {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 70px;
  height: 70px;
}
.popup .popup__close::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  right: -24px;
  bottom: 0;
  background-color: #fff;
  z-index: 0;
}
.popup .popup__close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a61e36;
  z-index: 1;
}
.popup .popup__close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  z-index: 2;
}
.popup .popup__content {
  position: relative;
  min-height: 100%;
  padding-bottom: 64px;
}
.popup .popup__content h5 {
  margin-bottom: 8px;
}
.popup .popup__content h5 + p {
  margin-top: 8px;
}
.popup .popup__content h4 {
  margin-bottom: 24px;
}
.popup .popup__content ul {
  margin: 30px 0;
  padding-left: 24px;
}
.popup .popup__content ul.columns--2 {
  -moz-column-count: 2;
       column-count: 2;
}
.popup .popup__content ul:first-child {
  margin-top: 0;
}
.popup .popup__content ul:last-child {
  margin-bottom: 0;
}
.popup .popup__content p {
  clear: left;
  margin: 30px 0;
}
.popup .popup__content p:first-child {
  margin-top: 0;
}
.popup .popup__content p:last-child {
  margin-bottom: 0;
}
.popup .popup__content hr {
  border: 0;
  border-top: 1px solid #ddddde;
  margin: 32px 0;
}
.popup .popup__content .icon--divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.popup .popup__image {
  border-radius: 10px;
  float: left;
  overflow: hidden;
  margin: 24px 0;
}
.popup .popup__actions {
  margin-top: 32px;
}
.popup .popup__actions .btn + .btn {
  margin-top: 16px;
}
.popup .popup__pricing {
  display: flex;
  align-items: flex-end;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddddde;
}
.popup .popup__pricing:last-child {
  margin-bottom: 0;
}
.popup .popup__pricing h6 {
  width: 50%;
}
.popup .popup__pricing p {
  margin: 0;
  text-align: right;
}
.popup .popup__prices {
  width: 50%;
}
@media (max-width: 599px) {
  .popup .popup__close {
    width: 60px;
    height: 60px;
  }
  .popup .popup__close::before {
    left: -20px;
    right: -20px;
  }
}
@media (max-width: 550px) {
  .popup .popup__panel {
    padding: 80px 20px;
  }
  .popup .popup__panel::before {
    top: 30px;
    left: 20px;
    right: 20px;
  }
}

._404 {
  position: relative;
  height: 100vh;
  max-height: 900px;
  min-height: 600px;
  text-align: center;
  color: #fff;
  padding: 0 40px;
}
._404 ._404__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
._404 ._404__title {
  font-size: 89px;
  line-height: 92px;
}
._404 ._404__subtitle {
  line-height: 56px;
  font-weight: 400;
  margin: 24px 0 0;
}
._404 ._404__wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 625px;
  transform: translate3d(0, -50%, 0);
  margin-top: 40px;
}
@media (max-width: 550px) {
  ._404 {
    padding: 0 20px;
  }
}
@media (max-width: 374px) {
  ._404 {
    padding: 0 15px;
  }
}

.customize-support .navigation,
.customize-support .menu,
.customize-support .lightbox,
.customize-support .popup {
  top: 32px;
}
@media (max-width: 782px) {
  .customize-support .navigation,
  .customize-support .menu,
  .customize-support .lightbox,
  .customize-support .popup {
    top: 46px;
  }
}
.customize-support .hero {
  height: calc(100vh - 32px);
}
.customize-support .hero.short {
  min-height: 480px;
  height: calc(100vh - 257px);
}
@media (max-width: 782px) {
  .customize-support .hero {
    height: calc(100vh - 46px);
  }
}

.animation {
  position: relative;
}
.animation--chevron {
  width: 40px;
  height: 40px;
}
.animation--chevron::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #444446;
}
@media (hover: hover) {
  .animation--chevron::before {
    transition: 300ms ease-out;
  }
}
.animation--chevron::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #50338e;
}
@media (hover: hover) {
  .animation--chevron::after {
    transition: 300ms ease-out;
  }
}
.animation .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-30%, -50%, 0);
  z-index: 1;
}
@media (hover: hover) {
  .animation .icon {
    transition: 300ms ease-out;
  }
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=main-jp.css.map */