.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;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.hero_section {
  color: #fff;
  background-image: url('../images/Outside-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  height: 800px;
  margin: 16px;
  position: relative;
}

.curtain {
  background-image: linear-gradient(0deg, #00000080 11%, #0000 44%);
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  height: 140px;
  margin: 16px;
  display: flex;
}

.body {
  color: #000;
  font-family: Inter, sans-serif;
}

.heading {
  color: #fff;
}

.heading.hero {
  width: 630px;
  padding-left: 20px;
  padding-right: 6%;
  font-size: 44px;
  line-height: 105%;
}

.hero_card_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_card {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff3;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 16px;
  display: flex;
}

.hero_p {
  margin-bottom: 0;
}

.hero_h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}

.div-block-3 {
  width: 600px;
  padding-left: 16px;
}

.hero_icon {
  opacity: .5;
}

.hero_ic {
  opacity: .29;
}

.navbar {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.nav_cta {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.626, .004, .287, 1.787);
  display: flex;
  position: static;
}

.nav_cta:hover {
  width: 210px;
}

.nav_cta.sml {
  width: 50px;
  display: none;
}

.nav-wrapper {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 32px 0% auto;
}

.nav-wrapper.scrolled {
  transition: all .2s;
  top: 16px;
}

.navbar-2 {
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  height: 50px;
  box-shadow: 0 3px 10px -2px #0000001a;
}

.nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link.w--current {
  color: #000;
  font-weight: 600;
}

.nav-link-2, .nav-link-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  height: 50px;
}

.link-block.w--current {
  justify-content: flex-start;
  align-items: center;
  margin-left: 16px;
  display: flex;
}

.heading-2 {
  font-size: 28px;
  font-weight: 500;
}

.heading-2.c {
  text-align: center;
}

.section {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.n {
  padding-top: 0;
  padding-bottom: 0;
}

.section._1 {
  padding-top: 0;
}

.claim_wrapper {
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid_item_1 {
  box-sizing: border-box;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 12px;
  width: 100%;
  position: static;
  overflow: clip;
}

.div-block-4 {
  background-color: #00000080;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  position: relative;
}

.lightbox_card_heading {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.flex-c-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.table-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.table-item-clear {
  border-bottom: 1px solid #cfcfcf;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
  display: flex;
}

.table-item-clear:hover {
  transform: scale(1.01);
}

.t-p-bold {
  font-size: 16px;
  font-weight: 700;
}

.t-p-reg {
  font-size: 16px;
  font-weight: 400;
}

.table-item-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  transition: all .2s;
  display: flex;
}

.table-item-card:hover {
  transform: scale(1.01);
}

.div-block-5 {
  width: 100%;
}

.code-embed {
  border-radius: 0;
  width: 100%;
}

.p-100 {
  width: 100%;
}

._180wrapper {
  aspect-ratio: 16 / 9;
  background-color: #ddd;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 28px;
  overflow: hidden;
}

.flex-r-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.p {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.p.bold {
  font-weight: 700;
}

.p.light {
  color: #9c9c9c;
}

.p.m {
  margin-top: 5px;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-right: 1px solid #cfcfcf;
  flex-flow: column;
  padding-right: 32px;
  display: flex;
}

.div-block-6.last {
  border-right-style: none;
}

.iconsize {
  width: 32px;
}

.iconsize.s {
  width: 28px;
}

.form-block {
  width: 80%;
}

.flex-c-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.contact-info-dial-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_field {
  border-radius: 8px;
}

.tag {
  margin-bottom: 3px;
  font-size: 12px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footerwrapper {
  background-color: #f0f0f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.div-block-7.p {
  border-top: 1px solid #cbcbcb;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
}

.footer-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-top: 32px;
  padding-bottom: 24px;
  padding-right: 32px;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.div-block-8 {
  position: relative;
}

#rotationCanvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: grab;
}
#rotationCanvas:active {
  cursor: grabbing;
}


@media screen and (max-width: 991px) {
  .hero_section {
    height: 700px;
  }

  .nav_cta.w-button {
    display: flex; !important
  }

  .curtain {
    background-image: linear-gradient(0deg, #00000080 24%, #0000 53%);
  }

  .div-block-2 {
    flex-flow: column;
    height: 260px;
  }

  .heading.hero {
    width: 100%;
    padding-left: 0;
    padding-right: 0%;
  }

  .hero_card._3 {
    display: flex;
  }

  .nav_cta {
    display: none;
  }

  .nav_cta.sml {
    display: flex;
  }

  .nav-wrapper {
    width: auto;
    inset: 32px 16px auto;
  }

  .navbar-2 {
    z-index: 1;
    position: relative;
  }

  .nav-link {
    border-bottom: 1px solid #fff;
    height: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-link.w--open {
    background-color: #fff;
    border-radius: 8px;
    height: 50px;
  }

  .nav-link.last {
    border-bottom-style: none;
  }

  .section {
    width: 100%;
    max-width: 1000px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-c-12 {
    width: 60%;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footerwrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon {
    color: #000;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #ffffff4d;
    border-radius: 8px;
    padding-top: 0;
    inset: 50px -50px auto 0%;
    box-shadow: 0 2px 5px #0003;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    justify-content: flex-end;
    height: 220px;
  }

  .heading.hero {
    font-size: 34px;
  }

  .hero_card._3 {
    display: none;
  }

  .nav_cta.sml {
    border-radius: 6px;
    width: 42px;
    height: 42px;
  }

  .navbar-2 {
    border-radius: 6px;
    height: 42px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
  }

  .nav-link.w--open, .link-block.w--current {
    height: 42px;
  }

  .heading-2.c {
    font-size: 22px;
    line-height: 124%;
  }

  .claim_wrapper {
    width: 90%;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .grid_item_1 {
    position: static;
  }

  .grid_item_1.v {
    display: none;
  }

  .flex-c-32 {
    flex-flow: column;
  }

  .table-div {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .table-item-clear {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .t-p-bold, .t-p-reg {
    font-size: 14px;
  }

  .table-item-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-r-16 {
    flex-flow: row;
  }

  .flex-r-16._2 {
    flex-flow: column-reverse;
  }

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

  .iconsize {
    width: 26px;
  }

  .iconsize.s {
    width: 20px;
  }

  .flex-c-12 {
    display: none;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .div-block-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .div-block-7.p {
    margin-top: 12px;
  }

  .footer-block {
    padding-top: 16px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .nav-menu {
    -webkit-backdrop-filter: drop-shadow(0 2px 7px #000000b3) blur(6px);
    backdrop-filter: drop-shadow(0 2px 7px #000000b3) blur(6px);
    top: 42px;
    right: -42px;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    margin: 12px;
  }

  .curtain {
    background-image: linear-gradient(0deg, #00000080 29%, #0000 53%);
  }

  .div-block-2 {
    margin: 12px;
  }

  .hero_card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero_p {
    font-size: 12px;
  }

  .hero_h2 {
    font-size: 24px;
  }

  .nav-wrapper {
    top: 24px;
    left: 12px;
    right: 12px;
  }

  .section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section.n {
    padding-left: 12px;
  }

  .claim_wrapper {
    width: 100%;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid_item_1 {
    border-radius: 8px;
  }

  .lightbox_card_heading {
    font-size: 20px;
  }

  ._180wrapper {
    border-radius: 8px;
  }

  .div-block-6 {
    padding-right: 12px;
  }

  .div-block-6.last {
    display: none;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }
}

#w-node-a1d4c343-3aae-de98-d700-4898079816c8-1b5ff22e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-a1d4c343-3aae-de98-d700-4898079816c8-1b5ff22e {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }
}


