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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 103px;
  font-weight: 700;
  line-height: 130%;
}

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

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 150%;
}

.comingsoon {
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
}

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

.container.small {
  width: 790px;
}

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

.image {
  margin-top: 20px;
}

.main-section {
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  display: flex;
}

.white {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 94%;
}

.div-block {
  grid-column-gap: 55px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: start;
  display: grid;
}

.paragraph {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 29px;
}

.bold {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(278deg, #c34a07, #de9e04);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.button {
  background-color: #c24605;
  border-radius: 8px;
  padding: 15px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all .575s;
}

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

.headgrid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
}

.logo-div {
  border-bottom: 1px solid #ffffff52;
  border-right: 1px solid #ffffff52;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.head-div {
  border-bottom: 1px solid #ffffff52;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block {
  color: #303030;
  background-color: #de9d04;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 40px;
  font-family: Bebas Neue, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  height: 100%;
}

.grid {
  grid-template-columns: .25fr 2.75fr;
  height: 100%;
}

.div-block-3 {
  border-right: 1px solid #ffffff52;
  min-height: 100vh;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px;
  display: flex;
}

.white-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}

.grid-2 {
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
}

.white-txt {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 25px;
}

.link-block-copy {
  color: #303030;
  background-color: #de9d04;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 40px;
  font-family: Bebas Neue, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: all .475s;
  display: inline-flex;
}

.link-block-copy:hover {
  color: #fff;
  background-color: #000;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 150%;
}

.contact-overlay {
  background-color: #de9d05c9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay-box {
  background-color: #fff;
  width: 700px;
  max-width: 100%;
  padding: 40px;
  position: relative;
}

.close-button {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.clos-x {
  color: #fff;
  margin-bottom: 0;
}

.h1 {
  font-size: 72px;
}

@media screen and (max-width: 991px) {
  .grid-2 {
    display: block;
  }
}

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

@media screen and (max-width: 479px) {
  .headgrid {
    flex-flow: column;
    grid-template-columns: .25fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .logo-div {
    border-right-style: none;
    width: 100%;
  }

  .div-block-2 {
    height: auto;
  }

  .grid {
    grid-column-gap: 0px;
  }

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

  .div-block-4 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 92px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .white-text {
    font-size: 81px;
  }

  .white-txt {
    font-size: 17px;
  }

  .image-2 {
    border-right: 1px #000;
  }

  .div-block-5 {
    display: none;
  }
}

#w-node-c4cfbe5b-8335-7085-4707-859491730936-ef11ae11, #w-node-_0edcffec-ea3a-3665-904b-b81d038bbcdf-ef11ae11, #w-node-_1a89b54c-7045-3799-b5f4-2031ee7a2efd-ef11ae11, #w-node-dadb87bf-d217-a8ef-61b6-3831fd2b8e95-ef11ae11 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


