.body {
  font-family: 'Open Sans', sans-serif;
  color: #34405e;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

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

.nav-link-drop-down {
  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:hover {
  color: #0b98dc;
  font-style: italic;
  font-weight: 700;
}

.nav-link-drop-down.dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

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

.dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 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: #0088c9;
  box-shadow: 0 15px 15px -10px rgba(0, 11, 29, 0.3);
}

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

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

.link {
  text-decoration: none;
}

.link.navcontactlink {
  color: #fff;
}

.bg {
  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.herobg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 130%;
  -webkit-filter: contrast(108%);
  filter: contrast(108%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.bg.servicecard {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.footerbg {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.bg.footergrad {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 38, 63, 0.78);
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.bg.slidecover {
  position: relative;
  width: 100%;
  padding: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e1eff2), to(#fff));
  background-image: linear-gradient(90deg, #e1eff2, #fff);
}

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

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

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

.bg.herogd {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0.2)), color-stop(89%, rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.8) 89%);
}

.bg.servicecardgrad {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), to(rgba(1, 38, 63, 0.8)));
  background-image: linear-gradient(180deg, transparent 25%, rgba(1, 38, 63, 0.8));
}

.bg.hoveroutg {
  left: auto;
  top: 0%;
  bottom: 0%;
  display: none;
  width: 140vw;
  height: 100%;
  margin-right: -40vw;
  border-top-right-radius: 40vw;
  border-bottom-right-radius: 40vw;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(41%, #0d64cb), color-stop(76%, #00cae7));
  background-image: linear-gradient(90deg, #0d64cb 41%, #00cae7 76%);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

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

.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.4vw;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}

.navbarlink.w--current {
  color: #000b1d;
  font-weight: 900;
  text-shadow: 0 1px 1px #34405e;
}

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

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

.yellowbutton {
  position: relative;
  overflow: hidden;
  padding: 10px 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 1000px;
  background-color: #ffd103;
  -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;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.yellowbutton:hover {
  background-color: #0f2b5a;
  box-shadow: 0 0 3px 0 rgba(15, 43, 90, 0.9), inset 0 0 0 2px #ffd103;
  -webkit-transform: scale3d(0.96, 0.96, 5);
  transform: scale3d(0.96, 0.96, 5);
}

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

.logo {
  height: 75%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.dropdown-list {
  top: 100%;
  background-color: transparent;
}

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

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

.trianglebutton {
  position: relative;
  width: 8vh;
  height: 7.12vh;
  margin-left: 1.5vw;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -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;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.trianglebutton:hover {
  -webkit-transform: scale3d(0.96, 0.96, 5);
  transform: scale3d(0.96, 0.96, 5);
}

.navmenuwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.brand {
  display: none;
  height: 100%;
  margin-right: auto;
  margin-left: 3vw;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.brand.navtopbrand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-top: -25px;
  -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: 20px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00cae7), to(#0088c9));
  background-image: linear-gradient(180deg, #00cae7, #0088c9);
  box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.4);
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 35px;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100vw;
  height: 100px;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: -100px;
  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;
}

.headernav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  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;
}

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

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

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

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

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

.container {
  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.heroc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  min-height: 80vh;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  text-align: left;
}

.container.topcontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

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

.button-2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  background-color: #ad1115;
}

.homes1 {
  position: relative;
  overflow: hidden;
  background-color: #06263f;
}

.s1title {
  position: relative;
  z-index: 2;
  margin: 10px 5px 0px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.s1title.second {
  white-space: nowrap;
}

.top-text {
  margin-bottom: 0px;
  color: #f7fafd;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.div-block-14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 40vw auto 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-block-3 {
  margin-top: -70px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Archivo, sans-serif;
  color: rgba(7, 49, 122, 0.3);
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: nowrap;
}

.homes2 {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0px;
  background-color: #fff;
}

.div-block-5 {
  position: relative;
  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-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.serrvicescard {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

._4045_3032 {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: rgba(13, 188, 231, 0.16);
}

._4045_3032.feature {
  background-color: #fff;
}

._38_22 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  color: #06263f;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

._38_22.nopadding {
  margin-bottom: 0px;
}

.paragraph {
  position: relative;
  z-index: 7;
  color: #024064;
}

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

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #06263f;
}

.footerwrapper {
  position: relative;
  z-index: 5;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footertitle {
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  text-decoration: none;
}

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

.footeritemwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -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;
}

.footeritemwrapper.last {
  margin-bottom: 0px;
}

.footer_icon {
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
}

.footerparagraph {
  margin-bottom: 0px;
  color: rgba(236, 240, 241, 0.9);
  font-size: 16px;
  line-height: 1.4;
}

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

.footerlink {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(236, 240, 241, 0.9);
  text-decoration: none;
}

.footerlink:hover {
  color: #fff;
}

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

.subfooter {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: 4%;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #ebebeb;
  background-color: rgba(13, 100, 203, 0.36);
}

.subfooterwrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.subfootertext {
  display: inline-block;
  margin-bottom: 0px;
  color: #dcdcdc;
  font-size: 14px;
}

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

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

.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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.topsection {
  position: relative;
  overflow: hidden;
  background-color: #6487c4;
  background-image: none;
}

.topcontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 300px 8vw 50px;
  -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: rgba(6, 38, 63, 0.7);
}

.slider {
  min-height: 70vh;
  background-color: #fff;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-heading {
  position: relative;
  margin-top: 0px;
  font-size: 30px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.main-subheading {
  position: relative;
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}

.wus1 {
  position: relative;
  display: none;
  overflow: hidden;
  padding-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  text-align: center;
}

.slidercontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  padding-right: 5%;
  padding-left: 45%;
  -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;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._24_18heading {
  color: #080e34;
  line-height: 1.3;
  text-align: center;
}

._24_18heading._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #06263f;
  text-align: left;
}

._7070_4040 {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}

.wucontent {
  position: relative;
  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;
}

.tripsection {
  z-index: 5;
  max-width: 100vw;
  padding-top: 45px;
  padding-bottom: 40px;
}

.formcontainer {
  position: relative;
  z-index: 5;
  max-width: 90vw;
}

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

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

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

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

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

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

.section_divider {
  position: absolute;
  left: 5%;
  top: 0%;
  right: 5%;
  bottom: auto;
  width: 90%;
  height: 1px;
  background-color: hsla(0, 0%, 86.3%, 0.8);
}

.section_divider._86 {
  position: absolute;
  left: 0%;
  right: 0%;
  width: 86%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

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

.detailrates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 25px 30px;
  -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;
}

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

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

.bg-2.pricing {
  border-style: solid;
  border-width: 10px;
  border-color: #a0f3ff;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: inset 0 0 1px 1px rgba(100, 135, 196, 0.6);
}

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

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

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

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

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

.topbluesection {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #e0f4f9;
}

.topbluetitle {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #34405e;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

.text-span-14 {
  color: #ee2824;
}

._3040_2025 {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
}

.servicetopcontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 35vh;
  margin-right: auto;
  padding-top: 20px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 10px 63px;
  border-radius: 10px;
  background-color: #fff;
}

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

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.list {
  margin-bottom: 0px;
}

.text-block-3-copy {
  position: absolute;
  left: 70vw;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: rgba(167, 196, 59, 0.3);
  font-size: 80px;
  line-height: 1;
  white-space: nowrap;
}

.text-block-3-copy.short {
  left: 84.6vw;
  right: 0px;
  max-height: 60px;
  color: rgba(7, 49, 122, 0.2);
  text-align: center;
  text-transform: uppercase;
}

.text-span-18 {
  color: #0088c9;
}

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

.servicerightw.hide {
  display: none;
}

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

.buttomlinkw {
  display: -ms-grid;
  display: grid;
  padding-top: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.left_coner {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 40px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

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

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

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

.homecardswrapper {
  position: relative;
  z-index: 7;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1316px;
  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;
}

.container-4.homecardcontainer {
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block {
  position: relative;
  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;
}

.homecardparag {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
}

.homecard {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0dbce7), to(#0d64cb));
  background-image: linear-gradient(180deg, #0dbce7, #0d64cb);
  color: #fff;
}

.homecard:hover {
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2f9ff), to(#c2f9ff));
  background-image: linear-gradient(180deg, #c2f9ff, #c2f9ff);
  color: #06263f;
}

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

.homecard.right:hover {
  border-top-left-radius: 50px;
}

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

.homecard.left:hover {
  border-top-right-radius: 50px;
}

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

.homecard.middle:hover {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.cardtitle {
  font-size: 27px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.homecardcontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cardsposition {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0dbce7), to(#0d64cb));
  background-image: linear-gradient(180deg, #0dbce7, #0d64cb);
  -webkit-transition: background-color 350ms ease, all 350ms ease;
  transition: background-color 350ms ease, all 350ms ease;
  color: #f0fef0;
}

.cardsposition:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(64%, transparent), color-stop(72%, #c2f9ff)), -webkit-gradient(linear, left top, left bottom, from(#0dbce7), to(#0d64cb));
  background-image: linear-gradient(180deg, transparent 64%, #c2f9ff 72%), linear-gradient(180deg, #0dbce7, #0d64cb);
}

.div-block-39 {
  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;
}

.cardbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  margin-top: 15px;
  padding: 11px 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #06263f;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

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

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

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

.navtop {
  position: relative;
  z-index: 50;
  width: 100vw;
  height: 170px;
  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);
}

.underlinewrapper {
  width: 100%;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
}

.underline {
  width: 20%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #00cae7, transparent);
}

.div-block-42 {
  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-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbarlinkwrapper-2 {
  overflow: hidden;
}

.navbard {
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #0088c9;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -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: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: 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;
}

.div-block-44 {
  position: absolute;
  left: 0.5%;
  top: 0.8%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 69.9%;
  height: 95.5%;
  border-radius: 1000px;
}

.div-block-44.mapblur {
  background-color: hsla(10, 0%, 100%, 0.64);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.mapcontainer-2 {
  display: -ms-grid;
  display: grid;
  max-width: 80%;
  padding-left: 10px;
  -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 auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mapwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40.953vw;
  height: 30vw;
  max-height: 600px;
  max-width: 819.07px;
  margin-top: -10px;
  -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/map.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.mapcontentwrapper-2 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainbutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50px;
  padding-right: 40px;
  -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;
  border-radius: 1000px;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.mapsection {
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 70px;
  background-color: #fff;
}

._34_22 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  color: #081d28;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

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

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

.div-block-64 {
  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;
  justify-items: start;
  -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;
  grid-template-rows: auto;
}

.serviceimgwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 25vw;
  -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;
  border-radius: 20px;
  box-shadow: 0 10px 15px -8px rgba(0, 11, 29, 0.4);
}

.servicecardtitle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 65px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}

.button-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 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;
  border-radius: 15px;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

.button-text-b1 {
  position: relative;
  z-index: 10;
}

.hover-out-button-b1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -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: 10px;
  background-color: #06263f;
  box-shadow: 1px 1px 3px 0 #e4e4e4;
}

.hover-on-button-b1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 10px;
  background-color: #06f;
  box-shadow: 1px 1px 3px 0 #e4e4e4;
}

._5070_2030 {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: rgba(13, 188, 231, 0.16);
}

.div-block-65 {
  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-19 {
  display: inline-block;
  margin-top: 15px;
}

.footermenu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px none #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(236, 240, 241, 0.9);
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

.footermenu:hover {
  color: #fff;
}

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

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

.footermenu.last {
  padding-bottom: 0px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 5vw;
  padding-left: 5vw;
  -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-3.footercontainer {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  max-width: 1500px;
  padding-right: 9vw;
  padding-left: 9vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 3.5vw;
  grid-row-gap: 25px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footerparagraph-2 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-left: 0px;
  color: rgba(236, 240, 241, 0.9);
  font-size: 16px;
  line-height: 1.4;
}

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

.footer-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 23vw;
  -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;
}

.paymenticon-3 {
  overflow: hidden;
  height: 30px;
  margin-top: 8px;
  margin-right: 5px;
  border-radius: 3px;
  -o-object-fit: contain;
  object-fit: contain;
}

.paragraphcenter {
  position: relative;
  z-index: 7;
  color: #024064;
}

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

._0_0 {
  position: relative;
  background-color: #06263f;
}

.heading {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 45px 10vw 50px;
  -webkit-transition: color 450ms ease;
  transition: color 450ms ease;
  color: rgba(236, 240, 241, 0.9);
  font-size: 45px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.heading:hover {
  color: #fff;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.text-span-20 {
  display: inline-block;
  margin-left: 10px;
}

.text-span-21 {
  white-space: nowrap;
}

.topstitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 10px 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
}

.text-span-22 {
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-9 {
  margin-bottom: 3px;
  margin-left: 10px;
}

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

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

.arrow {
  display: inline-block;
}

.paragraph-23 {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}

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


.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: rgba(187, 148, 148, 0.06);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
}

.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;
  text-decoration: none;
}

.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 5px 20px -10px rgba(0, 11, 29, 0.4);
  cursor: pointer;
}

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

.h3.faq-title {
  margin-top: 10px;
  margin-right: 55px;
  margin-bottom: 10px;
  font-size: 22px;
}

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

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

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

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

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

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

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

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

.jobsection {
  padding-top: 45px;
  padding-bottom: 10px;
}

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

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

.formwrapper-copy {
  width: 85vw;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.benefits-box {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  -ms-grid-rows: auto 1px auto;
  grid-template-rows: auto 1px auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(192, 192, 211, 0.2);
  border-radius: 12px;
  background-color: #fff;
}

.benefits-box._3features {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.benefit-card {
  position: relative;
  display: -ms-grid;
  display: grid;
  min-height: 275px;
  padding: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  border-radius: 12px;
  background-color: rgba(238, 241, 245, 0.3);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.benefit-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px rgba(53, 64, 117, 0.1);
}

.benefit-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 11px;
  -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-style: solid;
  border-width: 1px;
  border-color: rgba(192, 192, 211, 0.2);
  border-radius: 100%;
  background-color: #d6f2ff;
  color: #516381;
  font-size: 16px;
  font-weight: 700;
}

.benefit-description {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.body-display {
  color: #516381;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}

.verticle-line {
  position: relative;
  height: 100%;
  background-color: #e1eff2;
}

.hline {
  position: relative;
  width: 100%;
  background-color: #e1eff2;
}

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

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

  .navbarlink {
    font-size: 18px;
  }

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

  .dropdownlink {
    font-size: 17px;
  }

  .div-block-14 {
    margin-bottom: 90px;
  }

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

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

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

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

  .benefit-card {
    padding-right: 36px;
    padding-left: 36px;
  }
}

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

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

  .dropdown-list-wrapper {
    margin-top: 0px;
    padding: 2px 0px 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;
  }

  .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;
    justify-items: 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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .link.navcontactlink {
    color: rgba(236, 240, 241, 0.9);
    font-size: 17px;
    line-height: 1.3;
  }

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

  .nav-menu-button {
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-right: 3vw;
    padding: 0px;
    border-radius: 100px;
    -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: transparent;
  }

  .bg.footerbg {
    width: 100%;
  }

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

  .navbarlink {
    font-size: 18px;
    text-align: center;
    text-shadow: none;
  }

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

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

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

  .navbarlinkwrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .logo {
    height: 65%;
    margin-top: 5%;
  }

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

  .dropdown-list.w--open {
    -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;
  }

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

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

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

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

  .navmenuwrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 60vw;
    height: 100vh;
    max-height: 100vh;
    padding-top: 20px;
    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-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;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .brand.navtopbrand {
    display: none;
  }

  .navmenu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: auto;
    height: auto;
    max-height: 100vh;
    min-height: 100vh;
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, 0.08), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 100px;
    margin-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .headernav {
    width: 100%;
    margin-bottom: 20px;
    -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;
  }

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

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

  .s1title {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    font-size: 44px;
    white-space: normal;
  }

  .s1title.second {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 6vw;
  }

  .homes2 {
    padding-top: 60px;
  }

  .div-block-5 {
    grid-column-gap: 40px;
  }

  ._4045_3032.feature {
    padding-bottom: 60px;
  }

  ._38_22 {
    font-size: 33px;
  }

  .footer {
    padding-top: 6%;
  }

  .footertitle {
    font-size: 28px;
  }

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

  .topcontent {
    margin-bottom: 0px;
  }

  .slider {
    min-height: 450px;
  }

  .main-heading {
    font-size: 28px;
  }

  .main-subheading {
    font-size: 17px;
  }

  .slidercontainer {
    padding-right: 0%;
  }

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

  ._7070_4040 {
    padding-top: 65px;
  }

  .wucontent {
    width: auto;
  }

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

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

  .ratewrapper {
    margin-bottom: 20px;
  }

  .pricingsection {
    padding-bottom: 50px;
  }

  .detailrate {
    font-size: 17px;
  }

  .topbluetitle {
    font-size: 25px;
  }

  .servicetopcontent {
    width: 75%;
  }

  .div-block-33 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .div-block-34 {
    max-width: 90%;
  }

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

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

  .text-block-3-copy.short {
    left: 82.1vw;
    font-size: 70px;
  }

  .homecard {
    padding-right: 21px;
    padding-left: 21px;
  }

  .cardtitle {
    font-size: 25px;
  }

  .cardsposition {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

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

  .cardbutton {
    text-align: center;
  }

  .navtop {
    display: none;
  }

  .logonavmenu {
    width: 170px;
    max-width: 80%;
    margin-bottom: 10px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-43 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .mapcontainer-2 {
    padding-left: 0px;
    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: 80vw;
    height: 58.603vw;
    margin-top: 0px;
  }

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

  .serviceimgwrapper {
    height: 30vw;
  }

  .servicecardtitle {
    font-size: 28px;
    line-height: 1.4;
  }

  .div-block-65 {
    padding-right: 29px;
    padding-left: 29px;
  }

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

  .footer-content-block {
    min-width: 0vw;
    text-align: left;
  }

  .paragraphcenter {
    text-align: center;
  }

  .heading {
    font-size: 42px;
  }

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

  .jobwrapper {
    width: 90%;
  }

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

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

  .jobapplyformwrapper {
    min-width: 85vw;
  }

  .jobcontentwrapper {
    padding-top: 0px;
  }

  .jobsection {
    padding-top: 40px;
  }

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

@media screen and (max-width: 767px) {
  .dropdown-list-wrapper.w--open {
    margin-left: 0px;
    text-align: left;
  }

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

  .bg.slidecover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 239, 242, 0.91)), to(#fff));
    background-image: linear-gradient(180deg, rgba(225, 239, 242, 0.91), #fff);
  }

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

  .navbarlink {
    font-size: 17px;
  }

  .yellowbutton.navbarbutton {
    display: none;
  }

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

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

  .trianglebutton {
    display: none;
  }

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

  .navbar {
    height: 90px;
  }

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

  .dropdownlink {
    font-size: 15px;
  }

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

  .s1title {
    font-size: 32px;
  }

  .s1title.second {
    font-size: 7vw;
  }

  .text-block-3 {
    margin-top: 0px;
    font-size: 80px;
  }

  .homes2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .div-block-5 {
    grid-column-gap: 30px;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }

  ._4045_3032.feature {
    padding-bottom: 40px;
  }

  ._38_22 {
    font-size: 28px;
  }

  .div-block-20 {
    max-width: 90vw;
    margin-right: 5vw;
    margin-left: 5vw;
    grid-row-gap: 10px;
  }

  .footer {
    padding-top: 9%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footertitle {
    margin-bottom: 8px;
    font-size: 30px;
  }

  .footer_icon {
    height: 19px;
  }

  .subfooter {
    margin-top: 8%;
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .topcontent {
    padding-top: 200px;
    padding-bottom: 30px;
  }

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

  .main-heading {
    font-size: 25px;
  }

  .wus1 {
    padding-top: 0px;
  }

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

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

  .wucontent {
    width: 100%;
  }

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

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

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

  .detailrates {
    padding-bottom: 35px;
  }

  .pricingtitle {
    font-size: 25px;
  }

  .topbluetitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .servicetopcontent {
    width: 100%;
  }

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

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

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

  .list {
    padding-left: 20px;
  }

  .text-block-3-copy {
    right: 0%;
    margin-top: 0px;
    font-size: 80px;
  }

  .text-block-3-copy.short {
    color: rgba(7, 49, 122, 0.06);
  }

  .buttomlinkw {
    padding-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .left_coner {
    display: none;
  }

  .right_coner {
    display: none;
  }

  .middle_coner {
    display: none;
  }

  .middle_coner.left {
    display: none;
  }

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

  .homecardparag {
    font-size: 2.3vw;
  }

  .homecard {
    background-image: none;
  }

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

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

  .homecard.left:hover {
    border-radius: 0px;
  }

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

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

  .cardtitle {
    font-size: 22px;
  }

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

  .cardsposition:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0dbce7), to(#0d64cb));
    background-image: linear-gradient(180deg, #0dbce7, #0d64cb);
  }

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

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

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

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

  .div-block-2 {
    max-width: 90vw;
    margin-right: 5vw;
    margin-left: 5vw;
    grid-row-gap: 10px;
  }

  .mapcontainer-2 {
    max-width: 90%;
    grid-row-gap: 20px;
  }

  .mapwrapper {
    max-height: 329.642px;
    max-width: 450px;
    margin-top: 0px;
  }

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

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

  .paragraph-26 {
    width: 90%;
  }

  .serviceimgwrapper {
    height: 40vw;
  }

  .servicecardtitle {
    font-size: 25px;
  }

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

  .container-3.footercontainer {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-27 {
    margin-top: 12px;
  }

  .heading {
    padding: 40px 8vw 45px;
    font-size: 38px;
  }

  .text-span-20 {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
  }

  .topstitle {
    font-size: 35px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .div-block-3 {
    margin-bottom: 20px;
    padding: 5px 30px;
  }

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

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

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

  .h3.faq-title {
    margin-right: 50px;
  }

  .jobapplyformwrapper {
    min-width: 90vw;
  }

  .paragraph-6 {
    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;
  }

  .jobsection {
    padding-top: 35px;
  }

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

  .formwrapper-copy {
    width: 90vw;
  }

  .benefits-box {
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: 1fr 1px 1fr;
    -ms-grid-rows: auto 1px auto 1px auto;
    grid-template-rows: auto 1px auto 1px auto;
  }

  .benefits-box._3features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1px auto 1px;
    grid-template-rows: auto 1px auto 1px;
  }

  .benefit-card {
    min-height: auto;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 17px;
  }

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

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

  .bg.servicecard {
    border-radius: 15px;
  }

  .bg.slidecover {
    padding: 25px;
  }

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

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

  .navmenuwrapper {
    width: 80vw;
  }

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

  .navbar {
    height: 80px;
  }

  .headernav {
    margin-right: 16px;
    margin-left: 16px;
  }

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

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

  .button-2 {
    margin-bottom: 0px;
  }

  .s1title {
    font-size: 25px;
  }

  .s1title.second {
    font-size: 7.5vw;
  }

  .top-text {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .div-block-14 {
    margin-top: 60vw;
  }

  .text-block-3 {
    font-size: 65px;
  }

  .homes2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .serrvicescard {
    padding-right: 25px;
    padding-left: 25px;
  }

  ._4045_3032 {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  ._38_22 {
    font-size: 22px;
  }

  .footer {
    padding-top: 10%;
  }

  .footertitle {
    font-size: 28px;
  }

  .footer_icon {
    margin-top: 1px;
  }

  .footerparagraph {
    font-size: 15px;
  }

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

  .subfooter {
    margin-top: 11%;
  }

  .subfooterwrapper {
    height: auto;
  }

  .subfootertext {
    font-size: 13px;
  }

  .topcontent {
    padding-top: 170px;
  }

  .main-heading {
    font-size: 22px;
  }

  .main-subheading {
    font-size: 16px;
  }

  .slidercontainer {
    max-width: 80vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-8 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  ._24_18heading {
    font-size: 20px;
  }

  ._7070_4040 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .formcontainer {
    max-width: 93vw;
    border-radius: 10px;
  }

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

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

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

  .pricingtab {
    width: 100%;
  }

  .detailrates {
    padding-bottom: 30px;
  }

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

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

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

  .detailrate {
    font-size: 16px;
  }

  .topbluesection {
    position: relative;
    z-index: 3;
  }

  .topbluetitle {
    font-size: 20px;
  }

  ._3040_2025 {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .div-block-33 {
    width: 390px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

  .text-block-3-copy {
    font-size: 70px;
  }

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

  .buttomlinkw {
    grid-row-gap: 10px;
  }

  .right_coner {
    display: none;
  }

  .middle_coner.left {
    display: none;
  }

  .homecardswrapper {
    margin-bottom: 0px;
  }

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

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

  .homecardparag {
    font-size: 14px;
    white-space: nowrap;
  }

  .homecard {
    padding: 10px 5px 20px;
  }

  .homecard:hover {
    border-top-color: #007fe0;
  }

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

  .homecard.middle {
    padding-bottom: 20px;
  }

  .cardtitle {
    margin-top: 15px;
    font-size: 20px;
  }

  .cardsposition {
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .paragraph-26 {
    width: 95%;
  }

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

  .serviceimgwrapper {
    height: 50vw;
    border-radius: 15px;
  }

  .servicecardtitle {
    padding: 25px 55px;
    font-size: 22px;
  }

  ._5070_2030 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .footermenu {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 15px;
  }

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

  .container-3.footercontainer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .paymenticon-3 {
    height: 27px;
  }

  .paragraph-27 {
    margin-top: 7px;
  }

  .heading {
    font-size: 32px;
  }

  .text-span-20 {
    margin-top: 5px;
  }

  .topstitle {
    font-size: 30px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .div-block-3 {
    padding-right: 26px;
    padding-left: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

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

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

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

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

  .jobsection {
    padding-top: 25px;
  }

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

  .formwrapper-copy {
    width: 93vw;
  }

  .benefits-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1px auto 1px auto 1px auto 1px auto 1px auto;
    grid-template-rows: auto 1px auto 1px auto 1px auto 1px auto 1px auto;
  }

  .benefit-card {
    grid-row-gap: 36px;
  }
}

#w-node-_15618b06-6ad3-6840-74d7-115455d23813-b6013cfd {
  -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-_15618b06-6ad3-6840-74d7-115455d23816-b6013cfd {
  -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-_15618b06-6ad3-6840-74d7-115455d23833-b6013cfd {
  -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: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a90a16cf-c37e-7db9-7cc6-35c27ffb77e6-b6013cfd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c252d58e-4d11-e279-c979-73b1e100bcd4-362c97de {
  -ms-grid-column-align: start;
  justify-self: start;
  -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-c252d58e-4d11-e279-c979-73b1e100bce1-362c97de {
  -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-_9e678ba6-28b4-0284-bdbc-75e613b6da90-362c97de {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b1302135-50ac-93b4-bd4d-7173a8c03708-84013cfe {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b1302135-50ac-93b4-bd4d-7173a8c03712-84013cfe {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b1302135-50ac-93b4-bd4d-7173a8c0371d-84013cfe {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-cac26d93-4abf-2bbe-d405-1c6da07bb15c-fa013d01 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_27586600-59b2-1835-a48c-837fac3f51a0-ac3f519c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_27586600-59b2-1835-a48c-837fac3f51ab-ac3f519c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_27586600-59b2-1835-a48c-837fac3f51b6-ac3f519c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_27586600-59b2-1835-a48c-837fac3f51be-ac3f519c {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_27586600-59b2-1835-a48c-837fac3f51c0-ac3f519c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_27586600-59b2-1835-a48c-837fac3f51ca-ac3f519c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_27586600-59b2-1835-a48c-837fac3f51d5-ac3f519c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8d023795-feca-672d-50af-5b4a497eb5d4-98013d06 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8d023795-feca-672d-50af-5b4a497eb5e3-98013d06 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_46725a1e-4074-b450-e919-7519d3904c9d-98013d06 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ec243bf3-c41c-f48e-c5b6-545857dda9d6-98013d06 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8d023795-feca-672d-50af-5b4a497eb609-98013d06 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_194bfc75-d7c4-99e3-8c1d-8fc516774b96-98013d06 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c656a4a7-b6ac-5beb-889c-e06b99873df4-98013d06 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-cac26d93-4abf-2bbe-d405-1c6da07bb15c-5091bdfa {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_15618b06-6ad3-6840-74d7-115455d23816-b6013cfd {
    -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-_15618b06-6ad3-6840-74d7-115455d23833-b6013cfd {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a90a16cf-c37e-7db9-7cc6-35c27ffb77e6-b6013cfd {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-c252d58e-4d11-e279-c979-73b1e100bcd4-362c97de {
    -ms-grid-column-align: start;
    justify-self: start;
    -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;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-c252d58e-4d11-e279-c979-73b1e100bce1-362c97de {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #contact.w-node-_9e678ba6-28b4-0284-bdbc-75e613b6da90-362c97de {
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_8d023795-feca-672d-50af-5b4a497eb5d4-98013d06 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8d023795-feca-672d-50af-5b4a497eb5e3-98013d06 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_46725a1e-4074-b450-e919-7519d3904c9d-98013d06 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-ec243bf3-c41c-f48e-c5b6-545857dda9d6-98013d06 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_8d023795-feca-672d-50af-5b4a497eb609-98013d06 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_194bfc75-d7c4-99e3-8c1d-8fc516774b96-98013d06 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c656a4a7-b6ac-5beb-889c-e06b99873df4-98013d06 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_15618b06-6ad3-6840-74d7-115455d23813-b6013cfd {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_15618b06-6ad3-6840-74d7-115455d23816-b6013cfd {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_15618b06-6ad3-6840-74d7-115455d23833-b6013cfd {
    -ms-grid-column-align: center;
    justify-self: center;
    -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;
  }

  #w-node-c252d58e-4d11-e279-c979-73b1e100bcd4-362c97de {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c252d58e-4d11-e279-c979-73b1e100bce1-362c97de {
    -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-_27586600-59b2-1835-a48c-837fac3f51b4-ac3f519c {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_27586600-59b2-1835-a48c-837fac3f51b5-ac3f519c {
    -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-_27586600-59b2-1835-a48c-837fac3f51be-ac3f519c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_27586600-59b2-1835-a48c-837fac3f51c8-ac3f519c {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8d023795-feca-672d-50af-5b4a497eb5d4-98013d06 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8d023795-feca-672d-50af-5b4a497eb609-98013d06 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_194bfc75-d7c4-99e3-8c1d-8fc516774b96-98013d06 {
    -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-c252d58e-4d11-e279-c979-73b1e100bce1-362c97de {
    -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-b1302135-50ac-93b4-bd4d-7173a8c03710-84013cfe {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_27586600-59b2-1835-a48c-837fac3f51b4-ac3f519c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_27586600-59b2-1835-a48c-837fac3f51c8-ac3f519c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

