:root {
  --black-2: #333;
  --white: white;
  --red: #e1251b;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  background-color: var(--black-2);
  flex-direction: row;
  display: none;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: var(--white);
}

.section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  min-height: 100vh;
  display: none;
}

.section-2 {
  background-color: var(--white);
  color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.section-3 {
  background-color: var(--black-2);
}

.image {
  padding: 10px;
}

.heading {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-2, .heading-3 {
  font-weight: 400;
}

.heading-4 {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

.heading-5 {
  font-weight: 600;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.heading-6 {
  color: var(--white);
  text-align: center;
}

.heading-7 {
  text-align: right;
  font-weight: 600;
}

.text-span, .text-span-2, .text-span-3 {
  font-weight: 600;
}

.grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  margin-bottom: 100px;
}

.text-span-4 {
  font-weight: 600;
}

.heading-8, .heading-9 {
  text-align: center;
}

.section-4 {
  background-color: var(--red);
  color: var(--white);
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  flex-direction: column;
  justify-content: center;
  min-height: 50vh;
  display: flex;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.column {
  border-right: 0px solid var(--white);
  color: var(--white);
}

.heading-10 {
  text-align: left;
  letter-spacing: 5px;
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: 700;
}

.heading-11 {
  text-align: left;
  margin-top: 10px;
  font-weight: 500;
  line-height: 30px;
}

.heading-12 {
  letter-spacing: 5px;
  margin-bottom: 0;
  font-weight: 700;
}

.section-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_4786.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: auto;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: var(--red);
}

.text-block {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 11px;
  line-height: 16px;
}

.link {
  color: var(--white);
  text-decoration: none;
}

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

.heading-13 {
  font-weight: 500;
}

.heading-14 {
  color: #fff;
  font-weight: 600;
}

.heading-14:hover {
  color: var(--white);
}

.heading-15, .heading-16 {
  font-weight: 500;
}

.container-2 {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.heading-17 {
  border: 8px solid var(--white);
  color: var(--white);
  letter-spacing: 5px;
  padding: 30px 50px;
}

.section-6 {
  min-height: 100vh;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 20vw 20vw minmax(20vw, 1fr) 20vw minmax(20vw, 1fr);
}

.div-block {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.div-block-2 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/IMG_4778.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-3 {
  background-image: url('../images/IMG_4785.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
  min-height: 50vh;
}

.div-block-4 {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.div-block-5 {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.div-block-6 {
  height: 50vh;
  min-height: 50vh;
}

.div-block-7 {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.grill {
  background-image: url('../images/IMG_4857.jpg'), linear-gradient(to bottom, var(--black-2), var(--black-2));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  height: 50vh;
  min-height: 50vh;
}

.heading-18 {
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  transform: rotate(-90deg);
}

.div-block-9 {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.div-block-10 {
  height: 50vh;
  min-height: 50vh;
}

.heading-19 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: -67px;
  margin-bottom: 60px;
  padding-top: 10px;
}

.heading-19.lunch {
  color: var(--red);
  margin-top: -69px;
  padding-top: 20px;
  font-weight: 600;
}

.text-span-8, .text-span-9 {
  color: var(--red);
}

.grid-4 {
  place-items: center;
  margin-top: -41px;
  margin-bottom: 100px;
}

.heading-20 {
  color: var(--white);
  text-align: center;
  font-size: 38px;
}

.text-span-10 {
  font-size: 60px;
}

.text-span-11, .text-span-12 {
  font-weight: 600;
  line-height: 54px;
}

.text-span-13 {
  line-height: 54px;
}

.div-block-11 {
  border: 0px solid var(--white);
  color: var(--white);
  padding: 15px;
  display: block;
}

.text-span-14 {
  font-size: 30px;
}

.heading-21 {
  border: 5px solid var(--white);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 38px;
  line-height: 29px;
}

.text-span-15 {
  letter-spacing: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-span-16 {
  letter-spacing: 3px;
  font-size: 28px;
  font-weight: 300;
}

.text-span-17 {
  letter-spacing: 29px;
  font-size: 44px;
  font-weight: 300;
  line-height: 48px;
}

.text-span-18 {
  letter-spacing: 2.25px;
  font-size: 22px;
  font-weight: 300;
}

.text-span-19 {
  letter-spacing: 4px;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
}

.text-span-20 {
  font-size: 44px;
  font-weight: 300;
  line-height: 48px;
}

.brand {
  transform: rotate(-90deg);
}

.column-2 {
  border-right: 0px solid var(--white);
  border-left: 2px solid var(--white);
  text-align: right;
}

.text-span-21 {
  line-height: 50px;
}

.body {
  background-color: var(--black);
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.text-span-22 {
  letter-spacing: 8px;
  font-size: 25px;
  font-weight: 800;
  line-height: 26px;
}

.text-span-23 {
  letter-spacing: 4px;
  font-weight: 800;
  line-height: 42px;
}

.text-span-24 {
  line-height: 50px;
}

.chinese {
  background-color: var(--black-2);
  height: 50vh;
  min-height: 50vh;
}

.lightbox-link {
  background-image: url('../images/IMG_4855.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100%;
  min-height: 50vh;
}

.sushi {
  background-color: var(--black-2);
  min-height: 50vh;
}

.lightbox-link-6 {
  background-image: url('../images/IMG_4831.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100%;
  min-height: 50vh;
}

.lightbox-link-7 {
  background-image: url('../images/IMG_4828.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  min-width: 100%;
  min-height: 50vh;
}

.lightbox-link-8 {
  background-image: url('../images/IMG_4830.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 50vh;
}

.lightbox-link-9 {
  background-image: url('../images/IMG_4831.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 50vh;
}

.lightbox-link-2 {
  background-image: url('../images/IMG_4858.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 50vh;
}

.lightbox-link-3 {
  background-image: url('../images/IMG_4853.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 50vh;
}

.lightbox-link-4 {
  background-image: url('../images/IMG_4839.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 50vh;
}

.lightbox-link-5 {
  background-image: url('../images/IMG_4856.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 50vh;
}

.american {
  background-color: var(--black-2);
  min-width: auto;
  height: 50vh;
  min-height: 50vh;
}

.lightbox-link-14 {
  background-image: url('../images/IMG_4834.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100%;
  min-height: 50vh;
}

.lightbox-link-15 {
  background-image: url('../images/IMG_4834.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 50vh;
}

.lightbox-link-16 {
  background-image: url('../images/IMG_4835.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 50vh;
}

.lightbox-link-17 {
  background-image: url('../images/IMG_4852.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 50vh;
}

.seafood {
  background-color: var(--black-2);
  height: 50vh;
  min-height: 50vh;
}

.lightbox-link-10 {
  background-image: url('../images/IMG_4861.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100%;
  min-height: 50vh;
}

.lightbox-link-11 {
  background-image: url('../images/IMG_4827.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 50vh;
}

.lightbox-link-12 {
  background-image: url('../images/IMG_4849.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 50vh;
}

.lightbox-link-13 {
  background-image: url('../images/IMG_4861.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 50vh;
}

.slide-nav, .right-arrow, .left-arrow, .slide-nav-2, .right-arrow-2, .left-arrow-2, .slide-nav-3, .right-arrow-3, .left-arrow-3, .slide-nav-4, .right-arrow-4, .left-arrow-4 {
  opacity: 0;
}

.div-block-12 {
  height: 50vh;
  min-height: 50vh;
}

.link-block {
  min-width: 100%;
  min-height: 50vh;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.lightbox-link-18 {
  min-width: 100%;
  min-height: 50vh;
}

.slide-2 {
  background-image: url('../images/IMG_4857.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-19 {
  min-width: 100%;
  min-height: 50vh;
}

.slide-3 {
  background-image: url('../images/IMG_4854.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-20 {
  min-width: 100%;
  min-height: 50vh;
}

.slide-4 {
  background-image: url('../images/IMG_4860.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-21 {
  min-width: 100%;
  min-height: 50vh;
}

.slide-1 {
  background-image: url('../images/IMG_4836.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-22 {
  min-width: 100%;
  min-height: 50vh;
}

.slide-5 {
  background-image: url('../images/IMG_4850.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/IMG_4847.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-23, .lightbox-link-24 {
  min-width: 100%;
  min-height: 50vh;
}

.heading-22 {
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
}

.heading-23 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 10px;
  font-weight: 400;
}

.heading-24 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}

.heading-25 {
  color: var(--red);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
  display: block;
}

.heading-26 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  font-weight: 300;
  line-height: 34px;
}

.heading-27 {
  text-align: center;
  text-transform: uppercase;
}

.heading-28 {
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.text-span-25 {
  font-weight: 700;
}

.modal-wrapper {
  z-index: 1000000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-13 {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  min-width: 40vw;
  margin-left: 100px;
  margin-right: 100px;
  padding: 25px;
  display: flex;
}

.div-block-14 {
  justify-content: flex-end;
  display: block;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 0;
  transform: rotate(45deg);
}

.heading-30 {
  text-align: center;
}

.text-block-2 {
  text-align: center;
  margin-top: -6px;
  margin-bottom: 20px;
  padding-top: 0;
  font-weight: 500;
}

.heading-31 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
}

.text-block-2-copy {
  text-align: center;
  margin-bottom: 25px;
}

.html-embed {
  flex-flow: row;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.div-block-15 {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.heading-32 {
  color: var(--white);
  align-self: flex-start;
}

.container-4 {
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.container-5 {
  flex: 1;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-33 {
  color: var(--white);
  text-align: center;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.nav-menu {
  display: flex;
}

.menu-button {
  display: none;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--red);
  border-radius: 5px;
  margin-top: 20px;
}

.hibachi-hours-div {
  display: none;
}

.heading-34 {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.weekend-menu-items-sec {
  background-color: var(--black-2);
  padding: 20px;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.grid-5.horizontal {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image_weekend {
  width: 140px;
  padding: 10px;
}

.image_weekend.horizontal {
  width: auto;
  max-width: none;
  height: 140px;
}

.new-weekend-menu-items {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.new-menu-items-text {
  justify-content: center;
  display: flex;
}

.heading-35 {
  color: var(--white);
  text-align: center;
}

.section-7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/exterior.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: auto;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-template-rows: auto auto auto auto auto;
  }

  .grid-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3 {
    grid-template-columns: 25vw 25vw 25vw 25vw;
  }

  .div-block {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-21 {
    line-height: 20px;
  }

  .text-span-15 {
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
  }

  .text-span-16 {
    font-size: 23px;
    line-height: 24px;
  }

  .text-span-17 {
    font-size: 30px;
    line-height: 27px;
  }

  .text-span-18 {
    font-size: 17px;
    line-height: 25px;
  }

  .text-span-19 {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
  }

  .text-span-20 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-span-21 {
    line-height: 50px;
  }

  .text-span-22 {
    font-size: 19px;
    font-weight: 800;
  }

  .text-span-23 {
    font-size: 31px;
    line-height: 27px;
  }

  .text-span-24 {
    line-height: 50px;
  }

  .div-block-12 {
    height: 50vh;
  }

  .heading-23 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-24 {
    font-size: 20px;
  }

  .heading-25 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-26 {
    font-size: 20px;
  }

  .heading-28 {
    font-size: 30px;
    line-height: 36px;
  }
}

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

  .heading {
    font-size: 28px;
    line-height: 34px;
  }

  .columns {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-11 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-13 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-14, .heading-15 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-16 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-17 {
    border-width: 6px;
    font-size: 24px;
    line-height: 30px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 25vw 25vw 25vw 25vw;
    grid-auto-flow: row;
  }

  .div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18 {
    font-size: 14px;
    line-height: 32px;
  }

  .heading-19 {
    font-size: 28px;
    line-height: 34px;
  }

  .grid-4 {
    place-items: start;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-11 {
    border-width: 0;
    padding: 10px;
  }

  .heading-21 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 18px;
  }

  .text-span-15 {
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-span-16 {
    font-size: 15px;
    line-height: 16px;
  }

  .text-span-17 {
    letter-spacing: 14px;
    font-size: 24px;
    line-height: 18px;
  }

  .text-span-18 {
    font-size: 11px;
  }

  .text-span-19 {
    font-size: 17px;
    line-height: 18px;
  }

  .text-span-20 {
    font-size: 24px;
    line-height: 18px;
  }

  .column-2 {
    border-left-width: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span-21 {
    line-height: 30px;
  }

  .text-span-22 {
    letter-spacing: 5px;
    font-size: 14px;
  }

  .text-span-23 {
    font-size: 19px;
    line-height: 18px;
  }

  .text-span-24 {
    line-height: 30px;
  }

  .heading-23 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-24 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-25 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-26 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-28 {
    font-size: 20px;
    line-height: 26px;
  }

  .html-embed-2 {
    border: 1px #000;
  }

  .heading-35 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    padding: 30px;
    transform: rotate(0);
  }

  .heading {
    font-size: 28px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .grid {
    grid-template-columns: 1.75fr 1fr;
  }

  .grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .column {
    border-bottom: 0px solid var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16 {
    text-align: center;
  }

  .heading-17 {
    text-align: center;
    padding: 14px;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block {
    min-height: 15vh;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    min-height: 85vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-18 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-19 {
    font-size: 20px;
  }

  .grid-4 {
    padding: 0 60px;
  }

  .div-block-11 {
    margin-bottom: 100px;
  }

  .heading-21 {
    line-height: 11px;
  }

  .text-span-15 {
    letter-spacing: 2.5px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-span-16 {
    font-size: 13px;
  }

  .text-span-17 {
    letter-spacing: 16px;
    font-size: 24px;
    line-height: 20px;
  }

  .text-span-18 {
    letter-spacing: 2.25px;
    font-size: 10px;
    line-height: 14px;
  }

  .text-span-19 {
    font-size: 16px;
    line-height: 12px;
  }

  .text-span-20 {
    font-size: 24px;
    line-height: 20px;
  }

  .brand {
    padding-left: 0;
    transform: rotate(0);
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-21 {
    line-height: 38px;
  }

  .body {
    background-color: var(--black);
    color: var(--black-2);
  }

  .text-span-22 {
    font-size: 13px;
    line-height: 20px;
  }

  .text-span-23 {
    font-size: 18px;
    line-height: 14px;
  }

  .heading-23 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-24 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-25 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-26 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-28 {
    letter-spacing: 6px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-13 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

#w-node-_8299fae4-cec3-c6cd-2152-1a00fca9bbc8-b8df7ead {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82cb3045-b28e-60e0-d890-c1ee8718fc82-b8df7ead, #w-node-_43518892-fc67-ea5d-3c62-91a65172e570-b8df7ead {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6c6bd827-99f2-c2b2-a82e-510fcc7af834-b8df7ead {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_152c20ec-6476-0fbe-76bc-166e6d96bc6a-b8df7ead, #w-node-_30b38a7c-744e-1c5a-21d9-f1fdba88f9ce-b8df7ead {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_26adc0b5-25eb-4398-bc3f-73baf23f5e39-b8df7ead {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b1ac8a2-eac9-ad64-9f53-a1a00185d94a-b8df7ead {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_57cacec3-b5e7-4858-c7f3-2a930bc66850-b8df7ead, #w-node-_103b2927-b55d-2acb-b9c1-ea3ecdaff502-b8df7ead {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_117a1e76-4531-0bb2-8c08-1cf9dbeaf255-b8df7ead, #w-node-_7a149e4a-ce3f-5127-0791-ca45c019d44e-b8df7ead {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_647bf98f-64e0-9892-38aa-8ecf89245e4f-b8df7ead, #w-node-_86ec09cb-2760-f88d-2fec-5533a1e58897-b8df7ead {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_82cb3045-b28e-60e0-d890-c1ee8718fc82-b8df7ead, #w-node-_43518892-fc67-ea5d-3c62-91a65172e570-b8df7ead, #w-node-_152c20ec-6476-0fbe-76bc-166e6d96bc6a-b8df7ead, #w-node-_30b38a7c-744e-1c5a-21d9-f1fdba88f9ce-b8df7ead {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_26adc0b5-25eb-4398-bc3f-73baf23f5e39-b8df7ead {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b1ac8a2-eac9-ad64-9f53-a1a00185d94a-b8df7ead {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8299fae4-cec3-c6cd-2152-1a00fca9bbc8-b8df7ead {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82cb3045-b28e-60e0-d890-c1ee8718fc82-b8df7ead, #w-node-_43518892-fc67-ea5d-3c62-91a65172e570-b8df7ead, #w-node-_152c20ec-6476-0fbe-76bc-166e6d96bc6a-b8df7ead {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_26adc0b5-25eb-4398-bc3f-73baf23f5e39-b8df7ead {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b1ac8a2-eac9-ad64-9f53-a1a00185d94a-b8df7ead {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3cd6381f-0ba8-dbd2-03dd-e5524d5b92d6-b8df7ead, #w-node-_01bc5528-3d67-3304-789f-c7e492da77f4-b8df7ead, #w-node-aca822db-30ff-cfca-ce98-8891944ba0e9-b8df7ead, #w-node-_86ec09cb-2760-f88d-2fec-5533a1e58895-b8df7ead {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8299fae4-cec3-c6cd-2152-1a00fca9bbc8-b8df7ead, #w-node-_82cb3045-b28e-60e0-d890-c1ee8718fc82-b8df7ead {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-e8e02a1c-97ba-7b74-f6c0-06ce9a232f41-b8df7ead, #w-node-_7266f9e3-17f5-debb-06e1-b07f7cfcf132-b8df7ead, #w-node-_2c189921-f56b-0fd8-8d3b-7926d84ce182-b8df7ead, #w-node-_14480f7a-06d7-f5e6-8065-b5226a6f88cd-b8df7ead {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }
}


