:root {
  --white-text: white;
  --h1-color: #f4bf35;
  --para-text: #585858;
  --h2-black-text: #151515;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-brand {
  width: 20%;
}

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

.navbar-no-shadow-2 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
}

.nav-menu-wrapper-2 {
  padding: 22px 60px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.top-menu {
  color: var(--white-text);
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.nav-button-wrapper-2 {
  margin-left: 0;
}

.button-primary-2 {
  color: var(--white-text);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-section {
  background-image: url('../images/bg-hero.webp');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 40px;
}

.main-container {
  max-width: 1200px;
  padding-bottom: 0;
}

._2collum {
  padding: 0;
}

._2collum.collum-space {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

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

.body {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.heading {
  color: var(--h1-color);
  font-size: 42px;
  line-height: 52px;
}

.paragraph {
  font-size: 28px;
  line-height: 40px;
}

.hero-form {
  text-align: center;
  background-color: #000;
  border: 1px solid #ffffff61;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.text-block {
  font-size: 28px;
  line-height: 32px;
}

.form-block {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.submit-button {
  background-color: var(--h1-color);
  color: var(--white-text);
  text-transform: uppercase;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.field-label {
  font-style: italic;
  font-weight: 400;
}

.text-field {
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkbox-label {
  text-align: left;
  font-size: 12px;
  line-height: 14px;
}

.checkbox-field {
  text-align: left;
  margin-top: 10px;
}

.link, .link-2 {
  color: var(--white-text);
}

._1-sec {
  background-image: url('../images/bg-feature-large.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-text {
  color: var(--para-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.sec-img {
  border-radius: 10px;
}

.h2-heading-box {
  color: var(--h2-black-text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 30px;
}

.heading-2 {
  font-size: 36px;
  line-height: 46px;
}

._2-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

._3-sec {
  background-image: url('../images/bg-feature-large.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.greenbg-box {
  text-align: center;
  background-color: #012a32;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 26px;
}

.heading-3 {
  font-size: 22px;
}

.div-block-2 {
  text-align: center;
  max-width: 600px;
  margin-top: 60px;
}

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

._4sec {
  background-image: url('../images/bg-cta-1.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-4 {
  text-align: center;
}

.button {
  background-color: var(--h1-color);
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
}

._5-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-5 {
  background-color: var(--white-text);
  color: var(--h2-black-text);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
}

.div-block-5:hover {
  transform: translate(0, -10px);
  box-shadow: 0 0 20px #00000059;
}

.div-block-6 {
  background-color: #0084b5;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.footer {
  background-color: #eee;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-4 {
  color: var(--h2-black-text);
}

.footer-paragraph {
  color: var(--h2-black-text);
  font-size: 12px;
}

.image-2 {
  width: 50%;
}

.cell-3 {
  justify-content: space-between;
}

.text-block-2 {
  color: var(--h2-black-text);
}

.text-block-3 {
  color: var(--h2-black-text);
  margin-top: 20px;
}

.link-3 {
  color: var(--h2-black-text);
  margin-right: 10px;
}

.success-message {
  background-color: #008d44;
  border-radius: 10px;
  font-weight: 600;
}

.code-embed {
  color: #000;
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    width: 50%;
  }

  .navbar-no-shadow-2 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper-2 {
    background-color: #191919;
    border-radius: 10px;
    padding-left: 10px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #191919;
    border-radius: 10px;
  }

  .top-menu {
    margin-bottom: 10px;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .button-primary-2 {
    display: none;
  }

  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2collum {
    margin-top: 40px;
  }

  ._2collum.collum-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sec-img {
    width: 100%;
  }

  .h2-heading-box {
    margin-bottom: 0;
  }

  ._2-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._3-sec {
    padding-top: 10px;
  }

  ._5-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .navbar-no-shadow-2 {
    margin-bottom: 0;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav-button-wrapper-2 {
    width: auto;
  }

  ._2collum.collum-space {
    margin-top: 20px;
  }

  .heading {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 26px;
  }

  .hero-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .greenbg-box {
    padding: 14px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 20px;
  }

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

#w-node-_32b49f55-50e0-1492-9f2e-a4d2df97406e-cac64352 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_87264062-0143-f80a-8136-bc97bfc5d9d8-cac64352, #w-node-fd70033b-a184-9281-b294-841097e87dc1-cac64352 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_82771ecf-4b13-4077-8025-7c5e9cafe72b-cac64352 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5f4f1ad4-997e-586d-d8a5-b1bbe5698cad-cac64352 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_620a4eb2-707d-bc72-02ce-f620ef7deb74-cac64352 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

@media screen and (max-width: 991px) {
  #w-node-_32b49f55-50e0-1492-9f2e-a4d2df97406e-cac64352 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_87264062-0143-f80a-8136-bc97bfc5d9d8-cac64352, #w-node-fd70033b-a184-9281-b294-841097e87dc1-cac64352, #w-node-_82771ecf-4b13-4077-8025-7c5e9cafe72b-cac64352 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f4f1ad4-997e-586d-d8a5-b1bbe5698cad-cac64352 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5f4f1ad4-997e-586d-d8a5-b1bbe5698cad-cac64352 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_620a4eb2-707d-bc72-02ce-f620ef7deb74-cac64352 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


