/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
button {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset,
ol,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}
body {
  font-family: inherit;
  line-height: inherit;
}
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
hr {
  border-top-width: 1px;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: Beausite Slick;
  font-weight: 300;
  src: url(font/BeausiteSlick-Light-Web.eot);
  src: url(font/BeausiteSlick-Light-Webeot?#iefix) format("embedded-opentype"),
    url(font/BeausiteSlick-Light-Web.woff) format("woff");
}
@font-face {
  font-family: Brown;
  font-weight: 300;
  src: url(font/lineto-brown-light.eot);
  src: url(font/lineto-brown-light.eot?#iefix) format("embedded-opentype"),
    url(font/lineto-brown-light.woff2) format("woff2"),
    url(font/lineto-brown-light.woff) format("woff");
}
@font-face {
  font-family: Brown;
  font-weight: 400;
  src: url(font/lineto-brown-regular.eot);
  src: url(font/lineto-brown-regular.eot?#iefix) format("embedded-opentype"),
    url(font/lineto-brown-regular.woff2) format("woff2"),
    url(font/lineto-brown-regular.woff) format("woff");
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-ch-off-white {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 242, var(--tw-bg-opacity));
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-center {
  background-position: 50%;
}
.bg-cover {
  background-size: cover;
}
.border-ch-grey {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.border-solid {
  border-style: solid;
}
.border-b {
  border-bottom-width: 1px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.font-normal {
  font-weight: 400;
}
.h-full {
  height: 100%;
}
.m-auto {
  margin: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mr-0 {
  margin-right: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.ml-auto {
  margin-left: auto;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.focus\:outline-none:focus,
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.p-4 {
  padding: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.resize {
  resize: both;
}
* {
  --tw-shadow: 0 0 transparent;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-ch-gold {
  --tw-text-opacity: 1;
  color: rgba(184, 139, 95, var(--tw-text-opacity));
}
.text-ch-light-grey {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}
.hover\:text-ch-body:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 35, var(--tw-text-opacity));
}
.hover\:text-ch-gold:hover {
  --tw-text-opacity: 1;
  color: rgba(184, 139, 95, var(--tw-text-opacity));
}
.hover\:text-ch-light-grey:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.hover\:no-underline:hover {
  text-decoration: none;
}
.visible {
  visibility: visible;
}
.w-full {
  width: 100%;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-300 {
  transition-duration: 0.3s;
}
@-webkit-keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.modal {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity 0.3s;
}
.modal__overlay {
  --tw-bg-opacity: 1;
  --tw-bg-opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
}
.modal__container,
.modal__overlay {
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.modal__container {
  --tw-bg-opacity: 1;
  overflow-y: auto;
  padding: 2rem;
  width: 100%;
  max-width: 950px;
  max-height: 100vh;
}
@media (min-width: 768px) {
  .modal__container {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    overflow-y: auto;
    padding: 3rem;
    width: 75%;
    max-height: 90vh;
  }
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__header .modal__close:before {
  content: "\2715";
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding: 0;
  --tw-text-opacity: 1;
  color: rgba(184, 139, 95, var(--tw-text-opacity));
}
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body {
  font-size: 16px;
  line-height: 25.5px;
}
@media (min-width: 768px) {
  body {
    font-size: 19px;
    line-height: 28.5px;
  }
}
.form input,
.form p,
.form ul {
  font-size: 15px;
  line-height: 22.5px;
}
.copy-small {
  font-size: 13px;
  line-height: 20.8px;
}
@media (min-width: 768px) {
  .copy-small {
    font-size: 15px;
    line-height: 22.5px;
  }
}
.banner {
  font-size: 14px;
  line-height: 16.94px;
  font-weight: 400;
}
h1 {
  font-size: 25px;
  line-height: 28.6px;
  font-weight: 300;
}
@media (min-width: 768px) {
  h1 {
    font-size: 34px;
    line-height: 43px;
  }
}
h2 {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(184, 139, 95, var(--tw-text-opacity));
  text-transform: uppercase;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 20px;
  }
}
h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 26.5px;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 17px;
  }
}
h4 {
  font-size: 15px;
  line-height: 26.5px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 17px;
  }
}
footer {
  font-size: 15px;
  line-height: 22.5px;
}
.colophon {
  font-size: 12px;
  line-height: 1.35em;
}
.button,
.wpcf7-form input[type="submit"] {
  font-size: 13px;
  line-height: 28.5px;
  font-weight: 400;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .container {
    padding: 0;
    width: 86%;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1300px;
    width: 80%;
  }
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: Brown, Arial, Helvetica, sans-serif;
  font-weight: 300;
}
body b,
body strong {
  font-weight: 400;
}
body h1 {
  --tw-text-opacity: 1;
  color: rgba(184, 139, 95, var(--tw-text-opacity));
  font-family: Beausite Slick, Times New Roman, Times, serif;
}
.hero-banner {
  max-height: 100vh;
}
@media only screen and (max-width: 767px) {
  .hero-banner #buy-tickets {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0.5s, opacity 0.2s linear 0.5s;
  }
  .modal-open .hero-banner #buy-tickets {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.2s, opacity 0.2s;
  }
}
.hero-banner .logo {
  margin-top: 3rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 162px;
}
@media (min-width: 768px) {
  .hero-banner .logo {
    width: 202px;
  }
}
.hero-banner .hero-image {
  margin-left: -30%;
  min-height: 100% !important;
  width: auto !important;
  min-width: 100% !important;
  max-width: none !important;
}
@media (min-width: 768px) {
  .hero-banner .hero-image {
    margin-left: 0;
  }
}
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.weather .weather-desc.feature:after {
  width: 46px;
  content: "";
  height: 1px;
  background: #222223;
  margin-top: 2px;
  left: calc(100% + 10px);
}
.lazyload.lazyloaded,
.lazyloading.lazyloaded {
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.3s;
}
.site-credits {
  display: none;
}
.copy > :first-child {
  margin-top: 0;
}
.copy > :last-child {
  margin-bottom: 0;
}
.copy ol,
.copy p,
.copy ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.copy ul li {
  padding-left: 0.75rem;
  position: relative;
}
.copy ul li:before {
  position: absolute;
  left: 0;
  content: "-";
}
.copy h1 {
  margin-bottom: 2.5rem;
}
.copy h2 {
  margin-bottom: 1rem;
}
.button,
.wpcf7-form input[type="submit"] {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 139, 95, var(--tw-bg-opacity));
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .button,
  .wpcf7-form input[type="submit"] {
    flex-grow: 0;
    padding: 0.5rem;
    min-width: 175px;
  }
}
.button:hover,
.wpcf7-form input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 153, 108, var(--tw-bg-opacity));
}
.button:focus,
.wpcf7-form input[type="submit"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.cta {
  display: inline-block;
  font-weight: 400;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(184, 139, 95, var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
}
@media (min-width: 768px) {
  .cta {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .cta:after {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 139, 95, var(--tw-bg-opacity));
    display: block;
    height: 1px;
    position: absolute;
    content: "";
    left: calc(100% + 10px);
    top: 50%;
    width: 104px;
    left: calc(100% + 15px);
  }
}
.cta:hover {
  --tw-text-opacity: 1;
  color: rgba(199, 153, 108, var(--tw-text-opacity));
}
.cta:hover:after {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 153, 108, var(--tw-bg-opacity));
}
.weather-desc.feature {
  position: relative;
}
.weather-desc.feature:after {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 35, var(--tw-bg-opacity));
  display: block;
  height: 1px;
  margin-top: -0.25rem;
  position: absolute;
  content: "";
  width: 54px;
  left: calc(100% + 12px);
  top: 48%;
}
.temp {
  margin-left: 4rem;
}
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form textarea {
  border-radius: 0;
  font-weight: 300;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.wpcf7-form input[type="email"]::-moz-placeholder,
.wpcf7-form input[type="tel"]::-moz-placeholder,
.wpcf7-form input[type="text"]::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 35, var(--tw-placeholder-opacity));
}
.wpcf7-form input[type="email"]:-ms-input-placeholder,
.wpcf7-form input[type="tel"]:-ms-input-placeholder,
.wpcf7-form input[type="text"]:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 35, var(--tw-placeholder-opacity));
}
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder,
.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form textarea::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 35, var(--tw-placeholder-opacity));
}
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form textarea {
  width: 100%;
}
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"] {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  border-bottom: 1px rgba(229, 229, 229, var(--tw-border-opacity));
  border-style: solid;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wpcf7-form textarea {
  --tw-border-opacity: 1;
  border: 1px solid rgba(229, 229, 229, var(--tw-border-opacity));
  height: 10rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  resize: vertical;
}
.wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-position: 100%;
  background-repeat: no-repeat;
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  border-bottom: 1px rgba(229, 229, 229, var(--tw-border-opacity));
  border-style: solid;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  background-image: url(../img/down-chevron.svg);
}
.wpcf7-form select::-ms-expand {
  display: none;
}
.wpcf7-form select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.wpcf7-form input[type="checkbox"] {
  border-radius: 9999px;
}
.wpcf7-form input[type="submit"] {
  display: inline-block;
  min-width: 175px;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .form-section {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .wpcf7-form .form-section {
    margin-top: 2rem;
    margin-bottom: 3rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 1rem;
  }
}
.wpcf7-form .wpcf7-response-output {
  border-style: none !important;
  margin: 2rem 0 !important;
  padding: 0 !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.wpcf7-form .required {
  display: inline-block;
  margin-top: 2rem;
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}
.wpcf7-form .wpcf7cf_group {
  margin-bottom: 0.5rem;
}
.bouncer {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}
.bouncer:hover path {
  fill: #fff;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  to {
    transform: translateY(0);
  }
}
.popup-container {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.show-popup .popup-container {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity 0.3s;
}
.popup-container .popup {
  max-width: 900px;
  box-shadow: 0 0 13px 4px rgba(0, 0, 0, 0.15);
}
.popup-container .feature {
  height: 214px;
}
@media (min-width: 768px) {
  .popup-container .feature {
    height: auto;
  }
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:ml-6 {
    margin-left: 1.5rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mr-16 {
    margin-right: 4rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mt-24 {
    margin-top: 6rem;
  }
  .md\:max-w-3xl {
    max-width: 48rem;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pr-8 {
    padding-right: 2rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pt-14 {
    padding-top: 3.5rem;
  }
  .md\:pr-16 {
    padding-right: 4rem;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:pr-24 {
    padding-right: 6rem;
  }
  .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .md\:gap-x-24 {
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
  .md\:gap-y-12 {
    row-gap: 3rem;
  }
  .md\:gap-y-16 {
    row-gap: 4rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mt-auto {
    margin-top: auto;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
  }
}
