:root {
  --brand-white: #f8f8f8;
  --brand-main-blue: #1851d1;
  --brand-light-blue: #c3dafc;
  --brand-dark-blue: #202020;
  --brand-black: #202020;
}

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

.navbar-logo-left {
  background-color: var(--brand-white);
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.navbar-logo-left-container.shadow-three {
  background-color: var(--brand-white);
  width: 100vw;
  max-width: none;
  margin-bottom: 0;
  padding: 10px 30px;
  position: fixed;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1325px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

.button-primary.button-rounded {
  background-color: var(--brand-main-blue);
  letter-spacing: .25px;
  border-radius: 50px;
  font-size: 14px;
}

.hero-heading-left {
  color: var(--brand-light-blue);
  background-color: #f5f7fa;
  background-image: url('../images/header-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px #e4ebf3;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  padding: 80px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.hero-wrapper.main-hero {
  max-width: 1325px;
  margin-left: auto;
  margin-right: auto;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 50%;
  padding-left: 30px;
  display: flex;
}

.hero-split.hero-split-right {
  background-image: url('../images/graphicbg.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: -49px;
  padding-left: 0;
}

.hero-split.sercives-section {
  padding-left: 0;
}

.margin-bottom-24px {
  color: var(--brand-dark-blue);
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-weight: 400;
}

.margin-bottom-24px.text-light {
  color: var(--brand-white);
  padding-top: 20px;
  padding-left: 0;
  font-weight: 400;
}

.margin-bottom-24px.no-padding {
  padding-left: 0;
}

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.button-primary-2.button-rounded {
  background-color: var(--brand-white);
  color: var(--brand-main-blue);
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  margin-top: 20px;
  font-weight: 600;
}

.shadow-two {
  border-radius: 25px;
  max-width: none;
  height: 70vh;
  margin-right: 0;
}

.shadow-two.contact-section {
  max-width: 100%;
  height: auto;
}

.section-services {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.pricing-overview {
  border-bottom: 1px #e4ebf3;
  max-width: 1325px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 0;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 auto 24px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  background-color: #c3dafc;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 55px;
  height: 55px;
  margin-bottom: 24px;
}

.pricing-card-text {
  text-align: left;
  margin-bottom: 20px;
}

.hero-without-image {
  background-color: var(--brand-main-blue);
  background-image: url('../images/cta-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px;
  position: relative;
}

.hero-wrapper-two {
  border: 1px solid var(--brand-light-blue);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: center;
  background-color: #d9d9d912;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1325px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--brand-dark-blue);
  margin-bottom: 24px;
  font-size: 14px;
}

.margin-bottom-24px-2.text-light {
  color: var(--brand-white);
  margin-left: 5%;
  margin-right: 5%;
}

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

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

.footer {
  background-color: #f5f6f9;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.heading, .heading-2, .heading-3, .heading-4 {
  text-align: left;
}

.card-headings {
  color: #131d2d;
  text-align: left;
  margin-top: 0;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.text-span {
  color: var(--brand-light-blue);
}

.heading-7 {
  color: var(--brand-white);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.heading-8 {
  color: var(--brand-light-blue);
}

.heading-9 {
  color: var(--brand-white);
  font-size: 32px;
}

.image {
  min-width: 160px;
}

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

.image-2 {
  max-height: 40px;
}

.paragraph {
  color: var(--brand-main-blue);
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph-2 {
  margin-bottom: 0;
}

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

.image-3 {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  width: 100%;
}

.link {
  line-height: 14px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.section-2 {
  min-height: 100vh;
}

.container-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.modal-wrapper {
  z-index: 9999;
  background-color: #202020b0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-wrapper.modalclose {
  display: none;
}

.div-block-3 {
  background-color: var(--brand-white);
}

.div-block-3.modal {
  border-radius: 15px;
  width: 90vw;
  height: 90vh;
}

.modal {
  background-color: var(--brand-white);
  border-radius: 15px;
  width: 90vw;
  height: 90vh;
  margin-top: 3vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-4 {
  height: 78vh;
  padding: 10px 25px;
  overflow: scroll;
}

.div-block-5 {
  border-bottom: 1px solid #e9e9e9;
  justify-content: flex-end;
  align-items: center;
  height: 48px;
  display: flex;
}

.button {
  color: var(--brand-dark-blue);
  background-color: #0000;
  margin-right: 5px;
}

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

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

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

  .hero-wrapper.contact-banner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    margin-bottom: 0;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }

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

  .shadow-two.contact-section {
    max-width: 100%;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-split-2 {
    max-width: 46%;
    margin-bottom: 0;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .hero-heading-left, .section-services, .pricing-overview, .hero-without-image, .hero-heading-right {
    padding: 60px 15px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    background-color: var(--brand-white);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: column;
    margin-top: 0;
  }

  .hero-heading-left {
    padding-top: 90px;
  }

  .hero-wrapper.contact-banner {
    flex-flow: column;
  }

  .hero-split {
    padding-left: 0;
  }

  .hero-split.hero-split-right {
    background-repeat: no-repeat;
    max-width: 100vw;
    margin-right: 0;
  }

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

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .shadow-two {
    max-width: 100vw;
    height: auto;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .pricing-overview {
    padding: 30px 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .hero-without-image {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-wrapper-two {
    padding: 15px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    order: 1;
    margin-top: 10px;
  }

  .footer-legal-block {
    flex-flow: column;
    margin-left: 0;
  }

  .footer-legal-link {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-7 {
    text-align: left;
    font-size: 30px;
    line-height: 32px;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 30px;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

#w-node-bb612716-34fe-6035-544a-7e362d1755fd-34428a70, #w-node-bb612716-34fe-6035-544a-7e362d175607-34428a70, #w-node-bb612716-34fe-6035-544a-7e362d175611-34428a70, #w-node-_7d3d3470-caf0-d961-d933-d7f4c1762afd-34428a70, #w-node-_7d3d3470-caf0-d961-d933-d7f4c1762b07-34428a70, #w-node-_7d3d3470-caf0-d961-d933-d7f4c1762b11-34428a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


