@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Taviraj:wght@300;400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 99999999;
}

.loader .img {
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html {
  color: #1C1C14;
  background-size: 100% auto !important;
  background-position: top;
  background: white;
  text-rendering: geometricPrecision !important;
  font-family: 'Work Sans', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 0;
}
body {
  text-rendering: geometricPrecision !important;
  font-family: 'Work Sans', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -.1ch;
}
.site {
  z-index: 1;
}

.color-black {
  color: #1C1C14;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #F5F6EF;
}

.color-pink {
  color: #FE00C8;
}

.color-green {
  color: #C4FE00;
}

.fill-black {
  background: #000000;
}

.fill-white {
  background: #fff;
}

.fill-gray {
  background: #F5F6EF;
}

.fill-pink {
  background: #FE00C8;
}

.fill-green {
  background: #C4FE00;
}

.text-display {
  font-weight: 300;
  font-size: clamp(70px, 6vw, 90px);
  line-height: 1;
}

.text-display-serif {
  font-family: "Playfair", serif;
  font-weight: 400;
  font-size: 95px;
  line-height: 1;
}

.text-heading {
  font-weight: 200;
  font-size: 79px;
  line-height: 77px;
  letter-spacing: -.1ch;
}

.text-heading-reg {
  font-weight: 300;
  font-size: 69px;
  line-height: 77px;
  letter-spacing: -.1ch;
}

.text-heading-bold {
  font-size: 75px;
  line-height: 77px;
  font-weight: 600;
  letter-spacing: -1px;
}

.text-heading-serif {
  font-family: "Playfair", serif;
  font-weight: 400;
  font-size: 74px;
  line-height: 77px;
}

.text-heading-min {
  font-weight: 300;
  font-size: 40px;
  line-height: 57px;
  letter-spacing: -.1ch;
  vertical-align: top;
}

.text-heading-min-min {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -.1ch;
  vertical-align: top;
  word-spacing: 8px;
}

.text-body {
  margin-bottom: 4px;
  letter-spacing: -.1ch;
}

.text-body-med {
  font-size: 19px;
  letter-spacing: -.1ch;
}

.text-body-min {
  font-size: 17px;
  letter-spacing: -.1ch;
}

.text-link {
  font-size: 15px;
  line-height: 25px;
  /* text-transform: uppercase; */
}

.text-serif-small {
  font-family: 'Playfair', serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
}

.text-uppercase {
  text-transform: uppercase;
}

a {
  color: #1C1C14;
  text-decoration: none;
}

a:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

ul {
  list-style: none;
  line-height: 32px;
}

ul li {
  text-decoration: none !important;
}

p {
  margin-bottom: 0;
}

.text-align-right {
  text-align: right;
}

.text-underline {
  text-decoration: underline;
}

.center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.center-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transition,
a,
a::after,
button,
button::after {
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.transition-600 {
  -webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.divider {
  height: 1px;
  background: lightgray;
  width: 100%;
  display: block;
}

a.color-pink {
  position: relative;
}

a.color-pink:hover::after {
  content: " ";
  position: absolute;
  width: 100%;
  background: #FE00C8;
  height: 2px;
  bottom: 0;
  left: 0;
}

a.color-pink:hover,
a.color-pink:active,
a.color-pink:visited {
  color: #FE00C8;
  text-decoration: none;
}

a.color-pink:hover::after,
a.color-pink:active::after,
a.color-pink:visited::after {
  bottom: 2px;
}

.container-fluid {
  padding: 0 30px;
}

form .input-box {
  width: 100%;
}

form .input-box+.input-box {
  margin-top: 8px;
}

textarea {
  text-rendering: geometricPrecision;
  padding-top: 10px;
  box-shadow: none;
}

input,
select,
button,
.button {
  border: none;
  border-radius: 4px;
  padding: 0 12px;
  height: 48px !important;
  text-rendering: geometricPrecision;
  box-shadow: none;
}



.ml-form-recaptcha {
  margin-top: 16px !important;
  margin-bottom: 0px !important;
  width: 100% !important;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

@media screen and (max-width: 767px) {
  .container-fluid {
    padding: 0 16px;
  }

  .loader .img {
    height: 20px;
    width: auto;
    max-height: initial;
  }

  #videoPlayer iframe {
    width: calc(100vw - 40px);
    height: calc(63vw - 40px);
  }

  #videoPlayer .videoDiv {
    font-size: 0;
    box-shadow: 0 0 0px 100vw rgba(0, 0, 0, 0.9);
  }

  #videoPlayer .closeVideo {
    top: 35px;
    right: 18px;
    font-size: 20px;
  }

  .text-display {
    font-size: 80px;
    line-height: 72px;
  }

  .text-display-serif {
    font-size: 80px;
    line-height: 72px;
  }

  .text-heading {
    font-size: 22px;
    line-height: 44px;
    letter-spacing: 0;
  }

  .text-heading-bold {
    font-size: 45px;
    line-height: 48px;
  }

  .text-heading-serif {
    font-size: 45px;
    line-height: 48px;
  }

  .text-subheading {
    font-size: 29px;
    line-height: 29px;
    letter-spacing: 0;
  }

  .text-heading-reg {
    font-size: 45px;
    line-height: 48px;
  }

  .text-heading-min {
    line-height: 40px;
  }

  .text-subheading-min,
  footer .list {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
  }

  .text-subheading-min span,
  footer .list span {
    font-size: 18px;
  }

  .text-serif-small {
    font-size: 18px;
    line-height: 1.2;
  }

  form .input-box {
    display: block;
    margin-top: 38px;
    width: 100%;
  }

  form .input-box+.input-box {
    margin-top: 8px;
  }

  form .input-box input,
  form .input-box select {
    border-radius: 4px;
    padding: 0 12px;
    height: 48px !important;
    flex-basis: none;
    width: 100%;
    text-rendering: geometricPrecision;
  }

  form .input-box input[type="checkbox"] {
    width: 48px;
  }

  form .input-box input[type="email"] {
    width: 100%;
  }

  form .input-box button,
  form .input-box input[type="submit"] {
    border: none;
    border-radius: 4px;
    line-height: 22px;
    flex-basis: none;
    width: 100%;
    height: 78px;
    margin: 8px 0;
  }

  form .input-box .wpcf7-checkbox {
    flex-basis: 100%;
  }

  form .input-box .wpcf7-checkbox span span {
    vertical-align: top;
    margin-top: 8px;
    display: inline-block;
    width: calc(100% - 63px);
    margin-left: 15px;
  }

  form .input-box .ajax-loader {
    display: none;
  }
}

/*# sourceMappingURL=global.css.map */