:root {
  --dark-slate-grey: #01546b;
}

.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-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

a {
  color: #444;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

sub {
  font-size: 16px;
  font-weight: 400;
}

.sticky-nav {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f4f4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  z-index: 999;
  color: #116079;
  text-transform: uppercase;
  border-radius: 36px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 14px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s, border .2s, color .2s;
  display: block;
  position: relative;
}

.nav-link:hover {
  color: #253a41;
  background-color: #e7e7e7;
  border-bottom: 3px #003e51;
  border-radius: 14px;
  text-decoration: none;
}

.nav-link.contact {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-radius: 12px;
  margin-left: 9px;
  padding-left: 27px;
  padding-right: 27px;
  transition: box-shadow .2s, background-color .2s, border .2s, color .2s;
  box-shadow: 3px 3px 11px #00000063;
}

.nav-link.contact:hover {
  box-shadow: 8px 8px 11px -1px #00000063;
}

.container {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 1;
  background-color: #fff;
  padding-top: 27px;
  padding-bottom: 27px;
  position: relative;
}

.animation {
  position: relative;
}

.div-block {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 77px;
  padding-right: 77px;
  display: block;
  position: absolute;
  inset: 4% 0% 14%;
}

.div-block-2 {
  opacity: 1;
  color: #003e51;
  background-color: #003e51;
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  padding: 70px 46px;
  display: flex;
  position: sticky;
  top: 50px;
  bottom: 60px;
  box-shadow: 6px 6px 8px #00000052;
}

.heading {
  color: #fff;
}

.heading.blue {
  color: #01546c;
  font-family: Lato, sans-serif;
}

.paragraph {
  color: #fff;
  text-align: center;
}

.about-section {
  z-index: 2;
  background-color: #003e51;
  background-image: linear-gradient(#003e51f7, #003e51f7), url('../images/bigstock-Truck-Crane-With-Spread-Out-Le-254597680-900x600_1bigstock-Truck-Crane-With-Spread-Out-Le-254597680-900x600.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-top: 0;
  display: none;
  position: relative;
}

.h1-dark {
  z-index: 0;
  color: #003e51;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-style: italic;
  line-height: 60px;
  position: relative;
}

.h1-dark.larger {
  font-size: 60px;
}

.h1-dark.larger.centred {
  text-align: center;
  padding-bottom: 51px;
}

.h1-dark.less-padding {
  padding-top: 17px;
  padding-bottom: 0;
}

.h1-dark.smaller {
  padding: 0;
  font-size: 25px;
}

.h1-light {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-style: italic;
}

.h2-dark {
  color: #003e51;
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-style: italic;
}

.h2-dark.grey {
  color: #727272;
}

.h2-dark.larger {
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 40px;
}

.h2-dark.padding {
  padding-top: 24px;
  padding-bottom: 24px;
}

.h2-light {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.h2-light.nonitalic {
  padding-bottom: 18px;
  font-family: PT Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-dark {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-dark.no-padding {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-dark.no-padding.centred {
  text-align: center;
}

.paragraph-dark.with-padding {
  text-align: left;
  padding-top: 28px;
  padding-bottom: 28px;
}

.paragraph-2 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.button-dark {
  text-align: center;
  text-transform: uppercase;
  background-color: #003e51;
  border: 2px solid #003e51;
  border-radius: 9px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Oswald, sans-serif;
  font-size: .8rem;
  font-style: italic;
  transition: box-shadow .2s, background-color .2s;
  box-shadow: 2px 2px 5px #0006;
}

.button-dark:hover {
  background-color: #0d637e;
  box-shadow: 6px 6px 11px #0006;
}

.button-dark.with-margin {
  z-index: 2;
  flex: 1;
  margin-top: 42px;
  margin-left: 0;
  position: relative;
}

.button-dark.with-margin.wide {
  padding-left: 108px;
  padding-right: 108px;
  font-size: 1.5rem;
}

.button-dark.extra-padding {
  padding-left: 51px;
  padding-right: 51px;
}

.button-dark.extra-padding.large-text {
  margin-top: 29px;
  margin-bottom: 29px;
}

.button-light {
  color: #003e51;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #003e51;
  border-radius: 9px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-style: italic;
  transition: box-shadow .2s, background-color .2s;
  box-shadow: 2px 2px 7px #00000045;
}

.button-light:hover {
  background-color: #fff;
  box-shadow: 7px 7px 10px #00000045;
}

.paragraph-light {
  color: #fff;
  padding-bottom: 41px;
  font-family: Lato, sans-serif;
}

.paragraph-light.centred {
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
}

.container-2 {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.div-block-3 {
  z-index: 1;
  position: absolute;
  inset: 7% 3% auto auto;
  overflow: hidden;
}

.image {
  opacity: .07;
  display: block;
  position: relative;
}

.div-block-4 {
  justify-content: space-between;
  display: flex;
}

.div-block-5 {
  z-index: 0;
  opacity: .51;
  position: absolute;
  inset: 2% 3% auto auto;
}

.lottie-animation {
  perspective: 1392px;
  position: static;
  transform: translate(0);
}

.div-block-6 {
  perspective: 1294px;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  z-index: 3;
  background-color: #003e51;
  margin-left: 67px;
  margin-right: 67px;
  padding-left: 45px;
  padding-right: 45px;
  position: absolute;
  inset: 16% auto auto 50%;
  box-shadow: 4px 4px 9px #00000085;
}

.div-block-7.left {
  border-radius: 9px;
  max-width: 450px;
  inset: auto 571px 33% 0%;
  overflow: hidden;
}

.div-block-7.right {
  border-radius: 9px;
  max-width: 450px;
  overflow: hidden;
  transform: rotate(0);
}

.h3-light {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-style: italic;
}

.page-load-animation {
  z-index: 999;
  perspective: 1294px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.image-2 {
  position: static;
  top: 276.5px;
}

.navigation-grid {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}

.integration-title-wrapper {
  align-items: center;
  display: flex;
}

.wave-vector {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navigation-button-wrapper {
  z-index: 2;
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  min-height: 60px;
  display: flex;
  position: relative;
}

.product-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.navigation-link-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 3.75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 60px;
  display: grid;
}

.navigation-button {
  color: #6869ac;
  letter-spacing: -.02em;
  border: 1px dashed #6869ac;
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  margin-top: 16px;
  padding: 10px 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.navigation-button:hover {
  background-color: #ebebf4;
}

.brand {
  margin-right: 4vw;
}

.badge {
  color: #ebebf4;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px dashed #ebebf4;
  border-radius: 32px;
  margin-left: 20px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.icon-nav {
  color: #003e51;
  margin-right: 10px;
}

.navigation-title {
  color: #6667ab;
  letter-spacing: .08em;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.banner {
  color: #fff;
  background-color: #003e51;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 8px 3%;
  display: none;
  position: relative;
}

.column-01 {
  height: 100%;
  padding-right: 24px;
}

.integration-link {
  color: #2b2c4f;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.integration-link:hover {
  background-color: #ebebf4;
}

.dropdown-list {
  z-index: 99;
  min-width: 100%;
  display: none;
}

.dropdown-list.w--open {
  z-index: 99;
  background-color: #fff;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100px 0 auto;
  box-shadow: 13px 69px 90px #ebebf4cc;
}

.dropdown {
  height: 100%;
  display: block;
  position: static;
}

.dropdown.services, .dropdown.sectors {
  display: block;
}

.column-03 {
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.info-banner {
  display: none;
}

.dropdown-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner-content {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5%;
  display: flex;
  box-shadow: 14px 14px 120px -20px #dbdbf0;
}

.menu-wrap {
  color: #2b2c4f;
  align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  position: static;
}

.person-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-text {
  color: #ebebf4;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.column-02 {
  border-left: 1px dashed #6869ac;
  border-right: 1px dashed #6869ac;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.integration-icon {
  margin-right: 10px;
  padding-top: 13px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr;
}

.navigation-icon {
  margin-right: 14px;
}

.image-block {
  background-color: #6869ac;
  border-radius: 8px;
  height: 190px;
  position: relative;
}

.dropdown-wrapper {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: block;
  overflow: hidden;
}

.dropdown-wrapper.sectors, .dropdown-wrapper.services, .dropdown-wrapper.about {
  display: block;
}

.navigation-link-content {
  align-items: center;
  display: flex;
}

.container-navigation {
  border-bottom: 1px #0414341a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav-button {
  color: #6869ac;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px dashed #6869ac;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.nav-button:hover {
  background-color: #ebebf4;
  border-style: solid;
}

.nav-toggle {
  color: #2b2c4f;
  border-bottom: 2px solid #6667ab00;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 44px;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.nav-toggle:hover {
  color: #6667ab;
  border-bottom-color: #003e51;
}

.nav-toggle:active {
  border: 1px #000;
}

.nav-toggle.w--open {
  color: #6667ab;
  border-bottom-color: #6667ab;
}

.link-title {
  color: var(--dark-slate-grey);
  letter-spacing: -.02em;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.nav-link-2 {
  color: #2b2c4f;
  text-align: center;
  border-bottom: 2px solid #6667ab00;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-2:hover {
  color: #6667ab;
  border-bottom-color: #6667ab;
}

.nav-link-2.w--open {
  color: #4c4cb3;
}

.navigation-dropdown-link {
  color: #2b2c4f;
  border-radius: 8px;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: flex;
}

.navigation-dropdown-link:hover {
  color: #003e518c;
  background-color: #003e512e;
}

.link-description {
  color: #2b2c4f;
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-block {
  color: #003e51;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.text-block.padded {
  margin-bottom: 20px;
}

.text-block.white {
  color: #fff;
}

.image-3 {
  z-index: 2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.body {
  background-color: #fff;
}

.lottie-animation-2 {
  position: relative;
}

.icon-social {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 124px;
  margin-bottom: 32px;
}

.social-icon-small {
  color: #061237;
  background-color: #67718e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 14px;
  padding: 8px;
  transition: all .3s;
  display: flex;
}

.social-icon-small:hover {
  color: #1355ff;
  background-color: #fff;
}

.footer-text-link {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link:hover {
  color: #07c5ff;
}

.footer-text-link.hidden {
  display: none;
}

.paragraph-footer {
  color: #dadde7;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-footer.comapany-info {
  margin-bottom: 0;
  padding-top: 18px;
}

.grid-socials {
  grid-template-rows: auto;
  margin-top: 40px;
}

.social-link {
  color: #b6bcce;
  align-items: center;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.footer-title-light {
  color: #dadde7;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 32px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-footer {
  z-index: 1;
  background-color: #003e51;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  font-family: Lato, sans-serif;
}

.bold-text {
  font-weight: 400;
}

.content-paragraph {
  color: #4d4d4d;
  letter-spacing: .02em;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.container-large-2 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.section-content {
  background-color: #fff;
  padding: 100px 5% 140px;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 600;
  line-height: 72px;
}

.content-middle-column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper {
  margin-top: 32px;
  padding: 10px;
}

.content-title-large {
  color: #1481b8;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.content-card {
  padding: 20px;
}

.content-detail {
  color: #4d4d4d;
  line-height: 24px;
}

.content-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blue-span {
  color: #47b4eb;
}

.body-2 {
  background-color: #fff;
}

.image-cover {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 90%;
  margin-top: -2px;
  transition: width .2s;
  position: sticky;
  box-shadow: 4px 4px 12px #00000059;
}

.image-cover:hover {
  width: 100%;
  height: 100%;
}

.image-cover.small {
  width: 50%;
}

.feature-icon-circle {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  margin-right: 24px;
  padding: 8px;
  display: flex;
  box-shadow: 8px 8px 32px #316aff14;
}

.card-heading {
  color: #1355ff;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.card-ui-graph {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 280px;
  min-height: 140px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto -5% -5% auto;
  box-shadow: 58px 58px 95px -24px #06123714;
}

.grid-content-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
  margin-top: 32px;
}

.feature-wrapper-horizontal {
  align-items: flex-start;
  display: flex;
}

.card-text {
  color: #67718e;
  letter-spacing: -.02em;
  white-space: nowrap;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-standard {
  color: #000;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  padding-top: 12px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.container-3 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-content {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  align-items: center;
}

.heading-large {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.content-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 92px;
  display: flex;
}

.paragraph-large {
  color: #000;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-large.padded {
  padding-left: 18px;
  padding-right: 18px;
}

.span-blue {
  color: #1355ff;
}

.h3-heading {
  color: #003e51;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 800;
  line-height: 60px;
}

.content-background {
  z-index: -1;
  background-color: #f2f3f8;
  border-radius: 20px;
  width: 80%;
  height: 80%;
  position: absolute;
  inset: -20px auto auto -20px;
}

.image-block-small {
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
}

.section-content-2 {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/Wings_2Wings.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  padding: 51px 5% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-large {
  color: #1355ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.graph-svg {
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.h4-heading {
  color: #003e51;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

.h4-heading.padded {
  padding-top: 14px;
  padding-bottom: 14px;
}

.h4-heading.noncapital {
  text-transform: capitalize;
}

.h4-heading.smaller {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.div-block-9 {
  background-color: #003e51;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  height: 40px;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.link {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

.image-4 {
  margin-left: 7px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-10 {
  align-items: center;
  margin-left: 124px;
  margin-right: 124px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  right: -122px;
}

.link-block {
  margin-left: 12px;
  margin-right: 12px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  left: 0;
}

.div-block-12 {
  min-width: 0%;
  min-height: 0%;
  position: absolute;
}

.container-4 {
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lottie-animation-3 {
  position: sticky;
}

.background-video {
  min-height: 100vh;
}

.comp-screen-animation {
  padding-top: 22px;
  padding-bottom: 22px;
  position: sticky;
}

.div-block-15 {
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;
}

.div-block-16 {
  background-image: url('../images/bigstock-Truck-Crane-With-Spread-Out-Le-254597680-900x600_1bigstock-Truck-Crane-With-Spread-Out-Le-254597680-900x600.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  display: block;
  position: absolute;
  inset: 0%;
}

.team-grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  max-width: 714px;
  position: relative;
}

.team-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.team-card-photo {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.team-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 19px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.team-button:hover {
  color: #000;
  background-color: #0000;
}

.team-card-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.team-card-overlay {
  z-index: 2;
  color: #fff;
  text-align: center;
  background-color: #c4c4c41a;
  padding: 15px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-card-position {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.team-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.team-paragraph {
  color: #5b5b5b;
  margin-bottom: 44px;
  font-size: 18px;
  line-height: 1.5em;
}

.team-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0 0%;
  display: flex;
}

.team-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  margin-left: 60px;
  display: flex;
}

.team-card {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-17 {
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.line {
  background-color: #000;
  height: .5px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.full-wrapper {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 10px;
  flex-direction: column;
  width: 400px;
  height: auto;
  padding: 46px 28px;
  display: flex;
  box-shadow: 3px 3px 7px #00000063;
}

.member-wrap {
  flex: 1;
  text-decoration: none;
}

.team-member-position {
  color: #5c5c5c;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.team-section-2 {
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/Wings_1Wings.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding: 32px 3% 0;
  display: none;
}

.members-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.avatar-image-wrap {
  background-color: #0000;
  height: auto;
  margin-bottom: 24px;
  overflow: hidden;
}

.team-member-name {
  color: #003e51;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

.container-5 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.avatar-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 90%;
  height: 100%;
}

.teams-title {
  color: #e0b47c;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 30px;
}

.teams-heading {
  color: #000;
  font-size: 50px;
  line-height: 64px;
}

.social-link-2 {
  margin-right: 4px;
  padding: 5px;
  transition: opacity .3s;
}

.social-link-2:hover {
  opacity: .4;
}

.teams-paragraph {
  color: #5c5c5c;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.title-wrap-centre {
  text-align: center;
  margin-bottom: 108px;
}

.collection-list-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.main-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 41px;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  margin-top: auto;
}

.collection-item {
  margin-top: auto;
  margin-bottom: auto;
}

.text-block {
  padding-left: 13px;
}

.text-block.static {
  padding: 20px 20px 20px 48px;
  text-decoration: none;
  transition: border .2s;
}

.text-block.static:hover {
  border-bottom: 2px solid #000;
}

.div-block-18 {
  background-color: #003e51;
  justify-content: space-around;
  min-width: 0;
  padding: 7px 0;
  display: flex;
}

.navigation-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
}

.navigation-button-wrapper-2 {
  justify-content: flex-end;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.banner-2 {
  color: #fff;
  background-color: #6869ac;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 8px 3%;
  display: none;
  position: relative;
}

.dropdown-list-2 {
  z-index: 99;
  min-width: 100%;
  display: block;
}

.dropdown-list-2.w--open {
  z-index: 99;
  background-color: #fff;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100px 0 auto;
  box-shadow: 13px 69px 90px #ebebf4cc;
}

.dropdown-list-2.sectors, .dropdown-list-2.about {
  display: none;
}

.dropdown-2 {
  height: 100%;
  position: static;
}

.navigation-2 {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: static;
  box-shadow: 14px 14px 120px -20px #dbdbf0;
}

.integration-icon-2 {
  margin-right: 10px;
}

.dropdown-wrapper-2 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  overflow: hidden;
}

.container-navigation-2 {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-toggle-2 {
  color: #2b2c4f;
  border-bottom: 2px solid #6667ab00;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 43px;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.nav-toggle-2:hover {
  color: #6667ab;
  border: 1px solid #003e51;
}

.nav-toggle-2.w--open {
  color: #6667ab;
  border-bottom-color: #6667ab;
}

.link-title-2 {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.navigation-dropdown-link-2 {
  color: #2b2c4f;
  border-radius: 8px;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: flex;
}

.navigation-dropdown-link-2:hover {
  color: #6869ac;
  background-color: #ebebf4;
}

.nav-link-3 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-3:hover {
  text-decoration: underline;
}

.navbar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-links {
  padding-right: 55px;
}

.section {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  padding-top: 25px;
  display: grid;
}

.navlink {
  color: #003e51;
  text-transform: uppercase;
  padding-left: 21px;
  padding-right: 21px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.image-5 {
  margin-left: 81px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-3 {
  color: #003e51;
  margin-left: 81px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
}

.link-block-2 {
  margin-right: 69px;
}

.navbar-dropdown-base {
  margin-left: 4px;
  margin-right: 4px;
  position: static;
}

.navbar-feature-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.feature-content {
  text-align: center;
}

.nav-icon {
  margin-right: 20px;
  font-size: 12px;
  font-weight: 700;
}

.image-6 {
  margin-bottom: 30px;
}

.nav-menu-wrapper {
  color: #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.navbar-right {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-height: 0;
  display: flex;
}

.description {
  color: #004680;
  font-size: 12px;
}

.navbar-resource-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-description {
  color: #4d4d4d;
  font-size: 12px;
}

.navbar-dropdown-block {
  z-index: 9999;
  float: left;
  background-color: #fff;
  border-radius: 24px;
  width: 80vw;
  padding: 10px;
  display: none;
  position: relative;
  box-shadow: 28px 28px 80px -20px #001c331a;
}

.navbar-dropdown {
  color: #262626;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 32px;
  padding: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: box-shadow .3s, border-color .3s, color .3s, background-color .3s;
  display: flex;
}

.navbar-dropdown:hover {
  color: #007ee5;
  background-color: #b7ced5;
}

.navbar-dropdown:active {
  color: #fff;
  background-color: #dbdbdb;
}

.navbar-dropdown.w--open {
  color: #007ee5;
  background-color: #ebf6ff;
  border-color: #007ee5;
  box-shadow: 0 0 0 3px #007ee51f;
}

.nav-icon-detail {
  align-items: center;
  display: flex;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-left {
  align-items: center;
  width: 50%;
  min-height: 50px;
  display: flex;
}

.navbar-flowbase {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 104px;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
  position: sticky;
  top: 0;
}

.featured-block {
  background-color: #fff3eb;
  border: 1.5px solid #f2eae6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px 20px 20px;
  display: flex;
}

.account-button {
  align-items: stretch;
  display: flex;
}

.navbar-product-grid {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1.25fr;
}

.dropdown-link {
  color: #262626;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px 16px 16px;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: flex;
}

.dropdown-link:hover {
  color: #007ee5;
  background-color: #fff;
}

.nav-title-line {
  background-color: #e5e5e5;
  height: 1px;
  margin-top: 16px;
}

.button-sign-up {
  color: #007ee5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ebf6ff;
  border: 3px solid #17004500;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-sign-up:hover {
  color: #fff;
  background-color: #007ee5;
}

.link-title-3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.featured-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.featured-button {
  text-align: center;
  background-color: #ff974c;
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: background-color .3s;
}

.featured-button:hover {
  background-color: #f88029;
}

.logo {
  width: 164px;
}

.navbar-logo-wrapper {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.nav-title {
  color: #4d4d4d;
  letter-spacing: .02em;
  padding: 20px 16px 0;
  font-weight: 500;
}

.nav-icon-square {
  background-color: #fff;
  border: 1.5px #e5f3ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.navbar-dropdown-list {
  background-color: #c37171;
  width: 100%;
}

.navbar-dropdown-list.w--open {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.navbar-dropdown-list.resources.w--open {
  max-width: 1160px;
}

.navbar-dropdown-list.features {
  background-color: #0000;
  display: block;
}

.navbar-dropdown-list.features.w--open {
  max-width: 961px;
}

.navbar-dropdown-list.products {
  z-index: 3;
  background-color: #0000;
  display: flex;
}

.navbar-dropdown-list.products.w--open {
  max-width: 659px;
}

.navigation-main {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.tel {
  color: #086d8b;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.link {
  color: #003e51;
  padding: 9px 24px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
}

.link:hover {
  background-color: #c0d2d8;
  border-radius: 32px;
}

.div-block-19 {
  margin-left: auto;
  margin-right: auto;
}

.contact-links {
  background-color: #003e51;
  background-image: linear-gradient(#7ba6b3, #003e51);
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 207px 8px 177px;
  display: flex;
}

.div-block-21 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  right: -82px;
}

.section-3 {
  background-image: url('../images/bigstock-Truck-Crane-With-Spread-Out-Le-254597680-900x600_1bigstock-Truck-Crane-With-Spread-Out-Le-254597680-900x600.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-22 {
  background-color: #003e51;
}

.section-4 {
  background-image: url('../images/bigstock-Truck-Crane-With-Spread-Out-Le-254597680-900x600_1bigstock-Truck-Crane-With-Spread-Out-Le-254597680-900x600.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navigation-fixed {
  background-color: #fff;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.success-message {
  color: #fff;
  background-color: #1355ff;
}

.hero-image-block {
  background-color: #fff;
  width: 100%;
  max-width: 45%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-navigation {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #1355ff;
  border-radius: 10px;
  margin-left: 14px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.button-navigation:hover {
  color: #1355ff;
  background-color: #f7f7f7;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.search-field {
  color: #67718e;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #f2f3f8;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 58px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .3s;
}

.search-field:hover, .search-field:active, .search-field:focus {
  border-color: #1355ff;
}

.search-field::placeholder {
  color: #4d4d4d99;
}

.feature-row {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 506px;
  margin-bottom: 0;
}

.hero-logo {
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px;
}

.hero-heading {
  z-index: 1;
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 900;
  line-height: 68px;
  position: relative;
}

.submit-button {
  background-color: #1355ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: auto;
  height: 100%;
  min-height: 54px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
  box-shadow: 20px 20px 45px -9px #21253821;
}

.submit-button:hover {
  background-color: #154ee2;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 50px;
  display: flex;
}

.header-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-width: 40%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.address-icon {
  position: absolute;
  inset: auto auto auto 24px;
}

.nav-link-4 {
  color: #67718e;
  letter-spacing: -.02em;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  transition: all .35s;
}

.nav-link-4:hover {
  color: #1355ff;
}

.brand-2 {
  margin-right: 60px;
}

.navigation-left {
  align-items: center;
  width: 50%;
  min-height: 50px;
  display: flex;
}

.grid-hero {
  z-index: 1;
  grid-column-gap: 72px;
  grid-template-rows: auto;
  position: relative;
}

.header-paragraph {
  z-index: 1;
  max-width: 600px;
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

.hero-image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.form {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.header-section-standard {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  align-items: center;
  min-height: 800px;
  margin-bottom: 0;
  padding: 0 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  color: #000;
  white-space: nowrap;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.search-block-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-top: 60px;
  display: flex;
}

.lottie-animation-5 {
  z-index: 1;
  background-color: #fff;
  min-width: 100%;
  position: relative;
  right: 0;
}

.image-7 {
  z-index: 0;
  padding-top: 55px;
  padding-bottom: 55px;
  display: none;
  position: relative;
}

.div-block-23 {
  z-index: 2;
  background-image: linear-gradient(#ffffff8f, #ffffff8f), url('../images/Wings-grey_1Wings grey.webp');
  background-position: 0 0, 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 415px;
  background-attachment: scroll, scroll;
  border: 3px #003e51;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  padding: 36px;
  position: absolute;
  top: 8px;
}

.navigation-link-wrapper-2 {
  align-items: center;
  min-height: 60px;
  display: flex;
}

.banner-3 {
  color: #fff;
  background-color: #6869ac;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 8px 3%;
  display: none;
  position: relative;
}

.navigation-3 {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: -17px;
  padding: 0 5%;
  display: flex;
  box-shadow: 14px 14px 120px -20px #dbdbf0;
}

.container-navigation-3 {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.new-navigation {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-items: stretch;
  display: none;
}

.body-3 {
  background-color: #fff;
  padding-left: 17px;
  padding-right: 17px;
}

.navbar-3 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.div-block-24 {
  flex-direction: row;
  display: flex;
}

.nav-menu-2 {
  display: flex;
}

.container-6 {
  justify-content: space-between;
  display: flex;
}

.div-block-25 {
  align-items: center;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-header {
  z-index: 1;
  position: relative;
}

.menu {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 2px solid #003e51;
  border-radius: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: auto;
  min-width: 600px;
  height: auto;
  min-height: 150px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.menu.x6 {
  z-index: 2147483647;
  background-color: #fff;
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  min-width: 350px;
  min-height: 220px;
  display: flex;
}

.link-2 {
  padding-left: 25px;
}

.dropdown-list-3 {
  display: none;
}

.link-3 {
  color: #003e51;
  margin-left: 16px;
  font-family: Lato, sans-serif;
  font-style: italic;
}

.link-4 {
  color: #003e51;
  padding-left: 36px;
  padding-right: 36px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

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

.menu-link {
  border-radius: 15px;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  padding: 13px;
  transition: background-color .2s;
  display: flex;
}

.menu-link:hover {
  background-color: #003e514d;
  border-radius: 18px;
}

.news-section {
  padding-top: 90px;
  padding-bottom: 90px;
  display: none;
}

.div-block-28 {
  align-items: center;
  display: flex;
}

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

.div-block-30 {
  width: 150vw;
}

.div-block-31 {
  z-index: 1;
  background-color: #003e51;
  background-image: linear-gradient(#003e51eb, #003e51eb), url('../images/bigstock-Truck-Crane-With-Spread-Out-Le-254597680-900x600_1bigstock-Truck-Crane-With-Spread-Out-Le-254597680-900x600.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 250vw;
  height: 75px;
  position: relative;
  top: -19px;
  overflow: hidden;
  transform: rotate(-3deg);
}

.section-6 {
  overflow: hidden;
}

.dropdown-toggle, .dropdown-toggle-2, .dropdown-toggle-3 {
  padding-left: 0;
}

.section-7 {
  z-index: 1;
  padding-top: 38px;
  padding-bottom: 38px;
  display: flex;
  position: relative;
}

.div-block-32 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  min-width: 60%;
  margin-top: 54px;
  padding: 111px 83px;
  display: flex;
  position: relative;
}

.div-block-33 {
  z-index: 1;
  position: relative;
}

.div-block-34 {
  max-width: none;
}

.image-8 {
  z-index: 0;
  opacity: .55;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-9 {
  z-index: 1;
  position: absolute;
  inset: -5% auto auto 34%;
}

.dropdown-block {
  align-items: center;
  display: flex;
  position: relative;
}

.services-menu {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 17px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: flex-start start;
  min-width: 30vw;
  min-height: 300px;
  display: none;
  position: absolute;
  inset: 126% 0% auto;
}

.nav-link-5 {
  color: #8ec9ff;
  align-items: center;
  height: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-5:hover {
  color: #fff;
}

.location-wrapper {
  align-items: center;
  display: flex;
}

.link-description-2 {
  color: #7c8290;
  font-size: 16px;
}

.map-pin {
  margin-right: 6px;
}

.link-icon-block {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding: 12px;
  display: flex;
}

.navigation-wrap {
  z-index: 99;
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 17px 3%;
  display: flex;
  position: relative;
}

.dropdown-link-large {
  color: #000;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  text-decoration: none;
  display: block;
}

.dropdown-link-large:hover {
  background-color: #01546b21;
}

.dropdown-link-large.hidden {
  display: none;
}

.location-text {
  color: #7c8290;
  font-size: 16px;
}

.toggle {
  color: #8ec9ff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.toggle:hover, .toggle.w--open {
  color: #fff;
}

.navigation-left-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  min-height: 60px;
  display: flex;
}

.nav-button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 500;
}

.location-details {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-wrap-2 {
  color: #283338;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-column {
  padding-right: 40px;
}

.navigation-4 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.brand-3 {
  margin-right: 40px;
}

.navigation-link-grid {
  grid-template-rows: auto auto auto;
}

.link-title-4 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.navigation-title-2 {
  color: #b7b7b7;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.navigation-text {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

.price-tag {
  color: #1081e8;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.dropdown-container-2 {
  z-index: 999;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  align-items: center;
  display: flex;
}

.location-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.navigation-card {
  border-radius: 20px;
  padding: 16px 16px 24px;
  box-shadow: 30px 30px 35px #8a8a8a1a;
}

.image-block-2 {
  background-image: url('../images/PNG-Logo-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.dropdown-list-4 {
  min-width: 100%;
}

.dropdown-list-4.w--open {
  z-index: 999;
  background-color: #fff;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 152px 0 auto;
}

.navigation-line-break {
  z-index: 9999;
  background-color: #e5e5e5;
  max-width: 1280px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.dropdown-wrapper-3 {
  z-index: 5;
  float: none;
  clear: none;
  background-color: #fff;
  padding: 60px 3% 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 33px 115px 100px #0414341a;
}

.new-tag {
  color: #fff;
  background-color: #feb34d;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  inset: 15px auto auto 15px;
}

.navigation-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.link-5 {
  color: var(--dark-slate-grey);
  padding-top: 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.navigation-wrap-2 {
  z-index: 99;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 29px;
  margin-bottom: 12px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.dropdown-link-large-2 {
  color: #000;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-large-2:hover {
  background-color: #1081e81a;
}

.navigation-left-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  min-height: 60px;
  display: flex;
}

.menu-wrap-3 {
  color: #283338;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-title-3 {
  color: #b7b7b7;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
}

.navigation-text-2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.navigation-wrapper-2 {
  align-items: center;
  display: flex;
}

.dropdown-list-5 {
  min-width: 100%;
}

.dropdown-list-5.w--open {
  background-color: #fff;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100px 0 auto;
}

.container-navigation-4 {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-section {
  z-index: 2;
  position: relative;
}

.hero-info {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: -6px;
  display: flex;
}

.hero-section {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 34px;
  margin-bottom: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
  display: none;
  position: relative;
}

.hero-section.hidden {
  display: none;
}

.div-block-35 {
  position: absolute;
}

.welcome-section {
  margin-top: 22px;
}

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

.section-8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 44px;
  display: flex;
}

.h3-dark {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin: 0 35px;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-style: italic;
}

.h3-dark.padded {
  padding-top: 33px;
  padding-bottom: 33px;
}

.image-10 {
  max-width: 5%;
  margin-left: 20px;
  margin-right: 20px;
}

.link-block-3 {
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.div-block-36, .container-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-37 {
  background-color: var(--dark-slate-grey);
  width: 100vw;
  height: 5px;
  margin-top: 18px;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-38 {
  margin-top: 54px;
  margin-bottom: 98px;
  padding-left: 131px;
  padding-right: 131px;
}

.link-block-4 {
  flex-direction: column;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 26px;
  display: flex;
}

.collection-item-2 {
  background-color: #01546b12;
  border-radius: 12px;
  transition: box-shadow .2s;
  box-shadow: 3px 3px 8px -2px #00000047;
}

.collection-item-2:hover {
  box-shadow: 8px 8px 8px -2px #00000047;
}

.image-11 {
  display: none;
}

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

.logo-block {
  justify-content: center;
  display: flex;
}

.multiimageslider {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 800px;
}

.slider {
  min-height: 400px;
  margin-top: 66px;
  margin-bottom: 66px;
}

.rich-text-block {
  text-align: center;
  min-height: 800px;
  padding-top: 26px;
  padding-bottom: 26px;
  font-family: Lato, sans-serif;
}

.section-9 {
  flex-direction: column;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.image-12 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.div-block-40 {
  flex-direction: column;
  align-items: center;
  min-width: 75%;
  margin-top: 53px;
  margin-bottom: 53px;
  display: flex;
}

.section-10 {
  flex-direction: column;
  align-items: center;
  padding-left: 135px;
  padding-right: 135px;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  justify-items: center;
  width: 75%;
  display: grid;
}

.collection-list-wrapper {
  flex-direction: column;
  align-items: center;
  padding: 21px 80px 65px;
  display: flex;
}

.rich-text-block-2 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.list-item {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.list {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.page-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 44px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  align-items: center;
  display: flex;
}

.margin-bottom.margin-large {
  justify-content: center;
  display: flex;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-medium {
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
}

.text-align-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

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

.contact20_item {
  text-align: center;
  width: 100%;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.contact20_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.contact12_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact12_form-block {
  flex-direction: column;
  align-items: stretch;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.contact12_contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.page-padding-2 {
  background-image: linear-gradient(#ffffff70, #ffffff70), url('../images/Wings_2Wings.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding: 53px 5%;
}

.form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-row {
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.contact12_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.field-label {
  margin-bottom: .5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.form-field-wrapper {
  position: relative;
}

.form-radio-label {
  margin-bottom: 0;
}

.form-input {
  outline-offset: 0px;
  color: #000;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  outline: .5px solid #333;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.select {
  background-color: #0000;
  background-image: none;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

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

.form-checkbox {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-checkbox-icon {
  outline-offset: 0px;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 0;
  outline: .5px solid #333;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: .8rem;
  margin-right: 1.7rem;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.text-style-link {
  text-decoration: underline;
}

.contact12_item {
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-block-3 {
  font-family: Lato, sans-serif;
}

.arrow-icon {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
}

.career4_list-wrapper {
  overflow: hidden;
}

.page-padding-3 {
  margin-top: 76px;
  margin-bottom: 76px;
  padding-left: 5%;
  padding-right: 5%;
}

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

.career4_job-department {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.section-career4 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Wings_2Wings.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.career4_item {
  border: 1px solid #000;
  border-radius: 7px;
  margin-bottom: 2rem;
  padding: 2rem;
  box-shadow: 4px 4px 9px #0003;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-small.smaller {
  font-size: 1rem;
}

.button-secondary {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-secondary.button-small {
  padding: .5rem 1.25rem;
}

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

.career4_list {
  display: block;
}

.career4_accordion {
  border-bottom: 1px solid #000;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-41 {
  display: flex;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rich-text-block-3 {
  font-family: Lato, sans-serif;
}

.div-block-43 {
  text-align: left;
  background-image: linear-gradient(#ffffff3b, #ffffff3b), url('../images/Wings_2Wings.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.div-block-44 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-45 {
  justify-content: center;
  margin-bottom: 77px;
  display: flex;
}

.text-block-4 {
  text-align: center;
  font-family: Lato, sans-serif;
}

.empty-state {
  border-radius: 7px;
}

.div-block-46, .div-block-47, .div-block-48, .div-block-49, .div-block-50 {
  justify-content: center;
  display: flex;
}

.collection-list-wrapper-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rich-text-block-4 {
  text-align: left;
  padding-left: 59px;
  padding-right: 59px;
  font-family: Open Sans, sans-serif;
}

.section-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-3 {
  display: none;
}

.select-field {
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.textarea {
  height: auto;
  font-family: Lato, sans-serif;
}

.textarea-2 {
  height: 500px;
}

.textarea-qualifications {
  height: auto;
  min-height: 500px;
  overflow: scroll;
}

.textarea-employment-history {
  min-height: 600px;
  overflow: scroll;
}

.checkbox-field {
  padding-top: 29px;
  padding-bottom: 29px;
}

.div-block-51 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-52 {
  justify-content: center;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: var(--dark-slate-grey);
  border: 2px #000;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  color: #000;
  border: 1px #000;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  border: 2px #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #000;
  background-color: #f5f5f5;
  border-style: solid;
  border-color: #000;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.heading-3 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Oswald, sans-serif;
  font-style: italic;
}

.collection-item-3 {
  height: 100%;
}

.collection-list-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-13 {
  text-align: center;
  padding: 16px 11px 6px;
}

.collection-item-4 {
  border-bottom: 1px solid #3b779c;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.link-block-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-4 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/Wings-grey_1Wings grey.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  display: flex;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 20px;
    display: flex;
  }

  .nav-link.contact {
    max-width: 20%;
    padding: 10px 14px;
    transition: box-shadow .2s, background-color .2s, border .2s, color .2s;
  }

  .nav-link.contact:hover {
    box-shadow: 6px 6px 7px 3px #00000063;
  }

  .h1-dark {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .paragraph-dark.no-padding {
    position: relative;
    bottom: -84px;
  }

  .button-dark {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .6rem;
  }

  .navigation-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-title {
    margin-bottom: 20px;
    display: flex;
  }

  .column-01 {
    padding-right: 0;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: static;
  }

  .dropdown {
    width: 100%;
  }

  .column-03 {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-container {
    padding: 0;
  }

  .menu-wrap {
    background-color: #fff;
    height: auto;
    position: absolute;
    box-shadow: 0 40px 50px #ebebf4cc;
  }

  .column-02 {
    border-left-style: none;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    color: #6869ac;
    background-color: #ebebf4;
    border: 1px dashed #6869ac;
    border-radius: 10px;
    margin-left: 14px;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #4c4cb3;
    background-color: #fff;
    border-style: solid;
  }

  .dropdown-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-toggle {
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-toggle:hover {
    color: #4c4cb3;
  }

  .nav-toggle.w--open {
    color: #fff;
    background-color: #6869ac;
    width: 100%;
  }

  .nav-link-2 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-link-2:hover {
    color: #4c4cb3;
  }

  .nav-link-2.w--open {
    color: #fff;
    background-color: #7070c2;
    width: 100%;
  }

  .navigation-dropdown-link {
    padding: 10px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-footer {
    padding-bottom: 140px;
  }

  .content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-card {
    padding: 10px;
  }

  .card-ui-graph {
    right: 5%;
  }

  .grid-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-block-small {
    position: static;
  }

  .section-content-2 {
    padding-top: 31px;
    padding-bottom: 140px;
  }

  .div-block-10, .div-block-11 {
    position: static;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .team-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .team-content {
    order: -1;
    max-width: 600px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .full-wrapper {
    padding-left: 17px;
    padding-right: 17px;
  }

  .team-section-2 {
    padding-top: 17px;
  }

  .members-grid {
    flex-direction: column;
    display: flex;
  }

  .teams-heading {
    margin-bottom: 40px;
  }

  .navigation-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .dropdown-list-2.w--open {
    padding-top: 0;
    position: static;
  }

  .dropdown-2 {
    width: 100%;
  }

  .menu-button-2 {
    color: #6869ac;
    background-color: #ebebf4;
    border: 1px dashed #6869ac;
    border-radius: 10px;
    margin-left: 14px;
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #4c4cb3;
    background-color: #fff;
    border-style: solid;
  }

  .dropdown-wrapper-2 {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-toggle-2 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-toggle-2:hover {
    color: #4c4cb3;
  }

  .nav-toggle-2.w--open {
    color: #fff;
    background-color: #6869ac;
    width: 100%;
  }

  .navigation-dropdown-link-2 {
    padding: 10px;
  }

  .navbar-dropdown-base {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-feature-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    height: auto;
    padding: 10px;
    position: absolute;
  }

  .navbar-right {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navbar-resource-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .navbar-dropdown-block {
    max-height: 50vh;
    box-shadow: none;
    padding: 10px 14px 14px;
    overflow: auto;
  }

  .navbar-dropdown {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-container {
    position: relative;
  }

  .navbar-left {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navbar-flowbase {
    padding-left: 3%;
    padding-right: 3%;
    position: relative;
  }

  .account-button {
    display: none;
  }

  .navbar-product-grid {
    grid-row-gap: 0px;
  }

  .navbar-logo-desktop {
    margin-right: 10px;
    padding: 0;
  }

  .nav-title {
    display: none;
  }

  .flowbase-mobile-menu {
    color: #007ee5;
    background-color: #ebf6ff;
    border-radius: 12px;
    padding: 14px;
  }

  .flowbase-mobile-menu.w--open {
    color: #fff;
    background-color: #007ee5;
  }

  .navbar-dropdown-list {
    top: 5px;
  }

  .navbar-dropdown-list.w--open {
    padding-top: 0;
    position: relative;
    left: 0;
  }

  .navbar-dropdown-list.products.w--open {
    max-width: none;
  }

  .navigation-fixed {
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu-button-3 {
    color: #fff;
    background-color: #1355ff;
    border-radius: 8px;
    margin-left: 14px;
    padding: 12px;
    transition: background-color .2s;
  }

  .menu-button-3:hover, .menu-button-3.w--open {
    color: #fff;
    background-color: #061237;
  }

  .hero-image-block {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    position: relative;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .navigation-container {
    position: relative;
  }

  .hero-heading {
    display: flex;
  }

  .navigation-right {
    align-items: center;
    display: flex;
  }

  .nav-link-4 {
    color: #262626;
    width: 100%;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

  .grid-hero {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

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

  .header-section-standard {
    flex-direction: row;
    justify-content: flex-end;
    min-height: auto;
    padding-bottom: 40px;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .lottie-animation-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    right: 0;
  }

  .div-block-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
    display: flex;
  }

  .new-navigation {
    flex-direction: column;
    display: none;
  }

  .navbar-3 {
    z-index: 99999;
  }

  .nav-menu-2 {
    z-index: 100000;
  }

  .nav-header {
    z-index: 99999;
  }

  .menu {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 200px;
    display: flex;
    left: -93%;
  }

  .menu.x6 {
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 400px;
    min-height: 400px;
    display: flex;
    position: static;
    inset: 0% 0% 0% -101%;
  }

  .div-block-28 {
    z-index: 999999;
    background-color: #fff;
    border: 0 solid #003e51;
    border-bottom-width: 2px;
    flex-direction: column;
    position: relative;
  }

  .div-block-29 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle {
    z-index: 999;
  }

  .section-7 {
    flex-direction: column;
  }

  .div-block-32 {
    position: static;
  }

  .image-9 {
    display: block;
    inset: 27% 0% auto 32%;
  }

  .menu-button-4 {
    color: #003e51;
    background-color: #fff0;
  }

  .menu-button-4.w--open {
    background-color: #396a79;
    border-radius: 10px;
  }

  .dropdown-block {
    justify-content: center;
  }

  .services-menu {
    z-index: 999999999;
    display: flex;
  }

  .nav-link-5 {
    color: #0064be;
    text-align: left;
    width: 100%;
  }

  .nav-link-5:hover {
    color: #0064be;
  }

  .menu-button-5 {
    background-color: var(--dark-slate-grey);
    color: #2e6eff;
    border-radius: 10px;
    margin-left: 14px;
    padding: 12px;
  }

  .menu-button-5.w--open {
    background-color: var(--dark-slate-grey);
    color: #fff;
  }

  .toggle {
    color: #0064be;
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .toggle:hover {
    color: #0064be;
  }

  .toggle.w--open {
    color: #fff;
    background-color: #0064be;
    width: 100%;
  }

  .menu-wrap-2 {
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .navigation-column {
    display: none;
  }

  .brand-3 {
    margin-right: 10px;
    padding: 0;
  }

  .dropdown-container-2 {
    padding: 0;
  }

  .navigation-wrapper {
    flex-flow: row;
  }

  .dropdown-list-4.w--open {
    padding-top: 0;
    position: static;
  }

  .dropdown-wrapper-3 {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .link-5 {
    min-width: 200px;
    font-size: 16px;
  }

  .navigation-left-3 {
    width: 60%;
  }

  .menu-wrap-3 {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    display: flex;
    position: absolute;
    top: 154px;
    box-shadow: 0 8px 12px #00000059;
  }

  .dropdown-list-5.w--open {
    padding-top: 0;
    position: static;
  }

  .container-navigation-4 {
    align-items: center;
  }

  .icon-2 {
    color: #fff;
  }

  .hero-section {
    flex-direction: column;
    display: flex;
  }

  .h3-dark {
    text-align: center;
  }

  .link-block-3 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .div-block-38 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .collection-item-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-39 {
    position: absolute;
    inset: 11% 7% auto auto;
  }

  .image-11 {
    display: inline-block;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .contact20_component {
    grid-column-gap: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact12_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact12_contact-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
  }

  .contact12_item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .nav-link.contact {
    max-width: 25%;
  }

  .div-block {
    padding-left: 17px;
    padding-right: 17px;
    display: block;
    position: absolute;
    top: -5%;
    bottom: 0%;
  }

  .div-block-2 {
    padding-left: 9px;
    padding-right: 9px;
    position: relative;
    top: 0;
  }

  .h1-dark {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .h1-light {
    text-align: center;
  }

  .navigation-grid {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .badge {
    display: none;
  }

  .navigation-title {
    margin-bottom: 10px;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-dropdown-link {
    padding: 10px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .content-grid {
    grid-template-columns: 1fr;
  }

  .content-title {
    margin-bottom: 40px;
  }

  .div-block-16 {
    background-image: linear-gradient(#003e518a, #003e518a), url('../images/bigstock-Truck-Crane-With-Spread-Out-Le-254597680-900x600_1bigstock-Truck-Crane-With-Spread-Out-Le-254597680-900x600.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    position: relative;
  }

  .team-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .team-card-name {
    font-size: 16px;
    line-height: 22px;
  }

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

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

  .team-content {
    margin-bottom: 60px;
  }

  .full-wrapper {
    align-items: center;
    padding-left: 26px;
    padding-right: 26px;
  }

  .member-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .members-grid {
    grid-template-columns: 1fr;
  }

  .avatar-image-wrap {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .lottie-animation-4 {
    display: none;
  }

  .navigation-grid-2 {
    grid-template-columns: 1fr;
  }

  .banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-dropdown-link-2 {
    padding: 10px;
  }

  .navbar-feature-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .navbar-resource-grid {
    grid-column-gap: 0px;
  }

  .navbar-left {
    width: 100%;
  }

  .navbar-product-grid {
    grid-column-gap: 0px;
    grid-template-columns: 2fr;
  }

  .contact-links {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 92px;
  }

  .button-navigation {
    display: none;
  }

  .feature-row {
    flex-wrap: wrap;
  }

  .header-paragraph {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .banner-3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .div-block-32 {
    padding: 0 26px;
  }

  .image-9 {
    top: 20%;
    left: 26%;
  }

  .dropdown-link-large {
    padding: 10px;
  }

  .navigation-link-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .navigation-grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

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

  .dropdown-link-large-2 {
    padding: 10px;
  }

  .navigation-left-3 {
    width: 50%;
  }

  .icon-2 {
    color: #fff;
  }

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

  .section-9 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .section-10 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .collection-list-5, .collection-list-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .contact20_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact12_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact12_contact-list {
    justify-items: center;
  }

  .arrow-icon {
    width: 28px;
  }

  .career4_job-department {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .career4_item {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .div-block-42 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-2 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .collection-list-6 {
    padding-top: 89px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border: 1px #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.contact {
    max-width: 50%;
    margin-left: 16px;
  }

  .div-block {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .div-block-2 {
    justify-content: center;
    margin-top: -29px;
    margin-bottom: -29px;
    position: absolute;
    top: 107px;
  }

  .h1-dark.larger.centred {
    padding-left: 18px;
    padding-right: 18px;
  }

  .h1-light {
    font-size: 18px;
  }

  .h2-dark {
    text-align: center;
  }

  .h2-light.nonitalic {
    font-size: 15px;
  }

  .paragraph-dark {
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
  }

  .button-dark {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-dark.with-margin {
    margin-top: 103px;
    padding-top: 6px;
  }

  .button-dark.with-margin.wide {
    font-size: 1rem;
  }

  .button-dark.extra-padding.large-text {
    font-size: .8rem;
  }

  .paragraph-light {
    padding-left: 13px;
    padding-right: 13px;
  }

  .navigation-grid {
    grid-template-columns: 1fr;
  }

  .banner {
    display: none;
  }

  .menu-button {
    color: #003e51;
    background-color: #fff;
    border-style: solid;
    border-color: #003e51;
    margin-left: 0;
  }

  .navigation-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .nav-button {
    display: none;
  }

  .navigation-dropdown-link {
    flex-direction: column;
  }

  .lottie-animation-2 {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .image-cover {
    max-width: none;
  }

  .image-cover.small {
    position: static;
  }

  .feature-icon-circle {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .feature-wrapper-horizontal {
    flex-direction: column;
  }

  .container-3 {
    z-index: 1;
  }

  .grid-content {
    flex-direction: column;
    justify-content: space-around;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .content-wrapper-2 {
    padding-top: 0;
  }

  .paragraph-large {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 18px;
    line-height: 30px;
  }

  .h3-heading {
    font-size: 48px;
  }

  .image-block-small {
    flex-direction: column;
    align-items: center;
  }

  .section-content-2 {
    padding-top: 29px;
  }

  .h4-heading.padded {
    text-align: center;
  }

  .h4-heading.smaller {
    text-align: left;
  }

  .link {
    min-width: 100px;
    padding-left: 7px;
    font-size: 10px;
  }

  .div-block-10 {
    margin-left: 26px;
  }

  .div-block-11 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .div-block-12 {
    margin-top: 0;
    padding-top: 0;
  }

  .container-4 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .full-wrapper {
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: auto;
    padding-left: 17px;
    padding-right: 17px;
  }

  .member-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .members-grid {
    grid-template-columns: 1fr;
  }

  .avatar-image-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .avatar-image {
    width: auto;
    height: auto;
  }

  .navigation-grid-2 {
    grid-template-columns: 1fr;
  }

  .banner-2 {
    display: none;
  }

  .menu-button-2 {
    margin-left: 0;
  }

  .navigation-dropdown-link-2 {
    flex-direction: column;
  }

  .nav-link-3 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-feature-grid, .navbar-resource-grid, .navbar-product-grid {
    grid-template-columns: 1fr;
  }

  .navbar-logo-desktop.w--current {
    display: none;
  }

  .tel {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .contact-links {
    flex-direction: column;
    padding-left: 0;
    padding-right: 57px;
  }

  .button-navigation {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .search-field {
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .feature-row {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-logo {
    margin-right: 0;
  }

  .hero-heading {
    font-size: 14vw;
    line-height: 16vw;
  }

  .submit-button {
    border-radius: 8px;
    width: 100%;
    min-width: 120px;
  }

  .header-wrapper {
    z-index: 1;
  }

  .address-icon {
    display: none;
  }

  .grid-hero {
    z-index: -1;
    margin-bottom: 40px;
    position: relative;
  }

  .header-paragraph {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 18px;
    line-height: 30px;
  }

  .form {
    flex-flow: column wrap;
  }

  .header-section-standard {
    z-index: 1;
    justify-content: center;
  }

  .search-block-wrapper {
    margin-top: 40px;
  }

  .banner-3 {
    display: none;
  }

  .menu {
    min-width: 95vw;
    display: flex;
    left: -29%;
  }

  .menu.x6 {
    background-color: #fff;
    flex-wrap: wrap;
    min-width: 95vw;
    min-height: 400px;
    left: -85%;
  }

  .dropdown-list-3.w--open {
    display: flex;
  }

  .div-block-28 {
    z-index: 9999;
    height: 500px;
  }

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

  .section-7 {
    z-index: 1;
    position: relative;
  }

  .div-block-32 {
    padding: 0 7px;
  }

  .image-9 {
    top: 2%;
    left: 8%;
  }

  .link-description-2 {
    display: none;
  }

  .menu-button-5.w--open {
    transition: color .2s, background-color .2s;
  }

  .dropdown-link-large {
    border-bottom: 1px solid #0000001f;
    border-radius: 0;
  }

  .location-text, .navigation-column {
    display: none;
  }

  .navigation-link-grid {
    z-index: 9989;
    position: relative;
  }

  .navigation-wrapper {
    display: none;
  }

  .dropdown-wrapper-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-grid-3 {
    z-index: 999;
    grid-template-columns: 1fr;
    position: relative;
  }

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

  .navigation-left-3 {
    width: 70%;
  }

  .navigation-wrapper-2 {
    display: none;
  }

  .icon-2 {
    color: #fff;
  }

  .hero-section {
    margin-top: 0;
    padding-top: 13px;
  }

  .h3-dark {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
  }

  .image-10 {
    position: static;
    inset: 0%;
  }

  .link-block-3 {
    flex-direction: column;
    position: relative;
  }

  .div-block-39 {
    z-index: 1;
    display: none;
    left: 37px;
  }

  .slide {
    min-height: 602px;
  }

  .slider {
    min-height: 300px;
  }

  .collection-list-5 {
    flex-direction: column;
    display: flex;
  }

  .collection-list-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    text-align: center;
  }

  .contact20_component {
    grid-template-columns: 1fr;
  }

  .container-large-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contact12_component {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
  }

  .contact12_contact-list {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .page-padding-2 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .form-input {
    outline-offset: 0px;
    border-width: 1.5px;
    outline: .5px #333;
  }

  .career4_title-wrapper {
    display: block;
  }

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

  .career4_title-heading {
    margin-bottom: 1.25rem;
  }

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

  .div-block-52 {
    width: 90%;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .section-12 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .code-embed {
    text-align: center;
    width: 100%;
    min-width: 95%;
  }

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

#w-node-_05f05603-0902-0ea8-bc60-9bd0cfa605a1-91844eb7, #w-node-d5977785-f1de-8256-5714-8a5be73b05ee-91844eb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_502232c1-45cb-0d57-101b-584eba7c038f-ba7c0377, #w-node-_502232c1-45cb-0d57-101b-584eba7c03cc-ba7c0377, #w-node-_502232c1-45cb-0d57-101b-584eba7c0402-ba7c0377, #w-node-_18ea4eb7-978d-1fee-8366-b8f076688987-91844ebf, #w-node-fe49ba27-7b48-6944-eeae-83580cda0029-91844ebf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28db71c2-186a-e7b9-3ed9-35b9999cf017-91844ec0 {
  order: 9999;
  place-self: stretch center;
}

#w-node-_18ea4eb7-978d-1fee-8366-b8f076688987-91844ec9, #w-node-_15e275cb-56fd-2678-a3ac-31659f9c89ad-91844eca, #w-node-_91df215a-65fe-521c-8de0-891534f35352-91844ecb, #w-node-d9f1c7e9-1925-e29c-293b-902368856f20-91844ecc, #w-node-d9f1c7e9-1925-e29c-293b-902368856f22-91844ecc, #w-node-d9f1c7e9-1925-e29c-293b-902368856f22-91844ecd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d9f1c7e9-1925-e29c-293b-902368856f20-91844ecd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9f1c7e9-1925-e29c-293b-902368856f22-91844ece, #w-node-d9f1c7e9-1925-e29c-293b-902368856f20-91844ece, #w-node-d9f1c7e9-1925-e29c-293b-902368856f22-91844ecf, #w-node-abab88bc-e724-24b0-014d-350a1b7bdd7d-91844ed0, #w-node-abab88bc-e724-24b0-014d-350a1b7bdd7b-91844ed0, #w-node-_18ea4eb7-978d-1fee-8366-b8f076688987-91844ed1, #w-node-fe49ba27-7b48-6944-eeae-83580cda0029-91844ed1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_92bea623-b3a1-a400-4179-5039884b02f4-91844ed2 {
  align-self: start;
}

#w-node-_92bea623-b3a1-a400-4179-5039884b030e-91844ed2 {
  align-self: stretch;
}

#w-node-_18ea4eb7-978d-1fee-8366-b8f076688987-91844ed2, #w-node-fe49ba27-7b48-6944-eeae-83580cda0029-91844ed2, #w-node-_18ea4eb7-978d-1fee-8366-b8f076688987-91844ed3, #w-node-_18ea4eb7-978d-1fee-8366-b8f076688987-91844ed4, #w-node-_18ea4eb7-978d-1fee-8366-b8f076688987-91844ed5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe49ba27-7b48-6944-eeae-83580cda0029-91844ed5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_18ea4eb7-978d-1fee-8366-b8f076688987-91844ed6, #w-node-fe49ba27-7b48-6944-eeae-83580cda0029-91844ed6, #w-node-_92bea623-b3a1-a400-4179-5039884b0310-91844ed7, #w-node-_18ea4eb7-978d-1fee-8366-b8f076688987-91844ed7, #w-node-_18ea4eb7-978d-1fee-8366-b8f076688987-91844ed8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0531a62c-da72-3fd1-0f93-2dd2f7590bb8-91844ed8, #w-node-fe49ba27-7b48-6944-eeae-83580cda0029-91844ed8, #w-node-d73d0470-0a43-cc27-587e-ffbaa04ead4a-91844eda, #w-node-_1bf56aee-870b-2707-9da9-6a49eaf1a5af-91844eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a9f1afb-0e22-aabe-a7ca-6e093f915af9-91844edb {
  order: -9999;
  align-self: auto;
}

#w-node-_59e5e931-d242-7799-5017-5ca0e86278cd-91844edb {
  align-self: center;
}

#w-node-_1a99fb8c-18de-e46d-3515-8ca20439e911-91844edb {
  align-self: auto;
}

#w-node-_8d566b8f-9eec-2487-2956-98fbe5b93969-91844edb {
  align-self: center;
}

#w-node-c0b27c76-5f7d-5601-f27e-5e8dd8d55b64-91844edb {
  align-self: auto;
}

#w-node-de5bdd70-e86b-1f38-d0ad-9860b0798226-91844edb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a9efe1a3-8b77-d75b-f488-d7552ffc7f40-91844edb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18ea4eb7-978d-1fee-8366-b8f076688987-91844edc, #w-node-fe49ba27-7b48-6944-eeae-83580cda0029-91844edc, #w-node-abab88bc-e724-24b0-014d-350a1b7bdd7d-91844ede, #w-node-abab88bc-e724-24b0-014d-350a1b7bdd7b-91844ede, #w-node-abab88bc-e724-24b0-014d-350a1b7bdd7d-91844edf, #w-node-abab88bc-e724-24b0-014d-350a1b7bdd7b-91844edf, #w-node-abab88bc-e724-24b0-014d-350a1b7bdd7d-91844ee0, #w-node-abab88bc-e724-24b0-014d-350a1b7bdd7b-91844ee0, #w-node-abab88bc-e724-24b0-014d-350a1b7bdd7d-91844ee1, #w-node-abab88bc-e724-24b0-014d-350a1b7bdd7b-91844ee1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b7f29bf9-15e1-44e2-d9f6-f311a4a60a9b-a4a60a98 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7f29bf9-15e1-44e2-d9f6-f311a4a60a9b-a4a60a98, #w-node-_502232c1-45cb-0d57-101b-584eba7c038f-ba7c0377, #w-node-_502232c1-45cb-0d57-101b-584eba7c03cc-ba7c0377, #w-node-_502232c1-45cb-0d57-101b-584eba7c0402-ba7c0377 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b7f29bf9-15e1-44e2-d9f6-f311a4a60a9b-a4a60a98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


