body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

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

.dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 0 0 10px 1px rgba(9, 11, 44, 0.2);
}

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

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

.logo {
  position: relative;
  height: 55%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.dropdown-list.w--open {
  display: block;
}

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

.bg-2.navbarlinkicon {
  left: -13px;
  top: -5px;
  right: auto;
  display: block;
  width: 3.5rem;
  height: 1.25rem;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

.dropdownlink {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0.625rem 1.25rem;
  background-color: #13153e;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #fff;
  font-size: 1.3vw;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.dropdownlink:hover {
  background-color: #313468;
  color: #fff;
}

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

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

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

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

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

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

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

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

.new-item-wrapper.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1vw;
  padding-top: 0rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navmenuwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.link {
  text-decoration: none;
}

.navbarlinkwrapper {
  position: relative;
}

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

.body {
  background-color: #fff;
  font-family: Urbanist, sans-serif;
  color: #08262d;
  font-size: 1.15rem;
  line-height: 1.6;
}

.pagewrapper {
  overflow: hidden;
  padding-top: 6.6875rem;
}

.pagewrapper.home {
  padding-top: 0px;
}

.pagewrapper.white {
  background-color: #eee;
}

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

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 105rem;
  margin-right: 8vw;
  margin-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  min-height: 95vh;
  padding-top: 12rem;
  padding-bottom: 7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  text-shadow: 1px 1px 0 rgba(9, 11, 44, 0.2);
}

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

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

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

.bg.image.herobg {
  bottom: auto;
  -webkit-filter: none;
  filter: none;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.bg.image.herobgdriver {
  left: auto;
  top: auto;
  right: 8%;
  bottom: -2%;
  width: 31%;
  height: auto;
  max-height: 80%;
  min-height: 10%;
  min-width: 22.5rem;
  -webkit-filter: none;
  filter: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.bg.image.footerbg {
  -o-object-position: 50% 70%;
  object-position: 50% 70%;
}

.bg.herobgg {
  background-color: rgba(246, 255, 254, 0.52);
}

.div-block-13 {
  display: -ms-grid;
  display: grid;
  width: 105%;
  height: 31.5rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 1.875rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-5 {
  position: relative;
  width: 100%;
  height: 18vw;
  max-height: 18rem;
  box-shadow: 0 5px 10px -5px rgba(9, 11, 44, 0.2);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5.blur {
  position: absolute;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: auto;
  display: none;
  box-shadow: 0 10px 30px 0 rgba(10, 12, 49, 0.9);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.div-block-14 {
  position: relative;
  width: 93%;
}

.title_m {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.title_m.service_title {
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}

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

.section_xl.speical {
  padding-top: 0rem;
  padding-bottom: 3rem;
}

.section_xl.formsection {
  padding-bottom: 0rem;
}

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

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

.div-block-16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-17 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 3.05rem;
  margin-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: auto;
  grid-column-gap: 3.3vw;
  grid-row-gap: 1.875rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.title_xl.incident {
  color: #e40117;
}

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

.title_xl.format1 {
  color: #000;
}

.title_xl.service-t {
  color: #e40117;
  text-align: left;
}

.image-6 {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.section_l.ratesectionhide {
  display: none;
}

.section_l.dc1 {
  background-color: #eee;
}

.footerheader {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  max-width: 105rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.8rem;
  padding-bottom: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
}

.footermenu {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #eee;
  font-size: 1.04rem;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
}

.footermenu.first {
  padding-top: 0px;
}

.footermenu.nohover:hover {
  color: #eee;
}

.footermain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d0d8e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 11, 44, 0.2)), to(rgba(9, 11, 44, 0.2)));
  background-image: linear-gradient(180deg, rgba(9, 11, 44, 0.2), rgba(9, 11, 44, 0.2));
}

.subfootertext {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: left;
}

.link-4 {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: rgba(10, 12, 49, 0.9);
  text-decoration: none;
}

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

.space {
  font-size: 10px;
}

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

.footerlink:hover {
  color: #000;
}

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

.footertitle {
  margin-top: 0px;
  margin-bottom: 1.25rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
}

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

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

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88vw;
  max-width: 105rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-4.footerc {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  width: 88%;
  padding-top: 2.2rem;
  padding-right: 0px;
  padding-left: 0px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

.footerparagraph {
  margin-top: 0px;
  margin-bottom: 0.45rem;
  color: #08262d;
  font-size: 1.04rem;
  line-height: 1.45;
  text-decoration: none;
}

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

.footerparagraph.footermenu {
  margin-bottom: 0rem;
  padding-top: 0.225rem;
  padding-bottom: 0.225rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.footerparagraph.footermenu:hover {
  color: #000;
}

.footerparagraph.footermenu.first {
  padding-bottom: 0rem;
}

.footerparagraph.footermenu.title:hover {
  color: #08262d;
}

.footerparagraph.footermenu.sub {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-left: 0.4px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}

.subfooterwrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #f3f3f3;
  text-align: center;
}

.footerbrand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footerlogo {
  position: relative;
  bottom: 0px;
  height: 2.9rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-20 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.25rem;
  grid-row-gap: 4.5rem;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.div-block-21 {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.1875rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto 1.7fr;
  grid-template-columns: auto 1.7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.serviceimage {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

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

.div-block-38 {
  display: -ms-grid;
  display: grid;
  max-width: 270px;
  min-width: 250px;
  margin-left: 30px;
  align-self: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.serviceimgaewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 100%;
  max-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #fff;
}

.text-block-6 {
  color: #89c240;
  font-size: 16px;
  font-weight: 500;
}

.text-block-6.check {
  width: auto;
  margin-right: 8px;
  font-weight: 600;
}

.pricingtitle {
  z-index: 1;
  margin-top: 2rem;
  margin-bottom: 0px;
  padding-right: 1.95rem;
  padding-left: 1.95rem;
  color: #08262d;
  font-size: 1.625rem;
  line-height: 1.3;
  text-align: center;
}

.detailrates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 2.9625rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

.bg-3.pricing {
  border-style: solid;
  border-width: 10px;
  border-color: #08262d;
  background-color: #fff;
  box-shadow: inset 0 0 1px 1px #f3f3f3;
}

.pricingtab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

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

.paragraph_s {
  margin-top: 0.625rem;
  margin-bottom: 0px;
  font-size: 1.07rem;
}

.paragraph_s.sub {
  margin-top: 0px;
  font-size: 1rem;
  font-style: italic;
}

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

.detailrate.small {
  font-size: 0.95rem;
  font-style: italic;
}

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

.feewrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 100rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.divider-2.padding {
  margin-top: 0.55rem;
  margin-bottom: 0.75rem;
  background-color: rgba(9, 11, 44, 0.2);
}

.ratetag {
  margin-bottom: 0px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  color: #fff;
  text-align: center;
}

.paragraph-19 {
  margin-top: 0.7rem;
  margin-bottom: 0px;
}

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

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

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

.arrow {
  display: inline-block;
}

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

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

.iframecode {
  display: none;
}

.iframecode.hide {
  display: block;
}

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

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

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

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

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

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

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

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

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

.jobheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.paymenticon {
  overflow: hidden;
  height: 1.6875rem;
  margin-top: 0.375rem;
  margin-right: 0.375rem;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(9, 11, 44, 0.2);
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-self: flex-start;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-18 {
  display: block;
  margin-top: 0.625rem;
  color: #000;
  font-weight: 900;
}

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

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

.mapsection {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.paragraph-20 {
  margin-bottom: 0px;
  text-align: left;
}

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

.text-span-19 {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-69 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27vw;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-8 {
  width: 100%;
  height: 100%;
  background-image: url('../images/wheelchaircar17.jpg');
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.paragraph-26.first {
  margin-top: 1.5rem;
}

.paragraph-26.first2 {
  margin-top: 0rem;
}

.title_l {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}

.paragraph-1 {
  margin-top: 0.625rem;
  margin-bottom: 0.2rem;
}

.paragraph-1.first {
  margin-top: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.herotitle {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
}

.herotitle.forrmat1 {
  color: #ffb400;
  font-size: 1.5rem;
  text-shadow: 1px 1px 1px #13153e;
}

.herotitle.slidetext_front {
  margin-top: 0px;
  margin-right: 0.5rem;
  margin-bottom: 0rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #08262d;
}

.herotitle.large {
  font-family: Staatliches, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  text-transform: uppercase;
}

.slide-nav {
  display: none;
}

.slider {
  max-height: 2.7rem;
  max-width: 84vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.textslider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  position: relative;
  z-index: 3;
  padding: 0.6rem 1.56rem;
  border-radius: 0.5rem;
  background-color: #e40117;
  box-shadow: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
  white-space: nowrap;
}

.button:hover {
  background-color: #13153e;
}

.button.btn_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.5rem;
  margin-top: 0.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #313468;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.button.btn_hero:hover {
  background-color: #13153e;
}

.button.navbtn {
  padding-right: 1.16rem;
  padding-left: 1.16rem;
  background-color: #e40117;
  font-size: 1.35vw;
  line-height: 1.3;
}

.button.dc1 {
  background-color: #e40117;
}

.button.sub {
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
}

.button.sub:hover {
  background-color: #ffb400;
}

.navbarbg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 0.6rem;
  background-color: rgba(10, 12, 49, 0.9);
  box-shadow: 0 12px 10px -7px rgba(9, 11, 44, 0.2);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.servicec {
  position: relative;
  top: -1.5rem;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  margin-bottom: -1.5rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: background-color 300ms ease, padding 500ms ease;
  transition: background-color 300ms ease, padding 500ms ease;
  color: #08262d;
  text-decoration: none;
}

.servicec:hover {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-radius: 0.5rem;
  background-color: #313468;
  color: #fff;
}

.nabbar_divider {
  height: 0.5px;
  background-color: #f3f3f3;
}

.dot {
  display: inline-block;
  width: 0.3rem;
  margin-right: 0.15rem;
  margin-left: 0.8rem;
  background-image: url('../images/icon_dot1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  color: transparent;
}

.nowrap {
  white-space: nowrap;
}

.div-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-5 {
  display: -ms-grid;
  display: grid;
  align-self: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.875rem;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mapwrapper {
  position: relative;
  display: none;
  width: 35vw;
  max-width: 25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

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

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

.destination_list {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-left: 1.25rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.iconwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.3rem;
  margin-right: 1.9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.herobgdec {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(197, 44, 11, 0.91);
  -webkit-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

.herobgdecwrapper {
  position: absolute;
  left: 71%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 50%;
  height: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-5 {
  color: #ffb400;
}

.logotitle {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Anton;
  color: #e40117;
  font-size: 1.65rem;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.italic-text-2 {
  display: inline-block;
  margin-top: 0.2rem;
  font-size: 1rem;
}

.image-9 {
  position: relative;
  width: 26vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.whitebg {
  display: none;
  width: 70%;
  height: 50%;
  border-radius: 100rem;
  background-color: #fff;
  opacity: 0.39;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.whitebg.servicebg {
  position: absolute;
}

.slider-p {
  position: relative;
  color: #000;
  line-height: 1.2;
  font-weight: 900;
}

.slider-p.slidertext {
  margin-top: 0px;
  color: #e40117;
  text-align: left;
  text-shadow: 1px 1px 1px #000;
}

.slider-p.slidetext_front {
  margin-top: 0px;
  margin-right: 0.5rem;
  margin-bottom: 0rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #08262d;
}

.slider-p.large {
  font-family: Anton;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.slider-p._2 {
  margin-top: 0rem;
}

.text-span-20 {
  display: inline-block;
  margin-bottom: 0.2rem;
  color: #e40117;
  text-transform: uppercase;
}

.title_s {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}

.title_s.special2 {
  margin-right: 3.1rem;
  margin-bottom: 0.5rem;
}

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

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

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

.div-block-70 {
  min-width: 5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

  .dropdownlink {
    font-size: 17px;
    line-height: 1.6;
  }

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

  .navbarlink {
    font-size: 1.125rem;
  }

  .bg.image.herobgdriver {
    width: 28%;
  }

  .div-block-13 {
    height: 33rem;
  }

  .title_xl.incident {
    font-family: Oswald, sans-serif;
  }

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

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

  .button.navbtn {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1920px) {
  .dropdownlink {
    padding: 0.925rem 1.95rem;
    font-size: 1.5rem;
  }

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

  .navbarlink {
    font-size: 1.6rem;
  }

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

  .body {
    font-size: 1.75rem;
  }

  .pagewrapper {
    padding-top: 10rem;
  }

  .div-block-6 {
    padding-bottom: 4.5rem;
  }

  .div-block-2 {
    padding-top: 16rem;
    padding-bottom: 8rem;
  }

  .bg.image.herobgdriver {
    right: 8%;
    bottom: 0%;
    width: 30%;
  }

  .div-block-13 {
    height: 45.5rem;
  }

  .title_m {
    font-size: 2.4rem;
  }

  .title_m.service_title {
    margin-top: 1rem;
    margin-bottom: 0.4rem;
  }

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

  .title_xl {
    font-size: 3.2rem;
  }

  .image-6 {
    width: 7rem;
    height: 7rem;
  }

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

  .footerheader {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .footermenu {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 1.55rem;
  }

  .subfootertext {
    font-size: 1.3rem;
  }

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

  .container-4.footerc {
    padding-top: 3.7rem;
  }

  .footerparagraph {
    margin-bottom: 0.7rem;
    font-size: 1.55rem;
  }

  .footerparagraph.footermenu.sub {
    font-size: 1.5rem;
  }

  .subfooterwrapper {
    margin-top: 3.5rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .footerlogo {
    height: 3.9rem;
  }

  .div-block-20 {
    grid-column-gap: 3.25rem;
    grid-row-gap: 6rem;
  }

  .div-block-21 {
    grid-column-gap: 4rem;
  }

  .pricingtitle {
    font-size: 2rem;
  }

  .ratewrapper {
    margin-top: 1.55rem;
    margin-bottom: 1.55rem;
    padding-top: 1.45rem;
    padding-bottom: 1.45rem;
  }

  .pricingtab {
    padding-bottom: 1.3rem;
  }

  .paragraph_s {
    font-size: 1.6rem;
  }

  .paragraph_s.sub {
    font-size: 1.55rem;
  }

  .detailrate.small {
    font-size: 1.4rem;
  }

  .feewrapper {
    grid-column-gap: 1.5rem;
  }

  .divider-2.padding {
    margin-top: 0.95rem;
    margin-bottom: 1.15rem;
  }

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

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

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

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

  .formwrapper {
    margin-top: 2.8rem;
  }

  .paymenticon {
    height: 2.4rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
  }

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

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

  .div-block-67 {
    margin-top: 2rem;
  }

  .div-block-69 {
    margin-bottom: 3.5rem;
  }

  .title_l {
    font-size: 2.9rem;
  }

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

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

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

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

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

  .herotitle {
    font-size: 3rem;
  }

  .herotitle.forrmat1 {
    font-size: 2rem;
  }

  .herotitle.large {
    font-size: 6rem;
  }

  .slider {
    max-height: 4.5rem;
    max-width: 50rem;
  }

  .button {
    padding-right: 2.36rem;
    padding-left: 2.36rem;
  }

  .button.btn_hero {
    min-height: 5rem;
    padding-right: 3.26rem;
    padding-left: 3.26rem;
    font-size: 2rem;
  }

  .button.navbtn {
    padding-right: 1.66rem;
    padding-left: 1.66rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .button.sub {
    padding: 0.7rem 1.9rem;
    font-size: 1.45rem;
  }

  .servicec {
    top: -2rem;
    margin-bottom: -2rem;
    padding-right: 1.7rem;
    padding-left: 1.7rem;
  }

  .servicec:hover {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

  .dot {
    width: 0.7rem;
    margin-left: 1.2rem;
  }

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

  .mapwrapper {
    max-width: 35rem;
  }

  .destination_list {
    grid-column-gap: 3.5rem;
  }

  .iconwrapper {
    width: 6rem;
    margin-right: 2.2rem;
  }

  .logotitle {
    font-size: 2.4rem;
  }

  .italic-text-2 {
    margin-top: 0.4rem;
    font-size: 1.4rem;
  }

  .whitebg {
    width: 100%;
  }

  .slider-p.large {
    font-size: 6rem;
  }

  .title_s {
    font-size: 1.35rem;
  }

  .navigation {
    top: -12rem;
  }
}

@media screen and (max-width: 991px) {
  .hearder-button-line-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #e40117;
  }

  .div-block-11 {
    display: -ms-grid;
    display: grid;
    margin-top: auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 0.2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .dropdown-list-wrapper {
    margin-top: 0rem;
    margin-bottom: 0.2rem;
    background-color: transparent;
    box-shadow: none;
  }

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

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

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

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

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

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

  .nav-menu-button.w--open {
    background-color: rgba(10, 12, 49, 0.9);
  }

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

  .text-block-4 {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.4;
    text-transform: none;
  }

  .text-block-4.opa {
    max-height: 1rem;
    opacity: 0;
  }

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

  .navmenu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: auto;
    height: 100vh;
    margin-top: -1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    box-shadow: -3px 0 2px 0 rgba(9, 11, 44, 0.2);
  }

  .dropdownlink {
    padding: 0.15rem 0rem;
    border-bottom-style: none;
    background-color: transparent;
    color: #08262d;
    font-size: 1.07rem;
    text-align: center;
    white-space: normal;
  }

  .dropdownlink:hover {
    background-color: transparent;
    color: #08262d;
  }

  .dropdownlink.w--current {
    color: #08262d;
  }

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

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

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

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

  .new-item-wrapper.main {
    margin-top: 0.5rem;
    margin-left: 0vw;
  }

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

  .navmenuwrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    height: 100vh;
    max-height: 100vh;
    padding-top: 1.875rem;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

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

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

  .link.navcontactlink {
    color: #000;
    font-size: 1.07rem;
    line-height: 1.4;
  }

  .div-block-2 {
    padding-top: 11rem;
  }

  .bg.image.herobgdriver {
    top: 40%;
    right: 7%;
    bottom: auto;
    width: 42%;
  }

  .div-block-13 {
    height: auto;
  }

  .image-5 {
    height: 23vw;
  }

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

  .footertitle {
    margin-bottom: 20px;
  }

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

  .container-4.footerc {
    justify-items: stretch;
    grid-column-gap: 2vw;
    grid-row-gap: 2.5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .subfooterwrapper {
    margin-top: 0px;
  }

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

  .div-block-35 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-21 {
    justify-items: start;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .serviceimage {
    min-height: 0px;
    min-width: 0px;
  }

  .servicecontentwrapper {
    max-width: 88vw;
  }

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

  .div-block-38 {
    min-width: 230px;
  }

  .serviceimgaewrapper {
    width: 100%;
    height: 37vw;
    max-height: none;
  }

  .pricingtitle {
    font-size: 1.5rem;
  }

  .pricingtab {
    max-width: 31rem;
  }

  .feewrapper {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .list-copy {
    grid-column-gap: 4rem;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

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

  .jobcontentwrapper {
    padding-top: 0px;
  }

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

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

  .mapcontentwrapper {
    padding-left: 0%;
  }

  .div-block-69 {
    width: 100%;
    height: 29vw;
  }

  .herotitle.forrmat1 {
    width: 65%;
    font-size: 1.2rem;
  }

  .herotitle.large {
    max-width: 100%;
  }

  .button {
    text-align: center;
  }

  .button.navbtn {
    font-size: 1.125rem;
  }

  .servicec {
    min-height: 100%;
  }

  .servicec:hover {
    overflow: visible;
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: transparent;
    color: #000;
  }

  .nabbar_divider {
    display: none;
  }

  .mapwrapper {
    width: 50vw;
    max-width: 23rem;
  }

  .image-9 {
    width: 44vw;
    height: 30vw;
  }

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

  .whitebg.servicebg {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    margin-left: auto;
  }

  .space_placehoder {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-list-wrapper.w--open {
    margin-left: 0px;
    text-align: left;
  }

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

  .text-block-4 {
    margin-bottom: 10px;
    font-size: 1.07rem;
  }

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

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

  .dropdownlink {
    padding-top: 0.25rem;
    padding-bottom: 0.1875rem;
    font-size: 1rem;
  }

  .brand {
    padding-left: 0px;
  }

  .nav-container {
    max-width: 93%;
    padding-right: 1rem;
    padding-left: 1.5rem;
  }

  .navbarlink {
    font-size: 1.07rem;
  }

  .link.navcontactlink {
    font-size: 1rem;
  }

  .navbar {
    height: 4.6875rem;
    margin-top: 1.25rem;
  }

  .pagewrapper {
    padding-top: 6rem;
  }

  .div-block-2 {
    width: 100%;
    padding-top: 9rem;
    padding-bottom: 5rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .bg.image.herobg {
    left: 0%;
    right: 0%;
    opacity: 1;
  }

  .bg.image.herobgdriver {
    top: auto;
    right: 6%;
    bottom: 0%;
    min-width: 16.5rem;
    -webkit-filter: brightness(106%);
    filter: brightness(106%);
  }

  .bg.image.footerbg {
    left: 0%;
    right: 0%;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .div-block-13 {
    width: 100%;
    grid-row-gap: 4.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-5 {
    height: 30vw;
  }

  .title_m.service_title {
    text-align: left;
  }

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

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

  .div-block-17 {
    margin-top: 2rem;
  }

  .title_xl {
    font-size: 2rem;
  }

  .section_l {
    padding-bottom: 3.125rem;
  }

  .footerheader {
    width: 84%;
  }

  .footermenu {
    padding-bottom: 0.15rem;
  }

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

  .space {
    font-size: 5px;
  }

  .footertitle {
    margin-bottom: 0.9375rem;
    font-size: 1.8rem;
  }

  .footer-content-block {
    min-width: 40%;
  }

  .footer-content-block.last {
    margin-bottom: 0px;
  }

  .container-4 {
    width: 84vw;
  }

  .container-4.footerc {
    width: 84%;
    grid-auto-columns: 1fr;
    grid-row-gap: 2.1875rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footerparagraph {
    margin-bottom: 0.35rem;
  }

  .footerparagraph.payment {
    margin-top: 0.25rem;
  }

  .footerparagraph.footermenu {
    padding-top: 0rem;
    padding-bottom: 0.15rem;
  }

  .subfooterwrapper {
    height: auto;
  }

  .footerlogo {
    height: 2.7rem;
  }

  .div-block-20 {
    width: 100%;
    grid-row-gap: 3.5rem;
  }

  .div-block-38 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .serviceimgaewrapper {
    height: 40vw;
  }

  .text-span-8 {
    font-size: 1.35rem;
  }

  .feewrapper {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .divider-2 {
    height: 0.7px;
  }

  .list-copy {
    min-width: 90%;
    grid-column-gap: 3rem;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

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

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

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

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

  .formwrapper {
    width: 90vw;
  }

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

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

  .paymenticon {
    height: 1.625rem;
  }

  .mapcontainer {
    width: 84vw;
  }

  .mapsection {
    padding-bottom: 2.5rem;
  }

  .div-block-67 {
    margin-top: 0.5rem;
  }

  .title_l {
    font-size: 1.8rem;
  }

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

  .dropdowncontent {
    margin-top: 0.4rem;
  }

  .herotitle {
    font-size: 1.5rem;
  }

  .herotitle.forrmat1 {
    margin-top: 0.25rem;
  }

  .herotitle.large {
    font-size: 3rem;
  }

  .button {
    position: relative;
    z-index: 2;
    line-height: 1.5;
  }

  .button.btn_hero {
    min-height: 3rem;
    font-size: 1.1rem;
  }

  .button.navbtn {
    font-size: 1.07rem;
  }

  .servicec {
    top: -1rem;
    margin-bottom: -1rem;
    padding-right: 0rem;
    padding-left: 0rem;
    justify-items: start;
  }

  .div-block-5 {
    grid-column-gap: 1.2rem;
  }

  .mapwrapper {
    width: 80vw;
    max-width: 18rem;
  }

  .destination_list {
    width: 100%;
  }

  .iconwrapper {
    width: 4rem;
  }

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

  .herobgdecwrapper {
    left: 65%;
    top: 0%;
    height: 100%;
  }

  .logotitle {
    font-size: 1.5rem;
  }

  .image-9 {
    width: 80%;
    height: 35vw;
  }

  .whitebg {
    width: 80%;
  }

  .slider-p.large {
    font-size: 3rem;
  }

  .title_s.special2 {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0.65rem;
  }
}

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

  .logo {
    max-width: 67vw;
  }

  .navmenu {
    margin-top: -1rem;
  }

  .dropdownlink {
    white-space: normal;
  }

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

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

  .navmenuwrapper {
    width: 75vw;
    padding-top: 1.25rem;
  }

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

  .navbarlink {
    text-align: center;
  }

  .navbar {
    height: 4.375rem;
    margin-top: 1rem;
  }

  .pagewrapper {
    padding-top: 5.5rem;
  }

  .div-block-6 {
    padding-bottom: 1rem;
  }

  .div-block-2 {
    width: 100%;
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }

  .paragraph {
    margin-bottom: 2rem;
  }

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

  .bg.image.herobgdriver {
    left: 5%;
    right: 5%;
    bottom: -1%;
    width: 90%;
    max-height: 15.5rem;
    min-width: 0rem;
  }

  .image-5 {
    height: 40vw;
  }

  .image-5.blur {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

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

  .section_xl {
    padding-top: 3.45rem;
    padding-bottom: 3.45rem;
  }

  .section_xl.formsection {
    padding-bottom: 0rem;
  }

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

  .div-block-17 {
    margin-bottom: 0.2rem;
  }

  .title_xl {
    font-size: 1.75rem;
    line-height: 1.3;
  }

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

  .section_l {
    padding-top: 2rem;
  }

  .footermenu {
    font-size: 1rem;
    line-height: 1.4;
  }

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

  .subfootertext {
    font-size: 0.84rem;
  }

  .footertitle {
    font-size: 1.65rem;
  }

  .container-4 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-4.footerc {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footerparagraph {
    font-size: 1rem;
  }

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

  .subfooterwrapper {
    height: auto;
  }

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

  .footerlogo {
    height: 2.4rem;
  }

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

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

  .servicecontentwrapper {
    width: 100%;
  }

  .serviceimgaewrapper {
    height: 55vw;
  }

  .pricingtitle {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .ratewrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .paragraph_s {
    font-size: 1.03rem;
  }

  .paragraph_s.sub {
    font-size: 0.95rem;
  }

  .detailrate.small {
    font-size: 0.875rem;
  }

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

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

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

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

  .formwrapper {
    width: 100vw;
  }

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

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

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

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

  .text-span-18 {
    margin-top: 0.8rem;
  }

  .mapsection {
    padding-top: 3rem;
  }

  .div-block-67 {
    margin-bottom: -0.7rem;
  }

  .div-block-69 {
    height: 45vw;
  }

  .paragraph-26 {
    margin-top: 1rem;
  }

  .title_l {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

  .herotitle {
    font-size: 1.4rem;
  }

  .herotitle.forrmat1 {
    width: 100%;
  }

  .herotitle.large {
    font-size: 2.4rem;
  }

  .slider {
    max-height: 3rem;
  }

  .textslider {
    max-width: 90vw;
  }

  .button {
    line-height: 1.3;
  }

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

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

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

  .iconwrapper {
    width: 3.2rem;
    margin-right: 0px;
    margin-bottom: 0.8rem;
  }

  .herobgdecwrapper {
    left: 76%;
  }

  .logotitle {
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .italic-text-2 {
    font-size: 0.95rem;
  }

  .image-9 {
    width: 100%;
    height: 40vw;
  }

  .whitebg {
    width: 100%;
  }

  .slider-p.large {
    font-size: 2.4rem;
  }
}

#w-node-_6cc49a0f-df20-1e49-4a4c-d28d8c869b18-5e0a5ebb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_00e71965-02aa-8543-0955-3b8c8bca13ff-5e0a5ebb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2aae87c8-24f3-fb9a-92fe-a0520a04136b-5e0a5ebb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d506-5e0a5ebb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d50a-5e0a5ebb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bf9858e2-1c14-ac75-bfc2-bddf7f67c0a6-5e0a5ebb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d52d-5e0a5ebb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#contact.w-node-afb02e21-d282-67d2-c3fd-97ee13b74093-13b7405f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c2333fe9-9067-d328-2a07-f463d7382578-df0a5ebc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-2e0a5ec4 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-2e0a5ec4 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_587bd897-bdd9-ed79-dfc2-b4ae6b530fee-2e0a5ec4 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2aae87c8-24f3-fb9a-92fe-a0520a04136b-5e0a5ebb {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d506-5e0a5ebb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-bf9858e2-1c14-ac75-bfc2-bddf7f67c0a6-5e0a5ebb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d52d-5e0a5ebb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74076-13b7405f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-2e0a5ec4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-2e0a5ec4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_587bd897-bdd9-ed79-dfc2-b4ae6b530fee-2e0a5ec4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74080-13b7405f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #contact.w-node-afb02e21-d282-67d2-c3fd-97ee13b74093-13b7405f {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c2333fe9-9067-d328-2a07-f463d7382578-df0a5ebc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-2e0a5ec4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b891-2e0a5ec4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-2e0a5ec4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_587bd897-bdd9-ed79-dfc2-b4ae6b530fee-2e0a5ec4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74076-13b7405f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Good times';
  src: url('../fonts/good-times-rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Good times';
  src: url('../fonts/Good-Times-W00-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}