:root {
  --white: white;
  --black: black;
  --deep-sky-blue: #2f261f;
  --fontcolor: rgba(231, 210, 67, .9);
  --royal-blue: #231918;
  --antique-white: #c0c1c0;
  --shadow: rgba(20, 3, 43, .3);
  --alice-blue-2: #d4a130;
  --dim-grey: #ffe11b;
  --white-smoke: #f3f3f3;
  --deep-pink: #f2dd4d;
  --alice-blue: #f6faff;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Source Serif Pro, 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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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: 100%;
  left: -5%;
  right: auto;
}

.bg.footerbg.cover3 {
  background-image: url('../images/asphalt1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.footerbg.cover4 {
  background-image: linear-gradient(to right, rgba(47, 38, 31, 0), rgba(39, 33, 27, .73) 61%, rgba(35, 25, 24, .88));
  width: 85%;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg.footerbg.cover5 {
  background-image: linear-gradient(to right, rgba(47, 38, 31, 0), rgba(39, 33, 27, .73) 61%, rgba(35, 25, 24, .88));
  width: 85%;
  height: 100%;
  display: none;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg.slidecover {
  background-image: linear-gradient(to right, #c3d452, #fff);
  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: .89;
  filter: brightness(106%) saturate(59%);
  object-fit: cover;
  object-position: 50% 10%;
  width: 105%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -5%;
  right: 0%;
}

.bg.herobg2.s {
  opacity: 1;
  filter: saturate(85%);
}

.bg.herogd {
  filter: contrast(110%) brightness(93%) saturate(93%);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(rgba(248, 240, 255, .55), rgba(223, 234, 232, .41) 32%, rgba(242, 246, 255, .13) 64%, rgba(47, 38, 31, .22) 95%);
}

.bg.herobg {
  filter: none;
  object-fit: contain;
  object-position: 50% 100%;
  width: 105%;
  min-width: 77rem;
  max-width: none;
  display: none;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: auto;
  right: -5%;
}

.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 rgba(15, 43, 90, .9), 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: rgba(0, 0, 0, 0);
  min-width: 100%;
  max-width: 100%;
  height: 8.125rem;
  transition: height .3s, background-color .3s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.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;
  margin-top: -1px;
}

.container.heroc {
  justify-content: center;
  width: 100vw;
  max-width: none;
  min-height: 67vh;
  margin-top: 6vw;
  margin-bottom: 5.5vw;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

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

.text-block-3 {
  color: var(--fontcolor);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: -3.125rem;
  font-family: Cantata One, 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.feature {
  background-image: linear-gradient(to bottom, var(--deep-sky-blue), var(--royal-blue) 77%);
  padding-top: 4.3rem;
  position: relative;
}

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

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

.section_l.format2 {
  z-index: 1;
  background-color: var(--white);
  position: relative;
}

.title_xl {
  color: var(--black);
  text-align: center;
  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 {
  color: var(--black);
  text-align: left;
}

.paragraph {
  z-index: 7;
  color: #452569;
  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;
  align-items: start;
  justify-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.div-block-21 {
  border: .625rem solid var(--antique-white);
  background-color: var(--white);
  box-shadow: 0 1px 10px 0 var(--shadow);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 1.8rem 1.5rem 1.875rem;
  display: flex;
}

.image-2 {
  height: 3.8rem;
  margin-bottom: .7rem;
}

.image-2.format1 {
  margin-left: -2%;
  transform: scale(.97);
}

.footer {
  background-color: var(--deep-sky-blue);
  color: rgba(255, 255, 255, .85);
  background-image: none;
  flex-direction: column;
  margin-top: 4%;
  padding-top: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.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: 32%;
  margin-right: 5%;
  display: grid;
  position: relative;
}

.footer-content-block {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 26vw;
  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: 8px;
  display: flex;
}

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

.footer_icon {
  height: 1.1rem;
  margin-top: .2rem;
  margin-right: .625rem;
}

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

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

.footerlink {
  color: rgba(255, 255, 255, .85);
  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(--antique-white);
  background-color: rgba(255, 255, 255, .16);
  width: 100%;
  margin-top: 2.5rem;
  padding-top: .8125rem;
  padding-bottom: .75rem;
  position: relative;
}

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

.subfootertext {
  filter: contrast(150%);
  color: var(--white);
  margin-bottom: 0;
  font-size: .875rem;
  display: inline-block;
}

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

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

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

.servicescardwrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 1.875rem;
  color: var(--white);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  justify-items: center;
  margin-left: 4vw;
  margin-right: 5vw;
  display: flex;
  position: relative;
}

.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: #452569;
  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: 1px;
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.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: rgba(220, 220, 220, .8);
  width: 90%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 5%;
  right: 5%;
}

.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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-2.pricing {
  background-color: #fff;
  border: 10px solid rgba(13, 188, 231, .47);
  border-radius: 20px;
  box-shadow: inset 0 0 1px 1px rgba(100, 135, 196, .6);
}

.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;
  align-items: start;
  justify-items: 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: rgba(167, 196, 59, .3);
  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;
}

.buttonlink {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(296deg, var(--alice-blue-2), var(--dim-grey) 51%, var(--alice-blue-2));
  box-shadow: 0 2px 8px -2px var(--shadow);
  color: var(--deep-sky-blue);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: .1rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.5625rem .625rem;
  font-size: 1.07rem;
  text-decoration: none;
  transition: background-color .2s, color .35s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buttonlink:hover {
  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 {
  box-shadow: 0 2px 10px 0 var(--shadow);
  border-radius: .1rem;
  flex: none;
  width: 33vw;
  margin-top: -1.1vw;
  margin-bottom: -1.1vw;
  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(--deep-sky-blue);
  text-transform: uppercase;
  text-shadow: none;
  font-family: Cantata One, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  text-decoration: none;
  transform: scale(.94);
}

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

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

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

.post-image._1 {
  background-image: url('../images/nemt1_1.jpeg');
  background-position: 55%;
}

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

.post-catergory-link {
  z-index: 20;
  border-top: 2px solid var(--dim-grey);
  background-color: var(--black);
  background-image: linear-gradient(310deg, var(--antique-white), var(--white-smoke) 50%, var(--antique-white));
  transform-origin: 50% 0;
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  margin-bottom: .4375rem;
  padding: 2.9375rem .75rem .4375rem;
  font-size: .9rem;
  line-height: 1.6;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  position: absolute;
  left: 2.8rem;
  right: 2.8rem;
}

.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(--white));
  border-radius: .1rem;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 5.3125rem 2.9rem 2rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.post-author-image {
  z-index: 20;
  float: right;
  background-image: url('../images/logop.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;
  align-items: center;
  justify-items: 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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-40 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  justify-items: 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 rgba(0, 0, 0, .27);
}

.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;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.paragraph-1.format1 {
  background-image: linear-gradient(134deg, var(--alice-blue-2), var(--dim-grey) 19%, var(--deep-pink) 37%, var(--alice-blue-2));
  color: var(--alice-blue-2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
}

.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: #452569;
}

.iframecode {
  display: none;
}

.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(--deep-sky-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;
  top: .625rem;
  bottom: auto;
  left: auto;
  right: .625rem;
  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(--deep-sky-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: 100%;
  padding-top: 1vw;
  padding-bottom: .8vw;
}

.navtopsplit {
  grid-column-gap: .19rem;
  grid-row-gap: .32rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: end;
  display: grid;
}

.navtop {
  z-index: 50;
  background-image: linear-gradient(to bottom, var(--deep-sky-blue), transparent), linear-gradient(to bottom, var(--deep-sky-blue), var(--deep-sky-blue));
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  height: 9.2rem;
  margin-bottom: -5px;
  padding-bottom: 1.6rem;
  position: relative;
  box-shadow: 0 5px 20px rgba(20, 3, 43, .42);
}

.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 {
  cursor: default;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  max-width: 32vw;
  height: 9rem;
  margin-left: 2.2vw;
  display: flex;
}

.nav-container {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.nav-container.navtopc {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-right: 3vw;
}

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

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

.navroplink:hover {
  color: var(--deep-pink);
}

.navroplink.special {
  color: var(--white);
  text-align: right;
  text-shadow: none;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 700;
}

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

.dropdown-list-2 {
  background-color: rgba(0, 0, 0, 0);
  top: 100%;
}

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

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

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

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

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

.dropdownlink-2 {
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: .4rem 1rem;
  font-size: 1.28vw;
  text-decoration: none;
  transition: color .3s;
}

.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;
  min-width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navbard {
  background-color: rgba(0, 0, 0, 0);
  background-image: repeating-linear-gradient(to bottom, var(--deep-pink), var(--alice-blue-2) 66%, var(--deep-pink));
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.navmenu-2 {
  background-image: repeating-linear-gradient(329deg, var(--alice-blue-2) 43%, var(--deep-pink) 76%, var(--alice-blue-2));
  box-shadow: 0 3px 7px 0 var(--shadow);
  border-radius: .1rem;
  justify-content: center;
  align-items: center;
  width: 62%;
  height: 100%;
  margin-top: -2.2rem;
  padding-top: .1rem;
  display: flex;
}

.dropdown-list-wrapper-2 {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: stretch;
  margin-top: 15px;
  padding: .5rem;
  display: flex;
  box-shadow: 0 5px 15px -5px rgba(0, 11, 29, .3);
}

.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 rgba(9, 7, 24, .05), 0 24px 38px rgba(18, 8, 80, .1);
}

.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: rgba(0, 0, 0, 0);
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  height: 5rem;
  margin-bottom: -7rem;
  transition: height .3s, background-color .3s;
}

.top-text {
  color: var(--black);
  text-align: center;
  text-shadow: 1px 1px 3px var(--white), 1px 1px 20px rgba(255, 255, 255, .42);
  margin-top: 2rem;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-18 {
  grid-column-gap: 1rem;
  grid-row-gap: .4375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  min-width: 35%;
  margin-top: .625rem;
  display: grid;
}

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

.s1title {
  z-index: 2;
  filter: contrast(150%);
  color: var(--deep-sky-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.s1title.shimmer {
  background-color: var(--deep-sky-blue);
  color: rgba(0, 0, 0, 0);
  width: 200vw;
  padding-left: 55vw;
  padding-right: 55vw;
  line-height: 1.2;
}

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

.subbutton2 {
  background-color: var(--dim-grey);
  color: var(--black);
  white-space: nowrap;
  border-radius: .3125rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-size: 1rem;
  line-height: 1.4;
}

.homecard {
  background-image: linear-gradient(to top, var(--deep-sky-blue), var(--antique-white) 45%, var(--white-smoke) 85%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.875rem 1.875rem 1.6rem;
  transition: border-radius .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.homecard:hover {
  border-top: .4rem solid var(--deep-sky-blue);
  background-image: linear-gradient(to bottom, var(--dim-grey), var(--deep-pink) 25%, var(--alice-blue-2) 95%);
  color: #000;
}

.homecard.right {
  border-top-left-radius: 0;
}

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

.homecard.middle {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.homecard.left {
  border-top-right-radius: 0;
}

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

.homecardcontentwrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.homecardcontentwrapper.format1 {
  margin-bottom: .5rem;
}

.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 {
  z-index: 1;
  transform-origin: 0 100%;
  width: 35px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -.1%;
  right: auto;
}

.middle_coner {
  z-index: 1;
  transform-origin: 0 100%;
  width: 35px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -.5%;
  right: auto;
}

.middle_coner.right {
  transform-origin: 100% 100%;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -.1%;
}

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

.cardsposition {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(47, 38, 31, .65), var(--antique-white) 45%, var(--white-smoke) 85%);
  color: var(--deep-sky-blue);
  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, var(--dim-grey), var(--deep-pink) 25%, var(--alice-blue-2) 95%);
}

.right_coner {
  z-index: 1;
  transform-origin: 0 100%;
  width: 35px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -.1%;
}

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

.nowrap {
  white-space: nowrap;
}

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

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

.mapsection {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding-top: 6.2rem;
  padding-bottom: 6rem;
  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;
  top: .7%;
  bottom: auto;
  left: 1%;
  right: auto;
  overflow: hidden;
}

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

.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: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  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;
}

.list-item.spaceholder {
  color: rgba(0, 0, 0, 0);
  height: .5rem;
  list-style-type: none;
}

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

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

.buttonbg {
  background-image: linear-gradient(to right, var(--dim-grey) 50%, transparent 51%);
  width: 210%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.buttonbg.dc1 {
  background-image: linear-gradient(to right, var(--antique-white), var(--white-smoke) 25%, var(--antique-white) 50%, rgba(249, 244, 255, .85) 51%);
}

.text-block-13 {
  z-index: 2;
  position: relative;
}

.sectionbg {
  background-color: var(--white);
  box-shadow: 0 -1px 2px 0 var(--dim-grey), 0 -3px 7px 0 rgba(212, 161, 48, .45);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 32%;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: 0%;
  right: 0%;
}

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

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

.list-1 {
  grid-column-gap: 0px;
  grid-row-gap: .2rem;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .625rem;
  padding-left: 1.25rem;
  display: grid;
}

.list-item-1 {
  font-size: 1.1rem;
  line-height: 1.4;
}

.text-span-24 {
  font-size: 1.9rem;
  font-weight: 300;
  display: block;
}

.section_0.format1 {
  background-color: var(--royal-blue);
}

.section_0.format1._2 {
  background-color: var(--deep-sky-blue);
}

.div-block-90 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.6rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.space_s {
  height: 1rem;
}

.navbarbg {
  opacity: .51;
  filter: brightness(48%);
  background-image: url('../images/brushed-alum-dark.png');
  background-position: 0 0;
  background-size: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbarbg.pc {
  display: block;
}

.text-span-25 {
  opacity: .76;
  font-size: .95rem;
  font-style: italic;
  line-height: 1.4;
  display: block;
}

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

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

  .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: 1.125rem;
  }

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

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

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

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

  .bg.slidecover {
    padding: 3rem;
  }

  .bg.herobg {
    width: 100%;
    right: 0%;
  }

  .navbar {
    height: 10.5rem;
  }

  .container._100 {
    margin-top: -4px;
  }

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

  .div-block-13 {
    grid-column-gap: 1.75rem;
  }

  .text-block-3 {
    margin-top: -4.3rem;
    font-size: 8.3rem;
  }

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

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

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

  .section_l.feature {
    padding-top: 7rem;
  }

  .title_xl {
    font-size: 3.6rem;
  }

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

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

  .image-2 {
    height: 5.9rem;
    margin-bottom: 1rem;
  }

  .footerwrapper {
    margin-left: 35%;
  }

  .footer-content-block {
    min-width: 26vw;
  }

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

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

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

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

  .title_l.format1 {
    font-size: 2.7rem;
    line-height: 1.2;
  }

  .post-catergory-link {
    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: 3rem;
    margin-left: 1.2rem;
  }

  .navtopsplit {
    grid-row-gap: .5rem;
  }

  .navtop {
    height: 14rem;
  }

  .brand-2.navtopbrand {
    max-width: 35vw;
    height: 14rem;
  }

  .navroplink {
    font-size: 1.55rem;
  }

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

  .dropdownlink-2 {
    padding: .6rem 1.9rem;
    font-size: 1.5rem;
  }

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

  .navmenu-2 {
    margin-top: -2.6rem;
  }

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

  .top-text {
    margin-top: 2.2rem;
  }

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

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

  .s1title {
    font-size: 4.4rem;
  }

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

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

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

  .para_s-2.card-t {
    margin-top: .6rem;
  }

  .navigation {
    top: -12rem;
  }

  .mapsection {
    padding-top: 9.2rem;
    padding-bottom: 9rem;
  }

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

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

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

  .sectionbg {
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }

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

  .list-item-1 {
    font-size: 1.65rem;
  }

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

  .div-block-90 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .space_s {
    height: 2rem;
  }

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

@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: #5a5a5a;
    font-size: 1.065rem;
    font-style: italic;
    line-height: 1.3;
  }

  .bg.footerbg {
    top: -30%;
  }

  .bg.footerbg.cover4 {
    background-image: linear-gradient(169deg, rgba(47, 38, 31, 0), rgba(39, 33, 27, .73) 61%, rgba(35, 25, 24, .66));
    width: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bg.footerbg.cover5 {
    background-image: linear-gradient(rgba(47, 38, 31, 0) 37%, rgba(39, 33, 27, .73) 61%, #231918);
    width: 100%;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .bg.herobg2 {
    height: 105%;
    top: 5%;
  }

  .bg.herogd {
    background-image: linear-gradient(rgba(248, 240, 255, .55), rgba(223, 234, 232, .63) 32%, rgba(242, 246, 255, .13) 68%, rgba(8, 11, 53, .22) 95%);
  }

  .bg.herobg {
    width: 110%;
    min-width: 65rem;
    right: -10%;
  }

  .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;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 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-top: 5rem;
  }

  .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 {
    margin-top: 0;
  }

  .div-block-21 {
    background-image: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0) 23%, rgba(255, 255, 255, .11) 57%, rgba(0, 0, 0, 0) 59%);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem 10% 1.25rem 9%;
  }

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

  .image-2.format1 {
    margin-left: 0%;
  }

  .footer {
    align-items: center;
    margin-top: 5%;
    padding-top: 8%;
  }

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

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

  .footertitle {
    font-size: 1.75rem;
  }

  .footerparagraph {
    font-size: 16px;
  }

  .subfooterwrapper {
    width: 84vw;
  }

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

  .servicescardwrapper {
    grid-column-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }

  .topsection {
    background-color: var(--deep-sky-blue);
    background-image: linear-gradient(to bottom, #452569, var(--deep-sky-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 {
    box-shadow: none;
    order: -1;
    width: 70%;
    height: 36vw;
    margin-bottom: 0;
  }

  .title_l {
    font-size: 1.75rem;
  }

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

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

  .post-catergory-link {
    left: 1.9rem;
    right: 1.9rem;
  }

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

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

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

  .logo1 {
    height: 75%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .navtop {
    display: none;
  }

  .brand-2 {
    max-width: 75vw;
    height: 100%;
    margin-left: 1.2rem;
    display: flex;
  }

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

  .nav-container {
    background-color: var(--royal-blue);
    background-image: linear-gradient(to bottom, var(--deep-sky-blue), transparent);
    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: var(--deep-pink);
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block {
    color: var(--black);
    letter-spacing: .5px;
    margin-bottom: .3125rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .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;
    align-items: center;
    justify-items: center;
    max-width: 92%;
    margin-top: auto;
    padding-top: 2rem;
    display: grid;
  }

  .hearder-button-line-medium-2 {
    background-color: var(--deep-pink);
    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 {
    color: var(--black);
    text-align: center;
    text-shadow: none;
    font-size: 1.125rem;
    font-weight: 700;
  }

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

  .dropdownlink-2 {
    white-space: normal;
    padding: .1rem 0;
    font-size: 1.07rem;
  }

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

  .headernav-2 {
    flex-direction: column;
    align-items: center;
    width: 90%;
    min-width: 0%;
    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;
    padding: 0;
    transition: background-color .3s, transform .3s;
  }

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

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

  .navmenu-2 {
    background-color: var(--antique-white);
    background-image: linear-gradient(304deg, var(--antique-white), var(--white-smoke) 64%, var(--antique-white));
    box-shadow: 0 1px 9px -4px var(--shadow);
    border-radius: 0;
    width: auto;
    height: auto;
    min-height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    padding-top: 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: hidden;
  }

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

  .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: var(--deep-pink);
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbarlinkwrapper-2 {
    flex: none;
  }

  .navbar-2 {
    box-shadow: 0 3px 10px 0 var(--shadow);
    height: 6rem;
    margin-bottom: -6rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .top-text {
    text-shadow: 1px 1px 1px var(--white), 1px 1px 15px rgba(255, 255, 255, .64);
    margin-bottom: .4rem;
  }

  .div-block-14 {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

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

  .s1title.shimmer {
    padding-left: 60vw;
    padding-right: 60vw;
  }

  .homes1 {
    margin-top: 3rem;
  }

  .subbutton2 {
    text-align: center;
  }

  .homecard {
    justify-content: center;
    padding-top: 1.8rem;
    padding-bottom: 2rem;
  }

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

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

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

  .mapwrapper {
    width: 50vw;
    max-width: 320px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: 8.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .mapsection {
    padding-top: 5.3rem;
    padding-bottom: 4.5rem;
  }

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

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

  .list-copy {
    grid-column-gap: 7vw;
    grid-template-columns: auto auto;
  }

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

  .text-span-24 {
    margin-top: .6rem;
    font-size: 1.5rem;
  }

  .div-block-90 {
    order: 1;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .navbarbg {
    display: block;
  }

  .navbarbg.pc {
    display: none;
  }
}

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

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

  .bg.footerbg.cover4 {
    background-image: linear-gradient(to bottom, transparent 1%, var(--deep-sky-blue) 46%);
    display: none;
  }

  .bg.footerbg.cover5 {
    background-image: linear-gradient(to bottom, transparent 1%, #261f19 72%, var(--deep-sky-blue));
  }

  .bg.slidecover {
    background-image: linear-gradient(rgba(225, 239, 242, .91), #fff);
    padding-left: 1.875rem;
  }

  .bg.slideimagbg {
    border-radius: 0;
    width: 100%;
    height: 50vw;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .bg.herobg2 {
    filter: brightness();
  }

  .bg.herobg {
    min-width: 60rem;
    bottom: -17%;
  }

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

  .navbar {
    height: 6.25rem;
  }

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

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

  .div-block-5 {
    grid-column-gap: 1.875rem;
    grid-template-columns: 80px 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%, rgba(0, 0, 0, 0) 23%, rgba(255, 255, 255, .11) 72%, rgba(0, 0, 0, 0) 75%);
    flex-direction: column;
    padding-top: 1.2rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .image-2 {
    height: 4.1rem;
    margin-bottom: .4rem;
    margin-left: -.5%;
    margin-right: 0;
  }

  .image-2.format1 {
    margin-left: -2%;
  }

  .footer {
    margin-top: 9%;
    padding-top: 5rem;
  }

  .footerwrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footeritemwrapper {
    margin-bottom: 7px;
  }

  .footeritemwrapper.rightp {
    margin-right: 8vw;
  }

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

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

  .subfooterwrapper {
    text-align: left;
  }

  .servicescardwrapper {
    margin-bottom: 0;
  }

  .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 {
    margin-bottom: .6rem;
  }

  .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: 85%;
    height: 45vw;
    min-height: 15rem;
    max-height: 18rem;
    margin-top: -.9rem;
  }

  .title_l.format1 {
    font-size: 1.45rem;
  }

  .post-catergory-link {
    padding-top: 2.7rem;
  }

  .post-overlay {
    padding-bottom: 1.2rem;
  }

  .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 {
    -webkit-text-stroke-color: var(--white);
    text-shadow: 1px 1px 1px var(--white), -1px 1px 6px rgba(255, 255, 255, .4), 1px 1px 6px rgba(255, 255, 255, .4), 0 0 20px rgba(255, 255, 255, .64);
    font-size: 1.1rem;
    font-weight: 600;
  }

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

  .s1title {
    font-size: 2.4rem;
    line-height: 1.1;
  }

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

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

  .left_coner {
    display: none;
  }

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

  .mapwrapper {
    width: 285px;
    max-width: none;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    margin-left: 7.5rem;
  }

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

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

  .list-item.spaceholder, .list-item.hide {
    display: none;
  }

  .list-copy {
    grid-template-columns: auto;
    width: 100%;
    padding-left: 1rem;
  }

  .sectionbg {
    height: 20%;
  }

  .div-block-89 {
    flex-wrap: wrap;
    display: flex;
  }

  .list-item-1 {
    line-height: 1.3;
  }

  .text-span-24 {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .space_s {
    height: .7rem;
  }
}

@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 {
    height: 45%;
    top: -7%;
  }

  .bg.footerbg.cover4 {
    background-image: linear-gradient(to bottom, transparent 1%, var(--deep-sky-blue) 35%);
  }

  .bg.footerbg.cover5 {
    background-image: linear-gradient(to bottom, transparent 1%, rgba(18, 15, 12, .67) 29%, #261f19 72%, var(--deep-sky-blue));
  }

  .bg.slidecover {
    padding: 1.5rem;
  }

  .bg.herobg2 {
    object-position: 55% 10%;
  }

  .bg.herobg {
    width: 150%;
    min-width: 40rem;
    bottom: -10%;
    right: -20%;
  }

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

  .container {
    width: 82vw;
  }

  .container.heroc {
    margin-top: 8vw;
    margin-bottom: 7vw;
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }

  .text-block-3 {
    letter-spacing: 1px;
    font-size: 3rem;
    transform: none;
  }

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

  .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-20 {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

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

  .image-2 {
    height: 3.5rem;
    margin-top: .3rem;
    margin-bottom: .2rem;
  }

  .footer {
    margin-top: 18%;
    padding-top: 4rem;
  }

  .footerwrapper {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    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: 2.4rem;
  }

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

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

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

  .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;
    font-size: 1.3rem;
  }

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

  .buttonlink {
    font-size: 1rem;
  }

  .buttonlink.dc1.special {
    border-radius: 0;
  }

  .post-wrapper {
    width: 100%;
    height: 70vw;
    min-height: 11rem;
    max-height: 14rem;
  }

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

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

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

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

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

  .post-catergory-link {
    transform-origin: 100% 0;
    letter-spacing: 0;
    padding-top: 2rem;
    left: 1.5rem;
    right: auto;
  }

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

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

  .post-overlay {
    padding: 4.4375rem 1.5rem .8rem;
  }

  .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 {
    align-items: center;
    justify-items: start;
  }

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

  .nav-container {
    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;
  }

  .headernav-2 {
    width: 88%;
  }

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

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

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

  .div-block-18 {
    transform-origin: 50%;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

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

  .s1title {
    font-size: 1.95rem;
  }

  .s1title.shimmer {
    width: 180vw;
    padding-left: 45vw;
    padding-right: 45vw;
  }

  .homecard {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .homecard:hover {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-top-style: none;
    border-top-color: #007fe0;
  }

  .homecard.right {
    border-radius: 0;
    margin-top: -.35rem;
    padding-top: 1.4rem;
    padding-bottom: 1.6rem;
  }

  .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 {
    display: none;
  }

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

  .cardsposition {
    background-image: linear-gradient(to top, rgba(47, 38, 31, .65), var(--antique-white) 45%, var(--white-smoke) 85%);
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .cardsposition:hover {
    background-image: linear-gradient(to top, rgba(47, 38, 31, .65), var(--white-smoke) 45%, var(--white) 85%);
  }

  .right_coner {
    display: none;
  }

  .mapwrapper {
    width: 50%;
    margin-top: 0;
    margin-bottom: 1rem;
  }

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

  .mapcontainer {
    width: 82vw;
  }

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

  .sectionbg {
    height: 11%;
  }

  .div-block-89 {
    flex-direction: column;
  }

  .list-1 {
    grid-template-columns: 1fr;
    padding-left: 1rem;
  }

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

  .div-block-90 {
    padding-bottom: 3.3rem;
  }

  .text-span-25 {
    font-size: .92rem;
  }
}

#w-node-f785121f-2ede-6b76-d0c4-82ced33acf38-4916d5d8, #w-node-e4a1f27b-bc1f-95f9-fb41-452dfff289a2-4916d5d8, #w-node-_847b7ee5-734f-b49a-c2a4-f41f53560ad5-4916d5d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_847b7ee5-734f-b49a-c2a4-f41f53560ad8-4916d5d8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c253bc78-687d-9c6c-3f1d-c382d42f7e10-4916d5d8, #w-node-_1ba5666b-49f6-cbcd-b81e-fed35fcc4074-4916d5d8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_847b7ee5-734f-b49a-c2a4-f41f53560b09-4916d5d8 {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-_847b7ee5-734f-b49a-c2a4-f41f53560b0c-4916d5d8 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c255337a-de1f-001c-f4a4-9dd5beae29da-4916d5d8 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

#w-node-_40b1d40d-5b39-2836-8b27-881be193551a-65f7edbd, #w-node-b8facff3-c53c-3fd8-508f-fe27bd919c67-65f7edbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  #w-node-_847b7ee5-734f-b49a-c2a4-f41f53560ad5-4916d5d8 {
    grid-column-end: 2;
  }

  #w-node-c253bc78-687d-9c6c-3f1d-c382d42f7e10-4916d5d8, #w-node-_1ba5666b-49f6-cbcd-b81e-fed35fcc4074-4916d5d8 {
    grid-column: span 2 / span 2;
  }

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

  #w-node-cac26d93-4abf-2bbe-d405-1c6da07bb15b-c016d5dd, #w-node-d0d1b7bb-9954-d4f9-403c-4f8fc979dc44-c016d5dd, #w-node-cac26d93-4abf-2bbe-d405-1c6da07bb15b-ca16d5e0, #w-node-d0d1b7bb-9954-d4f9-403c-4f8fc979dc44-ca16d5e0, #w-node-_3ea6de6a-7889-ddfe-0054-f0b5765c72e5-1a16d5e3 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c253bc78-687d-9c6c-3f1d-c382d42f7e10-4916d5d8, #w-node-_1ba5666b-49f6-cbcd-b81e-fed35fcc4074-4916d5d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-a9788ffb-da00-f019-e2aa-81d0815b4f9e-362c97de {
    grid-area: 1 / 1 / 2 / 2;
  }

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

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

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

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


