.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 0px;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84vw;
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.heroc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vw;
  margin-bottom: 5vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.footerc {
  display: -ms-grid;
  display: grid;
  max-width: none;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 3rem;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heroheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
  text-transform: none;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.homeservicewrapper {
  margin-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 70%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #414141;
  box-shadow: 0 0 10px 1px #a1905c;
}

._404-content-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-heading {
  margin-bottom: 30px;
}

.navbarlinkwrapper {
  overflow: hidden;
}

.button-2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  background-color: #ad1115;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.homes1bg {
  width: 100%;
}

.bg.homes1ba2 {
  background-color: rgba(0, 0, 0, 0.24);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#59ade6), color-stop(45%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #59ade6, hsla(0, 0%, 100%, 0) 45%);
}

.bg.yellocover {
  display: none;
  border-radius: 2rem;
  background-color: #192229;
}

.bg.whitecover {
  display: none;
  background-color: #fff;
}

.bg.herocoverbg {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 99%;
  width: 100%;
  height: auto;
}

.bg.herocoverbg.op {
  opacity: 0.7;
}

.bg.sectioncover {
  left: 0%;
  top: 99%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: auto;
}

.bg.sectionbgwrapper {
  overflow: hidden;
  width: 100%;
}

.bg.yellocoverwrapper {
  overflow: hidden;
  border-radius: 2rem;
}

.footerparagraph {
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.subfooterwrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.body {
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.6;
}

.herosection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 85vh;
  padding-top: 12rem;
  padding-bottom: 16rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.bluebutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0.8rem 2.1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  background-color: #2f3c46;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bluebutton:hover {
  background-color: #70d8b9;
  -webkit-transform: scale3d(1, 1, 5);
  transform: scale3d(1, 1, 5);
  color: #fff;
}

.bluebutton.tbgb {
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, color 400ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 400ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 400ms ease, transform 300ms ease;
  transition: background-color 300ms ease, color 400ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.bluebutton.tbgb:hover {
  background-color: rgba(244, 251, 254, 0.26);
  color: #fff;
}

.bluebutton.tbgb.wicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 88vw;
  padding-left: 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: background-color 300ms ease, color 400ms ease;
  transition: background-color 300ms ease, color 400ms ease;
}

.bluebutton.tbgb.format1 {
  border-width: 3px;
  border-color: #2f3c46;
  color: #2f3c46;
}

.bg-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-2.star {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 35%;
  opacity: 0.31;
}

.bg-2.v2 {
  z-index: 3;
}

.bg-2.navbarlinkicon {
  left: auto;
  top: -5px;
  right: auto;
  display: none;
  width: 17px;
  height: 17px;
  background-image: url('../images/d1_1d1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.buttontext {
  position: relative;
  z-index: 3;
  margin-bottom: 0px;
}

.homecardparag {
  margin-bottom: 0px;
}

.homecardsection {
  position: relative;
  font-weight: 400;
}

.section_l {
  position: relative;
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
}

.section_l.format1 {
  padding-bottom: 0rem;
  background-color: #eee;
}

.section_l.forms {
  padding-bottom: 0rem;
}

.title_xxl {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.title_xxl.format1 {
  text-align: right;
}

.title_l {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
}

.title_l.rightaligned {
  text-align: right;
}

.title_l.format1 {
  margin-bottom: 0.9rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.title_l.format2 {
  margin-right: 0.8rem;
}

.differ_font {
  color: #3ca1a1;
  font-size: 3.75rem;
}

.section_0 {
  overflow: hidden;
  padding-top: 2.1rem;
  background-color: #215a6d;
}

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 3.5rem 2.8rem 3.5rem 3.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #215a6d;
  color: #fffdf1;
}

.title_xl {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.title_xl.black {
  color: #081325;
  text-align: left;
}

.title_xl.format1 {
  color: #fffdf1;
}

.image-2 {
  position: relative;
  width: 30%;
  margin-bottom: 1.875rem;
}

.div-block-12 {
  position: relative;
  left: -3vw;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  padding: 3.3rem 2.9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2rem;
  background-color: #ffeb99;
}

.borderbutton {
  position: relative;
  overflow: hidden;
  padding: 10px 35px;
  border: 2px solid #fff;
  -webkit-transition: color 400ms ease, -webkit-transform 300ms ease;
  transition: color 400ms ease, -webkit-transform 300ms ease;
  transition: color 400ms ease, transform 300ms ease;
  transition: color 400ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.borderbutton:hover {
  color: #105378;
}

.div-block-13 {
  position: relative;
  left: -3vw;
  z-index: 4;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.image-3 {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
}

.image-3.mobile {
  display: none;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.homepmwrapper {
  position: relative;
  z-index: 7;
  display: -ms-grid;
  display: grid;
  margin-bottom: -2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.homepmcard {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 1.85rem 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.8rem;
  background-color: #3ca1a1;
  box-shadow: 0 2px 8px -1px rgba(4, 57, 75, 0.35);
  -webkit-transition: background-color 350ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 350ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  text-align: center;
}

.homepmcard:hover {
  background-color: #ffeb99;
  color: #000;
}

.homepmcard.main {
  background-color: #fff;
  color: #000;
}

.div-block-15 {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4.5vw;
  grid-row-gap: 2rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.circlebutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000rem;
  background-color: #fff;
  box-shadow: 0 0 2px 7px rgba(255, 253, 241, 0.2);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  font-family: Barlow, sans-serif;
  color: #215a6d;
  font-size: 1.07rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.circlebutton:hover {
  color: #000;
}

.homepmcardwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.topsectiontitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 2.75rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.topsectiontitle.right {
  margin-left: 10px;
}

.topsection {
  position: relative;
  overflow: hidden;
  padding-top: 11.25rem;
  padding-bottom: 4.375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  color: transparent;
}

.detail-paragraph {
  text-align: left;
}

.detail-paragraph.subpage {
  margin-bottom: 0px;
  color: #2f3c46;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.31;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4.p1 {
  -o-object-position: 100% 85%;
  object-position: 100% 85%;
}

.image-4.p2 {
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
}

.image-4.p3 {
  -o-object-position: 100% 40%;
  object-position: 100% 40%;
}

.topsectionwraaper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-block-18.overflow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.overflow {
  position: relative;
  overflow: hidden;
}

.overflow.tabbutton {
  position: absolute;
  left: 30%;
  top: -7rem;
  z-index: 3;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.overflow.mobile {
  display: none;
}

.div-block-19 {
  margin-top: 10px;
}

.div-block-19.overflow {
  margin-top: 0px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-15 {
  max-width: 80%;
  margin-bottom: 0.3125rem;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 0.3125rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  list-style-type: disc;
}

.listitem {
  font-size: 1.07rem;
  line-height: 1.4;
}

.paragraph-16 {
  margin-top: 0.625rem;
  margin-bottom: 2.5rem;
  font-style: italic;
}

.roatewrapper {
  position: relative;
  width: 74.5px;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.tablink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 3.3rem;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: #eef9f8;
  font-family: Barlow, sans-serif;
  line-height: 1.4;
}

.tablink:hover {
  background-color: #fff;
}

.tablink.w--current {
  background-color: #eef9f8;
}

.tablink.w--current:hover {
  background-color: #fff;
}

.tablink.tabbutton {
  width: auto;
  padding-right: 2.2rem;
  padding-left: 2.2rem;
  background-color: #ffeb99;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
  text-transform: uppercase;
}

.tablink.tabbutton:hover {
  background-color: #77628c;
}

.tabs {
  top: -7rem;
  z-index: 2;
  width: 100%;
  margin-bottom: -7rem;
}

.tabs-content {
  border-radius: 0px 1.5rem 1.5rem;
  background-color: #3ca1a1;
  box-shadow: 0 10px 20px 0 rgba(4, 57, 75, 0.35);
}

.div-block-26 {
  display: -ms-grid;
  display: grid;
  padding: 1.75rem 2.5rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.75rem;
  grid-row-gap: 0.625rem;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.vline {
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cardparagraph {
  margin-top: 0.4rem;
  margin-bottom: 0px;
  line-height: 1.5;
}

.paragraph-21 {
  margin-bottom: 0.75rem;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  width: 1.75rem;
  margin-top: 0.25rem;
  margin-right: 0.75rem;
  margin-bottom: 0.125rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-28 {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-22 {
  margin-top: 1.4rem;
  margin-bottom: 0rem;
}

.paragraph-22.last {
  margin-top: 0.6rem;
}

.footer-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-content-block.format1 {
  overflow: hidden;
  min-width: 24vw;
  margin-top: -5rem;
  margin-left: -3px;
  padding: 2rem 2.6rem 1.5rem;
  border-radius: 1rem;
  background-color: #fffdf1;
  box-shadow: 0 0 5px 0 rgba(4, 57, 75, 0.35);
}

.footer_icon-2 {
  height: 20px;
  margin-right: 15px;
}

.sub-footer-3 {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: 2.8125rem;
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #c1ebf6;
  background-color: rgba(255, 255, 255, 0.19);
}

.footeritemwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footeritemwrapper.media {
  display: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-decoration: none;
}

.link-4 {
  display: inline;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.link-4:hover {
  color: #dbf;
  text-decoration: underline;
}

.footerlink {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  text-decoration: none;
}

.footerlink:hover {
  color: hsla(0, 0%, 100%, 0.74);
}

.footwrapper {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 0px;
  background-color: #215a6d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 57, 75, 0.35)), to(rgba(4, 57, 75, 0.35)));
  background-image: linear-gradient(180deg, rgba(4, 57, 75, 0.35), rgba(4, 57, 75, 0.35));
}

.footertitle {
  margin-top: 0px;
  margin-bottom: 1rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.footertitle.w--current {
  color: #000;
  font-weight: 500;
}

.footertitle.format1 {
  color: #2f3c46;
}

.nav-link-drop-down {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.nav-link-drop-down:hover {
  color: #0b98dc;
  font-style: italic;
  font-weight: 700;
}

.nav-link-drop-down.dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.nav-link-drop-down.dropdown:hover {
  font-style: normal;
  font-weight: 400;
}

.yellowbutton {
  position: relative;
  overflow: hidden;
  padding: 10px 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 1000px;
  background-color: #ffd103;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.yellowbutton:hover {
  background-color: #0f2b5a;
  box-shadow: 0 0 3px 0 rgba(15, 43, 90, 0.9), inset 0 0 0 2px #ffd103;
  -webkit-transform: scale3d(0.96, 0.96, 5);
  transform: scale3d(0.96, 0.96, 5);
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-5.mobile-only {
  display: none;
}

.button-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button-3:hover {
  background-color: #ad1115;
}

.title_m {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.title_m.format1 {
  margin-top: 0.65rem;
  font-style: italic;
  font-weight: 900;
}

.title_m.format2 {
  text-transform: uppercase;
}

.paragraph-29 {
  margin-top: 25px;
}

.div-block-71 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paymenticon {
  overflow: hidden;
  height: 1.875rem;
  margin-top: 0.5rem;
  margin-right: 0.35rem;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(4, 57, 75, 0.35);
  -o-object-fit: contain;
  object-fit: contain;
}

.paymenticon.speical {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(32%, #fff), color-stop(56%, #fff), to(transparent));
  background-image: linear-gradient(180deg, transparent, #fff 32%, #fff 56%, transparent);
}

.space_l {
  height: 4.5rem;
}

.div-block-60 {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  margin-bottom: -1rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.8vw;
  grid-row-gap: 3.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2.1rem 2rem 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #eef9f8;
}

.image-11 {
  height: 3.5rem;
  margin-bottom: 1.2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-20 {
  color: #3ca1a1;
  font-weight: 700;
}

.incidentsection {
  z-index: 5;
  max-width: 100vw;
}

.iframecode {
  display: none;
}

.iframecode.hide {
  display: none;
}

.iframecode.hide {
  display: block;
}

.div-block-75 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.arrow {
  display: inline-block;
}

.h3-2 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #120850;
  font-size: 24px;
  line-height: 1.4;
}

.h3-2.faq-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-right: 55px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #141e25;
  font-size: 22px;
}

.h3-2.faq-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.8125rem;
  margin-right: 3.4375rem;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 1.375rem;
}

.jobdescriptiondropdownwrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  text-decoration: none;
}

.jobcontent {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

.list-item-4 {
  margin-bottom: 0px;
}

.paragraph-2 {
  margin-top: 1rem;
  margin-bottom: 0px;
}

.jobcomtent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.logo {
  position: relative;
  width: 30vw;
  height: 100%;
  padding: 0.7rem 1.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1rem;
  background-color: #fff;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo:hover {
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

.nav-link-drop-down-2 {
  position: static;
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #6d768d;
  text-decoration: none;
}

.nav-link-drop-down-2:hover {
  color: #0b98dc;
  font-style: italic;
  font-weight: 700;
}

.nav-link-drop-down-2.dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-drop-down-2.dropdown:hover {
  font-style: normal;
  font-weight: 400;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 88%;
  padding-left: 1.8vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-76 {
  width: 95%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-11 {
  display: none;
}

.dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0.5rem;
  background-color: #eef9f8;
  box-shadow: 0 3px 10px -1px rgba(4, 57, 75, 0.35);
}

.dropdown-list-wrapper.w--open {
  right: -150px;
  margin-top: 30px;
  padding: 30px 20px;
  background-color: #f5f7fa;
  box-shadow: 0 1px 9px 0 rgba(9, 7, 24, 0.05), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
  line-height: 1em;
}

.dropdown-list-wrapper.w--open:hover {
  font-style: normal;
  font-weight: 400;
}

.headernav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.headernav.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbarlinkwrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdownlink {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0.7rem 1.6rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #215a6d;
  font-size: 1.25vw;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.dropdownlink:hover {
  background-color: #acadad;
  color: #000;
}

.dropdownlink.w--current {
  color: #fff;
}

.dropdownlink.w--current:hover {
  color: #000;
}

.dropdownlink._2nd {
  margin-top: -0.5rem;
}

.navbarlink {
  position: relative;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #215a6d;
  font-size: 1.4vw;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.navbarlink:hover {
  color: #192229;
}

.navbarlink.w--current:hover {
  color: #acadad;
}

.navbarlink.dropdpwn:hover {
  font-style: normal;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 150;
  width: 100vw;
  height: 5rem;
  max-width: 100%;
  min-width: 100%;
  margin-top: 0.5rem;
  background-color: transparent;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: height 300ms ease, background-color 300ms ease;
  transition: height 300ms ease, background-color 300ms ease;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list {
  top: 100%;
  bottom: auto;
  background-color: transparent;
}

.dropdown-list.w--open {
  position: absolute;
  display: block;
  background-color: transparent;
}

.new-item-wrapper {
  padding-right: 0.8vw;
  padding-left: 0.8vw;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120%;
  margin-top: 0.7rem;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link {
  text-decoration: none;
}

.link.navcontactlink {
  color: #fff;
}

.mapsection {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #fff;
}

.bg-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.bg-3.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-3.image.mapbg {
  display: none;
  opacity: 0.11;
}

.div-block-77 {
  height: 130px;
}

.title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 1.2;
  text-transform: none;
}

.nowrap {
  white-space: nowrap;
}

.text-span-28 {
  color: #77628c;
}

.div-block-78 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 3rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lightbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 25vw;
  max-height: 18.75rem;
  margin-right: -1px;
  margin-left: -1px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.team-image-lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 2.45rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/wheelchairvan1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-background-image.van1 {
  background-image: url('../images/wheelchairvan1_1.jpg');
}

.team-background-image.van2 {
  background-image: url('../images/87589.jpeg');
}

.team-background-image.van3 {
  background-image: url('../images/87591.jpeg');
}

.team-background-image.ramp1 {
  background-image: url('../images/ramp1_1.jpg');
}

.team-background-image.ramp2 {
  background-image: url('../images/ramp3_1.jpg');
}

.team-background-image.ramp3 {
  background-image: url('../images/ramp4_2ramp4_1.jpg');
  background-position: 50% 10%;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(38, 24, 15, 0.55);
}

.overlay.extra-light {
  background-color: rgba(4, 57, 75, 0.35);
}

.team-image-location {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-location-icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/zoominicon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bold-text {
  color: #77628c;
}

.paragraph-3 {
  max-width: 80%;
  margin-bottom: 0.4rem;
}

.buttomdc {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-13 {
  width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-14 {
  position: absolute;
  right: 10px;
  display: none;
  min-width: 180px;
}

.text-block-11 {
  position: absolute;
  bottom: 20px;
  display: none;
  width: 200px;
  padding: 11px;
  border-radius: 5px;
  background-color: rgba(20, 30, 37, 0.77);
  box-shadow: 1px 1px 10px 0 rgba(25, 34, 41, 0.39);
  color: #fff;
  font-size: 14.5px;
  line-height: 1.2;
  text-align: center;
}

.para_s {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.45;
}

.para_s.format1 {
  margin-top: 0.75rem;
  font-style: italic;
}

.subfootertext-3 {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 0.93rem;
  line-height: 1.3;
  text-align: left;
}

.footer-text {
  margin-bottom: 0.4rem;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 1.07rem;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
}

.footer-text.footerlink:hover {
  color: #fff;
}

.footer-text.format1 {
  color: #2f3c46;
}

.footer_icon-3 {
  height: 1.125rem;
  margin-top: 0.2rem;
  margin-right: 0.8rem;
  font-style: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.section_m {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.section_m.dc1 {
  background-color: #eef9f8;
}

.formwrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}

.formwrapper.wpadding {
  margin-top: 1rem;
  background-color: transparent;
}

.text-block-12 {
  margin-bottom: 3px;
  margin-left: 10px;
  font-size: 1.0625rem;
}

.paragraph-30 {
  margin-bottom: 0.9375rem;
}

.line-icon-3 {
  position: absolute;
  width: 1.125rem;
  min-height: 3px;
  background-color: #515457;
}

.jobwrapper-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-5 {
  margin-left: 10px;
  padding-left: 30px;
}

.line-icon-4 {
  position: absolute;
  width: 3px;
  min-height: 1.125rem;
  background-color: #515457;
}

.dropdowniconwrapper-2 {
  position: absolute;
  left: auto;
  top: 0.625rem;
  right: 0.625rem;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 2.8125rem;
  min-height: 2.8125rem;
  min-width: 2.8125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000rem;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(4, 57, 75, 0.35);
  cursor: pointer;
}

.jobdescriptionwrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(172, 173, 173, 0.16);
  box-shadow: 0 0 3px 0 rgba(63, 19, 9, 0.2);
  color: #515457;
}

.dropdowncontent {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.jobcontentwrapper-2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 5px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-23 {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.paragraph-27 {
  margin-bottom: 0px;
  font-size: 1rem;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-80 {
  margin-bottom: 1rem;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-29 {
  display: inline-block;
  margin-top: 0.625rem;
}

.list-copy {
  display: -ms-grid;
  display: grid;
  min-width: 80%;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
  padding-left: 1.25rem;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-37 {
  text-align: left;
}

.mapcontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mapcontainer {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 84vw;
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mapwrapper {
  position: relative;
  display: none;
  width: 38vw;
  max-width: 27rem;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
  padding-right: 5vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.list-item {
  font-size: 1.07rem;
  list-style-type: disc;
}

.list-item.listspace {
  height: 0.6rem;
  color: transparent;
  list-style-type: none;
}

.div-block-81 {
  position: absolute;
  left: 1%;
  top: 0.7%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 86.9%;
  height: 66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1000px;
}

.div-block-81.mapblur {
  background-color: hsla(0, 0%, 100%, 0.42);
}

.space_s {
  height: 2rem;
}

.image-15 {
  height: 0.8rem;
  margin-top: 0.2rem;
  margin-bottom: 0.7rem;
}

.image-16 {
  height: 0.8rem;
  margin-top: 0.2rem;
  margin-bottom: 0.7rem;
  opacity: 0.5;
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}

.backtop {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  z-index: 30;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 1000px;
  background-color: #aa9a58;
  background-image: url('../images/arrow1.png');
  background-position: 50% 52%;
  background-size: 40%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(12, 54, 78, 0.35);
  -webkit-transition: background-position 200ms ease, -webkit-transform 300ms ease-in;
  transition: background-position 200ms ease, -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in, background-position 200ms ease;
  transition: transform 300ms ease-in, background-position 200ms ease, -webkit-transform 300ms ease-in;
}

.backtop:hover {
  background-position: 50% 40%;
  -webkit-transform: translate(0px, -0.5rem);
  -ms-transform: translate(0px, -0.5rem);
  transform: translate(0px, -0.5rem);
}

.paragraph-38 {
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
}

.paragraph-38.last {
  margin-bottom: 2rem;
}

.top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5e4), to(#e5e5df));
  background-image: linear-gradient(180deg, #f4f5e4, #e5e5df);
}

.navigation {
  position: absolute;
  left: 0%;
  top: -8.2rem;
  right: 0%;
  bottom: auto;
  width: 100%;
}

.text-span-30 {
  display: inline-block;
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
  font-size: 1.07rem;
  font-weight: 300;
  text-transform: none;
}

@media screen and (min-width: 1440px) {
  .container.heroc {
    margin-top: 5vw;
    margin-bottom: 7vw;
  }

  .navbarlinkwrapper {
    line-height: 1.6;
  }

  .roatewrapper {
    position: relative;
  }

  .nav-link-drop-down {
    display: inline-block;
  }

  .jobdescriptiondropdownwrapper {
    display: inline-block;
    margin-top: 4px;
  }

  .nav-link-drop-down-2 {
    display: inline-block;
    margin-top: 4px;
    line-height: 1em;
  }

  .dropdown-list-wrapper:hover {
    font-style: normal;
    font-weight: 400;
  }

  .dropdownlink {
    border-radius: 0px;
    font-size: 1.07rem;
    line-height: 1.6;
  }

  .navbarlink {
    font-size: 1.125rem;
  }

  .dropdown-list:hover {
    font-style: normal;
    font-weight: 400;
  }

  .list-5 {
    margin-top: 7px;
  }
}

@media screen and (min-width: 1920px) {
  .heroheading {
    font-size: 5rem;
  }

  .body {
    font-size: 1.8rem;
  }

  .herosection {
    padding-top: 18rem;
    padding-bottom: 21.3rem;
  }

  .bluebutton {
    padding: 1.3rem 2.8rem;
    font-size: 1.7rem;
  }

  .bluebutton.tbgb.wicon {
    padding-left: 2.05rem;
  }

  .homecardsection {
    margin-bottom: 0rem;
  }

  .section_l {
    padding-top: 7.6rem;
    padding-bottom: 7.6rem;
  }

  .title_xxl {
    font-size: 3.7rem;
  }

  .title_l {
    font-size: 2.5rem;
    line-height: 1.4;
  }

  .differ_font {
    font-size: 5rem;
  }

  .div-block-10 {
    padding: 7rem 4.3rem 6rem 4.6rem;
  }

  .title_xl {
    font-size: 3.3rem;
  }

  .image-2 {
    margin-bottom: 3rem;
  }

  .div-block-12 {
    margin-bottom: 6rem;
    padding-right: 4.1rem;
    padding-left: 4.1rem;
  }

  .homepmcard {
    padding: 3rem 3.15rem 3.5rem;
  }

  .circlebutton {
    width: 7rem;
    height: 7rem;
    font-size: 1.5rem;
  }

  .topsectiontitle {
    font-size: 4rem;
  }

  .topsection {
    padding-top: 18rem;
    padding-bottom: 8rem;
  }

  .overflow.tabbutton {
    top: -10rem;
  }

  .div-block-21 {
    margin-top: 7rem;
  }

  .list {
    grid-row-gap: 0.5rem;
  }

  .listitem {
    font-size: 1.6rem;
  }

  .paragraph-16 {
    margin-top: 1rem;
    margin-bottom: 3.7rem;
  }

  .tablink {
    height: 5rem;
  }

  .tabs {
    top: -10rem;
    margin-bottom: -10rem;
  }

  .div-block-26 {
    padding: 2.1rem 3.1rem;
    grid-column-gap: 2.15rem;
  }

  .cardparagraph {
    margin-top: 0.6rem;
  }

  .paragraph-21 {
    margin-bottom: 1rem;
  }

  .image-7 {
    width: 3rem;
    margin-top: 0.3rem;
    margin-right: 1.5rem;
  }

  .div-block-28 {
    grid-row-gap: 1.5rem;
  }

  .footer-content-block.format1 {
    margin-top: -6rem;
  }

  .sub-footer-3 {
    margin-top: 4.2rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .footwrapper {
    padding-top: 5rem;
  }

  .footertitle {
    margin-bottom: 2rem;
    font-size: 3rem;
  }

  .title_m {
    font-size: 2.2rem;
  }

  .title_m.format1 {
    margin-top: 1.4rem;
  }

  .paymenticon {
    height: 2.5rem;
  }

  .div-block-60 {
    grid-row-gap: 4.5rem;
  }

  .div-block-61 {
    padding: 3rem 3.4rem;
  }

  .image-11 {
    height: 5.9rem;
    margin-right: 3rem;
    margin-bottom: 1.3rem;
  }

  .div-block-73 {
    margin-bottom: 4rem;
  }

  .h3-2.faq-title {
    font-size: 2rem;
  }

  .paragraph-2 {
    margin-top: 1.4rem;
  }

  .logo {
    height: 10rem;
    padding: 1rem 1.35rem 1.35rem;
  }

  .nav-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .div-block-76 {
    grid-column-gap: 2rem;
  }

  .dropdown-list-wrapper {
    margin-top: 1.2rem;
  }

  .dropdownlink {
    padding: 1.2rem 2.9rem 1rem;
    font-size: 1.55rem;
  }

  .dropdownlink._2nd {
    margin-top: -0.7rem;
  }

  .navbarlink {
    font-size: 1.7rem;
  }

  .navbar {
    height: 7.8rem;
    margin-top: 2rem;
  }

  .mapsection {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }

  .div-block-78 {
    margin-top: 5rem;
  }

  .lightbox {
    max-height: 25rem;
  }

  .team-location-icon-2 {
    width: 4rem;
    height: 4rem;
  }

  .paragraph-3 {
    margin-bottom: 0.7rem;
  }

  .buttomdc {
    right: 30px;
    bottom: 20px;
  }

  .image-13 {
    width: 85px;
  }

  .para_s {
    font-size: 1.5rem;
  }

  .subfootertext-3 {
    font-size: 1.4rem;
  }

  .footer-text {
    margin-bottom: 0.7rem;
    font-size: 1.6rem;
  }

  .footer_icon-3 {
    height: 1.75rem;
    margin-top: 0.27rem;
    margin-right: 1.1rem;
  }

  .section_m {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }

  .text-block-12 {
    font-size: 1.55rem;
  }

  .line-icon-3 {
    width: 1.5rem;
  }

  .line-icon-4 {
    min-height: 1.5rem;
  }

  .dropdowniconwrapper-2 {
    width: 3.7rem;
    min-height: 3.7rem;
    min-width: 3.7rem;
  }

  .jobdescriptionwrapper-2 {
    padding: 1.225rem 2.35rem;
  }

  .paragraph-23 {
    margin-bottom: 1.85rem;
  }

  .paragraph-27 {
    font-size: 1.4rem;
  }

  .list-copy {
    grid-column-gap: 3rem;
  }

  .mapcontainer {
    grid-column-gap: 5.5vw;
    grid-row-gap: 2rem;
  }

  .mapwrapper {
    max-width: 35rem;
  }

  .list-item {
    font-size: 1.6rem;
  }

  .image-15 {
    height: 1.1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

  .image-16 {
    height: 1.1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

  .backtop {
    width: 4.7rem;
    height: 4.7rem;
  }

  .paragraph-38 {
    margin-top: 0.9rem;
  }

  .paragraph-38.last {
    margin-bottom: 4rem;
  }

  .navigation {
    top: -12rem;
  }

  .text-span-30 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .container.footerc {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .homeservicewrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bg.homes1ba2 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #59ade6), color-stop(45%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #59ade6 5%, hsla(0, 0%, 100%, 0) 45%);
  }

  .bg.yellocover {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0rem;
  }

  .bg.yellocoverwrapper {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0rem;
  }

  .herosection {
    min-height: 0vh;
    padding-top: 11.3rem;
    padding-bottom: 13rem;
  }

  .homecardparag {
    font-size: 17px;
    line-height: 1.4;
  }

  .title_xxl.format1 {
    text-align: center;
  }

  .title_l {
    font-size: 1.6rem;
  }

  .section_0 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(95%, #eee));
    background-image: linear-gradient(180deg, transparent 94%, #eee 95%);
  }

  .div-block-10 {
    padding-top: 6.5rem;
  }

  .image-2 {
    width: 30%;
    max-width: 150px;
    margin-top: 1.875rem;
    margin-right: 0rem;
    margin-bottom: 1.875rem;
  }

  .div-block-12 {
    left: 0vw;
    margin-bottom: 0rem;
  }

  .div-block-13 {
    left: 0vw;
  }

  .image-3 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0rem;
  }

  .div-block-14 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .homepmcard {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .div-block-15 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .topsectiontitle {
    font-size: 2.4rem;
  }

  .div-block-18 {
    margin-bottom: 7px;
  }

  .overflow.tabbutton {
    left: 40%;
  }

  .tablink {
    width: 20%;
  }

  .footer-content-block {
    margin-bottom: 0px;
    text-align: left;
  }

  .footer-content-block.format1 {
    padding: 1.9rem 2rem 2.6rem;
  }

  .nav-link-drop-down {
    font-size: 25px;
  }

  .nav-link-drop-down.dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .button-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-71 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-60 {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-61 {
    padding: 2.4rem 2.8rem;
  }

  .div-block-75 {
    padding-right: 0vw;
  }

  .jobdescriptiondropdownwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    font-size: 25px;
  }

  .logo {
    width: 50vw;
  }

  .navbuttonicons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    min-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-link-drop-down-2 {
    font-size: 25px;
  }

  .nav-link-drop-down-2.dropdown {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .hearder-button-line-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .div-block-76 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    height: 100vh;
    padding-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-block-4 {
    margin-bottom: 10px;
    font-size: 1.07rem;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
  }

  .button-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-11 {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 4px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-11.hide {
    display: block;
    margin-top: auto;
    padding-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #2f3c46;
  }

  .dropdown-list-wrapper {
    margin-top: 0.3125rem;
    margin-bottom: -0.3125rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-list-wrapper.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    padding: 25px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-button {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    padding: 0px;
    -webkit-perspective: 10000px;
    perspective: 10000px;
    -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
    transition: background-color 300ms ease, -webkit-transform 300ms ease;
    transition: background-color 300ms ease, transform 300ms ease;
    transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 30px;
  }

  .nav-menu-button:hover {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }

  .nav-menu-button.w--open {
    background-color: rgba(255, 255, 255, 0.38);
  }

  .headernav {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .headernav.left {
    margin-bottom: 0px;
  }

  .dropdownlink {
    padding: 0rem 0rem 0.1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    white-space: normal;
  }

  .dropdownlink:hover {
    background-color: transparent;
    color: #215a6d;
  }

  .dropdownlink.w--current:hover {
    color: #acadad;
  }

  .dropdownlink._2nd {
    margin-top: 0rem;
  }

  .navbarlink {
    font-size: 1.07rem;
    text-align: center;
  }

  .navbarlink.dropdpwn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbarlink.main {
    color: #3ca1a1;
    font-size: 18px;
    text-transform: uppercase;
  }

  .text-block-10 {
    margin-top: 2px;
    margin-bottom: 3px;
    font-size: 15.5px;
    line-height: 1.5;
  }

  .hearder-button-line-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .navmenu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: auto;
    height: 100vh;
    max-height: 100vh;
    margin-top: -0.5rem;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.03)), to(hsla(0, 0%, 100%, 0.03)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.03), hsla(0, 0%, 100%, 0.03));
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, 0.08), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
  }

  .dropdown-list {
    position: relative;
    left: auto;
    top: 0%;
  }

  .dropdown-list.w--open {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .new-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .brand {
    margin-top: 0.3rem;
  }

  .link.navcontactlink {
    color: #2f3c46;
  }

  .hearder-button-line-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .mapsection {
    padding-bottom: 5rem;
  }

  .title {
    font-size: 65px;
  }

  .paragraph-3 {
    max-width: 90%;
  }

  .image-13 {
    height: 45px;
    padding: 6px;
    border: 2px solid #fff;
    border-radius: 1000px;
    background-color: rgba(15, 46, 123, 0.35);
  }

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

  .jobcontentwrapper-2 {
    padding-top: 0px;
  }

  .div-block-36 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-copy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-37 {
    margin-bottom: 0.5rem;
  }

  .mapcontentwrapper {
    display: none;
  }

  .mapcontainer {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mapwrapper {
    width: 55vw;
    max-width: 21rem;
    margin-top: 0.2rem;
    margin-bottom: 1.5rem;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .navdrop-placeholder {
    height: 0.7rem;
    margin-top: 2px;
    margin-bottom: 3px;
    font-size: 15.5px;
    line-height: 1.5;
  }

  .image-15 {
    margin-bottom: 0.9rem;
  }

  .image-16 {
    margin-bottom: 0.9rem;
  }

  .paragraph-38.last {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .container.footerc {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heroheading {
    font-size: 2.7rem;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .button-2 {
    font-size: 16px;
  }

  .body {
    font-size: 1.07rem;
  }

  .bluebutton {
    font-size: 1.07rem;
  }

  .section_l.special {
    padding-bottom: 0px;
  }

  .title_xxl {
    font-size: 2.4rem;
  }

  .title_l.format2 {
    margin-right: 0.6rem;
  }

  .differ_font {
    font-size: 2.8rem;
  }

  .div-block-10 {
    width: 100%;
    padding-top: 5rem;
    padding-right: 3.2rem;
  }

  .title_xl {
    font-size: 2rem;
  }

  .title_xl.format1 {
    text-align: center;
  }

  .image-2 {
    max-width: 100px;
    margin-top: 1.25rem;
    margin-right: 2.5rem;
  }

  .div-block-12 {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-13 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(78%, #215a6d), color-stop(0, #eee));
    background-image: linear-gradient(180deg, #215a6d 78%, #eee 0);
  }

  .image-3 {
    width: 95%;
  }

  .image-3.mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    opacity: 0.4;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .homepmwrapper {
    margin-top: 1rem;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .homepmcard {
    width: 80%;
    box-shadow: 0 6px 10px -1px #414141;
  }

  .homepmcard.main {
    width: 100%;
  }

  .circlebutton {
    font-size: 1rem;
  }

  .topsectiontitle {
    max-width: 60vw;
    font-size: 2.1rem;
  }

  .div-block-18 {
    margin-top: 10px;
  }

  .overflow.tabbutton {
    top: -9rem;
  }

  .paragraph-15 {
    line-height: 1.6;
  }

  .div-block-21 {
    margin-top: 4rem;
  }

  .list {
    padding-left: 30px;
    justify-items: start;
    grid-row-gap: 0.2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .listitem {
    font-size: 1rem;
  }

  .tablink.tabbutton {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs {
    top: -9rem;
    margin-bottom: -9rem;
  }

  .div-block-26 {
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-27 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .vline {
    width: 100%;
    height: 1px;
  }

  .paragraph-21 {
    text-align: left;
  }

  .div-block-28 {
    justify-items: center;
  }

  .footer-content-block.format1 {
    margin-bottom: 0.8rem;
  }

  .space-2 {
    font-size: 12px;
  }

  .footertitle {
    font-size: 1.875rem;
    text-align: left;
  }

  .nav-link-drop-down.dropdown {
    background-color: transparent;
  }

  .link-5.mobile-only {
    display: none;
  }

  .button-3 {
    font-size: 16px;
  }

  .title_m {
    font-size: 1.25rem;
  }

  .paragraph-29 {
    margin-top: 18px;
  }

  .div-block-71 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .space_l {
    height: 3rem;
  }

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

  .h3-2 {
    margin-bottom: 13px;
    font-size: 22px;
  }

  .h3-2.faq-title {
    margin-right: 50px;
  }

  .h3-2.faq-title {
    margin-right: 3.125rem;
  }

  .dropdown-list-wrapper.w--open {
    margin-left: 0px;
    text-align: left;
  }

  .headernav {
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .navmenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .dropdown-list.w--open {
    padding-top: 5px;
    text-align: left;
  }

  .brand {
    padding-left: 0px;
  }

  .mapsection {
    padding-top: 7rem;
  }

  .title {
    font-size: 55px;
  }

  .div-block-78 {
    overflow: auto;
    width: 100vw;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
  }

  .lightbox {
    width: 25vw;
    min-height: 12.5rem;
    min-width: 12.5rem;
  }

  .team-image-location {
    display: none;
  }

  .paragraph-3 {
    max-width: 100%;
    line-height: 1.6;
  }

  .para_s {
    font-size: 0.95rem;
  }

  .subfootertext-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-text {
    font-size: 1.05rem;
  }

  .section_m {
    padding-bottom: 3.125rem;
  }

  .formwrapper {
    width: 90vw;
  }

  .paragraph-30 {
    margin-bottom: 0.625rem;
  }

  .list-5 {
    padding-left: 25px;
  }

  .dropdowncontent {
    margin-top: 0.4rem;
  }

  .jobcontentwrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .paragraph-23 {
    margin-bottom: 1.5625rem;
  }

  .list-copy {
    width: 100%;
  }

  .mapcontainer {
    width: 84vw;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mapwrapper {
    width: 75%;
    max-width: 18rem;
    margin-bottom: 1rem;
  }

  .list-item {
    font-size: 1.05rem;
  }

  .space_s {
    height: 1rem;
  }

  .image-15 {
    height: 0.6rem;
  }

  .image-16 {
    height: 0.6rem;
  }

  .backtop {
    right: 17px;
    bottom: 17px;
  }

  .top {
    height: auto;
  }

  .text-span-30 {
    font-size: 1rem;
  }
}

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

  .heroheading {
    font-size: 1.9rem;
    line-height: 1.3;
  }

  .button-2 {
    margin-bottom: 0px;
  }

  .bg.homes1bg {
    -o-object-position: 65% 50%;
    object-position: 65% 50%;
  }

  .bg.sectioncover {
    top: 99.5%;
  }

  .footerparagraph {
    font-size: 16px;
  }

  .subfooterwrapper {
    width: 80%;
  }

  .body {
    line-height: 1.5;
  }

  .herosection {
    padding-top: 8.3rem;
    padding-bottom: 9.5rem;
  }

  .bluebutton {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .bluebutton.herobutton {
    background-color: #3ca1a1;
  }

  .bluebutton.herobutton:hover {
    background-color: #77628c;
  }

  .bluebutton.tbgb.wicon {
    padding-left: 1rem;
  }

  .buttontext {
    white-space: normal;
  }

  .section_l {
    padding-top: 3.7rem;
    padding-bottom: 3.7rem;
  }

  .title_xxl {
    font-size: 2rem;
  }

  .title_l {
    font-size: 1.35rem;
  }

  .differ_font {
    font-size: 2.5rem;
  }

  .div-block-10 {
    padding-top: 4rem;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .title_xl {
    font-size: 1.6rem;
  }

  .image-2 {
    width: 40%;
    margin-right: 0px;
  }

  .div-block-12 {
    padding-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .borderbutton {
    padding-right: 24px;
    padding-left: 24px;
  }

  .homepmcard {
    width: 90%;
    padding: 1.5rem 0.9375rem 1.9rem;
  }

  .homepmcard.main {
    width: 105%;
  }

  .div-block-16 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .topsectiontitle {
    max-width: none;
    font-size: 1.5625rem;
  }

  .topsection {
    padding-top: 8.75rem;
    padding-bottom: 3rem;
  }

  .topsectionwraaper {
    width: 100%;
  }

  .div-block-18 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overflow.tabbutton {
    display: none;
  }

  .overflow.mobile {
    display: block;
    margin-top: 30px;
  }

  .paragraph-15 {
    max-width: 100%;
  }

  .list {
    padding-left: 20px;
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tablink {
    width: 50%;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .tabs {
    top: -5rem;
    margin-bottom: -5rem;
  }

  .tabs-content {
    border-top-right-radius: 0rem;
  }

  .div-block-26 {
    padding: 5vw;
  }

  .vline {
    height: 1px;
  }

  .cardparagraph {
    font-size: 16px;
  }

  .footer-content-block.format1 {
    margin-top: -18vw;
    padding-top: 7vw;
    padding-right: 9vw;
    padding-left: 9vw;
  }

  .footer_icon-2 {
    height: 17px;
    margin-right: 10px;
  }

  .footwrapper {
    z-index: 51;
    padding-top: 14vw;
  }

  .footertitle {
    text-align: left;
  }

  .yellowbutton {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 3.8vw;
  }

  .link-5.mobile-only {
    display: block;
  }

  .button-3 {
    margin-bottom: 0px;
  }

  .title_m {
    font-size: 1.25rem;
  }

  .paymenticon {
    height: 1.7rem;
  }

  .space_l {
    height: 2.5rem;
  }

  .div-block-61 {
    padding: 1.6rem 1.3rem 1.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-11 {
    height: 3.75rem;
  }

  .div-block-64 {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .h3-2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .h3-2.faq-title {
    height: 40px;
    font-size: 20px;
  }

  .h3-2.faq-title {
    height: 2.5rem;
    font-size: 1.25rem;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

  .paragraph-2 {
    margin-top: 0.5rem;
    text-align: center;
  }

  .nav-container {
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-76 {
    width: 68vw;
    padding-top: 1.25rem;
  }

  .dropdown-list-wrapper.w--open {
    padding-top: 30px;
  }

  .dropdownlink {
    white-space: normal;
  }

  .navbar {
    height: 4.375rem;
  }

  .navmenu {
    padding-right: 5%;
    padding-left: 5%;
  }

  .new-item-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .link.navcontactlink {
    font-size: 15px;
  }

  .mapsection {
    padding-top: 6rem;
  }

  .div-block-77 {
    height: 110px;
  }

  .title {
    font-size: 45px;
    line-height: 1.3;
  }

  .subfootertext-3 {
    font-size: 0.9rem;
  }

  .footer_icon-3 {
    height: 1.1rem;
    margin-top: 0.18rem;
  }

  .section_m {
    padding-top: 2rem;
  }

  .formwrapper {
    width: 100vw;
  }

  .formwrapper.wpadding {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .text-block-12 {
    margin-left: 5px;
    font-size: 1.03125rem;
  }

  .line-icon-3 {
    width: 15px;
  }

  .list-5 {
    margin-bottom: 5px;
    margin-left: 5px;
    padding-left: 20px;
  }

  .line-icon-4 {
    min-height: 15px;
  }

  .dropdowniconwrapper-2 {
    top: 0.4375rem;
    width: 2.5rem;
    min-height: 2.5rem;
    min-width: 2.5rem;
  }

  .jobdescriptionwrapper-2 {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .jobcontentwrapper-2 {
    grid-row-gap: 5px;
  }

  .paragraph-23 {
    margin-bottom: 1.25rem;
  }

  .paragraph-27 {
    font-size: 0.95rem;
  }

  .list-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mapcontainer {
    width: 80vw;
  }

  .space_s {
    height: 0rem;
  }

  .backtop {
    width: 2.8125rem;
    height: 2.8125rem;
  }

  .paragraph-38 {
    margin-bottom: 0.2rem;
  }

  .paragraph-38.last {
    margin-bottom: 2rem;
  }
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fad-a1e276ac {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7a247793-6aba-20c4-4c81-6cb89d0bde09-a1e276ac {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcafb-a1e276ac {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcafe-a1e276ac {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcb2b-a1e276ac {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c5b575e2-debb-c87e-b98f-ed42aed9d00d-a1e276ac {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e2f-f300c91e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e5f-f300c91e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#contact.w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e7a-f300c91e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7b11aec2-bdcf-d8bc-df0e-a5af0d779ddb-93e276b4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a8ec92ef-35d2-5717-43eb-f76f08ea1bdf-93e276b4 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_09273e70-78ed-f89b-c448-8b2c29c5a978-93e276b4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_09273e70-78ed-f89b-c448-8b2c29c5a97d-93e276b4 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_94b07141-a414-af18-e64f-869f4f59f3c9-93e276b4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94b07141-a414-af18-e64f-869f4f59f3ce-93e276b4 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7b11aec2-bdcf-d8bc-df0e-a5af0d779ddb-1de276b6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a8ec92ef-35d2-5717-43eb-f76f08ea1bdf-1de276b6 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_09273e70-78ed-f89b-c448-8b2c29c5a978-1de276b6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_09273e70-78ed-f89b-c448-8b2c29c5a97d-1de276b6 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_94b07141-a414-af18-e64f-869f4f59f3c9-1de276b6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94b07141-a414-af18-e64f-869f4f59f3ce-1de276b6 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7b11aec2-bdcf-d8bc-df0e-a5af0d779ddb-7ae276bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a8ec92ef-35d2-5717-43eb-f76f08ea1bdf-7ae276bf {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_23783e0e-d580-1ad9-ef25-57e917c8dedf-7ae276bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_23783e0e-d580-1ad9-ef25-57e917c8dee4-7ae276bf {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dc0d3226-e8c6-f755-586c-c83da280c325-7ae276bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dc0d3226-e8c6-f755-586c-c83da280c32a-7ae276bf {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_44d4c49a-bd8f-4965-fb0b-8059860005c1-a1e276ac {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fad-a1e276ac {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }

  #w-node-b46eff14-45af-4474-85e9-56fa8045bc87-a1e276ac {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_26af2952-d42e-c961-c1eb-26c458026123-a1e276ac {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcafb-a1e276ac {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcb2b-a1e276ac {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcb2e-a1e276ac {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c5b575e2-debb-c87e-b98f-ed42aed9d00d-a1e276ac {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e2f-f300c91e {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e5f-f300c91e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #contact.w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e7a-f300c91e {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_44d4c49a-bd8f-4965-fb0b-8059860005c1-a1e276ac {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-b46eff14-45af-4474-85e9-56fa8045bc87-a1e276ac {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_7a247793-6aba-20c4-4c81-6cb89d0bde09-a1e276ac {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_7a247793-6aba-20c4-4c81-6cb89d0bde10-a1e276ac {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcb2b-a1e276ac {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e2f-f300c91e {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e5f-f300c91e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #contact.w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e7a-f300c91e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7a247793-6aba-20c4-4c81-6cb89d0bde10-a1e276ac {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}

