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

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

@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 {
  background-color: #faf4d3;
}

.section {
  width: 100%;
  margin: 60px auto;
}

.section.withbg {
  background-image: url('../images/image-2.png');
  background-position: 0 0;
  background-size: cover;
}

.section.bordertop {
  border: 1px #000;
  border-top: 2px solid #0c1618;
  padding-top: 30px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.div-block {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #0c1618;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  padding: 28px;
  display: flex;
}

.div-block.yellow {
  background-color: #d1ac00;
  justify-content: center;
  align-items: flex-start;
}

.div-block.pink {
  color: #333;
  background-color: #f6be9a;
  justify-content: center;
}

.div-block.violet {
  background-color: #004643;
  justify-content: center;
}

.div-block.transparentwithborder {
  background-color: #faf4d3;
  border: 2px solid #0c1618;
}

.div-block.transparentwithborder.flex-col {
  border-radius: 40px;
  flex-flow: row;
  align-items: center;
  padding: 9px 15px;
}

.div-block.transparentwithborder._1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
}

.div-block.withbg {
  background-image: url('../images/Gradient-1.png');
  background-position: 50% 0;
  background-size: cover;
}

.div-block.withbg.cop {
  background-color: #0000;
  background-image: none;
  align-items: center;
  padding: 0;
}

.div-block.uncolored {
  background-color: #0000;
  align-items: stretch;
}

.div-block.transparentnoborder {
  background-color: #faf4d3;
  border: 2px #0c1618;
}

.div-block.transparentnoborder._11 {
  justify-content: center;
}

.div-block.flex-col {
  flex-flow: row;
}

.h1 {
  color: #faf4d3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 44px;
}

.text-block {
  color: #d1ac00;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-block.sub_black {
  color: #0c1618;
}

.text-block.sub_black.sized {
  font-weight: 700;
}

.text-block.blacksub {
  color: #0c1618;
}

.text-block.greysub {
  color: #b8cfc9;
}

.text-block.subviolet {
  color: #004643;
}

.text-block.subviolet.bold {
  font-size: 13px;
  font-weight: 700;
}

.text-block.subviolet.sized {
  color: #004643;
  font-size: 26px;
  font-weight: 700;
}

.text-block.bold {
  font-weight: 700;
}

.text-block.sized {
  font-size: 26px;
}

.text-block.sized.pinktransparent {
  color: #f6be9a;
}

.text-block.borderedfilled {
  color: #0c1618;
  background-color: #0c161824;
  border-radius: 20px;
  padding: 6px 14px;
}

.text-block.borderedfilled.white {
  color: #faf4d3;
  background-color: #faf4d338;
}

.text-block.pink_sub {
  color: #f6be9a;
}

.text-block-2 {
  color: #d9e6e2;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-2.black_version {
  color: #0c1618b8;
  font-weight: 500;
}

.text-block-2.black_version1 {
  color: #0c1618;
  font-weight: 400;
}

.divblock_2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #0c1618;
  background-image: url('../images/Gradient.png');
  background-position: 50% 0;
  background-size: contain;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px;
  display: flex;
}

.button {
  background-color: #0c16188c;
  border-radius: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 11px;
}

.container {
  max-width: 90%;
}

.container.footer {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.h3 {
  color: #0c1618;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.h3.white {
  color: #faf4d3;
  font-weight: 600;
}

.button-2 {
  color: #d1ac00;
  background-color: #0c1618;
  border-radius: 20px;
  padding: 12px 24px 13px;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  line-height: 23px;
}

.div-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

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

.h2 {
  color: #0c1618;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.h2.white {
  color: #faf4d3;
  background-color: #0000;
}

.div-block-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3.copy, .grid-3._2copied {
  grid-template-columns: 1fr 1fr;
}

.heading {
  z-index: -1;
  color: #0000001a;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 260px;
  position: absolute;
  top: 20%;
}

.div-block-4 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.text-block-3 {
  color: #d9e6e2;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-3.black_version {
  color: #0c1618b8;
  font-weight: 500;
}

.div-block-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

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

.image {
  z-index: -1;
  width: auto;
  position: absolute;
  inset: -10% 0% auto auto;
}

.div-block-6 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  display: flex;
}

.text-block-4 {
  color: #0c1618;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.text-block-4.footersize {
  font-size: 15px;
}

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

.uui-container-large-2 {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-faq01_icon-wrapper-2 {
  color: #7f56d9;
}

.uui-page-padding-2 {
  padding-left: 0;
  padding-right: 0;
}

.accordion-icon_horizontal-line-2 {
  background-color: #0c1618;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-faq01_component-2 {
  margin-top: 0;
}

.uui-faq01_answer-2 {
  overflow: hidden;
}

.faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.accordion-icon_component-2 {
  color: #0c1618;
  border: 2px solid #0c1618;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line-2 {
  background-color: #0c1618;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq01_question-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.uui-faq01_list-2 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.button-3 {
  color: #faf4d3;
  background-color: #0c1618;
  border-radius: 20px;
  padding: 13px 23px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
  line-height: 23px;
}

.button-3.transparent {
  color: #0c1618;
  background-color: #0000;
  border: 2px solid #0c1618;
}

.div-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-8.flex-col {
  flex-flow: row;
}

.div-block-9 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.text-block-5 {
  color: #faf4d3;
  font-family: DM Sans, sans-serif;
  font-weight: 300;
}

.div-block-10 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 33%;
  display: flex;
}

.div-block-11.col2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.link-block {
  text-decoration: none;
}

.div-block-12 {
  border-top: 2px solid #0c1618;
  border-radius: 2px;
  justify-content: space-between;
  padding-top: 30px;
  display: flex;
}

.desktop-btn-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.container-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 2px solid #0c1618;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar {
  background-color: #0000;
  border: 0 solid #e4e0d6;
  border-bottom-width: 1px;
  width: 100%;
}

.nav-link {
  color: #1a1d22;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

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

.logo {
  color: #fff;
  flex-flow: column;
  flex: 0 auto;
  order: -9999;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.responsive-btn-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: none;
}

@media screen and (max-width: 991px) {
  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .icon {
    color: #1a1d22;
  }

  .menu-button {
    color: #fff;
    order: 9999;
  }

  .menu-button.w--open {
    background-color: #0000;
    order: 9999;
  }

  .desktop-btn-wrapper {
    display: none;
  }

  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
  }

  .nav-link {
    color: #1a1d22;
    text-align: center;
    font-size: 16px;
  }

  .nav-menu {
    background-color: #ecebe6;
    padding-bottom: 20px;
  }

  .responsive-btn-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  .section {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid {
    grid-template-columns: 2fr;
  }

  .div-block.flex-col {
    flex-flow: column;
  }

  .container {
    width: 100%;
  }

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

  .heading, .image {
    display: none;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .uui-page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-faq01_component-2 {
    margin-top: 0;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-8, .container-4 {
    width: 100%;
  }

  .nav-menu {
    background-color: #faf4d3;
  }

  .responsive-btn-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    flex-flow: column;
    display: flex;
  }

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

  .div-block.flex-col {
    flex-flow: column;
  }

  .grid-2, .grid-3, .grid-3.copy, .grid-3._2copied {
    flex-flow: column;
    display: flex;
  }

  .image {
    width: 200px;
    top: 22%;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .text-block-4.footersize {
    font-size: 15px;
  }

  .uui-page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .div-block-8.flex-col {
    flex-flow: column;
  }

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

  .div-block-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

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

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

  .menu-button {
    order: 9999;
  }

  .container-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #faf4d3;
  }
}


