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

.section {
  padding: 5%;
}

.section._1 {
  background-color: #b3cac7;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: contain;
}

.section._2 {
  background-color: #5e6434;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: contain;
}

.section._3 {
  background-color: #cca041;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: contain;
}

.section._4 {
  background-color: #efe5de;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: contain;
}

.section._5 {
  background-color: #5e6434;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: cover;
}

.section._6 {
  background-color: #b3cac7;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: contain;
  padding-bottom: 1%;
}

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

.heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: dm-sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.heading._2 {
  letter-spacing: 2px;
  text-transform: none;
}

.image {
  margin-bottom: 5%;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #000;
  text-align: right;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: dm-sans-18pt, sans-serif;
}

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

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

.button {
  color: #000;
  letter-spacing: 1.5px;
  background-color: #3898ec00;
  font-family: dm-sans-24pt, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.grid {
  grid-template-rows: minmax(0, 1fr) auto auto;
}

.div-block-5, .div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 40%;
  display: flex;
}

.image-3 {
  margin-bottom: 5%;
}

.paragraph-2 {
  text-align: center;
  letter-spacing: 1px;
  font-family: dm-sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.paragraph-2-copy {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10%;
  font-family: dm-sans-18pt, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-2-copy._3 {
  text-transform: uppercase;
  margin-top: 3%;
  font-family: dm-sans, sans-serif;
  font-weight: 700;
}

.paragraph-2-copy._3-copy {
  text-transform: none;
  text-transform: uppercase;
  width: 25%;
  margin-top: 3%;
  font-family: dm-sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 5%;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3%;
  display: flex;
}

.modal-component {
  color: #000;
  width: 100%;
  height: 100%;
}

.modal-container {
  z-index: 5;
  background-color: #efe5de;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 600px;
  margin: 5vh auto 20px;
  padding: 55px 40px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-5 {
  color: #302f2f;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.heading-5 {
  color: #000;
  letter-spacing: 2px;
  font-family: dm-sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal-wrapper._2, .modal-wrapper._3, .modal-wrapper._2-copy, .modal-wrapper._3-copy {
  display: none;
}

.button-3 {
  color: #676535;
  background-color: #35353500;
  border: 1px solid #676535;
  border-radius: 20px;
  padding: 5px 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
}

.button-3.modal-open_btn {
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #4353ff00;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-family: dm-sans, sans-serif;
  text-decoration: underline;
  display: inline-block;
}

.button-3.modal-open_btn._2 {
  color: #000;
}

.button-3._1 {
  margin-bottom: 10px;
}

.button-3.modal-open_btn {
  color: #3330;
  background-color: #4353ff00;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: inline-block;
}

.button-3.modal-open_btn._3 {
  display: block;
}

.paragraph-4 {
  text-align: center;
  font-family: dm-sans, sans-serif;
  font-weight: 400;
}

.paragraph-4._1 {
  margin-top: 5%;
}

.link-4 {
  color: #333;
}

.displayonly_component {
  width: 100%;
  height: 100%;
  min-height: auto;
  box-shadow: none;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.div-block-10 {
  padding-top: 3%;
  padding-bottom: 3%;
}

.heading-6 {
  color: #000;
  letter-spacing: 2px;
  font-family: dm-sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.displayonly_component-2 {
  width: 100%;
  height: 100%;
  min-height: auto;
  box-shadow: none;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 0 0 40px;
  display: flex;
}

.displayonly_component-2._2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.modal-component-2 {
  width: 100%;
  height: 100%;
}

.heading-7 {
  color: #000;
  letter-spacing: 2px;
  font-family: dm-sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.displayonly_component-3 {
  width: 100%;
  height: 100%;
  min-height: auto;
  box-shadow: none;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 0 0 40px;
  display: flex;
}

.displayonly_component-3._2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.displayonly_component-3._3 {
  padding-left: 0;
}

.div-block-11 {
  background-image: url('../images/r3.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90vh;
}

.modal-component-3 {
  width: 100%;
  height: 100%;
}

.modal-container-2 {
  z-index: 5;
  background-color: #5e6434;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 20px;
  padding: 5% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-5 {
  color: #efe5de;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 5%;
  font-family: dm-sans, sans-serif;
}

.paragraph-5._1 {
  margin-bottom: 0%;
}

.link-6 {
  color: #f1e7e0;
  text-decoration: none;
}

.button-4 {
  color: #efe5de;
  background-color: #3898ec00;
  font-family: dm-sans, sans-serif;
  font-size: 12px;
  line-height: 10px;
  text-decoration: underline;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-8 {
  letter-spacing: 5px;
  margin-top: 0;
  font-family: dm-sans, sans-serif;
  font-weight: 600;
}

.paragraph-6 {
  letter-spacing: 2.5px;
  margin-top: 3%;
  font-family: dm-sans, sans-serif;
  font-weight: 600;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.div-block-8-copy {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.paragraph-7 {
  text-align: center;
  margin-top: 5%;
  font-family: dm-sans, sans-serif;
}

.paragraph-7-copy {
  text-align: center;
  text-transform: uppercase;
  margin-top: 1%;
  font-family: dm-sans, sans-serif;
}

.button-5 {
  color: #000;
  text-transform: uppercase;
  background-color: #3898ec00;
  padding-top: 0;
  font-family: dm-sans, sans-serif;
  font-size: 9px;
  line-height: 15px;
  text-decoration: underline;
}

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

@media screen and (max-width: 767px) {
  .modal-close_btn {
    font-size: 1.8rem;
  }

  .displayonly_component, .displayonly_component-2, .displayonly_component-3 {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    padding-top: 20%;
    padding-bottom: 10%;
  }

  .section._2, .section._3, .section._4 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section._5 {
    padding-right: 2%;
  }

  .section._6 {
    padding-top: 10%;
  }

  .heading {
    text-align: center;
    margin-bottom: 20%;
    font-size: 11px;
    line-height: 15px;
  }

  .heading._2 {
    margin-top: 10%;
    margin-bottom: 0%;
  }

  .paragraph {
    font-size: 9px;
    line-height: 15px;
  }

  .paragraph.iz {
    text-align: left;
  }

  .button {
    font-size: 9px;
    line-height: 15px;
  }

  .button._1 {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 12px;
  }

  .grid {
    grid-template-rows: minmax(0, 1fr);
  }

  .paragraph-2 {
    font-size: 9px;
    line-height: 15px;
  }

  .paragraph-2-copy {
    font-size: 10px;
  }

  .paragraph-2-copy._3-copy {
    width: 70%;
    font-size: 10px;
  }

  .div-block-9 {
    margin-bottom: 10%;
  }

  .modal-container {
    margin-top: 0;
    padding-bottom: 20%;
  }

  .modal-wrapper {
    background-color: #efe5de;
    background-image: url('../images/1.png');
    background-position: 0 0;
    background-size: cover;
    display: none;
  }

  .modal-wrapper._2, .modal-wrapper._2-copy {
    display: none;
  }

  .modal-wrapper._3-copy {
    background-color: #5e6434;
  }

  .button-3.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .button-3.modal-open_btn._3 {
    padding-left: 0;
    padding-right: 0;
  }

  .displayonly_component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-10 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .displayonly_component-2._2, .displayonly_component-3._2 {
    padding: 0;
  }

  .displayonly_component-3._3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-11 {
    background-image: url('../images/r3.png');
    height: 65vh;
  }

  .paragraph-6 {
    font-size: 10px;
    line-height: 15px;
  }

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

#w-node-d818eafb-d06f-853d-7a0e-5ac1bde82134-e15a0487 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c0158c69-0fa9-16e0-f9fb-0573b02e0d48-e15a0487, #w-node-dd156378-aebc-a9cf-52e0-5a4eab31e0e1-e15a0487 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-d532467b-c416-d612-15ee-8aee8f4a9885-e15a0487 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d532467b-c416-d612-15ee-8aee8f4a98bf-e15a0487 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b1dae136-3b9d-a0dd-72af-6ac23f1450bf-e15a0487 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b1dae136-3b9d-a0dd-72af-6ac23f1450d8-e15a0487 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5d41fd02-1ac7-4373-6bce-24ba201be9f3-e15a0487 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5d41fd02-1ac7-4373-6bce-24ba201bea0c-e15a0487 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_139f86f6-aa30-6cdc-7ecf-ae694bfd9b79-e15a0487 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_139f86f6-aa30-6cdc-7ecf-ae694bfd9baf-e15a0487 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-c0158c69-0fa9-16e0-f9fb-0573b02e0d48-e15a0487, #w-node-dd156378-aebc-a9cf-52e0-5a4eab31e0e1-e15a0487 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


