h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: #8b8b8b;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.section {
  min-height: 90vh;
  background-color: #1e71ff;
  border: 0 solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns {
  width: 100%;
  max-width: 1160px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns.container {
  grid-column-gap: 0px;
  transition: opacity .2s;
}

.heading {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Poppins, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 93px;
}

.paragraph {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.button {
  color: #1e71ff;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 15px 48px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.button.blue {
  color: #fff;
  background-color: #1e71ff;
  border-color: #1e71ff;
  margin-right: 20px;
}

.button.blue:hover {
  background-color: #1b5ed1;
  border-color: #1b5ed1;
}

.button.blue.button-section-business {
  flex: 0 auto;
  align-self: flex-start;
}

.button.ghost.blue {
  color: #1e71ff;
  -webkit-text-stroke-color: #1e71ff;
  background-color: rgba(30, 113, 255, 0);
}

.button.ghost.button-section-business {
  background-color: rgba(255, 255, 255, 0);
  border-color: #1e71ff;
  flex: 0 auto;
  align-self: flex-start;
}

.button.ghost.button-section-business:hover {
  background-color: rgba(30, 113, 255, .15);
}

.ghost-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 15px 48px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.ghost-button:hover {
  background-color: rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .2);
}

.column {
  margin-bottom: 20px;
  padding-right: 40px;
}

.column-2 {
  padding-left: 40px;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1e71ff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.container {
  max-width: 1160px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.brand {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.container-2 {
  max-width: 1160px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-2 {
  max-width: 1160px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.nav-link:hover {
  border-bottom: 2px solid #fff;
}

.image {
  font-weight: 700;
}

.nav-link-btn {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 210px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 15px;
  padding: 12px 24px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.nav-link-btn:hover {
  color: #000;
  background-color: #fff;
}

.container1160 {
  max-width: 1160px;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-2 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.paragraph-2 {
  width: 600px;
  color: #8b8b8b;
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.section-2 {
  background-color: #e8f1ff;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.columns-2 {
  max-width: 1160px;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: #fba229;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  display: block;
}

.paragraph-4 {
  width: 50%;
  font-size: 15px;
}

.div-block-3 {
  grid-row-gap: 0px;
  margin-top: 20px;
  display: flex;
}

.div-block-4 {
  height: 1px;
  max-width: 170px;
  background-color: #adadad;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.columns-3 {
  max-width: 1160px;
  flex: 1;
  align-self: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.paragraph-5 {
  font-size: 15px;
}

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

.paragraph-6 {
  flex: 0 auto;
  align-self: auto;
  margin-top: 130px;
  font-size: 14px;
}

.image-2 {
  width: 150px;
  margin-bottom: 20px;
}

.menu-link {
  color: #777;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.menu-link:hover {
  text-decoration: underline;
}

.menu-link.address {
  line-height: 20px;
}

.heading-3 {
  margin-bottom: 20px;
}

.column-4 {
  flex-direction: column;
  display: flex;
}

.div-block-5 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-3 {
  margin-left: -25%;
}

.paragraph-8 {
  align-self: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 10px;
}

.section-3 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-6 {
  width: 100%;
  display: flex;
}

.div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
  width: 16.6667%;
}

.div-block-13 {
  width: 100%;
  max-width: 1160px;
}

@media screen and (max-width: 991px) {
  .section {
    min-height: 64vh;
  }

  .heading {
    font-size: 60px;
    line-height: 72px;
  }

  .button {
    padding: 8px 22px;
  }

  .button.blue.button-section-business, .button.ghost.button-section-business {
    display: inline-block;
  }

  .ghost-button {
    padding: 8px 22px;
  }

  .column {
    padding-right: 10px;
  }

  .column-2 {
    padding-left: 10px;
  }

  .container1160 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    padding: 40px 10px;
  }

  .paragraph-4 {
    width: 100%;
  }

  .div-block-4 {
    margin-top: 40px;
    margin-bottom: 0;
  }

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

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

  .column-3 {
    font-weight: 400;
  }

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

  .div-block-13 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    min-height: 45vh;
  }

  .heading {
    font-size: 50px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.blue.button-section-business {
    margin-right: 10px;
    padding-left: 20px;
  }

  .ghost-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    text-align: center;
    border-bottom-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link:hover {
    border-bottom-style: none;
  }

  .nav-link-btn {
    text-align: center;
    display: inline-block;
  }

  .paragraph-2 {
    width: 100%;
  }

  .columns-3 {
    flex-wrap: wrap;
  }

  .paragraph-5 {
    text-align: center;
    margin-bottom: 30px;
  }

  .image-2 {
    text-align: center;
    align-self: center;
  }

  .menu-link, .heading-3 {
    text-align: center;
  }

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

  .paragraph-7 {
    font-size: 16px;
  }

  .column-5 {
    display: none;
  }

  .icon {
    color: #fff;
    border: 1px #000;
  }

  .nav-menu {
    background-color: #185ccc;
    padding: 10px;
  }

  .menu-button {
    background-color: #1e71ff;
  }

  .menu-button:active {
    background-color: #175ccc;
  }

  .menu-button.w--open {
    background-color: #175ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 10px;
  }

  .paragraph-8 {
    text-align: center;
    margin-top: -30px;
  }

  .div-block-13 {
    flex-direction: column;
    align-items: center;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .columns.container {
    flex-wrap: wrap-reverse;
  }

  .heading, .paragraph {
    text-align: center;
  }

  .div-block {
    flex-flow: column;
    justify-content: center;
  }

  .button {
    flex-wrap: wrap;
    flex: 0 auto;
  }

  .button.blue.button-section-business {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-right: 0;
  }

  .button.ghost.button-section-business {
    width: 100%;
    text-align: center;
    flex: 1;
    align-self: auto;
    margin-top: 20px;
  }

  .nav-link-btn {
    margin-left: 0;
  }

  .container1160 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-2 {
    background-image: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-2 {
    flex-wrap: wrap-reverse;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .div-block-4 {
    width: 300px;
    align-self: flex-start;
  }

  .heading-4 {
    text-align: center;
  }

  .div-block-5 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: auto;
  }

  .paragraph-7 {
    text-align: center;
  }

  .heading-5 {
    text-align: center;
    font-size: 28px;
  }

  .image-3 {
    margin-left: -25px;
  }

  .menu-button.w--open {
    padding-bottom: 18px;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url("/assets/fonts/fa-solid-900.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}