:root {
  --background: white;
  --black: black;
  --light-blue: #edf7fa;
  --deep-sky-blue: #a27f30;
  --white: white;
  --dark-slate-blue: #2587c0;
  --steel-blue: #cc9a29;
  --dark-slate-grey: #e9ba23;
  --white-smoke: #f2f1f1;
  --shadow: rgba(66, 51, 4, .35);
  --cornflower-blue: #00a8e0;
  --footerlink: #edf7fa;
  --ivory: #e0edff;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--background);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 280px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  font-family: Domine, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}

.pagewrapper {
  overflow: hidden;
}

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

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

.nav-link-drop-down-4.dropdown {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: relative;
}

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

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

.container.fd {
  position: static;
}

.container.heroc {
  z-index: 2;
}

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

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

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

.bg.gradient1 {
  background-image: none;
  width: 100%;
  height: 100%;
}

.bg.herobgg {
  z-index: 1;
  transform-origin: 50% 0;
  background-image: linear-gradient(rgba(2, 12, 39, .39) 19%, rgba(0, 0, 0, .25));
  width: 100%;
  height: 100%;
}

.bg.blur_circle {
  opacity: .41;
  filter: blur(100px);
  background-color: #14c4ff;
  border-radius: 100rem;
  width: 50vw;
  height: 45vw;
  top: -20%;
  bottom: auto;
  left: -16%;
  right: auto;
}

.bg.topsection_cover {
  transform-origin: 50% 0;
  background-image: linear-gradient(rgba(1, 3, 9, .39) 19%, rgba(0, 0, 0, .25));
  width: 100%;
  height: 100%;
}

.bg.topsection_cover.dc1 {
  background-color: var(--light-blue);
}

.bg.sectionbg1 {
  opacity: .1;
  background-image: url('../images/citybg1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg.cardoverlay {
  opacity: 0;
  background-color: rgba(37, 135, 192, .85);
}

.bg.cardimgoverlay {
  background-color: rgba(255, 255, 255, .2);
}

.button {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 100rem;
  padding: .625rem 1.8rem .625rem 1.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .4s ease-in, background-color .425s ease-out;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.button.dc1 {
  background-color: var(--white);
  color: var(--steel-blue);
}

.cardblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark-slate-grey);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  text-align: center;
  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;
  padding: 1.875rem 1.5625rem 2.1rem;
  display: grid;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 10px rgba(4, 16, 40, .07);
}

.image-3 {
  border-bottom: 2px solid var(--dark-slate-grey);
  object-fit: cover;
  object-position: 50% 50%;
  width: 50vw;
  min-width: 100%;
  max-width: 100%;
  height: 25vw;
  max-height: 320px;
}

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

.div-block-10 {
  grid-column-gap: 2vw;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: 5.3rem;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: space-around;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  min-width: 85%;
  height: 100%;
  display: grid;
  position: relative;
}

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

.logo {
  transform-origin: 50% 100%;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
}

.navbarlink {
  background-color: var(--black);
  color: var(--black);
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.35vw;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .325s;
  display: block;
  position: relative;
}

.navbarlink:hover {
  background-image: linear-gradient(36deg, var(--steel-blue) 13%, var(--dark-slate-grey) 42%, var(--deep-sky-blue) 86%);
  filter: contrast(120%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

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

.nav-container {
  background-color: var(--white-smoke);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.new-item-wrapper {
  align-items: center;
  height: 100%;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

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

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

.bg-2.navbarlinkbg {
  width: 25px;
  height: 25px;
  display: none;
  top: -40%;
  bottom: auto;
  left: -10px;
  right: auto;
}

.bg-2.footerbg {
  opacity: .23;
  filter: hue-rotate(180deg) sepia(36%) invert(36%);
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  min-height: 100%;
  display: none;
}

.bg-2.footergrad {
  width: 100%;
}

.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: auto;
  transition: height .3s, background-color .3s;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-drop-down-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

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

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

.brand {
  z-index: 100;
  background-color: var(--white);
  box-shadow: 0 1px 10px 0 var(--shadow);
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 100%;
  padding: .8rem 1.3rem 1.2rem;
  display: flex;
}

.brand.mobile {
  display: none;
}

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

.navbarlinkwrapper {
  z-index: 5;
  position: relative;
}

.navbarlinkwrapper.dropdown {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.servicec {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fcfdff;
  background-color: rgba(36, 55, 71, .61);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: stretch;
  justify-items: center;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.certified {
  box-shadow: 0 15px 20px -17px var(--shadow);
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: flex-start;
  justify-items: center;
  margin-top: 20px;
  padding: 25px 30px 30px;
  display: flex;
  position: relative;
}

.div-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 1.7rem;
  padding-right: 1.875rem;
  display: flex;
}

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

.paragraph-10 {
  margin-top: .625rem;
  margin-bottom: 0;
  line-height: 1.6;
}

.servicecard {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: var(--cornflower-blue);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  color: var(--white);
  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;
  min-width: 100%;
  margin-top: 4rem;
  padding-bottom: 1.875rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.div-block-32 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  width: 87%;
  margin-top: -3.125rem;
  display: grid;
}

.div-block-33 {
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.image-8 {
  filter: brightness(118%);
  mix-blend-mode: hard-light;
  object-fit: contain;
  background-image: url('../images/logosymbol.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: -.1rem;
}

.list-item-2 {
  color: var(--dark-slate-grey);
  font-size: 1.07rem;
  line-height: 1.4;
}

.list-2 {
  grid-column-gap: 2.1875rem;
  grid-row-gap: .125rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  margin-top: -.3125rem;
  margin-bottom: .625rem;
  padding-left: 1.25rem;
  list-style-type: disc;
  display: grid;
}

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

.list-2._1col.hide {
  display: none;
}

.formcontentwrapper {
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: -1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bluebuuton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(58, 135, 254, .9);
  padding: 10px 35px;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color .3s, transform .3s;
  position: relative;
  overflow: hidden;
}

.bluebuuton:hover {
  background-color: #3a87fe;
  transform: scale3d(1, 1, 5);
}

.mainbutton {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1000px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.dropdown-list-wrapper {
  background-color: var(--white);
  box-shadow: 0 2px 5px 0 var(--shadow);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding: .625rem .7rem;
  display: flex;
}

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

.dropdownlink {
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem .6rem;
  font-size: 1.2vw;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .3s;
}

.dropdownlink:hover {
  color: var(--deep-sky-blue);
}

.servicewrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-position: 50% 0%;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 18.75rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
  position: relative;
}

.sidebarlinks {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-left: 3px solid rgba(0, 0, 0, 0);
  flex: none;
  padding-top: .3rem;
  padding-bottom: .3rem;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.sidebarlinks.w--current {
  border-left-style: solid;
  border-left-color: var(--dark-slate-grey);
  color: var(--dark-slate-blue);
}

.sidebarlinks.hide {
  display: none;
}

.flex {
  align-items: flex-start;
  margin-left: .25rem;
  margin-right: .5rem;
  padding-left: .5rem;
  padding-right: .75rem;
  display: flex;
}

.flex.title {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: .4375rem;
  padding-top: 1rem;
}

.flex.cc {
  display: none;
}

.sidenavicons {
  object-fit: contain;
  flex: none;
  width: 1.3rem;
  max-width: none;
  height: 1.25rem;
  margin-top: .2rem;
  margin-right: .75rem;
}

.sidenavicons.titlw {
  opacity: 0;
}

.sidenavicons.format1 {
  object-position: 50% 0%;
}

.sidebar {
  z-index: 2;
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--white);
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  margin-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1.5625rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  overflow: hidden;
}

.text-block-8 {
  color: var(--black);
  white-space: nowrap;
}

.text-block-8.close {
  color: var(--steel-blue);
}

.sidebarwrapper {
  flex-direction: column;
  display: flex;
}

.sidebarlink {
  padding-top: 2px;
}

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

.iframecode.hide {
  display: block;
}

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

.stickycontent {
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5625rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.stickybgwrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.topicon {
  height: 3.75rem;
}

.paragraph-copy {
  margin-top: .625rem;
  margin-bottom: 0;
  line-height: 1.6;
}

.paragraph-copy.first {
  margin-bottom: 2rem;
}

.div-block-48 {
  z-index: 2;
  background-color: var(--dark-slate-grey);
  box-shadow: 0 0 10px -1px var(--shadow);
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 3.75rem;
  padding: 3.25rem 3.75rem 3.75rem;
  display: flex;
  position: relative;
}

.text-block-12 {
  text-align: center;
  margin-top: .625rem;
}

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

.title_xl {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.title_xl.format1 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-right: 2vw;
  line-height: 1.1;
}

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

.footerparagraph {
  margin-top: 0;
  margin-bottom: .4rem;
  padding-left: 0;
  font-size: 1.07rem;
  line-height: 1.35;
}

.footerparagraph.paymentt {
  margin-bottom: .2rem;
}

.footer_icon {
  object-fit: contain;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-top: .05rem;
  margin-right: .625rem;
}

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

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

.footwrapper {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 0;
  position: relative;
}

.footertitle {
  color: var(--white);
  letter-spacing: .05rem;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Fjalla One, sans-serif;
  font-size: 1.9rem;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s;
}

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

.footertitle.sub {
  font-size: 1.3rem;
}

.sub-footer-2 {
  z-index: 4;
  background-color: rgba(0, 0, 0, 0);
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: .9375rem;
  padding-bottom: .875rem;
  position: relative;
}

.subfootertext-2 {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1.3;
  display: inline-block;
}

.subfootertext-2._2nd {
  margin-left: auto;
  padding-left: 2rem;
}

.formwpadding {
  box-shadow: 0 0 15px 0 var(--shadow);
  background-color: #fff;
  flex-direction: column;
  align-self: center;
  width: 85vw;
  max-width: 100%;
  margin-top: -2.5rem;
  margin-bottom: 2.5rem;
  padding: 1.5625rem 1.375rem 1.375rem;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.burger-button-wrapper {
  cursor: pointer;
  padding: .625rem;
}

.block {
  z-index: 9;
  color: var(--black);
  width: 100%;
  text-decoration: none;
  position: relative;
}

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

.title_m.format1 {
  text-align: left;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: .625rem;
  font-family: Fjalla One, sans-serif;
  display: flex;
  position: relative;
}

.title_m.format2 {
  justify-content: center;
  align-items: center;
  min-height: 2.2rem;
  margin-bottom: -.3rem;
  display: flex;
  position: relative;
}

.title_m.dc1 {
  color: var(--deep-sky-blue);
  font-family: Fjalla One, sans-serif;
}

.title_m.dropdowntitle {
  align-items: center;
  min-height: 2.5rem;
  display: flex;
}

.pagepadding_l {
  width: 100%;
  height: 8rem;
}

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

.section_l.special2 {
  position: relative;
}

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

.dropdowniconwrapper-2 {
  box-shadow: 0 5px 20px -10px var(--shadow);
  cursor: pointer;
  background-color: #fff;
  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;
}

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

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

.paragraph-35 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
}

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

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

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

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

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

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

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

.jobcontent {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

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

.arrow {
  display: inline-block;
}

.socialmediawrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .625rem;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  margin-right: .5rem;
  display: grid;
}

.link-block {
  width: 1.8rem;
  height: 1.8rem;
}

.image-11 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: filter .3s;
}

.image-11:hover {
  filter: brightness(150%);
}

.dropdowntitlewrapper {
  cursor: pointer;
  width: 100%;
  padding: .65rem 4.5rem .6rem 1.25rem;
}

.faq_trigger {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.para_m {
  margin-bottom: 0;
  font-size: 1.07rem;
  line-height: 1.5;
}

.para_m.special1 {
  margin-bottom: .5rem;
}

.para_m.format1 {
  position: relative;
}

.para_m.format2 {
  margin-top: .5rem;
}

.div-block-14 {
  border: 1px solid var(--dark-slate-grey);
  transform-origin: 50% 100%;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(255, 255, 255, .85) 56%, rgba(255, 255, 255, .9) 86%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 85%;
  height: 21rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.4rem;
  transition: background-color .5s;
  display: flex;
  position: relative;
}

.homecardimage {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 200px;
  display: none;
}

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

.text-span-2 {
  color: var(--dark-slate-grey);
  justify-content: center;
  align-items: flex-end;
  height: 2rem;
  font-size: 1rem;
  font-style: italic;
  display: flex;
}

.servicecardhp {
  color: var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: center;
  justify-items: center;
  text-decoration: none;
  transition: color .35s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.servicecardhp:hover {
  color: var(--white);
}

.servicecardhp.none {
  display: none;
}

.image-5 {
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  height: 105%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.space_l {
  width: .7rem;
  font-size: 14px;
  display: inline-block;
}

.div-block-15 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 1rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, .8fr) 1.4fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

.footeritemwrapper-2.hide {
  display: none;
}

.div-block-9 {
  grid-column-gap: 2vw;
  grid-row-gap: 2rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.divider {
  background-color: var(--white);
  border-radius: 100rem;
  width: 100%;
  height: .2rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.divider.footerd {
  background-image: linear-gradient(35deg, var(--steel-blue), var(--dark-slate-grey) 38%, var(--deep-sky-blue) 88%);
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

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

.div-block-13 {
  grid-column-gap: 2vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.link-4:hover {
  filter: contrast(120%);
  color: var(--dark-slate-grey);
  text-shadow: 0 0 1px var(--white);
  text-decoration: underline;
}

.image-4 {
  height: 4.375rem;
  display: block;
  position: relative;
}

.footer-2 {
  background-color: var(--dark-slate-blue);
  color: var(--footerlink);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 -2px 20px rgba(79, 90, 102, .14);
}

.title_xxl {
  color: var(--steel-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.title_xxl.topst {
  color: var(--white);
}

.tripformwrapper {
  z-index: 5;
  box-shadow: 0 0 12px 0 var(--shadow);
  background-color: #fff;
  flex-direction: column;
  width: 90vw;
  max-width: none;
  margin-top: -2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.7rem 1.875rem;
  display: flex;
  position: relative;
}

.buttonbg {
  background-image: linear-gradient(to right, var(--dark-slate-grey) 51%, var(--steel-blue) 52%);
  width: 205%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.buttonbg.dc1 {
  background-image: linear-gradient(to right, var(--white) 48%, var(--light-blue) 49%);
}

.buttontext {
  position: relative;
}

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

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

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

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

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

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

.footercontentwrapper.main {
  min-width: 26vw;
}

.div-block-93 {
  grid-column-gap: 16px;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.section_xl.special2 {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_xl.format1 {
  position: relative;
}

.section_xl.format3 {
  background-color: var(--light-blue);
  position: relative;
  overflow: hidden;
}

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

.div-block-95 {
  grid-column-gap: 2.75rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 2.4rem;
  display: grid;
}

.credentiallogo {
  object-fit: contain;
  height: 8rem;
}

.topsection {
  background-color: #031524;
  min-height: 16rem;
  padding-bottom: 4.5rem;
  position: relative;
}

.div-block-96 {
  color: var(--white);
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: .7rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.paragraph-39 {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-weight: 700;
}

.div-block-1 {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cardblock-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark-slate-grey);
  box-shadow: none;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--white);
  text-align: center;
  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;
  padding: 1.875rem 1.5625rem 2.1rem;
  display: grid;
  position: relative;
  overflow: visible;
}

.paragraph-40 {
  margin-bottom: 0;
  font-family: Fjalla One, sans-serif;
  font-size: 1.07rem;
  line-height: 1.55;
}

.paragraph-41 {
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 0;
  font-weight: 700;
}

.nowrap {
  white-space: nowrap;
}

.text-span-4 {
  margin-top: .1rem;
  font-style: italic;
  display: inline-block;
}

.slide {
  width: 100%;
}

.paragraph {
  filter: contrast(200%);
  color: var(--dark-slate-grey);
  text-align: right;
  text-shadow: 1px 1px 10px var(--black);
  margin-bottom: 0;
  font-size: 1.375rem;
  display: none;
}

.paragraph.slidertext {
  text-align: center;
  display: block;
}

.gallery-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 4.6rem;
  margin-bottom: 4rem;
  padding-top: 9vw;
  padding-bottom: 11vw;
  display: flex;
}

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

.herotitle {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px var(--black);
  margin-top: 0;
  margin-bottom: .625rem;
  font-family: Fjalla One, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.herorowtext {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 0 20px var(--shadow);
  margin-top: .3rem;
  margin-bottom: 0;
}

.herorowtext.first {
  text-transform: none;
  font-weight: 700;
}

.left-arrow, .text-span-22 {
  display: none;
}

.div-block-70 {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: .625rem;
  display: flex;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  height: auto;
  margin-left: 0;
  display: block;
}

.slide-nav {
  display: none;
}

.div-block-37 {
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: end;
  margin-top: 1.25rem;
  text-decoration: none;
  display: flex;
}

.image-10 {
  object-fit: contain;
  width: 80px;
  max-width: none;
  position: absolute;
  left: 0;
  right: 0;
}

.div-block-43 {
  transform-origin: 100%;
  width: 80px;
  height: 60px;
  display: none;
  position: relative;
  overflow: hidden;
}

.right-arrow {
  display: none;
}

.gallery-mask {
  width: 100%;
  height: 100%;
}

.display-none {
  display: none;
}

.gallery-image {
  object-fit: cover;
  object-position: 50% 55%;
  width: 100%;
  max-width: none;
  height: 120%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-image.p2 {
  filter: brightness(65%);
  object-position: 50% 0%;
}

.gallery-image.p1 {
  object-position: 50% 0%;
}

.text-span-18 {
  margin-top: .625rem;
  font-weight: 700;
  display: block;
}

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

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

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

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

.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: center;
  align-items: start;
  width: 84vw;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

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

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

.list-item.listplaceholder {
  color: rgba(0, 0, 0, 0);
  height: .7rem;
}

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

.topr {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.backtop {
  z-index: 30;
  background-color: var(--black);
  box-shadow: 0 0 4px 0 var(--shadow);
  cursor: pointer;
  background-image: url('../images/icon_arrow1_1icon_arrow1.png');
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: auto 25%;
  border-radius: 50rem;
  width: 2.5rem;
  height: 2.5rem;
  transition: background-position .35s;
  position: fixed;
  bottom: 2vw;
  right: 2vw;
}

.backtop:hover {
  background-position: 50% 43%;
}

.text-span-23 {
  background-image: linear-gradient(43deg, var(--steel-blue) 16%, var(--dark-slate-grey) 38%, var(--deep-sky-blue) 93%);
  filter: brightness(105%) contrast(110%);
  color: var(--dark-slate-blue);
  letter-spacing: .1rem;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Fjalla One, sans-serif;
  font-size: 2.9rem;
}

.logowrapper {
  height: 9.2rem;
  position: relative;
}

.navbarbg {
  z-index: 2;
  background-color: var(--white-smoke);
  box-shadow: 0 1px 10px -1px var(--shadow);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link-drop-down {
  z-index: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

.card-line-dec {
  background-color: var(--dark-slate-grey);
  border-radius: 100rem;
  width: 50%;
  height: .3rem;
  position: absolute;
  top: -.15rem;
  bottom: auto;
  left: auto;
  right: auto;
}

.card-line-dec.bottom {
  top: auto;
  bottom: -.15rem;
}

.div-block-97 {
  transform-origin: 50% 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-height: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navdropspaceholder {
  display: none;
}

.line-dec-1 {
  background-color: var(--dark-slate-grey);
  border-radius: 100rem;
  width: 100%;
  height: .3rem;
  margin-top: .1rem;
  position: relative;
}

.word-line-wrapper {
  flex-direction: column;
  display: flex;
}

.text-span-24 {
  color: var(--white);
}

.formwrapper {
  background-color: var(--white);
  width: 100%;
  margin-top: .4rem;
}

.formwrapper.format1 {
  margin-top: 0;
}

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

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

.paragraph-42 {
  margin-top: .5rem;
  margin-bottom: 0;
}

.paragraph-42.sub {
  margin-top: .3rem;
  margin-left: 2rem;
  font-size: 1.07rem;
  line-height: 1.4;
}

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

.div-block-99.last {
  margin-bottom: 0;
}

.space_s {
  width: 100%;
  height: .5rem;
  font-size: 14px;
}

.div-block-5 {
  z-index: 3;
  grid-column-gap: 1.8rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  display: grid;
  position: relative;
}

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

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

.dropdownwrapper {
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.dropdownwrapper.last {
  margin-bottom: 0;
}

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

.dropdowncontentwrapper {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.dropdowncontent {
  margin-bottom: 1rem;
}

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

.link-5 {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.text-span-25 {
  clear: both;
  display: block;
}

@media screen and (min-width: 1440px) {
  .nav-link-drop-down-4 {
    line-height: 1em;
    display: inline-block;
  }

  .navbarlink {
    font-size: 18px;
  }

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

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

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

  .dropdownlink {
    font-size: 17px;
  }

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

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

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

  .title_xxl, .herotitle {
    font-size: 3rem;
  }
}

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

  .bg.blur_circle {
    filter: blur(8px);
  }

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

  .cardblock {
    grid-row-gap: 1.5rem;
    padding: 3.2rem;
  }

  .image-3 {
    max-height: 400px;
  }

  .div-block-10 {
    grid-template-rows: 7.5rem;
  }

  .navbarlink {
    font-size: 1.6rem;
  }

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

  .brand {
    padding: 1rem 2.2rem 1.3rem;
  }

  .div-block {
    padding-left: 3rem;
    padding-right: 1.7rem;
  }

  .paragraph-10 {
    margin-top: .9rem;
  }

  .servicecard {
    margin-top: 6.5rem;
    padding-bottom: 2.5rem;
  }

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

  .div-block-33 {
    width: 7rem;
    height: 7rem;
  }

  .list-item-2 {
    font-size: 1.6rem;
  }

  .list-2 {
    grid-row-gap: .34rem;
  }

  .dropdownlink {
    padding: .7rem 1.15rem;
    font-size: 1.55rem;
  }

  .servicewrapper {
    grid-template-columns: 27rem 1fr;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sidebarlinks {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.55rem;
  }

  .flex {
    padding-left: 1rem;
  }

  .flex.title {
    padding-top: 1.5rem;
  }

  .sidenavicons {
    width: 2.1rem;
    height: 2rem;
    margin-right: 1.1rem;
  }

  .sidebar {
    top: 8rem;
  }

  .topicon {
    height: 6rem;
  }

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

  .paragraph-copy.first {
    margin-bottom: 4rem;
  }

  .div-block-48 {
    padding: 3.35rem 4.05rem 4.2rem;
  }

  .title_xl {
    font-size: 3rem;
  }

  .title_xl.format1 {
    font-size: 3.3rem;
  }

  .footerparagraph {
    font-size: 1.65rem;
  }

  .footer_icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: .3rem;
  }

  .footwrapper {
    padding-top: 5rem;
  }

  .footertitle {
    margin-bottom: 1.3rem;
    font-size: 3.2rem;
  }

  .footertitle.sub {
    font-size: 2rem;
  }

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

  .formwpadding {
    margin-bottom: 4rem;
    padding: 2rem 1.8rem 1.8rem;
  }

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

  .title_m.format2 {
    min-height: 4.4rem;
  }

  .title_m.dropdowntitle {
    min-height: 3.5rem;
  }

  .pagepadding_l {
    height: 11rem;
  }

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

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

  .dropdowniconwrapper-2 {
    width: 3.7rem;
    min-width: 3.7rem;
    min-height: 3.7rem;
    top: 1.3rem;
    right: 1.5rem;
  }

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

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

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

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

  .dropdowncontent-3 {
    margin-top: 1rem;
  }

  .socialmediawrapper {
    grid-column-gap: .4rem;
  }

  .link-block {
    width: 2.6rem;
    height: 2.6rem;
  }

  .dropdowntitlewrapper {
    padding: 1rem 5.85rem .89rem 2.35rem;
  }

  .para_m {
    font-size: 1.6rem;
  }

  .div-block-14 {
    height: 32rem;
    margin-top: 2.9rem;
    margin-bottom: 2.9rem;
    padding-bottom: 2rem;
    padding-left: 2.9rem;
    padding-right: 2.9rem;
  }

  .text-span-2 {
    height: 2.9rem;
    font-size: 1.4rem;
  }

  .servicecardhp {
    grid-row-gap: 2.25rem;
  }

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

  .space_l {
    width: 1rem;
  }

  .divider {
    margin-top: 4.1rem;
    margin-bottom: 4.1rem;
  }

  .div-block-13 {
    grid-column-gap: 3vw;
  }

  .image-4 {
    height: 6.3rem;
  }

  .title_xxl {
    margin-bottom: 1rem;
    font-size: 4rem;
  }

  .tripformwrapper {
    padding: 2.8rem 2.7rem 2.43rem;
  }

  .navigation {
    top: -12rem;
  }

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

  .div-block-93 {
    grid-row-gap: 2.5rem;
  }

  .section_xl {
    padding-top: 7.2rem;
    padding-bottom: 8.5rem;
  }

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

  .credentiallogo {
    height: 12rem;
  }

  .topsection {
    min-height: 24rem;
    padding-bottom: 9rem;
  }

  .cardblock-copy {
    grid-row-gap: 1.25rem;
    padding: 3.2rem;
  }

  .paragraph-40 {
    font-size: 1.6rem;
  }

  .paragraph {
    font-size: 2.1rem;
  }

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

  .herotitle {
    margin-bottom: 1rem;
    font-size: 5.3rem;
  }

  .div-block-70 {
    margin-bottom: .8rem;
  }

  .div-block-37 {
    margin-top: 1.8rem;
  }

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

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

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

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

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

  .text-span-23 {
    font-size: 4.5rem;
  }

  .logowrapper {
    height: 12.5rem;
  }

  .div-block-97 {
    max-height: 2.9rem;
  }

  .pagepadding_s {
    height: 2rem;
  }

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

  .paragraph-42.sub {
    margin-top: .4rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .space_s {
    height: 1rem;
  }

  .line-icon-6 {
    width: 1.5rem;
    min-height: 4px;
  }

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

  .dropdowniconwrapper {
    width: 3.5rem;
    min-width: 3.5rem;
    min-height: 3.5rem;
    top: .925rem;
    right: .925rem;
  }

  .dropdowncontentwrapper {
    padding-left: 2.35rem;
    padding-right: 2.35rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-link-drop-down-4 {
    font-size: 25px;
  }

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

  .bg.blur_circle {
    width: 65vw;
    height: 65vw;
    top: -8rem;
    left: 17.5%;
  }

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

  .cardblock {
    padding-top: 1.5625rem;
    box-shadow: -6px 3px 15px rgba(4, 16, 40, .07);
  }

  .image-3 {
    width: 70vw;
    height: 35vw;
  }

  .navmenu {
    background-color: var(--white-smoke);
    box-shadow: 0 2px 10px 0 var(--shadow);
    width: auto;
    max-width: 80vw;
    height: auto;
    max-height: 70vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
    position: absolute;
    overflow: hidden;
  }

  .div-block-10 {
    flex-direction: column;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: start;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .logo {
    height: 80%;
    margin-bottom: .2rem;
  }

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

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

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

  .nav-container {
    padding-right: 2vw;
  }

  .new-item-wrapper {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-right: 0;
    padding: .4rem 0 .7rem;
    display: flex;
  }

  .new-item-wrapper.button1 {
    padding-top: .6rem;
    padding-bottom: .3rem;
  }

  .navbar {
    height: 5.8rem;
  }

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

  .nav-link-drop-down-2.dropdown {
    text-align: center;
  }

  .brand.mobile {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-right: auto;
    padding: 0;
    display: flex;
  }

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

  .navbarlinkwrapper {
    flex: none;
  }

  .navbarlinkwrapper.dropdown {
    height: auto;
  }

  .certified {
    margin-top: 0;
  }

  .div-block {
    margin-top: 0;
    padding-left: 1.9rem;
    padding-right: 0;
  }

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

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

  .dropdownlink {
    text-align: center;
    flex: 1;
    padding-top: .35rem;
    padding-bottom: .3rem;
    font-size: 1.07rem;
  }

  .servicewrapper {
    grid-template-columns: 3.4375rem 1fr;
  }

  .flex.cc {
    z-index: 1;
    cursor: pointer;
    justify-content: flex-end;
    margin-top: .375rem;
    margin-right: .25rem;
    padding-top: .3125rem;
    display: flex;
    position: relative;
  }

  .flex.last {
    margin-bottom: 0;
  }

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

  .sidebar {
    width: 20rem;
    max-height: 17.5rem;
    margin-right: 0;
    padding-bottom: 1rem;
  }

  .text-block-8.close {
    font-size: .875rem;
    text-decoration: underline;
  }

  .div-block-45 {
    z-index: 2;
    background-color: var(--white-smoke);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-9 {
    display: none;
  }

  .div-block-48 {
    margin-top: 3.125rem;
    padding: 2.2rem 2.45rem 2.45rem;
  }

  .title_xl.format1 {
    text-align: center;
    margin-right: 0;
  }

  .footerparagraph {
    font-size: 17px;
  }

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

  .burger-line-top {
    background-color: var(--steel-blue);
  }

  .nav-menu-button {
    z-index: 3;
    color: #fff;
    padding: 0;
    transition: background-color .3s, transform .3s;
  }

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

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

  .burger-line-middle, .burger-line-bottom {
    background-color: var(--steel-blue);
  }

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

  .block {
    max-width: 450px;
  }

  .title_m.format2 {
    min-height: 0;
  }

  .pagepadding_l {
    height: 6rem;
  }

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

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

  .div-block-14 {
    width: 85%;
  }

  .homecardimage {
    opacity: .15;
    border-radius: 10px;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .servicecardhp {
    width: 100%;
    max-width: 35rem;
  }

  .space_l {
    width: .5rem;
    font-size: 10px;
  }

  .div-block-15 {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    justify-items: center;
  }

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

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

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

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

  .section_xl.special2 {
    justify-content: center;
  }

  .div-block-95 {
    grid-column-gap: 2rem;
    grid-template-columns: auto auto auto auto;
  }

  .topsection {
    min-height: 14rem;
  }

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

  .cardblock-copy {
    padding-top: 1.5625rem;
  }

  .div-block-6 {
    padding-bottom: 0;
  }

  .div-block-2 {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }

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

  .mapwrapper {
    width: 45vw;
    max-width: 300px;
    margin-top: 0;
    margin-bottom: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .space_placehoder {
    display: none;
  }

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

  .mapcontentwrapper {
    display: none;
  }

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

  .logowrapper {
    display: none;
  }

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

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

  .paragraph-42.sub {
    margin-left: 1.5rem;
  }

  .space_s {
    height: 0;
    font-size: 10px;
  }

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

@media screen and (max-width: 767px) {
  .body {
    display: block;
  }

  .pagewrapper {
    margin-left: 0;
    position: relative;
  }

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

  .bg.imagebg.topsectionbg.p1 {
    object-position: 40% 50%;
  }

  .image-3 {
    height: 40vw;
  }

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

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

  .bg-2.footerbg {
    object-position: 60% 100%;
  }

  .navbar {
    height: 4.7rem;
  }

  .brand {
    padding-left: 0;
  }

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

  .servicec {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .certified {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .servicecard {
    margin-top: 3rem;
  }

  .div-block-32 {
    margin-top: -40px;
  }

  .list-2 {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
  }

  .dropdown-list-wrapper {
    margin-top: -1px;
    margin-bottom: -3px;
  }

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

  .servicewrapper {
    padding-bottom: 3.125rem;
  }

  .stickycontent {
    width: 100%;
    position: static;
  }

  .paragraph-copy {
    margin-top: .35rem;
    font-size: 16.5px;
  }

  .title_xl {
    font-size: 1.75rem;
  }

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

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

  .footerlink {
    font-size: 17px;
  }

  .footertitle {
    font-size: 1.7rem;
  }

  .sub-footer-2 {
    padding-top: .8125rem;
    padding-bottom: .625rem;
  }

  .subfootertext-2 {
    flex: 1;
  }

  .subfootertext-2._2nd {
    margin-top: .3rem;
    margin-left: 0;
    padding-left: 0;
  }

  .formwpadding {
    width: 94vw;
    max-width: none;
    margin-bottom: 1.875rem;
  }

  .title_m {
    font-size: 1.3rem;
  }

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

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

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

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

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

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

  .subfooterwrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .footeritemwrapper-2 {
    min-width: 0;
  }

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

  .title_xxl {
    font-size: 2.3rem;
  }

  .tripformwrapper {
    padding-bottom: 1.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

  .div-block-95 {
    grid-template-columns: auto auto;
  }

  .credentiallogo {
    height: 7rem;
  }

  .topsection {
    padding-bottom: 5rem;
  }

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

  .paragraph {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .herotitle {
    font-size: 2.6rem;
  }

  .div-block-70 {
    grid-template-columns: auto;
  }

  .mapwrapper {
    width: 70vw;
  }

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

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

  .backtop {
    bottom: 1rem;
    right: 1rem;
  }

  .formwrapper {
    width: 94vw;
  }

  .formwrapper.format1 {
    width: 90vw;
  }

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

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

  .container.heroc {
    justify-content: center;
    min-height: 85vh;
  }

  .bg.blur_circle {
    top: 0;
  }

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

  .image-3 {
    width: 60vw;
    height: 160px;
  }

  .navmenu {
    max-width: 89vw;
    max-height: 85vh;
  }

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

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

  .navbar {
    height: 4.4rem;
  }

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

  .certified {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-10 {
    font-weight: 500;
    line-height: 1.5;
  }

  .servicecard {
    width: 100%;
    max-width: none;
    margin-top: 2.2rem;
    padding-bottom: 1rem;
  }

  .div-block-33 {
    width: 3.75rem;
    height: 3.75rem;
  }

  .list-item-2 {
    font-size: 16px;
  }

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

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

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

  .dropdownlink {
    white-space: normal;
  }

  .servicewrapper {
    grid-template-columns: 1fr;
    align-items: end;
    padding-top: 2.5rem;
  }

  .sidebarlinks {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .95rem;
  }

  .sidenavicons {
    z-index: 0;
    margin-top: -1px;
  }

  .sidebar {
    transform-origin: 100% 100%;
    border-style: none;
    max-width: 80vw;
    max-height: 310px;
    padding-top: .75rem;
    padding-bottom: .75rem;
    display: none;
    position: fixed;
    top: auto;
    bottom: 1.1875rem;
    left: auto;
    right: 1.25rem;
  }

  .text-block-8 {
    font-size: 1rem;
  }

  .text-block-8.close {
    font-size: .8125rem;
  }

  .div-block-45 {
    color: var(--cornflower-blue);
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }

  .text-block-9 {
    font-size: 1rem;
    display: block;
  }

  .stickycontent {
    margin-top: 1.25rem;
    top: 185px;
  }

  .div-block-48 {
    margin-top: 1.875rem;
    padding: 1.3rem 1.45rem 2.35rem;
  }

  .title_xl, .title_xl.format1 {
    font-size: 1.6rem;
  }

  .footerparagraph {
    font-size: 16px;
  }

  .footer_icon {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: .12rem;
  }

  .footerlink {
    font-size: 16px;
  }

  .footwrapper {
    padding-top: 12vw;
  }

  .footertitle {
    letter-spacing: .02rem;
    margin-bottom: .8rem;
  }

  .sub-footer-2 {
    width: 80vw;
  }

  .formwpadding {
    width: 100vw;
    margin-bottom: 0;
    padding: 1.125rem .875rem .875rem;
  }

  .title_m {
    font-size: 1.25rem;
  }

  .title_m.format1 {
    line-height: 1.3;
  }

  .pagepadding_l {
    height: 5rem;
  }

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

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

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

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

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

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

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

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

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

  .link-block {
    width: 1.5rem;
    height: 1.5rem;
  }

  .dropdowntitlewrapper {
    padding-top: .6rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
  }

  .para_m {
    font-size: 1rem;
  }

  .div-block-14 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    padding: 1rem;
  }

  .subfooterwrapper {
    height: auto;
  }

  .text-span-2 {
    height: 1.6rem;
    font-size: .9rem;
  }

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

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

  .div-block-9 {
    grid-row-gap: 20px;
  }

  .divider {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .div-block-13 {
    grid-row-gap: 2.75rem;
  }

  .image-4 {
    height: 3.9rem;
  }

  .title_xxl {
    font-size: 2rem;
  }

  .tripformwrapper {
    width: 93vw;
    margin-top: -1rem;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .div-block-84 {
    grid-row-gap: 15px;
    width: 80vw;
    margin-top: .7rem;
  }

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

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

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

  .section_xl {
    padding-bottom: 4.2rem;
  }

  .div-block-95 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
  }

  .credentiallogo {
    height: 5rem;
  }

  .topsection {
    min-height: 10rem;
    padding-bottom: 3.5rem;
  }

  .div-block-1 {
    grid-row-gap: 20px;
  }

  .cardblock-copy {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .paragraph-40 {
    font-size: 1rem;
  }

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

  .paragraph {
    font-size: 1.15rem;
  }

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

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

  .herotitle {
    font-size: 2.2rem;
  }

  .herorowtext {
    margin-bottom: .1875rem;
    line-height: 1.4;
  }

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

  .div-block-70 {
    grid-template-columns: auto;
  }

  .div-block-37 {
    grid-row-gap: 0px;
    justify-items: start;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .image-10 {
    width: 60px;
  }

  .div-block-43 {
    width: 60px;
    height: 50px;
  }

  .gallery-image.p2 {
    object-position: 45% 0%;
  }

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

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

  .text-span-23 {
    font-size: 2.4rem;
  }

  .div-block-97 {
    max-height: 1.6rem;
  }

  .line-dec-1 {
    height: .2rem;
  }

  .formwrapper {
    width: 100vw;
  }

  .formwrapper.format1 {
    width: 92vw;
  }

  .paragraph-42 {
    margin-top: .6rem;
  }

  .paragraph-42.sub {
    margin-top: .4rem;
    margin-left: .7rem;
    font-size: 1rem;
  }

  .div-block-99 {
    margin-bottom: 3rem;
  }

  .space_s {
    height: 1.2rem;
  }

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

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

  .dropdowniconwrapper {
    top: .45rem;
  }

  .dropdowncontentwrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_2251bc21-3677-46da-ad65-7e09da08b63b-d970d293 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b882dad5-f065-4ce7-ac4f-cecedf50d42e-d970d293 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b882dad5-f065-4ce7-ac4f-cecedf50d431-d970d293 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d8e5192f-4a19-e1ba-fe30-ef222147a213-d970d293 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_2794f826-b5c4-5b53-6187-3fa1310843c6-d970d293 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2794f826-b5c4-5b53-6187-3fa1310843c9-d970d293 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-d284988f-8f5b-4aba-8372-799d1244e185-d970d293, #w-node-_61fb523c-a110-3edd-96b2-6d6690076d52-d970d293 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2794f826-b5c4-5b53-6187-3fa1310843e9-d970d293 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_2794f826-b5c4-5b53-6187-3fa1310843ec-d970d293 {
  justify-self: center;
}

#w-node-_78ce555c-cd35-7322-c4b7-d54c8aa1e6c2-d970d293 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

#w-node-_29b71b72-2748-e34e-03e4-129b046e6fb3-d8fd3c54 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ff3a3dcd-7a3b-d9b5-d86c-925fcff4710c-d8fd3c54, #w-node-cafe49fc-3296-d969-fe03-0938e9f47bce-e9f47bce, #w-node-e6c8e8fb-2f65-df6c-13f3-a6502dc56280-2dc56280, #w-node-_17f64ec6-64cc-262a-8231-b5ce6fcf0e4d-6fcf0e4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e34e033-b5c2-68fe-22df-dbd314653672-a9505676 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e61adee7-4d51-0ee1-9deb-6fcd9da2e216-a9505676 {
  align-self: start;
}

#w-node-_915c4107-7641-802a-47c2-d91deb87cf7e-5470d296, #w-node-_915c4107-7641-802a-47c2-d91deb87cf82-5470d296, #w-node-a77363db-db3b-7b2b-9e43-dd112e5eda3d-2e5eda37, #w-node-a77363db-db3b-7b2b-9e43-dd112e5eda3e-2e5eda37, #w-node-a77363db-db3b-7b2b-9e43-dd112e5eda3f-2e5eda37, #w-node-a77363db-db3b-7b2b-9e43-dd112e5eda40-2e5eda37, #w-node-_8ac30200-f50c-35e5-702d-9dd9502bcee5-502bced6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b882dad5-f065-4ce7-ac4f-cecedf50d42e-d970d293 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b882dad5-f065-4ce7-ac4f-cecedf50d431-d970d293 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d8e5192f-4a19-e1ba-fe30-ef222147a213-d970d293 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2794f826-b5c4-5b53-6187-3fa1310843c6-d970d293 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2794f826-b5c4-5b53-6187-3fa1310843e9-d970d293 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2794f826-b5c4-5b53-6187-3fa1310843ec-d970d293 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_78ce555c-cd35-7322-c4b7-d54c8aa1e6c2-d970d293 {
    grid-row: 4 / 5;
  }

  #w-node-_29b71b72-2748-e34e-03e4-129b046e6fa5-d8fd3c54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e26ae52c-5907-a8ac-0d90-ec16a950567d-a9505676 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_91c0a021-a360-6262-6fcd-9cb4735ff2e4-a9505676 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_915c4107-7641-802a-47c2-d91deb87cf7e-5470d296, #w-node-_915c4107-7641-802a-47c2-d91deb87cf82-5470d296 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_29b71b72-2748-e34e-03e4-129b046e6fa5-d8fd3c54 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_29b71b72-2748-e34e-03e4-129b046e6fb9-d8fd3c54 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #contact.w-node-_29b71b72-2748-e34e-03e4-129b046e6fd8-d8fd3c54, #w-node-_8ac30200-f50c-35e5-702d-9dd9502bcee5-502bced6 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_38ebee39-ed79-9643-4403-b483f9d92ac2-b570d29c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c9a895b4-c265-dfc1-9ac0-73a3a80cb52b-a80cb52b {
    justify-self: end;
  }

  #w-node-_38ebee39-ed79-9643-4403-b483f9d92ac2-c44fccd4 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


