.body {
  color: #2d1f1d;
  background-color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}

.navbarlink {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.35vw;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

.navbarlink:hover {
  color: #3b9ac4;
}

.navbarlink.dropdpwn {
  display: inline;
}

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

.dropdown-list-wrapper {
  background-color: #e9eced;
  flex-direction: column;
  align-items: center;
  margin-top: .625rem;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  display: flex;
  box-shadow: 0 2px 8px -3px rgba(17, 54, 81, .35);
}

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

.navmenu {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: visible;
}

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

.brand {
  height: 100%;
  max-width: 35vw;
  cursor: default;
  flex: none;
  align-self: flex-end;
  align-items: center;
  margin-right: auto;
  transition: filter .3s;
  display: flex;
}

.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;
  align-items: center;
  display: flex;
  position: relative;
}

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

.nav-container {
  height: 5rem;
  max-width: 94%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.8vw;
  padding-right: 2.5vw;
  display: flex;
  position: relative;
}

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

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

.new-item-wrapper.buttonwrapper {
  margin-right: 0;
}

.header-arrow {
  display: inline-block;
}

.logo {
  height: 107%;
  max-width: 40%;
  object-fit: contain;
  align-self: flex-end;
  margin-bottom: .5rem;
  position: relative;
}

.logo.wording {
  height: 47%;
  max-width: 65%;
  align-self: center;
  margin-top: .2rem;
  margin-bottom: 0;
  margin-left: .2rem;
}

.dropdown-link {
  color: #222;
  text-align: center;
  white-space: nowrap;
  padding: .3125rem 1.25rem;
  font-size: 1.3vw;
  text-decoration: none;
  transition: color .3s;
}

.dropdown-link:hover {
  color: #3b9ac4;
}

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

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

.navbar {
  z-index: 99;
  width: 100vw;
  max-width: 100%;
  min-width: 100%;
  perspective: 3000px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  position: fixed;
  top: 1.7rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbartop {
  z-index: 99;
  height: 2.2rem;
  max-width: 100%;
  min-width: 100%;
  background-color: #1f5c89;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.navtop-paragraph.middledivider {
  margin-left: 5px;
  margin-right: 5px;
}

.navtoplink {
  color: #1f5c89;
  text-decoration: none;
}

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

.bg.topsectionbg {
  width: 100%;
  height: 100%;
  opacity: .25;
  object-fit: cover;
  object-position: 50% 59%;
}

.bg.mapbgg {
  background-color: rgba(247, 250, 249, .85);
  background-image: none;
}

.bg.mapbgi {
  filter: blur(2px);
  background-image: url('../images/test1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg.gredient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #113b5a 1%, rgba(111, 184, 194, .32) 58%, rgba(0, 0, 0, 0) 84%);
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg.gredient.mobile {
  display: none;
}

.bg.bracketswrapper {
  width: 70%;
  height: 50%;
  display: flex;
  top: 25%;
  bottom: auto;
  left: 15%;
  right: auto;
}

.bg.navbarbg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .88);
  box-shadow: 0 1px 20px -2px rgba(17, 54, 81, .35);
}

.different-font {
  color: #fe0000;
  font-size: 3.5rem;
  font-weight: 400;
  position: relative;
}

.list-wrapper {
  width: 100%;
  grid-column-gap: 1.875rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  font-weight: 300;
  display: grid;
}

.listitem_s {
  border-bottom-width: 1px;
  border-bottom-color: rgba(66, 193, 211, .41);
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.07rem;
}

.listitem_s.last2 {
  border-bottom-width: 0;
}

.listitem_s.citylistitem {
  border-bottom-style: none;
  padding-bottom: 0;
}

.listitem_s.sub {
  border-bottom-style: none;
  padding-bottom: .1rem;
  line-height: 1.4;
}

.check {
  color: #1f5c89;
  margin-right: .875rem;
}

.check.dc1 {
  color: #1f5c89;
}

.homeserviceswrapper {
  width: 100%;
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  justify-items: center;
  padding-top: 2.5rem;
  transition: background-color .2s;
  display: grid;
}

.footer {
  color: rgba(255, 255, 255, .9);
  background-color: #000;
  background-image: linear-gradient(rgba(17, 54, 81, .35), rgba(17, 54, 81, .35)), linear-gradient(45deg, #1f5c89 18%, #42c1d3);
  padding-top: 4.4rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.sub-footer {
  width: 100%;
  background-color: rgba(255, 255, 255, .24);
  background-image: none;
  margin-top: 3rem;
  padding-top: .8125rem;
  padding-bottom: .75rem;
  position: relative;
}

.subfooterwrapper {
  z-index: 1;
  text-align: center;
  justify-content: flex-start;
  margin-left: 8vw;
  margin-right: 8vw;
  display: flex;
  position: relative;
}

.subfootertext {
  text-align: left;
  margin-bottom: 0;
  font-size: .9rem;
}

.link-3 {
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
  transition: color .4s;
}

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

.footerlink {
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
  transition: color .3s;
}

.footerlink:hover {
  color: #fff;
}

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

.footercontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.footertitle {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .7rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color .3s;
}

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

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

.footeritemwrapper.hide {
  display: none;
}

.image-2 {
  height: 1.05rem;
  margin-top: .17rem;
  margin-right: .8rem;
}

.footermenu {
  color: rgba(255, 255, 255, .8);
  margin-bottom: .3125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
}

.footermenu:hover {
  color: #fff;
}

.footermenu.title {
  margin-bottom: .1875rem;
}

.footermenu.title:hover {
  color: rgba(255, 255, 255, .8);
}

.footermenu.sub {
  border-bottom-width: 0;
  margin-bottom: .15625rem;
  padding-left: .875rem;
  font-size: 1rem;
  font-weight: 400;
}

.footermenu.sub.last {
  margin-bottom: .3125rem;
}

.image-4 {
  width: 100%;
  height: 20vw;
  max-height: 15rem;
  object-fit: cover;
  position: relative;
}

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

.utility-page-wrap {
  max-height: 100%;
  max-width: 100%;
  min-height: 80vh;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.utility-page-content {
  width: 80%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 90px;
}

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

.container-9.footercontainer {
  max-width: none;
  grid-column-gap: 3.5vw;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.container-9.heroc {
  max-width: none;
}

.iframecode {
  display: none;
}

.iframecode.hide {
  display: block;
}

.title_xl {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.1;
}

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

.title_xl.white {
  color: #fff;
}

.hero-slide {
  height: 100%;
}

.title_s {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
}

.title_s.format1 {
  color: #fff;
  text-transform: none;
  text-shadow: none;
  margin-right: 30%;
  font-size: .9375rem;
  font-weight: 500;
}

.title_s.herosubt {
  letter-spacing: .2rem;
  font-size: 1.2rem;
  font-weight: 300;
}

.home-hero-intro {
  z-index: 20;
  max-width: 40rem;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 3rem;
  display: grid;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

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

.home-hero-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-content {
  z-index: 3;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1.7fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  justify-items: start;
  margin-top: 8rem;
  margin-bottom: 4rem;
  margin-right: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: grid;
  position: relative;
}

.space_m {
  width: 100%;
  height: 1rem;
}

.footerparagraph {
  margin-bottom: .6rem;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.footerparagraph.payment {
  margin-bottom: .3rem;
}

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

.paymenticon {
  height: 1.6rem;
  object-fit: contain;
  border-radius: 3px;
  margin-top: .375rem;
  margin-right: .3125rem;
  overflow: hidden;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .27);
}

.button-sub {
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #3b9ac4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .5625rem 1.25rem .625rem;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.button-sub:hover {
  color: #1f5c89;
  background-color: #fe0000;
}

.button-sub.tabletb {
  display: none;
}

.button-sub.dc1 {
  color: #000;
  background-color: #e9eced;
}

.button-sub.dc1:hover {
  color: #e2f8fc;
  background-color: #1f5c89;
}

.button-sub.dc2 {
  color: #2d1f1d;
  background-color: #42c1d3;
}

.button-sub.dc2:hover {
  color: #fff;
  background-color: #3b9ac4;
}

.button-text-b1 {
  z-index: 10;
  position: relative;
}

.section_xxl {
  padding-top: 4.3125rem;
  padding-bottom: 6.25rem;
}

.section_xxl.dc1 {
  background-color: #3b9ac4;
  background-image: none;
  overflow: hidden;
}

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

.div-block-34 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  box-shadow: none;
  background-color: #f3f6f7;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.7rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  bottom: 80px;
}

.div-block-35 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

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

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

.iconimage {
  width: 90%;
  height: 90%;
  object-fit: contain;
  position: absolute;
}

.iconimage.star {
  width: auto;
  height: 13rem;
  max-width: none;
  opacity: 0;
  object-fit: cover;
  flex: 0 auto;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.iconimage.back {
  display: none;
}

.iconimage.format1 {
  width: 100%;
  height: 100%;
  opacity: .15;
  object-fit: cover;
  transition: opacity .2s;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.topsection {
  background-color: #f3f6f7;
  padding-top: 12rem;
  padding-bottom: 10vw;
  position: relative;
}

.div-block-3 {
  width: 25rem;
  max-width: 39vw;
  min-width: 32vw;
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  background-color: #fff;
  border-radius: .7rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -10rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  bottom: .25rem;
}

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

.div-block-81 {
  background-color: #f3f6f7;
  flex-direction: column;
  align-items: stretch;
  padding: 1.55rem;
  display: flex;
}

.div-block-81.whitebg {
  background-color: #fff;
  border: 1px solid rgba(66, 193, 211, .41);
}

.div-block-82 {
  overflow: hidden;
}

.div-block-83 {
  width: 100%;
  display: none;
}

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

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

.paragraph-25.nopadding {
  margin-top: .2rem;
  margin-bottom: 0;
  line-height: 1.75;
}

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

.div-block-4 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.servicelistwrapper {
  width: 100%;
  grid-column-gap: 1.875rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.arrow {
  display: inline-block;
}

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

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

.paragraph-27 {
  margin-bottom: .625rem;
  font-weight: 500;
}

.iconwrapper {
  width: 3.5rem;
  height: 3.6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .8rem;
  display: flex;
  position: relative;
}

.text-span-24 {
  display: inline-block;
}

.mapsection {
  padding-top: 5rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.mapcontainer {
  max-width: 105rem;
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: start;
  margin-left: 8vw;
  margin-right: 8vw;
  display: grid;
  position: relative;
}

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

.list-copy-2 {
  grid-column-gap: 4vw;
  grid-row-gap: 3px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 2.5vw;
  margin-right: -2.5vw;
  padding-left: 20px;
  list-style-type: disc;
  display: grid;
}

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

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

.button {
  color: #fff;
  white-space: nowrap;
  background-color: #3b9ac4;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem 1.5625rem .6875rem 1.45rem;
  font-size: 1.07rem;
  line-height: 1.4;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
}

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

.button.no-icon {
  background-color: #2d1f1d;
  justify-content: center;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.button.no-icon:hover {
  color: #3b9ac4;
  background-color: #e9eced;
}

.nowrap {
  white-space: nowrap;
}

.detailrates-2 {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  padding: 0 25px 30px;
  display: flex;
}

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

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

.detailrate-2.sub {
  font-size: 1.07rem;
  line-height: 1.45;
}

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

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

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

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

.ratetag-2 {
  color: #f9f9f9;
  text-align: center;
  margin-bottom: 0;
}

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

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

.text-span-18 {
  color: #2d1f1d;
}

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

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

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

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

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

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

.divider-2.padding {
  margin-top: 8px;
  margin-bottom: 15px;
}

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

.trformwrapper {
  z-index: 5;
  width: 91vw;
  max-width: 110rem;
  background-color: #fff;
  margin: -2rem auto 4rem;
  padding: 1.9rem 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -1px 50px -20px rgba(17, 54, 81, .35);
}

.title_xxl {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8125rem;
  line-height: 1.2;
}

.title_xxl.herot {
  color: #4ee9ff;
  text-shadow: 0 0 5px rgba(45, 31, 29, .83);
  font-size: 2.2rem;
}

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

.para_s.feature-p {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.3;
  position: relative;
}

.para_s.feature-p._2 {
  font-weight: 700;
  line-height: 1.4;
}

.para_s.fee-p-1 {
  margin-top: -.9375rem;
  line-height: 1.5;
}

.para_s.side-card-p-2 {
  margin-top: .5rem;
}

.para_s.service-card-p {
  margin-top: auto;
  margin-bottom: auto;
  padding: 1.25rem 2rem 2.5rem;
}

.title_l {
  z-index: 2;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

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

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

.title_m.service-card-t {
  color: #fff;
  text-shadow: 1px 1px 6px #1f5c89;
  margin-top: auto;
  margin-bottom: .625rem;
  font-size: 1.57rem;
  line-height: 1.25;
  position: relative;
}

.title_m.format1 {
  font-weight: 700;
}

.title_m.dc1 {
  color: #1f5c89;
}

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

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

.text-block-13 {
  color: #000;
  margin-bottom: 3px;
  margin-left: 10px;
  font-size: 1.0625rem;
}

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

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

.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-37 {
  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;
  width: 100%;
  background-color: #fff;
  margin-top: .8rem;
  position: relative;
}

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

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

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

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

.dropdowniconwrapper-2 {
  width: 2.8125rem;
  min-height: 2.8125rem;
  min-width: 2.8125rem;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: .625rem;
  bottom: auto;
  left: auto;
  right: .625rem;
  overflow: hidden;
  box-shadow: 0 1px 15px -5px rgba(17, 54, 81, .35);
}

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

.div-block-8 {
  width: 100%;
  margin-top: 5rem;
}

.s1c1bg {
  width: 45%;
  height: 100%;
  max-width: none;
  opacity: .85;
  transform-origin: 100% 100%;
  object-fit: contain;
  object-position: 100% 80%;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: auto;
  right: -4%;
}

.s1c1bg.arrow {
  z-index: 4;
  width: 6.5%;
  height: auto;
  opacity: 1;
  transform-origin: 0 100%;
  top: 37%;
  bottom: auto;
  left: auto;
  right: -4%;
}

.s1c1bg.arrow.sub {
  filter: blur(25px);
}

.homes1 {
  color: #fff;
  position: relative;
}

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

.herocarslider {
  width: 49%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
}

.herocarimage {
  width: 90%;
  height: 70%;
  max-width: none;
  filter: brightness(110%);
  object-fit: contain;
  object-position: 0% 50%;
  position: relative;
  top: 16%;
}

.herocarimage.p1 {
  width: 89%;
  left: 5%;
}

.herocarimage.mobile {
  display: none;
}

.slide {
  width: 100%;
  height: 90%;
  top: 10%;
}

.button-3 {
  transform-origin: 0 100%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  align-items: center;
  padding: .625rem 2.1rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s ease-in, background-color .425s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buttonbg {
  width: 210%;
  height: 100%;
  background-image: linear-gradient(to right, #fe0000 50%, #1f5c89 51%, #42c1d3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.buttontext {
  position: relative;
}

.list-copy-4 {
  min-width: 75%;
  grid-column-gap: 3rem;
  grid-row-gap: .1875rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 1rem;
  line-height: 1.45;
  list-style-type: disc;
  display: grid;
}

.mapwrapper {
  width: 32vw;
  max-width: 32rem;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  padding-left: 5vw;
  padding-right: 1vw;
  display: block;
  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);
}

.itemboxes {
  color: #222;
  text-align: center;
  cursor: default;
  background-color: #fff;
  border: 2px solid rgba(66, 193, 211, .41);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.itemboxes:hover {
  background-color: #e2f8fc;
  box-shadow: 1px 1px 5px -1px rgba(17, 54, 81, .35);
}

.itemboxes.fomat2 {
  padding: 2rem 1.8rem;
}

.itemboxes.fomat1 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -2px;
  padding: 2rem 1.8rem;
}

.itemboxes.fomat1:hover {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

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

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

.text-span-32 {
  margin-top: .3rem;
  font-size: .9rem;
  font-style: italic;
  line-height: 1.3;
  display: inline-block;
}

.div-block-850 {
  flex-direction: column;
  display: flex;
}

.image-7 {
  width: 100%;
  height: 27vw;
  max-height: 19rem;
  max-width: 30rem;
  object-fit: cover;
  position: relative;
}

.topn {
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mask {
  overflow: visible;
}

.homeservicewrapper {
  width: 100%;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 3px 10px -5px rgba(17, 54, 81, .35);
}

.topwrapper {
  width: 100%;
  height: 20vw;
  max-height: 22rem;
  background-color: rgba(10, 10, 10, .48);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.serviceimage.p1 {
  object-position: 100% 50%;
}

.text-block-14 {
  width: auto;
  color: #2d1f1d;
  text-align: center;
  background-color: #e2f8fc;
  border-radius: 0;
  padding: .5rem .9375rem;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color .3s;
  position: absolute;
  top: auto;
  bottom: -1.25rem;
  left: 2.25rem;
  right: 2.25rem;
  box-shadow: 0 0 5px -1px rgba(17, 54, 81, .35);
}

.text-block-14:hover {
  color: #fe0000;
  background-color: #fff;
  box-shadow: 0 0 15px -4px rgba(17, 54, 81, .35);
}

.navbardropdown_space {
  display: none;
}

.image-8 {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-8.left {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.pagewrapper {
  width: 100vw;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.pagespace {
  padding-top: 7.5rem;
  position: relative;
}

.image-9 {
  width: 3.2rem;
  margin-right: 2rem;
}

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

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

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

.image-10 {
  width: 100%;
  object-fit: contain;
  object-position: 0% 50%;
  padding-left: .5rem;
  display: none;
}

.div-block-20 {
  min-width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 2rem;
  display: grid;
}

.packagefwrapper {
  text-align: center;
  background-color: #f3f6f7;
  border: 1px solid rgba(66, 193, 211, .41);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .6rem;
  display: flex;
}

.packagefwrapper.grey {
  background-color: #fff;
}

.paragraph-17 {
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(66, 193, 211, .41);
  margin-bottom: 0;
  padding: .625rem;
}

.price-text {
  color: #2d1f1d;
  text-align: center;
  margin-bottom: 0;
}

.price-text.notincluded {
  color: rgba(17, 54, 81, .35);
}

.price-text.included {
  color: #3b9ac4;
}

.price-text.superscript {
  margin-left: .3rem;
  font-size: 1.07rem;
  line-height: 1.3;
}

.div-block-22 {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1rem;
  display: flex;
}

.div-block-22.format1 {
  margin-top: .6rem;
  padding-bottom: .2rem;
  padding-left: 1.9rem;
}

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.text-span-17 {
  color: #6c6c6c;
  font-family: PT Sans, sans-serif;
  font-style: italic;
}

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

.para_s-2.format2 {
  margin-bottom: 1.8rem;
}

.para_s-2.format4 {
  text-align: left;
  margin-top: 1.1rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.para_s-2.format4.last {
  margin-top: .5rem;
  margin-bottom: .4rem;
}

.para_s-2.format3 {
  margin-left: .3rem;
}

.div-block-21 {
  background-color: #fdfde9;
  border: 1px solid rgba(66, 193, 211, .41);
  flex-direction: column;
  display: flex;
}

.div-block-21.center {
  justify-content: center;
}

.div-block-23 {
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  display: flex;
}

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

.s1c1bg-whole {
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: .81;
  transform-origin: 100% 100%;
  object-fit: cover;
  object-position: 100% 80%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s1c1bg-whole.arrow {
  width: 40%;
  height: auto;
  transform-origin: 50%;
}

.s1c1bg-whole.arrow.sub {
  filter: blur(25px);
}

@media screen and (min-width: 1280px) {
  .navbarlink {
    font-size: 1.125rem;
  }

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

@media screen and (min-width: 1440px) {
  .nav-container {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .list-copy-2 {
    padding-left: 0;
  }

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

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

  .image-7 {
    width: 75%;
    height: 23vw;
    max-height: none;
    max-width: none;
  }
}

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

  .navbarlink {
    font-size: 1.57rem;
  }

  .dropdown-list-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-container {
    height: 8rem;
  }

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

  .dropdown-link {
    padding: .5rem 2.05rem;
    font-size: 1.6rem;
  }

  .navbar {
    top: 2.3rem;
  }

  .navbartop {
    height: 3.5rem;
  }

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

  .different-font {
    font-size: 4rem;
  }

  .list-wrapper {
    grid-column-gap: 2.75rem;
  }

  .listitem_s {
    font-size: 1.6rem;
  }

  .check {
    margin-right: 1.1rem;
  }

  .homeserviceswrapper {
    grid-column-gap: 3.5rem;
    padding-top: 3rem;
  }

  .footer {
    padding-top: 7rem;
  }

  .sub-footer {
    margin-top: 6rem;
    padding-top: .9375rem;
    padding-bottom: .875rem;
  }

  .subfootertext {
    font-size: 1.29rem;
  }

  .footertitle {
    font-size: 2.06rem;
  }

  .image-2 {
    height: 1.7rem;
    margin-top: .3rem;
    margin-right: .95rem;
  }

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

  .footermenu.title {
    margin-bottom: .25rem;
  }

  .footermenu.sub {
    margin-bottom: .25rem;
    padding-left: 1.1rem;
    font-size: 1.45rem;
  }

  .image-4 {
    max-height: 21rem;
  }

  .title_xl {
    font-size: 3.42rem;
  }

  .title_xl.maptitle {
    font-size: 52px;
  }

  .title_s {
    font-size: 1.4rem;
  }

  .title_s.format1 {
    font-size: 1.45rem;
  }

  .title_s.herosubt {
    letter-spacing: .4rem;
    font-size: 1.7rem;
  }

  .home-hero-intro {
    max-width: 63rem;
    grid-row-gap: 3.75rem;
    margin-bottom: 5rem;
  }

  .home-hero-title {
    grid-row-gap: 1.5rem;
  }

  .home-hero-content {
    grid-row-gap: 2.75rem;
    margin-top: 11rem;
    margin-bottom: 5.6rem;
  }

  .space_m {
    height: .85rem;
  }

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

  .paymenticon {
    height: 2.3rem;
    margin-top: .5rem;
    margin-right: .55rem;
  }

  .button-sub {
    padding: .6875rem 1.45rem .75rem;
    font-size: 1.5rem;
  }

  .section_xxl {
    padding-top: 6.8rem;
    padding-bottom: 8.3rem;
  }

  .div-block-32 {
    grid-column-gap: 4.5rem;
  }

  .div-block-34 {
    grid-row-gap: 2rem;
    padding: 2.5rem;
  }

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

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

  .iconimage.star {
    height: 16.5rem;
  }

  .topsection {
    padding-top: 14.5rem;
  }

  .div-block-3 {
    width: 35rem;
    margin-top: -11.3rem;
  }

  .div-block-81 {
    padding: 2.35rem;
  }

  .paragraph-25.nopadding {
    margin-top: .4rem;
  }

  .paragraph-25.last {
    margin-bottom: 2.5rem;
  }

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

  .servicelistwrapper {
    grid-row-gap: .75rem;
  }

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

  .iconwrapper {
    width: 5.5rem;
    height: 5rem;
    margin-bottom: 1.25rem;
  }

  .mapsection {
    padding-top: 6.3rem;
    padding-bottom: 7.2rem;
  }

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

  .list-copy-2 {
    grid-column-gap: 45px;
    padding-left: 20px;
  }

  .button {
    background-image: none;
    padding-top: .9rem;
    padding-bottom: .95rem;
    padding-right: 1.7rem;
    font-size: 1.65rem;
  }

  .detailrates-2 {
    padding-bottom: 38px;
    padding-left: 38px;
    padding-right: 38px;
  }

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

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

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

  .pricingtab {
    max-width: 40rem;
  }

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

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

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

  .pricingtitle {
    margin-top: 35px;
    font-size: 2.1rem;
  }

  .trformwrapper {
    margin-top: -2.5rem;
    margin-bottom: 5.5rem;
    padding: 2.6rem 2.25rem;
  }

  .title_xxl {
    font-size: 3.8rem;
  }

  .title_xxl.herot {
    font-size: 3.7rem;
  }

  .para_s {
    font-size: 1.6rem;
  }

  .para_s.fee-p-1 {
    font-size: 1.55rem;
  }

  .para_s.service-card-p {
    padding: 2.1rem 2.4rem 4.7rem 2.6rem;
  }

  .title_l {
    font-size: 2.8125rem;
  }

  .title_m {
    font-size: 2.15rem;
  }

  .title_m.service-card-t {
    margin-bottom: 1rem;
    font-size: 2.3rem;
  }

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

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

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

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

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

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

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

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

  .button-3 {
    padding: .9rem 3.1rem;
  }

  .itemboxes.fomat2 {
    padding: 2.2rem 2.8rem;
  }

  .itemboxes.fomat1 {
    padding: 2.7rem 2.8rem;
  }

  .navigation {
    top: -12rem;
  }

  .text-span-32 {
    font-size: 1.45rem;
  }

  .image-7 {
    width: 80%;
    height: 25vw;
    max-height: none;
    max-width: none;
  }

  .homeservicewrapper {
    margin-bottom: 1rem;
  }

  .text-block-14 {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: 1.55rem;
    bottom: -1.5rem;
  }

  .pagespace {
    padding-top: 12.4rem;
  }

  .image-9 {
    width: 4.7rem;
    margin-right: 3rem;
  }

  .bold-text-2 {
    margin-bottom: .4rem;
  }

  .image-10 {
    padding-left: 1rem;
  }

  .div-block-20 {
    grid-column-gap: 1.25rem;
    padding: 1.1rem;
  }

  .packagefwrapper, .paragraph-17 {
    padding: 1rem;
  }

  .price-text.superscript {
    font-size: 1.6rem;
  }

  .div-block-22 {
    padding: 1.4rem;
  }

  .div-block-22.format1 {
    margin-top: 1rem;
    padding-left: 2.8rem;
  }

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

  .para_s-2.format2 {
    margin-bottom: 2.2rem;
  }

  .para_s-2.format4 {
    margin-top: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .para_s-2.format4.last {
    margin-top: 1.1rem;
    margin-bottom: .9rem;
  }
}

@media screen and (max-width: 991px) {
  .navbarlink {
    font-size: 1.125rem;
  }

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

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

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

  .navmenu {
    width: 94vw;
    max-height: 65vh;
    max-width: 100%;
    background-color: #e9eced;
    flex: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: .5rem;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .05);
  }

  .headernav {
    flex-direction: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .brand {
    max-width: 55vw;
  }

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

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

  .nav-container {
    height: 4.9rem;
    justify-content: center;
  }

  .nav-container.navtop-container {
    height: 1.9rem;
    top: .6rem;
  }

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

  .nav-menu-button {
    width: 3.125rem;
    min-height: 3.125rem;
    min-width: 3.125rem;
    color: #fff;
    background-color: #1f5c89;
    margin-left: 1vw;
    padding: 0;
    transition: background-color .3s, transform .3s;
  }

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

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

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

  .new-item-wrapper {
    flex: none;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: .6rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .new-item-wrapper.buttonwrapper {
    display: none;
  }

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

  .dropdown-link {
    padding-top: .3rem;
    padding-bottom: 0;
    font-size: 1.07rem;
  }

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

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

  .different-font {
    font-size: 2.3rem;
  }

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

  .homeserviceswrapper {
    grid-column-gap: 1.75rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

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

  .image-4 {
    height: 25vw;
  }

  .utility-page-wrap {
    grid-template-columns: 1fr 1fr;
  }

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

  .container-9.footercontainer {
    grid-template-columns: 1fr 1fr;
  }

  .title_xl {
    font-size: 2.1rem;
  }

  .title_s.format1 {
    margin-right: 50%;
  }

  .home-hero-intro {
    max-width: none;
    grid-row-gap: 1.25rem;
    margin-bottom: 7vw;
  }

  .home-hero-content {
    padding-top: 6vw;
    padding-bottom: 7.5vw;
  }

  .button-sub.tabletb {
    margin-left: .5vw;
    margin-right: 1.5vw;
    display: block;
  }

  .button-sub.tabletb.landscapeshow:hover {
    color: #fff;
  }

  .section_xxl {
    padding-top: 4.2rem;
    padding-bottom: 5rem;
  }

  .section_xxl.dc1 {
    padding-top: 3.75rem;
  }

  .div-block-32 {
    grid-column-gap: 2.75rem;
    grid-template-columns: auto minmax(40vw, 1fr);
  }

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

  .iconimage.star {
    height: 10.9rem;
  }

  .iconimage.front {
    object-position: 50% 100%;
  }

  .div-block-3 {
    width: 35vw;
    min-width: 19rem;
  }

  .div-block-2 {
    grid-column-gap: 2.1875rem;
    grid-row-gap: 3.4375rem;
  }

  .paragraph-25.nopadding {
    margin-bottom: 0;
  }

  .jobcontentwrapper {
    padding-top: 0;
  }

  .iconwrapper {
    margin-bottom: 1rem;
  }

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

  .list-copy-2 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

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

  .mapcontentwrapper {
    min-width: 100%;
    display: none;
  }

  .pricingtab {
    width: 100%;
  }

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

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

  .trformwrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .title_xxl {
    font-size: 2.4rem;
  }

  .title_m {
    font-size: 1.375rem;
  }

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

  .section_l {
    padding-bottom: 5rem;
  }

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

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

  .div-block-8 {
    margin-top: 1rem;
  }

  .s1c1bg {
    width: 55%;
    bottom: 9%;
  }

  .s1c1bg.arrow {
    width: 8%;
    top: 50%;
  }

  .herocarslider {
    width: 57%;
  }

  .herocarimage {
    width: 88%;
    height: 60%;
    min-width: 25rem;
    top: 28%;
  }

  .herocarimage.p1 {
    width: 77%;
  }

  .button-3 {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .list-copy-4 {
    min-width: 0%;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
  }

  .mapwrapper {
    width: 50vw;
    max-width: 350px;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .itemboxes {
    padding-top: 1.4rem;
    padding-bottom: 1.6rem;
  }

  .image-7 {
    height: 25vw;
  }

  .topwrapper {
    height: 30vw;
  }

  .navbardropdown_space {
    height: 1rem;
    color: rgba(0, 0, 0, 0);
    display: block;
  }

  .image-9 {
    margin-top: .2rem;
  }

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

  .div-block-6 {
    margin-top: 1rem;
    display: block;
  }

  .s1c1bg-whole.arrow {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 1.07rem;
    line-height: 1.55;
  }

  .navbarlink {
    font-size: 1.07rem;
  }

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

  .navmenu {
    max-height: 55vh;
  }

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

  .brand {
    padding-left: 0;
  }

  .nav-container {
    height: 4.5rem;
    padding-left: 3vw;
    padding-right: 1rem;
  }

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

  .nav-menu-button {
    margin-bottom: .2rem;
    margin-left: 0;
    transform: scale(.9);
  }

  .nav-menu-button:hover, .nav-menu-button.w--open {
    transform: scale(.84);
  }

  .new-item-wrapper.buttonwrapper {
    display: flex;
  }

  .logo.wording {
    margin-left: 2vw;
  }

  .dropdown-link {
    font-size: 1rem;
    line-height: 1.3;
  }

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

  .bg.gredient {
    background-image: linear-gradient(to right, #113b5a, rgba(111, 184, 194, .38) 77%, rgba(0, 0, 0, 0) 96%);
  }

  .bg.gredient.mobile {
    width: 100%;
    display: none;
  }

  .list-wrapper {
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .listitem_s {
    font-size: 1rem;
  }

  .check {
    margin-right: .5rem;
  }

  .homeserviceswrapper {
    width: 90%;
    grid-row-gap: 2.75rem;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .sub-footer {
    margin-top: 2.5rem;
  }

  .subfootertext {
    font-size: .85rem;
    line-height: 1.4;
  }

  .footertitle {
    font-size: 1.29rem;
  }

  .image-2 {
    height: 1.12rem;
    margin-top: .23rem;
  }

  .footermenu {
    font-size: 1rem;
  }

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

  .image-4 {
    height: 44vw;
    max-height: 17rem;
    max-width: 25rem;
  }

  .utility-page-wrap, .container-9.footercontainer {
    grid-template-columns: 1fr;
  }

  .title_xl {
    font-size: 1.93rem;
  }

  .title_s {
    font-size: .85rem;
  }

  .title_s.format1 {
    text-shadow: 1px 1px #222, 1px 1px 20px #222;
    margin-right: 0%;
    font-size: .9rem;
  }

  .title_s.herosubt {
    font-size: 1rem;
  }

  .home-hero-intro {
    grid-row-gap: 1.25rem;
    justify-items: start;
    margin-bottom: 10vw;
    padding-bottom: 2rem;
  }

  .home-hero-content {
    align-items: start;
    justify-items: start;
  }

  .footerparagraph {
    font-size: 1rem;
  }

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

  .button-sub.tabletb {
    display: none;
  }

  .button-sub.tabletb.landscapeshow {
    margin-right: 3vw;
  }

  .section_xxl {
    padding-top: 3.75rem;
    padding-bottom: 4.4rem;
  }

  .div-block-32 {
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: center;
  }

  .div-block-34 {
    position: relative;
    bottom: auto;
  }

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

  .iconimage.star {
    height: 10rem;
    right: auto;
  }

  .topsection {
    border-bottom-style: none;
    padding-top: 8rem;
    padding-bottom: 15vw;
  }

  .div-block-3 {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-top: 0;
    position: relative;
    bottom: auto;
  }

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

  .div-block-83 {
    display: block;
  }

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

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

  .paragraph-25.nopadding {
    line-height: 1.6;
  }

  .paragraph-25.last {
    margin-bottom: 0;
  }

  .servicelistwrapper {
    grid-row-gap: .1rem;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
  }

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

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

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

  .mapsection {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

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

  .button {
    background-position: 12% 52%;
    background-size: auto 38%;
    font-size: 1rem;
  }

  .detailrates-2 {
    padding-bottom: 35px;
  }

  .detailrate-2.sub {
    font-size: 1rem;
    line-height: 1.4;
  }

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

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

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

  .pricingtitle {
    font-size: 1.5rem;
  }

  .trformwrapper {
    margin-top: -1rem;
    margin-bottom: 3rem;
  }

  .title_xxl.herot {
    font-size: 1.8rem;
  }

  .para_s {
    font-size: 1rem;
    line-height: 1.5;
  }

  .para_s.fee-p-1 {
    margin-top: -1.125rem;
  }

  .title_l {
    font-size: 1.65rem;
  }

  .title_m.service-card-t {
    font-size: 1.5rem;
  }

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

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

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

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

  .formwrapper {
    width: 95vw;
  }

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

  .div-block-8 {
    margin-top: 0;
  }

  .s1c1bg {
    height: auto;
    bottom: 13%;
  }

  .s1c1bg.arrow {
    width: 6vw;
    top: auto;
    bottom: 28%;
    left: 36%;
    right: auto;
  }

  .herocarslider {
    min-width: 21rem;
    margin-left: 7%;
    margin-right: auto;
  }

  .herocarimage {
    max-width: 29rem;
    min-width: 0;
    display: none;
    top: 40%;
  }

  .herocarimage.p1 {
    width: 85%;
  }

  .herocarimage.mobile {
    width: 40vw;
    height: auto;
    min-width: 15.9rem;
    margin-top: -7vw;
    display: block;
    position: absolute;
    top: -3rem;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .slide {
    height: 85%;
  }

  .list-copy-4 {
    grid-template-columns: auto auto;
  }

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

  .itemboxes.fomat1 {
    padding-left: 1.5rem;
  }

  .div-block-849 {
    position: relative;
  }

  .image-7 {
    height: 38vw;
  }

  .homeservicewrapper {
    margin-bottom: 1.4rem;
  }

  .topwrapper {
    height: 45vw;
  }

  .text-block-14 {
    font-size: .95rem;
  }

  .pagespace {
    border-bottom-style: none;
    padding-top: 7rem;
  }

  .image-9 {
    width: 3rem;
    margin-right: 1.7rem;
  }

  .div-block-20 {
    margin-top: 1rem;
  }

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

  .para_s-2.format4 {
    font-size: .94rem;
  }

  .div-block-6 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-list-wrapper.w--open {
    padding-top: 30px;
  }

  .navmenu {
    width: 90vw;
    max-height: 88vh;
  }

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

  .brand {
    max-width: 60vw;
  }

  .nav-container {
    height: 4rem;
    max-width: 90%;
    justify-content: center;
  }

  .nav-container.navtop-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    top: .2rem;
  }

  .nav-menu-button {
    width: 2.8125rem;
    min-height: 2.8125rem;
    min-width: 2.8125rem;
  }

  .new-item-wrapper {
    padding-top: .4375rem;
    padding-bottom: .4375rem;
  }

  .new-item-wrapper.buttonwrapper.landscapehide {
    display: flex;
  }

  .logo {
    height: 102%;
  }

  .dropdown-link {
    white-space: normal;
  }

  .navbar {
    top: 1.2rem;
  }

  .navbartop {
    height: 3.3rem;
    position: absolute;
  }

  .navtop-paragraph.middledivider, .bg.gredient {
    display: none;
  }

  .bg.gredient.mobile {
    background-image: linear-gradient(#113b5a, rgba(41, 91, 117, .84) 41%, rgba(111, 184, 194, .38) 85%, rgba(0, 0, 0, 0));
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .different-font {
    font-size: 2.2rem;
  }

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

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

  .footer {
    padding-top: 12.5vw;
  }

  .footertitle {
    margin-bottom: .4375rem;
  }

  .footeritemwrapper.wrap {
    flex-wrap: wrap;
  }

  .image-4 {
    height: 50vw;
  }

  .container-9.footercontainer {
    margin-top: 2rem;
  }

  .title_xl {
    font-size: 1.75rem;
  }

  .title_s.herosubt {
    font-size: 1rem;
  }

  .home-hero-intro {
    grid-row-gap: 1rem;
    margin-bottom: 29vw;
  }

  .home-hero-title {
    grid-row-gap: .75rem;
  }

  .home-hero-content {
    grid-template-columns: 1fr;
    margin-top: 6rem;
    margin-bottom: 3rem;
    padding-top: 8vw;
    padding-bottom: 9vw;
  }

  .div-block-31 {
    grid-auto-columns: 1fr;
  }

  .button-sub.tabletb.landscapeshow {
    display: none;
  }

  .section_xxl {
    padding-top: 3.75rem;
    padding-bottom: 4rem;
  }

  .section_xxl.dc1 {
    padding-top: 2.7rem;
  }

  .div-block-34 {
    padding-top: 1.4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-37 {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .topsection {
    padding-top: 6.5rem;
    padding-bottom: 20vw;
  }

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

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

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

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

  .iconwrapper {
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: .8rem;
  }

  .mapsection {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

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

  .button {
    align-self: auto;
  }

  .detailrates-2 {
    padding-bottom: 30px;
  }

  .pricingtab {
    width: 100%;
  }

  .div-block-55 {
    width: 95%;
  }

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

  .ratewrapper-2 {
    margin-top: 1.05rem;
    margin-bottom: 1.1rem;
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

  .pricingtitle {
    margin-top: 1.5625rem;
    font-size: 1.3rem;
  }

  .trformwrapper {
    width: 95vw;
    padding: .95rem 2vw;
  }

  .title_xxl {
    font-size: 2.1rem;
  }

  .title_xxl.herot {
    color: #42c1d3;
    text-shadow: 0 0 3px rgba(45, 31, 29, .83);
    font-size: 1.35rem;
  }

  .para_s.feature-p {
    font-size: .9rem;
  }

  .para_s.fee-p-1 {
    margin-top: -.625rem;
  }

  .para_s.service-card-p {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .title_l {
    font-size: 1.5rem;
  }

  .title_m {
    font-size: 1.25rem;
  }

  .title_m.service-card-t {
    font-size: 1.3rem;
  }

  .title_m.format1 {
    font-size: 5vw;
  }

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

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

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

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

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

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

  .formwrapper {
    width: 100vw;
  }

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

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

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

  .s1c1bg {
    z-index: 1;
  }

  .s1c1bg.arrow {
    width: 11vw;
    left: 45%;
  }

  .homes1 {
    overflow: hidden;
  }

  .herocarslider {
    width: 80%;
    min-width: 0;
    margin-left: 5vw;
    margin-right: auto;
  }

  .herocarimage {
    max-height: 14rem;
    object-position: 50% 50%;
    top: 56%;
  }

  .herocarimage.p1 {
    width: 90%;
  }

  .herocarimage.mobile {
    width: 70vw;
    min-width: 0;
    top: -26vw;
    left: -3%;
  }

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

  .mapwrapper {
    margin-bottom: 2rem;
  }

  .itemboxes {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .itemboxes.fomat2 {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .itemboxes.fomat1 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .text-span-32 {
    font-size: .9rem;
  }

  .image-7 {
    height: 45vw;
    margin-top: .5rem;
  }

  .text-span-33 {
    display: inline;
  }

  .homeservicewrapper {
    margin-bottom: 1.1rem;
  }

  .topwrapper {
    height: 50vw;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pagespace {
    padding-top: 5.8rem;
  }

  .image-9 {
    margin-bottom: 1.1rem;
  }

  .image-10 {
    padding-left: .4rem;
    padding-right: .4rem;
  }

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

  .paragraph-17 {
    padding: 7px 5px;
    font-size: 3.5vw;
  }

  .price-text {
    font-size: 3.8vw;
    line-height: 1.3;
  }

  .price-text.superscript {
    margin-left: .1rem;
    font-size: 3vw;
  }

  .div-block-22 {
    padding: .5rem .5rem .6rem;
  }

  .div-block-22.format1 {
    padding-bottom: .1rem;
    padding-left: 1rem;
  }

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

  .para_s-2.format2 {
    margin-bottom: 1.3rem;
    font-size: 3.2vw;
  }

  .para_s-2.format4 {
    margin-left: .4rem;
    margin-right: .4rem;
    font-size: 3.7vw;
  }

  .para_s-2.format3 {
    margin-left: .1rem;
    font-size: 3vw;
  }

  .s1c1bg-whole {
    object-position: 80% 80%;
  }

  .s1c1bg-whole.arrow {
    z-index: 0;
    width: 110%;
    max-width: 28.5rem;
    opacity: .64;
    margin-bottom: 1.5rem;
    bottom: -24%;
    right: -10%;
  }
}

#w-node-_4af63b67-5d71-b1d6-4106-c1e9e7dcfc86-9d8faf19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_4af63b67-5d71-b1d6-4106-c1e9e7dcfc8a-9d8faf19, #w-node-c9966e87-990e-31bc-a0ea-b60aa24b3b53-9d8faf19, #w-node-de046760-b2b6-30a4-6f7b-e90d4960aa06-9d8faf19, #w-node-e8bdf4c9-7ed0-6cf1-060b-b4433f9eef5f-9d8faf19, #w-node-_794df5ac-3f30-5acf-e366-4feff03ec7dc-9d8faf19, #w-node-_59ba29d4-4f37-c814-24fd-92d9c8783e6e-9d8faf19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d7af3e-380f-4f0f-3f1f-98705ce28164-9d8faf19 {
  align-self: center;
}

#w-node-ce5fab9e-6260-0fc2-d345-131036e73b07-9d8faf19, #w-node-_065c7bc2-b8d7-2cf3-dff8-98eea73b3e2f-9d8faf19, #w-node-b4dd9c77-0de0-de5f-637a-60c23b952203-9d8faf19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a05dfbd-2f46-4537-6001-d7aeae198a94-9d8faf19 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ef2ef04e-437b-d9fd-da3d-933e7c60fb60-9d8faf19 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-ae677b4a-db4b-11ce-e3b7-ff774225cdb2-9d8faf19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f15689d8-1a8e-d629-94fc-fd609f4440d4-9f4440ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09083761-f822-07fe-d975-e19528f26810-9d8faf1b {
  align-self: start;
}

#w-node-ab22976c-d790-ddc9-c61c-9426de4b116d-9d8faf1b, #w-node-ab22976c-d790-ddc9-c61c-9426de4b116e-9d8faf1b, #w-node-_80ca5a12-1977-463f-bcf5-c75cbf764b80-9d8faf1b, #w-node-c8a44961-9986-c26a-97c9-21e1f6843fae-9d8faf1b, #w-node-fdc6eed3-909a-3c5a-20a7-582a37d1de23-9d8faf1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a245e6f2-77b6-104c-b4d7-88f06baf671f-9d8faf1b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_46fb02ce-74a4-a2db-033c-bfbcba5581ba-5ae6716d {
  grid-area: 1 / 2 / 5 / 3;
  align-self: center;
}

#w-node-f30cd76a-a8c6-b221-8b91-222e5ae67171-5ae6716d, #w-node-f30cd76a-a8c6-b221-8b91-222e5ae67172-5ae6716d, #w-node-f30cd76a-a8c6-b221-8b91-222e5ae6717d-5ae6716d, #w-node-f30cd76a-a8c6-b221-8b91-222e5ae6717e-5ae6716d, #w-node-_4855c17e-68b1-f3a7-9f5b-1a900bf151f9-5ae6716d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09083761-f822-07fe-d975-e19528f26810-9d8faf1e {
  align-self: start;
}

#w-node-ab22976c-d790-ddc9-c61c-9426de4b116d-9d8faf1e, #w-node-ab22976c-d790-ddc9-c61c-9426de4b116e-9d8faf1e, #w-node-ddf6432a-6922-e3f6-ee83-5d8d00d2c2a6-9d8faf1e, #w-node-_80ca5a12-1977-463f-bcf5-c75cbf764b80-9d8faf1e, #w-node-_18e209f1-ac7e-e324-650f-76ae70c4d93f-9d8faf1e, #w-node-_1a0b84b0-2ce5-3a00-2272-925b27861065-27861065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a0b84b0-2ce5-3a00-2272-925b27861069-27861065 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1a0b84b0-2ce5-3a00-2272-925b2786106d-27861065 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a0b84b0-2ce5-3a00-2272-925b27861077-27861065 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1a0b84b0-2ce5-3a00-2272-925b27861081-27861065 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_1a0b84b0-2ce5-3a00-2272-925b278610aa-27861065 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_1a0b84b0-2ce5-3a00-2272-925b278610b3-27861065 {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-_1a0b84b0-2ce5-3a00-2272-925b278610b7-27861065 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d0-9d8faf20 {
  align-self: start;
}

#w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d3-9d8faf20, #w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d5-9d8faf20, #w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d7-9d8faf20, #w-node-ab0bf03e-759c-9ac0-4a38-b988278334de-686e1462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d0-9d8faf21 {
  align-self: start;
}

#w-node-add1f1b6-88b2-c7a7-ebfe-3c4385aaa815-9d8faf21, #w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d5-9d8faf21, #w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d7-9d8faf21, #w-node-_8a062694-d825-b86a-f8ef-8670ff194113-ff194112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_720de6f3-35bf-4df3-b374-cdc00d706c3d-9d8faf23, #w-node-_97daeb29-ba0c-a02c-6196-dbc10e85dd3e-9d8faf23 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-de046760-b2b6-30a4-6f7b-e90d4960aa06-9d8faf19, #w-node-ae677b4a-db4b-11ce-e3b7-ff774225cdb2-9d8faf19, #w-node-ab22976c-d790-ddc9-c61c-9426de4b116e-9d8faf1b, #w-node-fdc6eed3-909a-3c5a-20a7-582a37d1de23-9d8faf1b, #w-node-ab22976c-d790-ddc9-c61c-9426de4b116e-9d8faf1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a0b84b0-2ce5-3a00-2272-925b278610b3-27861065 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_59ba29d4-4f37-c814-24fd-92d9c8783e52-9d8faf19 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4af63b67-5d71-b1d6-4106-c1e9e7dcfc86-9d8faf19 {
    justify-self: start;
  }

  #w-node-_59ba29d4-4f37-c814-24fd-92d9c8783e52-9d8faf19, #w-node-f1d7af3e-380f-4f0f-3f1f-98705ce28164-9d8faf19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0254a9bd-29a9-4221-c979-f69cd3eadad5-9d8faf19 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2a05dfbd-2f46-4537-6001-d7aeae198a94-9d8faf19 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2a05dfbd-2f46-4537-6001-d7aeae198a97-9d8faf19 {
    justify-self: center;
  }

  #w-node-_2087239d-f028-250d-8b0d-d4494b22b745-9d8faf19, #w-node-_1a7d2841-3cef-fd3a-5159-6341e441edb9-9d8faf19, #w-node-_365ed015-6fa6-23a0-7ad4-3934e88b3a71-9d8faf19, #w-node-b76c1643-9176-0070-3d4c-3f79910b905a-9d8faf19, #w-node-_91618fab-f1ee-35fb-c37b-c823c19e3e6b-9d8faf19, #w-node-ec731ae7-7cee-9dfb-085f-fba7a4b5c24e-9d8faf19, #w-node-bd5b08ac-d7cc-5597-a911-53ba1ca6799d-9d8faf19, #w-node-_23acafb5-6382-d5c9-a0db-e2e65599cf12-9d8faf19, #w-node-_71a0d295-f198-c4dd-5d05-6fd426538075-9d8faf19, #w-node-cf66ad0b-b97d-90ef-17dd-7dd5cc458bd5-9d8faf19, #w-node-be710b45-14c5-da32-5012-71cf88374868-9d8faf19, #w-node-_4a510560-c520-e61c-41fa-944b6a358f6d-9d8faf19, #w-node-_0c876a37-7266-ef3d-43db-fb756c395c61-9d8faf19, #w-node-_5ee652cc-067f-b523-e998-536b2c2f9bd8-9d8faf19, #w-node-_58f2a260-c1fc-b9fb-f83f-110638bb0616-9d8faf19, #w-node-_2a05dfbd-2f46-4537-6001-d7aeae198add-9d8faf19 {
    grid-column: span 1 / span 1;
  }

  #w-node-ef2ef04e-437b-d9fd-da3d-933e7c60fb60-9d8faf19 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f15689d8-1a8e-d629-94fc-fd609f4440d4-9f4440ab {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_46fb02ce-74a4-a2db-033c-bfbcba5581ba-5ae6716d {
    grid-row-end: 3;
    align-self: end;
  }

  #w-node-_18e209f1-ac7e-e324-650f-76ae70c4d93f-9d8faf1e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a0b84b0-2ce5-3a00-2272-925b278610b7-27861065 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d7-9d8faf20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ab0bf03e-759c-9ac0-4a38-b988278334de-686e1462 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d7-9d8faf21 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8a062694-d825-b86a-f8ef-8670ff194113-ff194112 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4af63b67-5d71-b1d6-4106-c1e9e7dcfc88-9d8faf19 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_59ba29d4-4f37-c814-24fd-92d9c8783e41-9d8faf19 {
    grid-row-end: 3;
  }

  #w-node-f1d7af3e-380f-4f0f-3f1f-98705ce28164-9d8faf19 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-f15689d8-1a8e-d629-94fc-fd609f4440d4-9f4440ab {
    grid-column-end: 2;
  }

  #w-node-f15689d8-1a8e-d629-94fc-fd609f4440ad-9f4440ab {
    grid-area: 3 / 1 / 4 / 2;
  }

  #contact.w-node-f15689d8-1a8e-d629-94fc-fd609f4440ba-9f4440ab {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-_09083761-f822-07fe-d975-e19528f26810-9d8faf1b {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-a245e6f2-77b6-104c-b4d7-88f06baf671f-9d8faf1b {
    grid-column: span 1 / span 1;
  }

  #w-node-_46fb02ce-74a4-a2db-033c-bfbcba5581ba-5ae6716d {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_09083761-f822-07fe-d975-e19528f26810-9d8faf1e {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_18e209f1-ac7e-e324-650f-76ae70c4d93f-9d8faf1e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d0-9d8faf20 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d7-9d8faf20 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d0-9d8faf21 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d7-9d8faf21 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_720de6f3-35bf-4df3-b374-cdc00d706c32-9d8faf23 {
    grid-column: span 1 / span 1;
  }

  #w-node-_720de6f3-35bf-4df3-b374-cdc00d706c3d-9d8faf23, #w-node-_97daeb29-ba0c-a02c-6196-dbc10e85dd3e-9d8faf23 {
    justify-self: auto;
  }

  #w-node-_720de6f3-35bf-4df3-b374-cdc00d706c4d-9d8faf23, #w-node-_720de6f3-35bf-4df3-b374-cdc00d706c63-9d8faf23 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4af63b67-5d71-b1d6-4106-c1e9e7dcfc86-9d8faf19, #w-node-_59ba29d4-4f37-c814-24fd-92d9c8783e52-9d8faf19 {
    grid-column: span 1 / span 1;
  }

  #w-node-f1d7af3e-380f-4f0f-3f1f-98705ce28164-9d8faf19, #w-node-_09083761-f822-07fe-d975-e19528f26810-9d8faf1b, #w-node-_09083761-f822-07fe-d975-e19528f26810-9d8faf1e {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_1a0b84b0-2ce5-3a00-2272-925b278610b7-27861065 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d0-9d8faf20, #w-node-_90428f0b-8295-6b79-a6dd-2961bae8c7d0-9d8faf21 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }
}


@font-face {
  font-family: 'Franklin Gothic';
  src: url('../fonts/FranklinGothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franklin Gothic';
  src: url('../fonts/FranklinGothicITALIC.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Franklin Gothic Condensed';
  src: url('../fonts/Franklin-Gothic-Condensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}