.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 {
  background-color: #1e2b4c;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.section {
  justify-content: flex-start;
  align-items: flex-start;
  height: 10vh;
  display: flex;
}

.section.header {
  height: 90vh;
}

.section.white {
  background-color: #fff;
  border-top: 7px solid #b5952b;
  box-shadow: 0 2px 20px 8px #010102e0;
}

.columns {
  background-image: url('../images/Group-12192x.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 90vh;
  display: flex;
}

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

.heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading.gold {
  color: #b5952b;
  font-size: 22px;
  font-weight: 700;
}

.heading.padding {
  margin-top: 0;
}

.column-2 {
  background-image: url('../images/Group-795.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 77px;
  font-weight: 800;
  line-height: 85px;
}

.bold-text {
  color: #b5952b;
  font-weight: 800;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 10vh;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.link {
  color: #1e2b4c;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #2c68ff;
}

.link.hidden {
  display: none;
}

.text-block {
  color: #1e2b4c;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
}

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

.div-block-2 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -84px;
  display: flex;
}

.section-2 {
  background-color: #1e2b4c;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 10vh;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.image {
  width: 10vw;
}

.heading-3 {
  color: #fff;
  margin-top: 10px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button {
  color: #fff;
  background-color: #b5952b;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
  font-weight: 700;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.bold-text-2, .bold-text-3 {
  color: #1e2b4c;
}

.paragraph-2 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.bold-text-4 {
  color: #1e2b4c;
  font-size: 18px;
}

.image-2 {
  max-width: 130%;
}

.heading-4 {
  color: #1e2b4c;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 26px;
}

.bold-text-5, .bold-text-6 {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .body {
    flex-flow: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section.header {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .section.white {
    height: auto;
  }

  .columns {
    background-size: cover;
    flex-flow: column;
    width: 100vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column {
    justify-content: flex-start;
    display: block;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
    height: 500px;
  }

  .heading-2 {
    letter-spacing: 1px;
    font-size: 45px;
    line-height: 55px;
  }

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

  .div-block {
    justify-content: center;
    align-items: center;
    margin-top: 19px;
  }

  .div-block-4 {
    margin-top: 15px;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .image {
    width: 15vw;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    background-size: cover;
  }

  .heading-2 {
    line-height: 55px;
  }

  .div-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .div-block-2 {
    border-top: 1px #1e2b4c6e;
    box-shadow: 0 2px 18px #00000030;
  }

  .image {
    width: 15vw;
  }
}

@media screen and (max-width: 479px) {
  .columns {
    background-position: 50% 100%;
    background-size: cover;
  }

  .column-2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
  }

  .heading-2 {
    margin-top: 40px;
  }

  .container-2 {
    flex-flow: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image {
    width: 40vw;
  }
}


