@font-face {
  font-family: Material Icon;
  src: url('../fonts/MaterialIconsRound-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: fixed;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #425b78;
  border: 1px solid #fff;
  border-radius: 1px;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-without-image {
  background-color: #f5f7fa;
  background-image: url('../images/Concertina_doors_and_bi_fold_doors_slide2.webp');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 0;
  min-height: 600px;
  margin-top: 0;
  padding: 100px 0 0;
  display: flex;
  position: static;
  top: 0;
}

.hero-wrapper-two {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.containerhero {
  flex-flow: column;
  width: 100%;
  max-width: none;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.heading {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.navbar-no-shadow {
  z-index: 9999;
  background-color: #ffffffd9;
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #425b78;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #ea9a3e;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  color: #ea9a3e;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  color: #425b78;
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  color: #425b78;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.nav-dropdown-link-2:hover {
  color: #ea9a3e;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #425b78;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2.w--current {
  color: #ea9a3e;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.menu-button-2 {
  display: none;
}

.text-block-2 {
  color: #425b78;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.columns {
  width: 100%;
  height: auto;
}

.div-block {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 150px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  background-image: linear-gradient(255deg, #ffffff0d, #fff3);
  border: 1px solid #ffffff26;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  display: flex;
}

.image {
  object-fit: cover;
  width: 50%;
  height: 150px;
  overflow: hidden;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 0;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 0;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-block-3 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  max-width: none;
  margin-top: 40px;
  padding-left: 0;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.link, .link-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.heading-2 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.div-block-5 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-block-6 {
  color: #fcb900;
  background-color: #fcb900;
  width: 2px;
  height: 30px;
}

.container-3 {
  background-color: #425b78;
  max-width: none;
}

.footertopcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #425b78;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 550px;
  display: flex;
}

.footerbottomcontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #1b263b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 204px;
  display: flex;
}

.section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  height: 68px;
}

.image-3, .image-4 {
  height: 80px;
}

.section-2 {
  background-color: #e9e9e9;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-3 {
  color: #425b78;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 1100px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  background-color: #425b78;
  width: 180px;
  height: 2px;
}

.column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.text-block-4 {
  color: #767676;
  font-family: Open Sans, sans-serif;
}

.column-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  display: flex;
}

.link-3 {
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 52px;
  text-decoration: none;
  display: flex;
}

.link-3:hover {
  background-color: #1b263b;
}

.section-3 {
  background-color: #425b78;
  justify-content: center;
  align-items: center;
  height: 433px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  display: flex;
}

.bold-text {
  color: #fff;
}

.headingcontent1 {
  color: #425b78;
  font-family: Open Sans, sans-serif;
}

.paragraphcontent1 {
  color: #767676;
  font-family: Open Sans, sans-serif;
}

.link-4 {
  color: #c36;
  text-decoration: none;
}

.div-block-10 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20%;
  margin-left: 25%;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
}

.linkdiscovermoreblue {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #425b78;
  border: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding: 15px 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.linkdiscovermoreblue:hover {
  background-color: #1b263b;
}

.headingcta {
  color: #425b78;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
}

.italic-text {
  font-size: 22px;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 25%;
  margin-right: 1%;
}

.team-block-2 {
  background-color: #0000;
  padding-bottom: 0;
}

.team-member-image-two-2 {
  min-height: 300px;
  margin-bottom: 0;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: block;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.sectionclient {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #e9e9e9;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 20px;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.linkcta {
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 52px;
  text-decoration: none;
  display: flex;
}

.linkcta:hover {
  background-color: #1b263b;
}

.image-5 {
  height: 30px;
}

.div-block-11 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 150px;
}

.footercta {
  height: 250px;
}

.section-4 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/new-window-frame-with-brown-wood.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: center;
  column-count: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.container-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1100px;
  min-width: 1000px;
  max-width: none;
  display: flex;
}

.team-slider-3 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 0;
}

.team-slide-wrapper-3 {
  width: 30%;
  height: 100px;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #fff;
  padding-bottom: 0;
}

.team-member-image-two-3 {
  margin-bottom: 0;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.section-contact {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.text-block-5 {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.section-5 {
  background-color: #425b78;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.link-5 {
  color: #425b78;
  font-size: 30px;
  text-decoration: none;
}

.team-slider-contact {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px;
  position: relative;
}

.field-label, .field-label-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.client {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  height: 150px;
  padding: 20px;
  position: relative;
}

.containerclient {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-client {
  background-color: #0000;
  height: auto;
  margin-top: 0;
}

.team-slider-arrow-client {
  display: none;
}

.team-slide-wrapper-client {
  width: 15%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5%;
}

.team-block-client {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-bottom: 0;
  display: flex;
}

.team-member-image-two-client {
  object-fit: cover;
  height: auto;
  margin-bottom: 0;
}

.section-6 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.column-content1 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  object-fit: cover;
  width: auto;
  height: 500px;
}

.paragraph-content2 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.image-8 {
  object-fit: cover;
  height: 500px;
}

.section-7 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.section-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-9 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  object-fit: fill;
}

.image-content3 {
  object-fit: fill;
  height: 500px;
}

.section-10 {
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.column-2-content4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 415px;
  display: flex;
}

.section-contetn2, .section-contet2-copy, .section-contet2-copy-copy {
  background-color: #425b78;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.section-contet2 {
  background-color: #425b78;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.column1content2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-11 {
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.column1content5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 433px;
  display: flex;
}

.column2content5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-10 {
  object-fit: cover;
  height: 433px;
}

.column-1-content-7 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 433px;
  padding-left: 0;
  display: flex;
}

.column-2-copy, .column-2-content-7 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-c7 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.section-c7 {
  background-color: #425b78;
  justify-content: center;
  align-items: center;
  height: 433px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  display: flex;
}

.image-11 {
  height: 433px;
}

.section-12 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.column-c9 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 433px;
  padding-left: 0;
  display: flex;
}

.paragraph-c9 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.image-12 {
  height: 433px;
}

.section-c9 {
  justify-content: center;
  align-items: center;
  height: 212px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sliderview {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 20px 20px;
  position: relative;
}

.f1 {
  object-fit: cover;
  height: 60px;
}

.herocustom {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Flux_Dev_architect_sitting_at_a_wooden_desk_with_a_pencil_in_h_2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.herofront {
  background-image: linear-gradient(#00000059, #00000059), url('../images/new-modern-commercial-building-facade-with-a-large-double-glass-aluminium-door.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.heroroof {
  background-image: linear-gradient(#00000059, #00000059), url('../images/new-rooftoop-glazed-windows.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.herodouble {
  background-image: linear-gradient(#00000059, #00000059), url('../images/new-doors-aluminium.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.herocontact {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Flux_Dev_Realistic_photo_of_a_modern_office_conference_room_wi_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.herogallery {
  background-image: linear-gradient(#00000059, #00000059), url('../images/new-windos-with-tall-building.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.heroabout {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Flux_Dev_A_panoramic_view_of_a_sleek_modern_office_building_wi_0.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.headingcp {
  color: #425b78;
  text-align: center;
  max-width: 1280px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.submit-button {
  background-color: #ea9a3e;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.submit-button:hover {
  background-color: #ca7f29;
}

.coloum2form {
  padding-left: 0;
  padding-right: 0;
}

.text-field, .text-field-2, .text-field-3, .text-field-4, .text-field-5, .text-field-6 {
  font-size: 12px;
}

.textarea {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.checkbox-label {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.contactform {
  background-color: #425b78;
  justify-content: center;
  align-items: center;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.headingabout1 {
  color: #425b78;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.text-block-6 {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.section-about1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 1100px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.section-13 {
  background-color: #f5f7fa;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  display: flex;
}

.heading-7 {
  color: #425b78;
  font-family: Open Sans, sans-serif;
}

.column-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding-left: 0;
  display: flex;
}

.image-13 {
  object-fit: cover;
  height: 350px;
}

.section-14 {
  background-color: #425b78;
  justify-content: center;
  align-items: center;
  height: 433px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  display: flex;
}

.paragraph-2 {
  font-family: Open Sans, sans-serif;
}

.image-14 {
  height: 433px;
}

.heading-8 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.column-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 433px;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.image-ab3 {
  object-fit: cover;
  height: 500px;
}

.team-slider-about {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px;
  position: relative;
}

.colomn1bifold {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  display: flex;
}

.section-3-about {
  background-color: #f5f7fa;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  display: flex;
}

.section-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.heading-bifold-4 {
  color: #425b78;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.content1bifold {
  background-color: #425b78;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.link-6, .link-7 {
  color: #c36;
  text-decoration: none;
}

.image-cbifold1 {
  object-fit: cover;
  height: 500px;
}

.text-block-7 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.herobifold {
  background-image: linear-gradient(#00000059, #00000059);
  background-position: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.imagegallery {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.image-16, .image-17, .image-18 {
  object-fit: cover;
  width: 250px;
  height: 200px;
}

.section-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  display: flex;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mask {
  height: auto;
}

.containerimagegallery {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.mask-2 {
  height: auto;
}

.section-b1 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.content1bifold-copy {
  background-color: #425b78;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.content1double {
  background-color: #425b78;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.team-slider-4 {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-4 {
  background-color: #0000;
  height: auto;
  margin-top: 0;
}

.team-slide-wrapper-4 {
  width: 100%;
  margin-right: 5%;
}

.team-block-4 {
  background-color: #fff;
  padding-bottom: 0;
}

.team-member-image-two-4 {
  margin-bottom: 0;
  overflow: visible;
}

.team-block-info-4 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-4 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-4 {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-4 {
  display: block;
}

.team-slider-nav-4 {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.mask-3 {
  border-bottom: 0 #000;
}

.column-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 400px;
  display: flex;
}

.column-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  display: flex;
}

.image-19 {
  height: 400px;
}

.section-h9 {
  background-color: #425b78;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  display: flex;
}

.paragraph-c5 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.div-block-15 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #425b78;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  display: flex;
}

.heading-9 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.paragraph-4 {
  color: #425b78;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.div-block-16 {
  background-color: #f5f7fa;
  border: .1px solid #425b7880;
  padding: 10px;
  display: none;
}

.column-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 433px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-17 {
  width: auto;
}

.text-block-8 {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
}

.div-block-18 {
  background-color: #ea9a3e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.text-block-8-b {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
  display: none;
}

.div-block-18-t {
  background-color: #ea9a3e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: 100px;
}

.text-block-8-t {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
}

.text-block-8-b-t {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
  display: none;
}

.div-block-18-tb {
  background-color: #ea9a3e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 350px;
  bottom: auto;
  left: 140px;
}

.div-block-18-tc {
  background-color: #ea9a3e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 220px;
  bottom: auto;
  left: 140px;
}

.div-block-18-td {
  background-color: #ea9a3e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: 350px;
}

.div-block-18-te {
  background-color: #ea9a3e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 220px;
  bottom: auto;
  left: 280px;
}

.div-block-18-tf {
  background-color: #ea9a3e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 330px;
  bottom: auto;
  left: 375px;
}

.div-block-19 {
  height: auto;
  position: relative;
}

.column-8 {
  height: auto;
}

.image-20 {
  position: static;
}

.text-block-8-tb {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
}

.text-block-8-b-tb, .text-block-8-b-tc {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
  display: none;
}

.text-block-8-tc, .text-block-8-td {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
}

.text-block-8-b-td {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
  display: none;
}

.text-block-8-te {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
}

.text-block-8-b-te {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
  display: none;
}

.text-block-8-tf {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
}

.text-block-8-b-tf {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
  display: none;
}

.div-block-17b {
  width: auto;
}

.div-block-15-c, .div-block-15-b {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #425b78;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  display: flex;
}

.div-block-18-b {
  background-color: #ea9a3e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.text-block-8-bb {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
}

.text-block-8-bbb {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
  display: none;
}

.div-block-17-c {
  width: auto;
}

.div-block-18-c {
  background-color: #ea9a3e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.text-block-8-c {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
}

.text-block-8-bc {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
  display: none;
}

.heading-9-b {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-16-b {
  background-color: #f5f7fa;
  border: .1px solid #425b7880;
  padding: 10px;
  display: none;
}

.paragraph-4-b {
  color: #425b78;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.heading-9-c {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-16-c {
  background-color: #f5f7fa;
  border: .1px solid #425b7880;
  padding: 10px;
  display: none;
}

.paragraph-4-c {
  color: #425b78;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.div-block-17-d {
  width: auto;
}

.div-block-15-d {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #425b78;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  display: flex;
}

.div-block-18-d {
  background-color: #ea9a3e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.text-block-8-d {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
}

.text-block-8-bd {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
  display: none;
}

.heading-9-d {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-16-d {
  background-color: #f5f7fa;
  border: .1px solid #425b7880;
  padding: 10px;
  display: none;
}

.paragraph-4-d, .paragraph-4-e {
  color: #425b78;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.div-block-16-e {
  background-color: #f5f7fa;
  border: .1px solid #425b7880;
  padding: 10px;
  display: none;
}

.div-block-17-e {
  width: auto;
}

.div-block-15-e {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #425b78;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  display: flex;
}

.div-block-18-e {
  background-color: #ea9a3e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.text-block-8-e {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
}

.text-block-8-be {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
  display: none;
}

.heading-9-e {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-17-f {
  width: auto;
}

.div-block-15-f {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #425b78;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  display: flex;
}

.div-block-18-f {
  background-color: #ea9a3e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.text-block-8-f {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
}

.text-block-8-bf {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
  display: none;
}

.heading-9-f {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-16-f {
  background-color: #f5f7fa;
  border: .1px solid #425b7880;
  padding: 10px;
  display: none;
}

.paragraph-4-f {
  color: #425b78;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.icon, .icon-2, .icon-3, .icon-4 {
  background-color: #f5f7fa;
}

.section-cs1 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 40px;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 1100px;
  display: flex;
}

.columns-3 {
  width: 1100px;
  max-width: none;
}

.columns-4, .columns-5 {
  width: 1100px;
}

.columns-6 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

.columns-7 {
  justify-content: center;
  align-items: center;
  width: 1100px;
  display: flex;
}

.columns-8 {
  justify-content: center;
  align-items: center;
  width: 1100px;
  min-width: 0;
  display: flex;
}

.columns-9, .columns-10, .columns-11 {
  width: 1100px;
}

.column-9 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.columns-12, .columns-13, .columns-14, .columns-15 {
  width: 1100px;
}

.container-8 {
  width: 1100px;
  max-width: none;
}

.columns-16 {
  width: 1100px;
}

.container-9 {
  width: 1100px;
  max-width: none;
}

.section-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contactform-copy {
  background-color: #425b78;
  justify-content: center;
  align-items: center;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.container-10 {
  max-width: none;
}

.columns-17 {
  width: 1100px;
  margin-left: 0;
  margin-right: 0;
}

.columns-18, .columns-19 {
  width: 1100px;
}

.container-11 {
  width: 1100px;
  max-width: none;
}

.columns-20 {
  width: 1100px;
}

.container-12 {
  width: 1100px;
  max-width: none;
}

.columns-21, .columns-22, .columns-23 {
  width: 1100px;
}

.container-13 {
  width: 1100px;
  max-width: none;
}

.columns-24, .columns-25 {
  width: 1100px;
}

.container-14 {
  width: 1100px;
  max-width: none;
}

.columns-26 {
  width: 1100px;
}

.container-15, .container-16 {
  width: 1100px;
  max-width: none;
}

.text-block-9 {
  font-family: Material Icon, Arial, sans-serif;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 52px;
  display: flex;
}

.div-block-21 {
  z-index: 88888;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0000;
  border-radius: 0;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.whatsapp {
  background-color: #ea9a3e;
  border-radius: 0;
  padding: 10px;
  position: static;
  inset: auto 1% 1% auto;
}

.whatsapp:hover {
  background-color: #1b263b;
}

.image-21 {
  width: 30px;
  height: 30px;
}

.chatwithus {
  background-color: #ea9a3e;
  border-radius: 0;
  padding: 10px;
  position: static;
  inset: auto 1% 1% auto;
}

.chatwithus:hover {
  background-color: #1b263b;
}

.rightfldownload {
  z-index: 7777;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: auto 0% 22% auto;
}

.email {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ea9a3e;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 15px 10px;
  text-decoration: none;
  display: flex;
}

.text-block-10 {
  color: #fff;
  display: none;
}

.text-block-11 {
  color: #fffdfd;
  display: none;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-22 {
  width: 25px;
  height: 25px;
}

.phoneflt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ea9a3e;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 15px 10px;
  text-decoration: none;
  display: flex;
}

.download {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ea9a3e;
  border-bottom-left-radius: 0;
  padding: 15px 10px;
  text-decoration: none;
  display: flex;
}

.rightflemail {
  z-index: 7777;
  border-top-left-radius: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: auto 0% 40% auto;
}

.text-block-12 {
  color: #fffefe;
  text-decoration: none;
  display: none;
}

.image-23 {
  width: 25px;
  height: 25px;
}

.rightflphone {
  z-index: 7777;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: auto 0% 31% auto;
}

.columns-29 {
  margin-left: 0;
  margin-right: 0;
}

.heroblog {
  background-color: #f5f7fa;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.image-27 {
  object-fit: cover;
  height: 380px;
}

.bold-text-2 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.bold-text-3 {
  color: #425b78;
  font-family: Open Sans, sans-serif;
}

.link-8 {
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.section-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.heading-10, .paragraph-5 {
  font-family: Open Sans, sans-serif;
}

.image-28 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 100%;
  min-width: 100%;
  height: 300px;
}

.div-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.heading-11 {
  color: #425b78;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.paragraph-6 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f7fa;
  flex-flow: column;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.div-block-25 {
  flex-flow: column;
  max-width: 60%;
  display: flex;
}

.column-11, .column-12, .column-13 {
  padding-left: 0;
  padding-right: 0;
}

.columns-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.column-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.columns-34 {
  width: 1100px;
}

.bold-text-4 {
  color: #425b78;
}

.section-19 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.bold-text-5, .paragraph-7 {
  font-family: Open Sans, sans-serif;
}

.image-29 {
  object-fit: cover;
  height: 650px;
}

.section-20 {
  background-color: #425b78;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f7fa;
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.image-28-copy {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  min-width: 100%;
  height: 400px;
}

.div-block-24-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f7fa;
  flex-flow: column;
  height: 250px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.image-29-copy {
  object-fit: cover;
  height: 650px;
}

.section-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-30 {
  width: 50%;
}

.image-31 {
  width: 48%;
}

.section-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.image-32 {
  width: 30%;
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f7fa;
  padding: 10px;
  display: flex;
}

.div-block-29 {
  width: 70%;
}

.section-23 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.heading-10-copy, .paragraph-5-copy {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.heading-10-copy {
  font-family: Open Sans, sans-serif;
}

.bold-text-4-copy {
  color: #fff;
}

.paragraph-5-copy {
  font-family: Open Sans, sans-serif;
}

.section-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.div-block-31 {
  background-color: #f5f7fa;
  padding: 10px;
}

.bold-text-6 {
  font-size: 18px;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-family: Open Sans, sans-serif;
}

.section-25 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #425b78;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.heading-12, .paragraph-8 {
  color: #fff;
}

.bold-text-11 {
  text-align: center;
}

.container-17 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.handle_inner_line {
  background-color: #fff;
  width: 100%;
  height: 46%;
}

.after {
  z-index: 2;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.handle {
  z-index: 2;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.after_image {
  pointer-events: none;
  width: 160rem;
  max-width: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.before {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.before_image {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.wrapper {
  cursor: pointer;
  width: 100%;
  height: 70vh;
  margin-top: -14rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.handle_inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.handle_inner_circle {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.handle_icon {
  width: 4rem;
  height: 2rem;
}

.section-26 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-26.has_example {
  padding-top: 0;
}

.bas-wrapper {
  width: 100%;
  max-width: none;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h {
  z-index: 2;
  background-color: #ffffff91;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.content-section-copy {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tabs-content {
  overflow: visible;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 740px;
  font-size: 60px;
  line-height: 68px;
  position: relative;
}

.slider-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/jaimie-phillips-KamSS2euCzA-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.slider-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.tabs {
  width: 100%;
}

.load-bar-base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-base {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.text-span {
  color: #fff9;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.section-27, .slider {
  height: 700px;
}

.image-33 {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.image-34 {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 700px;
}

.slide-nav {
  display: none;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-top: 40%;
  margin-bottom: auto;
  margin-left: 25%;
  display: flex;
}

.left-arrow:hover {
  border: 1px solid #ea9a3e;
}

.right-arrow {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-top: 40%;
  margin-right: 60%;
  display: flex;
}

.right-arrow:hover {
  border: 1px solid #ea9a3e;
}

.image-35 {
  object-fit: cover;
  width: 100%;
  height: 700px;
  position: static;
}

.div-block-33 {
  z-index: 1;
  position: absolute;
}

.icon-5 {
  display: none;
}

.text-block-14 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.div-block-34 {
  z-index: 0;
  background-color: #00000040;
  width: 100%;
  height: 700px;
  position: absolute;
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.div-block-36 {
  width: 100%;
  height: 2px;
}

.div-block-37, .loader {
  background-color: #fff;
  width: 0%;
  height: 2px;
}

.loaderbarcontainer {
  width: 100%;
  height: 2px;
}

.beforeafterwrap {
  width: 100%;
  height: 720px;
  position: relative;
  overflow: hidden;
}

.beforemask {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.img-before {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.aftermask {
  z-index: 1;
  object-fit: cover;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.img-after {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.draghotspot {
  z-index: 5;
  cursor: ew-resize;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.handleline {
  z-index: 6;
  pointer-events: none;
  background-color: #fff;
  width: 12px;
  height: 100%;
  position: static;
  top: 0;
  left: 50%;
}

.section-28 {
  background-image: url('../images/Flux_Dev_A_panoramic_view_of_a_sleek_modern_office_building_wi_0.webp');
  background-position: 0 0;
  background-size: auto;
  height: 700px;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.heading-13 {
  position: absolute;
}

.section-29 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px 40px;
  display: flex;
}

.b2 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.columns-25-copy {
  width: 1100px;
}

.column-2-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.text-block-4-copy {
  color: #767676;
  font-family: Open Sans, sans-serif;
}

.image-7-copy-copy {
  object-fit: cover;
  width: auto;
  height: 800px;
}

.column-content1-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-b1-copy {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  display: flex;
}

.section-b1-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.column-3-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding-left: 0;
  display: flex;
}

.column-3-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  display: flex;
}

.image-b2 {
  object-fit: cover;
  height: 700px;
}

.div-block-24-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f7fa;
  flex-flow: column;
  height: 250px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.section-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.grid-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px #000;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
}

.div-block-38 {
  padding: 10px;
}

.wrappertable {
  border: 1px solid #000;
  padding: 10px;
}

.b2-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f7fa;
  flex-flow: column;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.div-block-24-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f7fa;
  flex-flow: column;
  height: 250px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.grid-b2-card {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.section-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px 40px;
  display: flex;
}

.column-15 {
  padding-left: 10px;
}

.cardb3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f7fa;
  flex-flow: column;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.cardb3b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f7fa;
  flex-flow: column;
  height: 250px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.cardb3c {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f7fa;
  flex-flow: column;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.grid-6-b2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px #000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 10px;
}

.image-b3 {
  object-fit: cover;
  height: 500px;
}

.grid-b2-card-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-7-copy {
  object-fit: cover;
  width: auto;
  height: 500px;
}

.image-b2-copy {
  object-fit: cover;
  height: 700px;
}

.image-36 {
  object-fit: cover;
  width: 100%;
  min-width: 0%;
  max-width: none;
  height: auto;
}

.grid-6-b4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px #000;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.img-b4 {
  object-fit: cover;
  width: auto;
  height: 500px;
}

.grid-2-b4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.cb4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f7fa;
  flex-flow: column;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.image-37 {
  object-fit: cover;
  height: 500px;
}

.image-b4 {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.img-b4-b {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.faq-b4 {
  grid-template-rows: auto auto auto;
}

.cta-b4 {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.columns-35 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.column-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.grid-2-b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cb5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f7fa;
  flex-flow: column;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px 10px;
  display: flex;
}

.imgb5 {
  object-fit: cover;
  width: 100%;
  min-width: 0%;
  max-width: none;
  height: auto;
}

.grid-6-b4a {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px #000;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 10px;
}

.imgb5-b {
  object-fit: cover;
  width: 100%;
  min-width: 0%;
  max-width: none;
  height: 500px;
}

.img-b5 {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.img-b5-b {
  object-fit: cover;
  width: auto;
  height: 700px;
}

.img-b5-c {
  object-fit: cover;
  width: 100%;
  height: 550px;
}

.img-b5-d {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.ctalb5 {
  color: #fff;
}

.cta-q-b5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.heading-14 {
  color: #fff;
}

.cta-b4-a {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.image-b4-img {
  object-fit: cover;
  height: 500px;
}

.image-b4-e {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.div-block-39, .columns-36, .div-block-40, .div-block-40-copy {
  width: 1100px;
}

.wrapper-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 1100px;
  display: flex;
}

.columns-37 {
  width: 1100px;
}

.div-block-30-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.splitter_component.is-radius {
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splitter_before {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.spliter_after {
  z-index: 2;
  object-fit: fill;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.splitter_handle-component {
  z-index: 2;
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.image-38, .image-39 {
  object-fit: cover;
}

.splitter_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.splitter_image.is-after {
  width: 1440px;
  max-width: none;
  position: absolute;
  top: 0%;
  right: 0%;
}

.image-39-copy {
  object-fit: cover;
}

.splitter_handle-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.splitter_handle-circle.is-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-41 {
  width: 10px;
  height: 100%;
}

.line-wrapper {
  background-color: #fff;
  width: 10px;
  height: 100%;
}

.arrow-image {
  color: #fff;
  font-family: Material Icon, Arial, sans-serif;
}

.container-bifold {
  z-index: 6;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1100px;
  min-width: 1000px;
  max-width: none;
  display: flex;
  position: absolute;
  inset: 60% 0% 0%;
}

.section-32 {
  justify-content: center;
  align-items: center;
  height: 500px;
  margin: auto;
  padding: 40px 60px;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.frame-1 {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #ea9a3e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 38px;
  padding: 8px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.frame-1:hover {
  background-color: #d18935;
}

.link-block-31 {
  background-color: #ea9a3e;
  border-radius: 5px;
  text-decoration: none;
}

.link-block-31:hover {
  background-color: #d18935;
}

.link-block-31.w--current {
  border-radius: 5px;
}

.frame-1-copy {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 38px;
  padding: 8px 10px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.frame-1-copy:hover {
  background-color: #0000;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.div-block-43 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-44 {
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  margin-top: 10px;
  display: flex;
}

.frame-46 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-44 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon_linephone {
  object-fit: cover;
}

.text {
  color: #767676;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.link-block-73, .link-block-74 {
  text-decoration: none;
}

.div-block-45 {
  border: 1px #000;
  border-bottom: 0 #767676;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-15 {
  color: #ea9a3e;
  font-family: Material Icon, Arial, sans-serif;
}

.div-block-45-copy {
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  display: none;
}

.image-40, .image-41 {
  object-fit: cover;
  min-width: 100%;
  height: 700px;
}

.div-block-46 {
  background-color: #c4c4c4;
  width: 1100px;
  height: .1px;
}

.text-349 {
  color: #425b78;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: static;
  bottom: 10px;
  right: 10px;
}

.frame-855 {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f1f1f1;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 21%;
  max-width: none;
  height: auto;
  min-height: 232px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: static;
}

.frame-851 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.short-heading-here-3 {
  color: #425b78;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-348 {
  color: #767676;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.text-350 {
  color: #425b78;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: static;
  top: auto;
  bottom: 10px;
}

.image-banner-11 {
  border-radius: 10px;
  position: static;
  top: 25px;
}

.text-banner-1 {
  color: #425b78;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: static;
  bottom: 10px;
  right: 10px;
}

.frame-857 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 232px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 0;
}

.shareimage {
  width: 25px;
}

.div-block-47 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.buttonshare {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #425b78;
  border-radius: 5px;
  height: 50px;
  padding: 10px 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f1f1f1;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding: 10px;
  display: flex;
}

.frame-853 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 232px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0;
}

.frame-849 {
  grid-row-gap: 20px;
  background-color: #f8f9fa;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 0 0 20px;
  padding: 140px 60px 40px;
  text-decoration: none;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.frame-854 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 232px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0;
}

.text-banner5 {
  color: #425b78;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: static;
  bottom: 10px;
  right: 10px;
}

.frame-858 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 232px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 0;
}

.text-block-16 {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 1100px;
  display: flex;
}

.text-block-17 {
  justify-content: center;
  align-items: center;
  font-family: Material Icon, Arial, sans-serif;
  font-size: 20px;
  display: flex;
}

.frame-862 {
  grid-column-gap: 10px;
  background-color: #425b78bf;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.frame-860 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 357px;
  text-decoration: none;
  display: flex;
}

.step2 {
  grid-row-gap: 10px;
  background-color: #f8f9fa;
  background-image: url('../images/step2.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 357px;
  height: 287px;
  padding: 20px 23px;
  text-decoration: none;
  display: flex;
}

.frame-859 {
  grid-column-gap: 35px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 60px;
  margin-right: 60px;
  text-decoration: none;
  display: flex;
}

.step3 {
  grid-row-gap: 10px;
  aspect-ratio: auto;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #f8f9fa;
  background-image: url('../images/step3.webp');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 357px;
  height: 287px;
  padding: 20px 23px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: static;
}

.text-352 {
  color: #425b78;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-351 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-353 {
  color: #767676;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.step1 {
  grid-row-gap: 10px;
  background-color: #f8f9fa;
  background-image: url('../images/Step1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 357px;
  height: 287px;
  padding: 20px 23px;
  text-decoration: none;
  display: flex;
}

.div-block-33-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.frame-865 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1100px;
  text-decoration: none;
  display: flex;
}

.radio-button-label-49 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.div-block-33-copy-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.frame-863 {
  grid-row-gap: 37px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  text-decoration: none;
  display: flex;
}

.textarea-10 {
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
}

.div-block-54 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.submit-button-5 {
  background-color: #ea9a3e;
  border-radius: 10px;
  width: 20%;
  padding: 15px 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-354 {
  color: #767676;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.short-heading-here-4 {
  color: #425b78;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.form-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: static;
}

.textarea-9 {
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
}

.div-block-33-copy-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-33-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.frame-864 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-field-7 {
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
}

.text-355 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.form-block-4 {
  width: 100%;
}

.personalinfo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.image-42 {
  object-fit: cover;
  border-radius: 10px;
  width: auto;
  height: 250px;
}

.div-block-56 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.radio-button-label-4 {
  font-size: 12px;
}

.form-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #cecece;
  flex-flow: column;
  padding: 40px 60px;
  display: flex;
}

.uploadwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-100 {
  color: #425b78;
  font-family: Open Sans, sans-serif;
}

.text-88 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.radio-button-label-48, .radio-button-label-5 {
  font-size: 12px;
}

.wrapperinputonlinequote {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-57 {
  width: 50%;
}

.radio-button-label-11, .textarea-11 {
  font-size: 12px;
}

.textarea-11:focus {
  color: #000;
}

.wrapperinputonlinequote-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.textdesc {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.submit-button-6 {
  background-color: #ea9a3e;
  border-radius: 10px;
  width: 20%;
  padding: 15px 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-58 {
  width: 50%;
}

.div-block-59, .div-block-60 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.checkbox-label-2 {
  font-size: 12px;
}

.div-block-61 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-62 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.textarea-8 {
  font-size: 12px;
  font-style: italic;
}

.textarea-8:focus {
  color: #000;
}

.div-block-64 {
  width: 50%;
}

.howwecontactwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: none;
}

.div-block-65 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.radio-button-label-12 {
  font-size: 12px;
}

.frame-338 {
  grid-row-gap: 32px;
  border: 0 solid #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  text-decoration: none;
  display: flex;
}

.div-block-66, .div-block-67 {
  width: 50%;
}

.ifdoorselected {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: none;
}

.radio-button-label-13 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.textarea-4 {
  font-size: 12px;
  font-style: italic;
}

.wrapperinputonlinequote6row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.uploadtitle {
  width: auto;
  font-family: Open Sans, sans-serif;
}

.submit-button-3 {
  background-color: #1fab61;
  height: 48px;
  font-weight: 700;
}

.field-label-3 {
  font-size: 12px;
  font-weight: 400;
}

.div-block-68 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-69 {
  width: 50%;
}

.text-block-18 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-356 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.input1onlinequotewindows, .div-block-70 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-422, .div-block-433 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.input1onlinequotedoors {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: none;
}

.div-block-71 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.input1onlinequote {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-field-8 {
  font-size: 12px;
  font-style: italic;
}

.text-field-8:focus {
  color: #000;
}

.textonlinequote1 {
  color: #767676;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.div-block-72 {
  width: 50%;
}

.div-block-73 {
  background-color: #ea9a3e;
  border-radius: 10px;
  width: 150px;
  padding: 10px;
}

.div-block-74 {
  width: 50%;
}

.textarea-2 {
  font-size: 12px;
  font-style: italic;
}

.textarea-2:focus {
  color: #000;
}

.text-field-9 {
  font-size: 12px;
  font-style: italic;
}

.text-field-9:focus {
  color: #000;
}

.contactinput {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.smalltitleonlinequote {
  width: auto;
  font-family: Open Sans, sans-serif;
}

.sizeinput {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-block-11-copy {
  color: #fff;
  text-align: left;
  font-weight: 700;
}

.div-block-75 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.doorbifoldetcwrapper, .howwecontact, .doorcompositeetcwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.field-label-4 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.textarea-7 {
  font-size: 12px;
  font-style: italic;
}

.textarea-7:focus {
  color: #000;
}

.additem1 {
  background-color: #ea9a3e;
  border-radius: 10px;
  width: 150px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
}

.ignorethisformforbackup {
  display: none;
}

.italic-text-2 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.div-block-76 {
  width: 50%;
}

.text-field-10 {
  font-size: 12px;
  font-style: italic;
}

.text-field-10:focus {
  color: #000;
}

.div-block-77 {
  width: 50%;
}

.text-field-11 {
  border-radius: 10px;
}

.textarea-6 {
  font-size: 12px;
  font-style: italic;
}

.textarea-6:focus {
  color: #000;
}

.wrapperonlinequotee {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.textarea-3, .textarea-5 {
  font-size: 12px;
  font-style: italic;
}

.doorvisualiserhero {
  object-fit: cover;
  background-image: linear-gradient(#00000059, #00000059), url('../images/visualiser-feature.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.onlinequotehero {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Gemini_Generated_Image_1bm1ck1bm1ck1bm1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.herocustomwalling {
  pointer-events: auto;
  background-image: linear-gradient(#00000059, #00000059), url('../images/curtain-walling.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.heading-101 {
  color: #425b78;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.div-block-79 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.radio-button-label-50 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.submit-button-7 {
  text-align: center;
  background-color: #ea9a3e;
  border-radius: 10px;
  width: 50%;
}

.div-block-80 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-81 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.uploadtitle-2 {
  width: auto;
}

.radio-button-label-27 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.text-block-19 {
  color: #fff;
  font-weight: 400;
}

.text-357 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.div-block-82 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.textonlinequote1-2 {
  color: #767676;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.div-block-83 {
  background-color: #ea9a3e;
  border-radius: 10px;
  width: 150px;
  padding: 10px;
}

.smalltitleonlinequote-2 {
  width: auto;
  font-family: Open Sans, sans-serif;
}

.text-block-11-copy-2 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.additem1-2 {
  background-color: #ea9a3e;
  border-radius: 10px;
  width: 150px;
  padding: 10px;
}

.italic-text-3 {
  font-size: 12px;
}

.text-field-12 {
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
}

.div-block-84 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.new-additional {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.textarea-12 {
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
}

.textarea-13 {
  border-radius: 10px;
}

.textonlinequote1-3 {
  color: #000;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.smalltitleonlinequote-3 {
  width: auto;
}

.radio-button-label-51, .radio-button-label-52 {
  font-size: 12px;
}

.ifwinddowselected {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: none;
}

.input1onlinequotedoors-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.radio-button-label-53, .radio-button-label-54 {
  font-size: 12px;
}

.input1onlinequotedoors-2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-357-copy {
  color: #000;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.textonlinequote1-2-copy {
  color: #000;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .containerhero {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-2 {
    width: 50%;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .div-block-3 {
    width: auto;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .div-block-7 {
    width: auto;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .container-5 {
    width: auto;
    min-width: 0;
    max-width: none;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .section-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .containerclient {
    max-width: 728px;
  }

  .team-slide-wrapper-client {
    width: 47%;
    margin-right: 6%;
  }

  .section-6 {
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-content1 {
    display: flex;
  }

  .image-7 {
    object-fit: contain;
    width: 100%;
  }

  .columns-2 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-10, .section-11 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-c7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-12 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-c9 {
    height: auto;
    padding: 10px 20px;
  }

  .contactform {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-about1 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-13 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3 {
    flex-flow: column;
    height: auto;
  }

  .section-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-14 {
    object-fit: cover;
  }

  .image-ab3 {
    object-fit: cover;
    height: 400px;
  }

  .section-3-about, .section-15, .content1bifold, .section-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-b1 {
    height: auto;
    padding: 10px 20px;
  }

  .content1double {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-7 {
    max-width: none;
  }

  .team-slide-wrapper-4 {
    width: 100%;
    margin-right: 6%;
  }

  .column-6 {
    height: auto;
  }

  .section-h9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-7 {
    height: auto;
  }

  .div-block-18-tb {
    top: 220px;
    left: 20px;
  }

  .div-block-18-td {
    left: 220px;
  }

  .div-block-18-tf {
    top: 300px;
    left: 220px;
  }

  .image-20 {
    object-fit: cover;
  }

  .section-cs1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    width: 100%;
  }

  .columns-3, .columns-5, .columns-7, .columns-8, .columns-9, .columns-10, .columns-12, .columns-13, .columns-14, .columns-16 {
    width: auto;
  }

  .contactform-copy {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-10 {
    max-width: none;
  }

  .columns-17 {
    width: auto;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .columns-18, .columns-19 {
    width: auto;
  }

  .container-11 {
    width: auto;
    max-width: none;
  }

  .columns-20 {
    width: auto;
    min-width: 100%;
    display: flex;
  }

  .columns-23 {
    width: auto;
  }

  .columns-24, .columns-25 {
    flex-flow: row;
    width: 100%;
    min-width: 100%;
    display: flex;
  }

  .columns-26 {
    width: auto;
  }

  .image-24, .image-25 {
    object-fit: cover;
    height: 500px;
  }

  .image-26 {
    object-fit: contain;
    height: 500px;
  }

  .column-10 {
    display: flex;
  }

  .heroblog {
    height: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-24 {
    height: auto;
  }

  .div-block-25 {
    max-width: 100%;
  }

  .columns-34 {
    width: auto;
  }

  .section-19, .section-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-21 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-30 {
    width: 47%;
  }

  .section-22, .section-23, .section-24, .section-25, .div-block-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper {
    height: 40vh;
  }

  .image-33 {
    object-fit: cover;
  }

  .left-arrow {
    margin-top: 50%;
  }

  .right-arrow {
    margin-top: 50%;
    margin-right: 53%;
  }

  .section-29, .b2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7-copy, .image-7-copy-copy {
    object-fit: cover;
  }

  .section-b1-copy, .section-b1-copy-copy {
    height: auto;
    padding: 10px 20px;
  }

  .column-3-copy {
    height: 400px;
  }

  .column-3-copy-copy, .div-block-24-copy, .div-block-24-copy, .div-block-24-copy {
    height: auto;
  }

  .section-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b2-card, .div-block-24-copy-copy {
    height: auto;
  }

  .section-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .cardb3, .cardb3b, .cardb3c {
    height: auto;
  }

  .image-b3 {
    object-fit: contain;
  }

  .image-7-copy {
    object-fit: cover;
    width: 100%;
  }

  .image-b2-copy, .img-b4 {
    object-fit: cover;
  }

  .cb4 {
    height: auto;
  }

  .image-b4 {
    object-fit: contain;
  }

  .img-b4-b {
    object-fit: cover;
  }

  .cta-b4 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-35 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cb5 {
    height: auto;
  }

  .img-b5, .img-b5-b, .img-b5-c, .img-b5-d {
    object-fit: cover;
  }

  .cta-b4-a {
    padding-left: 0;
  }

  .image-b4-e {
    object-fit: contain;
  }

  .wrapper-b {
    width: auto;
  }

  .splitter_image.is-after {
    width: 991px;
  }

  .container-bifold {
    width: auto;
    min-width: 0;
    max-width: none;
    inset: 60% 0% 0%;
  }

  .div-block-44 {
    width: auto;
    min-width: 100%;
  }

  .frame-46 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-45 {
    width: auto;
    display: none;
  }

  .div-block-45-copy {
    width: auto;
    display: flex;
  }

  .div-block-46 {
    display: none;
  }

  .frame-855 {
    width: 100%;
  }

  .frame-851 {
    flex-flow: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-47 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-48 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .frame-849 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-49 {
    flex-flow: column;
  }

  .frame-859 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-33-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .frame-865 {
    width: auto;
  }

  .div-block-33-copy-2 {
    flex-flow: wrap;
  }

  .div-block-53 {
    width: 100%;
  }

  .frame-863 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33-copy-3, .div-block-55, .wrapperinputonlinequote, .wrapperinputonlinequote-copy {
    flex-flow: row;
  }

  .div-block-61 {
    width: 100%;
  }

  .howwecontactwrapper {
    display: none;
  }

  .frame-338 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapperinputonlinequote6row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sizeinput {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-80 {
    width: 100%;
  }

  .new-additional {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .div-block-2 {
    width: 70%;
  }

  .team-slider, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .column-2, .section-3 {
    height: auto;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .heading-6 {
    text-align: center;
    padding-left: 0;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-slider-3 {
    padding: 20px 15px;
  }

  .team-slider-contact {
    padding: 60px 15px;
  }

  .client {
    height: auto;
    padding: 60px 15px;
  }

  .section-6 {
    flex-flow: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-contet2 {
    height: auto;
  }

  .sliderview {
    padding: 60px 15px;
  }

  .contactform {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-about1, .column-3, .image-13 {
    height: auto;
  }

  .section-14 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-14, .column-4 {
    height: auto;
  }

  .team-slider-about {
    padding: 60px 15px;
  }

  .colomn1bifold {
    height: auto;
  }

  .section-3-about {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-15, .content1bifold {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-b1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-slider-4 {
    padding: 0 15px;
  }

  .columns-7 {
    flex-flow: column;
  }

  .columns-12, .columns-14, .columns-18, .columns-21, .columns-23, .columns-24 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .columns-25 {
    flex-flow: column;
  }

  .columns-27, .columns-29, .columns-30, .columns-31, .columns-32 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .heroblog, .section-18, .section-19, .section-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .div-block-24-copy {
    height: auto;
  }

  .section-23, .section-24, .section-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-32 {
    padding: 40px 20px;
  }

  .container-17, .after_image {
    width: 66rem;
  }

  .wrapper {
    width: 66rem;
    height: 30vh;
    margin-top: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .left-arrow {
    margin-top: 75%;
  }

  .right-arrow {
    margin-top: 75%;
    margin-right: 45%;
  }

  .section-29 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-2-copy {
    height: auto;
  }

  .section-b1-copy, .section-b1-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-3-copy, .column-3-copy-copy {
    height: auto;
  }

  .section-30 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-b2-card {
    flex-flow: column;
    display: flex;
  }

  .section-31 {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-6-b2 {
    overflow: scroll;
  }

  .image-b3 {
    width: 100%;
  }

  .grid-b2-card-copy {
    flex-flow: column;
    display: flex;
  }

  .grid-6-b4 {
    overflow: scroll;
  }

  .img-b4 {
    width: 100%;
  }

  .grid-2-b4 {
    flex-flow: column;
    display: flex;
  }

  .cta-b4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-35 {
    padding-left: 0;
  }

  .grid-2-b5 {
    flex-flow: column;
    display: flex;
  }

  .grid-6-b4a {
    overflow: scroll;
  }

  .cta-b4-a {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .image-b4-img {
    width: 100%;
  }

  .image-b4-e {
    object-fit: cover;
  }

  .wrapper-b {
    width: 548px;
  }

  .splitter_image.is-after {
    width: 586px;
  }

  .container-bifold {
    padding-left: 20px;
    padding-right: 20px;
    inset: 60% 0% 0%;
  }

  .frame-46 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-45 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: none;
  }

  .div-block-45-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    display: flex;
  }

  .short-heading-here-3 {
    text-align: center;
  }

  .frame-859 {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-33-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .div-block-53 {
    width: 100%;
  }

  .frame-863 {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-5 {
    width: 30%;
  }

  .div-block-33-copy-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-55 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .personalinfo, .div-block-56 {
    flex-flow: column;
  }

  .form-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapperinputonlinequote, .wrapperinputonlinequote-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .submit-button-6, .div-block-61 {
    width: 100%;
  }

  .howwecontactwrapper {
    flex-flow: column;
    display: none;
  }

  .wrapperinputonlinequote6row {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .input1onlinequotedoors {
    display: none;
  }

  .contactinput {
    width: 100%;
  }

  .div-block-79 {
    flex-flow: column;
  }

  .submit-button-7, .div-block-80 {
    width: 100%;
  }

  .new-additional {
    flex-flow: column;
    display: none;
  }

  .input1onlinequotedoors-2, .input1onlinequotedoors-2-copy {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-without-image {
    min-height: 800px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .containerhero {
    max-width: none;
  }

  .heading {
    font-weight: 600;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #0000;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .nav-dropdown-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-dropdown-toggle-2 {
    padding-left: 5px;
  }

  .nav-dropdown-toggle-2.w--open {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .div-block {
    flex-flow: row;
    height: auto;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    width: auto;
    padding-left: 0;
  }

  .div-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-9 {
    width: 100px;
  }

  .column-2 {
    height: auto;
  }

  .section-3 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-10 {
    margin-top: 50%;
    margin-left: 5%;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .heading-6 {
    overflow-wrap: normal;
    object-fit: fill;
    width: auto;
    max-width: none;
    padding-left: 0;
    font-size: 32px;
    display: block;
  }

  .container-5 {
    text-align: left;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .section-contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .client {
    height: auto;
  }

  .containerclient {
    max-width: none;
  }

  .team-slide-wrapper-client {
    width: 100%;
    margin-right: 0%;
  }

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-7 {
    object-fit: cover;
    height: auto;
  }

  .columns-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-8 {
    height: auto;
  }

  .section-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-content3 {
    height: auto;
  }

  .section-10, .section-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10 {
    height: auto;
  }

  .section-c7 {
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-11 {
    height: auto;
  }

  .section-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-c9, .image-12 {
    height: auto;
  }

  .section-c9 {
    height: auto;
    padding: 10px;
  }

  .heroabout {
    object-fit: cover;
    height: auto;
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .coloum2form {
    padding-left: 0;
    padding-right: 0;
  }

  .section-about1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-14, .section-3-about {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-cbifold1 {
    height: auto;
  }

  .herobifold, .section-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .content1double {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-slider-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-4 {
    width: 100%;
    margin-right: auto;
  }

  .team-member-image-two-4 {
    height: 250px;
  }

  .image-19 {
    object-fit: cover;
  }

  .section-h9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-18-tb {
    top: 60px;
  }

  .div-block-18-tc {
    top: 10px;
    left: 100px;
  }

  .div-block-18-td, .div-block-18-te {
    left: 220px;
  }

  .div-block-18-tf {
    top: 190px;
    left: 170px;
  }

  .columns-4 {
    width: auto;
  }

  .columns-8 {
    flex-flow: column;
  }

  .columns-9, .columns-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .contactform-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .columns-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .image-24, .image-25, .image-26 {
    height: auto;
  }

  .columns-28, .columns-30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .heroblog {
    display: flex;
  }

  .div-block-25 {
    max-width: 100%;
  }

  .columns-34 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .bold-text-4 {
    width: auto;
  }

  .section-21, .section-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-32 {
    width: 100%;
  }

  .div-block-28 {
    flex-flow: column;
  }

  .div-block-29 {
    width: 100%;
  }

  .div-block-32 {
    padding: 20px 10px;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .left-arrow {
    margin-top: 120%;
    margin-left: 5%;
  }

  .right-arrow {
    margin-top: 120%;
    margin-right: 43%;
  }

  .grid-3, .grid-4, .grid-5 {
    flex-flow: column;
    display: flex;
  }

  .section-29, .b2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-2-copy {
    height: auto;
  }

  .image-7-copy, .image-7-copy-copy {
    object-fit: cover;
    height: auto;
  }

  .image-b2 {
    height: auto;
  }

  .section-30 {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-6 {
    overflow: scroll;
  }

  .image-b3 {
    height: auto;
  }

  .image-7-copy {
    object-fit: cover;
    height: auto;
  }

  .image-b2-copy {
    height: auto;
  }

  .img-b4 {
    object-fit: cover;
    height: auto;
  }

  .image-b4 {
    height: auto;
  }

  .img-b4-b {
    object-fit: cover;
    height: auto;
  }

  .faq-b4 {
    flex-flow: column;
    display: flex;
  }

  .columns-35 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .img-b5, .img-b5-b, .img-b5-c, .img-b5-d {
    object-fit: cover;
    height: auto;
  }

  .image-b4-img, .image-b4-e {
    height: auto;
  }

  .list {
    padding-left: 10px;
  }

  .list-2, .list-3, .list-4, .list-5, .list-6, .list-7 {
    padding-left: 20px;
  }

  .wrapper-b {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    display: block;
    overflow: visible;
  }

  .list-8 {
    padding-left: 20px;
  }

  .splitter_image.is-after {
    width: 320px;
  }

  .container-bifold {
    text-align: left;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .div-block-42 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .frame-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-46 {
    grid-column-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-45 {
    display: none;
  }

  .div-block-45-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .image-40 {
    object-fit: cover;
    min-width: 100%;
  }

  .frame-855 {
    width: 100%;
  }

  .frame-851 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-348 {
    text-align: center;
  }

  .frame-857 {
    width: 100%;
  }

  .frame-853 {
    width: 100%;
    top: 20px;
  }

  .frame-849 {
    grid-row-gap: 20px;
    padding: 60px 10px 10px 0;
  }

  .frame-854, .frame-858 {
    width: 100%;
  }

  .div-block-33-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .frame-865 {
    width: 100%;
  }

  .frame-863 {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-5 {
    width: 100%;
  }

  .short-heading-here-4 {
    text-align: center;
  }

  .frame-864 {
    width: 100%;
  }

  .form-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-57, .div-block-58, .div-block-64 {
    width: 100%;
  }

  .howwecontactwrapper {
    display: none;
  }

  .frame-338 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-67 {
    width: 100%;
  }

  .ifdoorselected {
    display: none;
  }

  .wrapperinputonlinequote6row {
    display: flex;
  }

  .div-block-68 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-69, .div-block-72, .div-block-74 {
    width: 100%;
  }

  .sizeinput {
    flex-flow: column;
    display: flex;
  }

  .div-block-75 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .ignorethisformforbackup, .div-block-77 {
    width: 100%;
  }

  .new-additional {
    display: none;
  }
}

#w-node-_1237e63b-8aee-c511-1e90-1e6a623cabc4-54946ae9, #w-node-_18d87194-9851-d5e8-970a-4b8ceec61aea-54946ae9, #w-node-_58ed276f-9e0f-b1f6-c4cc-2a9fccdf4cab-54946ae9, #w-node-_5c8c46ef-50a4-1063-0fec-e053962831bf-54946ae9, #w-node-c0bd73ad-0ffb-6e36-9198-05537d204e13-54946ae9, #w-node-_4773c1fa-583c-9ba5-1376-7205cf22843c-54946ae9, #w-node-c3b8f471-e9dc-8413-0e18-22ff7df0e149-54946ae9, #w-node-_2aefe403-b14a-45cf-e693-277d13daf714-54946ae9, #w-node-_593a3ffc-686d-caed-36e0-2b9d60f6ce3d-54946ae9, #w-node-c4d66e47-e7f7-3d7a-fef4-1a43c27b8587-54946ae9, #w-node-_0f69bc8b-b95d-45ec-aa6a-8deae75dac65-54946ae9, #w-node-_90b1a8cc-671e-5145-6921-94c8a761dc0c-54946ae9, #w-node-f43f738e-53f1-0a2c-c817-d999e97a8fc8-54946ae9, #w-node-_6d941d0d-bc42-9dda-3304-72420bdb9bde-54946ae9, #w-node-d2f14644-0d22-1b77-ae69-1219919935e2-54946ae9, #w-node-_0bb8a96d-4dca-7dfc-c8c5-1ff80488953f-54946ae9, #w-node-_81c9eb27-7587-2c55-74b0-7ef56e84d5ad-54946ae9, #w-node-_0fbcc057-87bf-1313-a338-f1f3640f0bff-54946ae9, #w-node-_613edc4d-1f6c-ce2d-5d43-8e733fc01f99-54946ae9, #w-node-e4f0e943-2ee8-ee83-d241-d6b9935d23d4-54946ae9, #w-node-_5f2bb60f-48e8-445e-c75b-dd78c884ee14-54946ae9, #w-node-f9124690-98f0-9fda-b9b6-9af200909865-54946ae9, #w-node-a73a620a-e1b7-0639-adb8-7f4beee72efc-54946ae9, #w-node-_495ad9ee-a44b-25a8-d99a-4665eed32a2b-54946ae9, #w-node-_1fc59b43-c461-cbc0-d91b-04fff00f8999-54946ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Material Icon';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}