.navbarlinkwrapper {
  position: relative;
}

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

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

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

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

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

.dropdownlink:hover {
  background-color: #3f6fb8;
  color: #fff;
}

.dropdownlink.w--current {
  color: #06263f;
}

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

.text-block-5 {
  position: relative;
  white-space: nowrap;
}

.new-item-wrapper {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-item-wrapper.main {
  display: none;
  margin-left: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: relative;
  height: 110%;
  margin-bottom: 30%;
  -webkit-transition: -webkit-filter 250ms ease-out;
  transition: -webkit-filter 250ms ease-out;
  transition: filter 250ms ease-out;
  transition: filter 250ms ease-out, -webkit-filter 250ms ease-out;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo:hover {
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

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

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

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

.bg.image.special1 {
  -o-object-position: 50% 60%;
  object-position: 50% 60%;
}

.bg.blackgs {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), color-stop(21%, transparent), color-stop(45%, rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0.46)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 21%, rgba(0, 0, 0, 0.03) 45%, rgba(0, 0, 0, 0.46));
}

.bg.herobgg {
  background-color: rgba(8, 15, 22, 0.49);
}

.bg.herotextbg {
  position: relative;
  width: 300%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#3a88fe), color-stop(25%, #4ce25b), color-stop(50%, #e337fd), color-stop(75%, #ff4d50), color-stop(101%, #3a88fe));
  background-image: linear-gradient(90deg, #3a88fe, #4ce25b 25%, #e337fd 50%, #ff4d50 75%, #3a88fe 101%);
}

.bg.sectionbg {
  width: 100%;
  height: 100%;
  background-image: url('../images/d1.png');
  background-position: 90% 50%;
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.17;
}

.header-arrow {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
}

.button {
  position: relative;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: #04146d;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button.navbutton {
  overflow: hidden;
  margin-right: 0px;
  padding-right: 17px;
  padding-left: 17px;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

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

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 35px;
  right: 0%;
  bottom: auto;
  z-index: 50;
  width: 93%;
  height: 80px;
  max-width: 93%;
  min-width: 93%;
  margin-right: auto;
  margin-bottom: -80px;
  margin-left: auto;
  background-color: transparent;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: height 300ms ease, background-color 300ms ease;
  transition: height 300ms ease, background-color 300ms ease;
}

.dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

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

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

.navbarlink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #21549b;
  font-size: 1.35vw;
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.navbarlink:hover {
  color: #000;
}

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

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

.navcontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 10px 70px -20px rgba(16, 27, 34, 0.27);
}

.dropdown-list {
  top: 100%;
  background-color: transparent;
  box-shadow: 0 10px 20px 0 rgba(16, 27, 34, 0.06);
}

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

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

.pagewrapper {
  overflow: hidden;
}

.pagewrapper.nooverflow {
  overflow: visible;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88vw;
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.footercontainer {
  width: 88vw;
}

.container.heroc {
  width: 90%;
  max-width: none;
  min-height: 95vh;
  padding: 206px 50px 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navtop {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-45 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navtopitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navtopimage {
  width: 18px;
  margin-right: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navtoplinks {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

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

.mainbutton.dc1 {
  background-color: #79b916;
}

.button-text {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.background-circle-button {
  position: absolute;
  top: auto;
  right: 0px;
  z-index: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.25);
}

.background-circle-button-small {
  position: absolute;
  top: auto;
  right: 25px;
  z-index: 1;
  width: 0px;
  height: 0px;
  border-radius: 10000px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.fontawesome-container-button {
  position: absolute;
  top: auto;
  right: 15px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.fontawesome-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.confirmed-state {
  position: absolute;
  left: -100%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #49dc80;
}

.fontawesome-button-check {
  opacity: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.body {
  background-color: #fffcfc;
  font-family: 'DM Sans', sans-serif;
  color: #394141;
  font-size: 17px;
  line-height: 1.55;
}

._38_28 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 38px;
  line-height: 1.3;
  text-align: center;
}

._38_28.left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

._38_28.left.topttitle {
  color: #fff;
  line-height: 1.2;
}

._38_28.left.topttitle.dc1 {
  color: #000;
}

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

._38_28.wmargin {
  margin-top: 250px;
  color: #fff;
  text-align: left;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  padding-top: 55px;
  padding-bottom: 10px;
  background-color: #d5e6f7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(71%, transparent), to(rgba(121, 168, 124, 0.15)));
  background-image: linear-gradient(180deg, transparent 71%, rgba(121, 168, 124, 0.15));
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.link-4:hover {
  color: #21549b;
  text-decoration: underline;
}

.footerlink {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #394141;
  text-decoration: none;
}

.footerlink:hover {
  color: #4a7a00;
}

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

.footeritemwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footerparagraph {
  margin-bottom: 7px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 1.3;
}

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

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

.div-block-35 {
  margin-top: 15px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footertitle {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #21549b;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Red Hat Text', sans-serif;
  color: #21549b;
  line-height: 1.3;
  text-decoration: none;
}

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

.paymenticon {
  overflow: hidden;
  height: 28px;
  margin-top: 3px;
  margin-right: 5px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  -o-object-fit: contain;
  object-fit: contain;
}

.subfooterwrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88vw;
  max-width: 1450px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #21549b;
  color: #394141;
  line-height: 1.4;
  text-align: center;
}

.footermenu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px none #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #394141;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

.footermenu:hover {
  color: #4a7a00;
}

.footermenu.first {
  padding-top: 0px;
}

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

.subfootertext {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

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

.div-block-53 {
  display: -ms-grid;
  display: grid;
  width: 50%;
  margin-top: 7px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footertite {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/logo.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'Red Hat Text', sans-serif;
  color: transparent;
  font-size: 45px;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

.div-block-54 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.backtop {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  z-index: 30;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  background-color: #252525;
  background-image: url('../images/arrow_4.png');
  background-position: 50% 52%;
  background-size: auto 40%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.36);
  -webkit-transition: background-position 350ms ease;
  transition: background-position 350ms ease;
}

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

.list-item {
  list-style-type: square;
}

._5070_3240 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92vw;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-6 {
  margin-bottom: 25px;
  font-weight: 700;
}

.list {
  padding-left: 20px;
}

.div-block-21 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.div-block-56 {
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  margin-top: -295px;
  padding: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(148, 230, 24, 0.8)), color-stop(45%, #56a381), to(#2973cd));
  background-image: linear-gradient(180deg, rgba(148, 230, 24, 0.8), #56a381 45%, #2973cd);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  color: #fff;
}

.link-5 {
  padding-left: 35px;
  background-image: url('../images/d5.png'), url('../images/car.png');
  background-position: 0px 0px, 0% 5px;
  background-size: auto 12px, auto 11px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: padding 500ms ease, background-position 300ms ease;
  transition: padding 500ms ease, background-position 300ms ease;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
}

.link-5:hover {
  background-image: url('../images/d4.png'), url('../images/car.png');
  background-position: 10px 0px, 0% 5px;
  background-size: auto 12px, auto 11px;
  background-repeat: no-repeat, no-repeat;
}

.div-block-57 {
  display: -ms-grid;
  display: grid;
  margin-top: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-7 {
  margin-top: 20px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.86);
  font-size: 16px;
  line-height: 1.45;
  font-style: italic;
  letter-spacing: -0.5px;
}

.toptitlewraper {
  position: relative;
  display: block;
  padding-top: 200px;
  padding-bottom: 40px;
}

.toptitlewraper.service {
  padding-left: 330px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.topsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5e6f7), to(#ecf3e2));
  background-image: linear-gradient(180deg, #d5e6f7, #ecf3e2);
}

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

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

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

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

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

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

.bg-3.pricing {
  border-style: solid;
  border-width: 10px;
  border-color: #d0eea1;
  background-color: #fff;
  box-shadow: none;
}

.paragraph-18 {
  margin-bottom: 5px;
  font-size: 16px;
}

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

.pricingtitle {
  z-index: 1;
  margin-top: 32px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Bebas Neue', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
}

.ratesection {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #fff;
}

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

.feewrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

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

.pricingtab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 10px 20px 0 rgba(16, 27, 34, 0.08);
}

.tripformwrapper-2 {
  width: 90vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

._34_28 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 34px;
  line-height: 1.6;
  text-align: center;
}

._34_28.incident {
  color: #e22900;
}

.paragraph-22 {
  margin-top: 10px;
  font-weight: 700;
}

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

.mapsection {
  padding-top: 60px;
  padding-bottom: 70px;
}

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

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

.list-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-23 {
  margin-bottom: 20px;
  text-align: left;
}

.list-item-2 {
  min-width: 28%;
  margin-right: 30px;
  margin-bottom: 0px;
}

.footerpt {
  display: inline-block;
  margin-bottom: 3px;
  font-weight: 700;
}

.paragraph-18-copy {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 15px;
}

.heros {
  position: relative;
  z-index: 10;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heroheading {
  max-width: 80%;
  margin-top: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
}

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

.div-block-62 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #000;
}

.tabwrapper {
  position: relative;
  width: 100%;
}

.tabtitlewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabtitle {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tabarrowwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabarrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.dividerwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider_1 {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.divider_3 {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #b6ff47;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.tabcontentwrapper {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(16, 27, 34, 0.07)));
  background-image: linear-gradient(180deg, transparent, rgba(16, 27, 34, 0.07));
}

.tabcontentp {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.4;
}

.tabcontentpadding {
  z-index: 10;
  width: 100%;
  padding: 18px 29px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-6 {
  color: #000;
  text-decoration: none;
}

.link-6:hover {
  color: #000;
}

._8080_7060 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-64 {
  display: -ms-grid;
  display: grid;
  width: 50%;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #edf5e0;
}

.div-block-65.bluec {
  background-color: #2973cd;
}

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

.heading-2.white {
  color: #fff;
}

.image-2 {
  width: 60px;
  height: 60px;
  margin-left: auto;
  padding: 5px;
  border-style: solid;
  border-width: 8px;
  border-color: hsla(0, 0%, 100%, 0.7);
  background-color: #d9f5af;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-2.bluec {
  border-color: hsla(0, 0%, 100%, 0.55);
  background-color: #d5e6f7;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-66.padding {
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 12px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 5%;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subtitlewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtitlewrapper.special {
  margin-top: 8px;
  margin-bottom: 0px;
}

.subtitleline {
  width: 37px;
  height: 1.5px;
  margin-right: 12px;
  background-color: #000;
}

._14_13 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-24 {
  margin-bottom: 15px;
  font-style: italic;
}

.servicescardwrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.postrow {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  z-index: 20;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.postwrapper {
  position: relative;
  overflow: hidden;
  width: 35vw;
  height: 100%;
}

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

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.postoverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 85px 45px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(75, 75, 75, 0.23);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.post-author-image {
  position: relative;
  z-index: 20;
  height: 45px;
  float: right;
  -o-object-fit: contain;
  object-fit: contain;
}

.postimage {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 90%;
  object-position: 50% 90%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 35px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.8);
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

._6070_4050 {
  padding-top: 60px;
  padding-bottom: 70px;
}

._6070_4050.db1 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #8db1dd;
}

._18_165 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.divider {
  width: 97%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: rgba(33, 84, 155, 0.29);
}

._28_22 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 1.2;
}

._28_22.special {
  text-align: center;
}

.paragraph-2 {
  margin-top: 7px;
  margin-bottom: 30px;
}

.text-block-7 {
  position: relative;
  z-index: 2;
  padding-top: 3px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.8px;
}

.link-7 {
  color: #000;
  text-decoration: none;
}

._32_26 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 1.2;
}

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

.tripsection {
  z-index: 5;
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #fff;
}

.formcontainer {
  z-index: 5;
  max-width: 90vw;
  background-color: #fff;
}


.paragraph-21 {
  margin-bottom: 0px;
  padding-top: 10px;
}

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

.container-6 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdowncontent {
  margin-top: 10px;
  margin-bottom: 10px;
}

.arrow {
  display: inline-block;
}

.paragraph-25 {
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: center;
}

.line-icon-2 {
  position: absolute;
  width: 3px;
  min-height: 18px;
  background-color: #4f555d;
}

.line-icon-1 {
  position: absolute;
  width: 18px;
  min-height: 3px;
  background-color: #4f555d;
}

.text-block-9 {
  margin-bottom: 3px;
  margin-left: 10px;
  color: #6c6c6c;
  font-weight: 500;
  white-space: normal;
}

.jobdescriptionwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 10px 20px -10px rgba(16, 27, 34, 0.08);
}

.paragraph-26 {
  margin-bottom: 15px;
  color: #282828;
  white-space: normal;
}

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

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

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

.jobsection {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 0px;
  background-color: #fff;
}

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

.jobapplyformwrapper {
  position: relative;
  z-index: 2;
  min-width: 80vw;
}

.jobwrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.h3.dropdowntitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-right: 55px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #282828;
  font-size: 22px;
}

.h3.dropdowntitle.small {
  font-size: 20px;
}

.jobcontent {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

.dropdowniconwrapper {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(31, 36, 50, 0.2);
  cursor: pointer;
}

._38_25 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #01011f;
  line-height: 1.3;
  text-align: center;
}

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

.paragraph-8 {
  margin-bottom: 0px;
  color: #6c6c6c;
  font-size: 16px;
}

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

.top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5e4), to(#e5e5df));
  background-image: linear-gradient(180deg, #f4f5e4, #e5e5df);
}

.sectiondivider {
  width: 88vw;
  height: 1px;
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e5e5df;
}

.navtopsection {
  position: relative;
  z-index: 50;
  width: 100vw;
  height: 150px;
  max-width: 100%;
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 35px;
  background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(0, 11, 29, 0.4);
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-container.navtopc {
  max-width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #21549b;
  text-decoration: none;
}

.image-3 {
  -o-object-fit: contain;
  object-fit: contain;
}

.navbaruttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 2vw;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2973cd;
  -webkit-transition: color 350ms ease, background-color 300ms ease;
  transition: color 350ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.navbaruttonwrapper:hover {
  background-color: #0e61df;
}

.text-block-6 {
  font-size: 1.4vw;
}

.div-block-73 {
  position: relative;
  margin-top: 20px;
}

.div-block-74 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-7._100vw {
  max-width: none;
  padding-right: 0vw;
  padding-left: 0vw;
}

.heading {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 450ms ease;
  transition: color 450ms ease;
  color: #fff;
  font-size: 45px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.heading:hover {
  color: #fff;
}

.heading.special {
  font-family: 'Red Hat Text', sans-serif;
}

.heading.special.blue {
  position: absolute;
  top: 100%;
  color: #3a88fe;
}

.heading.rp {
  padding-right: 10px;
  padding-left: 10px;
}

.heading.rightp {
  padding-right: 13px;
  padding-left: 13px;
}

._0_0 {
  position: relative;
  background-color: #06263f;
  background-image: url('../images/city_blur.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 114px 9vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

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

.bg-4.hoveroutg {
  left: auto;
  top: 0%;
  bottom: 0%;
  display: block;
  width: 140vw;
  height: 100%;
  margin-right: -40vw;
  background-color: rgba(2, 35, 100, 0.81);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.div-block-75 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  margin-top: 7px;
  color: #fff;
}

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

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

.div-block-79 {
  margin-bottom: 50px;
}

.paragraph-27 {
  margin-bottom: 0px;
}

.paragraph {
  margin-bottom: 7px;
}

.text-span-22 {
  display: inline-block;
  margin-top: 10px;
}

.symbol1 {
  display: inline-block;
  margin-right: 10px;
}

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

.paragraph-28.white {
  color: #fff;
}

.div-block-6 {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._6075_4060 {
  padding-top: 60px;
  padding-bottom: 75px;
}

.text-span-23 {
  display: inline-block;
  margin-right: 8px;
  padding-top: 3px;
  float: left;
  font-size: 50px;
  line-height: 0.8;
}

.text-span-24 {
  display: inline-block;
  margin-right: 8px;
  padding-top: 3px;
  float: left;
  color: #e22900;
  font-size: 55px;
  line-height: 0.8;
  font-weight: 700;
}

.arealist {
  position: relative;
  display: none;
  min-width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 10px 20px -10px rgba(16, 27, 34, 0.08);
}

.incidentsection {
  padding-top: 50px;
  background-color: #fff;
}

.blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 93%;
  height: 100%;
  -webkit-filter: blur(19px);
  filter: blur(19px);
}

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

.blur.image.special1 {
  -o-object-position: 50% 60%;
  object-position: 50% 60%;
}

.blur.blackgs {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), color-stop(21%, transparent), color-stop(45%, rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0.46)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 21%, rgba(0, 0, 0, 0.03) 45%, rgba(0, 0, 0, 0.46));
}

.blur.herobgg {
  background-color: rgba(8, 15, 22, 0.49);
}

.blur.herotextbg {
  position: relative;
  width: 300%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#3a88fe), color-stop(25%, #4ce25b), color-stop(50%, #e337fd), color-stop(75%, #ff4d50), color-stop(101%, #3a88fe));
  background-image: linear-gradient(90deg, #3a88fe, #4ce25b 25%, #e337fd 50%, #ff4d50 75%, #3a88fe 101%);
}

.blur.sectionbg {
  width: 100%;
  height: 100%;
  background-image: url('../images/d1.png');
  background-position: 90% 50%;
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.17;
}

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

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

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

  .navbarlink {
    font-size: 18px;
  }

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

  .mapsection {
    padding-bottom: 120px;
  }

  .mapcontainer {
    max-width: 75%;
  }

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

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

  .text-block-6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .navbuttonicons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    min-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

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

  .dropdownlink {
    padding: 3px 10px;
    color: #4f555d;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
  }

  .dropdownlink:hover {
    background-color: transparent;
    color: #000;
  }

  .dropdownlink.w--current {
    color: #4f555d;
  }

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

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

  .new-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .new-item-wrapper.main {
    margin-left: 0vw;
  }

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

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

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

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.navbutton {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f74d00;
  }

  .headernav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .dropdown-list-wrapper {
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: transparent;
  }

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

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

  .navbarlink.dropdpwn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-10 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

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

  .navmenu {
    overflow: hidden;
    width: 93%;
    height: auto;
    max-height: 80vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, 0.08), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
  }

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

  .container.heroc {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  ._38_28.left.topttitle {
    font-size: 32px;
  }

  ._38_28.wmargin {
    margin-top: 140px;
  }

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

  .div-block-52 {
    width: 100%;
    margin-right: 0px;
  }

  .div-block-35 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .div-block-53 {
    width: 100%;
    margin-top: 30px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-54 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    grid-column-gap: 35px;
  }

  .div-block-56 {
    width: 250px;
    margin-top: -316px;
    padding: 28px;
  }

  .toptitlewraper.service {
    padding-left: 285px;
  }

  .ratewrapper {
    margin-bottom: 20px;
  }

  .pricingtitle {
    font-size: 25px;
  }

  .feewrapper {
    grid-column-gap: 25px;
  }

  .mapsection {
    padding-bottom: 60px;
  }

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

  .list-copy {
    margin-bottom: 15px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heroheading {
    font-size: 50px;
  }

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

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

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

  .div-block-67 {
    width: 90%;
    margin-left: 0%;
    padding-bottom: 0px;
  }

  .subtitlewrapper.special {
    margin-top: 10px;
  }

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

  .postwrapper {
    width: 40vw;
  }

  .postoverlay {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  ._18_165 {
    font-size: 17px;
  }

  ._28_22 {
    font-size: 25px;
  }

  ._32_26 {
    font-size: 30px;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .jobcontentwrapper {
    padding-top: 0px;
  }

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

  .jobsection {
    padding-top: 50px;
  }

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

  .jobwrapper {
    width: 90%;
  }

  ._38_25 {
    font-size: 33px;
  }

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

  .navtopsection {
    display: none;
  }

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

  .text-block-6 {
    font-size: 17px;
  }

  .heading {
    font-size: 42px;
  }

  .link-block {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .bg-4.hoveroutg {
    display: none;
  }

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

  ._6075_4060 {
    padding-top: 52px;
  }

  .text-span-23 {
    padding-top: 4px;
  }

  .text-span-24 {
    padding-top: 4px;
  }

  .arealist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -2vw;
  }

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

  .incidentsection {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .dropdownlink {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 16px;
  }

  .new-item-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .brand {
    padding-left: 0px;
  }

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

  .headernav {
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .navbar {
    height: 70px;
    margin-bottom: -70px;
  }

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

  .navbarlink {
    font-size: 17px;
  }

  .navcontainer {
    padding-left: 15px;
  }

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

  .navmenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container.heroc {
    padding-top: 174px;
  }

  .navtopitem.hide {
    display: none;
  }

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

  ._38_28 {
    font-size: 31px;
  }

  ._38_28.left.topttitle {
    text-align: center;
  }

  ._38_28.wmargin {
    margin-bottom: 10px;
    text-align: center;
  }

  .div-block-48 {
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 40px;
  }

  .div-block-51 {
    max-width: 570px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-52 {
    width: 100%;
    margin-right: 0px;
  }

  .subfooterwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subfootertext.last {
    margin-top: 1px;
  }

  .footertite {
    font-size: 31px;
  }

  .backtop {
    right: 17px;
    bottom: 17px;
  }

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

  .paragraph-6 {
    text-shadow: none;
  }

  .list {
    margin-bottom: 15px;
  }

  .div-block-21 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .servicecontentwrapper {
    width: 95%;
  }

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

  .toptitlewraper {
    display: block;
    padding-top: 175px;
    padding-bottom: 30px;
  }

  .toptitlewraper.service {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .topsection {
    height: auto;
  }

  .divider-2 {
    height: 0.7px;
  }

  .ratewrapper {
    margin-top: 12px;
  }

  .paragraph-18 {
    margin-top: 5px;
  }

  .detailrates {
    padding-bottom: 30px;
  }

  .pricingtitle {
    font-size: 25px;
  }

  .ratesection {
    padding-top: 40px;
  }

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

  .pricingtab {
    max-width: 380px;
  }

  ._34_28 {
    font-size: 30px;
  }

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

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

  .paragraph-23 {
    margin-bottom: 15px;
  }

  .list-item-2 {
    min-width: 42%;
  }

  .paragraph-18-copy {
    margin-top: 5px;
  }

  .heroheading {
    max-width: 90%;
  }

  .div-block-62 {
    margin-top: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._8080_7060 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block-66 {
    margin-top: 12px;
  }

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

  .postrow {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .postwrapper {
    width: 100%;
    height: 50vw;
  }

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

  .postimage {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .div-block-68 {
    padding-right: 35px;
  }

  .div-block-69 {
    margin-top: 0px;
  }

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

  ._6070_4050.db1 {
    padding-top: 65px;
    padding-bottom: 80px;
  }

  ._18_165 {
    font-size: 16px;
  }

  ._28_22 {
    line-height: 1.3;
  }

  ._32_26 {
    font-size: 30px;
  }

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

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

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

  .container-6 {
    padding-right: 18px;
    padding-left: 18px;
  }

  .paragraph-25 {
    margin-bottom: 25px;
    padding-top: 5px;
  }

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

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

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

  .jobapplyformwrapper {
    min-width: 90vw;
  }

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

  .h3.dropdowntitle {
    margin-right: 50px;
  }

  .dropdowniconwrapper {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
  }

  ._38_25 {
    font-size: 28px;
  }

  .top {
    height: auto;
  }

  .navbaruttonwrapper {
    margin-left: 1.5vw;
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading {
    font-size: 38px;
  }

  .link-block {
    padding-top: 58px;
    padding-bottom: 58px;
    background-color: rgba(6, 38, 63, 0.62);
  }

  .paragraph {
    text-shadow: none;
  }

  ._6075_4060 {
    padding-bottom: 67px;
  }

  .blur.image {
    -o-object-position: 35% 50%;
    object-position: 35% 50%;
  }
}

@media screen and (max-width: 479px) {
  .dropdownlink {
    font-size: 15px;
    text-align: center;
    white-space: normal;
  }

  .new-item-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .new-item-wrapper.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .button.navbutton {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0px;
    background-color: #2973cd;
  }

  .button.navbutton:hover {
    background-color: #21549b;
  }

  .navbar {
    top: 30px;
    width: 90%;
    height: 60px;
    max-width: 90%;
    min-width: 90%;
    margin-bottom: -60px;
  }

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

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

  .div-block-10 {
    padding-top: 0px;
    padding-bottom: 20px;
  }

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

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

  .container {
    width: 85vw;
  }

  .container.heroc {
    width: 88%;
    padding-top: 158px;
  }

  .navtopcontainer {
    width: 90%;
  }

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

  .navtopitem.hide2 {
    display: none;
  }

  .body {
    font-size: 16.5px;
  }

  ._38_28 {
    font-size: 28px;
    line-height: 1.3;
  }

  ._38_28.left.topttitle {
    font-size: 26px;
  }

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

  ._38_28.wmargin {
    margin-top: 100px;
  }

  .footer {
    padding-top: 8vw;
  }

  .footerparagraph {
    margin-bottom: 9px;
    font-size: 15px;
  }

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

  .div-block-31 {
    padding-bottom: 0px;
  }

  .footertitle {
    font-size: 17px;
  }

  .paymenticon {
    max-width: 18vw;
  }

  .subfooterwrapper {
    height: auto;
    margin-top: 30px;
  }

  .footermenu {
    font-size: 15px;
  }

  .subfootertext {
    font-size: 13px;
  }

  .div-block-53 {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footertite {
    font-size: 28px;
    line-height: 1.3;
  }

  .backtop {
    width: 45px;
    height: 45px;
  }

  ._5070_3240 {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .list {
    margin-bottom: 0px;
  }

  .div-block-21 {
    grid-row-gap: 10px;
  }

  .toptitlewraper {
    padding-top: 142px;
    padding-bottom: 27px;
  }

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

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

  .pricingtitle {
    margin-top: 28px;
    font-size: 24px;
  }

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

  .feewrapper {
    justify-items: start;
  }

  .detailrate {
    font-size: 16px;
  }

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

  .pricingtab {
    margin-bottom: 5px;
  }

  .tripformwrapper-2 {
    width: 95vw;
  }

  ._34_28 {
    font-size: 28px;
    line-height: 1.3;
  }

  .paragraph-22 {
    margin-top: 20px;
  }

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

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

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

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

  .paragraph-18-copy {
    font-size: 14.5px;
  }

  .heroheading {
    font-size: 38px;
  }

  .div-block-62 {
    margin-top: 50px;
  }

  .tabtitlewrapper {
    margin-bottom: 8px;
  }

  .tabtitle {
    font-size: 15px;
  }

  ._8080_7060 {
    padding-bottom: 60px;
  }

  .div-block-64 {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 55px;
    height: 55px;
  }

  .postrow {
    left: 25px;
    right: 25px;
    bottom: 20px;
  }

  .postoverlay {
    padding: 71px 25px 25px;
  }

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

  .div-block-68 {
    padding: 26px;
  }

  .div-block-69 {
    margin-top: 0px;
  }

  ._6070_4050.db1 {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  ._18_165 {
    font-size: 16.5px;
  }

  ._28_22 {
    font-size: 22px;
  }

  ._28_22.special {
    text-align: left;
  }

  ._32_26 {
    font-size: 26px;
  }

  .formcontainer {
    max-width: 95vw;
  }

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

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

  .container-6 {
    padding-right: 11px;
    padding-left: 11px;
  }

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

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

  .text-block-9 {
    margin-left: 5px;
    font-size: 17px;
  }

  .jobdescriptionwrapper {
    padding-top: 7px;
    padding-bottom: 7px;
  }

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

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

  .jobsection {
    padding-top: 27px;
  }

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

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

  .h3.dropdowntitle {
    min-height: 40px;
    font-size: 20px;
  }

  .h3.dropdowntitle.small {
    font-size: 18px;
  }

  .dropdowniconwrapper {
    top: 7px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    box-shadow: 0 3px 10px 0 rgba(31, 36, 50, 0.2);
  }

  ._38_25 {
    font-size: 25px;
  }

  .nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbaruttonwrapper {
    display: none;
  }

  .heading {
    font-size: 35px;
  }

  .heading.rp {
    padding-right: 5px;
    padding-left: 5px;
  }

  .heading.rightp {
    padding-right: 8px;
    padding-left: 8px;
  }

  .div-block-6 {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._6075_4060 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .arealist {
    margin-right: 0vw;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .blur {
    width: 90%;
  }
}

#w-node-a62cdf38-e44c-4a8b-2469-4c92866e5efe-96226d9d {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a62cdf38-e44c-4a8b-2469-4c92866e5f01-96226d9d {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_887dfeae-2786-a58c-ac6d-d09746873da5-96226d9d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#contact.w-node-_84f668f9-f098-b619-90b9-78f49a5998ec-9a5998bd {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7484f77f-4ca3-3fd3-22de-2b76d4bb4f10-5e226da3 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2e0111c1-f86e-770c-8fb7-3eaadc2b4440-5e226da3 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a62cdf38-e44c-4a8b-2469-4c92866e5efe-96226d9d {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-a62cdf38-e44c-4a8b-2469-4c92866e5f01-96226d9d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a62cdf38-e44c-4a8b-2469-4c92866e5efe-96226d9d {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_7484f77f-4ca3-3fd3-22de-2b76d4bb4f10-5e226da3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2e0111c1-f86e-770c-8fb7-3eaadc2b4440-5e226da3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e7827684-a4c5-af6e-138e-cd86adc50bff-5e226da3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #contact.w-node-_84f668f9-f098-b619-90b9-78f49a5998ec-9a5998bd {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

