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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #464646;
  font-size: 1.125rem;
  line-height: 1.6;
}

.navbartop {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  height: 2.1875rem;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #310161;
}

.navtop-paragraph {
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}

.link {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

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

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

.nav-link-drop-down.dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.html-embed {
  display: none;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  width: 100vw;
  height: 15vh;
  max-width: 100vw;
  margin-top: 5vh;
  background-color: #fff;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: height 300ms ease, background-color 300ms ease;
  transition: height 300ms ease, background-color 300ms ease;
}

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

.bg.black {
  background-color: rgba(20, 2, 37, 0.59);
}

.bg.navbarlinkicon {
  left: -12px;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
  height: 25px;
  max-width: 90%;
}

.bg.herobg {
  left: auto;
  right: auto;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, 0.63);
}

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

.yellowbutton {
  position: relative;
  overflow: hidden;
  padding: 10px 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 1000px;
  background-color: #ffd103;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.yellowbutton:hover {
  background-color: #0f2b5a;
  box-shadow: 0 0 3px 0 rgba(15, 43, 90, 0.9), inset 0 0 0 2px #ffd103;
  -webkit-transform: scale3d(0.96, 0.96, 5);
  transform: scale3d(0.96, 0.96, 5);
}

.yellowbutton.navbarbutton {
  margin-left: auto;
}

.container {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 110rem;
  margin-right: 8vw;
  margin-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.special {
  width: 100%;
  max-width: none;
  margin-right: 0vw;
  margin-left: 0vw;
}

.container.wider {
  position: relative;
  max-width: none;
  margin-right: 5vw;
  margin-left: 5vw;
}

.container.heroc {
  margin-right: 7vw;
  margin-left: 7vw;
}

.button {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 0.7rem 1.5rem;
  border-style: solid;
  border-width: 2px;
  border-color: #310161;
  background-color: transparent;
  box-shadow: 0 1px 7px 0 transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #310161;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:hover {
  background-color: #310161;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.32);
  color: #fff;
}

.button.is--primary {
  border-color: #fff;
  background-color: #fff;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  color: #310161;
  letter-spacing: 0.032em;
}

.button.is--primary:hover {
  background-color: transparent;
  color: #fff;
}

.button.is--secondary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  letter-spacing: 0.032em;
}

.button.is--secondary:hover {
  background-color: #451a70;
}

.button.navb {
  padding: 0.625rem 1.25rem;
  font-size: 1.2vw;
}

.button.herob2 {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  letter-spacing: 0.032em;
}

.button.herob2:hover {
  background-color: #310161;
}

.button.speical {
  margin-left: 7.5rem;
}

.pagewrapper {
  overflow: hidden;
  background-color: #fff;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.trianglebutton {
  position: relative;
  width: 8vh;
  height: 7.12vh;
  margin-left: 1.5vw;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.trianglebutton:hover {
  -webkit-transform: scale3d(0.96, 0.96, 5);
  transform: scale3d(0.96, 0.96, 5);
}

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

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

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

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

.section_l.dbg1 {
  background-color: #eae5ef;
}

.section_l.no-bp {
  padding-bottom: 0rem;
}

.homefeaturewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.4375rem;
  height: 22.1875rem;
  margin: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  cursor: pointer;
}

.homefeaturecontentwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homefeatureswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.featurefront {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1.375rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.64;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 55% 50%;
  object-position: 55% 50%;
}

.image-2.p2 {
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
}

.image-3 {
  position: relative;
  display: none;
  height: 70px;
  margin-bottom: 3vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.paragraph-15.back {
  padding: 1rem 1.5625rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  color: #f7f8f8;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-15.is--text-white {
  color: #fff;
  font-size: 1.6rem;
}

.featureback {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #310161;
  border-radius: 0px;
  background-color: #451a70;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slideright {
  display: -ms-grid;
  display: grid;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.slideitem-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 15vw;
  max-height: 350px;
  max-width: 350px;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.2)), to(rgba(0, 0, 255, 0.2))), none;
  background-image: linear-gradient(180deg, rgba(0, 0, 255, 0.2), rgba(0, 0, 255, 0.2)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: background-color 700ms ease;
  transition: background-color 700ms ease;
}

.slideitem-copy:hover {
  border-bottom-color: #81c4ee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(132, 168, 191, 0.5)), to(rgba(132, 168, 191, 0.5))), none;
  background-image: linear-gradient(180deg, rgba(132, 168, 191, 0.5), rgba(132, 168, 191, 0.5)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.3);
}

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

.paymenticon {
  overflow: hidden;
  height: 1.75rem;
  margin-top: 0.375rem;
  margin-right: 0.375rem;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.32);
  -o-object-fit: contain;
  object-fit: contain;
}

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

.divider60 {
  width: 60%;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(240, 85, 38, 0.9)), to(#e62332));
  background-image: linear-gradient(90deg, rgba(240, 85, 38, 0.9), #e62332);
}

.divider60.footerd {
  position: relative;
  width: 84%;
  height: 2px;
  margin-top: 1.875rem;
  margin-bottom: 0px;
  background-color: rgba(229, 231, 232, 0.31);
  background-image: none;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.footer_icon {
  height: 1.125rem;
  margin-top: 0.25rem;
  margin-right: 0.625rem;
}

.footertitle {
  margin-top: 2.1875rem;
  margin-bottom: 0.625rem;
  font-family: 'Serpentine icg', sans-serif;
  color: #fcfdff;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

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

.footerparagraph {
  margin-bottom: 7px;
  padding-left: 0px;
  color: #e5e7e8;
  font-size: 1.05rem;
}

.footerparagraph.titlenop {
  margin-bottom: 0.1875rem;
  color: #fcfdff;
  font-size: 1.25rem;
  font-weight: 600;
}

.footerparagraph.payment {
  margin-bottom: 0px;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  box-shadow: 0 -2px 20px 0 rgba(79, 90, 102, 0.14);
}

.footer-content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}

.link-5 {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #e5e7e8;
  text-decoration: none;
}

.link-5:hover {
  color: #fcfdff;
  text-decoration: underline;
}

.footeritemwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 35vw;
  margin-right: 2%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footerwrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footerlink-2 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e5e7e8;
  font-size: 1.05rem;
  text-decoration: none;
}

.footerlink-2:hover {
  color: #fcfdff;
}

.footerlink-2.w--current {
  font-weight: 500;
}

.footerlink-2._20left {
  margin-right: 40px;
  line-height: 1.6;
}

.footerlink-2._20left {
  margin-right: 40px;
}

.sub-footer {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 0.9rem 8% 0.85rem;
}

.subfooterwrapper-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.subfootertext-3 {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #e5e7e8;
  font-size: 0.875rem;
  text-align: left;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbarlinkwrapper-2 {
  position: relative;
}

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

.new-item-wrapper.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100vw;
  height: 5rem;
  max-width: 100%;
  min-width: 100%;
  background-color: hsla(0, 0%, 100%, 0.9);
  -webkit-perspective: 3000px;
  perspective: 3000px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: height 300ms ease, background-color 300ms ease;
  transition: height 300ms ease, background-color 300ms ease;
}

.navbarlink-2 {
  position: relative;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #000;
  font-size: 1.3vw;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbarlink-2:hover {
  color: #6c409e;
}

.navbarlink-2.w--current {
  color: #310161;
  font-weight: 800;
}

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

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.59);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.navcontainer.navtopc {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

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

.button-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button-3:hover {
  background-color: #ad1115;
}

.hero-title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Serpentine icg', sans-serif;
  color: #f7f8f8;
  font-size: 4.5rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero_btn-row {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 0.625rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section_xxl {
  position: relative;
  overflow: hidden;
  padding-top: 7.5rem;
  padding-bottom: 6.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
}

.homes1content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

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

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

.p {
  margin-bottom: 0px;
}

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

.mainwrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.whitedivider {
  position: relative;
  z-index: 999;
  width: 0.5px;
  height: 100%;
  background-color: #fff;
}

.content-container {
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-2 {
  position: relative;
  margin-bottom: 0.9375rem;
  color: #fff;
}

.contentwrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 35vw;
  max-height: 35rem;
  padding-right: 3.125rem;
  padding-bottom: 1.875rem;
  padding-left: 3.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.contentwrapper:hover {
  background-color: rgba(0, 0, 0, 0.63);
}

.special {
  display: inline-block;
}

.div-block-58 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.div-block-17 {
  display: -ms-grid;
  display: grid;
  margin-top: 1.3rem;
  margin-bottom: 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.image-6 {
  width: 6.25rem;
  height: 6.25rem;
  margin-top: 0.3rem;
  margin-right: 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-6.p1 {
  -o-object-position: 50% 75%;
  object-position: 50% 75%;
}

.paragraph-3 {
  margin-top: 0.4375rem;
  margin-bottom: 0px;
}

.blockwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blockwrapper.first {
  margin-bottom: 1.25rem;
}

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

.mainbutton-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50px;
  padding-right: 70px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #8dccff;
  text-decoration: none;
  cursor: pointer;
}

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

.bg-3.pricing {
  border-style: solid;
  border-width: 10px;
  border-color: #310161;
  background-color: #fff;
}

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

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

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

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

.para_s.padding1 {
  margin-bottom: 0.3125rem;
}

.para_s.format1 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 1rem;
}

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

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

.divider-2.padding {
  margin-top: 0.5rem;
  margin-bottom: 0.625rem;
}

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

.pricingtitle {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875rem;
  margin-bottom: 0px;
  padding-right: 2.2rem;
  padding-left: 2.2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 1.625rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

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

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

.detailrate.sub {
  font-size: 0.9375rem;
}

.ratesection {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 4.375rem;
}

.divider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 90vw;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #464646;
}

.navabr_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spacer_hero {
  padding-top: 12px;
  padding-bottom: 12px;
}

.hero_content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 3.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.title_m.herot {
  line-height: 1.4;
  font-weight: 300;
}

.title_m.cardt {
  position: relative;
  margin-bottom: 0.3125rem;
  color: #fff;
}

.title_m.blockt {
  color: #451a70;
  font-weight: 400;
  text-transform: uppercase;
}

.title_m.feet {
  color: #6c409e;
}

.counties_bg {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}

.counties_text {
  margin-bottom: 0px;
  padding: 0.75rem 1.5rem;
  color: #6c409e;
}

.hero_title-container {
  position: relative;
  overflow: hidden;
}

.hero_title-underline {
  height: 2px;
  background-color: #fff;
}

.title_xl {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 700;
}

.title_xl.format2 {
  position: relative;
  font-family: 'Serpentine icg', sans-serif;
  color: #310161;
  font-weight: 700;
  text-transform: uppercase;
}

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

.title_xl.format1 {
  margin-right: 0.625rem;
}

.title_xl.format3 {
  color: #ff5420;
  text-align: center;
}

.section-title_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-title_underline-container {
  position: relative;
  overflow: hidden;
}

.div-block-59 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 12.5rem;
  height: 3px;
  background-color: #6c409e;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.space_m {
  height: 1rem;
}

.space_l {
  height: 1.5rem;
}

.feature_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.63);
}

.features_content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.feature_bg.p2 {
  -o-object-position: 50% 70%;
  object-position: 50% 70%;
}

.div-block-7-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logos_row {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 80vw;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #451a70;
}

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

.logo.mobile {
  display: none;
}

.rates_grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.15);
}

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

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

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

.dropdownlink {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  font-size: 1.2vw;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.dropdownlink:hover {
  background-color: #6c409e;
  color: #fcfdff;
}

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

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

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

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

.brand {
  height: 12vw;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.mapcontainer {
  display: -ms-grid;
  display: grid;
  max-width: 84%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.mapwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32vw;
  max-width: 25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-copy-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 0.3125rem;
  padding-left: 1.25rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mapsection {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

.paragraph-20 {
  margin-bottom: 1.25rem;
  text-align: left;
}

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

.div-block-35 {
  position: absolute;
  left: 0.5%;
  top: 0.5%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 95.5%;
  height: 66.5%;
  border-radius: 1000px;
}

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

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

.p1 {
  margin-bottom: 0px;
}

.p2 {
  margin-bottom: 0.625rem;
}



.mask {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.movement {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.movement-inverse {
  position: relative;
  height: 100%;
}

.image-size {
  position: relative;
  width: 65vw;
  height: 35vw;
  max-height: 21.875rem;
  max-width: 40.625rem;
}

.image-size.aboutus {
  width: 50vw;
  height: 30vw;
}

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

.image-14.p1 {
  -o-object-position: 50% 65%;
  object-position: 50% 65%;
}

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

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  background-color: #310161;
}

.tripsection {
  z-index: 5;
  max-width: 100vw;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.text_divider {
  width: 1px;
  height: 40%;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
  background-color: #fff;
}

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

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

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

.arrow {
  display: inline-block;
}

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

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

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

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

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

.formwrapper {
  width: 100%;
}

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

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

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

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

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

.jobdescriptionwrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(172, 173, 173, 0.16);
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1440px) {
  .navtop-paragraph {
    text-align: left;
  }

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

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

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

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

  .navbar-2 {
    margin-top: 0px;
  }

  .navbarlink-2 {
    font-size: 1.125rem;
  }

  .navcontainer {
    background-color: #fff;
  }

  .logos_row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

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

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

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

  .navbartop {
    height: 3.4rem;
  }

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

  .button {
    padding-right: 2.2rem;
    padding-left: 2.2rem;
    font-size: 1.45rem;
  }

  .button.navb {
    font-size: 1.5rem;
  }

  .button.speical {
    margin-left: 11.25rem;
  }

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

  .homefeaturewrapper {
    width: 31.5rem;
    height: 29rem;
    margin-right: 0.9rem;
    margin-left: 0.9rem;
  }

  .homefeatureswrapper {
    margin-top: 1rem;
  }

  .paragraph-15.back {
    padding-right: 2.7rem;
    padding-left: 2.7rem;
    font-size: 1.5rem;
  }

  .paragraph-15.is--text-white {
    font-size: 2.4rem;
  }

  .footer_icon {
    height: 1.7rem;
    margin-top: 0.5rem;
    margin-right: 0.9rem;
  }

  .footertitle {
    margin-top: 2.5rem;
    margin-bottom: 0.8rem;
    font-size: 2.5rem;
  }

  .footerparagraph {
    font-size: 1.6rem;
  }

  .footerparagraph.titlenop {
    font-size: 1.9rem;
  }

  .footer {
    padding-top: 2rem;
  }

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

  .sub-footer {
    padding-top: 1.1rem;
    padding-bottom: 1.05rem;
  }

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

  .div-block-39 {
    margin-bottom: 0.9rem;
  }

  .navbar-2 {
    height: 7rem;
  }

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

  .navcontainer {
    padding-right: 2.2rem;
    padding-left: 2.2rem;
  }

  .hero-title {
    font-size: 6.6rem;
  }

  .hero_btn-row {
    grid-column-gap: 1.875rem;
  }

  .section_xxl {
    padding-top: 8rem;
    padding-bottom: 7.5rem;
  }

  .paragraph-2 {
    margin-bottom: 1.5rem;
  }

  .contentwrapper {
    height: 40vw;
    padding-right: 3.6rem;
    padding-bottom: 2.8rem;
    padding-left: 3.6rem;
  }

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

  .div-block-17 {
    margin-top: 1.4rem;
    margin-bottom: 2.8rem;
    grid-row-gap: 1.5rem;
  }

  .image-6 {
    width: 9.375rem;
    height: 9.375rem;
    margin-right: 1.875rem;
  }

  .feewrapper {
    grid-row-gap: 1.4rem;
  }

  .detailrates {
    padding-bottom: 2.2rem;
  }

  .para_s {
    font-size: 1.55rem;
  }

  .para_s.format1 {
    margin-top: 0.8rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .divider-2.padding {
    margin-top: 0.7rem;
    margin-bottom: 0.9rem;
  }

  .pricingtitle {
    margin-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 2rem;
  }

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

  .detailrate.sub {
    font-size: 1.35rem;
  }

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

  .hero_content-container {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }

  .title_m {
    font-size: 2.2rem;
  }

  .title_m.herot {
    font-size: 2rem;
  }

  .title_m.cardt {
    margin-bottom: 0.8rem;
  }

  .counties_text {
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
  }

  .title_xl {
    font-size: 3rem;
  }

  .title_xl.format1 {
    margin-right: 0.8rem;
  }

  .div-block-59 {
    width: 18.75rem;
  }

  .space_m {
    height: 1.5rem;
  }

  .space_l {
    height: 2rem;
  }

  .dropdown-list-wrapper {
    margin-top: 0.8rem;
  }

  .dropdownlink {
    padding: 0.8rem 1.875rem;
    font-size: 1.5rem;
  }

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

  .mapwrapper {
    width: 35vw;
    max-width: 30rem;
  }

  .list-copy-2 {
    padding-left: 1.6rem;
  }

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

  .paragraph-20 {
    margin-bottom: 1.5rem;
  }

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

  .text_divider {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

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

  .title_s {
    font-size: 1.8rem;
  }

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

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

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

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

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

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

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

  .nav-link-drop-down.dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .navbar {
    margin-top: 5vh;
  }

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

  .yellowbutton.navbarbutton {
    margin-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .button.navb {
    border-color: #eae5ef;
    color: #eae5ef;
    font-size: 1.07rem;
  }

  .button.navb:hover {
    background-color: #6c409e;
  }

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

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

  .homefeaturewrapper {
    height: 20rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .homefeaturecontentwrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

  .slideitem-copy {
    width: 35vw;
    height: 20vw;
    margin-top: 10px;
    border-radius: 20px;
  }

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

  .divider60.footerd {
    margin-top: 1.5625rem;
  }

  .div-block-37 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-content-block {
    margin-bottom: 0px;
    text-align: left;
  }

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

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

  .new-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding: 0.4375rem 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .new-item-wrapper.main {
    margin-left: 0vw;
    padding-top: 15px;
  }

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

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

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

  .headernav-2 {
    margin-bottom: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

  .navbarlink-2:hover {
    color: #eae5ef;
  }

  .navbarlink-2.w--current {
    color: #fff;
  }

  .navbarlink-2.dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-41 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    height: 100vh;
    padding-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navmenu-2 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: auto;
    height: 100vh;
    max-height: 100vh;
    padding-right: 3%;
    padding-left: 3%;
    background-color: #310161;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, 0.08), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
  }

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

  .hero-title {
    font-size: 3.125rem;
  }

  .hero_btn-row {
    grid-column-gap: 2vw;
  }

  .section_xxl {
    padding-top: 6.25rem;
    padding-bottom: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homes1content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .content-container {
    overflow: hidden;
  }

  .paragraph-2 {
    line-height: 1.4;
  }

  .contentwrapper {
    height: 50vw;
    padding-right: 1.875rem;
    padding-bottom: 1.5625rem;
    padding-left: 1.875rem;
  }

  .div-block-58 {
    max-width: 90vw;
  }

  .feewrapper {
    width: 85vw;
    justify-items: center;
  }

  .pricingtitle {
    font-size: 25px;
  }

  .ratesection {
    padding-bottom: 3.125rem;
  }

  .divider {
    width: 85vw;
  }

  .title_m.feet {
    text-align: center;
  }

  .title_xl {
    line-height: 1.3em;
  }

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

  .feature_overlay {
    background-color: rgba(36, 45, 49, 0.72);
  }

  .feature_bg {
    width: 100%;
  }

  .logos_row {
    max-width: 90vw;
  }

  .logo {
    -webkit-transition: -webkit-filter 350ms ease;
    transition: -webkit-filter 350ms ease;
    transition: filter 350ms ease;
    transition: filter 350ms ease, -webkit-filter 350ms ease;
  }

  .logo:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
  }

  .rates_grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-list-wrapper {
    margin-top: 0.32rem;
    background-color: rgba(255, 255, 255, 0.09);
  }

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

  .dropdownlink {
    padding: 0.4375rem 0.8rem;
    color: #e5e7e8;
    font-size: 1.07rem;
    text-align: center;
    white-space: normal;
  }

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

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

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

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

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

  .mapwrapper {
    width: 55vw;
    margin-top: 0%;
  }

  .list-copy-2 {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mapsection {
    padding-bottom: 60px;
  }

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

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

  .div-block-61 {
    margin-bottom: 5px;
  }

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

  .jobcontentwrapper-2 {
    padding-top: 0px;
  }

  .jobdescriptiondropdownwrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
  }

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

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

  .yellowbutton.navbarbutton {
    display: none;
  }

  .button {
    font-size: 0.85rem;
  }

  .button.navb {
    font-size: 1rem;
    line-height: 1.2;
  }

  .trianglebutton {
    display: none;
  }

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

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

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

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

  .section_l.dbg1 {
    padding-bottom: 60px;
  }

  .homefeatureswrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .paragraph-15.is--text-white {
    font-size: 1.4rem;
  }

  .slideitem-copy {
    margin-bottom: 0px;
    padding-top: 1.3vh;
    padding-bottom: 1.3vh;
  }

  .slideitem-copy:hover {
    padding-top: 1.25vh;
    padding-bottom: 1.35vh;
  }

  .divider60.footerd {
    margin-top: 1.25rem;
  }

  .div-block-37 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-37.verti {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_icon {
    height: 1rem;
    margin-top: 0.28rem;
  }

  .footertitle {
    font-size: 1.75rem;
  }

  .footerparagraph {
    font-size: 1rem;
  }

  .footerparagraph.titlenop {
    font-size: 1.2rem;
  }

  .footer {
    padding-top: 2vw;
  }

  .footeritemwrapper {
    min-width: 0vw;
    margin-right: 10%;
  }

  .footerlink-2 {
    font-size: 1rem;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  .subfootertext-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.85rem;
  }

  .brand-2 {
    padding-left: 0px;
  }

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

  .navbar-2 {
    height: 4.6875rem;
  }

  .navbarlink-2 {
    font-size: 1.07rem;
  }

  .navcontainer {
    padding-right: 0.94rem;
    padding-left: 0.94rem;
  }

  .navmenu-2 {
    left: auto;
    top: 0px;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-3 {
    font-size: 16px;
  }

  .hero-title {
    margin-bottom: 0.3125rem;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .hero_btn-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .mainwrapper {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .whitedivider {
    display: none;
    width: 100%;
    height: 0.5px;
  }

  .content-container {
    position: relative;
    border-bottom: 1px solid #fff;
  }

  .paragraph-2 {
    line-height: 1.4;
  }

  .contentwrapper {
    height: auto;
    max-height: none;
    padding-top: 4.375rem;
    padding-bottom: 1.875rem;
    background-color: rgba(0, 0, 0, 0.63);
  }

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

  .div-block-18 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blockwrapper.first {
    margin-bottom: 0.9375rem;
  }

  .feewrapper {
    grid-row-gap: 0.9375rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .detailrates {
    padding-bottom: 1.875rem;
  }

  .para_s {
    font-size: 1rem;
  }

  .para_s.format1 {
    font-size: 0.93rem;
    line-height: 1.6;
  }

  .divider-2 {
    height: 0.7px;
  }

  .pricingtitle {
    font-size: 1.5rem;
  }

  .pricingtitle.format1 {
    color: #6c409e;
    font-weight: 700;
  }

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

  .detailrate.sub {
    font-size: 0.9rem;
  }

  .hero_content-container {
    width: 100%;
    padding: 2.5rem;
  }

  .title_m {
    font-size: 1.25rem;
  }

  .title_xl {
    font-size: 1.8rem;
  }

  .feature_overlay {
    display: none;
    background-color: rgba(36, 45, 49, 0.72);
  }

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

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

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

  .dropdownlink {
    font-size: 1rem;
  }

  .dropdown-list.w--open {
    padding-top: 5px;
    text-align: left;
  }

  .brand {
    height: 14vw;
  }

  .mapwrapper {
    width: 70vw;
    max-width: 340px;
    margin-top: 0px;
  }

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

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

  .tripsection {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

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

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

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

  .serviceblock {
    margin-top: 5px;
  }

  .title_s {
    font-size: 1.125rem;
  }

  .formwrapper {
    min-width: 93vw;
  }

  .formwrapper.wpadding {
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }

  .dropdowncontent {
    margin-top: 0.4rem;
  }

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

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

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

  .formwrapper-2 {
    min-width: 95vw;
  }

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

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

@media screen and (max-width: 479px) {
  .navbartop {
    height: 3.4375rem;
  }

  .navtop-paragraph {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.85rem;
  }

  .navbar {
    margin-top: 9vh;
  }

  .yellowbutton {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 3.8vw;
  }

  .button {
    margin-bottom: 0px;
    padding: 0.7rem 1.375rem;
    line-height: 1.3;
  }

  .button.navb {
    line-height: 1.2;
  }

  .button.speical {
    margin-left: 0px;
  }

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

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

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

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

  .section_l.dbg1 {
    padding-bottom: 40px;
  }

  .homefeaturewrapper {
    width: 80vw;
    height: 80vw;
    max-height: 390px;
    max-width: 350px;
  }

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

  .paragraph-15.back {
    font-size: 4vw;
  }

  .slideitem-copy {
    width: 80vw;
    height: 50vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slideitem-copy:hover {
    padding-top: 9px;
    padding-bottom: 11px;
  }

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

  .divider60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .divider60.footerd {
    width: 80%;
  }

  .div-block-37 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footertitle {
    margin-bottom: 0.625rem;
  }

  .footerparagraph {
    margin-bottom: 5px;
  }

  .footer {
    padding-top: 5vw;
  }

  .footeritemwrapper {
    margin-right: 0%;
  }

  .footerwrapper {
    padding-right: 10%;
    padding-left: 10%;
  }

  .footerlink-2._20left {
    margin-right: 0px;
  }

  .sub-footer {
    padding-right: 10%;
    padding-left: 10%;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  .div-block-39 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

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

  .navbar-2 {
    height: 4.375rem;
  }

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

  .div-block-41 {
    width: 70vw;
    padding-top: 1.25rem;
  }

  .navcontainer {
    padding-right: 5vw;
    padding-left: 7vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navcontainer.navtopc {
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navmenu-2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .button-3 {
    margin-bottom: 0px;
  }

  .hero-title {
    margin-bottom: 0.4375rem;
  }

  .hero_btn-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .paragraph-2 {
    font-size: 16px;
  }

  .div-block-17 {
    grid-row-gap: 25px;
  }

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

  .image-6 {
    margin-right: 0px;
    margin-bottom: 1rem;
  }

  .feewrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .detailrates {
    padding-right: 1.7rem;
    padding-left: 1.7rem;
  }

  .ratetag {
    padding-right: 1.7rem;
    padding-left: 1.7rem;
  }

  .pricingtab {
    max-width: none;
  }

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

  .pricingtitle {
    padding-right: 1.7rem;
    padding-left: 1.7rem;
    font-size: 1.4rem;
  }

  .detailrate {
    font-size: 16px;
  }

  .hero_content-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

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

  .title_m.herot {
    line-height: 1.5;
  }

  .counties_text {
    padding: 0.5rem 1rem;
  }

  .feature_bg {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .logos_row {
    padding-top: 30px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .logo {
    display: none;
  }

  .logo.mobile {
    display: block;
  }

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

  .dropdownlink {
    text-align: center;
    white-space: normal;
  }

  .brand {
    height: 25vw;
  }

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

  .mapwrapper {
    width: 80vw;
  }

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

  .mapsection {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .paragraph-20 {
    margin-bottom: 0.3125rem;
  }

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

  .image-size {
    width: 75vw;
    height: 40vw;
  }

  .image-size.aboutus {
    width: 70vw;
    height: 40vw;
  }

  .text_divider {
    display: none;
  }

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

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

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

  .formwrapper {
    min-width: 100vw;
  }

  .formwrapper.wpadding {
    padding-right: 3vw;
    padding-left: 3vw;
  }

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

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

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

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

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

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

  .formwrapper-2 {
    min-width: 100vw;
  }

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

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

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

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

#w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ce8-6e0f294a {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ceb-6e0f294a {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4a9c9c8d-0afe-5598-4546-204665a4a2aa-6e0f294a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3c871e0d-9d5e-1213-af10-4462f6f70d20-6e0f294a {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_86e676dd-9553-0325-4dcb-c86be4e638a8-0a0f2959 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ecf6b1ec-74ea-b463-47c6-617e85c30c73-0a0f2959 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ce8-6e0f294a {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ceb-6e0f294a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4a9c9c8d-0afe-5598-4546-204665a4a2aa-6e0f294a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70d20-6e0f294a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_1586a353-1488-928f-7af0-1f03c6eb36be-6e0f294a {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ce8-6e0f294a {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ceb-6e0f294a {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70d20-6e0f294a {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_1586a353-1488-928f-7af0-1f03c6eb36be-6e0f294a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_86e676dd-9553-0325-4dcb-c86be4e638a8-0a0f2959 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Serpentine icg';
  src: url('../fonts/Serpentine_ICG_Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine icg';
  src: url('../fonts/Serpentine_ICG_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine icg';
  src: url('../fonts/Serpentine_ICG_LightOblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine icg';
  src: url('../fonts/Serpentine_ICG_Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}