@font-face {
  font-family: "Affigere";
  src: url("../fonts/Affigere-Regular.woff2") format("woff2"), url("../fonts/Affigere-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America LC";
  src: url("../fonts/GT-America-LC-Condensed-Bold.woff") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --pink: #f8e1e9;
  --black: #000;
  --white: #fff;
  --blue: #24388d;
  --yellow: #f8e500;
}

* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  margin-top: 0px !important;
}

#wpadminbar {
  display: none;
}

body {
  background: var(--white);
  background-size: cover;
  overflow: hidden;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
}
body .ly-splash {
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
body .ly-splash.hide {
  opacity: 0;
  pointer-events: none;
}
body .ly-splash .background {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body .ly-splash .background.mobile {
  display: none;
  object-position: center top;
}
@media (max-width: 768px) {
  body .ly-splash .background.desktop {
    display: none;
  }
  body .ly-splash .background.mobile {
    display: block;
  }
}
body .ly-splash .ly-splash-inner {
  position: relative;
  z-index: 2;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .ly-splash .ly-splash-inner main {
  width: 100%;
  height: 100%;
}
body .ly-splash .ly-splash-inner main #content {
  display: block;
  width: calc(100% - 1rem);
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .ly-splash .ly-splash-inner main #content .ly-logo {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: auto;
}
@media (max-width: 768px) {
  body .ly-splash .ly-splash-inner main #content {
    max-width: 350px;
    top: unset;
    bottom: 3%;
    transform: translateX(-50%);
  }
}
body .ly-splash .ly-splash-inner main #content .splash-title {
  position: relative;
  margin: 0px;
  margin-top: 1rem;
  font-family: "GT America LC", Helvetica, sans-serif;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  color: var(--black);
  width: auto;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.3));
}
@media (max-width: 768px) {
  body .ly-splash .ly-splash-inner main #content .splash-title {
    filter: none;
  }
}
body .ly-splash .ly-splash-inner main #content .splash-title span {
  font-size: 0.5em;
  vertical-align: super;
}
@media (max-width: 768px) {
  body .ly-splash .ly-splash-inner main #content .splash-title {
    font-size: 50px;
  }
}
body .ly-splash .ly-splash-inner main #content .splash-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.4em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 0px;
  height: 100%;
  background-image: url("../img/scratch-tour.png");
  background-size: 1.85em;
  background-position: center left;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 1px #d4d4d4);
  animation: scratch 1s ease-in-out 0.5s forwards;
}
@keyframes scratch {
  0% {
    width: 0px;
    filter: drop-shadow(0px 0px 1px #d4d4d4);
  }
  100% {
    width: 44%;
    filter: drop-shadow(0px 0px 1px transparent);
  }
}
body .ly-splash .ly-splash-inner main #content .ly-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body .ly-splash .ly-splash-inner main #content .ly-buttons {
    margin-top: 1rem;
  }
}
body .ly-splash .ly-splash-inner main #content .ly-buttons .ly-button {
  position: relative;
  display: block;
  border: none;
  padding: 0.25em 1em 0.3em !important;
  min-width: 7em !important;
  height: 1.5em;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-family: "GT America LC", Helvetica, sans-serif;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1em;
  border-radius: 3em;
  background-color: black;
  background-image: linear-gradient(60deg, transparent 0%, transparent 47%, rgba(255, 255, 255, 0.3) 55%, transparent 63%, transparent 100%);
  background-size: 250% 250%;
  background-position: 100% 50%;
  cursor: pointer;
  transition: none;
  text-decoration: none;
}
body .ly-splash .ly-splash-inner main #content .ly-buttons .ly-button:hover {
  transition: background-position 0.5s linear, background-color 0.25s;
  background-position: 0% 50%;
}
body .ly-splash .ly-splash-inner main #content .ly-buttons .ly-button:nth-of-type(2) {
  height: auto;
}
body .ly-splash .ly-splash-inner main #content .dates-container {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}
body .ly-splash .ly-splash-inner main #content .dates-container .date {
  font-size: 26px;
  font-family: "GT America LC", Helvetica, sans-serif;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1em;
  color: black;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
}
@media (max-width: 768px) {
  body .ly-splash .ly-splash-inner main #content .dates-container {
    margin-top: 2rem;
    gap: 1rem;
  }
  body .ly-splash .ly-splash-inner main #content .dates-container .date {
    font-size: 16px;
    gap: 0.2em;
  }
}

#cpra_button {
  display: none !important;
}/*# sourceMappingURL=splash-tour-styles.css.map */