:root {
  --white: white;
  --n: #1a1a1a;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--white-smoke: whitesmoke;
  --mid-blue: #28688f;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

.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;
}

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.body {
  background-color: #ebebeb;
}

.navbar {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  opacity: 1;
  color: #1a1a1a;
}

.nav-link:hover {
  opacity: .8;
}

.nav-link.w--current {
  opacity: 1;
  color: var(--n);
  text-decoration: underline;
}

.nav-link.current {
  opacity: 1;
  text-decoration: underline;
}

.nav-link-2 {
  opacity: 1;
  color: #1a1a1a;
}

.nav-link-2:hover {
  opacity: .8;
}

.nav-link-2.w--current {
  opacity: 1;
  color: var(--n);
  text-decoration: underline;
}

.nav-link-3 {
  color: #000;
}

.container {
  background-color: var(--white);
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #333;
  justify-content: space-between;
  align-items: center;
  max-width: 98%;
  margin-top: 0;
  margin-bottom: -28px;
  padding: 0 25px 0 46px;
  display: block;
}

.mainsection {
  z-index: auto;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.introtag {
  float: none;
  color: #1a1a1a;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 35px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: none;
  display: block;
  position: static;
}

.heading {
  margin-top: 0;
}

.fs_numbercount-1_message {
  color: var(--accessible-components--dark-grey);
  display: none;
}

.fs_numbercount-1_text {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: .25px;
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.fs_numbercount-1_number {
  color: #1a1a1a;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

.fs_numbercount-1_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.fs_numbercount-1_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 0 2rem 0 4rem;
  display: grid;
  position: relative;
}

.fs_numbercount-1_embed {
  margin-bottom: 0;
  display: none;
}

.fs_numbercount-1_component {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: stretch stretch;
  display: grid;
  position: relative;
}

.button {
  color: #1a1a1a;
  background-color: #838383;
  width: auto;
  min-width: 300px;
  margin-top: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  text-decoration: none;
  position: static;
}

.div-block {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 7rem;
  display: flex;
}

.text-block {
  letter-spacing: .5px;
  font-weight: 700;
  text-decoration: none;
}

.link-block {
  align-self: auto;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.heading-2 {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: 4px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #312727;
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  align-self: center;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 700;
  text-decoration: none;
}

.nav-menu {
  color: #1a1a1a;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 4px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.backgroundvideo {
  z-index: 0;
  display: block;
}

.div-block-2 {
  background-color: #ebebebc9;
  position: absolute;
  inset: 0%;
}

.aboutsection {
  height: auto;
  margin-top: 0;
  padding: 3rem;
}

.flex-block {
  display:block;

  margin-bottom: 300pt;
  /* z-index: 1;
  text-align: left;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: auto;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  padding-left: 20rem;
  padding-right: 20rem;
  display: block;
  position: static; */
}

.bgv {
  z-index: -1;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  z-index: 0;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-radius: 0;
  height: auto;
  min-height: 500px;
  max-height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  inset: 0%;
}

.aboutusheading {
  color: var(--n);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  line-height: 44px;
}

.text-block-2 {
  max-width: 90%;
  color: var(--n);
  margin: 2rem auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.gallery-slider {
  background-image: linear-gradient(#ebebebcc, #ebebebcc), url('../images/map.svg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 1px solid #e4ebf3;
  padding: 10rem 30px;
  position: relative;
}

.container-2 {
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  text-align: right;
  margin-bottom: 0;
  line-height: 32px;
  display: none;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  opacity: .5;
  color: #1a1b1f;
  max-width: 80%;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.team-circles {
  background-image: linear-gradient(#eaeaeae8, #eaeaeae8), url('../images/dots.svg');
  background-position: 0 0, 50%;
  background-size: auto, 125px;
  border-bottom: 1px solid #e4ebf3;
  padding: 5rem;
  position: static;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.team-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--n);
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 148px;
  height: 148px;
  margin-bottom: 24px;
}

.team-member-name {
  letter-spacing: .25px;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
}

.team-member-position {
  text-align: center;
  margin-bottom: 24px;
  padding: 0 10px 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.heading-3 {
  color: var(--n);
  white-space: nowrap;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
}

.paragraph {
  color: var(--n);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.heading-4 {
  color: var(--n);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 48px;
}

.div-block-4 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  color: var(--n);
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.text-span {
  display: block;
}

.link-block-3 {
  text-align: left;
  text-decoration: none;
}

.link-block-4, .link-block-5 {
  text-decoration: none;
}

.shortmessage {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  background-color: var(--n);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.div-block-6 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  background-image: linear-gradient(#ffffff4d, #ffffff4d);
  width: 100%;
  height: 100%;
}

.background-video {
  height: 80vh;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 120px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  color: var(--n);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  display: block;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/minus-3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
  line-height: 25px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.compheading {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 90%;
  color: var(--n);
  text-align: left;
  justify-content: space-around;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 48px;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5rem;
}

.image {
  opacity: 1;
  mix-blend-mode: darken;
  object-fit: fill;
  border-radius: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.body-2, .body-3 {
  background-color: #ebebeb;
}

.body-4 {
  background-color: var(--white);
}

.body-5 {
  background-color: #ebebeb;
}

.heading6 {
  color: var(--n);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 48px;
}

.div-block-10 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer-subscribe {
  background-color: var(--accessible-components--white-smoke);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 50px;
  padding: 46px 4rem 40px;
  position: relative;
}

.container-4 {
  max-width: 100%;
  color: var(--n);
  flex-flow: row-reverse;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}

.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;
}

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  grid-column-gap: 40px;
  grid-row-gap: 8px;
  grid-template-columns: max-content max-content;
  justify-content: start;
  align-items: center;
  display: grid;
}

.footer-link-three {
  color: #1a1b1f;
  white-space: nowrap;
  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: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--n);
  white-space: nowrap;
  word-break: normal;
  margin-left: 10.9rem;
  font-size: 8px;
}

.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;
}

.body-6 {
  background-color: #ebebeb;
}

.section-2 {
  height: 80vh;
  margin-top: 4rem;
}

.testimonial-slider-large {
  background-color: #ebebeb;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

.container-5 {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #eaeaea;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  max-height: 320px;
  color: var(--n);
  margin-bottom: 0;
  margin-right: 0;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  overflow: scroll;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: block;
}

.testimonial-slider-nav {
  margin-top: -80px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask {
  height: 60vh;
}

.heading-5 {
  color: var(--mid-blue);
  margin-top: 0;
  font-size: 22px;
}

.icon, .icon-2 {
  color: var(--n);
  font-size: 20px;
}

.bold-text {
  font-weight: 400;
}

.bold-text-2 {
  font-size: 24px;
}

.div-block-11 {
  max-width: 90%;
  height: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}

.section-3 {
  margin-top: 4rem;
  padding-top: 125px;
}

.heading-6 {
  color: var(--n);
  text-align: center;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.submit-button {
  background-color: var(--n);
  border-radius: 4px;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.form {
  color: var(--n);
}

.subh {
  color: var(--n);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 52px;
}

.flex-block-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.link, .link-2 {
  color: var(--n);
}

.flex-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.image-2 {
  margin-left: -5px;
}

.select-field {
  background-color: #fff;
}

.section-4 {
  margin-top: 4rem;
}

.div-block-12 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.hero-stack {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  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 {
  color: var(--n);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.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;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-top: 0;
}

.heading-7 {
  color: var(--n);
  font-family: Inter, sans-serif;
}

.button-3 {
  background-color: var(--n);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 40%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  display: flex;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs {
  text-align: center;
}

.tabs-menu {
  color: var(--n);
  letter-spacing: .25px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.tab-link-tab-3, .tab-link-tab-2, .tab-link-tab-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-8 {
  color: var(--n);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 28px;
}

.div-block-14 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  color: var(--n);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.requirement {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.bgv2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.bgv2:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .55);
  z-index: 0;
}

.servicesflex {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

.image-3 {
  box-sizing: border-box;
  opacity: .9;
  filter: invert();
  text-align: center;
  vertical-align: bottom;
  border: 1px #000;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: inline-block;
  overflow: clip;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 5rem;
  display: block;
}

.cover {
  z-index: 0;
  background-color: #ffffff82;
  height: auto;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.mainsecionlanding {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin: 71px auto auto;
  display: flex;
  position: relative;
}

.acu {
  background-image: linear-gradient(#eaeaeae8, #eaeaeae8), url('../images/dots.svg');
  background-position: 0 0, 50%;
  background-size: auto, 125px;
  border-bottom: 1px solid #e4ebf3;
  border-top: 1px solid #e4ebf3;
  padding: 0;
  position: static;
}

.softwareh {
  color: var(--n);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 48px;
}

.compareandcontracth, .continuoush, .acumenh, .benefitsh {
  color: var(--n);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 48px;
}

.button-4 {
  background-color: var(--n);
  max-width: 50%;
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 28px;
  display: block;
  box-shadow: 0 2px 5px 1px #0003;
}

.button-4:hover {
  box-shadow: none;
}

.gallery-image-copy {
  width: 100%;
}

.fs_numbercount-1_wrapper2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  place-items: center stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1rem .25rem;
  display: grid;
  position: relative;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  align-items: center;
  margin-top: -140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.cc4, .ccc5 {
  max-width: 100%;
  color: var(--n);
  flex-flow: row-reverse;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}

.heading-2-copy {
  color: #1a1a1a;
  margin-top: 0;
}

.heading-9 {
  background-color: #0000;
  flex: 1;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 44px;
}

.features-metrics {
  background-color: #4f76ff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.hero-heading-center {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
  padding-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  margin-bottom: -40px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  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 {
  box-sizing: border-box;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.image-4 {
  padding-top: 10px;
}

.text-span-2 {
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  vertical-align: baseline;
  object-fit: contain;
  width: 100%;
  min-width: 0;
  height: 90px;
  margin-top: 50px;
  padding-top: 32px;
  padding-left: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 0;
  text-decoration: none;
  display: block;
  position: static;
}

.bold-text-3 {
  font-weight: 500;
}

.hero-heading-left {
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa00;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  padding: 140px 30px 80px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  aspect-ratio: auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button-primary-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 1px solid #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.testimonial-slider-large-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two-2 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

.testimonial-quote-2 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  font-weight: 700;
}

.testimonial-image-two-2 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

.testimonial-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-5 {
  clear: none;
  text-align: left;
  vertical-align: baseline;
  object-fit: fill;
}

.heading-10 {
  text-align: center;
}

.heading-11 {
  color: var(--n);
  font-family: Inter, sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 40px;
}

.image-5 {
  object-fit: fill;
}

.heading-12 {
  color: var(--n);
  text-align: left;
  font-size: 1.8rem;
}

.heading-13 {
  color: var(--n);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.list {
  list-style-type: disc;
}

.quick-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 40px 0;
}

.heading-14 {
  color: var(--n);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2em;
}

.container-10 {
  max-width: 1280px;
}

.container-11 {
  max-width: none;
  padding-left: 5rem;
  padding-right: 5rem;
}

.section-7 {
  background-color: var(--n);
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--n);
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 0;
  display: flex;
}

.heading-15 {
  color: var(--white);
  text-align: center;
}

.image-10 {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 40px;
  display: block;
}

.paragraph-7 {
  font-size: 30px;
  line-height: 40px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.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;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-bottom: -16px;
  list-style-type: disc;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: contain;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.paragraph-8 {
  font-size: 22px;
  line-height: 30px;
}

.paragraph-9, .paragraph-10 {
  font-size: 22px;
}

.hero-heading-right {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.hero-wrapper-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.button-primary-5 {
  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-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.heading-17 {
  color: var(--n);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.2em;
}

.hero-heading-left-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-18 {
  color: var(--n);
  margin-bottom: 20px;
}

.checkbox-label {
  opacity: 1;
  font-size: 10px;
}

.div-block-15 {
  text-align: left;
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  margin-bottom: 100px;
  font-size: 20px;
  position: relative;
}

.heading-19 {
  padding-bottom: 40px;
  font-size: 25px;
}

.div-block-16 {
  text-align: center;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  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;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-4 {
  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-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[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-6 {
  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-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.hero-heading-center-2 {
  background-color: var(--accessible-components--white-smoke);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-5.margin-bottom-32px {
  margin-top: -52px;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  position: static;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 49px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.shadow-two-4 {
  border-radius: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.pricing-items {
  background-color: #0000;
  background-image: url('../images/Untitled-design-4.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: var(--white);
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 0;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
  font-family: Open Sans, sans-serif;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.heading-20 {
  font-size: 15px;
}

.heading-21 {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
}

.heading-22 {
  font-weight: 700;
  text-decoration: none;
}

.heading-23, .heading-24 {
  font-family: Open Sans, sans-serif;
}

.link-3 {
  border: 10px solid #000;
  border-radius: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.heading-25, .heading-26 {
  font-family: Open Sans, sans-serif;
}

.link-4 {
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.heading-27, .heading-28 {
  font-family: Open Sans, sans-serif;
}

.link-5 {
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.hero-without-image-2 {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  margin-top: -52px;
  padding: 80px 30px 33px;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.margin-bottom-24px-7 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-primary-8 {
  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-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.heading-29 {
  font-family: Open Sans, sans-serif;
  font-size: 40px;
}

.container-15 {
  background-color: #000000bf;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  margin-bottom: 23px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
}

.heading-30 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 4px 1px 6px #0003;
  word-break: normal;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.submit-button-2 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: var(--mid-blue);
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 24px;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.form-2 {
  margin-bottom: 60px;
  font-weight: 700;
}

.section-8 {
  padding-left: 100px;
  padding-right: 100px;
}

.field-label {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.field-label-2, .field-label-3, .field-label-4 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
}

.text-field {
  box-sizing: border-box;
  float: none;
}

.heading-31 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 1px 13px #0003;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  font-weight: 800;
}

.form-3 {
  margin-bottom: 40px;
}

.container-16 {
  border: 0px solid var(--white);
  text-align: center;
  -webkit-text-stroke-color: #333;
  background-color: #001a35e6;
  border-radius: 10px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.submit-button-3 {
  background-color: var(--mid-blue);
  text-transform: uppercase;
  text-shadow: 3px 1px 6px #0003;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.paragraph-12 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-field-2 {
  border-radius: 5px;
  margin-bottom: 30px;
}

.field-label-5 {
  color: var(--white);
  background-color: #0000;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.field-label-6, .field-label-7, .field-label-8 {
  color: var(--white);
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.text-field-3 {
  border-radius: 5px;
}

.text-field-4, .text-field-5 {
  border-radius: 6px;
}

.heading-32 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
}

.paragraph-13 {
  text-align: center;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-6 {
  font-size: 0;
}

.button-7 {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-color: #3898ec;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 350px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.button-8 {
  background-color: var(--mid-blue);
  color: #fff;
  text-transform: uppercase;
  text-shadow: 3px 0 11px #00000070;
  border-radius: 10px;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.div-block-17 {
  margin-top: 30px;
}

.paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.paragraph-19 {
  text-indent: 0;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.heading-33 {
  font-size: 25px;
}

.heading-34 {
  color: #000;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 800;
}

.paragraph-20 {
  margin-bottom: 10px;
  font-size: 18px;
}

.button-9 {
  background-color: #000;
  border-radius: 5px;
  padding-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.paragraph-21 {
  margin-top: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.list-item-6, .list-item-7 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-22 {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.button-10 {
  background-color: var(--mid-blue);
  text-transform: uppercase;
  text-shadow: 3px 1px 4px #0003;
  border-radius: 6px;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 800;
  display: inline-block;
}

.container-17 {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-stroke-color: #fff;
  cursor: pointer;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: center;
  transition: flex-grow 1s cubic-bezier(.6, -.28, .735, .045), opacity 1s;
  display: none;
  position: absolute;
  inset: auto;
}

.div-block-19 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-20 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.container-18 {
  padding-left: 33px;
  padding-right: 153px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-9 {
  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-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.popup-close-btn {
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: white;
  background-color: #0000;
  border: 1px solid #fff0;
  padding-top: 18px;
  padding-left: 19px;
  font-size: 22px;
  display: block;
  position: absolute;
}

.image-11 {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  max-width: 100%;
  max-height: none;
  margin-top: 70px;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.section-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: block;
  position: relative;
}

.image-12 {
  box-sizing: border-box;
  text-align: left;
  object-fit: fill;
  max-width: 100%;
  display: inline-block;
  position: static;
  overflow: visible;
}

.body-7 {
  overflow: clip;
}

.section-10 {
  box-sizing: border-box;
  max-width: 100%;
  position: static;
  overflow: visible;
}

.image-13 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #333;
  object-fit: fill;
  max-width: 100%;
  margin-top: 70px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  overflow: visible;
}

.section-11 {
  box-sizing: border-box;
  aspect-ratio: auto;
  max-width: 100%;
  position: static;
  overflow: visible;
}

.section-12 {
  box-sizing: border-box;
  aspect-ratio: auto;
  display: inline-block;
  position: relative;
}

.image-15, .image-16, .image-17 {
  margin-top: 70px;
  width: 100%;
}

.div-block-21 {
  padding-bottom: 0;
  position: static;
}

@media screen and (min-width: 1440px) {
  .introtag {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    font-style: normal;
    text-decoration: none;
    display: block;
  }

  .button {
    display: block;
  }

  .heading-2 {
    margin-top: -5px;
    margin-bottom: 0;
  }

  .aboutusheading {
    text-align: center;
    margin-bottom: 45px;
  }

  .text-block-2 {
    margin-top: 4.4rem;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-position {
    text-align: center;
    line-height: 20px;
  }

  .container-3, .compheading {
    margin-top: 40px;
  }

  .footer-block-three {
    font-size: 20px;
  }

  .footer-copyright {
    text-align: left;
    margin-left: auto;
    padding-left: 200px;
  }

  .testimonial-quote {
    margin-right: 0;
  }

  .testimonial-slider-nav {
    margin-top: -80px;
  }

  .div-block-11 {
    padding: 5rem;
  }

  .section-3 {
    padding-top: 60px;
  }

  .submit-button {
    margin-top: 20px;
  }

  .tabs-menu {
    letter-spacing: .25px;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 500;
  }

  .tab-link-tab-2 {
    font-size: 22px;
  }

  .text-block-3, .text-block-4 {
    font-family: Inter, sans-serif;
  }

  .bgv2 {
    position: absolute;
    inset: 0;
  }

  .image-3 {
    margin-top: -20px;
    padding-top: 0;
  }

  .mainsecionlanding {
    margin-top: 35px;
    padding-top: 71px;
  }

  .compareandcontracth {
    margin-top: -65px;
  }

  .continuoush {
    margin-top: 0;
  }

  .fs_numbercount-1_wrapper2 {
    padding-top: 1rem;
  }

  .text-span-2 {
    margin-top: 30px;
  }

  .container-9 {
    max-width: 1400px;
  }

  .margin-bottom-24px-3 {
    color: #fff;
  }

  .button-primary-4 {
    border: 1px solid #fff;
  }

  .heading-10 {
    margin-bottom: 20px;
  }

  .quick-stack {
    padding-bottom: 80px;
  }

  .section-6 {
    text-align: left;
  }

  .container-10 {
    max-width: 1400px;
  }

  .paragraph-4, .paragraph-5, .paragraph-6 {
    text-align: center;
  }

  .container-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    background-color: var(--n);
    place-content: stretch center;
    align-items: center;
  }

  .heading-15 {
    color: #fff;
    font-family: Inter, sans-serif;
  }

  .paragraph-7 {
    font-family: Inter, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .container-12 {
    max-width: 1400px;
  }

  .paragraph-8 {
    color: var(--n);
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .heading-16 {
    margin-top: 0;
    font-family: Inter, sans-serif;
  }

  .heading-17 {
    font-family: Inter, sans-serif;
  }

  .heading-19 {
    margin-bottom: 40px;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .heading-32 {
    max-width: 2000px;
  }

  .heading-33 {
    font-size: 35px;
  }

  .heading-34 {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 60px;
  }

  .paragraph-20 {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .button-9 {
    padding: 20px;
    font-size: 35px;
  }

  .paragraph-21 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .paragraph-22 {
    font-size: 20px;
  }

  .button-10 {
    padding: 20px;
    font-size: 40px;
  }

  .container-17 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: relative;
  }

  .div-block-18 {
    display: none;
  }

  .popup-close-btn {
    padding-top: 19px;
  }

  .image-11 {
    display: block;
  }

  .body-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .section-10 {
    max-width: 100%;
  }

  .image-13 {
    object-fit: fill;
    max-width: 100%;
    margin-top: 70px;
    padding-top: 0;
    position: relative;
  }

  .section-13 {
    position: relative;
  }

  .image-14 {
    margin-right: 200px;
  }
}

@media screen and (max-width: 991px) {
  .mainsection {
    width: auto;
    margin-top: 75px;
    position: static;
  }

  .introtag {
    text-align: center;
    padding-left: 0;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    display: block;
    position: static;
  }

  .div-block-3 {
    margin-top: auto;
    margin-bottom: 3px;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-subscribe {
    position: relative;
  }

  .container-4 {
    max-width: 728px;
  }

  .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;
  }

  .footer-copyright {
    margin-left: 20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slider-nav {
    margin-top: -20px;
    padding-top: 80px;
  }

  .heading-6 {
    font-size: 25px;
  }

  .submit-button {
    margin-top: 20px;
  }

  .subh {
    font-size: 20px;
    line-height: 45px;
  }

  .flex-block-2 {
    margin-top: -61px;
  }

  .link {
    font-size: 20px;
  }

  .container-6 {
    max-width: 728px;
  }

  .grid-2 {
    margin-top: -158px;
  }

  .cc4, .ccc5 {
    max-width: 728px;
  }

  .heading-9 {
    text-align: left;
    font-family: Open Sans, sans-serif;
    font-size: 25px;
  }

  .container-7 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-span-2 {
    text-align: left;
    font-family: Open Sans, sans-serif;
    font-size: 60px;
  }

  .container-9 {
    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;
  }

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-12 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .hero-wrapper-3 {
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-19 {
    text-align: left;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-13 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .container-14 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .heading-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-34 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 50px;
  }

  .paragraph-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-21, .paragraph-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-19 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .list-4, .list-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: relative;
    inset: auto;
  }

  .container {
    position: static;
  }

  .introtag {
    margin-top: 20px;
  }

  .fs_numbercount-1_card, .fs_numbercount-1_wrapper {
    display: block;
  }

  .fs_numbercount-1_component {
    display: block;
    position: static;
  }

  .button {
    text-align: left;
    align-self: center;
  }

  .link-block {
    text-align: center;
    display: block;
  }

  .link-block-2 {
    display: block;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: relative;
  }

  .bgv {
    height: auto;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .features-table {
    padding: 60px 15px;
  }

  .footer-subscribe {
    margin-top: 80px;
    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 {
    grid-template-columns: auto;
    justify-content: start;
    align-items: 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 {
    margin-left: 107px;
    font-size: 10px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .section-3 {
    margin-top: 1.9rem;
  }

  .heading-6 {
    font-size: 30px;
  }

  .subh {
    min-height: 5px;
    margin-top: -7px;
    font-size: 20px;
    line-height: 40px;
  }

  .link {
    font-size: 20px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .cover {
    height: auto;
  }

  .mainsecionlanding {
    height: auto;
    margin-top: 0;
    display: block;
    position: static;
  }

  .acu {
    padding: 60px 15px;
  }

  .grid-2 {
    margin-top: -121px;
  }

  .heading-9 {
    text-align: left;
    margin-left: 8px;
    font-family: Open Sans, sans-serif;
    font-size: 28px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .text-span-2 {
    text-align: center;
    height: auto;
    margin-top: 0;
    font-family: Open Sans, sans-serif;
    font-size: 50px;
    line-height: 50px;
  }

  .hero-heading-left, .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .heading-11 {
    text-align: left;
    align-self: auto;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-10 {
    aspect-ratio: 3 / 2;
    padding-top: 40px;
    padding-left: 0;
  }

  .paragraph-7 {
    text-align: left;
  }

  .features-list, .hero-heading-right, .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .div-block-15 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 40px;
    position: static;
  }

  .heading-19 {
    text-align: left;
    margin-left: -83px;
    font-family: Open Sans, sans-serif;
    line-height: 30px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-4 {
    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;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .centered-heading-5.margin-bottom-32px {
    font-size: 30px;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .pricing-image-two.shadow-two {
    flex: none;
    align-self: auto;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .heading-32 {
    font-size: 35px;
  }

  .heading-33 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-34 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
  }

  .paragraph-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-22, .button-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .list-2, .list-3 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .introtag {
    font-size: 3rem;
    line-height: 3rem;
  }

  .fs_numbercount-1_message {
    display: none;
  }

  .fs_numbercount-1_number {
    padding-left: 0;
  }

  .fs_numbercount-1_card {
    display: block;
  }

  .fs_numbercount-1_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .fs_numbercount-1_component {
    box-sizing: border-box;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    margin: auto;
    padding-left: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .button {
    position: static;
  }

  .div-block {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block, .link-block-2 {
    display: block;
    position: static;
  }

  .heading-2 {
    font-size: 29px;
  }

  .nav-menu {
    background-color: #ebebeb;
  }

  .aboutsection {
    height: auto;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    position: relative;
  }

  .bgv {
    height: auto;
    margin-top: 0;
  }

  .aboutusheading {
    text-align: center;
  }

  .gallery-slider {
    margin-top: 0;
    position: static;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template: "Area"
                   "."
                   / 1fr;
  }

  .background-video {
    height: 50vh;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-subscribe {
    margin-top: auto;
  }

  .container-4 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    max-width: none;
  }

  .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;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    grid-template-columns: auto;
    justify-content: start;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    text-align: center;
    margin-left: 0;
  }

  .container-5 {
    max-width: 100%;
  }

  .testimonial-slider-two {
    flex-flow: column;
    display: flex;
  }

  .testimonial-slide {
    padding-top: 0;
  }

  .testimonial-content {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    overflow: scroll;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .testimonial-slider-nav {
    margin-top: -180px;
    padding-top: 0;
  }

  .mask {
    height: 100vh;
  }

  .icon {
    margin-top: 388.5px;
    margin-right: 0;
  }

  .icon-2 {
    margin-top: 388.5px;
    margin-left: 0;
  }

  .section-3 {
    margin-top: 4.9rem;
    padding-top: 98px;
  }

  .form {
    width: 288px;
    padding-bottom: 60px;
  }

  .subh {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    font-size: 18px;
  }

  .image-2 {
    margin-top: auto;
    padding-top: 0;
    position: relative;
    inset: auto 140px 0% 65%;
  }

  .container-6 {
    max-width: none;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .requirement {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .text-block-3, .text-block-4 {
    font-size: 18px;
  }

  .section-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cover {
    height: auto;
  }

  .mainsecionlanding {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: -34px;
    margin-bottom: auto;
    display: block;
    position: relative;
  }

  .compareandcontracth {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .continuoush {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .button-4 {
    max-width: 80%;
  }

  .fs_numbercount-1_wrapper2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    flex-flow: column;
    align-items: center;
    margin-bottom: -200px;
    display: flex;
  }

  .cc4 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    max-width: none;
    margin-top: 5px;
  }

  .ccc5 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    max-width: none;
    margin-top: 20rem;
  }

  .menu-button {
    background-color: #c8c8c8;
  }

  .menu-button.w--open {
    background-color: #ebebeb;
  }

  .icon-3 {
    color: var(--n);
  }

  .heading-2-copy {
    font-size: 29px;
  }

  .heading-9 {
    margin-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .container-7, .container-8 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .image-4 {
    float: none;
    vertical-align: baseline;
    position: relative;
    inset: 0% 0% 0% 75%;
  }

  .text-span-2 {
    text-align: left;
    padding-left: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .container-9 {
    max-width: none;
  }

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-12 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .div-block-15 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .heading-19 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Open Sans, sans-serif;
    line-height: 30px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-13 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .centered-heading-5.margin-bottom-32px, .margin-bottom-24px-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary-7 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .heading-32, .paragraph-13, .heading-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-34 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .paragraph-20 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-9 {
    margin-left: 20px;
  }

  .paragraph-21 {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-22 {
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-10 {
    margin-left: 20px;
  }

  .container-19 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .image-11 {
    margin-top: 0;
  }

  .image-13 {
    margin-top: 0;
    position: static;
  }

  .list-2, .list-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-15, .image-16, .image-17 {
    margin-top: 0;
  }

  .flex-block-4 {
    display: block;
  }
}

#w-node-_7f0c3509-6db7-e56b-333f-bd778dd8b991-5f1c58c7, #w-node-df9fb7f9-7414-0d1f-a2e7-83c63ae479ff-5f1c58c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df9fb7f9-7414-0d1f-a2e7-83c63ae47a04-5f1c58c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df9fb7f9-7414-0d1f-a2e7-83c63ae47a08-5f1c58c7, #w-node-df9fb7f9-7414-0d1f-a2e7-83c63ae47a12-5f1c58c7, #w-node-df9fb7f9-7414-0d1f-a2e7-83c63ae47a17-5f1c58c7, #w-node-b735a792-2f1e-3830-41b7-aba47d994a1b-5f1c58c7, #w-node-edd22dd8-2bab-4e8c-e658-1ea3654a1fd2-5f1c58c7, #w-node-b427e07e-37cb-becc-a4ed-4ee9da1285c1-5f1c58c7, #w-node-b427e07e-37cb-becc-a4ed-4ee9da1285cb-5f1c58c7, #w-node-b427e07e-37cb-becc-a4ed-4ee9da1285d5-5f1c58c7, #w-node-_2757addc-bb98-319c-e57f-a8762351c7ce-5f1c58c7, #w-node-_3614a92b-6757-eef4-1aab-462991fb5f0b-5f1c58c7, #w-node-_00f55f37-61e7-78a3-c357-2874ce5e16c1-5f1c58c7, #w-node-_4039a859-750a-0431-cb4a-4388c7596510-5f1c58c7, #w-node-_4039a859-750a-0431-cb4a-4388c7596518-5f1c58c7, #w-node-_4039a859-750a-0431-cb4a-4388c7596522-5f1c58c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83efa19f-f6f2-f4de-feb5-04bcbb712085-5f1c58c7, #w-node-_83efa19f-f6f2-f4de-feb5-04bcbb712083-5f1c58c7, #w-node-_83efa19f-f6f2-f4de-feb5-04bcbb71208a-5f1c58c7, #w-node-_83efa19f-f6f2-f4de-feb5-04bcbb712088-5f1c58c7, #w-node-_83efa19f-f6f2-f4de-feb5-04bcbb71208f-5f1c58c7, #w-node-_83efa19f-f6f2-f4de-feb5-04bcbb71208d-5f1c58c7, #w-node-_83efa19f-f6f2-f4de-feb5-04bcbb712094-5f1c58c7, #w-node-_83efa19f-f6f2-f4de-feb5-04bcbb712092-5f1c58c7, #w-node-_83efa19f-f6f2-f4de-feb5-04bcbb712099-5f1c58c7, #w-node-_83efa19f-f6f2-f4de-feb5-04bcbb712097-5f1c58c7, #w-node-_83efa19f-f6f2-f4de-feb5-04bcbb71209e-5f1c58c7, #w-node-_83efa19f-f6f2-f4de-feb5-04bcbb71209c-5f1c58c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_00cdeffd-8ed7-d66d-3b2a-8be9dbb48fb1-5f1c58c8, #w-node-_00cdeffd-8ed7-d66d-3b2a-8be9dbb48fb8-5f1c58c8, #w-node-_00cdeffd-8ed7-d66d-3b2a-8be9dbb48fc0-5f1c58c8, #w-node-_825d0bc6-8a2c-5344-5898-4fc430a04112-5f1c58c8, #w-node-_825d0bc6-8a2c-5344-5898-4fc430a0411a-5f1c58c8, #w-node-_825d0bc6-8a2c-5344-5898-4fc430a04122-5f1c58c8, #w-node-_91771b3b-26ff-bbb0-bae3-032a832a2298-5f1c58ca, #w-node-a266f47d-8056-6823-f5e5-a1525d4970b1-5f1c58ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91771b3b-26ff-bbb0-bae3-032a832a2298-db97f8a6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-a4b7763f-7ec3-0321-c405-6e2573dfef3c-7bde32e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_28530a22-b387-530e-cf77-f264bdf4b8a7-7bde32e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28530a22-b387-530e-cf77-f264bdf4b8a7-43cc3c45 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_91771b3b-26ff-bbb0-bae3-032a832a2298-44e1f887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91771b3b-26ff-bbb0-bae3-032a832a2298-b365d5cc, #w-node-_91771b3b-26ff-bbb0-bae3-032a832a2298-0c787b43 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

@media screen and (min-width: 1440px) {
  #w-node-b427e07e-37cb-becc-a4ed-4ee9da1285cb-5f1c58c7, #w-node-b427e07e-37cb-becc-a4ed-4ee9da1285d5-5f1c58c7, #w-node-_3614a92b-6757-eef4-1aab-462991fb5f0b-5f1c58c7, #w-node-_00f55f37-61e7-78a3-c357-2874ce5e16c1-5f1c58c7, #w-node-_4039a859-750a-0431-cb4a-4388c7596518-5f1c58c7, #w-node-_4039a859-750a-0431-cb4a-4388c7596522-5f1c58c7, #w-node-_00cdeffd-8ed7-d66d-3b2a-8be9dbb48fb8-5f1c58c8, #w-node-_00cdeffd-8ed7-d66d-3b2a-8be9dbb48fc0-5f1c58c8, #w-node-_825d0bc6-8a2c-5344-5898-4fc430a0411a-5f1c58c8, #w-node-_825d0bc6-8a2c-5344-5898-4fc430a04122-5f1c58c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28530a22-b387-530e-cf77-f264bdf4b8a7-7bde32e0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_28530a22-b387-530e-cf77-f264bdf4b8a7-43cc3c45 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-df9fb7f9-7414-0d1f-a2e7-83c63ae479ff-5f1c58c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_28530a22-b387-530e-cf77-f264bdf4b8a7-7bde32e0, #w-node-_28530a22-b387-530e-cf77-f264bdf4b8a7-43cc3c45 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a4b7763f-7ec3-0321-c405-6e2573dfef3c-7bde32e0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_28530a22-b387-530e-cf77-f264bdf4b8a7-7bde32e0, #w-node-_28530a22-b387-530e-cf77-f264bdf4b8a7-43cc3c45 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-df9fb7f9-7414-0d1f-a2e7-83c63ae479ff-5f1c58c7, #w-node-df9fb7f9-7414-0d1f-a2e7-83c63ae47a04-5f1c58c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28530a22-b387-530e-cf77-f264bdf4b8a7-7bde32e0, #w-node-_28530a22-b387-530e-cf77-f264bdf4b8a7-43cc3c45 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------------------------
   Custom mobile fixes (Contact page layout grid + spacing)
   Appended last so these win over the earlier Webflow media queries.
   The contact grid used a fixed 600px container height plus stacked negative
   margins, so on small screens the form/contact info overflowed and the
   footer overlapped it. These rules let the container grow and remove the
   overlap, and tighten the spacing under "Connect with us".
--------------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .div-block-11 {
    height: auto;
    min-height: 0;
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .subh {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 34px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-11 {
    padding: 1.5rem;
  }

  .grid-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .subh {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 32px;
  }
}

/* ---------------------------------------------------------------------------
   Recruitment "Register Here!" popup (modal)
   Turns the previously inline form into a real centered modal that is hidden
   until the "Apply Now" button (.button-10) is pressed. Toggled by the
   .popup-open class added in js/recruitment-popup.js.
--------------------------------------------------------------------------- */
.div-block-19 {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  flex-flow: row;
  place-content: flex-start center;
  align-items: flex-start;
  background-color: rgba(0, 10, 25, .78);
  padding: 4vh 1rem;
  overflow-y: auto;
}

.div-block-19.popup-open {
  display: flex;
}

.div-block-19 .div-block-18 {
  cursor: auto;
  flex-flow: column;
  width: 100%;
  max-width: 560px;
  margin: auto;
  position: relative;
  inset: auto;
}

.div-block-19.popup-open .div-block-18 {
  display: flex;
}

.div-block-19 .container-16 {
  width: 100%;
  max-width: 100%;
  padding: 40px;
  position: relative;
}

.div-block-19 .popup-close-btn {
  cursor: pointer;
  z-index: 2;
  line-height: 1;
  margin: 0;
  padding: 8px 14px;
  position: absolute;
  top: 8px;
  right: 10px;
}

@media screen and (max-width: 479px) {
  .div-block-19 .container-16 {
    padding: 30px 22px;
  }

  .div-block-19 .heading-31 {
    margin-top: 24px;
    font-size: 34px;
  }
}

/* ---------------------------------------------------------------------------
   Resources page (article slider) fixes
   The slider used fixed viewport-height boxes (section 80vh, mask 60/100vh)
   that overflowed on small screens and let the footer overlap the slides /
   nav dots. Size everything to content instead, and drop the large negative
   margins that pulled the pagination dots up over the footer.
--------------------------------------------------------------------------- */
.section-2 {
  height: auto;
  min-height: 0;
}

/* The slider is now driven by js/resources-slider-fix.js (Webflow's slider
   class was removed), so re-establish the positioning context its absolutely
   positioned arrows rely on. */
.testimonial-slider-two {
  position: relative;
}

.mask {
  height: auto;
}

.testimonial-slide {
  min-height: 60vh;
}

.testimonial-slider-nav {
  margin-top: 16px;
  bottom: auto;
}

@media screen and (max-width: 767px) {
  .testimonial-slide {
    min-height: 0;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: cover;
  }

  .testimonial-slider-nav {
    margin-top: 16px;
  }

  .mask {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .testimonial-slider-nav {
    margin-top: 16px;
  }

  .mask {
    height: auto;
  }
}

/* ---------------------------------------------------------------------------
   Footer legal/copyright text (home page SMS-consent block)
   The copyright text is white-space:nowrap, which is fine for the short
   "© 2024 …" line but makes the long SMS-consent paragraph on the home page
   overflow the viewport horizontally on phones. Let it wrap on small screens.
--------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .footer-copyright {
    white-space: normal;
    margin-left: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}


/* ---------------------------------------------------------------------------
   Navbar dropdowns: open on hover (desktop only)
   The Services/Careers dropdowns previously only opened on click and toggled
   inconsistently. On desktop, reveal the menu when hovering the dropdown so it
   behaves like a standard navbar. The mobile collapsed nav (<=991px) keeps its
   tap behavior. Click still works because Webflow's w--open class also shows it.
--------------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .navbar .w-dropdown:hover .w-dropdown-list {
    display: block;
  }
}

/* ---------------------------------------------------------------------------
   Become a Carrier tab toggle (Requirements / Expectations)
   Webflow's default active tab (#C8C8C8) was nearly identical to the inactive
   state (#DDD), so users couldn't tell which view was selected. Give the
   selected tab the brand color with white text and an obvious inactive style.
--------------------------------------------------------------------------- */
.tabs-menu .w-tab-link {
  background-color: #ececec;
  color: #1a1a1a;
  border-radius: 8px;
  margin-right: 8px;
}

.tabs-menu .w-tab-link:hover {
  background-color: #dcdcdc;
}

.tabs-menu .w-tab-link.w--current {
  background-color: #28688f;
  color: #fff;
}

/* ---------------------------------------------------------------------------
   Resources articles: let them flow naturally
   Each article previously sat in a fixed 320px box with its own inner vertical
   AND horizontal scrollbars (awkward nested scrolling). Remove the fixed height
   and inner scroll so the article text flows normally within the slide.
--------------------------------------------------------------------------- */
.testimonial-quote {
  max-height: none;
  overflow: visible;
}

/* ---------------------------------------------------------------------------
   Services (Transportation) hero spacing
   The hero wrapper (.flex-block) carried a 300pt (~400px) bottom margin, which
   left a large blank gap between the hero and the "Dry Van / Refrigerated /
   Power Only" cards. Scoped to the Services mainsection so the homepage hero
   (which uses .mainsecionlanding) is unaffected.
--------------------------------------------------------------------------- */
.mainsection .flex-block {
  margin-bottom: 4rem;
}

/* ---------------------------------------------------------------------------
   Contact page social links
   Replaced the wide text wordmark images with recognizable inline SVG icons.
--------------------------------------------------------------------------- */
.body-4 .flex-block-3 {
  flex-direction: row;
  grid-column-gap: 1.25rem;
}

.social-icon {
  color: #28688f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  transition: color .15s ease, transform .15s ease;
}

.social-icon:hover {
  color: #1a4a68;
  transform: translateY(-2px);
}

/* ---------------------------------------------------------------------------
   Homepage hero: heading stack (.hero-text) anchored left, CTAs stay centered
   The heading block and the number-count/CTA block are separate siblings, so
   we anchor "Delivering Excellence" + the sub-headings to the left while the
   "Haul with us" / "Drive for us" buttons remain centered over the video.
--------------------------------------------------------------------------- */
.mainsecionlanding {
  align-items: stretch;
}

.mainsecionlanding .flex-block {
  width: 100%;
  margin-bottom: 4rem;   /* was 400px (300pt) inherited from base .flex-block */
}

/* Heading stack: anchored to the left (inset scales down on small screens) */
.mainsecionlanding .hero-text {
  text-align: left;
  padding-left: clamp(1rem, 5vw, 5rem);
}

/* Number cards + CTAs: stay grouped and centered in the middle. Constraining
   the grid width keeps the two buttons a comfortable distance apart rather than
   stretched across the full viewport. */
.mainsecionlanding .fs_numbercount-1_wrapper {
  justify-content: center;
  width: min(760px, 100%);
  column-gap: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.sms-terms {
  width: 100%;
  border-top: 1px solid #e4ebf3;
  margin-top: 24px;
  padding-top: 20px;
}

.sms-terms-inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.sms-terms-title {
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.sms-terms-text {
  color: #9aa0a6;
  text-align: left;
  font-size: 11px;
  font-style: italic;
  line-height: 1.6;
  column-count: 2;
  column-gap: 48px;
}

.sms-terms-item {
  break-inside: avoid;
  margin: 0 0 10px;
}

.sms-terms-item strong {
  color: #6b7280;
}

.sms-terms-text a {
  color: #6b7280;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sms-terms-text {
    column-count: 1;
  }
}

/* Center the footer copyright across the footer width */
.footer-subscribe .cc4,
.footer-subscribe .container-4 {
  position: relative;
}

.footer-subscribe .footer-bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-subscribe .footer-copyright {
  margin: 0;
  padding: 0 16px;
  text-align: center;
  background-color: var(--accessible-components--white-smoke);
}

@media screen and (max-width: 991px) {
  .footer-subscribe .footer-bottom {
    position: static;
    transform: none;
  }

  .footer-subscribe .footer-copyright {
    padding: 0;
    background-color: transparent;
  }
}

/* ---------------------------------------------------------------------------
   Navbar logo top padding
   The navbar lays out as a block, so the (wide) logo sat flush against the top
   edge. Nudge it down so it has breathing room and sits centered in the bar.
--------------------------------------------------------------------------- */
.w-nav-brand .image {
  margin-top: 12px;
}
