.body {
  color: #525252;
  background-color: #fdfdfd;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.55;
}

.nav-container {
  height: 5rem;
  max-width: 95%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 1%;
  padding-right: 2%;
  display: flex;
}

.nav-container.navtop-container {
  height: 1.875rem;
  justify-content: flex-end;
  position: relative;
  top: 1.0625rem;
}

.navtop-paragraph {
  color: #525252;
  text-align: center;
  margin-bottom: 0;
  font-size: .875rem;
}

.navtop-paragraph.middledivider {
  color: #9e9e9e;
  margin-left: .7vw;
  margin-right: .7vw;
}

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

.navmenu {
  background-color: rgba(0, 0, 0, 0);
}

.header-arrow {
  font-size: 1.1vw;
  display: inline-block;
}

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

.navbarlinkwrapper {
  position: relative;
}

.brand {
  height: 6.875rem;
  flex-direction: row;
  justify-content: space-around;
  align-self: flex-end;
  align-items: center;
  margin-right: auto;
  display: flex;
}

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

.dropdown-list-wrapper {
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  margin-top: .625rem;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  display: flex;
  box-shadow: 0 3px 9px -3px rgba(44, 8, 8, .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;
}

.new-item-wrapper {
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}

.new-item-wrapper.button-mobile {
  display: none;
}

.dropdown-link-4 {
  color: #707070;
  text-align: center;
  white-space: nowrap;
  margin: .1rem 0;
  padding: .25rem 1.25rem;
  font-size: 1.3vw;
  text-decoration: none;
  transition: color .3s;
}

.dropdown-link-4:hover {
  color: #000;
}

.dropdown-link-4.w--current {
  color: #7a7a7a;
}

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

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

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

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

.text-block-2 {
  line-height: 1.6;
}

.navbar {
  z-index: 999;
  width: 100%;
  height: 6.875rem;
  max-width: 100%;
  min-width: 100%;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: #f7f7f7;
  flex-direction: column;
  transition: height .3s, background-color .3s;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 5px rgba(44, 8, 8, .3);
}

.navbarlink {
  color: #525252;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.5vw;
  font-weight: 700;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

.navbarlink:hover {
  color: #d72424;
}

.navbarlink.w--current {
  color: #d72424;
  font-weight: 700;
}

.navbarlink.dropdpwn {
  display: inline-block;
}

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

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

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

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

.bg.image.p1 {
  object-position: 0% 35%;
}

.bg.image.p2 {
  object-position: 0% 50%;
}

.bg.black {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: rgba(0, 0, 0, .32);
}

.bg.navbarlinkicon {
  z-index: -1;
  width: 0;
  height: 0;
  max-width: none;
  opacity: .35;
  transform-origin: 0%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  display: none;
  top: -5px;
  left: -13px;
  right: auto;
}

.bg.blackcover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .4) 27%, rgba(0, 0, 0, 0) 92%);
}

.bg.footergrad {
  width: 100%;
  background-color: #000;
}

.bg.blue {
  background-color: rgba(118, 129, 139, .65);
}

.bg.topsbg {
  width: 105%;
  height: 105%;
  max-width: none;
  filter: blur(3px);
  object-fit: cover;
  top: -2.5%;
  left: -2.5%;
}

.bg.footerimage {
  width: 100%;
  height: 100%;
  opacity: .43;
  filter: blur(5px);
  object-fit: cover;
  display: none;
}

.bg.buttonbg {
  transform-origin: 50% 100%;
  background-color: #d72424;
}

.bg.buttonbg.dc1 {
  background-color: #000;
}

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

.container.formcontainer {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  margin-top: -.625rem;
  margin-left: 6vw;
  margin-right: 6vw;
  padding: 1.9rem 1.9rem 1.875rem;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(44, 8, 8, .3);
}

.container.footerc {
  max-width: none;
}

.container.special {
  margin-left: auto;
  margin-right: auto;
}

.title_xxl {
  color: #f6f6fc;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.3;
}

.slider {
  height: 500px;
  min-height: 85vh;
  min-width: 100vw;
}

.slide {
  height: 100%;
  overflow: hidden;
}

.left-arrow, .right-arrow {
  display: none;
}

.slidewrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-left: 8vw;
  margin-right: 8vw;
  padding-top: 6rem;
  padding-bottom: 6.88rem;
  display: flex;
  position: relative;
}

.button1 {
  color: #fffcfd;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #d72424;
  align-self: center;
  padding: .625rem 2.18rem;
  text-decoration: none;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.button1:hover {
  margin-top: -3px;
  margin-bottom: 3px;
  box-shadow: 0 5px 5px -5px rgba(61, 1, 27, .8);
}

.button1.navbarbutton {
  margin-left: .7vw;
  padding: .5rem 1.25rem;
}

.button1.mobile {
  display: none;
}

.buttontext {
  white-space: nowrap;
  margin-bottom: 0;
  position: relative;
}

.buttontext.sub {
  letter-spacing: .05em;
  font-size: .95rem;
  line-height: 1.5;
}

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

.button {
  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:hover {
  background-color: #ad1115;
}

.pagewrapper {
  transform-origin: 100% 0;
  overflow: hidden;
}

.trianglebutton {
  width: 55px;
  height: 55px;
  max-height: 90%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-image: url('../images/warnningsign.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 1.5vw;
  transition: background-color .3s, transform .3s;
  display: none;
  position: relative;
}

.trianglebutton:hover {
  transform: scale3d(.96, .96, 5);
}

.div-block-13 {
  z-index: 1000;
  background-color: #fffaa0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px 12px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 23vw;
  box-shadow: 0 1px 8px #000;
}

.text-span-12 {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
}

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

.homeserviceswrapper {
  width: 100%;
  grid-column-gap: 1.875rem;
  grid-row-gap: 2.1875rem;
  perspective: 1200px;
  flex-direction: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  display: grid;
}

.homeservicewrapper {
  width: 35vw;
  height: 100%;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.homefeaturewrapper {
  width: 20.6rem;
  height: 21.5rem;
  max-width: 27vw;
  perspective: 1000px;
  cursor: pointer;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin: .75rem .8rem;
  transition: transform 1s;
  display: flex;
  position: relative;
}

.homefeaturecontentwrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.homefeatureswrapper {
  max-width: 100%;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.featurefront {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.6rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2.p1 {
  width: 110%;
}

.image-2.p2 {
  width: 130%;
  object-position: 50% 45%;
}

.image-3 {
  height: 3.3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: relative;
  transform: translate3d(0, 0, 25px);
}

.paragraph-15 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  transform-style: preserve-3d;
  margin-top: .625rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  transform: translate3d(0, 0, 25px);
}

.paragraph-15.back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  transform-style: preserve-3d;
  margin-top: 0;
  padding: 1.5rem 2.5rem;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.6;
  transform: translate3d(0, 0, 25px);
}

.featureback {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #d72424;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
  box-shadow: 0 1px 3px rgba(44, 8, 8, .3);
}

.div-block-15 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: stretch;
  display: flex;
}

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

.servicegrid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-bottom: 2.875rem;
  display: grid;
}

.slideleft {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.topsection {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.logo {
  height: 85%;
  object-fit: contain;
}

.imagewrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.title_xl {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.19rem;
  line-height: 1.3;
}

.title_xl.maptitle {
  text-align: left;
  text-transform: none;
}

.title_xl.servicetopt {
  color: #f5f5f5;
}

.title_xl.format1 {
  text-align: left;
  letter-spacing: -.5px;
  text-transform: none;
}

.title_xl.lefta {
  text-align: left;
}

.navbarlinkwrapper-2 {
  position: relative;
}

.slideitemswrapper {
  max-width: 800px;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.69rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.slideitemswrapper.nmw {
  max-width: none;
}

.link-5 {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 1px 8px #072746;
  margin-bottom: 5px;
  text-decoration: none;
}

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

.mask {
  height: 100%;
}

.slide-nav {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .94rem;
  padding-left: 8vw;
  display: flex;
}

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

.footer_icon-2 {
  height: 1.125rem;
  margin-top: .25rem;
  margin-right: .625rem;
}

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

.link-6 {
  color: #f3f3f3;
  text-decoration: none;
  transition: color .4s;
}

.link-6:hover {
  color: red;
  text-decoration: underline;
}

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

.sub-footer-3 {
  z-index: 4;
  width: 100%;
  background-color: #000;
  margin-top: 2rem;
  padding: .9375rem 8vw .875rem;
  position: relative;
}

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

.mainbutton {
  height: 50px;
  cursor: pointer;
  background-color: #fad29a;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.topp {
  max-width: 80vw;
  color: #fff;
  text-align: center;
  margin: .625rem auto 0;
}

.jobheader {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.jobcontent {
  z-index: 2;
  position: relative;
}

.burger-button-wrapper {
  cursor: pointer;
  padding: 10px;
}

.burger-line-top, .burger-line-middle {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.burger-line-bottom {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
}

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

.image-11 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}

.image-11.decoration {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-59 {
  width: 100%;
  grid-column-gap: 4.375rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.div-block-60 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.8125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .3125rem;
  display: grid;
}

.section_xl {
  padding-top: 5rem;
  padding-bottom: 5.625rem;
  position: relative;
  overflow: hidden;
}

.section_xl.dc1 {
  background-color: #000;
}

.section_xl.dc2 {
  background-color: #e6e6e6;
}

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

.space, .iframecode {
  display: none;
}

.iframecode.hide {
  display: block;
}

.para_s {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.4;
}

.para_s.cardp {
  margin-top: .3125rem;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.para_s.format1 {
  margin-top: .32rem;
}

.text-span-21 {
  color: red;
  text-transform: uppercase;
}

.card_button {
  width: 3.96em;
  height: 3.96em;
  background-color: #fff;
  border-radius: 1.41em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .14);
}

.d-105-card-wrapper {
  transform-origin: 50% 0;
  background-color: #f7f7f7;
  padding-top: 18vw;
  position: relative;
  overflow: hidden;
  box-shadow: 0 23px 17px -23px rgba(44, 8, 8, .3);
}

.d-105-text-wrapper {
  height: 100%;
  max-height: 22vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-105-author-text {
  color: #333;
  margin-top: .125rem;
  padding: .625rem 1.25rem;
  font-size: .94rem;
  display: none;
}

.cardimage {
  width: 100%;
  height: 18vw;
  max-height: 100%;
  transform-origin: 50% 0;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-105-3d-wrapper {
  width: 100%;
  perspective: 1000px;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-span-22 {
  font-size: 12px;
}

.list-item-3 {
  transform-style: preserve-3d;
  background-image: url('../images/check_1check.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto 13px;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: 1.875rem;
  font-size: 1.1rem;
  list-style-type: none;
  transition: transform .35s cubic-bezier(.215, .61, .355, 1), background-position .5s cubic-bezier(.215, .61, .355, 1);
}

.list-item-3:hover {
  background-position: 0 5px;
  background-size: auto 14px;
  transform: translate3d(0, -2px, 10px);
}

.list-3 {
  margin-bottom: 0;
  padding-left: 0;
}

.serviceimage {
  width: 100%;
  height: 100%;
  max-width: 60vw;
  object-fit: cover;
}

.mapsection {
  padding-top: 4.375rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.div-block-62 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
  overflow: hidden;
}

.sildeitem2 {
  width: 12.5rem;
  height: 11rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle at 0 0, #000, rgba(0, 0, 0, 0) 83%);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slidetitlesmall {
  width: 90%;
  height: 90%;
  transform-origin: 0 100%;
  background-color: #d72424;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5625rem 1.25rem;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.4;
  transition: margin-top .35s;
  display: flex;
}

.slidetitlesmall:hover {
  margin-top: -8%;
}

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

.mapcontainer {
  max-width: 84%;
  grid-column-gap: 2.1875rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

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

.list-copy {
  width: 100%;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  display: flex;
}

.mainbutton-2 {
  height: 50px;
  cursor: pointer;
  background-color: #3a88fe;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-item-4 {
  min-width: 28%;
  margin-bottom: 0;
  margin-right: 30px;
}

.div-block-81 {
  flex-direction: row;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.text-span-26 {
  margin-top: 15px;
  display: inline-block;
}

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

.buttontext2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
  transition: all .4s;
  display: flex;
  position: relative;
}

.button2 {
  color: #fff;
  text-align: center;
  padding: .625rem 1.5625rem;
  text-decoration: none;
  transition: transform .5s;
  position: relative;
}

.button2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 5px -5px rgba(61, 1, 27, .8);
}

.button2.herobtn {
  transform-origin: 0 0;
}

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

.arrow {
  display: inline-block;
}

.paragraph-32 {
  margin-bottom: 1.875rem;
}

.div-block-83 {
  width: 4.06rem;
  height: 4.06rem;
  flex: none;
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.slideitemwrapper {
  overflow: hidden;
}

.text-span-29 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}

.div-block-84 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.link-4 {
  color: #525252;
  font-size: 1.25rem;
  text-decoration: none;
}

.div-block-86 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.space_l {
  height: 1.25rem;
}

.mapwrapper {
  width: 32vw;
  max-width: 412.31px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-52 {
  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-52.mapblur {
  background-color: rgba(255, 255, 255, .42);
}

.div-block-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .3125rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.paragraph-34 {
  margin-bottom: .5rem;
  position: relative;
}

.div-block-5 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 4.375rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

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

.div-block-4 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .9rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.imageframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('../images/other8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imageframe.type {
  width: 8.125rem;
  background-image: url('../images/icon_walker.png');
  background-size: cover;
}

.imageframe.type._2 {
  background-image: url('../images/icon_wheelchair.png');
}

.imageframe.type._3 {
  background-image: url('../images/icon_stretcher.png');
}

.text-span-30 {
  float: left;
  color: red;
  padding-top: .2rem;
  padding-right: .5rem;
  font-size: 4rem;
  line-height: .85;
  display: inline-block;
}

.link-7 {
  color: #58b705;
  font-weight: 700;
  text-decoration: underline;
}

.paragraph-35 {
  margin-bottom: 0;
}

.servicegrid_sub {
  width: 100%;
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.servicegrid_sub.imgl {
  grid-template-columns: auto 1fr;
  align-self: flex-start;
}

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

.div-block-89 {
  background-color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.56rem 2rem;
  font-style: italic;
  display: flex;
}

.list-copy-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1.125rem;
  line-height: 1.45;
  list-style-type: disc;
  display: grid;
}

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

.title_m.cardtitle {
  color: #333;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.title_m.format1 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.title_m.padding1 {
  margin-bottom: .3125rem;
}

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

.paragraph-31 {
  text-align: center;
  margin-top: .2rem;
  margin-bottom: 1.875rem;
  line-height: 1.6;
}

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

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

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

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

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

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

.section_l {
  padding-top: 4.375rem;
  padding-bottom: 5.55rem;
  position: relative;
  overflow: hidden;
}

.section_l.formsection {
  padding-bottom: 0;
}

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

.jobdescriptiondropdownwrapper-2 {
  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;
}

.formwrapper {
  z-index: 2;
  min-width: 100%;
  background-color: #fff;
  margin-top: .8rem;
  position: relative;
}

.formcontainer-wrapper {
  z-index: 3;
  width: 100%;
  max-width: 90vw;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.list-2 {
  margin-left: .625rem;
  padding-left: 1.875rem;
  line-height: 1.4;
}

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

.dropdowniconwrapper-2 {
  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 6px 20px -10px rgba(44, 8, 8, .3);
}

.footertitle {
  color: #fff;
  text-transform: uppercase;
  margin-top: .32rem;
  margin-bottom: .75rem;
  font-size: 1.57rem;
  line-height: 1.3;
}

.footercontentwrapper {
  min-width: 19vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paymenticon-2 {
  height: 1.8rem;
  object-fit: cover;
  border-radius: 2px;
  margin-top: .32rem;
  margin-right: .32rem;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(70, 16, 34, .35);
}

.paymenticon-2.special {
  border-radius: 4px;
}

.div-block-90 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  display: flex;
}

.div-block-49 {
  width: 100%;
  grid-column-gap: 4vw;
  grid-row-gap: 1.6875rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

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

.link-9:hover {
  color: red;
}

.footercontent {
  z-index: 1;
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.2rem;
  display: flex;
  position: relative;
}

.footer-text {
  color: #fff;
  text-align: left;
  margin-bottom: .2rem;
  font-size: 1.07rem;
  line-height: 1.5;
}

.footer-text.payment {
  margin-bottom: 0;
}

.paragraph-37 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.div-block-91 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1rem;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.875rem;
  display: grid;
}

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

.div-block-92 {
  transform-origin: 0 0;
  display: block;
}

@media screen and (min-width: 1440px) {
  .dropdown-list:hover, .dropdown-list-wrapper:hover {
    font-style: normal;
    font-weight: 400;
  }

  .dropdown-link-4 {
    font-size: 1.07rem;
  }

  .nav-link-drop-down {
    margin-top: 4px;
    display: inline-block;
  }

  .navbarlink {
    font-size: 1.125rem;
  }

  .mapcontainer {
    max-width: 75%;
  }

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

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

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

  .nav-container {
    height: 7rem;
  }

  .nav-container.navtop-container {
    height: 3rem;
  }

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

  .brand {
    height: 10rem;
  }

  .dropdown-link-4 {
    padding: .4125rem 1.95rem;
    font-size: 1.65rem;
  }

  .navbar {
    height: 10rem;
  }

  .navbarlink {
    font-size: 1.75rem;
  }

  .container.formcontainer {
    margin-top: -1rem;
    padding: 2.4rem;
  }

  .title_xxl {
    font-size: 3.6rem;
  }

  .button1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button1.navbarbutton {
    padding: .65rem 1.75rem;
  }

  .buttontext.sub {
    font-size: 1.52rem;
  }

  .homeserviceswrapper {
    grid-column-gap: 2.5rem;
  }

  .homefeaturewrapper {
    width: 28.8rem;
    height: 32rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .featurefront {
    padding: 2.3rem;
  }

  .image-3 {
    height: 4rem;
  }

  .paragraph-15 {
    font-size: 2.2rem;
  }

  .paragraph-15.back {
    padding: 1.7rem 3rem;
    font-size: 1.52rem;
  }

  .servicegrid {
    grid-column-gap: 4rem;
    grid-template-columns: 1fr 1.2fr;
    margin-bottom: 4rem;
  }

  .topsection {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .title_xl {
    font-size: 3.1rem;
  }

  .slideitemswrapper {
    max-width: 1000px;
    grid-row-gap: 2.5rem;
  }

  .slideitem {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .slide-nav {
    grid-column-gap: 7px;
    margin-bottom: 1.7rem;
  }

  .footer_icon-2 {
    height: 1.8rem;
    margin-top: .35rem;
    margin-right: .9rem;
  }

  .sub-footer-3 {
    padding-top: 1.375rem;
    padding-bottom: 1.25rem;
  }

  .subfootertext-2 {
    font-size: 1.35rem;
  }

  .div-block-59 {
    grid-column-gap: 6rem;
    grid-row-gap: 1.75rem;
  }

  .section_xl {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }

  .para_s {
    font-size: 1.7rem;
  }

  .d-105-text-wrapper {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }

  .d-105-author-text {
    padding: .85rem 2rem;
    font-size: 1.4rem;
  }

  .list-item-3 {
    font-size: 1.7rem;
  }

  .mapsection {
    padding-top: 90px;
  }

  .sildeitem2 {
    width: 20rem;
    height: 19.5rem;
  }

  .slidetitlesmall {
    font-size: 1.7rem;
  }

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

  .button2 {
    padding: 1.125rem 1.9625rem;
  }

  .div-block-83 {
    width: 6.5rem;
    height: 6.5rem;
  }

  .text-span-29 {
    font-size: 3rem;
  }

  .div-block-84 {
    grid-row-gap: 1.75rem;
    margin-top: 2.4rem;
  }

  .link-4 {
    font-size: 1.9rem;
  }

  .space_l {
    height: 2rem;
  }

  .div-block-3 {
    grid-row-gap: .75rem;
  }

  .div-block-5 {
    grid-row-gap: 5.7rem;
  }

  .div-block-6 {
    grid-column-gap: 3.5rem;
  }

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

  .imageframe.type {
    width: 10rem;
  }

  .text-span-30 {
    padding-top: .4rem;
    padding-right: .7rem;
    font-size: 6rem;
  }

  .div-block-88 {
    grid-row-gap: 5rem;
  }

  .list-copy-2 {
    grid-column-gap: 6.25rem;
    font-size: 1.7rem;
  }

  .title_m {
    font-size: 2rem;
  }

  .title_m.cardtitle {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .title_m.format1 {
    font-size: 1.9rem;
  }

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

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

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

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

  .section_l {
    padding-top: 5.5rem;
    padding-bottom: 6rem;
  }

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

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

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

  .footertitle {
    margin-top: .6rem;
    margin-bottom: 1rem;
    font-size: 2.3rem;
  }

  .paymenticon-2 {
    height: 2.2rem;
    margin-top: .42rem;
    margin-right: .42rem;
  }

  .footercontent {
    padding-top: 4.2rem;
  }

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

  .div-block-91 {
    grid-column-gap: 1.8rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    max-width: 95%;
  }

  .nav-container.navtop-container {
    top: .8125rem;
  }

  .navmenu {
    z-index: 50;
    max-height: 80vh;
    max-width: 80vw;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, .08), 0 24px 38px rgba(18, 8, 80, .1);
  }

  .header-arrow {
    font-size: 15px;
  }

  .dropdown-list {
    position: static;
  }

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

  .nav-menu-button {
    transform-origin: 100%;
    color: #fff;
    background-color: #000;
    margin-left: 1.5vw;
    padding: 0;
    font-size: 30px;
    transition: background-color .3s, transform .3s;
    transform: scale(.9);
  }

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

  .nav-menu-button.w--open {
    background-color: #000;
  }

  .navbarlinkwrapper {
    flex: none;
  }

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

  .dropdown-list-wrapper {
    box-shadow: none;
    background-color: rgba(255, 255, 255, .11);
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .new-item-wrapper {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: .3rem;
    padding-bottom: .3rem;
    display: flex;
  }

  .new-item-wrapper.button-mobile {
    flex-direction: row;
    align-items: center;
  }

  .dropdown-link-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

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

  .navbarlink {
    font-size: 1.1rem;
  }

  .bg.image.p1 {
    object-position: 0% 45%;
  }

  .container.formcontainer {
    padding-bottom: 1.55rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .title_xxl {
    font-size: 2.06rem;
  }

  .slider {
    height: 530px;
    min-height: 530px;
  }

  .button1.navbarbutton {
    font-size: 16px;
  }

  .button1.mobile {
    padding: .3125rem 1.5625rem;
  }

  .buttontext {
    font-size: 17px;
  }

  .div-block-10 {
    width: 100%;
    max-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    display: flex;
    position: relative;
  }

  .trianglebutton {
    margin-left: 12px;
    margin-right: 20px;
  }

  .div-block-13 {
    right: 30vw;
  }

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

  .homeservicewrapper {
    width: 43vw;
  }

  .homefeaturewrapper {
    max-width: 84vw;
  }

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

  .div-block-15 {
    grid-row-gap: 25px;
    justify-items: start;
  }

  .servicegrid {
    grid-column-gap: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .slideleft {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .title_xl {
    font-size: 2.06rem;
  }

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

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

  .jobcontentwrapper {
    padding-top: 0;
  }

  .burger-button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .625rem 1rem;
  }

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

  .div-block-60 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 0;
  }

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

  .space {
    display: block;
  }

  .para_s.format1 {
    margin-top: .625rem;
  }

  .d-105-card-wrapper {
    padding-top: 0;
    padding-left: 50%;
  }

  .d-105-text-wrapper {
    height: 100%;
    max-height: none;
    min-height: 30vw;
    justify-content: center;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .d-105-author-text {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cardimage {
    width: 50%;
    height: 100%;
  }

  .sildeitem2 {
    width: 10.625rem;
    height: 10rem;
  }

  .mapcontainer {
    grid-row-gap: 1.25rem;
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .mapcontentwrapper {
    align-items: center;
  }

  .list-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 15px;
  }

  .list-item-4 {
    color: #ffe5ed;
  }

  .button2 {
    align-self: center;
  }

  .text-span-29 {
    font-size: 1.8125rem;
  }

  .mapwrapper {
    width: 50vw;
  }

  .div-block-5 {
    justify-items: start;
  }

  .div-block-6 {
    grid-row-gap: .9375rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .imageframe.aboutus {
    width: 40vw;
    height: 40vw;
    margin-bottom: 20px;
  }

  .imageframe.type {
    width: 9.375rem;
  }

  .servicegrid_sub {
    grid-column-gap: 1.5625rem;
  }

  .list-copy-2 {
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 15px;
    display: none;
  }

  .title_m {
    white-space: normal;
  }

  .title_m.cardtitle {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .section_l {
    padding-bottom: 5rem;
  }

  .jobdescriptiondropdownwrapper-2 {
    grid-auto-columns: 1fr;
    display: flex;
  }

  .list-2 {
    line-height: 1.5;
  }

  .footercontentwrapper {
    text-align: left;
    margin-bottom: 0;
  }

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

@media screen and (max-width: 767px) {
  .nav-container {
    padding-top: .625rem;
  }

  .nav-container.navtop-container {
    height: 1.25rem;
    padding-top: 0;
  }

  .navmenu {
    max-height: 65vh;
    flex-direction: row;
    align-items: stretch;
  }

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

  .brand {
    height: 100px;
    padding-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;
  }

  .dropdown-list-wrapper {
    padding-bottom: 0;
  }

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

  .new-item-wrapper.button-mobile {
    flex-direction: column;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navbar {
    height: 100px;
  }

  .navbarlink {
    line-height: 1.5;
  }

  .bg.image.p2 {
    object-position: 54% 50%;
  }

  .container.formcontainer {
    margin-left: 4vw;
    margin-right: 4vw;
    padding: 1.25rem 1rem 1rem;
  }

  .title_xxl {
    font-size: 1.63rem;
  }

  .slidewrapper {
    justify-content: center;
    padding-top: 3rem;
  }

  .button1.navbarbutton {
    display: none;
  }

  .button1.mobile {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
    padding-top: .5625rem;
    padding-bottom: .4375rem;
    display: block;
  }

  .button1.mobile:hover {
    box-shadow: none;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .button1.mobile.hide {
    display: none;
  }

  .button {
    font-size: 16px;
  }

  .trianglebutton {
    display: none;
  }

  .div-block-13 {
    padding: 5px 8px;
    top: 5vh;
    right: 15vw;
  }

  .text-span-12 {
    font-size: 17px;
  }

  .paragraph-14 {
    font-size: 13px;
  }

  .homeserviceswrapper {
    flex: 0 auto;
    grid-template-columns: 1fr;
  }

  .homeservicewrapper {
    width: 80vw;
    height: auto;
    max-width: 470px;
  }

  .homefeaturewrapper {
    width: 22.5rem;
    height: 19.375rem;
  }

  .homefeatureswrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .image-3 {
    height: 3.75rem;
  }

  .paragraph-15 {
    font-size: 1.4375rem;
  }

  .paragraph-15.back {
    line-height: 1.5;
  }

  .div-block-15 {
    grid-row-gap: 10px;
  }

  .servicegrid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .topsection {
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
  }

  .title_xl {
    font-size: 1.8rem;
  }

  .jobcontentwrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: auto;
  }

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

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

  .section_xl {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
  }

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

  .para_s.format1 {
    margin-top: 0;
    margin-left: 1.25rem;
  }

  .d-105-card-wrapper {
    padding-top: 40vw;
    padding-left: 0%;
  }

  .d-105-text-wrapper {
    height: auto;
    min-height: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .d-105-author-text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .cardimage {
    width: 100%;
    height: 40vw;
  }

  .serviceimage {
    max-width: 90%;
  }

  .mapsection {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .div-block-62 {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .sildeitem2 {
    width: 8.75rem;
    height: 8.4375rem;
  }

  .slidetitlesmall {
    font-size: 1.05rem;
  }

  .list-copy {
    font-size: 17px;
  }

  .list-item-4 {
    min-width: 42%;
  }

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

  .div-block-84 {
    width: 95%;
    margin-top: 1.25rem;
  }

  .mapwrapper {
    width: 70vw;
    max-width: 330px;
  }

  .div-block-5 {
    grid-row-gap: 3.125rem;
  }

  .imageframe {
    max-width: none;
  }

  .imageframe.aboutus {
    width: 50vw;
    height: 50vw;
  }

  .imageframe.type {
    width: 35vw;
    height: 32.472vw;
  }

  .servicegrid_sub {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .servicegrid_sub.imgl {
    grid-template-columns: 1fr;
  }

  .title_m {
    font-size: 1.25rem;
  }

  .title_m.cardtitle {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

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

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

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

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

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

  .section_l {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }

  .formwrapper {
    min-width: 95vw;
  }

  .formcontainer-wrapper {
    max-width: 88vw;
  }

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

  .div-block-49 {
    flex-flow: column wrap;
    display: flex;
  }

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

@media screen and (max-width: 479px) {
  .body {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .nav-container {
    height: 4.375rem;
    max-width: 90%;
  }

  .nav-container.navtop-container {
    height: 1.875rem;
    flex-direction: column;
    align-items: flex-end;
    top: 1rem;
  }

  .navtop-paragraph {
    line-height: 1.3;
  }

  .navtop-paragraph.middledivider {
    display: none;
  }

  .navmenu {
    max-height: 80vh;
    max-width: 100vw;
  }

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

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

  .brand {
    height: 100px;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .headernav {
    margin-left: 16px;
    margin-right: 16px;
  }

  .dropdown-list-wrapper {
    margin-top: 0;
  }

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

  .new-item-wrapper.button-mobile {
    flex-direction: column;
  }

  .dropdown-link-4 {
    text-align: center;
    white-space: normal;
  }

  .navbar {
    height: 100px;
  }

  .bg.image.p2 {
    object-position: 30% 50%;
  }

  .bg.blackcover {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  }

  .bg.blackcover.format1 {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
  }

  .container {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .title_xxl {
    font-size: 1.56rem;
  }

  .slidewrapper {
    margin-left: 10vw;
    margin-right: 10vw;
  }

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

  .buttontext {
    font-size: 16px;
  }

  .button {
    margin-bottom: 0;
  }

  .div-block-13 {
    top: 9vh;
    right: 20vw;
  }

  .text-span-12 {
    font-size: 3.5vw;
  }

  .paragraph-14 {
    font-size: 3vw;
  }

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

  .homeservicewrapper {
    width: 90vw;
  }

  .homefeaturewrapper {
    width: 20rem;
    height: 21.25rem;
    max-width: 80vw;
  }

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

  .featurefront {
    padding: 1.2rem;
  }

  .paragraph-15 {
    font-size: 1.375rem;
  }

  .servicegrid {
    grid-row-gap: 1.25rem;
  }

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

  .title_xl {
    font-size: 1.45rem;
  }

  .slideitemswrapper {
    grid-row-gap: 1.5625rem;
  }

  .link-5 {
    letter-spacing: 0;
    text-shadow: 0 1px 5px #072746;
    line-height: 1.4;
  }

  .slideitem {
    margin-top: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .slide-nav {
    padding-left: 10vw;
  }

  .footer_icon-2 {
    margin-top: .2rem;
  }

  .sub-footer-3 {
    margin-top: 1.5rem;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .subfootertext-2 {
    font-size: .8125rem;
  }

  .topp {
    margin-top: .9375rem;
  }

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

  .div-block-60 {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 2vw;
    margin-bottom: 0;
  }

  .section_xl {
    padding-top: 2.8125rem;
    padding-bottom: 3.125rem;
  }

  .section_xl.dc1 {
    padding-top: 3.2rem;
  }

  .para_s {
    font-size: 1.07rem;
  }

  .d-105-card-wrapper {
    padding-top: 45vw;
  }

  .d-105-text-wrapper {
    max-height: 59vw;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .d-105-author-text {
    padding-left: 1.56rem;
    padding-right: 1.56rem;
    font-size: .9rem;
  }

  .cardimage {
    height: 45vw;
  }

  .list-item-3 {
    font-size: 1.04rem;
  }

  .text-span-23 {
    display: none;
  }

  .mapsection {
    padding-top: 40px;
  }

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

  .sildeitem2 {
    width: auto;
    height: auto;
    min-width: 100vw;
    border-radius: 10px;
  }

  .slidetitlesmall {
    border-radius: 10px;
    font-size: 1rem;
  }

  .slidetitlesmall:hover {
    margin-top: 0%;
  }

  .mapcontainer {
    grid-row-gap: 1rem;
  }

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

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

  .div-block-83 {
    width: 3.125rem;
    height: 3.125rem;
  }

  .text-span-29 {
    font-size: 1.1rem;
  }

  .div-block-84 {
    grid-row-gap: 1rem;
  }

  .link-4 {
    font-size: 1.125rem;
  }

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

  .div-block-4 {
    grid-row-gap: .625rem;
  }

  .imageframe.aboutus {
    width: 100%;
    height: 65vw;
  }

  .text-span-30 {
    padding-top: .3rem;
    padding-right: .4rem;
    font-size: 3.5rem;
  }

  .servicegrid_sub {
    grid-row-gap: 1.25rem;
  }

  .div-block-88 {
    grid-row-gap: 3rem;
  }

  .div-block-89 {
    padding-left: 1.56rem;
    padding-right: 1.56rem;
  }

  .list-copy-2 {
    grid-row-gap: 2px;
    grid-template-columns: 1fr;
  }

  .title_m.cardtitle {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .title_m.format1 {
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .paragraph-31 {
    margin-top: .7rem;
  }

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

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

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

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

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

  .section_l {
    padding-top: 2.4rem;
    padding-bottom: 3.5rem;
  }

  .jobdescriptiondropdownwrapper-2 {
    max-width: 70vw;
  }

  .formwrapper {
    min-width: 100vw;
  }

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

  .formcontainer-wrapper {
    max-width: 85vw;
  }

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

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

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

  .footercontentwrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .paymenticon-2 {
    height: 1.6rem;
    max-width: 18vw;
  }

  .footercontent {
    height: auto;
    padding-top: 12vw;
  }

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

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

#w-node-ac959e45-5d11-470a-8e9d-6bb3aa88cdb7-823f6416, #w-node-b895eab7-76c6-808c-1ab1-535189dacdc7-823f6416, #w-node-fab04923-6121-6afe-68a6-b0895b67113f-823f6416, #w-node-_20417bf0-0f60-7fff-7578-bc8e25e07d74-823f6416, #w-node-_79ce7fa0-f21a-5162-4c83-4879c6455239-823f6416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a8bd3f8-b044-3bc6-c44a-f7c9b01aa97b-823f6416 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6a8bd3f8-b044-3bc6-c44a-f7c9b01aa982-823f6416 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_571de4b5-3bbd-c270-bf24-759f92d26f04-823f6416 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-cf8c6bfb-aa9c-8815-98e1-86e5cd9c05db-239cb5ee, #w-node-cf8c6bfb-aa9c-8815-98e1-86e5cd9c05dd-239cb5ee, #w-node-cf8c6bfb-aa9c-8815-98e1-86e5cd9c05de-239cb5ee, #w-node-cf8c6bfb-aa9c-8815-98e1-86e5cd9c05df-239cb5ee {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f321828c-dea8-8983-6627-bb91e327c66d-db3f6417 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_829c3767-3212-d1f0-643a-5a42dcf5cdd0-db3f6417 {
  justify-self: start;
}

#w-node-_7060251d-2dbe-f0c8-23af-8b442a83d1d1-db3f6417 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-f321828c-dea8-8983-6627-bb91e327c66d-0f3f641e, #w-node-f321828c-dea8-8983-6627-bb91e327c66d-313f6423 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cefecb8b-527d-3926-5ada-aef1aa1851b4-313f6423 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-cb3c62ed-82ee-2ce1-b29f-cd9e833bee63-823f6416 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #mt.w-node-_8b9a4c90-3fb2-76dd-1881-88c688b3bcb0-823f6416 {
    order: -9999;
  }

  #w-node-_6a8bd3f8-b044-3bc6-c44a-f7c9b01aa97b-823f6416 {
    grid-column-end: 2;
  }

  #w-node-_6a8bd3f8-b044-3bc6-c44a-f7c9b01aa982-823f6416 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_571de4b5-3bbd-c270-bf24-759f92d26f04-823f6416 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1586a353-1488-928f-7af0-1f03c6eb36be-823f6416 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-cf8c6bfb-aa9c-8815-98e1-86e5cd9c05c4-239cb5ee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7060251d-2dbe-f0c8-23af-8b442a83d1d1-db3f6417 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6a8bd3f8-b044-3bc6-c44a-f7c9b01aa97b-823f6416 {
    grid-column-end: 2;
  }

  #w-node-_1586a353-1488-928f-7af0-1f03c6eb36be-823f6416 {
    grid-column: span 1 / span 1;
  }

  #w-node-_534748b9-edf5-2186-1f93-dee17a4fde0c-7a4fdde1 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f321828c-dea8-8983-6627-bb91e327c66d-db3f6417, #w-node-f321828c-dea8-8983-6627-bb91e327c66d-0f3f641e, #w-node-f321828c-dea8-8983-6627-bb91e327c66d-313f6423 {
    grid-column: span 1 / span 1;
  }
}


