:root {
  --white: white;
  --dim-grey: #4e4d48;
  --dark-slate-blue: #10187b;
  --azure: #ddeef0;
  --fontcolor: #e9e8dc59;
  --pale-turquoise: #e9e4dc;
  --antique-white: #fffdf2;
  --alice-blue-2: #d9efff;
  --midnight-blue: #1b2163;
  --white-smoke: #fffef9;
  --deep-sky-blue: #fbde37;
  --shadow: #080b354d;
  --black: black;
  --alice-blue: #f6faff;
}

ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.body {
  background-color: var(--white);
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

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

.pagewrapper.padding {
  padding-top: 2.5rem;
}

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

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

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

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

.link {
  text-decoration: none;
}

.link.navcontactlink {
  color: #fff;
}

.bg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.bg.servicecard {
  object-fit: cover;
  object-position: 100% 50%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 80px;
  width: 100%;
  height: 100%;
}

.bg.footerbg {
  object-fit: cover;
  object-position: 0% 0%;
  max-width: none;
  height: 111%;
  top: -10.5%;
  left: -5%;
  right: auto;
}

.bg.footerbg.cover2 {
  display: none;
}

.bg.footerbg.cover3 {
  background-image: url('../images/footerbg2_1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 105%;
}

.bg.slidecover {
  background-image: linear-gradient(to right, var(--azure), white);
  width: 100%;
  padding: 1.875rem 1.875rem 1.875rem 2rem;
  position: relative;
}

.bg.slideimagbg {
  object-fit: cover;
  border-radius: 0 40px;
  width: 50%;
  height: 90%;
  bottom: auto;
  left: 5%;
  right: auto;
  overflow: hidden;
}

.bg.topserviceimage {
  opacity: .2;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.bg.imagecover {
  object-fit: cover;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 100%;
}

.bg.herobg2 {
  opacity: .54;
  filter: saturate(200%) brightness(47%);
  object-fit: cover;
  object-position: 50% 100%;
  width: 105%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% -5%;
}

.bg.herogd {
  background-image: linear-gradient(#ffffff7d 17%, #0000 70%, #0000);
}

.bg.herobg {
  filter: contrast(108%);
  object-fit: contain;
  object-position: 100% 100%;
  width: 105%;
  min-width: 77rem;
  max-width: none;
  position: absolute;
  inset: auto -5% -48% auto;
}

.navbarlinkwrapper {
  position: relative;
}

.yellowbutton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #ffd103;
  border-radius: 1000px;
  align-self: center;
  padding: 10px 35px;
  transition: background-color .3s, transform .3s;
  position: relative;
  overflow: hidden;
}

.yellowbutton:hover {
  background-color: #0f2b5a;
  transform: scale3d(.96, .96, 5);
  box-shadow: 0 0 3px #0f2b5ae6, inset 0 0 0 2px #ffd103;
}

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

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

.trianglebutton:hover {
  transform: scale3d(.96, .96, 5);
}

.navbar {
  z-index: 999;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  height: 8.125rem;
  transition: height .3s, background-color .3s;
  position: fixed;
  inset: 0% 0% auto;
}

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

.container.topcontainer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container._100 {
  width: 100vw;
  max-width: none;
}

.container.heroc {
  width: 100vw;
  max-width: none;
  padding-top: 8rem;
  padding-bottom: 9rem;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  place-items: start center;
  display: grid;
}

.text-block-3 {
  color: var(--fontcolor);
  letter-spacing: 1px;
  white-space: nowrap;
  margin-top: -3.125rem;
  font-family: Ibarra Real Nova, sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
  transform: rotate(90deg);
}

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

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

.div-block-5 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  transition: opacity .2s;
  display: grid;
  position: relative;
}

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

.div-block-19 {
  perspective: 1000px;
  position: relative;
}

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

.section_l.dc1 {
  background-color: var(--antique-white);
}

.section_l.format1 {
  position: relative;
  overflow: hidden;
}

.section_l.dc2 {
  background-color: var(--alice-blue-2);
}

.title_xl {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375rem;
  line-height: 1.3;
}

.title_xl.nopadding {
  margin-bottom: 0;
}

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

.title_xl.maptitle {
  text-align: left;
  margin-top: 1.2rem;
}

.paragraph {
  z-index: 7;
  color: var(--midnight-blue);
  margin-bottom: 0;
  position: relative;
}

.div-block-20 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
  position: relative;
}

.div-block-21 {
  border: .625rem solid var(--white-smoke);
  background-color: var(--pale-turquoise);
  border-radius: 1.875rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5625rem 1.8rem 1.5625rem 1.875rem;
  display: flex;
}

.div-block-21._1 {
  margin-right: -.625rem;
}

.div-block-21._2 {
  margin-left: -.625rem;
}

.image-2 {
  height: 4.375rem;
  margin-bottom: 1.25rem;
}

.para_s {
  text-align: left;
  font-size: 1.07rem;
}

.para_s.format1 {
  text-align: center;
  max-width: 950px;
  margin-top: 1rem;
  font-style: italic;
}

.footer {
  background-color: var(--dark-slate-blue);
  color: #ffffffd9;
  background-image: none;
  flex-direction: column;
  margin-top: 4%;
  padding-top: 5%;
  display: flex;
  position: relative;
}

.footerwrapper {
  z-index: 5;
  grid-column-gap: 3.5vw;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-left: 40%;
  margin-right: 3%;
  display: grid;
  position: relative;
}

.footer-content-block {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 24vw;
  text-decoration: none;
  display: flex;
}

.footertitle {
  color: #fff;
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 1.875rem;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s;
}

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

.footeritemwrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .7rem;
  display: flex;
}

.footeritemwrapper.nbp {
  margin-bottom: 0;
}

.footer_icon {
  height: 1.125rem;
  margin-top: .1875rem;
  margin-right: .625rem;
}

.footerparagraph {
  margin-bottom: .2rem;
  font-size: 1rem;
}

.footerparagraph.special {
  white-space: nowrap;
}

.footerlink {
  color: #ffffffd9;
  text-decoration: none;
  transition: color .3s;
}

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

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

.sub-footer-2 {
  z-index: 4;
  border-top: 1px solid var(--deep-sky-blue);
  background-color: #6487c47d;
  width: 100%;
  margin-top: 2.5rem;
  padding-top: .8125rem;
  padding-bottom: .75rem;
  position: relative;
}

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

.subfootertext {
  color: var(--pale-turquoise);
  margin-bottom: 0;
  font-size: .875rem;
  display: inline-block;
}

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

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

.div-block-23 {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.servicescardwrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.875rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  place-items: stretch center;
  width: 100%;
  margin-bottom: 2rem;
  display: grid;
}

.topsection {
  background-color: #0095da;
  background-image: none;
  padding-top: 10rem;
  padding-bottom: 3rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.topcontent {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.slider {
  background-color: #fff;
  height: 28rem;
}

.slider-nav {
  font-size: .5625rem;
  line-height: .625rem;
}

.main-subheading {
  color: var(--midnight-blue);
  text-align: left;
  margin-top: 0;
  line-height: 1.6;
  position: relative;
}

.wus1 {
  align-items: center;
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
}

.slidercontainer {
  transform-origin: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 90%;
  padding-left: 45%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

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

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

.title_m.format1 {
  letter-spacing: .2px;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Ibarra Real Nova, sans-serif;
}

.wucontent {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.belowtitle {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ratewrapper {
  z-index: 1;
  background-color: #45a845;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 20px;
}

.text-span-8 {
  white-space: nowrap;
  font-size: 22px;
}

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

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

.divider-2.padding {
  margin-top: 9px;
  margin-bottom: 13px;
}

.section_divider {
  background-color: #dcdcdccc;
  width: 90%;
  height: 1px;
  position: absolute;
  inset: 0% 5% auto;
}

.section_divider._90 {
  width: 90%;
  left: 5%;
  right: 5%;
}

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

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

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

.bg-2 {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-2.pricing {
  background-color: #fff;
  border: 10px solid #0dbce778;
  border-radius: 20px;
  box-shadow: inset 0 0 1px 1px #6487c499;
}

.pricingsection {
  padding-top: 30px;
  padding-bottom: 70px;
  padding-left: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.pricingtitle {
  z-index: 1;
  color: #34405e;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
}

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

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

.detailrate.small {
  font-size: 15px;
}

.container-9 {
  z-index: 1;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-9._84vw {
  padding-left: 8vw;
  padding-right: 8vw;
}

.servicetopcontent {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 35vh;
  display: flex;
  position: relative;
}

.servicetopwrapper {
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
}

.div-block-33 {
  background-color: #fff;
  border-radius: 10px;
  padding: .625rem 3.9375rem;
  display: flex;
}

.div-block-33.right {
  transform-origin: 100%;
  border-radius: 100px 0 0 100px;
  margin-left: 20%;
}

.div-block-34 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1.5625rem;
  padding-left: 3.9375rem;
  padding-right: 3.9375rem;
  display: flex;
}

.div-block-34.right {
  padding-left: 30%;
  padding-right: 5%;
}

.list {
  margin-top: 5px;
  margin-bottom: 0;
}

.text-block-3-copy {
  color: #a7c43b4d;
  white-space: nowrap;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  left: 70vw;
  transform: rotate(90deg);
}

.text-block-3-copy.short {
  z-index: 2;
  color: var(--fontcolor);
  text-align: center;
  white-space: normal;
  margin-top: 20%;
  font-weight: 700;
  left: 65vw;
}

.text-span-18 {
  color: #0dbce7;
}

.serviceleftw {
  flex-direction: column;
  width: 90%;
  display: flex;
}

.servicerightw.hide {
  display: none;
}

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

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

.buttonlink {
  background-color: var(--dark-slate-blue);
  box-shadow: 0 2px 8px -2px var(--shadow);
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: .3125rem;
  align-items: center;
  padding: .625rem 1.5625rem;
  font-size: 1.07rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, color .35s ease-out;
  display: flex;
  position: relative;
}

.buttonlink:hover {
  background-color: var(--midnight-blue);
  color: var(--deep-sky-blue);
}

.buttonhoverimage {
  object-fit: contain;
  flex: none;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
}

.buttonhoverimage.left {
  transform-origin: 100% 100%;
  width: auto;
  height: 10.0366%;
  position: relative;
}

.post-wrapper {
  border-radius: 30px;
  width: 100%;
  max-width: 29rem;
  height: 23vw;
  max-height: 17rem;
  position: relative;
  overflow: hidden;
}

.post-wrapper:hover {
  z-index: 10;
  position: relative;
}

.post-author-blurb {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.title_l {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  line-height: 1.2;
}

.title_l.format1 {
  transform-origin: 0%;
  color: var(--white);
  text-transform: uppercase;
  width: 80%;
  font-family: Ibarra Real Nova, sans-serif;
  text-decoration: none;
  transform: scale(.94);
}

.title_l.format2 {
  text-transform: uppercase;
  margin-bottom: .625rem;
}

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

.post-image {
  z-index: 1;
  filter: blur(3px);
  background-image: url('../images/mt1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  transform: scale(1.05);
}

.post-image._2 {
  background-image: url('../images/pt1.jpg');
  background-position: 50% 60%;
}

.post-image._1 {
  background-image: url('../images/mt1.jpg');
}

.post-catergory-link {
  z-index: 20;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
  background-color: #080b35a3;
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  margin-bottom: .4375rem;
  padding: 2.9375rem .75rem .4375rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  position: absolute;
  left: 2.9rem;
}

.post-catergory-link:hover {
  transform: scale(1.05);
}

.post-author-row {
  z-index: 20;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
}

.post-overlay {
  z-index: 10;
  background-image: linear-gradient(to bottom, transparent, var(--shadow));
  border-radius: 1.875rem;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 5.3125rem 2.9rem 2.81rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 0;
}

.post-author-image {
  z-index: 20;
  float: right;
  background-image: url('../images/iconlogo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  position: relative;
}

.post-author-name {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.post-author-name:hover {
  text-decoration: underline;
}

.buttomlinkw {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center start;
  padding-top: 2.8125rem;
  transition: background-color .2s;
  display: grid;
}

.paragraph-24 {
  font-size: 17px;
  font-weight: 700;
}

.paragraph-2 {
  margin-top: -25px;
  margin-bottom: 0;
  font-size: 16px;
}

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

.top {
  height: 25rem;
  position: absolute;
  inset: 0% 0% auto;
}

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

.paymenticon-2 {
  object-fit: contain;
  border-radius: 3px;
  height: 1.7rem;
  margin-top: .25rem;
  margin-bottom: .3125rem;
  margin-right: .3125rem;
  overflow: hidden;
  box-shadow: 1px 1px 4px #00000045;
}

.buttonhoverwrapper {
  transform-origin: 0%;
  align-items: center;
  height: 65%;
  display: flex;
  position: absolute;
  top: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.buttonhoverwrapper.right {
  left: 91%;
  right: auto;
}

.buttonhoverwrapper.left {
  left: -7%;
  right: auto;
}

.paragraph-1 {
  z-index: 7;
  text-align: center;
  margin-bottom: .9375rem;
  position: relative;
}

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

.title_xxl {
  z-index: 2;
  transform-origin: 0%;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.link-5 {
  color: var(--midnight-blue);
}

.iframecode.hide {
  display: block;
}

.arrow {
  display: inline-block;
}

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

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

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

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

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

.text-span-22 {
  font-style: italic;
}

.image-3 {
  object-fit: cover;
  border-radius: 10px;
  width: 30vw;
  max-width: 600px;
  margin-left: 2.5rem;
}

.line-icon-5 {
  background-color: var(--dark-slate-blue);
  width: .2rem;
  min-height: 1.125rem;
  position: absolute;
}

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

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

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

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

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

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

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

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

.dropdowniconwrapper-3 {
  box-shadow: 0 1px 15px -7px 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;
  inset: .625rem .625rem auto auto;
  overflow: hidden;
}

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

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

.line-icon-6 {
  background-color: var(--dark-slate-blue);
  width: 1.125rem;
  min-height: .2rem;
  position: absolute;
}

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

.div-block-87 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-4 {
  object-fit: contain;
  height: 2rem;
  margin-bottom: .2rem;
  margin-left: 1rem;
}

.logo1 {
  object-fit: scale-down;
  object-position: 0% 50%;
  height: 70%;
}

.navtopsplit {
  grid-column-gap: .19rem;
  grid-row-gap: .32rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  margin-top: 4%;
}

.navtop {
  z-index: 50;
  background-color: var(--dark-slate-blue);
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  height: 10rem;
  padding-top: 1rem;
  padding-bottom: 2.3rem;
  position: relative;
  box-shadow: 0 5px 15px -5px #092f334d;
}

.brand-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 3vw;
  margin-right: auto;
  display: none;
  position: relative;
}

.brand-2.navtopbrand {
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav-container-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-container-2.navtopc {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 93%;
}

.text-span-2 {
  margin-right: .3125rem;
  font-style: italic;
  display: inline-block;
}

.navroplink {
  color: var(--white);
  text-align: right;
  font-size: .94rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .35s;
}

.navroplink:hover {
  color: var(--pale-turquoise);
}

.navroplink.special {
  color: #c8f4ff;
  text-align: right;
  text-shadow: none;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-style: italic;
  font-weight: 700;
  display: none;
}

.dropdown-list-2 {
  background-color: #0000;
  display: block;
  top: 100%;
}

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

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

.navmenuwrapper {
  flex-direction: row;
  justify-content: space-around;
  width: 95%;
  display: flex;
}

.navbarlink-2 {
  color: var(--dark-slate-blue);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.4vw;
  line-height: 1.6;
  text-decoration: none;
  transition: color .35s;
  display: block;
  position: relative;
}

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

.dropdownlink-2 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-size: 1.2vw;
  text-decoration: none;
  transition: color .3s;
}

.dropdownlink-2:hover {
  color: #06263f;
}

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

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

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

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

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

.navbard {
  background-color: var(--deep-sky-blue);
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.navmenu-2 {
  background-image: linear-gradient(to bottom, var(--white), var(--antique-white));
  box-shadow: 0 3px 14px 0 var(--shadow);
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  width: 93%;
  height: 100%;
  margin-top: -1.5625rem;
  padding-top: .1rem;
  display: flex;
}

.dropdown-list-wrapper-2 {
  background-color: #65bbe7;
  flex-direction: column;
  align-items: stretch;
  margin-top: 15px;
  padding: 10px;
  display: flex;
  box-shadow: 0 5px 15px -5px #000b1d4d;
}

.dropdown-list-wrapper-2.w--open {
  background-color: #f5f7fa;
  margin-top: 30px;
  padding: 30px 20px;
  line-height: 1em;
  right: -150px;
  box-shadow: 0 1px 9px #0907180d, 0 24px 38px #1208501a;
}

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

.navbarlinkwrapper-2 {
  position: relative;
  overflow: hidden;
}

.navbar-2 {
  z-index: 999;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: #0000;
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  height: 5rem;
  margin-bottom: -5rem;
  transition: height .3s, background-color .3s;
  position: sticky;
  inset: 2.1875rem 0% auto;
}

.top-text {
  color: #fff;
  text-align: center;
  margin-top: .2rem;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-17 {
  transform-origin: 100%;
  color: #fff;
  background-color: #e9e4dc8c;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  justify-content: flex-end;
  align-self: flex-end;
  padding: .75rem 2.5rem .75rem 1.875rem;
  text-decoration: none;
  transition: background-color .4s ease-out;
  display: flex;
  position: relative;
}

.div-block-17.main {
  background-color: var(--antique-white);
  text-align: right;
  max-width: 85vw;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
}

.herosubtitle {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibarra Real Nova, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}

.herosubtitle.sub {
  color: var(--white);
  text-transform: none;
  text-shadow: 1px 1px 2px #080b35cc;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.bullet {
  margin-right: .2rem;
}

.div-block-18 {
  grid-column-gap: 1rem;
  grid-row-gap: .4375rem;
  transform-origin: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  margin-top: .625rem;
  display: grid;
}

.div-block-14 {
  transform-origin: 0%;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem 8vw 8.5rem;
  display: flex;
  position: relative;
}

.s1title {
  z-index: 2;
  transform-origin: 0%;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.s1title.shimmer {
  width: 150vw;
  padding-left: 30vw;
  padding-right: 30vw;
}

.homes1 {
  background-color: #ced0eb;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.subbutton2 {
  background-color: var(--deep-sky-blue);
  color: var(--dark-slate-blue);
  white-space: nowrap;
  border-radius: .3125rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-size: 1rem;
  line-height: 1.4;
}

.homecard {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(to bottom, var(--midnight-blue), transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.875rem 1.875rem 1.25rem;
  display: flex;
  position: relative;
}

.homecard:hover {
  border-top: .625rem solid var(--deep-sky-blue);
  background-image: linear-gradient(to bottom, var(--antique-white), white);
  color: #000;
}

.homecard.right, .homecard.right:hover {
  border-top-left-radius: 3.125rem;
}

.homecard.middle, .homecard.middle:hover {
  border-top-left-radius: 3.125rem;
  border-top-right-radius: 3.125rem;
}

.homecard.left, .homecard.left:hover {
  border-top-right-radius: 3.125rem;
}

.homecardcontentwrapper {
  flex-direction: column;
  margin-bottom: 1.1rem;
  display: flex;
}

.homecardswrapper {
  z-index: 7;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  position: relative;
}

.left_coner, .middle_coner {
  z-index: 1;
  transform-origin: 0 100%;
  width: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.middle_coner.right {
  transform-origin: 100% 100%;
  inset: auto 0% 0% auto;
}

.div-block {
  justify-content: center;
  display: flex;
  position: relative;
}

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

.para_s-2.card-t {
  text-align: center;
  margin-top: .3rem;
  font-weight: 300;
}

.para_s-2.card-t.no-p {
  margin-top: 0;
}

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

.title_l-2.format1 {
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  font-weight: 400;
}

.cardsposition {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(to bottom, var(--midnight-blue), transparent);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  transition: background-color .35s, all .35s;
  display: grid;
  position: relative;
}

.cardsposition:hover {
  background-image: linear-gradient(to bottom, transparent 64%, white 72%), linear-gradient(to bottom, var(--midnight-blue), transparent);
}

.right_coner {
  z-index: 1;
  transform-origin: 0 100%;
  width: 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.navigation {
  width: 100%;
  position: absolute;
  inset: -8.2rem 0% auto;
}

.nowrap {
  white-space: nowrap;
}

.textbg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.mapwrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35vw;
  max-width: 27rem;
  padding-left: 0;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

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

.text-span-23 {
  margin-top: .625rem;
  display: inline-block;
}

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

.div-block-68.mapblur {
  background-color: #ffffff6b;
}

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

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

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

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

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

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

.div-block-89 {
  grid-column-gap: 5vw;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 1.7rem;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  max-width: 6.3rem;
  max-height: 6.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  object-fit: contain;
  height: 100%;
  padding-bottom: .8rem;
}

.image-5.format1 {
  padding-top: .1rem;
  padding-bottom: .65rem;
}

.div-block-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: flex;
  position: relative;
}

.underlinedec {
  background-color: var(--deep-sky-blue);
  width: 100%;
  height: 2px;
  margin-top: -2px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-24 {
  opacity: .86;
  margin-top: .2rem;
  font-size: .9rem;
  font-style: italic;
  line-height: 1.3;
  display: block;
}

.link-6 {
  color: var(--dark-slate-blue);
  word-break: break-all;
}

.div-block-11 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: flex;
  position: relative;
}

.list-3 {
  max-width: 900px;
}

.list-item-2 {
  list-style-type: disc;
}

.list-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

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

  .bg.herobg {
    bottom: -58%;
  }

  .text-block-3-copy {
    left: 80vw;
    right: -5%;
  }

  .text-block-3-copy.short {
    left: 75vw;
  }

  .image-3 {
    margin-left: 3.125rem;
  }

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

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

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

  .navbarlink-2 {
    font-size: 18px;
  }

  .dropdownlink-2 {
    font-size: 17px;
  }

  .headernav-2 {
    width: 85%;
    max-width: 65rem;
  }

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

  .div-block-14 {
    padding-bottom: 12rem;
  }
}

@media screen and (min-width: 1920px) {
  ul {
    padding-left: 1.8rem;
  }

  .body {
    font-size: 1.7rem;
  }

  .pagewrapper.padding {
    padding-top: 4.7rem;
  }

  .bg.slidecover {
    padding: 3rem;
  }

  .navbar {
    height: 10.5rem;
  }

  .container.heroc {
    padding-top: 14rem;
    padding-bottom: 10rem;
  }

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

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

  .title_xl {
    font-size: 3.6rem;
  }

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

  .div-block-21 {
    border-width: .875rem;
    padding: 2rem 2.8rem 2rem 3rem;
  }

  .image-2 {
    height: 5.6rem;
  }

  .para_s {
    font-size: 1.5rem;
  }

  .para_s.format1 {
    max-width: 1300px;
  }

  .footerwrapper {
    margin-left: 35%;
  }

  .footertitle {
    margin-bottom: .9rem;
    font-size: 2.6rem;
  }

  .footer_icon {
    height: 1.7rem;
    margin-top: .25rem;
    margin-right: 1rem;
  }

  .footerparagraph {
    font-size: 1.55rem;
  }

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

  .subfootertext {
    font-size: 1.4rem;
  }

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

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

  .slider {
    height: 36rem;
  }

  .slider-nav {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .wus1 {
    padding-top: 7rem;
  }

  .title_m {
    font-size: 2.1rem;
  }

  .belowtitle {
    margin-top: 2rem;
  }

  .div-block-33 {
    padding: 1rem 4.2rem;
  }

  .div-block-34 {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }

  .text-block-3-copy {
    font-size: 6rem;
  }

  .buttonlink {
    padding: 1rem 2.3rem;
    font-size: 1.6rem;
  }

  .post-wrapper {
    max-width: none;
    height: 20vw;
    max-height: none;
  }

  .title_l {
    font-size: 2.6rem;
    line-height: 1.3;
  }

  .post-catergory-link {
    letter-spacing: 3px;
    margin-bottom: .8rem;
    padding: 4.3rem 1.5rem .8rem;
    font-size: 1.3rem;
    left: 3.6rem;
  }

  .post-overlay {
    padding: 8.9rem 3.6rem 3.6rem;
  }

  .buttomlinkw {
    grid-column-gap: 2.5rem;
    padding-top: 3rem;
  }

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

  .title_xxl {
    font-size: 4rem;
  }

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

  .image-3 {
    margin-left: 3.75rem;
  }

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

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

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

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

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

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

  .image-4 {
    height: 4.3rem;
    margin-left: 1.2rem;
  }

  .navtopsplit {
    grid-row-gap: .5rem;
    margin-top: 1.5%;
  }

  .navtop {
    height: 13rem;
    padding-top: 1.4rem;
    padding-bottom: 2.6rem;
  }

  .navroplink {
    font-size: 1.4rem;
  }

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

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

  .headernav-2 {
    max-width: 99rem;
  }

  .navbar-2 {
    height: 7.5rem;
    margin-bottom: -7.5rem;
    top: 3rem;
  }

  .div-block-17 {
    padding: 1rem 3rem 1rem 2.275rem;
  }

  .div-block-17.main {
    padding-top: 1.65rem;
    padding-bottom: 1.65rem;
    padding-left: 3rem;
  }

  .herosubtitle {
    font-size: 1.75rem;
  }

  .div-block-18 {
    grid-row-gap: .7rem;
    margin-top: 1.2rem;
  }

  .div-block-14 {
    padding-bottom: 15rem;
  }

  .s1title {
    font-size: 4.4rem;
  }

  .subbutton2 {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
    font-size: 1.6rem;
  }

  .homecard {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .homecardcontentwrapper {
    margin-bottom: 1.6rem;
  }

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

  .title_l-2 {
    font-size: 2.4rem;
  }

  .navigation {
    top: -12rem;
  }

  .mapwrapper {
    max-width: 35rem;
  }

  .mapsection {
    padding-top: 7.5rem;
  }

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

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

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

  .div-block-89 {
    margin-top: 2.1rem;
  }

  .link-block {
    max-width: 9.4rem;
    max-height: 10rem;
  }

  .image-5 {
    padding-bottom: 1rem;
  }

  .image-5.format1 {
    padding-bottom: 1.1rem;
  }

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

@media screen and (max-width: 991px) {
  .pagewrapper.padding {
    padding-top: 0;
  }

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

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

  .link.navcontactlink {
    color: var(--dark-slate-blue);
    font-size: 1.065rem;
    line-height: 1.3;
  }

  .bg.footerbg.cover2 {
    opacity: .6;
  }

  .bg.footerbg.cover4 {
    background-image: linear-gradient(to bottom, transparent 1%, var(--dark-slate-blue));
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .bg.slideimagbg {
    width: 55%;
    left: 0%;
  }

  .bg.herogd {
    background-image: linear-gradient(#5589e269 10%, #0000 51%, #0000);
  }

  .bg.herobg {
    width: 110%;
    min-width: 65rem;
    bottom: -39%;
    right: 0%;
  }

  .navbarlinkwrapper {
    flex: none;
  }

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

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

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

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

  .container.heroc {
    padding-bottom: 6rem;
  }

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

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

  .section_l.feature {
    padding-bottom: 3.75rem;
  }

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

  .title_xl {
    font-size: 2.07rem;
  }

  .title_xl.maptitle {
    text-align: center;
    margin-top: 0;
  }

  .div-block-21 {
    background-image: radial-gradient(circle at 0 0, #0000 23%, #ffffff1c 57%, #0000 59%);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem 1.4rem 1.25rem 1.2rem;
  }

  .div-block-21._1 {
    margin-left: -.625rem;
  }

  .div-block-21._2 {
    margin-right: -.625rem;
  }

  .image-2 {
    margin-top: .625rem;
    margin-bottom: 0;
    margin-right: 1.875rem;
  }

  .footer {
    background-image: linear-gradient(#0b4085, #0000);
    align-items: center;
    margin-top: 5%;
    padding-top: 6%;
  }

  .footerwrapper {
    grid-column-gap: 5vw;
    grid-template-columns: 1fr 1fr;
    margin-left: 15%;
    margin-right: 8%;
  }

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

  .footertitle {
    font-size: 1.75rem;
  }

  .footerparagraph {
    font-size: 16px;
  }

  .sub-footer-2 {
    margin-top: 1.875rem;
  }

  .subfooterwrapper {
    width: 84vw;
  }

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

  .servicescardwrapper {
    grid-column-gap: 2rem;
  }

  .topsection {
    background-color: var(--dark-slate-blue);
    background-image: linear-gradient(to bottom, var(--midnight-blue), var(--dark-slate-blue));
    padding-top: 11.875rem;
    padding-bottom: 2.1875rem;
    display: block;
  }

  .main-subheading {
    font-size: 1.07rem;
  }

  .wus1 {
    display: block;
  }

  .slidercontainer {
    padding-left: 40%;
    padding-right: 0%;
  }

  .title_m.format1 {
    margin-bottom: .375rem;
  }

  .wucontent {
    width: auto;
  }

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

  .ratewrapper {
    margin-bottom: 20px;
  }

  .pricingtab {
    width: 100%;
  }

  .pricingsection {
    padding-bottom: 50px;
  }

  .detailrate {
    font-size: 17px;
  }

  .servicetopcontent {
    flex-direction: column;
    width: auto;
  }

  .servicetopwrapper {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .div-block-33, .div-block-34 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .div-block-34.right {
    padding-left: 25%;
  }

  .text-block-3-copy {
    right: -3%;
  }

  .text-block-3-copy.short {
    filter: blur(3px);
    margin-top: 50%;
  }

  .serviceleftw {
    width: 100%;
  }

  .buttonlink {
    text-align: center;
  }

  .post-wrapper {
    height: 28vw;
  }

  .title_l {
    font-size: 1.75rem;
  }

  .title_l.format1 {
    width: 85%;
    transform: scale(.8);
  }

  .post-catergory-link {
    left: 1.875rem;
  }

  .post-author-row {
    bottom: 25px;
    left: 30px;
    right: 30px;
  }

  .post-overlay {
    padding-bottom: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .top {
    height: 18.75rem;
  }

  .title_xxl {
    transform-origin: 50%;
    font-size: 2.5rem;
  }

  .jobcontentwrapper {
    padding-top: 0;
  }

  .image-3 {
    width: 100%;
    margin-top: 2.1875rem;
    margin-left: 0;
  }

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

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

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

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

  .navtop {
    display: none;
  }

  .brand-2 {
    max-width: 75vw;
    height: 80%;
    margin-left: 2.5vw;
    display: flex;
  }

  .brand-2.navtopbrand {
    display: none;
  }

  .nav-container-2 {
    align-items: center;
  }

  .dropdown-list-2 {
    position: relative;
    top: auto;
  }

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

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

  .text-block {
    color: var(--dark-slate-blue);
    letter-spacing: .5px;
    margin-bottom: .3125rem;
    font-weight: 700;
  }

  .text-block.last {
    max-height: .5rem;
    margin-bottom: 0;
  }

  .div-block-88 {
    grid-column-gap: 1rem;
    grid-row-gap: .3125rem;
    flex-direction: column;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: auto;
    padding-top: 2rem;
    display: grid;
  }

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

  .navmenuwrapper {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 60vw;
    height: 100vh;
    max-height: 100vh;
    padding-top: 2rem;
    padding-bottom: 1.25rem;
    display: flex;
    position: relative;
    overflow: auto;
  }

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

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

  .dropdownlink-2 {
    white-space: normal;
    padding: 1px 10px;
    font-size: 16px;
  }

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

  .headernav-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 1.875rem;
  }

  .navbard {
    margin-top: -4px;
  }

  .nav-menu-button-2 {
    z-index: 10;
    perspective: 10000px;
    color: #fff;
    border-radius: 100rem;
    width: 3.125rem;
    min-width: 3.125rem;
    min-height: 3.125rem;
    margin-right: 3vw;
    padding: 0;
    transition: background-color .3s, transform .3s;
  }

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

  .nav-menu-button-2.w--open {
    background-color: var(--dark-slate-blue);
  }

  .navmenu-2 {
    box-shadow: 0 1px 9px -4px var(--shadow);
    background-color: #0000;
    border-radius: 0;
    width: auto;
    height: auto;
    min-height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    padding-top: 0;
    position: fixed;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .dropdown-list-wrapper-2 {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    padding: 2px 0 5px;
  }

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

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

  .navbarlinkwrapper-2 {
    flex: none;
  }

  .navbar-2 {
    height: 5.5rem;
    margin-bottom: -5.5rem;
    position: sticky;
    inset: 0% 0% auto;
  }

  .top-text {
    margin-bottom: .4rem;
  }

  .div-block-14 {
    padding-bottom: 7.5rem;
  }

  .s1title {
    transform-origin: 50%;
    max-width: none;
    font-size: 2.3rem;
  }

  .subbutton2 {
    text-align: center;
  }

  .homecard {
    padding-top: 1.8rem;
    padding-bottom: 1.3rem;
  }

  .homecard.left, .left_coner {
    display: none;
  }

  .para_s-2 {
    margin-bottom: 0;
  }

  .title_l-2 {
    font-size: 1.5625rem;
  }

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

  .mapwrapper {
    width: 50vw;
    padding-left: 0;
    padding-right: 7vw;
  }

  .mapsection {
    padding-bottom: 1.5rem;
  }

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

  .mapcontentwrapper-2 {
    padding-left: 0%;
    display: none;
  }

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

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

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

  .underlinedec {
    margin-top: -4px;
  }
}

@media screen and (max-width: 767px) {
  .link.navcontactlink {
    font-size: 16px;
  }

  .bg.slidecover {
    background-image: linear-gradient(#e1eff2e8, #fff);
    padding-left: 1.875rem;
  }

  .bg.slideimagbg {
    border-radius: 0;
    width: 100%;
    height: 50vw;
    inset: 0% 0% auto;
  }

  .bg.imagecover {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .bg.herobg2 {
    width: 120%;
    bottom: 0%;
    left: -10%;
  }

  .bg.herobg {
    width: 100%;
    min-width: 55rem;
    bottom: -28%;
    right: 0%;
  }

  .yellowbutton.navbarbutton, .trianglebutton {
    display: none;
  }

  .navbar {
    height: 6.25rem;
  }

  .text-block-3 {
    margin-top: 0;
    font-size: 5.625rem;
  }

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

  .div-block-5 {
    grid-column-gap: 1.875rem;
    grid-template-columns: 90px 1fr;
  }

  .section_l.feature {
    padding-bottom: 2.5rem;
  }

  .title_xl {
    font-size: 1.8rem;
  }

  .title_xl.maptitle {
    margin-bottom: 0;
  }

  .div-block-21 {
    background-image: radial-gradient(circle at 50% -40%, #0000 23%, #ffffff1c 72%, #0000 75%);
    flex-direction: column;
    align-items: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .image-2 {
    margin-right: 0;
  }

  .footer {
    margin-top: 7%;
  }

  .footerwrapper {
    flex-direction: column;
    margin-left: 8%;
  }

  .footeritemwrapper {
    margin-bottom: 7px;
  }

  .footer_icon {
    margin-top: .2rem;
  }

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

  .topsection {
    padding-top: 9.6875rem;
  }

  .slider {
    height: auto;
    min-height: 0;
  }

  .wus1 {
    padding-top: 0;
  }

  .slide {
    padding-top: 25vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slidercontainer {
    max-width: 75vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 45px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .wucontent {
    width: 100%;
  }

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

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

  .detailrates {
    padding-bottom: 35px;
  }

  .pricingtitle {
    font-size: 25px;
  }

  .container-9 {
    height: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .servicetopcontent {
    width: 100%;
  }

  .servicetopwrapper {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-33 {
    padding-left: 2.5625rem;
    padding-right: 2.5625rem;
  }

  .div-block-33.right {
    margin-left: 10%;
  }

  .div-block-34 {
    padding-left: 2.5625rem;
    padding-right: 2.5625rem;
  }

  .div-block-34.right {
    padding-left: 20%;
    padding-right: 3%;
  }

  .list {
    padding-left: 20px;
  }

  .text-block-3-copy {
    margin-top: 0;
    right: 0%;
  }

  .text-block-3-copy.short {
    margin-top: 90%;
    font-size: 3.75rem;
  }

  .serviceleftw {
    width: 93%;
  }

  .buttonlink {
    line-height: 1.2;
  }

  .post-wrapper {
    width: 75%;
    min-height: 12.5rem;
  }

  .buttomlinkw {
    grid-row-gap: .625rem;
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .paragraph-2 {
    margin-top: -18px;
    font-size: 15px;
  }

  .title_xxl {
    font-size: 2.1875rem;
  }

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

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

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

  .paragraph-27 {
    margin-bottom: 1.6rem;
  }

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

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

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

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

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

  .formwrapper {
    min-width: 93vw;
  }

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

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

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

  .dropdownlink-2 {
    font-size: 15px;
  }

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

  .navbard {
    height: 2.4px;
    margin-top: -2px;
  }

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

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

  .top-text {
    font-size: 1.1rem;
  }

  .div-block-17 {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .herosubtitle {
    font-size: 1.07rem;
  }

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

  .subbutton2 {
    font-size: 15px;
    line-height: 1.2;
  }

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

  .left_coner, .middle_coner {
    display: none;
  }

  .middle_coner.left {
    display: block;
  }

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

  .title_l-2 {
    font-size: 1.375rem;
  }

  .mapwrapper {
    width: 83%;
    max-width: 18rem;
    padding-right: 10vw;
  }

  .mapcontainer {
    width: 84vw;
  }

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

  .list-copy {
    width: 100%;
  }

  .link-block {
    max-width: 4.5rem;
    max-height: 5rem;
  }

  .underlinedec {
    height: 2.4px;
    margin-top: -2px;
  }
}

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

  .link.navcontactlink {
    font-size: 15px;
  }

  .bg.servicecard {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 60px;
  }

  .bg.footerbg {
    left: -38%;
  }

  .bg.footerbg.cover2 {
    opacity: .79;
  }

  .bg.footerbg.cover3 {
    width: 138%;
  }

  .bg.footerbg.cover4 {
    background-image: linear-gradient(to bottom, transparent 1%, var(--dark-slate-blue) 68%);
  }

  .bg.slidecover {
    padding: 1.5rem;
  }

  .bg.herobg2 {
    width: 150%;
    left: -17%;
  }

  .bg.herobg {
    width: 150%;
    min-width: 40rem;
    bottom: -35%;
    left: -40%;
    right: -5%;
  }

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

  .container {
    width: 80vw;
  }

  .container.heroc {
    padding-top: 5.5rem;
    padding-bottom: 5rem;
  }

  .text-block-3 {
    color: var(--pale-turquoise);
    font-size: 4rem;
    transform: none;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 1rem;
    grid-template-columns: 70px 1fr;
    margin-left: -5px;
  }

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

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

  .title_xl {
    font-size: 1.5rem;
  }

  .div-block-21 {
    border-width: 8px;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .image-2 {
    height: 3.75rem;
  }

  .para_s {
    font-size: 1rem;
  }

  .footer {
    margin-top: 20%;
  }

  .footerwrapper {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .footertitle {
    font-size: 1.75rem;
  }

  .footer_icon {
    margin-top: .0625rem;
  }

  .footerparagraph {
    font-size: .9375rem;
  }

  .footerparagraph.special {
    white-space: normal;
  }

  .sub-footer-2 {
    margin-top: 15vw;
  }

  .subfooterwrapper {
    justify-content: flex-start;
    width: 80vw;
    height: auto;
  }

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

  .servicescardwrapper {
    grid-row-gap: 1.2rem;
  }

  .topsection {
    padding-top: 8.75rem;
    padding-bottom: 1.5625rem;
  }

  .main-subheading {
    font-size: 1rem;
  }

  .slidercontainer {
    align-items: center;
    max-width: 80vw;
  }

  .title_m {
    font-size: 1.25rem;
  }

  .title_m.format1 {
    margin-top: .9375rem;
  }

  .belowtitle {
    margin-top: 1rem;
  }

  .ratewrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-span-8 {
    font-size: 18px;
  }

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

  .pricingtab {
    width: 100%;
  }

  .detailrates {
    padding-bottom: 30px;
  }

  .bg-2.pricing {
    border-radius: 15px;
  }

  .pricingsection {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .pricingtitle {
    margin-top: 25px;
    font-size: 20px;
  }

  .detailrate {
    font-size: 16px;
  }

  .container-9 {
    height: auto;
    padding-left: 11px;
    padding-right: 11px;
  }

  .div-block-33 {
    justify-content: center;
    width: 100vw;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .div-block-33.right {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    padding-left: 20px;
  }

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

  .div-block-34.right {
    padding-right: 10px;
  }

  .text-block-3-copy {
    font-size: 4.375rem;
  }

  .text-block-3-copy.short {
    margin-top: 150%;
    left: 44.5vw;
  }

  .serviceleftw {
    align-items: center;
    width: 100%;
  }

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

  .buttonlink {
    font-size: 1rem;
  }

  .post-wrapper {
    width: 100%;
    min-height: 10rem;
  }

  .post-author-blurb {
    font-size: 11px;
    line-height: 15px;
    display: none;
  }

  .title_l {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .title_l.format1 {
    width: 100%;
    font-size: 1.2rem;
    transform: scale(.85);
  }

  .post-image._1 {
    background-position: 35%;
  }

  .post-catergory-link {
    letter-spacing: 0;
    padding-top: 2rem;
    left: 1.5625rem;
  }

  .post-author-row {
    bottom: 20px;
    left: 25px;
    right: 25px;
  }

  .post-overlay {
    padding: 4.4375rem 1.5625rem 1.3rem;
  }

  .post-author-image {
    margin-left: 10px;
  }

  .post-author-name {
    margin-top: -2px;
    font-size: 14px;
  }

  .buttomlinkw {
    grid-row-gap: .625rem;
  }

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

  .top {
    height: 15rem;
  }

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

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

  .title_xxl {
    font-size: 1.6875rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .formwrapper {
    min-width: 100vw;
  }

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

  .navtopsplit {
    place-items: center start;
  }

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

  .nav-container-2 {
    justify-content: space-between;
  }

  .navroplink {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .text-block {
    font-size: 16px;
  }

  .navmenuwrapper {
    width: 80vw;
  }

  .dropdownlink-2 {
    text-align: center;
    white-space: normal;
    font-size: 14px;
  }

  .dropdown-list-wrapper-2 {
    padding-bottom: 3px;
  }

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

  .navbar-2 {
    height: 4rem;
    margin-bottom: -4rem;
  }

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

  .div-block-17 {
    transform-origin: 50%;
    background-color: #d1c7b6b0;
    border-radius: 0;
    justify-content: center;
    padding-left: 1.25rem;
  }

  .div-block-17.main {
    text-align: center;
    display: none;
  }

  .herosubtitle.sub {
    text-align: center;
    text-shadow: 1px 1px 2px #080b35cc, 1px 1px 5px #080b3582;
  }

  .div-block-18 {
    transform-origin: 50%;
    align-self: stretch;
  }

  .div-block-14 {
    transform-origin: 50%;
    padding-bottom: 4rem;
  }

  .s1title {
    font-size: 1.6rem;
  }

  .s1title.shimmer {
    width: 160vw;
    padding-left: 35vw;
    padding-right: 35vw;
  }

  .homecard {
    background-color: #0000;
    background-image: none;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .homecard:hover {
    color: var(--white);
    background-color: #f1f1f121;
    background-image: none;
    border-top-style: none;
    border-top-color: #007fe0;
  }

  .homecard.right {
    border-radius: 0;
    margin-top: -.35rem;
  }

  .homecard.right:hover {
    border-radius: 0;
  }

  .homecard.middle {
    padding-bottom: .9rem;
  }

  .homecard.middle:hover {
    border-radius: 0;
  }

  .homecardcontentwrapper {
    margin-bottom: 0;
  }

  .homecardswrapper {
    margin-bottom: 0;
  }

  .middle_coner.left {
    display: none;
  }

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

  .title_l-2 {
    font-size: 1.375rem;
  }

  .cardsposition {
    background-image: linear-gradient(to bottom, var(--midnight-blue) 10%, transparent);
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .cardsposition:hover {
    background-image: linear-gradient(to bottom, var(--midnight-blue) 43%, transparent);
  }

  .right_coner {
    display: none;
  }

  .mapsection {
    padding-top: 3.5rem;
  }

  .mapcontainer {
    width: 80vw;
  }

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

  .image-5 {
    padding-bottom: .3rem;
  }

  .image-5.format1 {
    padding-top: 0;
    padding-bottom: .6rem;
  }

  .text-span-24 {
    font-size: .85rem;
  }
}

#w-node-c7db90d2-8b84-2485-c0c7-d5eee85c902f-0d57bbd2 {
  justify-self: end;
}

#w-node-c7db90d2-8b84-2485-c0c7-d5eee85c903d-0d57bbd2 {
  justify-self: start;
}

#w-node-c0ce49e0-feb7-c0c6-5b89-4991c6943202-0d57bbd2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3dfca3e6-96e4-083f-4a08-419c13e6bf7a-0d57bbd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_847b7ee5-734f-b49a-c2a4-f41f53560ad5-0d57bbd2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_847b7ee5-734f-b49a-c2a4-f41f53560ad8-0d57bbd2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_847b7ee5-734f-b49a-c2a4-f41f53560b09-0d57bbd2 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_847b7ee5-734f-b49a-c2a4-f41f53560b0c-0d57bbd2 {
  justify-self: center;
}

#w-node-cac26d93-4abf-2bbe-d405-1c6da07bb158-2457bbd9 {
  align-self: center;
}

#w-node-a632e33f-bd91-c2aa-112c-b8c33fa1a6e6-2457bbd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cac26d93-4abf-2bbe-d405-1c6da07bb15b-2457bbd9, #w-node-cac26d93-4abf-2bbe-d405-1c6da07bb15c-2457bbd9 {
  justify-self: start;
}

#w-node-_3c20cdc9-2828-6d84-bef4-f41e100b751d-7b57bbdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cac26d93-4abf-2bbe-d405-1c6da07bb15b-7b57bbdc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cac26d93-4abf-2bbe-d405-1c6da07bb15c-7b57bbdc {
  justify-self: start;
}

#w-node-_8d023795-feca-672d-50af-5b4a497eb5d4-f357bbdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d023795-feca-672d-50af-5b4a497eb5e3-f357bbdf, #w-node-b66eda7f-16bf-a234-0d29-118725432b66-f357bbdf {
  justify-self: start;
}

#w-node-_8d023795-feca-672d-50af-5b4a497eb609-f357bbdf, #w-node-_194bfc75-d7c4-99e3-8c1d-8fc516774b96-f357bbdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ea6de6a-7889-ddfe-0054-f0b5765c72e5-f357bbdf {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_847b7ee5-734f-b49a-c2a4-f41f53560ad5-0d57bbd2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_847b7ee5-734f-b49a-c2a4-f41f53560b09-0d57bbd2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_847b7ee5-734f-b49a-c2a4-f41f53560b0c-0d57bbd2, #w-node-cac26d93-4abf-2bbe-d405-1c6da07bb15b-2457bbd9, #w-node-d0d1b7bb-9954-d4f9-403c-4f8fc979dc44-2457bbd9, #w-node-cac26d93-4abf-2bbe-d405-1c6da07bb15b-7b57bbdc, #w-node-d0d1b7bb-9954-d4f9-403c-4f8fc979dc44-7b57bbdc, #w-node-_3ea6de6a-7889-ddfe-0054-f0b5765c72e5-f357bbdf {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c7db90d2-8b84-2485-c0c7-d5eee85c902f-0d57bbd2, #w-node-c7db90d2-8b84-2485-c0c7-d5eee85c903d-0d57bbd2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_8d023795-feca-672d-50af-5b4a497eb5d4-f357bbdf, #w-node-_8d023795-feca-672d-50af-5b4a497eb609-f357bbdf, #w-node-_194bfc75-d7c4-99e3-8c1d-8fc516774b96-f357bbdf {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6867e8bb-554b-0c76-187d-da80f93b3131-0d57bbd2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6867e8bb-554b-0c76-187d-da80f93b3133-0d57bbd2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #contact.w-node-ec222095-2018-45d9-59ad-3a46362c97e3-362c97de {
    grid-area: 1 / 1 / 2 / 2;
  }
}


