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

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

.bg-2 {
  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-2.navbarlinkicon {
  left: -13px;
  right: auto;
  bottom: -3px;
  display: none;
  width: 25px;
  height: 25px;
  max-width: none;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

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

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

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

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

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

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

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

.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: 75%;
  -o-object-fit: contain;
  object-fit: contain;
}

.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.navbuttonbg {
  left: auto;
  width: 200%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3b87c4), color-stop(70%, #e22900));
  background-image: linear-gradient(90deg, #3b87c4, #e22900 70%);
}

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

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

.bg.image.bg1 {
  -webkit-filter: brightness(82%);
  filter: brightness(82%);
}

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

.bg.image.dc {
  left: 7%;
  top: -33%;
  width: 84%;
  height: 170%;
  opacity: 0.1;
  -o-object-fit: contain;
  object-fit: contain;
}

.bg.image.position.topbg {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.bg.image.topbg {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.bg.herobgg {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, 0.23)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23) 45%, transparent);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.bg.blackg {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.34)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34));
}

.bg.buttonbg {
  left: auto;
  width: 200%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f77b00), to(#f74d00));
  background-image: linear-gradient(90deg, #f77b00, #f74d00);
}

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

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

.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;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.button.gradbutton {
  overflow: hidden;
  margin-right: 0px;
  color: #fff;
}

.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: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  height: 80px;
  max-width: 100%;
  min-width: 100%;
  margin-top: 35px;
  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;
  overflow: hidden;
  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: #5044a7;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.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: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  font-size: 1.35vw;
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 1px #7e7a7a;
  white-space: nowrap;
}

.navbarlink.w--current {
  color: #3b87c4;
  font-weight: 800;
  text-shadow: 1px 1px 0 #1d91ee;
}

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 95%;
  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.53);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.link {
  text-decoration: none;
}

.link.navcontactlink {
  color: #fff;
}

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

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

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

.homes1 {
  position: relative;
}

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

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 90vh;
  padding-top: 150px;
  padding-bottom: 90px;
  -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;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86vw;
  max-width: 1500px;
  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.homes1c {
  max-width: none;
  -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;
}

.container.service {
  max-width: 1200px;
}

.container.topc {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.servicetopc {
  max-width: 1200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

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

.text-span-9 {
  display: inline-block;
  padding-top: 3px;
  color: #29a0ff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
}

._48_30hero {
  position: relative;
  color: #dcd9f8;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

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

.navtop {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 35px;
  max-width: 100%;
  min-width: 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;
}

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

.navbaruttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 3vw;
  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: #e22900;
  -webkit-transition: color 350ms ease, background-color 300ms ease;
  transition: color 350ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 1.3vw;
  font-weight: 700;
  text-decoration: none;
}

.navbaruttonwrapper:hover {
  background-color: #3b87c4;
}

.tripformwrapper {
  position: relative;
  top: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 30px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f6f5ff;
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.53);
}

._38_25 {
  color: #04146d;
  line-height: 1.3;
  font-weight: 400;
}

._38_25.tripf {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.tripformsection {
  margin-bottom: -50px;
}

.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: #8dccff;
  text-decoration: none;
  cursor: pointer;
}

.mainbutton.herob {
  margin-top: 30px;
  background-color: #fff;
}

.mainbutton.transp {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.43);
}

.button-text {
  position: relative;
  z-index: 10;
  color: #000;
  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: #29a0ff;
}

.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: auto;
  -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 {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  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;
}

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

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

.content-container.default {
  left: 0%;
}

._25_22 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 25px;
  line-height: 1.6;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

._4565_3540 {
  padding-top: 45px;
  padding-bottom: 65px;
}

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

.body {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 1.55;
}

.sectiondivider {
  width: 100%;
  height: 3px;
  background-color: #29a0ff;
}

.paragraph-2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 17px;
}

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

.hidecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 34%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.hidecontent.default {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hidecontent.second {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-16 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 4fr 7fr;
  grid-template-columns: 4fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

._34_28.left.nowrap {
  white-space: nowrap;
}

._34_28.left.topservicetitle {
  color: #fff;
  line-height: 1.2;
}

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

._34_28.left.white {
  color: #fff;
}

._2070_050 {
  padding-top: 20px;
  padding-bottom: 70px;
}

._2070_050.diff {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #e22900;
}

.image-6 {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.34);
}

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

.div-block-17 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-48 {
  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-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._4055_3040 {
  padding-top: 40px;
  padding-bottom: 55px;
}

._4055_3040.special {
  position: relative;
  overflow: hidden;
}

._48_30 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

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

.footer {
  padding-top: 45px;
  padding-bottom: 10px;
  background-color: #4738b5;
  color: #fff;
}

.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: 40%;
  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: hsla(0, 0%, 100%, 0.72);
  text-decoration: none;
}

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

.footerlink {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
}

.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 {
  padding-left: 0px;
  font-size: 16px;
  line-height: 1.4;
}

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

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

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

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

.space {
  font-size: 10px;
}

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

.footertitle {
  width: 70%;
  margin-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dbecfa;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #dbecfa;
  line-height: 1.3;
  text-decoration: none;
}

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

.paymenticon {
  overflow: hidden;
  height: 30px;
  margin-top: 4px;
  margin-right: 6px;
  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: 86vw;
  max-width: 1500px;
  margin-top: 25px;
  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 #dbecfa;
  text-align: center;
}

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

.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;
  color: hsla(0, 0%, 100%, 0.72);
  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: 60%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

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

.footertite {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #dbecfa;
  font-size: 27px;
  line-height: 1.3;
  font-weight: 600;
}

.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: #000;
  background-image: url('../images/arrow_1arrow.png');
  background-position: 50% 50%;
  background-size: 40% 43%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.36);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

.backtop:hover {
  background-color: #3b87c4;
}

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

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

.serviceimgaewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.serviceimage.per {
  -o-object-position: 10% 50%;
  object-position: 10% 50%;
}

.text-block-6 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.text-block-6.check {
  width: auto;
  margin-right: 8px;
  font-weight: 600;
}

._4070_3540 {
  padding-top: 40px;
  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: 10px;
  color: #d52e02;
  font-weight: 600;
  text-shadow: 1px 0 0 #e86546;
}

.list {
  padding-left: 20px;
}

.brushattach {
  position: absolute;
  height: 60px;
}

.brushattach._6 {
  left: -2%;
  bottom: 5%;
  height: 34px;
}

.brushattach._5 {
  left: -6%;
  bottom: 2.5%;
  height: 50px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

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

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

.div-block-38 {
  display: -ms-grid;
  display: grid;
  max-width: 270px;
  min-width: 250px;
  margin-left: 30px;
  align-self: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.servicetoptext {
  margin-top: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.38);
}

.servicetop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-56 {
  position: relative;
  top: -168px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3b87c4), to(rgba(80, 68, 167, 0.74)));
  background-image: linear-gradient(180deg, #3b87c4, rgba(80, 68, 167, 0.74));
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  color: #fff;
}

.link-5 {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
}

.div-block-57 {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  -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: 10px;
  -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);
  line-height: 1.4;
}

.symbol {
  font-size: 14px;
}

.div-block-58 {
  position: relative;
  top: -124px;
  height: 0px;
}

.topservicetitlewraper {
  position: relative;
  margin-left: 350px;
  padding-bottom: 30px;
}

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

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

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

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

._38_25-2 {
  color: #000;
  line-height: 1.3;
  font-weight: 400;
}

._38_25-2.ratetitle {
  margin-top: 0px;
}

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

.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: rgba(41, 160, 255, 0.74);
  background-color: #fff;
  box-shadow: none;
}

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

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

.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;
  color: #000;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

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

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

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

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

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

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

._32_25 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  line-height: 1.3;
  font-weight: 400;
}

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

.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-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 34px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}

._34_28-2.incident {
  color: #db2400;
}

.trioformsection {
  padding-top: 50px;
  padding-bottom: 0px;
}

.trioformsection.bpadding {
  padding-top: 30px;
}

.paragraph-20 {
  margin-top: 5px;
  color: #fff;
}

.text-span-10 {
  color: #000;
  text-shadow: none;
}

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

.paragraph-22 {
  font-weight: 600;
}

.featuretitle {
  display: inline-block;
  margin-bottom: 3px;
  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 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fafafa;
}

.mapcontainer {
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttonbg {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #3e41e8;
  opacity: 0;
}

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

.text-block {
  position: absolute;
}

.mapwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 39.15vw;
  max-height: 342.592px;
  max-width: 350px;
  -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-image: url('../images/map1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.list-copy {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-left: 20px;
  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;
}

._34_22 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #081d28;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
}

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

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

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

.text-span-19 {
  font-size: 17px;
  font-style: italic;
}

.link-block-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  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;
  border: 3px solid #3e41e8;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3e41e8;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-2:hover {
  color: #fff;
}

.div-block-60 {
  position: absolute;
  left: 24%;
  top: 0.7%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 75.1%;
  height: 77%;
  border-radius: 1000px;
}

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

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

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

.html-embed-2 {
  display: none;
}

.text-span-20 {
  color: #fff;
  font-weight: 900;
}


.nowrap {
  white-space: nowrap;
}

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

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

  .dropdownlink {
    border-radius: 0px;
    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;
  }

  .navbaruttonwrapper {
    font-size: 17.5px;
  }

  .hidecontent {
    max-height: 35%;
  }

  .container-2.service {
    max-width: 1050px;
  }

  .mapcontainer {
    max-width: 75%;
  }
}

@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%;
    text-align: center;
  }

  .div-block-11 {
    display: -ms-grid;
    display: grid;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 4px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .text-block-4 {
    margin-bottom: 15px;
    color: #e5e7e8;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
  }

  .dropdownlink {
    padding: 3px 10px;
    color: #e5e7e8;
    font-size: 17px;
    text-align: center;
    white-space: normal;
  }

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

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

  .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;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .new-item-wrapper.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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(41, 160, 255, 0.56);
  }

  .bg.image.dc {
    top: -15%;
  }

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

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

  .headernav {
    margin-bottom: 50px;
    -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: #dbecfa;
  }

  .dropdown-list-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    box-shadow: none;
  }

  .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 {
    color: #e5e7e8;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
  }

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

  .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: 60vw;
    height: 100vh;
    padding-top: 30px;
    padding-bottom: 20px;
    -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-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .link.navcontactlink {
    color: #e5e7e8;
    font-size: 16px;
    line-height: 1.4;
  }

  .link.navcontactlink:hover {
    color: #fcfdff;
  }

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

  .dropdown-list.w--open {
    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 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: auto;
    height: 100vh;
    max-height: 100vh;
    margin-top: -35px;
    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: #3b87c4;
    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: #dbecfa;
  }

  .container.service {
    width: 90vw;
  }

  .container.servicetopc {
    width: 90vw;
  }

  .navbaruttonwrapper {
    font-size: 17px;
  }

  .tripformwrapper {
    padding: 23px 20px 20px;
  }

  ._38_25 {
    font-size: 34px;
  }

  ._25_22 {
    line-height: 1.3;
  }

  .contentwrapper {
    height: 45vw;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .hidecontent {
    max-height: 45%;
    margin-bottom: 5px;
  }

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

  ._34_28.left.topservicetitle {
    font-size: 32px;
  }

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

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

  .div-block-52 {
    width: 45%;
    margin-right: 20px;
  }

  .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 {
    grid-column-gap: 20px;
  }

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

  .serviceimgaewrapper {
    height: 40vw;
  }

  .container-2.service {
    width: 70vw;
  }

  .brushattach._6 {
    left: -3.5%;
  }

  .div-block-38 {
    min-width: 230px;
  }

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

  .servicetop {
    min-height: 320px;
  }

  .div-block-56 {
    max-width: 280px;
    padding: 28px;
  }

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

  .topservicetitlewraper {
    margin-left: 315px;
  }

  .toptitlewraper {
    padding-top: 180px;
    padding-bottom: 22px;
  }

  ._38_25-2.ratetitle {
    margin-bottom: 0px;
  }

  .ratewrapper {
    margin-bottom: 20px;
  }

  .pricingtitle {
    font-size: 25px;
  }

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

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

  .mapwrapper {
    width: 70vw;
    height: 68.518vw;
  }

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

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

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

@media screen and (max-width: 767px) {
  .text-block-4 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .dropdownlink {
    font-size: 16px;
  }

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

  .bg.image.herobg {
    left: 0%;
    right: 0%;
    opacity: 1;
  }

  .bg.blackg {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
  }

  .bg.blackgs {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
  }

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

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

  .navbarlink {
    font-size: 17px;
  }

  .navcontainer {
    padding-left: 15px;
  }

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

  .dropdown-list.w--open {
    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.topc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .paragraph {
    width: 90%;
    text-align: center;
  }

  .text-span-9 {
    padding-top: 0px;
  }

  ._48_30hero {
    font-size: 35px;
  }

  .navtopitem.hide {
    display: none;
  }

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

  .tripformwrapper {
    top: -30px;
    width: 90%;
  }

  ._38_25 {
    font-size: 30px;
  }

  .tripformsection {
    margin-bottom: -30px;
  }

  .mainbutton.herob {
    margin-top: 20px;
  }

  .mainbutton.transp {
    height: 45px;
  }

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

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

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

  ._25_22 {
    font-size: 22px;
    line-height: 1.3;
  }

  .contentwrapper {
    max-height: 350px;
    min-height: 250px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-2 {
    margin-bottom: 5px;
    line-height: 1.4;
  }

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

  .hidecontent {
    max-height: none;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  ._34_28 {
    font-size: 31px;
  }

  ._34_28.left.topservicetitle {
    text-align: center;
  }

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

  ._2070_050 {
    padding-bottom: 50px;
  }

  ._2070_050.diff {
    padding-top: 50px;
  }

  ._4055_3040 {
    padding-top: 35px;
  }

  ._48_30 {
    font-size: 35px;
  }

  .div-block-50 {
    grid-column-gap: 15px;
  }

  .div-block-51 {
    max-width: 500px;
    -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;
  }

  .footerparagraph {
    font-size: 17px;
  }

  .space {
    font-size: 5px;
  }

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

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

  .div-block-53 {
    width: 100%;
    margin-top: 30px;
  }

  .footertite {
    font-size: 31px;
  }

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

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

  .paragraph-6 {
    color: #000;
    font-weight: 700;
    text-shadow: none;
  }

  .list {
    margin-bottom: 15px;
  }

  .brushattach._6 {
    left: -3%;
  }

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

  .div-block-38 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

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

  .servicecontentwrapper {
    width: 95%;
  }

  .servicetoptext {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .servicetop {
    min-height: 0px;
  }

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

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

  .topservicetitlewraper {
    display: block;
    margin-left: 0px;
    padding-top: 180px;
    padding-bottom: 25px;
  }

  .toptitlewraper {
    display: block;
  }

  .top {
    height: auto;
  }

  .divider-2 {
    height: 0.7px;
  }

  ._38_25-2 {
    font-size: 33px;
  }

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

  .detailrates {
    padding-bottom: 30px;
  }

  .pricingtitle {
    font-size: 25px;
  }

  .ratesection {
    padding-top: 40px;
  }

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

  .pricingtab {
    max-width: 380px;
  }

  ._32_25 {
    font-size: 33px;
  }

  ._34_28-2 {
    font-size: 30px;
  }

  .trioformsection {
    padding-top: 40px;
  }

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

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

  ._34_22 {
    margin-bottom: 13px;
    font-size: 25px;
  }

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

  .text-span-19 {
    font-size: 16.5px;
  }

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

@media screen and (max-width: 479px) {
  .text-block-4 {
    margin-bottom: 5px;
    font-size: 15px;
  }

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

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

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

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

  .bg.image.dc {
    left: 0%;
    top: -5%;
    right: 0%;
    bottom: 0%;
    width: 120%;
  }

  .bg.herobgg {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: none;
  }

  .headernav {
    margin-right: 10px;
  }

  .navbar {
    height: 60px;
  }

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

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

  .div-block-10 {
    width: 70vw;
  }

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

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

  .image-3 {
    width: 60px;
  }

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

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

  ._48_30hero {
    font-size: 30px;
  }

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

  .navtopcontainer {
    width: 90%;
  }

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

  .navtopitem.hide2 {
    display: none;
  }

  .navbaruttonwrapper {
    display: none;
  }

  .tripformwrapper {
    width: 93%;
    padding: 17px 15px 15px;
  }

  ._38_25 {
    font-size: 25px;
  }

  .mainwrapper {
    width: 100%;
    margin-top: 30px;
  }

  ._25_22 {
    font-size: 20px;
  }

  ._4565_3540 {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .contentwrapper {
    height: 80vw;
  }

  .body {
    font-size: 16.5px;
  }

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

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

  ._34_28.left.topservicetitle {
    font-size: 26px;
  }

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

  ._2070_050 {
    padding-top: 0px;
  }

  ._2070_050.diff {
    padding-bottom: 40px;
  }

  .image-6 {
    width: 70px;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

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

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

  .div-block-17 {
    margin-top: 10px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._4055_3040 {
    padding-bottom: 40px;
  }

  ._48_30 {
    font-size: 30px;
  }

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

  .footer {
    padding-top: 30px;
  }

  .footerparagraph {
    font-size: 16px;
    line-height: 1.3;
  }

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

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

  .footertitle {
    font-size: 17px;
  }

  .footermenu {
    font-size: 17.5px;
  }

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

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

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

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

  .serviceimgaewrapper {
    height: 55vw;
  }

  ._4070_3540 {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .container-2.service {
    width: 87vw;
  }

  .paragraph-6 {
    margin-bottom: 5px;
  }

  .list {
    margin-bottom: 0px;
  }

  .brushattach._6 {
    left: -2%;
    bottom: 6%;
  }

  .div-block-37 {
    margin-bottom: 15px;
  }

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

  .servicetoptext {
    line-height: 1.4;
  }

  .topservicetitlewraper {
    padding-bottom: 10px;
  }

  .toptitlewraper {
    padding-top: 155px;
    padding-bottom: 10px;
  }

  ._38_25-2 {
    font-size: 25px;
  }

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

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

  .pricingtitle {
    font-size: 22px;
  }

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

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

  .detailrate {
    font-size: 16px;
  }

  .tripformwrapper-2 {
    width: 95vw;
  }

  ._32_25 {
    font-size: 25px;
  }

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

  .trioformsection {
    padding-top: 30px;
  }

  .paragraph-20 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .mapcontainer {
    padding-right: 10vw;
    padding-left: 10vw;
    grid-row-gap: 15px;
  }

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

  ._34_22 {
    margin-bottom: 10px;
    font-size: 22px;
  }

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

  .paragraph-23 {
    width: 95%;
    margin-bottom: 5px;
  }

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

#w-node-a62cdf38-e44c-4a8b-2469-4c92866e5efe-7ee97968 {
  -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-7ee97968 {
  -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-7ee97968 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a62cdf38-e44c-4a8b-2469-4c92866e5f37-7ee97968 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_84f668f9-f098-b619-90b9-78f49a5998da-9a5998bd {
  -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-_84f668f9-f098-b619-90b9-78f49a5998e3-9a5998bd {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

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

#w-node-e7827684-a4c5-af6e-138e-cd86adc50bff-82e9796b {
  -ms-grid-column-align: center;
  justify-self: center;
}

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

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

  #w-node-_887dfeae-2786-a58c-ac6d-d09746873da5-7ee97968 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a62cdf38-e44c-4a8b-2469-4c92866e5f37-7ee97968 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

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

  #w-node-a62cdf38-e44c-4a8b-2469-4c92866e5f01-7ee97968 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-a62cdf38-e44c-4a8b-2469-4c92866e5f37-7ee97968 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_84f668f9-f098-b619-90b9-78f49a5998da-9a5998bd {
    -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;
  }

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

  #contact.w-node-_84f668f9-f098-b619-90b9-78f49a5998ec-9a5998bd {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-e7827684-a4c5-af6e-138e-cd86adc50bff-82e9796b {
    -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) {
  #w-node-_84f668f9-f098-b619-90b9-78f49a5998da-9a5998bd {
    -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;
  }

  #w-node-_84f668f9-f098-b619-90b9-78f49a5998e3-9a5998bd {
    -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: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

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

