.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.container {
  width: 100%;
  max-width: none;
  position: relative;
}

.navbar {
  z-index: 999;
  width: 100%;
  position: fixed;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  width: 145px;
}

.nav-menu-wrapper {
  display: none;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: teal;
  border-radius: 8px;
  margin-top: 0;
  margin-left: auto;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

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

.body {
  font-family: Inter, sans-serif;
}

.hero-without-image {
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px 10px;
  display: flex;
  position: absolute;
  inset: 0;
}

.container-2 {
  width: 100%;
  max-width: 500px;
  margin-top: -76px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-wrapper-two {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 16px;
}

.margin-bottom-24px.center {
  text-align: center;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image {
  width: 100%;
}

.hero-without-image-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading-left {
  color: #f2f7fd;
  background-color: #f5f7fa;
  border: 0 solid #0000;
  padding: 120px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  color: #333;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45%;
  display: flex;
}

.hero-split.left {
  max-width: 53%;
}

.shadow-two {
  border-radius: 16px;
  box-shadow: 0 2px 20px -2px #00000026, 0 4px 24px #96a3b514;
}

.hero-without-image-3 {
  background-color: #fff;
  border: 1px solid #0000;
  padding: 80px 0;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-wrapper-two-3.form {
  display: block;
}

.hero-wrapper-two-3.cycle {
  max-width: 640px;
  margin-bottom: 54px;
}

.margin-bottom-24px-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  padding-right: 24px;
  font-size: 16px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #0000;
  margin-top: 36px;
  padding: 0;
}

.div-block {
  color: #fff;
  background-color: teal;
  align-items: flex-end;
  width: 100%;
  height: 320px;
  padding: 28px;
  display: flex;
  position: relative;
}

.div-block:where(.w-variant-bf851e75-5a98-bf95-1963-ff5b86e633a9) {
  background-color: #00b9b9;
}

.div-block:where(.w-variant-995262b1-5cc3-e338-1eea-339daa45d2c1) {
  background-color: #ed6a4c;
}

.heading {
  font-size: 24px;
}

.text-block {
  font-weight: 600;
}

.text-block-2 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}

.image-2 {
  width: 46px;
  margin-bottom: 26px;
  display: block;
}

.paragraph {
  font-size: 18px;
}

.paragraph-2 {
  min-height: 60px;
  font-size: 18px;
}

.paragraph-2:where(.w-variant-bf851e75-5a98-bf95-1963-ff5b86e633a9) {
  min-height: 60px;
}

.text-block-3 {
  font-size: 24px;
  line-height: 1.4;
  position: absolute;
  top: 16px;
  right: 16px;
}

.div-block-2 {
  background-color: #00b9b9;
  border-radius: 16px;
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 46px;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #00b9b9;
  border-radius: 16px;
  width: 1300px;
  margin: 80px auto;
  padding: 36px;
}

.hero-without-image-4 {
  color: #fff;
  text-align: left;
  background-color: #f5f7fa00;
  border: 1px solid #0000;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.cell {
  color: #fff;
}

.list {
  width: 500px;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}

.quick-stack-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  padding-left: 0;
  padding-right: 0;
}

.cell-2 {
  flex-flow: column;
}

.text-block-4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.image-3 {
  width: 60px;
}

.div-block-3 {
  width: 42px;
  min-width: 42px;
  height: 42px;
  margin-right: 16px;
}

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

.heading-2 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.list-item, .list-item-2 {
  margin-bottom: 16px;
}

.flex-block {
  background-color: #00b9b9;
  border-radius: 16px;
  width: 1300px;
  max-width: 100%;
  margin: 80px auto 160px;
  padding: 36px;
}

.div-block-5 {
  border-radius: 16px;
  width: 50%;
  margin-right: 36px;
  overflow: hidden;
}

.div-block-6 {
  color: #fff;
}

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

.section {
  background-color: #00b9b9;
  margin-top: 0;
  margin-bottom: 0;
  padding: 116px 16px;
}

.quick-stack-4 {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  color: #fff;
  text-align: left;
  margin-top: 0;
}

.link-block {
  width: 36px;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.form-block {
  color: #fff;
  width: 100%;
}

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

.div-block-7 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.text-field, .text-field-2, .text-field-3 {
  border-radius: 8px;
  height: 50px;
  margin-bottom: 16px;
  font-size: 18px;
}

.div-block-8 {
  background-color: teal;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.section-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.logo-color {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
}

.heading-5 {
  text-align: center;
  margin-bottom: 46px;
}

.heading-5.cycle {
  margin-bottom: 16px;
}

.image-5 {
  display: none;
}

.container-5 {
  width: 1280px;
  max-width: 100%;
}

.textarea {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 8px;
  height: auto;
  font-size: 18px;
  position: relative;
}

.navbar-logo-color, .logo-color {
  display: none;
}

.div-block-9 {
  width: 300px;
  height: 300px;
}

.div-block-10 {
  background-color: #ed6a4c;
  width: 20%;
  height: 40%;
}

.section-3 {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.custom-container {
  max-width: 1280px;
}

.section-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-11 {
  background-color: #00b9b9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-8 {
  color: #fff;
  border: 1px #0000;
  font-weight: 400;
}

.section-5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-heading-left-2 {
  background-color: #0000;
  border: 0 #000;
  padding: 80px 30px 46px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-9 {
  width: 500px;
  max-width: 100%;
  margin-top: 0;
}

.bold-text {
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.paragraph-4 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.flex-block-3 {
  border-top: 1px solid #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-12 {
  color: #fff;
  background-color: #202020;
  border-radius: 20px;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-block-7 {
  font-size: 18px;
}

.heading-10 {
  width: auto;
  max-width: none;
  margin-bottom: 28px;
  font-family: Inter, sans-serif;
  font-size: 29px;
}

.div-block-13 {
  width: 724px;
  max-width: 100%;
  margin-bottom: 45px;
}

.paragraph-5 {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.button {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.flex-block-4 {
  align-items: center;
  padding: 16px 32px;
}

.text-block-8 {
  color: #038282;
  margin-right: 12px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.link-block-2 {
  border: 3px solid #038282;
  border-radius: 14px;
  text-decoration: none;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-block-5 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: space-between;
  align-items: center;
}

.link {
  font-weight: 400;
}

.link.w--current {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link.nav-link {
  color: #fff;
  font-size: 16px;
}

.link.nav-link.w--current {
  font-weight: 400;
}

.list-item-3 {
  margin-bottom: 16px;
}

.image-7 {
  width: 100%;
  max-width: none;
}

.section-7 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-14 {
  width: 60%;
}

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

.div-block-15 {
  width: 40%;
}

.map {
  width: auto;
}

.heading-11 {
  margin-bottom: 8px;
}

.text-block-9 {
  font-size: 24px;
}

.paragraph-6 {
  text-align: center;
  width: 800px;
  max-width: 100%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 150%;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-brand {
    width: 82px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .button-primary {
    padding: 6px 12px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-without-image {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-2 {
    max-width: 728px;
    margin-top: -36px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-two {
    margin-left: 0;
  }

  .margin-bottom-24px {
    font-size: 12px;
  }

  .hero-without-image-2 {
    padding: 40px 16px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-heading-left {
    padding: 42px 16px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.left {
    max-width: 100%;
  }

  .hero-without-image-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wrapper-two-3 {
    max-width: 100%;
    margin-bottom: 32px;
    display: block;
  }

  .div-block {
    height: 240px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .flex-block {
    display: block;
  }

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

  .section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

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

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

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

  .heading-5 {
    font-size: 32px;
  }

  .cell-3 {
    display: block;
  }

  .heading-6, .heading-7 {
    font-size: 32px;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-11 {
    padding: 50px 24px;
  }

  .section-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .flex-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .heading-10.map {
    font-size: 21px;
    line-height: 120%;
  }

  .section-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .link.nav-link {
    font-size: 14px;
  }

  .section-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .flex-block-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-11 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 130%;
  }

  .text-block-9 {
    font-size: 18px;
    line-height: 120%;
  }
}

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

  .nav-menu {
    background-color: #fff0;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
    font-weight: 400;
  }

  .menu-button {
    display: none;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .image {
    display: none;
  }

  .hero-without-image-2, .hero-heading-left {
    padding: 32px 15px;
  }

  .container-4 {
    max-width: 100%;
  }

  .hero-split {
    margin-bottom: 0;
  }

  .hero-without-image-3 {
    padding: 32px 0;
  }

  .hero-wrapper-two-3 {
    margin-bottom: 12px;
  }

  .quick-stack {
    margin-top: 12px;
  }

  .div-block {
    height: auto;
    padding: 16px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .text-block-2:where(.w-variant-bf851e75-5a98-bf95-1963-ff5b86e633a9) {
    margin-bottom: 8px;
  }

  .image-2 {
    width: 32px;
  }

  .image-2:where(.w-variant-bf851e75-5a98-bf95-1963-ff5b86e633a9) {
    margin-bottom: 16px;
  }

  .paragraph-2 {
    min-height: 40px;
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .hero-without-image-4 {
    padding: 60px 15px;
  }

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

  .heading-2 {
    margin-bottom: 24px;
    font-size: 26px;
  }

  .flex-block {
    margin-bottom: 110px;
    padding: 16px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 21px;
  }

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

  .text-block-5 {
    font-size: 21px;
  }

  .heading-5 {
    margin-bottom: 0;
    font-size: 26px;
  }

  .heading-6, .heading-7 {
    font-size: 26px;
  }

  .image-5 {
    display: block;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .flex-block-6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-regular.career {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-without-image {
    padding: 32px 12px;
  }

  .container-2 {
    max-width: none;
  }

  .hero-without-image-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-3 {
    max-width: none;
  }

  .hero-heading-left {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-4 {
    max-width: none;
  }

  .hero-without-image-3 {
    padding-bottom: 16px;
  }

  .div-block-3 {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

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

  .flex-block {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 8px;
  }

  .section {
    padding: 32px 12px;
  }

  .quick-stack-4 {
    padding: 0;
  }

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

  .text-block-5 {
    font-size: 18px;
  }

  .text-field, .text-field-2, .text-field-3 {
    height: 42px;
    font-size: 16px;
  }

  .div-block-8 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-5, .heading-6, .heading-7 {
    font-size: 24px;
  }

  .flex-block-2 {
    border-top: 0 solid #fff;
    border-bottom: 1px solid #ffffff57;
    border-left: 0 solid #ffffff47;
    border-right: 0 solid #fff;
    padding-bottom: 8px;
    display: block;
  }

  .image-6 {
    max-width: 70%;
  }

  .section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-left-2 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .container-6 {
    max-width: none;
  }

  .hero-split-2 {
    margin-bottom: 24px;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 130%;
  }

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

  .flex-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 0;
    margin-top: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-block-12 {
    padding: 4px 16px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .heading-10 {
    font-size: 28px;
  }

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

  .flex-block-4 {
    padding: 8px 21px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .link-block-2 {
    border-width: 2px;
  }

  .flex-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

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

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

#w-node-e07bdee6-0c7a-9646-6ae6-154adc1afd01-99ccb5dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ef2c6c5a-0a6c-b0e1-0877-2fcda6144086-a6144085 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e07bdee6-0c7a-9646-6ae6-154adc1afd01-99ccb5dc, #w-node-ef2c6c5a-0a6c-b0e1-0877-2fcda6144086-a6144085 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


