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

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

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

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;
  font-weight: 500;
  line-height: 34px;
}

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

p {
  margin-bottom: 0;
}

ul {
  padding-left: 40px;
  list-style-type: disc;
}

img {
  display: block;
}

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

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

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

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

.container {
  width: 84vw;
  max-width: 110rem;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.heroc {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .39), 0 1px 50px #fff;
  align-items: flex-start;
  margin-top: 5vw;
  margin-bottom: 5.5vw;
  display: flex;
}

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

.heroheading {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2rem;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.protected-form {
  flex-direction: column;
  display: flex;
}

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

.navbarlinkwrapper {
  overflow: hidden;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

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

.bg.homes1bg {
  width: 100%;
  filter: contrast(85%) brightness(120%);
  object-position: 50% 56%;
}

.bg.homes1ba2 {
  width: 100%;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(182deg, #ebf6ff 1%, rgba(247, 251, 254, .59) 23%, rgba(255, 255, 255, .16) 47%, rgba(255, 255, 255, .16) 57%, rgba(255, 255, 255, 0) 73%);
}

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

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

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

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

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

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

.bg.topsectionbg {
  width: 100%;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(182deg, rgba(195, 218, 228, .58) 2%, rgba(132, 165, 192, .15) 39%, rgba(0, 69, 124, .3) 99%);
}

.bg.pricing {
  background-color: #fff;
  border: .625rem solid #00457c;
}

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

.footer {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

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

.herosection {
  min-height: 85vh;
  color: #00457c;
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 16rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bluebutton {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #00adef;
  border-radius: .5rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .8rem 2.1rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.bluebutton.tbgb {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  transition: background-color .3s, color .4s, transform .3s;
}

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

.bluebutton.tbgb.wicon {
  max-width: 88vw;
  flex-direction: row;
  align-items: flex-start;
  padding-left: 1.25rem;
  transition: background-color .3s, color .4s;
  display: flex;
}

.bluebutton.tbgb.wicon:hover {
  transform: ;
}

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

.bluebutton.tbgb.format1:hover {
  background-color: #e9f3f7;
}

.bg-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

.homecardparag {
  margin-bottom: 0;
}

.homecardsection {
  margin-bottom: .5rem;
  font-weight: 400;
  position: relative;
}

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

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

.title_xxl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

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

.title_l {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  line-height: 1.3;
}

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

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

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

.differ_font {
  color: #00adef;
  font-size: 3.2rem;
}

.section_0.format1 {
  background-color: #00457c;
  padding-top: 2.1rem;
  overflow: hidden;
}

.div-block-10 {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #00457c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 2.8rem 5rem 3.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.div-block-12 {
  z-index: 2;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding: 2.6rem 2.9rem 3.3rem;
  display: flex;
  position: relative;
  left: -3vw;
}

.borderbutton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 10px 35px;
  transition: color .4s, transform .3s;
  position: relative;
  overflow: hidden;
}

.borderbutton:hover {
  color: #105378;
}

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

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

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

.div-block-14 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

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

.homepmcard {
  z-index: 1;
  color: #00457c;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.2rem 1.85rem 2.5rem;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  box-shadow: 0 2px 40px -18px rgba(0, 15, 27, .3);
}

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

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

.homepmcard.main:hover {
  background-color: #a6cfe0;
}

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

.circlebutton {
  width: 5.3rem;
  height: 5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #e00016;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  font-size: 1.07rem;
  line-height: 1.3;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2px 7px rgba(250, 89, 105, .5);
}

.circlebutton:hover {
  color: #000;
}

.homepmcardwrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-16 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.topsection {
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  align-items: center;
  padding-top: 11.25rem;
  padding-bottom: 4.375rem;
  position: relative;
  overflow: hidden;
}

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

.detail-paragraph.subpage {
  color: #00457c;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

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

.image-4.p1 {
  object-position: 50% 21%;
}

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

.image-4.p4 {
  object-position: 50% 37%;
}

.topsectionwraaper {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.div-block-18.overflow {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

.overflow.mobile {
  display: none;
}

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

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

.div-block-20 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-15 {
  max-width: 93%;
  margin-bottom: .9rem;
}

.div-block-21 {
  min-width: 80%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
}

.list {
  min-width: 80%;
  grid-column-gap: 3rem;
  grid-row-gap: .3125rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
  display: grid;
}

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

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

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

.tablink {
  width: 15%;
  height: 3.3rem;
  color: #00457c;
  background-color: #e9f3f7;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.4;
  display: flex;
}

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

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

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

.tablink.tabbutton {
  width: auto;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  transition: background-color .3s;
}

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

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

.tabs-content {
  background-color: #00457c;
  border-radius: 0 1.5rem 1.5rem;
  box-shadow: 0 10px 50px -20px rgba(0, 15, 27, .3);
}

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

.div-block-26._3cols {
  grid-template-columns: 1fr auto 1fr auto 1fr;
}

.div-block-27 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vline {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .56);
}

.tabs-menu {
  display: flex;
}

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

.paragraph-21 {
  margin-bottom: .75rem;
  font-weight: 700;
}

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

.div-block-2 {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  width: 1.75rem;
  object-fit: contain;
  margin-top: .15rem;
  margin-bottom: .125rem;
  margin-right: .75rem;
}

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

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

.footer-content-block {
  min-width: 21vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-content-block.format1 {
  min-width: 24vw;
  background-color: #e9f3f7;
  border-radius: .5rem;
  margin-top: -5rem;
  margin-left: -3px;
  padding: 2rem 2.6rem;
  overflow: hidden;
  box-shadow: 0 -2px 10px -2px rgba(0, 15, 27, .12), 0 2px 40px -10px rgba(0, 15, 27, .3);
}

.footer-content-block.special {
  min-width: 20vw;
}

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

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

.footeritemwrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.link-4 {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
  display: inline;
}

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

.footerlink {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.footerlink:hover {
  color: rgba(255, 255, 255, .74);
}

.footwrapper {
  background-color: #00457c;
  background-image: linear-gradient(rgba(0, 15, 27, .3), rgba(0, 15, 27, .3));
  padding-top: 3.5rem;
  padding-bottom: 0;
  position: relative;
}

.footertitle {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s;
}

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

.footertitle.format1 {
  color: #000;
}

.nav-link-drop-down {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: color .35s;
}

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

.nav-link-drop-down.dropdown {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.yellowbutton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #ffd103;
  border-radius: 1000px;
  align-self: center;
  padding: 10px 35px;
  transition: background-color .3s, transform .3s;
  position: relative;
  overflow: hidden;
}

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

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

.button-3 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.title_m {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.4;
}

.title_m.format1 {
  margin-top: .65rem;
  font-style: italic;
}

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

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

.paragraph-29 {
  margin-top: 1.8rem;
  margin-bottom: .5rem;
  font-size: 1.3rem;
}

.div-block-71 {
  z-index: 3;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.paymenticon {
  height: 1.8rem;
  object-fit: contain;
  border-radius: 3px;
  margin-top: .5rem;
  margin-right: .35rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 15, 27, .3);
}

.paymenticon.speical {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff 32%, #fff 56%, rgba(0, 0, 0, 0));
}

.space_l {
  height: 4.5rem;
}

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

.div-block-61 {
  width: 100%;
  background-color: #e3e3e6;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.1rem 2rem 1.6rem;
  display: flex;
}

.image-11 {
  height: 3.5rem;
  object-fit: contain;
  flex: none;
  margin-bottom: 1.2rem;
}

.div-block-73 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.4rem;
  display: flex;
}

.text-span-20 {
  color: #00adef;
  font-weight: 700;
}



.iframecode.hide {
  display: block;
}

.div-block-75 {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 8vw;
  display: flex;
  position: relative;
}

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

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

.logo {
  height: 70%;
  object-fit: contain;
  flex: none;
  transition: all .35s ease-in;
  position: relative;
}

.logo:hover {
  transform-origin: 50%;
  transform: scale(.99);
}

.nav-link-drop-down-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: inline;
  position: static;
}

.nav-link-drop-down-2.dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.nav-container {
  height: 100%;
  max-width: 84%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-76 {
  width: 95%;
  height: 100%;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
}

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

.dropdown-list-wrapper {
  background-color: #eee;
  border-radius: .3rem;
  flex-direction: column;
  align-items: stretch;
  margin-top: .75rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px 15px -5px rgba(0, 15, 27, .3);
}

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

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

.headernav {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.headernav.left {
  justify-content: flex-end;
}

.navbarlinkwrapper-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdownlink {
  color: #00457c;
  text-align: center;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: .7rem 1.6rem;
  font-size: 1.25vw;
  text-decoration: none;
  transition: color .3s;
}

.dropdownlink:hover {
  background-color: rgba(255, 255, 255, .56);
}

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

.navbarlink {
  color: #00457c;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: color .35s;
  display: inline;
  position: relative;
}

.navbarlink:hover {
  color: #e00016;
}

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

.navbar {
  z-index: 150;
  width: 100vw;
  height: 5rem;
  max-width: 100%;
  min-width: 100%;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, 0);
  margin-top: .5rem;
  transition: height .3s, background-color .3s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navmenu {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  top: 100%;
  bottom: auto;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
}

.new-item-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: .8vw;
  padding-right: .8vw;
  display: flex;
}

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

.brand {
  width: 30%;
  height: 120%;
  border-radius: 1rem;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-left: -.3rem;
  margin-right: auto;
  display: flex;
}

.link {
  text-decoration: none;
}

.link.navcontactlink {
  color: #fff;
}

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

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

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

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

.pagewrap {
  width: 100vw;
  overflow: hidden;
}

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

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

.nowrap {
  white-space: nowrap;
}

.text-span-28 {
  color: #e00016;
}

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

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

.team-image-lightbox {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.45rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.overlay.extra-light {
  background-color: rgba(0, 15, 27, .3);
}

.team-image-location {
  z-index: 10;
  width: 100%;
  height: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.bold-text {
  color: #00adef;
}

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

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

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

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

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

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

.para_s.ratesp2nd {
  margin-top: -.5rem;
  margin-bottom: 2rem;
}

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

.footer-text {
  color: rgba(255, 255, 255, .85);
  text-align: left;
  margin-bottom: .4rem;
  font-size: 1.07rem;
  line-height: 1.5;
  text-decoration: none;
}

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

.footer-text.format1 {
  color: #000;
}

.footer-text.format1._2 {
  margin-bottom: .1rem;
}

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

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

.formwrapper {
  z-index: 2;
  width: 100%;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: .2rem;
  position: relative;
}

.formwrapper.wpadding {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1rem;
}

.formcontentwrapper {
  z-index: 3;
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.div-block-36 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.mapcontentwrapper {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.list-item.sapceholder {
  height: .7rem;
  color: rgba(0, 0, 0, 0);
  list-style-type: none;
}

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

.div-block-81.mapblur {
  background-color: rgba(255, 255, 255, .42);
}

.space_s {
  height: 2rem;
}

.dec-16 {
  z-index: 2;
  width: 3vw;
  height: 3vw;
  filter: brightness(120%);
  object-fit: fill;
  background-color: #e00016;
  border-radius: .5rem;
  margin-top: .2rem;
  margin-bottom: .7rem;
  position: absolute;
  top: auto;
  bottom: -2.3rem;
  left: -2%;
  right: auto;
}

.backtop {
  z-index: 30;
  width: 2.9rem;
  height: 2.9rem;
  background-color: #000;
  background-image: url('../images/arrow1.png');
  background-position: 50% 52%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 1000px;
  transition: transform .3s ease-in, background-position .2s;
  display: none;
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  box-shadow: 1px 1px 3px rgba(12, 54, 78, .35);
}

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

.topnav {
  height: 0;
  background-image: linear-gradient(#f4f5e4, #e5e5df);
  display: flex;
  position: relative;
}

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

.section_xl {
  padding-top: 6rem;
  padding-bottom: 7.5rem;
  position: relative;
}

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

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

.jobcomtent {
  width: 100%;
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.jobdescriptionwrapper {
  box-shadow: none;
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

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

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

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

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

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

.arrow {
  display: inline-block;
}

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

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

.jobdescriptiondropdownwrapper {
  z-index: 5;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: flex;
  position: relative;
}

.dropdowniconwrapper {
  width: 2.8125rem;
  min-height: 2.8125rem;
  min-width: 2.8125rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: .625rem;
  bottom: auto;
  left: auto;
  right: .625rem;
  overflow: hidden;
  box-shadow: 0 0 5px -2px rgba(8, 38, 58, .3);
}

.list-item-3 {
  margin-bottom: 0;
}

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

.navbarbg {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 45px -18px rgba(0, 15, 27, .3);
}

.navbaranime1 {
  width: 100%;
  height: 7rem;
  position: absolute;
  top: 0;
}

.div-block-82 {
  margin-bottom: 2rem;
}

.link-6 {
  color: #e00016;
}

.div-block-90 {
  width: 100%;
  height: 100vh;
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
  display: grid;
}

.image-8 {
  width: 12rem;
  max-width: 80%;
  margin-bottom: 1rem;
}

.para_s-2 {
  margin-bottom: 0;
  font-size: 1.07rem;
}

.dec-15 {
  width: 2rem;
  height: 2rem;
  background-color: #00adef;
  border-radius: .5rem;
  margin-top: .2rem;
  margin-bottom: .7rem;
}

.text-span-30 {
  color: #fff;
  background-color: #e00016;
  border-radius: .2rem;
  margin-right: .2rem;
  padding: .1rem .5rem;
  display: inline-block;
}

.paragraph-33 {
  margin-top: .6rem;
  margin-bottom: 0;
}

.text-span-15 {
  font-size: 16px;
  font-weight: 400;
}

.div-block-55 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.5625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
  position: relative;
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: #c3ceda;
}

.divider-2.padding {
  margin-top: .5rem;
  margin-bottom: .9rem;
}

.ratewrapper-2 {
  z-index: 1;
  width: 100%;
  background-color: #e00016;
  margin-top: 1.25rem;
  margin-bottom: 1.5625rem;
  padding: 1.3rem 1.8rem 1.2rem;
}

.div-block-91 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricingtitle {
  z-index: 1;
  color: #000;
  text-align: center;
  margin-top: 2.1rem;
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-span-18 {
  color: #737373;
}

.detailrate {
  text-align: center;
  margin-bottom: 0;
}

.detailrate.sub {
  font-size: 1rem;
  font-style: italic;
}

.pricingtab {
  width: 100%;
  max-width: 31.25rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-text-2 {
  margin-top: .2rem;
  display: inline-block;
}

.ratetag-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.pricingcontentwrapper {
  z-index: 1;
  width: 100%;
  position: relative;
}

.text-span-31 {
  font-size: 1.4375rem;
}

.text-span-25 {
  margin-top: .5rem;
  font-weight: 700;
  display: inline-block;
}

.detailrates-2 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 0 2.5rem 2.5rem;
  display: flex;
}

.div-block-92 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

  .navbarlink {
    font-size: 1.125rem;
  }

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

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

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

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

  .bg.pricing {
    border-width: .875rem;
  }

  .body {
    font-size: 1.8rem;
  }

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

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

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

  .homecardsection {
    margin-bottom: 1rem;
  }

  .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: 4.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: 3.1rem 4.1rem 3.5rem;
  }

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

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

  .topsectiontitle {
    font-size: 4rem;
  }

  .topsectiontitle.left {
    margin-right: 1rem;
  }

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

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

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

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

  .listitem {
    font-size: 1.6rem;
  }

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

  .tablink {
    height: 5rem;
  }

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

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

  .cardparagraph {
    margin-top: .6rem;
  }

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

  .image-7 {
    width: 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;
  }

  .paragraph-29 {
    margin-top: 3.4rem;
    margin-bottom: 1.3rem;
    font-size: 2.1rem;
  }

  .paymenticon {
    height: 2.5rem;
  }

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

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

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

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

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

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

  .navbarlink {
    font-size: 1.7rem;
  }

  .navbar {
    height: 7.8rem;
  }

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

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

  .lightbox {
    max-height: 25rem;
  }

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

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

  .image-13 {
    width: 85px;
  }

  .para_s {
    font-size: 1.5rem;
  }

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

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

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

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

  .formwrapper {
    padding-top: 2rem;
  }

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

  .list-item.sapceholder {
    height: 1rem;
  }

  .dec-16 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    bottom: -3.9rem;
  }

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

  .navigation {
    top: -12rem;
  }

  .section_xl {
    padding-top: 9.3rem;
    padding-bottom: 11rem;
  }

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

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

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

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

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

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

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

  .image-8 {
    width: 20rem;
  }

  .para_s-2 {
    font-size: 1.5rem;
  }

  .dec-15 {
    width: 3rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
  }

  .paragraph-33 {
    margin-top: .5rem;
  }

  .div-block-55 {
    grid-row-gap: 2rem;
  }

  .divider-2.padding {
    margin-top: .7rem;
    margin-bottom: 1.3rem;
  }

  .ratewrapper-2 {
    margin-top: 2rem;
    margin-bottom: 2.4rem;
    padding: 1.7rem 3rem 1.6rem;
  }

  .pricingtitle {
    margin-top: 3.2rem;
    padding-left: 3.4rem;
    padding-right: 3.4rem;
    font-size: 2.3rem;
  }

  .detailrate.sub {
    font-size: 1.45rem;
  }

  .pricingtab {
    max-width: 40rem;
  }

  .text-span-31 {
    font-size: 1.9rem;
  }

  .detailrates-2 {
    padding-bottom: 3.7rem;
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }

  .div-block-92 {
    grid-column-gap: 1.5rem;
  }
}

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

  .heroheading {
    font-size: 2.3rem;
  }

  .button {
    justify-content: center;
  }

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

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

  .bg.yellocover, .bg.yellocoverwrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

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

  .homecardparag {
    line-height: 1.5;
  }

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

  .title_l {
    font-size: 1.6rem;
  }

  .section_0 {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 94%, #eee 95%);
  }

  .section_0.format2 {
    background-image: none;
  }

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

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

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

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

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

  .div-block-14 {
    align-items: center;
  }

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

  .topsectiontitle {
    font-size: 2.4rem;
  }

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

  .overflow.tabbutton {
    left: 40%;
  }

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

  .tablink {
    width: 20%;
  }

  .div-block-26._3cols {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .nav-link-drop-down.dropdown {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .div-block-71 {
    flex-direction: column;
  }

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

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

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

  .navbuttonicons {
    width: 60%;
    min-height: 18px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

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

  .nav-link-drop-down-2.dropdown {
    width: 100%;
    text-align: center;
    flex: none;
  }

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

  .div-block-76 {
    width: 60vw;
    height: 100vh;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    padding-top: 2rem;
    display: flex;
    position: relative;
  }

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

  .button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .div-block-11.hide {
    flex: none;
    margin-top: auto;
    padding-top: 20px;
    display: block;
  }

  .dropdown-list-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    margin-top: .3125rem;
    margin-bottom: -.3125rem;
  }

  .dropdown-list-wrapper.w--open {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    padding: 25px 10px;
    display: flex;
    position: static;
  }

  .nav-menu-button {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    perspective: 10000px;
    color: #fff;
    margin-right: -10px;
    padding: 0;
    font-size: 30px;
    transition: background-color .3s, transform .3s;
  }

  .nav-menu-button:hover {
    transform: scale(.96);
  }

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

  .headernav {
    flex-direction: column;
    flex: none;
    align-items: stretch;
    margin-bottom: 20px;
  }

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

  .dropdownlink {
    color: #000;
    text-align: center;
    white-space: normal;
    flex: none;
    padding: .1rem 0;
    font-size: 1rem;
  }

  .dropdownlink:hover {
    color: #00457c;
    background-color: rgba(0, 0, 0, 0);
  }

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

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

  .navbarlink:hover {
    color: #00457c;
  }

  .navbarlink.dropdpwn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .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;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navmenu {
    width: auto;
    height: 105vh;
    max-height: 105vh;
    background-color: #e3e3e6;
    background-image: linear-gradient(rgba(255, 255, 255, .03), rgba(255, 255, 255, .03));
    flex: none;
    margin-top: -.5rem;
    padding-left: 3%;
    padding-right: 3%;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: hidden;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, .08), 0 24px 38px rgba(18, 8, 80, .1);
  }

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

  .dropdown-list.w--open {
    flex-direction: column;
    align-items: center;
    position: static;
  }

  .new-item-wrapper {
    flex: none;
    justify-content: center;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .brand {
    width: 45%;
    height: 110%;
  }

  .link.navcontactlink {
    color: #000;
  }

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

  .title {
    font-size: 65px;
  }

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

  .div-block-36 {
    align-items: center;
  }

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

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

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

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

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

  .dec-16 {
    width: 2.7rem;
    height: 2.6rem;
    margin-bottom: .9rem;
    bottom: -3rem;
  }

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

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

  .dec-15 {
    margin-bottom: .9rem;
  }

  .div-block-55 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .ratewrapper-2 {
    margin-bottom: 1.25rem;
  }

  .pricingtab {
    width: 100%;
  }

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

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

  .heroheading {
    font-size: 2.2rem;
  }

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

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

  ._404-wrap {
    padding: 30px;
  }

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

  .bg.homes1ba2 {
    background-image: linear-gradient(182deg, #cce8ff 1%, rgba(247, 251, 254, .59) 23%, rgba(255, 255, 255, 0) 47%);
  }

  .body {
    font-size: 1.07rem;
  }

  .herosection {
    padding-top: 10rem;
  }

  .bluebutton {
    font-size: 1.07rem;
  }

  .title_xxl {
    font-size: 2.4rem;
  }

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

  .differ_font {
    font-size: 2.3rem;
  }

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

  .title_xl {
    font-size: 2rem;
  }

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

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

  .div-block-13 {
    background-image: linear-gradient(#00457c 78%, #eee 78%);
  }

  .image-3 {
    width: 95%;
  }

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

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

  .homepmcard {
    width: 80%;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .homepmcard.main {
    width: 100%;
  }

  .circlebutton {
    font-size: 1rem;
  }

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

  .topsection {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

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

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

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

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

  .list {
    grid-row-gap: .2rem;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .listitem {
    font-size: 1rem;
  }

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

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

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

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

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

  .cardparagraph {
    font-size: 1rem;
  }

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

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

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

  .nav-link-drop-down.dropdown {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .title_m {
    font-size: 1.25rem;
  }

  .paragraph-29 {
    margin-top: 1.2rem;
    font-size: 1.1rem;
  }

  .div-block-71 {
    flex-direction: column;
    align-items: center;
  }

  .space_l {
    height: 3rem;
  }

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

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

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

  .navmenu {
    flex-direction: row;
    align-items: stretch;
  }

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

  .brand {
    width: 50%;
    min-width: 45vw;
    padding-left: 0;
  }

  .mapsection {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .title {
    font-size: 55px;
  }

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

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

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

  .para_s {
    font-size: .95rem;
  }

  .subfootertext-3 {
    flex: 1;
  }

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

  .section_m {
    padding-bottom: 3.125rem;
  }

  .formwrapper {
    width: 90vw;
  }

  .list-copy {
    width: 100%;
  }

  .mapcontainer {
    width: 84vw;
    grid-template-columns: 1fr;
    align-content: stretch;
  }

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

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

  .space_s {
    height: 1rem;
  }

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

  .topnav {
    height: auto;
  }

  .section_xl {
    padding-top: 5.5rem;
    padding-bottom: 6.5rem;
  }

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

  .dropdowncontent {
    margin-top: .4rem;
  }

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

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

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

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

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

  .text-span-15 {
    font-size: 15px;
  }

  .div-block-55 {
    order: -1;
    grid-template-columns: 1fr;
  }

  .ratewrapper-2 {
    margin-top: 1.1rem;
  }

  .pricingtitle {
    margin-top: 2rem;
    font-size: 1.5rem;
  }

  .detailrate.sub {
    font-size: .95rem;
  }

  .text-span-31 {
    font-size: 1.3rem;
  }

  .detailrates-2 {
    padding-bottom: 2.3rem;
  }
}

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

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

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

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

  .bg.herocoverbg {
    width: 135%;
    max-width: none;
    left: -25%;
  }

  .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-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bluebutton.herobutton {
    background-color: #00adef;
  }

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

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

  .buttontext {
    white-space: normal;
  }

  .homecardsection {
    margin-bottom: 2rem;
  }

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

  .title_xxl {
    font-size: 2rem;
  }

  .title_l {
    font-size: 1.35rem;
  }

  .title_l.format1 {
    margin-bottom: .6rem;
  }

  .differ_font {
    font-size: 2rem;
  }

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

  .title_xl {
    font-size: 1.6rem;
  }

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

  .div-block-12 {
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
  }

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

  .homepmcard {
    width: 93%;
    padding: 1.5rem 6vw 1.9rem;
  }

  .homepmcard.main {
    width: 105%;
    padding-top: 2.1rem;
  }

  .div-block-16 {
    align-items: center;
  }

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

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

  .image-4.p4 {
    object-position: 9% 37%;
  }

  .topsectionwraaper {
    width: 100%;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
  }

  .overflow.tabbutton {
    display: none;
  }

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

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

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

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

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

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

  .div-block-26 {
    padding: 5.5vw 6vw;
  }

  .vline {
    height: 1px;
  }

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

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

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

  .footertitle {
    text-align: left;
  }

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

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

  .title_m {
    font-size: 1.25rem;
  }

  .title_m.format2 {
    text-align: center;
  }

  .paymenticon {
    height: 1.7rem;
  }

  .space_l {
    height: 2.5rem;
  }

  .div-block-61 {
    flex-direction: column;
    align-items: center;
    padding: 1.6rem 1.3rem 1.8rem;
  }

  .image-11 {
    height: 3.75rem;
  }

  .iframecode.hide {
    display: block;
  }

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

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

  .logo {
    height: 80%;
  }

  .nav-container {
    justify-content: space-between;
  }

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

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

  .nav-menu-button {
    transform: scale(.95);
  }

  .nav-menu-button:hover {
    transform: scale(.9);
  }

  .dropdownlink {
    white-space: normal;
  }

  .navbar {
    height: 4rem;
  }

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

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

  .brand {
    width: 75%;
    min-width: 0;
    margin-top: -.5vw;
  }

  .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: .9rem;
  }

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

  .section_m {
    padding-top: 2rem;
  }

  .formwrapper {
    width: 100vw;
  }

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

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

  .mapcontainer {
    width: 82vw;
  }

  .list-item.sapceholder {
    height: .4rem;
  }

  .space_s {
    height: 0;
  }

  .dec-16 {
    width: 3.8rem;
    left: -5%;
  }

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

  .section_xl {
    padding-top: 3.7rem;
    padding-bottom: 5rem;
  }

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

  .jobdescriptionwrapper {
    padding-top: .45rem;
    padding-bottom: .45rem;
  }

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

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

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

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

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

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

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

  .div-block-90 {
    grid-row-gap: 1.15rem;
  }

  .image-8 {
    width: 10.5rem;
    margin-bottom: .5rem;
  }

  .para_s-2 {
    font-size: 1rem;
  }

  .text-span-15 {
    font-size: 14px;
  }

  .ratewrapper-2 {
    margin-top: 1rem;
    margin-bottom: 1.3rem;
    padding: .9rem 8vw;
  }

  .pricingtitle {
    margin-top: 1.7rem;
    padding-left: 9vw;
    padding-right: 9vw;
    font-size: 1.35rem;
  }

  .pricingtab {
    width: 100%;
  }

  .detailrates-2 {
    padding-bottom: 10vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fad-48a1bc8c {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7a247793-6aba-20c4-4c81-6cb89d0bde09-48a1bc8c {
  justify-self: center;
}

#w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcafb-48a1bc8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcafe-48a1bc8c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2c5d52ad-94fc-194f-9dac-88032de0b57a-48a1bc8c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcb2b-48a1bc8c {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-c5b575e2-debb-c87e-b98f-ed42aed9d00d-48a1bc8c {
  justify-self: start;
}

#w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e2f-f300c91e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e5f-f300c91e {
  grid-area: 1 / 2 / 2 / 3;
}

#contact.w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e7a-f300c91e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_7b11aec2-bdcf-d8bc-df0e-a5af0d779ddb-48a1bc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ec92ef-35d2-5717-43eb-f76f08ea1bdf-48a1bc97 {
  align-self: center;
  justify-self: center;
}

#w-node-_09273e70-78ed-f89b-c448-8b2c29c5a978-48a1bc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09273e70-78ed-f89b-c448-8b2c29c5a97d-48a1bc97 {
  align-self: center;
  justify-self: center;
}

#w-node-_94b07141-a414-af18-e64f-869f4f59f3c9-48a1bc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94b07141-a414-af18-e64f-869f4f59f3ce-48a1bc97 {
  align-self: center;
  justify-self: center;
}

#w-node-_7b11aec2-bdcf-d8bc-df0e-a5af0d779ddb-48a1bc9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ec92ef-35d2-5717-43eb-f76f08ea1bdf-48a1bc9b {
  align-self: center;
  justify-self: center;
}

#w-node-_09273e70-78ed-f89b-c448-8b2c29c5a978-48a1bc9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09273e70-78ed-f89b-c448-8b2c29c5a97d-48a1bc9b {
  align-self: center;
  justify-self: center;
}

#w-node-_94b07141-a414-af18-e64f-869f4f59f3c9-48a1bc9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94b07141-a414-af18-e64f-869f4f59f3ce-48a1bc9b {
  align-self: center;
  justify-self: center;
}

#rates.w-node-eee991df-c085-1f08-5b79-86707d0080e8-48a1bca1, #w-node-_6aa40367-9562-0479-3674-580d7a9f5fce-48a1bca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4f8babb-1988-231f-ffdb-fca385d0d177-48a1bca1, #w-node-a4f8babb-1988-231f-ffdb-fca385d0d187-48a1bca1, #w-node-_8750ad04-7ca2-c1ff-6914-1322fc96e3f1-48a1bca1 {
  justify-self: start;
}

#w-node-_38b121d0-9d64-326f-f2ba-e4d79f7ebb37-48a1bca3, #w-node-_7b11aec2-bdcf-d8bc-df0e-a5af0d779ddb-ba3bb330 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ec92ef-35d2-5717-43eb-f76f08ea1bdf-ba3bb330 {
  align-self: center;
  justify-self: center;
}

#w-node-_09273e70-78ed-f89b-c448-8b2c29c5a978-ba3bb330 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09273e70-78ed-f89b-c448-8b2c29c5a97d-ba3bb330 {
  align-self: center;
  justify-self: center;
}

#w-node-_94b07141-a414-af18-e64f-869f4f59f3c9-ba3bb330 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94b07141-a414-af18-e64f-869f4f59f3ce-ba3bb330 {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_44d4c49a-bd8f-4965-fb0b-8059860005c1-48a1bc8c {
    grid-area: 2 / 1 / 3 / 2;
  }

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

  #w-node-b46eff14-45af-4474-85e9-56fa8045bc87-48a1bc8c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_26af2952-d42e-c961-c1eb-26c458026123-48a1bc8c, #w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcafb-48a1bc8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2c5d52ad-94fc-194f-9dac-88032de0b57a-48a1bc8c {
    grid-column: span 2 / span 2;
  }

  #w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcb2b-48a1bc8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcb2e-48a1bc8c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c5b575e2-debb-c87e-b98f-ed42aed9d00d-48a1bc8c {
    grid-area: 4 / 1 / 5 / 2;
  }

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

  #w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e5f-f300c91e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #contact.w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e7a-f300c91e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: auto;
  }
}

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

  #w-node-b46eff14-45af-4474-85e9-56fa8045bc87-48a1bc8c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7a247793-6aba-20c4-4c81-6cb89d0bde09-48a1bc8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7a247793-6aba-20c4-4c81-6cb89d0bde10-48a1bc8c, #w-node-_5b3ce2cb-b2f8-f8ce-f51b-c79dd23bcb2b-48a1bc8c {
    grid-area: 2 / 1 / 3 / 2;
  }

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

  #w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e5f-f300c91e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #contact.w-node-dcbd25a6-dc08-522d-1a2e-a7f00cee5e7a-f300c91e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a4f8babb-1988-231f-ffdb-fca385d0d16c-48a1bca1 {
    grid-column: span 1 / span 1;
  }

  #w-node-a4f8babb-1988-231f-ffdb-fca385d0d177-48a1bca1, #w-node-a4f8babb-1988-231f-ffdb-fca385d0d187-48a1bca1 {
    justify-self: auto;
  }

  #w-node-a4f8babb-1988-231f-ffdb-fca385d0d197-48a1bca1, #w-node-a4f8babb-1988-231f-ffdb-fca385d0d1ad-48a1bca1 {
    grid-column: span 1 / span 1;
  }
}

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

  #w-node-_2c5d52ad-94fc-194f-9dac-88032de0b57a-48a1bc8c {
    grid-column: span 1 / span 1;
  }
}


