@import url(https://fonts.googleapis.com/css2?family=Aoboshi+One&display=swap);
/**
 * Breakpoints
 * WordPress Breakpoints: 782px 600px
 * Other Breakpoints: 1280px 960px 425px
 * Example usage:
 *
 *   .container {
 *     flex-direction: column;
 *     @include above(782px) {
 *       flex-direction: row;
 *     }
 *   }
 *
 */
@font-face {
  font-family: "Cera Bold";
  src: url("https://canto.bgn.dev/wp-content/themes/enfold-child/bgn/dist/fonts/Cera-Bold.woff2") format("woff2"), url("https://canto.bgn.dev/wp-content/themes/enfold-child/bgn/dist/fonts/Cera-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#header_main {
  background: #f2f0e8;
}
.page-template-template-christmas #header_main {
  background: #f2f0e8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.175);
}

.mhdl-christmas {
  background: #F3F0E8;
  font-family: "Cera Bold", Arial, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  overflow: hidden;
}
.mhdl-christmas .image-overlay {
  display: none !important;
}

.mhdl-christmas-section {
  display: none;
}
[data-current-step=start] .mhdl-christmas-section[data-show-on=start] {
  display: block;
}
[data-current-step=manchester] .mhdl-christmas-section[data-show-on=manchester] {
  display: block;
}
[data-current-step=liverpool] .mhdl-christmas-section[data-show-on=liverpool] {
  display: block;
}

@media (min-width: 960px) {
  .decoration {
    opacity: 0;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

ol, ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

details > summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

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

textarea {
  resize: vertical;
}

select {
  display: block;
}

.mhdl-christmas-banner {
  display: none;
  position: relative;
  padding: 125px 0;
}
[data-active-step=start] .mhdl-christmas-banner {
  display: block;
}
@media (min-width: 1400px) {
  .mhdl-christmas-banner {
    padding: 250px 0;
  }
}
.mhdl-christmas-banner .inner {
  max-width: 480px;
  width: calc(100% - 48px);
  margin: 0 auto;
}
@media (min-width: 960px) {
  .mhdl-christmas-banner .inner {
    max-width: 740px;
  }
}
@media (min-width: 1400px) {
  .mhdl-christmas-banner .inner {
    max-width: 1400px;
  }
}
.mhdl-christmas-banner h1 {
  font-family: "Aoboshi One", serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 42px;
  text-align: center;
  color: #0C0C0C;
}
@media (min-width: 960px) {
  .mhdl-christmas-banner h1 {
    font-size: 72px;
    opacity: 0;
  }
  .mhdl-christmas-banner h1 .line {
    overflow: hidden;
  }
  .mhdl-christmas-banner h1 .line-inner {
    opacity: 0;
    display: block;
  }
}
@media (min-width: 1400px) {
  .mhdl-christmas-banner h1 {
    font-size: 134px;
  }
}
.mhdl-christmas-banner .scroll-down {
  font-family: "Cera Bold", Arial, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.mhdl-christmas-banner .arrow {
  display: none;
}
@media (min-width: 1400px) {
  .mhdl-christmas-banner .arrow {
    position: absolute;
    bottom: 50px;
    width: 6px;
    height: auto;
    left: calc(50% - 3px);
    display: block;
  }
}
.mhdl-christmas-banner .decoration {
  position: absolute;
  height: auto;
  display: block;
}
.mhdl-christmas-banner .decoration.holly-01 {
  width: 397px;
  bottom: 10px;
  right: calc(50% + 220px);
  transform: rotate(36deg);
}
@media (min-width: 960px) {
  .mhdl-christmas-banner .decoration.holly-01 {
    right: calc(50% + 325px);
  }
}
@media (min-width: 1400px) {
  .mhdl-christmas-banner .decoration.holly-01 {
    width: 794px;
    bottom: 20px;
    right: calc(50% + 650px);
  }
}
.mhdl-christmas-banner .decoration.holly-02 {
  width: 360px;
  top: -265px;
  left: calc(50% - 48px);
  transform: rotate(-27deg);
}
@media (min-width: 1400px) {
  .mhdl-christmas-banner .decoration.holly-02 {
    top: -530px;
    width: 720px;
    left: calc(50% - 24px);
  }
}
.mhdl-christmas-banner .decoration.holly-03 {
  width: 196px;
  bottom: 20px;
  left: calc(50% + 200px);
}
@media (min-width: 960px) {
  .mhdl-christmas-banner .decoration.holly-03 {
    left: calc(50% + 350px);
    bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .mhdl-christmas-banner .decoration.holly-03 {
    width: 392px;
    bottom: 200px;
    left: calc(50% + 700px);
  }
}
.mhdl-christmas-banner .decoration.bauble {
  width: 97px;
}
@media (min-width: 1400px) {
  .mhdl-christmas-banner .decoration.bauble {
    width: 194px;
  }
}
.mhdl-christmas-banner .decoration.bauble-01 {
  top: -22.5px;
  right: calc(50% + 85px);
  transform: rotate(136deg);
}
@media (min-width: 1400px) {
  .mhdl-christmas-banner .decoration.bauble-01 {
    top: -45px;
    right: calc(50% + 170px);
  }
}
.mhdl-christmas-banner .decoration.bauble-02 {
  bottom: 45px;
  right: calc(50% + 120px);
  transform: rotate(36deg);
}
@media (min-width: 960px) {
  .mhdl-christmas-banner .decoration.bauble-02 {
    right: calc(50% + 180px);
  }
}
@media (min-width: 1400px) {
  .mhdl-christmas-banner .decoration.bauble-02 {
    bottom: 90px;
    right: calc(50% + 360px);
  }
}
.mhdl-christmas-banner .decoration.bauble-03 {
  top: 60px;
  left: calc(50% + 220px);
  transform: rotate(18deg);
}
@media (min-width: 960px) {
  .mhdl-christmas-banner .decoration.bauble-03 {
    left: calc(50% + 320px);
  }
}
@media (min-width: 1400px) {
  .mhdl-christmas-banner .decoration.bauble-03 {
    top: 120px;
    left: calc(50% + 590px);
  }
}
.mhdl-christmas-banner .decoration.bauble-04 {
  bottom: 30px;
  left: calc(50% + 100px);
  transform: rotate(-23deg);
}
@media (min-width: 1400px) {
  .mhdl-christmas-banner .decoration.bauble-04 {
    bottom: 60px;
    left: calc(50% + 200px);
  }
}

.mhdl-christmas-location-about {
  position: relative;
  padding: 190px 0 140px;
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about {
    padding: 380px 0 240px;
  }
}
.mhdl-christmas-location-about .inner {
  color: #0C0C0C;
  text-align: center;
  margin: 0 auto;
  width: calc(100% - 48px);
}
.mhdl-christmas-location-about .line {
  display: none;
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .line {
    position: absolute;
    top: 120px;
    width: 6px;
    left: calc(50% - 3px);
    height: auto;
    display: block;
  }
}
.mhdl-christmas-location-about .kicker {
  font-family: "Cera Bold", Arial, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin: 0 auto 30px;
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .kicker {
    margin: 0 auto 60px;
  }
}
.mhdl-christmas-location-about .canto-heading {
  font-family: "Aoboshi One", serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 36px;
  color: #0F418C;
  margin: 0 auto;
  max-width: 740px;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-about .canto-heading {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .canto-heading {
    font-size: 63px;
    max-width: 1280px;
  }
}
.mhdl-christmas-location-about .elgato-heading {
  font-family: "Aoboshi One", serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 42px;
  margin: 0 auto;
  max-width: 740px;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-about .elgato-heading {
    font-size: 56px;
  }
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .elgato-heading {
    font-size: 88px;
    max-width: 1160px;
  }
}
.mhdl-christmas-location-about p {
  line-height: 1.4;
  font-size: 16px;
  max-width: 690px;
  margin: 20px auto 0;
}
.mhdl-christmas-location-about p:nth-of-type(1) {
  margin: 30px auto 0;
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about p:nth-of-type(1) {
    margin: 60px auto 0;
  }
}
.mhdl-christmas-location-about p strong {
  font-weight: bold;
}
.mhdl-christmas-location-about .button {
  font-family: "Cera Bold", Arial, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  padding: 14px 28px;
  background: #0F418C;
  color: #FFFFFF;
  margin: 30px 0 0;
  display: inline-block;
  transition: background 0.3s;
}
.mhdl-christmas-location-about .button:hover {
  background: #1456ba;
}
.mhdl-christmas-location-about .decoration {
  position: absolute;
  height: auto;
  display: block;
}
.mhdl-christmas-location-about .decoration.bauble {
  width: 97px;
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .decoration.bauble {
    width: 194px;
  }
}
.mhdl-christmas-location-about .decoration.bauble-01 {
  top: 20px;
  left: calc(50% + 92px);
  transform: rotate(-23deg);
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .decoration.bauble-01 {
    left: calc(50% + 185px);
  }
}
.mhdl-christmas-location-about .decoration.bauble-02 {
  bottom: 100px;
  right: calc(50% + 360px);
  transform: rotate(38deg);
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .decoration.bauble-02 {
    bottom: 300px;
    right: calc(50% + 650px);
  }
}
.mhdl-christmas-location-about .decoration.bauble-03 {
  bottom: 10px;
  right: calc(50% + 100px);
  transform: rotate(18deg);
}
@media (min-width: 960px) {
  .mhdl-christmas-location-about .decoration.bauble-03 {
    right: auto;
    left: calc(50% + 290px);
  }
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .decoration.bauble-03 {
    bottom: 90px;
    left: calc(50% + 580px);
  }
}
.mhdl-christmas-location-about .decoration.blue-graphic-01 {
  display: none;
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .decoration.blue-graphic-01 {
    display: block;
    transform: rotate(-5deg);
    top: 145px;
    right: calc(50% + 290px);
    width: 180px;
  }
}
.mhdl-christmas-location-about .decoration.blue-graphic-02 {
  width: 110px;
  top: 20px;
  left: calc(50% + 92px);
  transform: rotate(-29deg);
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .decoration.blue-graphic-02 {
    left: calc(50% + 185px);
    width: 220px;
  }
}
.mhdl-christmas-location-about .decoration.blue-graphic-03 {
  width: 135px;
  bottom: 100px;
  right: calc(50% + 360px);
  transform: rotate(10deg);
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .decoration.blue-graphic-03 {
    bottom: 300px;
    right: calc(50% + 650px);
    width: 270px;
  }
}
.mhdl-christmas-location-about .decoration.blue-graphic-04 {
  width: 145px;
  bottom: -30px;
  left: calc(50% + 100px);
  transform: rotate(-11deg);
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .decoration.blue-graphic-04 {
    bottom: 90px;
    left: calc(50% + 580px);
    width: 290px;
  }
}
.mhdl-christmas-location-about .decoration.holly {
  top: 14px;
  left: calc(50% + 315px);
  width: 262px;
  transform: rotate(36deg);
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .decoration.holly {
    top: 28px;
    left: calc(50% + 630px);
    width: 524px;
  }
}
.mhdl-christmas-location-about .decoration.rosemary {
  width: 300px;
  top: 30px;
  right: calc(50% + 80px);
}
@media (min-width: 960px) {
  .mhdl-christmas-location-about .decoration.rosemary {
    top: 110px;
    right: calc(50% + 370px);
  }
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-about .decoration.rosemary {
    top: 55px;
    width: 600px;
    right: calc(50% + 625px);
  }
}

.mhdl-christmas-location-banner {
  position: relative;
  height: 600px;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-banner {
    height: 800px;
  }
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-banner {
    height: 1000px;
  }
}
.mhdl-christmas-location-banner:before {
  content: " ";
  background: rgba(12, 12, 12, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
.mhdl-christmas-location-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 2;
}
.mhdl-christmas-location-banner h1 {
  font-family: "Aoboshi One", serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 36px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 1330px;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-banner h1 {
    font-size: 72px;
    opacity: 0;
  }
  .mhdl-christmas-location-banner h1 .line {
    overflow: hidden;
  }
  .mhdl-christmas-location-banner h1 .line-inner {
    opacity: 0;
    display: block;
  }
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-banner h1 {
    font-size: 86px;
  }
}
.mhdl-christmas-location-banner h2 {
  font-family: "Aoboshi One", serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 42px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 24px;
  z-index: 3;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-banner h2 {
    font-size: 90px;
  }
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-banner h2 {
    font-size: 128px;
  }
}

.mhdl-christmas-location-footer {
  position: relative;
  padding: 0 24px 24px;
  margin: 90px 0 0;
}
.mhdl-christmas-location-footer.canto .item:nth-child(1), .mhdl-christmas-location-footer.canto .item:nth-child(4), .mhdl-christmas-location-footer.canto .item:nth-child(5) {
  background: #0F235D;
}
.mhdl-christmas-location-footer.canto .item:nth-child(2), .mhdl-christmas-location-footer.canto .item:nth-child(3), .mhdl-christmas-location-footer.canto .item:nth-child(6) {
  background: #3C6CB5;
}
.mhdl-christmas-location-footer.canto .strip {
  background: #0F418C;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-footer {
    margin: 140px 0 0;
  }
}
.mhdl-christmas-location-footer .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.mhdl-christmas-location-footer .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #A82A29;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  padding: 40px 20px;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-footer .item {
    padding: 60px;
    width: calc(50% - 12px);
  }
  .mhdl-christmas-location-footer .item.full-width {
    flex: auto;
    width: 100%;
  }
}
.mhdl-christmas-location-footer .item .kicker {
  font-family: "Cera Bold", Arial, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin: 0 auto 30px;
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-footer .item .kicker {
    margin: 0 auto 60px;
  }
}
.mhdl-christmas-location-footer .item h2 {
  font-family: "Aoboshi One", serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 36px;
  margin: 0 auto;
  max-width: 740px;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-footer .item h2 {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-footer .item h2 {
    font-size: 64px;
    max-width: 1160px;
  }
}
.mhdl-christmas-location-footer .item p {
  line-height: 1.4;
  font-size: 16px;
  max-width: 400px;
  margin: 30px auto 0;
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-footer .item p {
    margin: 52px auto 0;
  }
}
.mhdl-christmas-location-footer .item .prompt {
  font-family: "Aoboshi One", serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 24px;
  display: block;
  max-width: 640px;
  line-height: 1.1;
  margin: 0 auto 40px;
}
.mhdl-christmas-location-footer .item a {
  font-family: "Aoboshi One", serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 22px;
  display: block;
  text-transform: none;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-footer .item a {
    font-size: 34px;
  }
}
.mhdl-christmas-location-footer .item .or {
  display: block;
  margin: 10px 0;
}
.mhdl-christmas-location-footer .item .disclaimer {
  display: block;
  margin: 10px 0 20px;
}
.mhdl-christmas-location-footer .item .note {
  display: block;
  margin: 0 auto;
  max-width: 520px;
}
.mhdl-christmas-location-footer .item .line {
  display: none;
}
@media (min-width: 1600px) {
  .mhdl-christmas-location-footer .item .line {
    position: absolute;
    top: calc(50% - 3px);
    width: 93px;
    height: auto;
    display: block;
  }
  .mhdl-christmas-location-footer .item .line.left {
    left: 28px;
  }
  .mhdl-christmas-location-footer .item .line.right {
    right: 28px;
  }
}
.mhdl-christmas-location-footer .strip {
  background: #A82A29;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-footer .strip {
    text-align: left;
  }
}
.mhdl-christmas-location-footer .strip .upper {
  padding: 40px 20px 40px;
  position: relative;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-footer .strip .upper {
    padding: 130px 40px 40px;
  }
}
.mhdl-christmas-location-footer .strip .kicker {
  font-family: "Cera Bold", Arial, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-footer .strip .kicker {
    margin: 0 auto 52px;
  }
}
.mhdl-christmas-location-footer .strip h2 {
  font-family: "Aoboshi One", serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 36px;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-footer .strip h2 {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  .mhdl-christmas-location-footer .strip h2 {
    font-size: 90px;
  }
}
.mhdl-christmas-location-footer .strip .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0 0;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-footer .strip .links {
    position: absolute;
    align-items: flex-start;
    bottom: 40px;
    right: 40px;
  }
}
.mhdl-christmas-location-footer .strip .links a {
  font-family: "Aoboshi One", serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 22px;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-footer .strip .links a {
    font-size: 34px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.5303 6.53033C39.8232 6.23744 39.8232 5.76257 39.5303 5.46967L34.7574 0.696702C34.4645 0.403809 33.9896 0.403809 33.6967 0.696702C33.4038 0.989595 33.4038 1.46447 33.6967 1.75736L37.9393 6L33.6967 10.2426C33.4038 10.5355 33.4038 11.0104 33.6967 11.3033C33.9896 11.5962 34.4645 11.5962 34.7574 11.3033L39.5303 6.53033ZM-6.55671e-08 6.75L39 6.75L39 5.25L6.55671e-08 5.25L-6.55671e-08 6.75Z' fill='%23F3F0E8'/%3E%3C/svg%3E%0A");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding: 0 70px 0 0;
  }
}
.mhdl-christmas-location-footer .strip .links a:nth-child(n+2) {
  margin: 12px 0 0;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-footer .strip .lower {
    display: flex;
  }
}
.mhdl-christmas-location-footer .strip .lower a {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-family: "Aoboshi One", serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  border-top: 1px solid #FFFFFF;
  font-size: 22px;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-footer .strip .lower a {
    padding: 38px 0;
    font-size: 34px;
    flex: 1;
  }
}
.mhdl-christmas-location-footer .strip .lower a:nth-child(2) {
  border-top: 1px solid #FFFFFF;
}
@media (min-width: 960px) {
  .mhdl-christmas-location-footer .strip .lower a:nth-child(2) {
    border-left: 1px solid #FFFFFF;
  }
}

.mhdl-christmas-location-slider {
  position: relative;
}
.mhdl-christmas-location-slider .swiper-container {
  position: relative;
}
.mhdl-christmas-location-slider .swiper-container .swiper-wrapper {
  transition: transform 1s ease !important;
}
.mhdl-christmas-location-slider .swiper-container .swiper-button-next,
.mhdl-christmas-location-slider .swiper-container .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  border: 0;
  background: none;
  z-index: 1;
}
@media (hover: none) {
  .mhdl-christmas-location-slider .swiper-container .swiper-button-next,
  .mhdl-christmas-location-slider .swiper-container .swiper-button-prev {
    display: none;
  }
}
.mhdl-christmas-location-slider .swiper-container .swiper-button-next.swiper-button-disabled,
.mhdl-christmas-location-slider .swiper-container .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.mhdl-christmas-location-slider .swiper-container .swiper-button-next {
  right: -26px;
}
.mhdl-christmas-location-slider .swiper-container .swiper-button-prev {
  left: -26px;
}
.mhdl-christmas-location-slider .swiper-slide {
  position: relative;
  aspect-ratio: 327/178;
  overflow: hidden;
}
.mhdl-christmas-location-slider .swiper-slide picture {
  left: 100%;
  width: 30%;
  transition: width 0.75s ease, transform 0.75s ease, left 0.75s ease;
}
.mhdl-christmas-location-slider .swiper-slide.swiper-slide-prev picture {
  left: 70%;
}
.mhdl-christmas-location-slider .swiper-slide.swiper-slide-active ~ .swiper-slide picture {
  left: 0;
}
.mhdl-christmas-location-slider .swiper-slide.swiper-slide-active picture {
  left: 0;
  width: 100% !important;
}
@media (max-width: 650px) {
  .mhdl-christmas-location-slider .swiper-slide {
    aspect-ratio: 1.5/1;
  }
}
.mhdl-christmas-location-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.mhdl-christmas-locations {
  display: none;
  position: relative;
  padding: 60px 24px 24px;
}
[data-active-step=start] .mhdl-christmas-locations {
  display: block;
}
.mhdl-christmas-locations .inner {
  display: block;
}
@media (min-width: 960px) {
  .mhdl-christmas-locations .inner {
    display: flex;
    gap: 24px;
  }
}
.mhdl-christmas-locations .option {
  background: #A82A29;
  display: block;
  flex: 1;
  border-radius: 5px;
  padding: 24px;
}
@media (max-width: 960px) {
  .mhdl-christmas-locations .option:nth-child(n+2) {
    margin: 24px 0 0;
  }
}
.mhdl-christmas-locations .option .image {
  position: relative;
}
.mhdl-christmas-locations .option .image:before {
  content: " ";
  padding: 0 0 100%;
  display: block;
}
.mhdl-christmas-locations .option .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 5px;
}
.mhdl-christmas-locations .option h2 {
  font-family: "Aoboshi One", serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 36px;
  color: #FFFFFF;
  margin: 24px 0 0;
  position: relative;
}
@media (min-width: 960px) {
  .mhdl-christmas-locations .option h2 {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.5303 6.53033C39.8232 6.23744 39.8232 5.76257 39.5303 5.46967L34.7574 0.696702C34.4645 0.403809 33.9896 0.403809 33.6967 0.696702C33.4038 0.989595 33.4038 1.46447 33.6967 1.75736L37.9393 6L33.6967 10.2426C33.4038 10.5355 33.4038 11.0104 33.6967 11.3033C33.9896 11.5962 34.4645 11.5962 34.7574 11.3033L39.5303 6.53033ZM-6.55671e-08 6.75L39 6.75L39 5.25L6.55671e-08 5.25L-6.55671e-08 6.75Z' fill='%23F3F0E8'/%3E%3C/svg%3E%0A");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40px auto;
  }
}
@media (min-width: 1400px) {
  .mhdl-christmas-locations .option h2 {
    font-size: 64px;
  }
}

.vouchers-banner {
  position: relative;
  height: 600px;
}
@media (min-width: 782px) {
  .vouchers-banner {
    height: calc(100vh - 112px);
  }
}
.vouchers-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.vouchers-banner h1 {
  font-size: 60px;
  font-weight: bold;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  padding: 0 24px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
}
@media (min-width: 782px) {
  .vouchers-banner h1 {
    font-size: 120px;
  }
}
.vouchers-banner h1 .line {
  overflow: hidden;
}
.vouchers-banner h1 .line-inner {
  opacity: 0;
  display: block;
}
.vouchers-banner:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(12, 12, 12, 0.4);
  display: block;
}

.vouchers-general {
  position: relative;
  border-top: 1px solid rgba(12, 12, 12, 0.4);
  margin: 0 24px;
}
@media (min-width: 782px) {
  .vouchers-general {
    padding: 60px 0;
  }
}
@media (min-width: 960px) {
  .vouchers-general .inner {
    display: flex;
    min-height: 600px;
  }
}
.vouchers-general .image {
  position: relative;
  min-height: 600px;
}
@media (min-width: 960px) {
  .vouchers-general .image {
    width: 50%;
  }
}
.vouchers-general .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.vouchers-general .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 0;
}
@media (min-width: 960px) {
  .vouchers-general .content {
    width: 50%;
    padding: 0 0 0 24px;
  }
}
.vouchers-general h2 {
  font-size: clamp(26.4px, 2.5vw, 52.8px);
  font-weight: bold;
  color: #0C0C0C;
  text-transform: uppercase;
}
@media (min-width: 782px) {
  .vouchers-general h2 {
    font-size: clamp(39.6px, 3.75vw, 79.2px);
    max-width: 560px;
  }
}
.vouchers-general .meta {
  display: flex;
  justify-content: space-between;
  margin: 36px 0;
}
.vouchers-general .meta span {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.vouchers-general .meta span:nth-child(n+2) {
  margin: 0 0 0 24px;
}
.vouchers-general .detail {
  margin: 36px 0 0;
}
@media (min-width: 960px) {
  .vouchers-general .detail {
    max-width: 600px;
  }
}
.vouchers-general .detail p {
  font-size: 18px;
  line-height: 1.4;
}
.vouchers-general .detail p:nth-child(n+2) {
  margin: 12px 0 0;
}
.vouchers-general .button {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 12px 16px;
  color: #FFFFFF;
  background: #0C0C0C;
  text-transform: uppercase;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 36px 0 90px;
  transition: background 0.4s;
}
.vouchers-general .button:hover {
  background: #eb9914;
}
.vouchers-general .accordions {
  width: 100%;
  margin: auto 0 0;
}
.vouchers-general .accordions details {
  border-bottom: 1px solid rgba(12, 12, 12, 0.4);
}
.vouchers-general .accordions details[open]:after {
  transform: rotate(45deg);
}
.vouchers-general .accordions summary {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 60px 12px 0;
  cursor: pointer;
}
.vouchers-general .accordions summary:after {
  content: " ";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0V16' stroke='black'/%3E%3Cpath d='M16 8L-8.9407e-08 8' stroke='black'/%3E%3C/svg%3E%0A");
}
.vouchers-general .accordions p {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 0 18px;
}
.vouchers-general .icons {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
  padding: 32px 0 0;
}
@media (min-width: 1400px) {
  .vouchers-general .icons {
    justify-content: flex-start;
  }
}
.vouchers-general .icons img {
  height: auto;
  display: block;
}
.vouchers-general .icons img:nth-child(1) {
  width: 113px;
}
@media (min-width: 782px) {
  .vouchers-general .icons img:nth-child(1) {
    width: 226px;
  }
}
.vouchers-general .icons img:nth-child(2) {
  width: 76px;
}
@media (min-width: 782px) {
  .vouchers-general .icons img:nth-child(2) {
    width: 152px;
  }
}
@media (min-width: 1400px) {
  .vouchers-general .icons img:nth-child(2) {
    margin: 0 0 0 48px;
  }
}
.vouchers-general .icons img:nth-child(3) {
  width: 78px;
}
@media (min-width: 782px) {
  .vouchers-general .icons img:nth-child(3) {
    width: 157px;
  }
}
@media (min-width: 1400px) {
  .vouchers-general .icons img:nth-child(3) {
    margin: 0 0 0 48px;
  }
}

.vouchers-introduction {
  position: relative;
  padding: 144px 0;
}
.vouchers-introduction:after {
  content: " ";
  position: absolute;
  bottom: 36px;
  height: 72px;
  left: 50%;
  border-left: 1px solid rgba(12, 12, 12, 0.4);
  display: block;
}
.vouchers-introduction p {
  line-height: 1.4;
  font-size: 18px;
  color: #0C0C0C;
  text-align: center;
  margin: 0 auto;
  width: calc(100% - 200px);
  max-width: 600px;
}
@media (max-width: 782px) {
  .vouchers-introduction p {
    width: calc(100% - 40px);
  }
}

.vouchers-special {
  position: relative;
  border-top: 1px solid rgba(12, 12, 12, 0.4);
  margin: 0 24px;
}
@media (min-width: 782px) {
  .vouchers-special {
    padding: 60px 0;
  }
}
.vouchers-special .inner {
  text-align: center;
}
@media (min-width: 782px) {
  .vouchers-special .inner {
    display: flex;
    min-height: 600px;
  }
}
.vouchers-special .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
}
@media (min-width: 782px) {
  .vouchers-special .item {
    width: 50%;
    padding: 0 24px;
  }
}
.vouchers-special .item:nth-child(n+2) {
  border-top: 1px solid rgba(12, 12, 12, 0.4);
}
@media (min-width: 782px) {
  .vouchers-special .item:nth-child(n+2) {
    border-top: 0;
    border-left: 1px solid rgba(12, 12, 12, 0.4);
  }
}
.vouchers-special h2 {
  font-size: clamp(26.4px, 2.5vw, 52.8px);
  font-weight: bold;
  color: #0C0C0C;
  text-transform: uppercase;
}
@media (min-width: 782px) {
  .vouchers-special h2 {
    font-size: clamp(39.6px, 3.75vw, 79.2px);
    max-width: 560px;
  }
}
.vouchers-special .meta {
  display: flex;
  justify-content: space-between;
  margin: 36px 0;
}
.vouchers-special .meta span {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.vouchers-special .meta span:nth-child(n+2) {
  margin: 0 0 0 24px;
}
.vouchers-special p {
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 782px) {
  .vouchers-special p {
    max-width: 600px;
    margin: auto 0 0;
  }
}
.vouchers-special .button {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 12px 16px;
  color: #FFFFFF;
  background: #0C0C0C;
  text-transform: uppercase;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 36px 0 0;
  transition: background 0.4s;
}
.vouchers-special .button:hover {
  background: #eb9914;
}

.mhdl-vouchers {
  font-family: "Point-Bold", sans-serif;
  background: #F2EEE6;
  color: #0C0C0C;
}
.mhdl-vouchers h1,
.mhdl-vouchers h2 {
  font-family: "Point-Bold", sans-serif;
  font-weight: bold;
}
.mhdl-vouchers p {
  font-family: "Point", sans-serif;
  font-weight: normal;
}
