@font-face {
  font-family: Sonder;
  src: url('../fonts/SonderRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --antique-white: #e5d6c6;
  --black: #222;
  --slider-arrow-bg: #35322f;
  --gradient-color-1: #1f1c18;
  --gradient-color-2: #0e0100;
  --white: white;
}

strong {
  font-weight: bold;
}

.ths04-preloader-section {
  z-index: 10;
  background-image: linear-gradient(#00000080, #00000080);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: -100% 0% 0%;
}

.ths04-preloader-text-alphabet-1 {
  color: var(--antique-white);
  text-align: center;
  font-family: Sonder, sans-serif;
  font-size: 350px;
  line-height: 250px;
}

.ths04-preloader-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ths04-preloader-text-alphabet-2, .ths04-preloader-text-alphabet-3, .ths04-preloader-text-alphabet-4, .ths04-preloader-text-alphabet-5 {
  color: var(--antique-white);
  text-align: center;
  font-family: Sonder, sans-serif;
  font-size: 350px;
  line-height: 250px;
}

.ths04-hero-section {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 82vh;
  display: flex;
}

.ths04-nav-bars-wrapper {
  opacity: .8;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 45px;
  height: 50px;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.ths04-nav-bars-wrapper:hover {
  opacity: 1;
}

.ths04-nav-bar {
  background-color: #000;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.hs95-contact-link {
  color: var(--antique-white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-top: 1px #ffffff0f;
  border-left: 1px #ffffff0f;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.hs95-contact-link-overlay {
  color: #fff;
  background-color: #353535;
  position: absolute;
  inset: 0%;
}

.hs95-contact-link-text {
  z-index: 9;
  color: #fff;
  letter-spacing: 2px;
  font-family: copperplate, sans-serif;
  font-weight: 500;
  position: relative;
}

.ths04-navigation {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ths04-brand {
  color: var(--antique-white);
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sonder, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.ths04-header-block-left {
  justify-content: center;
  align-items: center;
  width: 15vw;
  display: flex;
}

.ths04-header-block-center {
  border-left: 1px solid #ffffff0f;
  border-right: 1px #ffffff0f;
  align-self: center;
  width: 85vw;
  padding-left: 5vw;
  padding-right: 0;
}

.hs95-hero-section-footer {
  z-index: 9;
  justify-content: space-between;
  align-items: stretch;
  height: 8vh;
  display: flex;
}

.ths04-slider-wrapper {
  width: 100%;
  height: 100%;
}

.ths04-social-link {
  opacity: .8;
  color: var(--antique-white);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.ths04-social-link:hover {
  opacity: 1;
}

.ths04-social-icon {
  opacity: 1;
  filter: brightness(200%);
  width: 20px;
}

.ths04-header-block-right {
  justify-content: center;
  align-items: center;
  width: 15vw;
  display: flex;
}

.ths04-nav-link {
  opacity: .8;
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}

.ths04-nav-link:hover {
  opacity: 1;
}

.ths04-nav-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ths04-hero-wrapper {
  background-color: #0c0b0a;
  min-height: 100vh;
  position: relative;
}

.ths04-slider {
  background-color: #0000;
  height: 100%;
}

.ths04-slide {
  background-image: linear-gradient(#0000, #0000 79%, #00000069 83%, #000), linear-gradient(#0c0b0a, #0000), url('../images/Whiskey_Roxx_shutterstock_1598813287.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.hs95-slider-nav {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.6vw;
  height: 100%;
  display: none;
  inset: 0% 5.7vw 0% auto;
}

.hs95-slider-arrow {
  background-color: var(--slider-arrow-bg);
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  transition: background-color .2s ease-in-out;
  display: none;
  inset: 2vw 22.15vw auto auto;
  overflow: visible;
}

.hs95-slider-arrow:hover {
  background-color: var(--gradient-color-1);
  opacity: 1;
}

.hs95-slider-arrow.next {
  inset: 7vw 22.15vw auto auto;
}

.hs95-slider-right-arrow {
  opacity: .3;
  color: var(--antique-white);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.ths04-slide-lightbox {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.hs95-slide-lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ths04-header {
  z-index: 9;
  border-bottom: 1px #ffffff0f;
  justify-content: space-between;
  align-items: stretch;
  height: 10vh;
  display: flex;
}

.hs95-menu {
  z-index: 9;
  background-color: var(--gradient-color-1);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.hs95-menu-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.hs95-menu-links-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.hs95-menu-header-block {
  justify-content: center;
  align-items: center;
  height: 15vh;
  display: flex;
}

.hs95-menu-link {
  opacity: .8;
  color: var(--antique-white);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Sonder, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 90px;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}

.hs95-menu-link:hover {
  opacity: 1;
}

.hs95-menu-social-link {
  opacity: .8;
  justify-content: center;
  align-items: center;
  height: 15vh;
  padding: 10px;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.hs95-menu-social-link:hover {
  opacity: 1;
}

.hs95-menu-social-icon {
  width: 25px;
}

.hs95-menu-close {
  color: var(--antique-white);
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vh;
  font-family: Rubik;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hs95-menu-close-bars-wrapper {
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: relative;
}

.hs95-menu-close-bars-wrapper:hover {
  opacity: 1;
}

.hs95-menu-close-bar {
  background-color: var(--antique-white);
  width: 30px;
  height: 1.5px;
  transform: rotate(45deg);
}

.hs95-menu-close-bar.absolute {
  position: absolute;
  transform: rotate(-45deg);
}

.ths04-page-wrapper {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--gradient-color-1), var(--gradient-color-2));
  position: relative;
  overflow: hidden;
}

.hs95-slide-overlay {
  background-color: var(--gradient-color-1);
  position: absolute;
  inset: 0%;
}

.hs95-slide-caption-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 8vh;
  padding-left: 50px;
  display: flex;
  position: static;
  inset: auto 0% -8vh;
}

.ths04-slider-mask {
  overflow: visible;
}

.hs95-slide-caption {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  max-width: 900px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hs95-slide-caption.none {
  text-transform: none;
  max-width: 650px;
  font-size: 16px;
  font-weight: 200;
  line-height: 23px;
  display: block;
}

.hs95-slide-caption-bars-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50px;
  margin-right: 30px;
  padding-top: 10px;
  display: flex;
}

.hs95-slide-caption-bar {
  background-color: #0009;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

.hs95-slide-caption-bar.last {
  width: 14px;
}

.hs95-slider-nav-arrow-icon {
  width: .6vw;
}

.hs95-slider-nav-arrow-icon.margin-left {
  margin-left: .2vw;
}

.hs95-slide-bg-line {
  z-index: 2;
  background-color: #0e01001a;
  width: 2px;
  height: 77vh;
  position: absolute;
  inset: 0% 24vw 0% auto;
}

.hs95-slide-number {
  color: var(--gradient-color-2);
  font-family: Sonder, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.hs95-slide-number-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 10vw;
  height: 10vw;
  display: none;
  position: absolute;
  inset: auto 7vw 2vw auto;
}

.hs95-slide-lightbox-hover {
  z-index: 9;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
  position: absolute;
  inset: 45% 50%;
}

.hs95-zoom-icon {
  width: 20px;
}

.letters {
  height: 70px;
}

.letters.e {
  max-width: none;
}

.letters._0 {
  margin-right: 20px;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: copperplate, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.text-block.ig {
  display: none;
}

.image {
  margin-bottom: -17px;
}

.div-block._2, .div-block._1 {
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.ths04-nav-link-2 {
  opacity: .8;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}

.ths04-nav-link-2:hover {
  opacity: 1;
}

.text-block-2 {
  color: #bebebe;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-4 {
  margin-bottom: 16px;
  margin-left: -8px;
}

.button {
  letter-spacing: 2px;
  background-color: #887743;
  margin: 8px;
  font-family: copperplate, sans-serif;
  font-weight: 300;
  transition: background-color .525s;
}

.button:hover {
  background-color: #000;
}

.link {
  color: #fff;
  text-decoration: none;
  transition: opacity .5s;
}

.link:hover {
  opacity: .55;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .ths04-preloader-section {
    top: -100%;
  }

  .ths04-preloader-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .ths04-slide {
    background-position: 50%;
  }

  .letters {
    height: 50px;
    margin-left: -44px;
    margin-right: -44px;
  }

  .letters.e {
    margin-top: 0;
  }

  .letters._0 {
    margin-right: 0;
  }

  .div-block {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .div-block._2 {
    margin-left: -18px;
  }

  .div-block._1 {
    margin-left: 32px;
  }

  .div-block-2 {
    display: flex;
  }

  .div-block-3 {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .hs95-contact-link-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ths04-navigation {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 6px;
  }

  .ths04-brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ths04-header-block-center {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hs95-hero-section-footer {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
  }

  .ths04-header-block-right {
    display: none;
  }

  .ths04-nav-link {
    margin-left: 0;
    padding-top: 1px;
    padding-bottom: 4px;
    padding-right: 0;
  }

  .ths04-slide {
    background-image: linear-gradient(#0000, #0000 67%, #00000069 76%, #000), linear-gradient(#0c0b0a, #0000), url('../images/Whiskey_Roxx_shutterstock_1598813287.jpg');
    background-size: auto, auto, cover;
  }

  .ths04-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .hs95-slide-caption-wrapper {
    text-align: center;
    justify-content: center;
    height: auto;
    padding: 10px;
  }

  .hs95-slide-caption {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .letters.e {
    margin-top: 0;
  }

  .text-block {
    letter-spacing: 1px;
  }

  .div-block-3 {
    align-items: center;
  }

  .ths04-nav-link-2 {
    margin-left: 0;
    padding-top: 1px;
    padding-bottom: 4px;
    padding-right: 0;
  }

  .text-block-2 {
    letter-spacing: 1px;
  }

  .div-block-4 {
    margin-left: 0;
  }

  .button {
    text-align: center;
    min-width: 120px;
  }
}

@media screen and (max-width: 479px) {
  .ths04-preloader-section {
    top: -100%;
  }

  .ths04-hero-section {
    height: auto;
  }

  .hs95-contact-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hs95-contact-link-text {
    font-size: 13px;
  }

  .hs95-hero-section-footer {
    height: auto;
    padding-top: 12px;
  }

  .ths04-slider-wrapper {
    height: auto;
  }

  .ths04-slider {
    height: 65vh;
  }

  .ths04-slide {
    background-image: linear-gradient(#0000, #0000 62%, #00000069 66%, #000), linear-gradient(#0c0b0a, #0000), url('../images/Whiskey_Roxx_shutterstock_1598813287.jpg');
    background-size: auto, auto, cover;
  }

  .hs95-slide-caption-wrapper {
    height: auto;
  }

  .hs95-slide-caption {
    padding-bottom: 12px;
  }

  .hs95-slide-caption.none {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .letters {
    height: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .letters._0 {
    margin-left: 0;
  }

  .div-block._2 {
    margin-left: -11px;
  }

  .div-block._1 {
    margin-left: 0;
  }

  .div-block-3 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


@font-face {
  font-family: 'Sonder';
  src: url('../fonts/SonderRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}