:root {
  --background: white;
  --midnight-blue-2: #43455c;
  --crimson: #da4342;
  --white: white;
  --firebrick: #c21c20;
  --midnight-blue: #0b0f3c;
  --shadow: #8f515226;
  --snow: #f6efef;
  --black: #270304;
  --light-pink: #ffadad;
  --slate-grey: #557786;
  --white-smoke: #faf9f9;
  --border: #ebd3d3;
  --link: #1974b9;
  --gold: #e7bf17;
}

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

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

.pagewrapper {
  overflow: hidden;
}

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

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

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

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

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

.container.fd {
  position: static;
}

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

.bg {
  position: absolute;
  inset: 0%;
}

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

.bg.imagebg.specialbg2 {
  width: 60%;
  max-height: 28rem;
  left: 40%;
}

.bg.imagebg.specialbg1 {
  filter: contrast(88%);
  object-position: 0% 50%;
  width: 65%;
  left: 35%;
}

.bg.imagebg.specialbg3 {
  width: 60%;
  max-height: 20rem;
  left: 40%;
}

.bg.gradient3 {
  background-image: linear-gradient(#fafaf8, #0000);
  background-image: linear-gradient(77deg, var(--background) 45%, transparent 90%);
  height: 100%;
  max-height: 28.5rem;
  overflow: hidden;
}

.bg.gradient4 {
  background-image: linear-gradient(5deg, var(--background) 27%, transparent 48%);
  max-height: 28.5rem;
}

.bg.herobgg {
  z-index: 1;
  transform-origin: 50% 0;
  background-color: #f6efef17;
  background-image: linear-gradient(#8f51522b 45%, #0000);
}

.bg.gradient1 {
  background-image: linear-gradient(to top, var(--background) 5%, transparent 21%);
  width: 100%;
  height: 105%;
}

.bg.gradient2 {
  background-image: linear-gradient(80deg, var(--background) 40%, transparent 71%);
  width: 100%;
  height: 100%;
}

.bg.gradient5 {
  background-image: linear-gradient(77deg, var(--background) 45%, transparent 90%);
  max-height: 20rem;
}

.bg.gradient6 {
  background-image: linear-gradient(5deg, var(--background) 26%, transparent 48%);
  max-height: 20.5rem;
}

.button {
  background-color: var(--crimson);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  padding: .75rem 1.45rem .625rem;
  font-weight: 400;
  transition: color .4s ease-in, background-color .425s ease-out;
}

.button:hover {
  background-color: var(--firebrick);
  color: var(--white);
}

.button.navutton {
  padding-left: 1.07rem;
  padding-right: 1.07rem;
  font-size: 1.2vw;
  line-height: 1.2;
}

.button.navutton:hover {
  background-color: var(--midnight-blue);
}

.button.dc1 {
  background-color: var(--midnight-blue-2);
}

.button.dc1:hover {
  background-color: var(--midnight-blue);
}

.button.lefta {
  align-self: flex-start;
}

.tripformwrapper {
  z-index: 5;
  background-color: var(--white);
  box-shadow: 0 5px 30px 0 var(--shadow);
  border-radius: .8rem;
  flex-direction: column;
  width: 87vw;
  max-width: 92rem;
  margin-top: -2.625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.7rem 1.875rem;
  display: flex;
  position: relative;
}

.cardblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  backface-visibility: hidden;
  perspective: 1000px;
  background-image: linear-gradient(#e62332, #f05526);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start center;
  padding-bottom: 30px;
  display: grid;
  position: relative;
  overflow: visible;
  box-shadow: 0 14px 30px 5px #04102812;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 50vw;
  min-width: 100%;
  max-width: 650px;
  height: 27vw;
  max-height: 320px;
}

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

.div-block-10 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.logo {
  transform-origin: 50% 100%;
  object-fit: contain;
  height: 100%;
  margin-bottom: 15%;
}

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

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

.navbarlink.w--current {
  color: var(--midnight-blue);
  font-weight: 900;
}

.dropdown-list {
  background-color: #0000;
  inset: 100% auto auto;
}

.dropdown-list.w--open {
  background-color: #0000;
  display: block;
  position: absolute;
}

.nav-container {
  box-shadow: 0 5px 15px 0 var(--shadow);
  background-color: #fff;
  border-radius: .8rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  height: 100%;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
}

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

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

.bg-2.navbarlinkicon {
  transform-origin: 0%;
  width: 25px;
  max-width: none;
  height: 25px;
  display: none;
  inset: -5px auto auto -13px;
}

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

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

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

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

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

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

.navbarlinkwrapper {
  margin-top: .2rem;
  position: relative;
}

.servicec {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fcfdff;
  background-color: #2437479c;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: stretch center;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

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

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

.div-block-2-copy.special {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.div-block-28._2nd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

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

.servicecard {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: var(--white);
  box-shadow: 0 7px 15px 0 var(--shadow);
  backface-visibility: hidden;
  perspective: 1000px;
  border-radius: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start center;
  min-width: 90%;
  padding-bottom: 1.875rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

.div-block-33 {
  background-color: var(--background);
  box-shadow: 0 0 10px 0 var(--shadow);
  border-radius: 5px;
  width: 5rem;
  height: 5rem;
  padding: .6rem;
  position: relative;
  overflow: hidden;
}

.image-8 {
  object-fit: contain;
  background-image: url('../images/icon_logosymbol_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.list-item-2 {
  font-size: 1.07rem;
  line-height: 1.4;
}

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

.list-2._1col {
  grid-column-gap: 2.1875rem;
  grid-template-columns: 1fr;
}

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

.formwopadding.speical {
  margin-top: -1.5rem;
}

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

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

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

.herorowtext {
  color: var(--snow);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 -1px 6px black, 0 0 20px var(--black);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.herorowtext.first {
  letter-spacing: .1rem;
  text-transform: none;
  font-weight: 700;
}

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

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

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

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  margin-top: 6.5rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.homes1 {
  position: relative;
}

.paragraph {
  color: var(--light-pink);
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 0;
  font-size: 1.375rem;
}

.paragraph.slidertext {
  text-align: right;
  max-width: 8rem;
}

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

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

.herotitle {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px var(--black);
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

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

.dropdown-list-wrapper {
  border-top: 3px solid var(--firebrick);
  background-color: var(--white);
  box-shadow: 0 10px 20px -15px var(--shadow);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: .625rem;
  padding: .625rem .75rem;
  display: flex;
}

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

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

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

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

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

.link {
  color: var(--slate-grey);
  border-left: 3px solid #0000;
  flex: none;
  padding-top: .3rem;
  padding-bottom: .3rem;
  font-size: .95rem;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.link.w--current {
  border-left-style: solid;
  border-left-color: var(--firebrick);
  color: var(--firebrick);
}

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

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

.flex.cc {
  display: none;
}

.icon {
  object-fit: contain;
  flex: none;
  width: 1.5625rem;
  max-width: none;
  height: 1.5625rem;
  margin-right: .75rem;
}

.icon.titlw {
  opacity: 0;
}

.icon.special {
  padding: 2px 3px;
}

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

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

.text-block-8.close {
  color: var(--slate-grey);
}

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

.sidebarlink {
  padding-top: 2px;
}

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

.iframecode.hide {
  display: block;
}

.jobwrapper {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: -3rem;
  display: flex;
  position: relative;
}

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

.stickycontent {
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-top: 1.5625rem;
  display: flex;
  position: sticky;
  top: 231px;
}

.stickybgwrapper {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.topicon {
  height: 3.75rem;
}

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

.paragraph-copy.first {
  margin-top: 0;
}

.paragraph-copy.special1 {
  margin-top: 1.5rem;
}

.div-block-48 {
  z-index: 2;
  background-color: var(--white-smoke);
  box-shadow: 0 0 20px -10px var(--shadow);
  border-radius: .5rem;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  padding: 3.25rem 3.75rem 3.75rem;
  display: flex;
  position: relative;
}

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

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

.tiitle_l {
  color: var(--crimson);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.4;
}

.tiitle_l.special1 {
  color: #d8440e;
}

.paragraph-2 {
  width: 75%;
  margin-top: .625rem;
  margin-bottom: 1rem;
}

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

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

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

.footerparagraph.last {
  margin-top: 10px;
  line-height: 1.5;
}

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

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

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

.container-3 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container-3.footercontainer {
  z-index: 3;
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-items: start center;
  max-width: none;
  padding-left: 8vw;
  padding-right: 8vw;
  display: grid;
  position: relative;
}

.footer {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
}

.footwrapper {
  background-color: var(--snow);
  padding-top: 3.5rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.footertitle {
  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: center;
  margin-top: 0;
  padding-top: .1875rem;
  padding-bottom: .1875rem;
  line-height: 1;
  display: flex;
}

.footermenu {
  color: var(--midnight-blue-2);
  border-bottom: 1px #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .1875rem;
  padding-bottom: .1875rem;
  font-size: 1.07rem;
  line-height: 1.3;
  text-decoration: none;
  transition: color .3s;
}

.footermenu:hover {
  color: var(--slate-grey);
}

.footermenu.nowrap {
  white-space: nowrap;
}

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

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

.gallery-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.gallery-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: none;
  height: 105%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gallery-image.p1 {
  filter: brightness(50%);
}

.display-none {
  display: none;
}

.sub-footer-2 {
  z-index: 4;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .9375rem 8% .875rem;
  position: relative;
}

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

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

.link-7 {
  color: var(--midnight-blue-2);
  text-decoration: none;
  transition: color .35s;
}

.link-7:hover {
  color: var(--crimson);
  text-decoration: underline;
}

.footerdivider {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: .5rem;
}

.div-block-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.8125rem;
  display: grid;
  position: relative;
}

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

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

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

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

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

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

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

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

.div-block-70 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: .625rem;
  display: grid;
}

.slider {
  background-color: #0000;
  justify-content: center;
  max-width: 8rem;
  height: auto;
  margin-right: .4rem;
}

.slide {
  width: 100%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.homeserviceswrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  margin-top: 1.5rem;
  transition: background-color .2s;
  display: grid;
  position: relative;
}

.reflection {
  z-index: -10;
  filter: blur(30px);
  transform-origin: 50% 100%;
  object-fit: cover;
  border-radius: .8rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% 0%;
  transform: perspective(1000px)scale(.9);
}

.floating-profile {
  z-index: 2;
  background-color: var(--background);
  object-fit: contain;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  padding: .4rem;
  transition: transform .2s, filter .2s;
  position: absolute;
  bottom: -1.5625rem;
  left: 2.5rem;
  box-shadow: 0 1px 2px #011d2612;
}

.floating-profile:hover {
  filter: brightness(110%);
  transform: translate(0, 3px);
}

.block-display {
  z-index: 10;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 21vw;
  transition: transform .2s ease-out, filter .2s ease-out;
  display: flex;
  position: relative;
}

.block-display:hover {
  filter: brightness(110%);
  transform: translate(0, 5px);
}

.title_s {
  letter-spacing: -.2px;
  cursor: pointer;
  margin-top: .4rem;
  font-size: .95rem;
  font-weight: 700;
}

.bookmark {
  z-index: 10;
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  inset: -6px 10px auto auto;
}

.whitemark {
  z-index: 10;
  position: absolute;
  top: 3px;
}

.cover {
  object-fit: cover;
  border-radius: .6rem;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
}

.cover.p1 {
  object-position: 50% 30%;
}

.block-cover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.block.hide {
  display: none;
}

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

.goldmark {
  z-index: 10;
  display: none;
  position: absolute;
  top: 3px;
}

.block-content {
  background-color: var(--snow);
  border-radius: 10px;
  min-height: 5.8125rem;
  margin-top: 1.25rem;
  padding: 1.3rem 1.3rem 1.25rem;
  transition: box-shadow .15s ease-out;
  box-shadow: 0 1px 2px #011d2612;
}

.block-content:hover {
  box-shadow: 0 10px 20px 0 var(--shadow);
}

.image-6 {
  object-fit: contain;
  width: 4.1rem;
  margin-right: 1.875rem;
}

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

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

.div-block-16 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.mapcontainer {
  grid-column-gap: 3.125rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  max-width: 110rem;
  padding-left: 8vw;
  padding-right: 8vw;
  display: grid;
  position: relative;
}

.listitem {
  color: #004562;
  min-width: 38%;
  margin-right: 3.125rem;
  font-size: 1.07rem;
}

.dropdowncontent, .paragraph-20 {
  margin-bottom: 1rem;
}

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

.link-6 {
  color: var(--link);
}

.dropdownwrapper {
  background-color: var(--white-smoke);
  box-shadow: 0 5px 10px -4px var(--shadow);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.dropdownwrapper.noshadow {
  box-shadow: none;
}

.title_m {
  color: var(--crimson);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4375rem;
  line-height: 1.4;
}

.title_m.dropdowntitle {
  text-align: left;
  align-items: center;
  min-height: 2.5rem;
  padding-top: .2rem;
  font-size: 1.25rem;
  display: flex;
}

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

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

.mapsection {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  position: relative;
  overflow: hidden;
}

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

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

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

.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: row;
  align-items: flex-end;
  display: flex;
}

.list_m {
  text-align: left;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: .625rem;
  padding-left: 1.25rem;
  display: flex;
}

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

.pagepadding {
  width: 100%;
  height: 7rem;
}

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

.section_l.special2 {
  padding-top: 0;
}

.paymenticon {
  object-fit: contain;
  border-radius: 3px;
  height: 1.8rem;
  margin-top: .5rem;
  margin-right: .35rem;
  overflow: hidden;
  box-shadow: 1px 1px 3px #031f2a26;
}

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

.dropdowniconwrapper-2 {
  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;
  box-shadow: 0 5px 20px -10px #41270338;
}

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

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

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

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

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

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

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

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

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

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

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

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

.arrow {
  display: inline-block;
}

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

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

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

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

.dropdowntitlewrapper {
  cursor: pointer;
  width: 100%;
  padding: .8rem 4.05rem .6rem 1.25rem;
}

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

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

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

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

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

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

.link-8 {
  color: var(--link);
}

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

.nowrap {
  white-space: nowrap;
}

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

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

.text-span-23 {
  color: var(--firebrick);
}

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

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

  .button.navutton {
    font-size: 17px;
  }

  .navbarlink {
    font-size: 18px;
  }

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

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

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

  .herotitle {
    font-size: 3rem;
  }

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

  .dropdownlink {
    font-size: 17px;
  }

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

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

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

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

  .bg.imagebg.specialbg2 {
    width: 80%;
    max-height: 40rem;
    left: 20%;
  }

  .bg.imagebg.specialbg3 {
    max-height: 35rem;
  }

  .bg.gradient3 {
    background-image: linear-gradient(77deg, var(--background) 28%, transparent 90%);
    max-height: 40.5rem;
  }

  .bg.gradient4 {
    max-height: 40.5rem;
  }

  .bg.gradient5, .bg.gradient6 {
    max-height: 35.5rem;
  }

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

  .button.navutton {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.55rem;
    line-height: 1.5;
  }

  .tripformwrapper {
    padding: 2.43rem 2.375rem;
  }

  .navbarlink {
    font-size: 1.6rem;
  }

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

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

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

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

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

  .servicecard {
    padding-bottom: 2.5rem;
  }

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

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

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

  .formwopadding {
    margin-bottom: 5rem;
  }

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

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

  .paragraph {
    font-size: 1.9rem;
  }

  .paragraph.slidertext {
    max-width: 11rem;
  }

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

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

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

  .servicewrapper {
    grid-template-columns: 25rem 1fr;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.5rem;
  }

  .flex {
    padding-left: .7rem;
  }

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

  .icon {
    width: 2.3rem;
    height: 2.3rem;
    margin-right: .95rem;
  }

  .topicon {
    height: 6rem;
  }

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

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

  .tiitle_l {
    font-size: 2.5rem;
  }

  .title_xl {
    font-size: 3rem;
  }

  .footerparagraph {
    font-size: 1.6rem;
  }

  .footer_icon {
    width: 1.6rem;
    height: 1.6rem;
  }

  .footwrapper {
    padding-top: 5rem;
  }

  .footertitle {
    font-size: 2.7rem;
  }

  .footermenu {
    font-size: 1.6rem;
  }

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

  .footerdivider {
    margin-top: 2rem;
  }

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

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

  .slider {
    max-width: 11rem;
  }

  .homeserviceswrapper {
    margin-top: 2rem;
  }

  .floating-profile {
    width: 5.3rem;
    padding: .7rem;
    bottom: -2.4rem;
  }

  .title_s {
    margin-top: .5rem;
    margin-bottom: .2rem;
    font-size: 1.3rem;
  }

  .block-content {
    margin-top: 1.9rem;
    padding: 1.5rem;
  }

  .image-6 {
    width: 5.5rem;
  }

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

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

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

  .listitem {
    font-size: 1.5rem;
  }

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

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

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

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

  .mapsection {
    padding-bottom: 8.3rem;
  }

  .mapwrapper {
    max-width: 35rem;
  }

  .div-block-84 {
    margin-top: 3.475rem;
  }

  .pagepadding {
    height: 10rem;
  }

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

  .paymenticon {
    height: 2.2rem;
  }

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

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

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

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

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

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

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

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

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

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

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

  .para_m {
    font-size: 1.5rem;
  }

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

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

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

  .bg.gradient3 {
    background-image: linear-gradient(97deg, var(--background) 40%, transparent 75%);
  }

  .bg.gradient4 {
    background-image: linear-gradient(8deg, var(--background) 20%, transparent 72%);
    display: block;
  }

  .bg.gradient1 {
    background-image: linear-gradient(8deg, #fff 17%, #0000 61%);
    display: block;
  }

  .bg.gradient2 {
    background-image: linear-gradient(80deg, var(--background) 43%, transparent 71%);
  }

  .bg.gradient5 {
    background-image: linear-gradient(97deg, var(--background) 40%, transparent 75%);
  }

  .bg.gradient6 {
    background-image: linear-gradient(8deg, var(--background) 20%, transparent 72%);
    display: block;
  }

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

  .button.navutton {
    background-image: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.06rem;
  }

  .cardblock {
    padding-top: 30px;
    box-shadow: -6px 3px 15px #04102812;
  }

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

  .navmenu {
    z-index: 50;
    border-top: 3px solid var(--midnight-blue);
    background-color: var(--white);
    box-shadow: 0 15px 20px -15px var(--shadow);
    border-bottom-right-radius: .8rem;
    border-bottom-left-radius: .8rem;
    width: auto;
    max-width: 80vw;
    height: auto;
    max-height: 80vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
    position: absolute;
    overflow: hidden;
  }

  .div-block-10 {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .navbarlink {
    text-align: center;
    font-size: 17px;
  }

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

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

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

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

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

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

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

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

  .navbarlinkwrapper {
    flex: none;
  }

  .certified {
    margin-top: 0;
  }

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

  .paragraph-10 {
    margin-bottom: 33px;
  }

  .servicecard {
    box-shadow: -6px 3px 15px #04102812;
  }

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

  .div-block-2 {
    margin-top: 6.25rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

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

  .dropdown-list-wrapper {
    box-shadow: none;
    border-top-style: none;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: .2rem;
    padding-bottom: 0;
  }

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

  .dropdownlink {
    text-align: center;
    flex: 1;
    padding-top: .3rem;
    padding-bottom: .25rem;
    font-size: 16px;
  }

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

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

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

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

  .sidebar {
    background-color: var(--snow);
    width: 20rem;
    margin-right: 0;
    padding-bottom: 1rem;
  }

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

  .div-block-45 {
    z-index: 2;
    background-color: var(--snow);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

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

  .jobwrapper {
    width: 100%;
    margin-top: -3.3125rem;
  }

  .stickycontent {
    top: 215px;
  }

  .stickybgwrapper {
    height: 37.5rem;
  }

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

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

  .footerparagraph {
    font-size: 17px;
  }

  .container-3.footercontainer {
    grid-row-gap: 2rem;
    grid-template-columns: .7fr 1fr;
    justify-items: start;
  }

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

  .footertitle {
    margin-top: 0;
  }

  .footeritemwrapper {
    min-width: 30vw;
    margin-right: 5vw;
  }

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

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

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

  .nav-menu-button {
    color: #fff;
    padding: 0;
    font-size: 30px;
    transition: background-color .3s, transform .3s;
  }

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

  .nav-menu-button.w--open {
    background-color: #0000;
  }

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

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

  .homeserviceswrapper {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .block-display {
    height: 30vw;
  }

  .block {
    max-width: 450px;
  }

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

  .div-block-87 {
    display: block;
  }

  .mapwrapper {
    width: 50vw;
    max-width: 23rem;
  }

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

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

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

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

  .socialmediawrapper {
    margin-top: 1rem;
  }

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

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

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

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

  .nav-link-drop-down.dropdown {
    background-color: #0000;
  }

  .bg.imagebg.specialbg2 {
    opacity: .65;
    width: 100%;
    left: 0%;
  }

  .bg.imagebg.specialbg1 {
    opacity: .75;
    object-position: 50% 50%;
    width: 100%;
    left: 0%;
  }

  .bg.imagebg.specialbg3 {
    opacity: .65;
    width: 100%;
    left: 0%;
  }

  .bg.gradient3 {
    height: 80vh;
    display: none;
  }

  .bg.gradient1 {
    background-image: linear-gradient(8deg, #fff 17%, #0000 61%);
  }

  .bg.gradient2 {
    background-image: linear-gradient(#f6efef6e, #0000);
  }

  .bg.gradient5 {
    display: none;
  }

  .tripformwrapper {
    width: 93vw;
    padding: 1.3rem 1rem;
  }

  .image-3 {
    height: 40vw;
  }

  .navmenu {
    flex-direction: row;
    align-items: stretch;
    max-width: 88vw;
    max-height: 70vh;
  }

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

  .nav-container {
    padding-left: 3vw;
    padding-right: 2.5vw;
  }

  .navbar {
    height: 4.6875rem;
  }

  .brand {
    padding-left: 0;
  }

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

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

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

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

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

  .formwopadding {
    width: 94vw;
    max-width: none;
  }

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

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

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

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

  .herotitle {
    font-size: 2.6rem;
  }

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

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

  .servicewrapper {
    padding-bottom: 3.125rem;
  }

  .sidebar {
    top: 10.25rem;
  }

  .jobwrapper {
    margin-top: -3rem;
  }

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

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

  .paragraph-copy.first {
    margin-top: .65rem;
    margin-bottom: .3rem;
  }

  .div-block-48 {
    width: 105%;
    max-width: 95vw;
  }

  .tiitle_l {
    font-size: 1.4rem;
  }

  .paragraph-2 {
    width: 100%;
  }

  .title_xl {
    font-size: 1.75rem;
  }

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

  .footerlink {
    font-size: 17px;
  }

  .footertitle {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }

  .footermenu.nowrap {
    white-space: normal;
  }

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

  .subfooterwrapper-2 {
    height: auto;
  }

  .subfootertext-2 {
    flex: 1;
  }

  .footerdivider {
    margin-top: 0;
  }

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

  .div-block-70 {
    grid-column-gap: 5px;
    grid-template-columns: auto;
  }

  .slider {
    display: none;
  }

  .homeserviceswrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .block-display {
    height: 45vw;
    max-height: 250px;
  }

  .block-content {
    min-height: 0;
  }

  .image-6 {
    width: 3.8rem;
    margin-right: 1.2rem;
  }

  .mapcontainer {
    grid-row-gap: 20px;
  }

  .listitem {
    min-width: 42%;
    font-size: 1rem;
  }

  .title_m {
    font-size: 1.3rem;
  }

  .title_m.dropdowntitle {
    font-size: 1.15rem;
  }

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

  .mapwrapper {
    width: 80%;
    max-width: 18rem;
    margin-bottom: .625rem;
  }

  .pagepadding {
    height: 6.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .container {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .bg.gradient1 {
    max-height: 400px;
  }

  .tripformwrapper {
    margin-top: -2.525rem;
  }

  .cardblock {
    padding-bottom: 15px;
  }

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

  .navmenu {
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
    max-width: 95vw;
    max-height: 85vh;
  }

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

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

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

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

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

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

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

  .servicecard {
    width: 100%;
    max-width: none;
    padding-bottom: 15px;
  }

  .div-block-32 {
    width: 90%;
  }

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

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

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

  .formwopadding {
    width: 100vw;
    margin-bottom: 0;
  }

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

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

  .herorowtext {
    margin-top: .1875rem;
    margin-bottom: .1875rem;
  }

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

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

  .paragraph {
    font-size: 1.15rem;
  }

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

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

  .image-10 {
    width: 60px;
  }

  .herotitle {
    font-size: 2.2rem;
  }

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

  .dropdownlink {
    white-space: normal;
  }

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

  .link {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .sidebarlink {
    font-size: 14px;
  }

  .div-block-45 {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0%;
  }

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

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

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

  .stickybgwrapper {
    height: 25rem;
  }

  .div-block-48 {
    margin-top: 1.875rem;
    margin-bottom: 2.2rem;
    padding-bottom: 2.35rem;
    padding-left: 1.45rem;
    padding-right: 1.45rem;
  }

  .tiitle_l {
    font-size: 1.35rem;
  }

  .title_xl {
    font-size: 1.6rem;
  }

  .footerparagraph {
    font-size: 16px;
  }

  .footerparagraph.last {
    margin-top: 5px;
  }

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

  .footerlink {
    font-size: 16px;
  }

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

  .container-3.footercontainer {
    grid-template-columns: 1fr;
    padding-left: 10vw;
    padding-right: 10vw;
  }

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

  .footwrapper {
    padding-top: 12vw;
  }

  .footertitle {
    margin-bottom: 5px;
  }

  .footeritemwrapper {
    margin-right: 0;
    font-size: 16px;
  }

  .footermenu {
    font-size: 16px;
  }

  .div-block-64 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
  }

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

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

  .subfooterwrapper-2 {
    height: auto;
  }

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

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

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

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

  .reflection {
    top: -.5rem;
    transform: perspective(1000px)scale(.8);
  }

  .floating-profile {
    width: 3.2rem;
    bottom: -1.3rem;
    left: 1.5625rem;
  }

  .block-display:hover {
    transform: translate(0, 3px);
  }

  .block-content {
    margin-top: 1rem;
    padding: 1rem .85rem .85rem;
  }

  .image-6 {
    width: auto;
    height: 4rem;
    margin-bottom: .625rem;
    margin-right: 0;
  }

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

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

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

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

  .listitem {
    font-size: 1rem;
  }

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

  .dropdowniconwrapper {
    top: .45rem;
  }

  .title_m {
    font-size: 1.25rem;
  }

  .title_m.dropdowntitle {
    padding-top: .1rem;
  }

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

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

  .div-block-84 {
    grid-row-gap: 15px;
  }

  .pagepadding {
    height: 5.7rem;
  }

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

  .section_l.special1 {
    padding-bottom: 0;
  }

  .paymenticon {
    height: 1.6875rem;
  }

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

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

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

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

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

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

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

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

  .socialmediawrapper {
    margin-top: .7rem;
  }

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

  .div-block-5 {
    width: 100vw;
  }

  .para_m {
    font-size: 1rem;
  }

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

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

#w-node-f71ce68d-fdb7-f1fd-f982-bdd8dc45019c-7e7b28a6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f71ce68d-fdb7-f1fd-f982-bdd8dc45019f-7e7b28a6 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-f71ce68d-fdb7-f1fd-f982-bdd8dc4501d8-7e7b28a6 {
  justify-self: start;
}

#w-node-f71ce68d-fdb7-f1fd-f982-bdd8dc4501e1-7e7b28a6 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_7cf3253c-838c-74f8-937e-2a6205e10217-7e7b28a6 {
  justify-self: start;
}

#w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b040-de35b03d {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b04d-de35b03d {
  grid-area: 1 / 2 / 2 / 3;
}

#contact.w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b056-de35b03d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b06f-de35b03d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_9469fd86-d7e9-7614-b728-19aab859b3a3-de35b03d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_030bf6f5-9697-f402-a9bf-dfe910b942e0-a9505676, #w-node-_720b95d6-e610-0d19-c21f-4fa792d59673-a9505676 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_528d2991-dc05-3424-afa9-a3cd44aad7c2-7e7b28a6 {
    order: -9999;
  }

  #w-node-f71ce68d-fdb7-f1fd-f982-bdd8dc45019c-7e7b28a6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f71ce68d-fdb7-f1fd-f982-bdd8dc45019f-7e7b28a6 {
    grid-row: 3 / 4;
  }

  #w-node-f71ce68d-fdb7-f1fd-f982-bdd8dc4501d8-7e7b28a6 {
    grid-column: span 1 / span 1;
    justify-self: start;
  }

  #w-node-f71ce68d-fdb7-f1fd-f982-bdd8dc4501e1-7e7b28a6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7cf3253c-838c-74f8-937e-2a6205e10217-7e7b28a6 {
    justify-self: center;
  }

  #w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b040-de35b03d {
    grid-row: 2 / 3;
    justify-self: auto;
  }

  #w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b04d-de35b03d {
    grid-row: 2 / 3;
    align-self: auto;
  }

  #contact.w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b056-de35b03d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b06f-de35b03d, #w-node-_9469fd86-d7e9-7614-b728-19aab859b3a3-de35b03d {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_708417da-6846-8026-2689-8d0bd6284e9b-2e7b28ab, #w-node-_708417da-6846-8026-2689-8d0bd6284e99-2e7b28ab, #w-node-_48a800f4-72b3-ed6a-880e-ddc1d6dcc411-1d111c25, #w-node-_48a800f4-72b3-ed6a-880e-ddc1d6dcc408-1d111c25, #w-node-_5cc68d8a-0b59-4005-e2c2-21c479b3a059-1d111c25 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b04d-de35b03d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #contact.w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b056-de35b03d {
    grid-column-end: 2;
  }

  #w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b06f-de35b03d, #w-node-_9469fd86-d7e9-7614-b728-19aab859b3a3-de35b03d {
    grid-column: span 1 / span 1;
  }

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

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

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


