:root {
  --steel-blue: #004aad;
  --white: white;
  --shadow: rgba(8, 38, 58, .3);
  --divider: rgba(255, 255, 255, .6);
  --light-grey: #eee;
  --goldenrod: #309698;
  --azure: #eff8f8;
  --orange-red: #c8eeee;
  --black: black;
  --black-2: #052249;
  --lime-green: #f2df3a;
  --silver: #353535;
  --navbarbg: rgba(255, 255, 255, .85);
  --basicshadow: rgba(112, 29, 11, .3);
}

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

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

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

.dropdown-list-wrapper {
  background-color: var(--white);
  box-shadow: 0 2px 4px 0 var(--shadow);
  flex-direction: column;
  align-items: stretch;
  margin-top: .625rem;
  display: flex;
  overflow: hidden;
}

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

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

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

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

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

.bg-2.navbarlinkicon {
  height: 20px;
  display: none;
  top: -5px;
  left: -13px;
  right: auto;
}

.bg-2.gredient {
  background-image: linear-gradient(to right, var(--goldenrod) 30%, var(--azure));
  width: 100%;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.bg-2.gredient.pc {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.navmenu {
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 1.4rem;
  display: flex;
}

.dropdownlink {
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1.25rem .65rem;
  font-size: 1.3vw;
  text-decoration: none;
  transition: color .15s;
}

.dropdownlink:hover {
  background-color: var(--white);
  color: var(--steel-blue);
}

.brand {
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 100%;
  margin-right: auto;
  display: flex;
}

.brand.special {
  cursor: default;
  margin-left: auto;
}

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

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

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

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

.new-item-wrapper {
  padding-top: .25rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

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

.navmenuwrapper {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

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

.nav-container.special {
  max-width: 13%;
  margin-left: 6vw;
}

.navbarlink {
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.35vw;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: color .35s;
  display: block;
  position: relative;
}

.navbarlink:hover {
  color: var(--steel-blue);
}

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

.link {
  text-decoration: none;
}

.navbarlinkwrapper {
  position: relative;
}

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

.navbar.special {
  position: absolute;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1.15rem;
  line-height: 1.6;
}

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

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

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

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

.container.format2 {
  z-index: 5;
}

.homes1 {
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  position: relative;
}

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

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

.bg.image.footerbg {
  opacity: .62;
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-13 {
  z-index: 7;
  grid-column-gap: 3vw;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  height: 32.5rem;
  display: grid;
  position: relative;
}

.image-5 {
  box-shadow: 0 2px 4px 0 var(--shadow);
  object-fit: cover;
  width: 100%;
  height: 18vw;
  max-height: 18rem;
  position: relative;
}

.div-block-14 {
  text-align: center;
  width: 90%;
  position: relative;
}

.title_m {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alice, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.45;
}

.title_m.service_title {
  letter-spacing: 1px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.3;
}

.title_m.format1 {
  text-transform: none;
  font-weight: 700;
  line-height: 1.3;
}

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

.section_xl.speical {
  z-index: 3;
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 4rem;
  position: relative;
}

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

.section_xl.dc1 {
  background-color: rgba(230, 211, 55, .1);
}

.paragraph-2 {
  text-align: center;
  margin-bottom: .625rem;
  font-size: 1.07rem;
}

.div-block-16 {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-top: 6rem;
  display: flex;
  position: relative;
}

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

.title_xl {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alice, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}

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

.title_xl.service-t {
  filter: brightness(95%);
  color: var(--lime-green);
  text-align: left;
}

.title_xl.format1 {
  display: none;
}

.image-6 {
  object-fit: contain;
  width: 3.5rem;
  margin-right: 1rem;
}

.image-6.sub {
  width: 1.7rem;
  margin-top: 0;
}

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

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

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

.section_l.ratesectionhide {
  display: none;
}

.section_l.ntp {
  padding-top: .5rem;
}

.footerheader {
  z-index: 4;
  border-bottom: 2px solid var(--divider);
  justify-content: center;
  align-items: center;
  width: 88%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.8rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.footermenu {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.footermain {
  background-color: rgba(242, 246, 246, .73);
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subfootertext {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Alice, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
}

.link-4 {
  color: var(--black);
  text-decoration: none;
  transition: color .4s;
}

.link-4:hover {
  color: var(--steel-blue);
  text-decoration: underline;
}

.space {
  font-size: 10px;
}

.footerlink {
  color: var(--silver);
  text-decoration: none;
  transition: color .3s;
}

.footerlink:hover {
  color: var(--black);
}

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

.footertitle {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Alice, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

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

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

.container-4 {
  flex-direction: column;
  width: 88vw;
  max-width: 105rem;
  display: flex;
}

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

.footer {
  background-color: var(--light-grey);
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.footerparagraph {
  color: var(--silver);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.12rem;
  line-height: 1.35;
  text-decoration: none;
}

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

.footerparagraph.footermenu {
  margin-bottom: .3rem;
  transition: color .3s;
}

.footerparagraph.footermenu:hover {
  color: var(--black);
}

.footerparagraph.footermenu.sub {
  margin-bottom: .2rem;
  font-size: 1.07rem;
  font-weight: 400;
  line-height: 1.3;
}

.footerparagraph.footermenu.title:hover {
  color: var(--silver);
}

.subfooterwrapper {
  z-index: 1;
  border-top: 2px solid var(--divider);
  text-align: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 2.5rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  display: flex;
  position: relative;
}

.footerbrand {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-right: auto;
  display: flex;
}

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

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

.div-block-21 {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) 1.7fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 100%;
  display: grid;
}

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

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

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

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

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

.div-block-39 {
  background-color: var(--white);
  padding: 10px;
  display: flex;
}

.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;
  color: var(--black-2);
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: 1.95rem;
  padding-right: 1.95rem;
  font-size: 1.625rem;
  line-height: 1.3;
}

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

.ratewrapper {
  z-index: 1;
  background-color: var(--lime-green);
  width: 100%;
  margin-top: 1.1rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.bg-3.pricing {
  border: 10px solid var(--black-2);
  box-shadow: inset 0 0 1px 1px var(--divider);
  background-color: #fff;
}

.pricingtab {
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.divider-2.padding {
  background-color: var(--shadow);
  margin-top: .55rem;
  margin-bottom: .75rem;
}

.ratetag {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

.arrow {
  display: inline-block;
}

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

.iframecode {
  display: none;
}

.iframecode.hide {
  display: block;
}

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

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

.h3.faq-title {
  color: var(--black);
  align-items: center;
  height: 2.8125rem;
  min-height: 45px;
  margin-bottom: 0;
  margin-right: 3.4375rem;
  font-size: 1.375rem;
  display: flex;
}

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

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

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

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

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

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

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

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

.paymenticon {
  box-shadow: 1px 1px 3px 0 var(--shadow);
  object-fit: contain;
  border-radius: 3px;
  height: 1.6875rem;
  margin-top: .375rem;
  margin-right: .375rem;
  overflow: hidden;
}

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

.text-span-18 {
  color: var(--black);
  margin-top: .625rem;
  font-weight: 900;
  display: block;
}

.mapcontainer {
  z-index: 2;
  grid-column-gap: 4.5vw;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: start;
  justify-items: start;
  max-width: 105rem;
  margin-left: 8vw;
  margin-right: 8vw;
  display: grid;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.paragraph-1 {
  margin-top: .9rem;
  margin-bottom: .4rem;
}

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

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

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

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

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

.dropdowniconwrapper {
  background-color: var(--white);
  box-shadow: 0 1px 4px 0 var(--shadow);
  cursor: pointer;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  min-width: 2.8125rem;
  min-height: 2.8125rem;
  display: flex;
  position: absolute;
  top: .625rem;
  bottom: auto;
  left: auto;
  right: .625rem;
  overflow: hidden;
}

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

.line-icon-1 {
  background-color: var(--steel-blue);
  width: 3px;
  min-height: 1.125rem;
  position: absolute;
}

.line-icon-2 {
  background-color: var(--steel-blue);
  width: 1.125rem;
  min-height: 3px;
  position: absolute;
}

.jobdescriptionwrapper {
  background-color: var(--light-grey);
  box-shadow: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

.button {
  z-index: 3;
  background-color: var(--steel-blue);
  box-shadow: 0 2px 4px 0 var(--shadow);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .8rem;
  padding: .7rem 1.56rem .6rem;
  transition: all .25s;
  position: relative;
}

.button:hover {
  filter: brightness(120%);
  color: var(--lime-green);
}

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

.button.dc1 {
  background-color: var(--goldenrod);
}

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

.button.sub:hover {
  color: var(--lime-green);
}

.button.dc2 {
  background-color: var(--lime-green);
  color: var(--steel-blue);
}

.navbarbg {
  background-color: var(--navbarbg);
  box-shadow: 0 2px 4px 0 var(--shadow);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transform-origin: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.servicec {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black-2);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  justify-items: center;
  margin-bottom: -1.5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-decoration: none;
  transition: background-color .3s, padding .5s;
  display: grid;
  position: relative;
  top: -1.5rem;
}

.servicec:hover {
  background-color: var(--white);
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.servicec.left {
  margin-left: -1.2rem;
}

.servicec.right {
  margin-right: -1.2rem;
}

.nabbar_divider {
  background-color: var(--divider);
  height: 1px;
  display: none;
}

.dot {
  opacity: .8;
  filter: brightness(0%);
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/logosymbol.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: .3rem;
  margin-left: .8rem;
  margin-right: .2rem;
  display: inline-block;
}

.div-block-1 {
  background-color: var(--steel-blue);
  box-shadow: -1px 1px 5px 0 var(--shadow);
  border-bottom-left-radius: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-bottom: -3.7rem;
  margin-left: -12vw;
  margin-right: -8vw;
  padding: 3rem 8vw 3.2rem;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 3.3vw;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.destination_list {
  grid-column-gap: 3.5vw;
  grid-row-gap: .15rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 80%;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: grid;
}

.iconwrapper {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.iconwrapper.format1 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-34 {
  display: flex;
}

.logotitle {
  color: var(--lime-green);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.1;
  display: none;
}

.aboutus-img-cover {
  background-image: url('../images/test.png'), linear-gradient(to bottom, var(--white) 6%, transparent 6%);
  object-fit: cover;
  object-position: 20% 50%;
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, auto;
  width: 42vw;
  height: 100%;
  position: relative;
}

.whitebg {
  background-color: var(--white);
  opacity: .39;
  filter: blur(100px);
  border-radius: 100rem;
  width: 70%;
  height: 50%;
  display: none;
}

.whitebg.servicebg {
  position: absolute;
}

.text-span-20 {
  color: var(--steel-blue);
  text-transform: uppercase;
  margin-bottom: .2rem;
  display: inline-block;
}

.title_s {
  text-align: left;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.07rem;
  font-weight: 300;
  line-height: 1.3;
}

.title_s.special2 {
  margin-bottom: .8rem;
  margin-right: 3.1rem;
  font-style: italic;
}

.navarpagebg {
  z-index: -1;
  background-image: linear-gradient(rgba(230, 211, 55, .14), rgba(0, 0, 0, 0) 83%);
  height: 12rem;
  min-height: 40vh;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

.text-span-22 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
}

.div-block-71 {
  grid-column-gap: 4vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: -8vw;
  margin-right: -3vw;
  display: grid;
}

.section_0 {
  z-index: 2;
}

.section_0.dc1 {
  z-index: 2;
  background-color: var(--azure);
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.image-2 {
  height: 1.15rem;
  margin-top: .25rem;
  margin-right: .625rem;
}

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

.home-hero-intro {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 42rem;
  margin-bottom: 2rem;
  display: grid;
  position: relative;
}

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

.right-arrow-2 {
  display: none;
}

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

.title_xxl.herot {
  color: var(--white);
  text-shadow: 1px 1px 1px var(--goldenrod);
  font-family: Alice, sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}

.herocarslider {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  width: 54%;
  height: 80%;
  margin-left: auto;
  top: 25%;
  right: 2%;
}

.buttonbg {
  background-image: linear-gradient(to bottom, var(--lime-green), var(--lime-green));
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slide-2 {
  width: 100%;
  height: 100%;
}

.slide-nav-2 {
  display: none;
}

.herobtn {
  transform-origin: 0 100%;
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  border-radius: 100rem;
  align-items: center;
  padding: .625rem 1.8rem;
  font-weight: 400;
  text-decoration: none;
  transition: padding .35s cubic-bezier(.25, .46, .45, .94), transform .35s cubic-bezier(.6, -.28, .735, .045), color .4s ease-in, background-color .425s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.herobtn:hover {
  color: var(--steel-blue);
  background-color: #5bb318;
  padding-left: 4.5rem;
}

.home-hero-content {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 1.875rem;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1.7fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  justify-items: start;
  width: 100%;
  min-height: 83vh;
  margin-top: 6.6rem;
  margin-right: auto;
  padding-top: 5.5rem;
  padding-bottom: 8rem;
  display: grid;
  position: relative;
}

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

.container-9.heroc {
  z-index: 4;
  width: 88vw;
  max-width: none;
}

.herocarimage {
  filter: contrast(105%) brightness(120%);
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: none;
  height: 70%;
  position: relative;
  top: 18%;
}

.button-icon {
  transform-origin: 0 100%;
  object-fit: contain;
  width: 100%;
  max-width: none;
}

.s1c1bg {
  filter: brightness(120%);
  transform-origin: 100% 100%;
  object-fit: contain;
  object-position: 50% 50%;
  width: 58%;
  max-width: none;
  height: auto;
  position: absolute;
  top: -1%;
  left: auto;
  right: -14%;
}

.s1c1bg._2 {
  transform-origin: 100% 0;
  display: none;
}

.s1c1bg.whitec {
  display: none;
}

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

.title_s-2.herosubt {
  color: var(--white);
  letter-spacing: .1rem;
  text-shadow: 1px 1px 1px var(--black-2), 1px 1px 30px var(--black-2);
  max-width: 50vw;
  font-size: 1.2rem;
}

.title_s-2.herosubt.special {
  margin-bottom: 2rem;
}

.title_s-2.format1 {
  text-transform: none;
  text-shadow: none;
  margin-right: 35%;
  font-size: .9375rem;
  font-weight: 700;
}

.mask-2 {
  overflow: visible;
}

.left-arrow-2 {
  display: none;
}

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

.buttontext {
  position: relative;
}

.buttoniconwrapper {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  width: 2.15rem;
  display: flex;
  position: absolute;
  left: 1.5rem;
}

.topsectionwraper {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  position: relative;
}

.div-block-851 {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-10 {
  transform-origin: 0 100%;
  width: 100%;
  position: relative;
}

.topsectionanimewrapper {
  z-index: 1;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  width: 100vw;
  max-width: 100vw;
  height: 60%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.topsectionanimewrapper.special {
  height: 30%;
}

.buttom1 {
  background-color: var(--white);
  transform-origin: 50% 100%;
  flex: none;
  width: 100%;
  height: 2rem;
  margin-bottom: -1px;
  position: relative;
}

.buttom2 {
  background-color: var(--white);
  transform-origin: 50% 100%;
  flex: none;
  width: 100%;
  height: 3vw;
  margin-bottom: -1px;
  display: none;
  position: relative;
}

.image-11 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 97%;
  height: 94.5%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aboutus-img-wrapper {
  position: relative;
}

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

.bold-text {
  color: var(--steel-blue);
}

.italic-text {
  margin-top: .1rem;
  line-height: 1.3;
  display: inline-block;
}

.image-10-wrapper {
  transform-origin: 0 100%;
  width: 100%;
  margin-bottom: -2px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.div-block-852 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 26vw;
  padding-bottom: 2%;
  display: flex;
}

.logo-2 {
  object-fit: contain;
  max-width: 75%;
  height: 5rem;
}

.titlewrapper {
  z-index: 5;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 84vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.title_xl-2 {
  color: #60a5a5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.19rem;
  line-height: 1.3;
}

.logo-3 {
  object-fit: contain;
  height: 5rem;
  display: none;
}

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

.bold-text-2 {
  color: var(--steel-blue);
  display: inline-block;
}

.subtext {
  margin-top: .3rem;
  font-size: 1.07rem;
  display: inline-block;
}

.space_l {
  height: 3rem;
}

.div-block-8 {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

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

.paragraph-5 {
  margin-top: .9rem;
  margin-bottom: .4rem;
  font-weight: 700;
}

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

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

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

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

  .navbarlink {
    font-size: 1.125rem;
  }

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

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

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

  .div-block-69 {
    width: 22vw;
  }

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

  .div-block-852 {
    min-height: 20vw;
  }
}

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

  .new-item-wrapper {
    padding-left: 1.025rem;
    padding-right: 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-13 {
    height: 49rem;
  }

  .title_m {
    font-size: 2.4rem;
  }

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

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

  .paragraph-2 {
    font-size: 1.7rem;
  }

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

  .div-block-17 {
    margin-top: 3.3rem;
    margin-bottom: 4.1rem;
  }

  .title_xl {
    font-size: 3.4rem;
  }

  .image-6 {
    width: 5.3rem;
    margin-right: 1.4rem;
  }

  .image-6.sub {
    width: 2.2rem;
    margin-top: .6rem;
  }

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

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

  .footermenu {
    font-size: 1.55rem;
  }

  .subfootertext {
    font-size: 1.45rem;
  }

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

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

  .footerparagraph {
    margin-bottom: .7rem;
    font-size: 1.7rem;
  }

  .footerparagraph.footermenu {
    margin-bottom: .45rem;
  }

  .footerparagraph.footermenu.sub {
    margin-bottom: .3rem;
    font-size: 1.6rem;
  }

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

  .footerlogo {
    height: 5.2rem;
  }

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

  .para_s {
    font-size: 1.6rem;
  }

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

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

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

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

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

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

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

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

  .formwrapper {
    margin-top: 2.8rem;
  }

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

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

  .mapsection {
    padding-top: 12.7rem;
    padding-bottom: 7.3rem;
  }

  .div-block-69 {
    width: 24vw;
  }

  .title_l {
    font-size: 2.9rem;
  }

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

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

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

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

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

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

  .button {
    padding: 1rem 2.36rem;
  }

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

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

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

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

  .servicec.left {
    margin-left: -1.7rem;
  }

  .servicec.right {
    margin-right: -1.7rem;
  }

  .dot {
    width: .4rem;
    margin-left: 1.2rem;
    margin-right: .3rem;
  }

  .div-block-1 {
    margin-bottom: -4.9rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .iconwrapper {
    margin-bottom: 1.4rem;
  }

  .logotitle {
    font-size: 2.4rem;
  }

  .whitebg {
    width: 100%;
  }

  .title_s {
    font-size: 1.6rem;
  }

  .title_s.special2 {
    margin-bottom: 1.1rem;
  }

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

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

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

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

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

  .title_xxl {
    font-size: 3.8rem;
  }

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

  .herobtn {
    padding: .9rem 2.3rem;
  }

  .herobtn:hover {
    padding-left: 6rem;
  }

  .home-hero-content {
    grid-row-gap: 2.75rem;
    margin-top: 9.8rem;
    padding-top: 7rem;
    padding-bottom: 10rem;
  }

  .title_s-2 {
    font-size: 1.4rem;
  }

  .title_s-2.herosubt {
    letter-spacing: .4rem;
    max-width: 45vw;
    font-size: 1.6rem;
  }

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

  .buttoniconwrapper {
    width: 3rem;
    left: 2rem;
  }

  .buttom2 {
    height: 5vw;
    margin-bottom: -2px;
    display: block;
  }

  .div-block-852 {
    min-height: 23vw;
  }

  .logo-2 {
    height: 7rem;
  }

  .titlewrapper {
    border-width: .9rem;
    padding-top: 6rem;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .title_xl-2 {
    font-size: 3.1rem;
  }

  .logo-3 {
    height: 7rem;
  }

  .subtext {
    margin-top: .4rem;
    font-size: 1.5rem;
  }

  .div-block-9 {
    margin-top: 3.3rem;
    margin-bottom: 4.1rem;
  }

  .paragraph-5.first {
    margin-top: 2.5rem;
  }
}

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

  .div-block-11 {
    grid-column-gap: 1rem;
    grid-row-gap: .2rem;
    flex-direction: column;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-top: auto;
    padding-left: .625rem;
    padding-right: .625rem;
    display: grid;
  }

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

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

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

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

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

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

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

  .nav-menu-button.w--open {
    border: 1px solid var(--divider);
    background-color: var(--light-grey);
  }

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

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

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

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

  .navmenu {
    background-color: var(--white);
    box-shadow: -3px 0 2px 0 var(--shadow);
    flex: none;
    width: auto;
    height: 100vh;
    margin-top: -1.2rem;
    margin-left: 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: hidden;
  }

  .dropdownlink {
    color: var(--black-2);
    text-align: center;
    white-space: normal;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-style: none;
    padding: .15rem 0;
    font-size: 1.07rem;
  }

  .dropdownlink:hover {
    color: var(--black-2);
    background-color: rgba(0, 0, 0, 0);
  }

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

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

  .new-item-wrapper {
    flex: none;
    justify-content: center;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    display: flex;
  }

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

  .hearder-button-line-bottom {
    background-color: var(--steel-blue);
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navmenuwrapper {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    width: 60vw;
    height: 100vh;
    max-height: 100vh;
    padding-top: 1.875rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
  }

  .hearder-button-line-top {
    background-color: var(--steel-blue);
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .link.navcontactlink {
    color: var(--black);
    font-family: Alice, sans-serif;
    font-size: 1.07rem;
    line-height: 1.4;
  }

  .div-block-13 {
    grid-column-gap: 4vw;
    height: auto;
  }

  .image-5 {
    height: 23vw;
  }

  .title_m.service_title {
    color: var(--black);
    line-height: 1.2;
  }

  .section_xl.speical {
    padding-bottom: 4.5rem;
  }

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

  .div-block-17 {
    grid-column-gap: 6vw;
    grid-row-gap: 2rem;
  }

  .footertitle {
    margin-bottom: 20px;
  }

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

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

  .subfooterwrapper {
    margin-top: 0;
  }

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

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

  .servicecontentwrapper {
    max-width: 88vw;
  }

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

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

  .serviceimgaewrapper {
    width: 70%;
    height: 28vw;
    max-height: none;
  }

  .pricingtitle {
    font-size: 1.5rem;
  }

  .pricingtab {
    max-width: 31rem;
  }

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

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

  .jobcontentwrapper {
    padding-top: 0;
  }

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

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

  .mapsection {
    padding-top: 5rem;
  }

  .div-block-69 {
    width: 30vw;
  }

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

  .button {
    text-align: center;
  }

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

  .servicec {
    min-height: 100%;
    margin-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .servicec:hover {
    color: var(--black-2);
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .servicec.left {
    margin-left: 0;
  }

  .servicec.right {
    margin-right: 0;
  }

  .nabbar_divider {
    display: none;
  }

  .div-block-1 {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    align-self: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 5rem;
  }

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

  .aboutus-img-cover {
    background-image: url('../images/DesertRollersVan2_1.webp');
    background-position: 50% 55%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 50vw;
    margin-left: -8vw;
    margin-right: -8vw;
  }

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

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

  .space_placehoder {
    display: none;
  }

  .mapwrapper {
    width: 42vw;
    max-width: 20rem;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-71 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .home-hero-intro {
    grid-row-gap: 1.25rem;
    max-width: 34rem;
  }

  .title_xxl {
    font-size: 2.4rem;
  }

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

  .herocarslider {
    width: 58%;
    right: 3%;
  }

  .herobtn {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .home-hero-content {
    padding-top: 4.4rem;
    padding-bottom: 6rem;
  }

  .herocarimage {
    height: 60%;
    top: 27%;
  }

  .s1c1bg {
    width: 75%;
    top: 10%;
    right: -17%;
  }

  .title_s-2.herosubt {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .buttom2 {
    height: 8rem;
    display: block;
  }

  .image-12 {
    height: 105%;
    top: -1%;
  }

  .image-12.cover {
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .html-embed-2 {
    display: none;
  }

  .title_xl-2 {
    font-size: 2.06rem;
  }

  .div-block-9 {
    grid-column-gap: 6vw;
    grid-row-gap: 2rem;
  }

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

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

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

  .bg-2.gredient {
    display: none;
  }

  .bg-2.gredient.mobile {
    background-image: linear-gradient(to bottom, var(--goldenrod) 30%, var(--orange-red));
    width: 100%;
    display: block;
  }

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

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

  .navmenu {
    flex-direction: row;
    align-items: stretch;
    margin-top: -1.25rem;
  }

  .dropdownlink {
    font-size: 1rem;
  }

  .brand {
    padding-left: 0;
  }

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

  .nav-container.special {
    max-width: 28%;
  }

  .navbarlink {
    font-size: 1.07rem;
  }

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

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

  .body {
    font-size: 1.1rem;
  }

  .pagewrapper {
    padding-top: 6rem;
  }

  .bg.image.footerbg {
    left: 0%;
    right: 0%;
  }

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

  .image-5 {
    height: 30vw;
  }

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

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

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

  .div-block-16 {
    margin-top: 4.1rem;
  }

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

  .title_xl {
    font-size: 2.1rem;
  }

  .title_xl.format1 {
    text-align: left;
    margin-top: 2rem;
    display: block;
  }

  .section_l {
    padding-bottom: 3.125rem;
  }

  .section_l.ntp {
    padding-top: .2rem;
  }

  .footerheader {
    width: 84%;
  }

  .subfootertext {
    flex: 1;
  }

  .space {
    font-size: 5px;
  }

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

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

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

  .container-4 {
    width: 84vw;
  }

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

  .footerparagraph {
    font-size: 1.07rem;
  }

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

  .subfooterwrapper {
    height: auto;
  }

  .footerlogo {
    height: 2.8rem;
  }

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

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

  .serviceimgaewrapper {
    height: 40vw;
  }

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

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

  .divider-2 {
    height: .7px;
  }

  .list-copy {
    grid-template-columns: auto auto;
    width: 100%;
  }

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

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

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

  .formwrapper {
    width: 90vw;
  }

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

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

  .paymenticon {
    height: 1.625rem;
  }

  .mapcontainer {
    width: 84vw;
  }

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

  .div-block-69 {
    width: 60%;
    height: 50vw;
  }

  .title_l {
    font-size: 1.8rem;
  }

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

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

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

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

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

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

  .destination_list {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .logotitle {
    font-size: 1.5rem;
  }

  .whitebg {
    width: 80%;
  }

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

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

  .text-span-22 {
    font-size: 1.85rem;
  }

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

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

  .herocarslider {
    width: 70%;
    min-width: 25rem;
    top: auto;
    bottom: -17%;
  }

  .home-hero-content {
    align-items: start;
    justify-items: start;
    min-height: 0;
    margin-top: 4rem;
    padding-top: 18vw;
    padding-bottom: 20vw;
  }

  .container-9.heroc {
    width: 84vw;
  }

  .herocarimage {
    top: 40%;
  }

  .s1c1bg {
    filter: none;
    width: 90%;
    top: 8%;
    right: -26%;
  }

  .s1c1bg._2 {
    width: 100%;
    display: block;
    top: auto;
    bottom: -10%;
    left: 0%;
    right: 0%;
  }

  .s1c1bg.whitec {
    opacity: .66;
  }

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

  .title_s-2.herosubt {
    text-shadow: 1px 1px 1px var(--black-2), 1px 1px 50px var(--black-2);
    max-width: 60vw;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .title_s-2.format1 {
    text-shadow: 1px 1px 1px var(--black-2);
    margin-right: 0%;
    font-size: .9rem;
  }

  .topsectionwraper {
    overflow: hidden;
  }

  .topsectionanimewrapper {
    height: 70%;
    display: none;
  }

  .buttom1 {
    height: 10vw;
  }

  .buttom2 {
    height: 50vw;
  }

  .image-12 {
    height: 107%;
    top: -3%;
  }

  .italic-text {
    margin-top: .4rem;
    font-size: 1.07rem;
  }

  .div-block-852 {
    min-height: 0;
    margin-top: -2rem;
    padding-bottom: 0%;
  }

  .logo-2 {
    height: 4.4rem;
  }

  .titlewrapper {
    padding-bottom: .5rem;
  }

  .title_xl-2 {
    font-size: 1.8rem;
  }

  .logo-3 {
    height: 4rem;
  }

  .paragraph {
    line-height: 1.5;
  }

  .bold-text-2 {
    line-height: 1.4;
  }

  .subtext {
    font-size: 1.02rem;
  }

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

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

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

  .bg-2.gredient {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 16%, rgba(238, 248, 245, .94) 65%);
    width: 100%;
    height: 80%;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bg-2.gredient.mobile {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .dropdownlink {
    white-space: normal;
  }

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

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

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

  .nav-container {
    justify-content: space-between;
    padding-left: 3vw;
    padding-right: 2vw;
  }

  .nav-container.special {
    max-width: 39%;
  }

  .navbarlink {
    text-align: center;
  }

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

  .pagewrapper {
    padding-top: 5.5rem;
  }

  .container {
    width: 81vw;
  }

  .div-block-13 {
    width: 105%;
  }

  .image-5 {
    height: 40vw;
  }

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

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

  .section_xl.speical {
    padding-top: 0;
  }

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

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

  .title_xl.format1 {
    margin-top: 0;
    margin-bottom: -1rem;
  }

  .image-6.sub {
    width: 1.5rem;
    margin-right: 3.5vw;
  }

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

  .section_l {
    padding-top: 2rem;
  }

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

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

  .subfootertext {
    font-size: .84rem;
  }

  .footertitle {
    font-size: 1.65rem;
  }

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

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

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

  .footerparagraph {
    font-size: 1.07rem;
  }

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

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

  .subfooterwrapper {
    height: auto;
  }

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

  .footerlogo {
    height: 2.4rem;
  }

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

  .servicecontentwrapper {
    width: 100%;
  }

  .serviceimgaewrapper {
    width: 100%;
    height: 55vw;
  }

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

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

  .para_s {
    font-size: 1.03rem;
  }

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

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

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

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

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

  .formwrapper {
    width: 100vw;
  }

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

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

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

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

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

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

  .div-block-69 {
    width: 90%;
    height: 70vw;
  }

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

  .title_l {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

  .button {
    line-height: 1.3;
  }

  .servicec {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

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

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

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

  .iconwrapper {
    margin-bottom: .8rem;
  }

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

  .aboutus-img-cover {
    height: 63vw;
    margin-left: -9.5vw;
    margin-right: -9.5vw;
  }

  .whitebg {
    width: 100%;
  }

  .text-span-22 {
    font-size: 1.4rem;
  }

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

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

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

  .title_xxl {
    font-size: 2.1rem;
  }

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

  .herocarslider {
    width: 88%;
    min-width: 0;
    margin-left: 8%;
    margin-right: auto;
  }

  .home-hero-content {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 4rem;
    padding-top: 19vw;
    padding-bottom: 50vw;
  }

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

  .s1c1bg {
    object-position: 100% 50%;
    width: 120%;
    top: -10%;
    right: -45%;
  }

  .s1c1bg._2 {
    bottom: 12%;
  }

  .s1c1bg.whitec {
    opacity: .35;
  }

  .title_s-2.herosubt {
    color: var(--white);
    text-shadow: 1px 1px 1px var(--black-2), 1px 1px 60px rgba(5, 34, 73, .9);
    font-size: 1rem;
  }

  .title_s-2.herosubt.special {
    max-width: 100%;
    margin-bottom: 8.3rem;
  }

  .title_s-2.format1 {
    text-shadow: 1px 1px 1px rgba(5, 34, 73, .66);
    margin-right: 0%;
  }

  .titlewrapper {
    border-width: .5rem;
    padding-top: 2rem;
  }

  .title_xl-2 {
    font-size: 1.45rem;
  }
}

#w-node-_603a5c3c-9e2e-2cda-2f70-dfba2771b16c-ac2f7b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_603a5c3c-9e2e-2cda-2f70-dfba2771b170-ac2f7b6f, #w-node-_603a5c3c-9e2e-2cda-2f70-dfba2771b175-ac2f7b6f, #w-node-_603a5c3c-9e2e-2cda-2f70-dfba2771b176-ac2f7b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_603a5c3c-9e2e-2cda-2f70-dfba2771b179-ac2f7b6f, #w-node-_6cc49a0f-df20-1e49-4a4c-d28d8c869b15-ac2f7b6f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6cc49a0f-df20-1e49-4a4c-d28d8c869b18-ac2f7b6f {
  align-self: center;
}

#w-node-_493b5531-33bc-9757-067e-48f73bdd5c49-ac2f7b6f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_493b5531-33bc-9757-067e-48f73bdd5c4d-ac2f7b6f {
  align-self: center;
}

#w-node-f7aa888b-f3f7-eac5-393a-8d1a69c881f8-ac2f7b6f, #w-node-_89e19a9e-fd59-8a6c-2cdf-037563bc4d4f-ac2f7b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf076225-56f7-6d03-c052-1b67eb356f3b-ac2f7b6f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d506-ac2f7b6f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d50a-ac2f7b6f {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_82459b98-4268-df36-9608-60d0d080330c-ac2f7b6f {
  grid-area: 1 / 2 / 4 / 3;
}

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

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

#w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c2333fe9-9067-d328-2a07-f463d7382578-d32f7b70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70dead6d-2bec-6ea8-49b6-171d65f08861-d32f7b70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2ecb64b-81ea-b635-26da-b93c09dc66e5-5f2f7b74 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c2ecb64b-81ea-b635-26da-b93c09dc66ed-5f2f7b74 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-142f7b78, #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-142f7b78, #w-node-_587bd897-bdd9-ed79-dfc2-b4ae6b530fee-142f7b78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_603a5c3c-9e2e-2cda-2f70-dfba2771b16c-6113d5e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_603a5c3c-9e2e-2cda-2f70-dfba2771b170-6113d5e6, #w-node-_603a5c3c-9e2e-2cda-2f70-dfba2771b175-6113d5e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_603a5c3c-9e2e-2cda-2f70-dfba2771b176-ac2f7b6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_603a5c3c-9e2e-2cda-2f70-dfba2771b16c-ac2f7b6f {
    justify-self: start;
  }

  #w-node-c85351e9-77b0-1dd0-b9b7-ac16434a6afc-ac2f7b6f, #w-node-_82b8972b-9013-9be5-9559-735fd3430b65-ac2f7b6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4707d4a-d684-9fd3-5f12-30fb23ad3ef5-ac2f7b6f, #w-node-_0b26e8f1-e1e4-f955-255a-5e68e5ee6ba7-ac2f7b6f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d506-ac2f7b6f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_82459b98-4268-df36-9608-60d0d080330c-ac2f7b6f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d52d-ac2f7b6f {
    grid-column: span 1 / span 1;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74076-13b7405f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-c2ecb64b-81ea-b635-26da-b93c09dc66dd-5f2f7b74, #w-node-c2ecb64b-81ea-b635-26da-b93c09dc66e5-5f2f7b74, #w-node-c2ecb64b-81ea-b635-26da-b93c09dc66ed-5f2f7b74 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-142f7b78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-142f7b78, #w-node-_587bd897-bdd9-ed79-dfc2-b4ae6b530fee-142f7b78 {
    grid-column: span 1 / span 1;
  }

  #w-node-_603a5c3c-9e2e-2cda-2f70-dfba2771b16c-6113d5e6 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aa789e05-3416-50d7-1d57-c5c274c662f6-ac2f7b6f, #w-node-f903df4b-fe7c-a548-06e3-ab5f4f3821c5-ac2f7b6f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6cc49a0f-df20-1e49-4a4c-d28d8c869b15-ac2f7b6f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c85351e9-77b0-1dd0-b9b7-ac16434a6afc-ac2f7b6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_493b5531-33bc-9757-067e-48f73bdd5c49-ac2f7b6f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74080-13b7405f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #contact.w-node-afb02e21-d282-67d2-c3fd-97ee13b74093-13b7405f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: auto;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f, #w-node-c2333fe9-9067-d328-2a07-f463d7382578-d32f7b70 {
    grid-column: span 1 / span 1;
  }

  #w-node-f51e89d3-5e33-0c0f-e941-c85243e4ad29-d32f7b70 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-142f7b78 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b891-142f7b78 {
    justify-self: center;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-142f7b78, #w-node-_587bd897-bdd9-ed79-dfc2-b4ae6b530fee-142f7b78 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa789e05-3416-50d7-1d57-c5c274c662f6-6113d5e6 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_603a5c3c-9e2e-2cda-2f70-dfba2771b16c-ac2f7b6f {
    grid-column: span 1 / span 1;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74076-13b7405f, #w-node-_603a5c3c-9e2e-2cda-2f70-dfba2771b16c-6113d5e6 {
    grid-column: span 1 / span 1;
  }
}


