body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

h3 {
  color: #676770;
  font-size: 25px;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 17px;
  font-weight: 300;
}

a {
  color: #6a859c;
  text-decoration: underline;
}

._32_25 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #263d8f;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}

._32_25.subnopad {
  margin-bottom: 0px;
  font-size: 25px;
  text-align: left;
}

._32_25.white {
  color: #fff;
}

._32_25.left1 {
  text-align: left;
}

._32_25.sub {
  margin-bottom: 0px;
  font-size: 20px;
  text-align: left;
}

._8080_3535 {
  position: relative;
  z-index: 2;
  padding: 80px 10px;
  text-align: center;
}

.paragraph-3 {
  padding-right: 5%;
  padding-left: 5%;
}

.service {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.icon {
  color: #676770;
}

.containeru {
  position: relative;
  max-width: 1316px;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.containeru.payment {
  padding-right: 6vw;
  padding-left: 6vw;
}

.containeru.s1c1 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.link {
  display: inline-block;
  margin-top: 7px;
  color: #6a859c;
  text-decoration: none;
}

.navtop-paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ecf0f1;
  font-size: 2.5vh;
  line-height: 1.6;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.divider.navtop {
  display: none;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 1vh;
  padding-right: 25px;
  padding-left: 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;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #8e8e9c;
}

.brand.navbrand {
  display: none;
}

.navtopwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navtopwrapper.icon {
  width: 28px;
  height: 28px;
}

.navtopsplit {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navtopicon {
  position: absolute;
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 95%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navcontainer.navtop-container {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.logoimage {
  height: 80%;
  max-height: 12vh;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbartoplink {
  color: #ecf0f1;
  font-size: 16px;
  text-decoration: none;
}

.navbartoplink:hover {
  color: #fff;
}

.navbartop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 101;
  height: 65px;
  max-width: 100vw;
  padding-top: 3px;
  padding-bottom: 3px;
  background-image: linear-gradient(135deg, #0e6dad, #263d8f 55%);
}

.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: rgba(237, 239, 242, 0.6);
}

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

.nav-link-drop-down {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

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

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

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

.dropdownlink {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 5px 10px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #192024;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.dropdownlink:hover {
  background-color: rgba(201, 205, 217, 0.8);
  color: #797979;
}

.navbarlinkwrapper {
  overflow: hidden;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0vh;
  right: 0px;
  z-index: 100;
  width: 100vw;
  height: 79px;
  max-width: 100vw;
  margin-top: 65px;
  padding-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.navbarlink {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #192024;
  font-size: 17px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.navbarlink.w--current {
  color: #263d8f;
}

.navbar_line {
  width: 100%;
  height: 2.5px;
  margin-top: -2px;
  background-color: #2e9dff;
}

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

.new-item-wrapper {
  margin-right: 25px;
  margin-bottom: 0px;
}

.new-item-wrapper.main {
  padding: 10px;
  background-color: rgba(236, 244, 252, 0.45);
}

.headernav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  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;
}

.headernav.landscape {
  display: none;
}

.spaceblock {
  font-size: 4.5px;
}

.navmenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.dropdown-list {
  position: absolute;
  left: 30px;
  display: none;
}

.dropdown-list.w--open {
  position: absolute;
  left: -30px;
  display: block;
  margin-top: 26px;
  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);
}

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

.body {
  background-color: #fff;
  font-family: 'Libre Franklin', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 1.6;
}

.subfooterwrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.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.f {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.container-4.f {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  max-width: 1100px;
  padding-right: 4vw;
  padding-left: 4vw;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  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-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.link-5 {
  display: inline;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #dcdcdc;
  text-decoration: none;
}

.link-5.subfooterlink {
  color: #ffe4e4;
}

.link-5.subfooterlink:hover {
  color: #bfe0ff;
  text-decoration: underline;
}

.footertitle {
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 35px;
  line-height: 1.2;
  text-decoration: none;
}

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

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

.footermenu:hover {
  color: #d6f2fe;
}

.footermenu.sub {
  padding-left: 5px;
  font-size: 18px;
  font-weight: 400;
}

.sub-footer-2 {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: 40px;
  padding-top: 14px;
  padding-bottom: 10px;
  background-color: rgba(233, 33, 39, 0.73);
}

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

.footerlink {
  display: inline;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #6a859c;
  font-size: 18px;
  text-decoration: none;
}

.footerlink:hover {
  color: #d6f2fe;
}

.footerlink.nohover {
  cursor: default;
}

.footerlink.nohover:hover {
  color: #6a859c;
}

.footerlink.now {
  white-space: nowrap;
}

.footwrapper {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #0d2a54;
}

.footerparagraph {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  line-height: 1.3;
}

.footerparagraph.last {
  margin-top: 15px;
  line-height: 1.6;
}

.footeritemwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  -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;
  line-height: 1;
}

.subfootertext {
  margin-bottom: 0px;
  padding-left: 0px;
  color: #ffe4e4;
  font-size: 14px;
  text-align: center;
}

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

.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.black {
  background-color: rgba(0, 0, 128, 0.2);
}

.bg.buttoncolorbg {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #263d8f;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.bg.buttoncolorbg.dc {
  background-color: #ecf0f1;
}

.bg.topsectionbg {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 80%;
  object-position: 50% 80%;
}

.bg.topsectiongradient {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg.homesibg {
  overflow: hidden;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.6);
}

.bg.homes1gradient {
  z-index: 2;
  display: none;
  background-color: rgba(191, 224, 255, 0.8);
}

.homefeaturewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 230px;
  margin: 21px;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  cursor: pointer;
}

._6050_3040 {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 50px;
}

._6050_3040.differbg1 {
  background-color: #537ebb;
}

.slideitem {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336vw;
  height: 20vw;
  padding: 15px 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: -webkit-gradient(linear, left top, left bottom, from(rgba(105, 185, 255, 0.3)), to(rgba(105, 185, 255, 0.3))), url('../images/passenger.jpg');
  background-image: linear-gradient(180deg, rgba(105, 185, 255, 0.3), rgba(105, 185, 255, 0.3)), url('../images/passenger.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: background-color 700ms ease;
  transition: background-color 700ms ease;
}

.slideitem:hover {
  z-index: 4;
  border-bottom-color: #81c4ee;
  background-image: url('../images/passenger.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.3);
}

.pagewrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-top: -79px;
  background-color: #fff;
}

.pagewrapper.nonepadding {
  margin-top: 0vh;
}

.homesticker {
  position: fixed;
  top: 23vh;
  right: 2vw;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.7);
}

.paragraph-16-copy {
  margin-bottom: 0px;
  padding: 5px 15px 5px 10px;
  background-color: #263d8f;
  color: #fcddd7;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.paragraph-16 {
  margin-bottom: 0px;
  padding: 3px 5px;
  background-color: #e92127;
  color: ivory;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}

.div-block-20 {
  position: absolute;
  left: auto;
  right: 0%;
  bottom: auto;
  z-index: 51;
  width: 20px;
  height: 20px;
  color: #192024;
  text-align: center;
  cursor: pointer;
}

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

.space {
  font-size: 13px;
}

.white-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  -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-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #fff;
  line-height: 1.3;
}

.white-text.paragraph {
  width: 90%;
  min-height: 0px;
  color: #fff;
  text-align: center;
}

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

.link-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 45vw;
  margin-bottom: 20px;
  padding: 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;
  text-decoration: none;
}

.section-title-group {
  margin-bottom: 14px;
}

.white-box {
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  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;
  border-style: none;
  background-color: transparent;
}

.container-8 {
  color: #6a859c;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.featurefront {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.paragraph-15 {
  position: relative;
  margin-bottom: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  color: ivory;
  font-size: 3em;
  font-weight: 700;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-15.back {
  padding: 10px 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.homefeaturewrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  height: 31.693vw;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  cursor: pointer;
}

.homefeatureswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.image-3 {
  position: relative;
  height: 60px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.featureback {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff1b1b;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, rgba(0, 0, 0, 0.36), hsla(0, 0%, 100%, 0.1));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.formcontainer {
  position: relative;
  z-index: 5;
  max-width: 90vw;
  padding: 10px 24px;
  background-color: #fff;
}

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

.ratetag.ratetagheader {
  font-weight: 700;
}

.detailrates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

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

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

.section_divider {
  position: absolute;
  left: 5%;
  top: 0%;
  right: 5%;
  bottom: auto;
  width: 90%;
  height: 1px;
  border-top: 1px dashed #bec3c7;
}

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

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

.container-9 {
  z-index: 1;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-9._84vw {
  padding-right: 8vw;
  padding-left: 8vw;
}

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

.detailrate {
  margin-bottom: 0px;
}

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

.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: #263d8f;
  background-color: #fff;
}

.yellowbutton {
  position: relative;
  overflow: hidden;
  padding: 10px 35px;
  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);
}

.pricingtab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.5px solid #69b9ff;
  border-radius: 0px;
}

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

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

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

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

.report_section {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 75px;
  background-color: transparent;
}

.featuresection {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 50px;
}

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

.list {
  margin-bottom: 0px;
  padding-left: 30px;
  color: #2e9dff;
}

.list-item {
  color: #0e6dad;
  text-align: left;
}

.div-block-31 {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: 300px;
  perspective: 300px;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32.red {
  background-color: #fcd3d3;
}

.div-block-32.blue {
  background-color: #ecf4fc;
}

.paymenticon {
  width: 120px;
  height: 90px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.feature {
  max-width: 100vw;
}

.container.special {
  max-width: none;
  padding-right: 5vw;
  padding-left: 5vw;
}

.buttonn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 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;
  color: #fff;
  text-decoration: none;
}

.buttonn.herob {
  margin-top: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #ecf4fc;
}

.buttonn.dc {
  color: #263d8f;
}

.buttonboard {
  position: absolute;
  left: 10px;
  width: 90%;
  height: 120%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0 0 0 3px #1078bd;
}

.buttonboard.herob {
  box-shadow: 0 0 3px 1px red, 0 0 0 2px #d22b2b;
}

.buttonboard.dc {
  box-shadow: 0 0 0 3px #bfe0ff;
}

.buttontext {
  position: relative;
}

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

.servicesection {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: transparent;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #ecf0f1;
  text-align: center;
}

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

.imagerotatewrapper {
  overflow: hidden;
  width: 50%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-39 {
  position: relative;
  width: 100%;
  margin-left: 30px;
  padding-left: 30px;
}

.vlineleft {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1.5px;
  height: 80%;
  background-color: #ecf4fc;
}

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

.paragraph-22 {
  margin-bottom: 30px;
  color: #ecf4fc;
}

.topsection {
  position: relative;
  overflow: hidden;
  padding-top: 116px;
  padding-bottom: 39px;
}

.topsectioncontentwrapper {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.topsectiontitle {
  position: relative;
  color: #192024;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
}

.hline {
  position: relative;
  width: 30%;
  height: 1.5px;
  background-color: #e92127;
}

.topsectiontitlebg {
  position: absolute;
  top: -20px;
  opacity: 0.16;
  color: #192024;
  font-size: 45px;
  line-height: 1.4;
  white-space: nowrap;
}

.div-block-38-copy {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 70%;
  -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: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr auto 1fr;
  grid-template-columns: 1.5fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.aucontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vline {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1.5px;
  height: 80%;
  background-color: #2e9dff;
}

.vline.differp {
  position: static;
}

.div-block-40 {
  display: -ms-grid;
  display: grid;
  margin-left: 10px;
  padding: 20px 25px 30px;
  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;
  border-style: solid;
  border-width: 10px;
  border-color: #0e6dad;
}

._20_18 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #0e6dad;
  font-size: 20px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.div-block-41 {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._17_15p.bottonp {
  margin-bottom: 20px;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  padding-bottom: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #bec3c7;
}

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

.scontentwrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-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;
}

.simagewrapper {
  position: relative;
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.div-block-1 {
  position: relative;
  left: 25%;
  top: -10%;
  display: -ms-grid;
  display: grid;
  width: 70%;
  padding: 15px 18px 20px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 10px;
  border-color: #e92127;
  background-color: #fff;
}

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

.servicelist {
  margin-bottom: 30px;
  padding-left: 20px;
}

.list-item-2 {
  text-align: left;
}

.servicetitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #263d8f;
  font-size: 32px;
  line-height: 1.3;
  text-align: left;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px dashed rgba(233, 33, 39, 0.36);
}

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

.faq-icon-1 {
  position: absolute;
  width: 18px;
  min-height: 3px;
  background-color: #120850;
}

.faq-icon-1.sub {
  width: 16px;
}

.paragraph {
  margin-bottom: 10px;
  color: #6d768d;
  text-align: left;
}

.faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(31, 36, 50, 0.2);
}

.faq-icon-wrapper.sub {
  width: 40px;
  min-height: 40px;
  min-width: 40px;
}

.faq-icon-2 {
  position: absolute;
  width: 3px;
  min-height: 18px;
  background-color: #120850;
}

.faq-icon-2.sub {
  min-height: 16px;
}

.paymentcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  cursor: pointer;
}

.paymentin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paymentop {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 80%;
  -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: 25px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr auto 1fr;
  grid-template-columns: 1.5fr auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.paymentp {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
}

.section {
  padding-top: 60px;
  padding-bottom: 25px;
}

.text-span-19 {
  font-size: 16px;
  line-height: 1.2;
}

.paragraph-27 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

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

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

.nowrap {
  white-space: nowrap;
}

.slide-nav {
  display: none;
}

.image-9 {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.slider {
  height: 350px;
  background-color: transparent;
}

.cardfronttext {
  position: relative;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  color: ivory;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.right-arrow-2 {
  display: none;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.link-6.redlink {
  color: #d2042d;
}

.slide {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/road18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section1 {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.sliderhomebg {
  position: absolute;
  left: -2%;
  top: -2%;
  right: 0%;
  bottom: 0%;
  width: 104%;
  height: 104%;
  background-color: transparent;
  -webkit-filter: brightness(110%) grayscale(50%) blur(8px);
  filter: brightness(110%) grayscale(50%) blur(8px);
}

.homes1contentwrapper-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 123px;
  margin-bottom: 60px;
  padding: 20px 50px 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(255, 255, 255, 0.7);
  -webkit-perspective: 100px;
  perspective: 100px;
}

.slide-2 {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/passenge1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s1subheading-2 {
  margin-top: 10px;
  color: #d22b2b;
  font-size: 20px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.left-arrow-2 {
  display: none;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.div-block-47 {
  position: absolute;
  left: 5.7%;
  top: 0.5%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 88.5%;
  height: 68.5%;
  border-radius: 1000px;
}

.mapblur {
  position: absolute;
  left: 0.3%;
  top: 0.1%;
  right: auto;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  width: 97.9%;
  height: 66.9%;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0.38);
}

.mapsection-2 {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 70px;
  background-color: #d6f2fe;
}

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

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

.list-copy-2 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: square;
}

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

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

.mapcontainer-2 {
  display: -ms-grid;
  display: grid;
  max-width: 80%;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.mapwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 38.79vw;
  max-height: 517.201px;
  max-width: 400px;
  -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;
}

.s1heading-3 {
  margin-top: 52px;
  color: #192024;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.s1heading-3.opcaitybg {
  position: absolute;
  left: auto;
  top: 0px;
  margin-top: 28px;
  opacity: 0.16;
  font-size: 86px;
}

.slide-3 {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/airport2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navtopsplit2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttom {
  width: 100%;
  height: 0px;
  background-color: #9f1829;
}

.sb {
  font-size: 1px;
}

.list-item-3 {
  text-align: left;
}

.namelistwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #ecf0f1;
  cursor: pointer;
}

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

.citylist {
  padding-left: 20px;
}

@media screen and (min-width: 1440px) {
  .dropdown-list-wrapper:hover {
    font-style: normal;
    font-weight: 400;
  }

  .nav-link-drop-down {
    display: inline-block;
  }

  .navbarlink {
    line-height: 1.6;
  }

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

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

@media screen and (max-width: 991px) {
  ._32_25.subnopad {
    font-size: 25px;
  }

  ._32_25.sub {
    font-size: 25px;
  }

  .service {
    padding-bottom: 80px;
  }

  .image.origin {
    height: 80%;
  }

  .brand {
    height: 11vh;
    margin-top: 0.5vh;
  }

  .navcontainer.navbarcontainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logoimage {
    max-height: 11vh;
  }

  .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: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

  .nav-menu-button {
    width: 50px;
    max-height: 10vh;
    max-width: 10vh;
    min-height: 50px;
    min-width: 50px;
    padding: 0px;
    background-color: rgba(255, 253, 241, 0.3);
    -webkit-perspective: 10000px;
    perspective: 10000px;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }

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

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

  .nav-menu-button.w--open:hover {
    background-image: none;
  }

  .navbar {
    border-bottom-width: 2.5px;
  }

  .navbuttonicons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 20px;
    max-height: 10vh;
    -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;
  }

  .navbar_line {
    height: 1.5px;
    margin-top: -1.5px;
  }

  .new-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding: 8px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .new-item-wrapper.main {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .new-item-wrapper.main.landscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }

  .headernav {
    margin-right: 24px;
    margin-left: 24px;
    -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;
  }

  .headernav.landscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hearder-button-line-bottom {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #2e9dff;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .hearder-button-line-top {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #2e9dff;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .navmenu {
    position: absolute;
    overflow: hidden;
    width: 80vw;
    max-height: 88vh;
    max-width: 100%;
    margin-left: 10vw;
    padding-top: 20px;
    padding-bottom: 17px;
    border-top: 2px solid #4747cf;
    background-color: #fff;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, 0.08), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
  }

  .dropdown-list {
    position: relative;
    left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-list.w--open {
    position: static;
    display: block;
    margin-top: 15px;
    padding: 13px 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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .subfooterwrapper {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container-4.f {
    padding-right: 50px;
    padding-left: 50px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-4.f {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1.2fr;
    grid-template-columns: 1fr 1.2fr;
  }

  .footertitle {
    margin-top: 0px;
    font-size: 35px;
  }

  .sub-footer-2 {
    margin-top: 30px;
  }

  .footerparagraph.last {
    margin-top: 0px;
    padding-left: 0px;
  }

  .homefeaturewrapper {
    width: 360px;
    height: 220px;
  }

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

  .white-text {
    min-height: 0px;
  }

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

  .link-block {
    max-width: none;
    min-height: 270px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-15.back {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 1.4;
  }

  .homefeaturewrapper-2 {
    width: 40vw;
    height: 45.276vw;
  }

  .homefeatureswrapper {
    padding-right: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .formcontainer {
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .pricingsection {
    padding-top: 20px;
  }

  .pricingtab {
    width: 100%;
  }

  .topbluetitle {
    font-size: 25px;
  }

  .report_section {
    padding-bottom: 50px;
  }

  .featuresection {
    padding-top: 20px;
  }

  .servicesection {
    padding-top: 30px;
  }

  .div-block-39 {
    margin-left: 20px;
    padding-left: 20px;
  }

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

  .topsectiontitle {
    font-size: 30px;
  }

  .div-block-38-copy {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .aucontentwrapper {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .vline.differp {
    width: 100%;
    height: 1.5px;
  }

  .div-block-40 {
    margin-top: 10px;
    margin-left: 0px;
  }

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

  .scontentwrapper {
    margin-top: 0%;
    grid-row-gap: 17px;
  }

  .simagewrapper {
    width: 55%;
  }

  .div-block-1 {
    left: -5%;
    top: 5%;
    width: auto;
  }

  .servicelist {
    display: -ms-grid;
    display: grid;
    margin-bottom: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paymentin {
    width: 100%;
  }

  .paymentin.city {
    display: none;
  }

  .paymentop {
    width: auto;
  }

  .right-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    height: 50%;
    margin-top: -6px;
  }

  .left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    height: 50%;
  }

  .homes1contentwrapper-2 {
    margin-bottom: 40px;
    padding-right: 35px;
    padding-left: 35px;
  }

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

  .list-copy-2 {
    display: -ms-grid;
    display: grid;
    margin-bottom: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

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

  .mapcontentwrapper {
    display: none;
    padding-left: 0%;
  }

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

  .citylist {
    display: -ms-grid;
    display: grid;
    margin-bottom: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  ._32_25 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  ._32_25.subnopad {
    font-size: 25px;
  }

  ._32_25.sub {
    font-size: 25px;
  }

  ._8080_3535 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .service {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .icon {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .dropdown {
    display: block;
    background-color: #2e80b6;
  }

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

  .containeru.s1c1 {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .image {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .image.origin {
    height: auto;
  }

  .navtop-paragraph {
    font-size: 2.5vh;
  }

  .brand {
    max-width: 37vw;
  }

  .navtopwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .navtopwrapper.icon {
    width: 25px;
    height: 25px;
  }

  .navcontainer.navtop-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 12px;
  }

  .navbartoplink {
    font-size: 14px;
  }

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

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

  .nav-menu-button {
    width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .dropdownlink {
    margin-bottom: 0px;
    padding-top: 7px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }

  .navbar {
    height: 70px;
  }

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

  .new-item-wrapper.dropdown {
    background-color: transparent;
  }

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

  .spaceblock {
    font-size: 3px;
  }

  .navmenu {
    padding-top: 15px;
    padding-bottom: 12px;
  }

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

  .body {
    padding-bottom: 0px;
  }

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

  .container-4.f {
    padding-right: 30px;
    padding-left: 30px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-4.f {
    padding-right: 6vw;
    padding-left: 8vw;
    grid-row-gap: 13px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer {
    position: relative;
  }

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

  .footermenu {
    font-size: 17px;
  }

  .footermenu.sub {
    font-size: 17px;
  }

  .sub-footer-2 {
    padding-top: 10px;
    padding-bottom: 7px;
  }

  .footer_icon {
    height: 19px;
  }

  .footerlink {
    font-size: 17px;
  }

  .footwrapper {
    padding-top: 40px;
  }

  .subfootertext {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  ._6050_3040 {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .slideitem {
    width: 100vw;
    height: 45vw;
    margin-bottom: 0px;
    padding-top: 1.3vh;
    padding-bottom: 1.3vh;
  }

  .slideitem:hover {
    padding-top: 1.25vh;
    padding-bottom: 1.35vh;
  }

  .pagewrapper {
    margin-top: -70px;
  }

  .space {
    font-size: 7px;
  }

  .white-text {
    line-height: 1.5;
  }

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

  .link-block {
    width: 400px;
    height: 270px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-title-group {
    margin-bottom: 20px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .homefeaturewrapper-2 {
    width: 80vw;
    height: 90.55vw;
  }

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

  .tripsection {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .formcontainer {
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .container-9 {
    height: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .featuresection {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .list {
    padding-left: 20px;
  }

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

  .container {
    padding-right: 20px;
    padding-left: 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;
  }

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

  .imagerotatewrapper {
    width: 80vw;
    max-width: 450px;
  }

  .div-block-38 {
    -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-39 {
    width: auto;
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .vlineleft {
    right: 0%;
    bottom: auto;
    width: 80%;
    height: 1.5px;
    margin-right: auto;
    margin-left: auto;
  }

  .homeau {
    padding-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .topsectiontitle {
    margin-top: 15px;
  }

  .div-block-38-copy {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._20_18 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .simagewrapper {
    left: 5%;
    right: 5%;
    width: 90%;
  }

  .div-block-1 {
    left: auto;
    top: auto;
  }

  .servicetitle {
    font-size: 28px;
  }

  .paymentin {
    width: 100%;
    margin-bottom: 5px;
  }

  .paymentop {
    width: 100%;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .section {
    padding-top: 35px;
  }

  .right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: auto;
  }

  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    height: auto;
  }

  .homes1contentwrapper-2 {
    padding-right: 28px;
    padding-bottom: 40px;
    padding-left: 28px;
  }

  .s1subheading-2 {
    margin-top: 5px;
    font-size: 18px;
  }

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

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

  ._34_28 {
    font-size: 30px;
  }

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

  .mapwrapper {
    width: 80vw;
    height: 103.44vw;
  }

  .s1heading-3 {
    margin-top: 44px;
    font-size: 32px;
  }

  .s1heading-3.opcaitybg {
    font-size: 70px;
  }
}

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

  ._32_25.subnopad {
    font-size: 20px;
  }

  ._32_25.sub {
    font-size: 20px;
  }

  .dropdown {
    background-color: #192024;
  }

  .containeru {
    padding-right: 16px;
    padding-left: 16px;
  }

  .navtop-paragraph {
    font-size: 2.3vh;
  }

  .divider.navtop {
    display: block;
    width: 1px;
    height: 14px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #fff;
  }

  .brand {
    display: none;
  }

  .brand.navbrand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 65vw;
    margin-top: 0vh;
    margin-right: auto;
    padding-right: 0vw;
    padding-left: 0vw;
    background-color: transparent;
    box-shadow: none;
  }

  .brand.navbrand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    margin-right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navtopwrapper {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navtopwrapper.icon {
    width: 23px;
    height: 23px;
  }

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

  .navtopicon {
    margin-right: 3px;
  }

  .navcontainer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navcontainer.navtop-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: end;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navcontainer.navbarcontainer {
    max-width: 90%;
    -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;
  }

  .logoimage {
    width: 100%;
  }

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

  .hearder-button-line-medium {
    background-color: #192024;
  }

  .dropdownlink {
    padding-right: 10px;
    padding-left: 10px;
    white-space: normal;
  }

  .navbar {
    height: 65px;
    padding-top: 0px;
  }

  .navbarlink.major {
    color: #fff;
  }

  .new-item-wrapper {
    padding: 7px 12px;
  }

  .new-item-wrapper.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #263d8f;
  }

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

  .headernav.landscape {
    display: none;
  }

  .hearder-button-line-bottom {
    background-color: #192024;
  }

  .hearder-button-line-top {
    background-color: #192024;
  }

  .navmenu {
    width: auto;
    max-height: 91vh;
    margin-left: 0vw;
  }

  .dropdown-list.w--open {
    padding-right: 10px;
    padding-left: 10px;
  }

  .subfooterwrapper {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .container-4.f {
    padding-right: 10px;
    padding-left: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-4.f {
    padding-left: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footertitle {
    margin-bottom: 2px;
    font-size: 27px;
  }

  .footermenu {
    font-size: 16px;
  }

  .footermenu.sub {
    font-size: 16px;
  }

  .footer_icon {
    height: 18px;
    margin-top: 1.5px;
    margin-right: 6px;
  }

  .footerlink {
    font-size: 16px;
  }

  .footerlink.now {
    white-space: break-spaces;
  }

  .footwrapper {
    padding-top: 30px;
  }

  .footerparagraph {
    font-size: 16px;
  }

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

  .footeritemwrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
  }

  .homefeaturewrapper {
    width: 85vw;
    height: 60vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .slideitem {
    height: 48vw;
    padding-bottom: 10px;
  }

  .slideitem:hover {
    padding-top: 9px;
    padding-bottom: 11px;
  }

  .pagewrapper {
    margin-top: -65px;
  }

  .homesticker {
    top: auto;
    bottom: 2vh;
  }

  .footer-content-block {
    margin-left: 20px;
  }

  .white-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.4;
  }

  .white-text.paragraph {
    margin-top: 5px;
    font-size: 16px;
  }

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

  .link-block {
    width: 85vw;
    height: 60vw;
    min-height: 0px;
    padding: 10px 5vw;
  }

  .section-title-group {
    margin-bottom: 10px;
  }

  .white-box.transparent {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-15 {
    font-size: 2.2em;
  }

  .paragraph-15.back {
    font-size: 3.5vw;
  }

  .homefeaturewrapper-2 {
    width: 90vw;
    height: 101.87vw;
  }

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

  .image-3 {
    height: 50px;
  }

  .formcontainer {
    max-width: 95vw;
    padding-right: 3px;
    padding-bottom: 10px;
    padding-left: 3px;
    border-radius: 10px;
  }

  .ratetag {
    font-size: 22px;
  }

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

  .pricingtitle {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 25px;
    font-weight: 800;
  }

  .container-9 {
    height: auto;
    padding-right: 11px;
    padding-left: 11px;
  }

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

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

  .pricingtab {
    width: 100%;
  }

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

  .topbluetitle {
    font-size: 20px;
  }

  .report_section {
    padding-top: 15px;
  }

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

  .paymenticon {
    width: 38vw;
    height: 27vw;
  }

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

  .buttontext.smaller {
    font-size: 15.5px;
  }

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

  .div-block-39 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .topsection {
    padding-top: 70px;
    padding-bottom: 11px;
  }

  .topsectiontitle {
    margin-bottom: 7px;
    font-size: 26px;
    line-height: 1.3;
  }

  .topsectiontitlebg {
    font-size: 35px;
    letter-spacing: 2px;
  }

  .div-block-38-copy {
    left: auto;
    right: auto;
    width: 100%;
  }

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

  ._20_18 {
    font-size: 18px;
  }

  ._17_15p {
    font-size: 15px;
  }

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

  .div-block {
    left: auto;
    right: auto;
    width: 100%;
  }

  .scontentwrapper {
    padding-right: 10px;
    padding-left: 10px;
    grid-row-gap: 10px;
  }

  .simagewrapper {
    left: auto;
    right: auto;
    width: 100%;
  }

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

  .servicelist {
    margin-bottom: 0px;
    padding-left: 15px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .servicetitle {
    font-size: 25px;
  }

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

  .faq-icon-wrapper {
    width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

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

  .paymentin {
    margin-bottom: 0px;
  }

  .paymentop {
    grid-column-gap: 15px;
  }

  .div-block-43 {
    margin-bottom: 6px;
  }

  .slider {
    height: 60vw;
  }

  .cardfronttext {
    font-size: 1.9em;
  }

  .homes1contentwrapper-2 {
    margin-top: 89px;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .s1subheading-2 {
    font-size: 17px;
  }

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

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

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

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

  .s1heading-3 {
    margin-top: 29px;
    margin-bottom: 7px;
    font-size: 28px;
    letter-spacing: -0.5px;
  }

  .s1heading-3.opcaitybg {
    font-size: 50px;
  }

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

  .list-item-3 {
    font-size: 15px;
  }

  .namelisttitle {
    margin-bottom: 6px;
  }

  .citylist {
    margin-bottom: 0px;
    padding-left: 15px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-ebdadf0e-1de8-f21c-ef98-240fe1f68e4f-f1823db5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_778a7ee5-9a45-3821-2334-6d1bea953af2-f1823db5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a3c95d23-9b27-b250-9917-b00ec3ad1200-f1823db5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217ce0-f1823db5 {
  -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-_535d1f2c-3bc4-b51b-af04-4a67b9217ce3-f1823db5 {
  -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-_535d1f2c-3bc4-b51b-af04-4a67b9217d11-f1823db5 {
  -ms-grid-row-align: center;
  align-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;
}

#w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217d14-f1823db5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_7693469c-f585-e939-2f1c-4f21878d6ff9-878d6ff6 {
  -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-_7693469c-f585-e939-2f1c-4f21878d7006-878d6ff6 {
  -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-_7693469c-f585-e939-2f1c-4f21878d700f-878d6ff6 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7693469c-f585-e939-2f1c-4f21878d701c-878d6ff6 {
  -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-e5ed681d-8b0e-81d1-1c29-bd105b2cd781-5b2cd77f {
  -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-e5ed681d-8b0e-81d1-1c29-bd105b2cd78a-5b2cd77f {
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e5ed681d-8b0e-81d1-1c29-bd105b2cd78c-5b2cd77f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4d80ba90-8a91-a3e2-1c02-239025165987-f8823db6 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-ae823dbd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f42a35a9-f88e-033c-4938-eda7154d2379-50823dbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-d33b6311-a259-0222-550b-feda374fba3d-50823dbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_92f3d8b5-1681-d87c-da67-8ff1e5a53344-50823dbf {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_85939a1d-b6bd-1b81-b407-0ba99e05ba25-a9823dc5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_06f39bfe-2782-0714-e3b3-668739e8f1e8-a9823dc5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d169a496-90ae-4bf2-78a2-d8d2037df95f-a9823dc5 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d169a496-90ae-4bf2-78a2-d8d2037df962-a9823dc5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2447811d-4dd4-2335-0fb9-e830f6c65d3c-a9823dc5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2447811d-4dd4-2335-0fb9-e830f6c65d45-a9823dc5 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2447811d-4dd4-2335-0fb9-e830f6c65d52-a9823dc5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_747b253e-79de-8ee7-7d05-e6de0effb4c8-a9823dc5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-51b5ed99 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-a36ef14b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_81dfe8ff-3ad1-a083-0a10-893f3c3ce15f-f1823db5 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217ce0-f1823db5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217d11-f1823db5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217d14-f1823db5 {
    -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-_7693469c-f585-e939-2f1c-4f21878d6ff9-878d6ff6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_7693469c-f585-e939-2f1c-4f21878d7006-878d6ff6 {
    -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-_7693469c-f585-e939-2f1c-4f21878d700f-878d6ff6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_7693469c-f585-e939-2f1c-4f21878d701c-878d6ff6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-ae823dbd {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d52decec-faf0-1534-d803-b98718fe6ea0-18fe6ea0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_85939a1d-b6bd-1b81-b407-0ba99e05ba25-a9823dc5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_747b253e-79de-8ee7-7d05-e6de0effb4c8-a9823dc5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-51b5ed99 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-a36ef14b {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_81dfe8ff-3ad1-a083-0a10-893f3c3ce15f-f1823db5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217d11-f1823db5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7693469c-f585-e939-2f1c-4f21878d6ff9-878d6ff6 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_7693469c-f585-e939-2f1c-4f21878d7006-878d6ff6 {
    -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;
  }

  #contact.w-node-_7693469c-f585-e939-2f1c-4f21878d700f-878d6ff6 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_7693469c-f585-e939-2f1c-4f21878d701c-878d6ff6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e5ed681d-8b0e-81d1-1c29-bd105b2cd78a-5b2cd77f {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-e5ed681d-8b0e-81d1-1c29-bd105b2cd78c-5b2cd77f {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -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;
  }

  #w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-ae823dbd {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-d52decec-faf0-1534-d803-b98718fe6ea0-18fe6ea0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-e8210c86-74f0-0b0a-c3ec-e8e0d30cef89-50823dbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-f42a35a9-f88e-033c-4938-eda7154d2379-50823dbf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d33b6311-a259-0222-550b-feda374fba3d-50823dbf {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-dfe3a576-39cb-8247-acc2-bad71a105ae6-50823dbf {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_85939a1d-b6bd-1b81-b407-0ba99e05ba25-a9823dc5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_747b253e-79de-8ee7-7d05-e6de0effb4c8-a9823dc5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-51b5ed99 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-a36ef14b {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7693469c-f585-e939-2f1c-4f21878d6ff9-878d6ff6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_7693469c-f585-e939-2f1c-4f21878d7006-878d6ff6 {
    -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;
  }

  #contact.w-node-_7693469c-f585-e939-2f1c-4f21878d700f-878d6ff6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_7693469c-f585-e939-2f1c-4f21878d701c-878d6ff6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e5ed681d-8b0e-81d1-1c29-bd105b2cd781-5b2cd77f {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-e5ed681d-8b0e-81d1-1c29-bd105b2cd78a-5b2cd77f {
    -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-e5ed681d-8b0e-81d1-1c29-bd105b2cd78c-5b2cd77f {
    -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: auto;
    justify-self: auto;
  }
}

