:root {
  --dim-grey: #364258;
  --white: white;
  --shadow: rgba(55, 55, 55, .35);
  --black: black;
  --transparent-c: rgba(255, 255, 255, .34);
  --dim-grey-2: #bdbec0;
  --gainsboro: #ececec;
  --dark-turquoise: #db1f1f;
  --navbarbg: rgba(236, 236, 236, .8);
  --gold: #00c6e0;
  --dodger-blue: #ff8614;
  --light-steel-blue-2: #f3ee83;
  --turquoise: #0089b4;
  --light-steel-blue: #aaaedd;
  --white-smoke: #f1f1f1;
}

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

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

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

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

p {
  margin-bottom: 0;
  padding-top: 0;
}

a {
  color: var(--dim-grey);
  text-decoration: underline;
}

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

.image.absolute {
  filter: blur(3px);
  background-color: #1c7fb3;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image.origin {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.image.origin.service1 {
  background-image: url('../images/mt1.jpg');
  background-position: 80%;
  background-size: cover;
}

.image.origin.service2 {
  background-image: url('../images/plt1.jpg');
  background-position: 80%;
  background-size: cover;
}

.navtop-paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.6;
}

.navtop-paragraph.sp {
  margin-bottom: .2rem;
}

.brand {
  z-index: 200;
  height: 8.2rem;
  flex: none;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 10%;
}

.navcontainer {
  height: 100%;
  max-width: 95%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navcontainer.navtopc {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: end;
  align-items: center;
  justify-items: end;
  display: flex;
}

.navcontainer.navbarcontainer {
  flex-direction: row;
  justify-content: flex-end;
}

.logoimage {
  height: 100%;
  max-width: none;
  object-fit: contain;
  padding-bottom: 1%;
}

.dropdown-list-wrapper {
  background-color: var(--white);
  box-shadow: 0 10px 17px -13px var(--shadow);
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  padding: .5rem .6rem .6rem;
  display: flex;
}

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

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

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

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

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

.dropdownlink {
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .25rem 1.25rem;
  font-size: 1.3vw;
  text-decoration: none;
  transition: background-color .3s;
}

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

.navbarlinkwrapper {
  overflow: hidden;
}

.navbar {
  z-index: 100;
  height: 5.5rem;
  max-width: 100%;
  min-width: 100%;
  perspective: 3000px;
  transform-origin: 50% 0;
  letter-spacing: -.5px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 2.7rem;
  left: 0;
  right: 0;
}

.navbarlink {
  transform-origin: 0 100%;
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 3px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  text-decoration: none;
  transition: transform .35s;
  display: block;
  transform: perspective(500px);
}

.navbarlink:hover {
  transform: rotate(-3deg);
}

.navbar_line {
  width: 100%;
  height: 1.5px;
  background-color: var(--dim-grey-2);
  margin-top: -2px;
  display: none;
}

.new-item-wrapper {
  margin-bottom: 0;
  margin-left: 1vw;
  margin-right: 1vw;
}

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

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

.headernav.landscape {
  display: none;
}

.spaceblock {
  font-size: 4.5px;
}

.navmenu {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
}

.dropdown-list.w--open {
  background-color: #f5f7fa;
  margin-top: 26px;
  padding: 30px 20px;
  display: block;
  position: absolute;
  left: -30px;
  box-shadow: 0 1px 9px rgba(9, 7, 24, .05), 0 24px 38px rgba(18, 8, 80, .1);
}

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

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Helvetica, sans-serif;
  font-size: 1.17rem;
  line-height: 1.6;
}

.footer {
  background-color: var(--black);
  color: var(--dim-grey-2);
  background-image: none;
  flex-direction: column;
  display: flex;
  position: relative;
}

.bg {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.topsectionbg {
  width: 100%;
  height: 100%;
  opacity: .2;
  filter: blur(2px);
  object-fit: cover;
  object-position: 50% 30%;
}

.bg.topsectionbg.p1 {
  object-position: 50% 74%;
}

.bg.topsectionbg.p2 {
  object-position: 50% 21%;
}

.bg.topsectiongradient {
  background-color: var(--gainsboro);
}

.bg.herobg {
  width: 100%;
  height: 100%;
  transform-origin: 0 100%;
  object-fit: cover;
  position: relative;
}

.bg.herobg.car {
  z-index: 1;
  width: 45%;
  object-fit: contain;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 6%;
}

.bg.herobgwrapper {
  z-index: 1;
  width: 50%;
  height: 100%;
  perspective: 1000px;
  transform-origin: 0 100%;
  object-fit: cover;
  display: flex;
  left: auto;
  overflow: hidden;
}

.bg.servicecover {
  background-color: var(--dark-turquoise);
}

.bg.herobgslider {
  height: 100%;
  transform-origin: 0 100%;
  background-color: rgba(0, 0, 0, 0);
}

.bg.image.servicesbg {
  opacity: .16;
  filter: contrast(200%);
  background-image: url('../images/citybg1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg.navbarbg {
  background-color: var(--navbarbg);
  box-shadow: 0 0 6px 0 var(--shadow);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.bg.format1 {
  opacity: .4;
  object-fit: cover;
}

.bg.heroslidebg {
  opacity: .67;
  object-fit: cover;
}

.homefeaturewrapper {
  width: 27.5vw;
  height: 32vw;
  max-height: 350px;
  perspective: 1000px;
  cursor: pointer;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  margin: 12px 1vw;
  transition: transform 1s;
  display: flex;
  position: relative;
}

.slideitem {
  z-index: 2;
  width: 33.3333vw;
  height: 20vw;
  perspective: 1000px;
  background-image: linear-gradient(rgba(105, 185, 255, .3), rgba(105, 185, 255, .3)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  transition: background-color .7s;
  display: flex;
  position: relative;
}

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

.pagewrapper {
  overflow: hidden;
}

.pagewrapper.white {
  background-color: var(--white);
}

.white-text {
  width: 90%;
  transform-origin: 50% 100%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-21 {
  grid-column-gap: 2.2rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.25rem 2.0625rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.servicecard-wrapper {
  text-align: center;
}

.servicecard-wrapper.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.homefeaturewrapper-2 {
  width: 28vw;
  height: 31.693vw;
  perspective: 1000px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  transition: transform 1s;
  display: flex;
  position: relative;
}

.section_m {
  z-index: 5;
  max-width: 100vw;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.yellowbutton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #ffd103;
  border-radius: 1000px;
  padding: 10px 35px;
  transition: background-color .3s, transform .3s;
  position: relative;
  overflow: hidden;
}

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

.div-block-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 86vw;
  max-width: 110rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.heroc {
  z-index: 2;
  width: 90vw;
  max-width: none;
  position: relative;
}

.container.large {
  width: 100vw;
  max-width: none;
  margin-left: 0;
}

.section_xl {
  transform-origin: 50% 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section_xl.format1 {
  background-color: var(--dark-turquoise);
}

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

.imagerotatewrapper {
  width: 31vw;
  height: 100%;
  max-width: 40rem;
  min-height: 100%;
  perspective: 1000px;
  transform-origin: 0 100%;
  flex: none;
  overflow: hidden;
}

.imagerotatewrapper.format1 {
  max-width: 33rem;
  min-height: 18vw;
}

.div-block-38 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-39 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-left: 5vw;
  display: flex;
  position: relative;
}

.homeau {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-22 {
  margin-top: .7rem;
  margin-bottom: 2rem;
}

.topsection {
  padding-top: 7.4rem;
  padding-bottom: 5.5rem;
  position: relative;
  overflow: hidden;
}

.topsectioncontentwrapper {
  perspective: 1000px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

._20_18 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

._17_15p {
  font-size: 15px;
  line-height: 1.45;
}

._17_15p.bottonp {
  margin-bottom: 10px;
  font-size: 16px;
}

.div-block-3 {
  border-bottom: 1px solid var(--transparent-c);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

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

.s1subheading {
  color: #d22b2b;
  margin-bottom: 40px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
}

.link-6 {
  color: var(--dark-turquoise);
  text-decoration: none;
}

.homes1 {
  background-color: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.div-block-33 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 6vw;
  display: flex;
}

.s1heading {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  transform-origin: 50% 100%;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: .6rem;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.homes1contentwrapper {
  z-index: 3;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-right: 55%;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--gold);
  box-shadow: 0 0 0 2px var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: .05rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 1rem 1.6rem;
  font-size: 1.07rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s, transform .32s;
  position: relative;
  overflow: hidden;
  transform: translate(7px, -7px);
}

.button:hover {
  background-color: var(--dodger-blue);
  color: #ecf0f1;
  transform: translate(0);
}

.button.navbutton {
  padding: .8rem 1rem;
  font-size: 1.2vw;
  display: block;
  transform: none;
}

.div-block-50 {
  width: 100%;
  grid-column-gap: 4vw;
  grid-row-gap: 2.1875rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.footercontent {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.6rem;
  display: flex;
  position: relative;
}

.sub-footer {
  z-index: 4;
  width: 100%;
  border-top: 1px solid var(--transparent-c);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-top: .9375rem;
  padding-bottom: .75rem;
  display: flex;
  position: relative;
}

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

.footerc {
  z-index: 1;
  width: 86%;
  max-width: none;
  color: var(--gainsboro);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.s1subheadinglist {
  color: var(--dark-turquoise);
  margin-bottom: 2.5rem;
  padding-left: 1.25rem;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.button_sub {
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 5px;
  padding: 13px 25px 12px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: transform .32s, box-shadow .32s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .33);
}

.button_sub:hover {
  box-shadow: 0 11px 19px -15px var(--shadow);
  transform: translate(0, -1px);
}

.button_sub:active {
  transform: translate(0);
  box-shadow: 0 7px 15px -5px rgba(0, 0, 0, .24);
}

.div-block-4 {
  width: 70%;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border: 8px solid #2bb673;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 23px 22px 27px;
  display: grid;
  position: relative;
  top: -65px;
  left: 25%;
  box-shadow: 0 0 10px -5px #696969;
}


.iframecode.hide {
  display: block;
}

.buttonbg {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buttontext {
  z-index: 1;
  text-shadow: 0 1px 3px var(--black);
  position: relative;
}

.space20 {
  height: 20px;
}

.list-item-5 {
  margin-bottom: .2rem;
  list-style-type: disc;
}

.s1subheading1 {
  margin-bottom: 2rem;
  font-style: italic;
  line-height: 1.3;
}

.para_l {
  font-size: 1.187rem;
}

.title_xxl {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.topimagebg {
  color: #1c7fb3;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.topimagebg.filtered {
  z-index: -1;
  width: 170px;
  opacity: .34;
  filter: saturate(200%) blur(3px) contrast(200%);
  object-fit: contain;
  font-size: 86px;
  display: none;
  position: absolute;
  top: -70%;
  left: 84%;
}

.title_l {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5625rem;
  line-height: 1.4;
  position: relative;
}

.title_l.format1 {
  width: 90%;
  min-height: 3.5rem;
  transform-origin: 50% 100%;
  color: var(--white);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: .94rem;
  display: flex;
}

.container-5 {
  z-index: 1;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

._25_20 {
  color: #000;
  text-align: left;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

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

._4590_2540 {
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 90px;
}

.cutitlewrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
}

.cucontentwrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.cublock {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin-top: 2rem;
  padding-top: 50px;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
  position: relative;
}

.link-9 {
  color: #1c7fb3;
}

.navbartop {
  z-index: 99;
  height: 2.7rem;
  max-width: 100%;
  min-width: 100%;
  background-color: var(--dark-turquoise);
  background-image: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navtopwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: .1rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.text-span-27 {
  font-size: 1.2rem;
  display: inline-block;
}

.section_0 {
  background-color: var(--white);
  position: relative;
}

.slide-nav {
  display: none;
}

.left-arrow, .right-arrow {
  cursor: pointer;
  display: block;
}

.block-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-image.about-us-img {
  background-image: url('../images/365ridezvan2.png');
  background-position: 50% 55%;
  background-size: contain;
  position: relative;
}

.imagewrapper {
  width: 21vw;
  height: 100%;
  border: 2px solid #000;
  flex: none;
  padding: 1.9rem;
  position: relative;
  overflow: hidden;
}

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

.paragraph-32 {
  text-align: center;
  margin-top: .2rem;
  margin-bottom: 1.875rem;
  line-height: 1.6;
}

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

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

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

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

.jobdescriptionwrapper {
  background-color: var(--gainsboro);
  border: 2px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

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

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

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

.section_l {
  padding-top: 4.6rem;
  padding-bottom: 5.6rem;
}

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

.section_l.format1 {
  background-color: var(--dodger-blue);
}

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

.arrow {
  display: inline-block;
}

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

.formwrapper {
  z-index: 2;
  min-width: 100%;
  background-color: #fff;
  margin-top: .8rem;
  position: relative;
}

.formcontainer-wrapper {
  z-index: 3;
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.list-2 {
  margin-left: .625rem;
  padding-left: 1.875rem;
  line-height: 1.4;
}

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

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

.dropdowniconwrapper {
  width: 2.8125rem;
  min-height: 2.8125rem;
  min-width: 2.8125rem;
  border: 2px solid var(--black);
  box-shadow: 0 1px 3px -1px var(--shadow);
  cursor: pointer;
  background-color: #fff;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: .625rem;
  bottom: auto;
  left: auto;
  right: .625rem;
  overflow: hidden;
}

.title_xl {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.title_xl.fomat3 {
  color: var(--light-steel-blue-2);
}

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

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

.div-block-89 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

.footertitle {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-size: 1.4375rem;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

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

.paymenticon-2 {
  height: 1.6875rem;
  object-fit: contain;
  border-radius: 3px;
  margin-top: .375rem;
  margin-right: .375rem;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(13, 19, 44, .2);
}

.footer-content-block {
  min-width: 22vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footerparagraph {
  margin-bottom: .4rem;
  font-size: 1.04rem;
  line-height: 1.5;
}

.footerparagraph.payment {
  margin-bottom: .25rem;
}

.footerparagraph.menu {
  margin-bottom: .3rem;
}

.footerlink {
  color: var(--gainsboro);
  text-decoration: none;
  transition: color .3s;
}

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

.footeritemwrapper {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  height: 3.3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  display: none;
  position: relative;
  transform: translate3d(0, 0, 25px);
}

.image-2 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: .5rem;
  position: relative;
}

.image-2.p1 {
  height: 104%;
}

.featureback {
  width: 100%;
  height: 100%;
  background-color: var(--dim-grey);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.homefeaturewrapper-3 {
  width: 19rem;
  height: 19.4rem;
  perspective: 1000px;
  cursor: pointer;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin: .75rem 1rem;
  transition: transform 1s;
  display: flex;
  position: relative;
}

.featurefront {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 2rem 2.5rem 3rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-15 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--black);
  letter-spacing: .05rem;
  text-transform: uppercase;
  transform-style: preserve-3d;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  transform: translate3d(0, 0, 25px);
}

.paragraph-15.back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  transform-style: preserve-3d;
  margin-top: 0;
  padding: .8rem 2.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  transform: translate3d(0, 0, 25px);
}

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

.bg-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-3.black {
  background-color: var(--transparent-c);
}

.homefeatureswrapper {
  width: 105%;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.div-block-90 {
  width: 80%;
  height: 11vw;
  min-height: 50%;
  border-style: solid;
  border-width: 1px 3px 3px 1px;
  border-color: var(--black);
  background-color: var(--black);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
  border-radius: .5rem;
  overflow: hidden;
  transform: translate3d(0, 0, 20px);
}

.link-10 {
  color: var(--white);
  margin-left: .2rem;
  text-decoration: none;
}

.subfootertext-3 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9rem;
  line-height: 1.3;
  display: inline-block;
}

.link-11 {
  color: var(--gainsboro);
  text-decoration: none;
  transition: color .4s;
}

.link-11:hover {
  color: #ffb514;
  text-decoration: underline;
}

.content-block {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.4rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.content-wrapper {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: auto;
  align-items: center;
  justify-items: start;
  transition: background-color .2s;
  display: grid;
}

.servicepg {
  margin-bottom: 0;
}

.content-top-p {
  width: 100%;
  text-align: center;
  margin-bottom: 2.8125rem;
  font-size: 1.2rem;
}

.div-block-65 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.75rem;
  display: flex;
  position: relative;
}

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

.contentblock-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  display: flex;
  position: relative;
}

.sbp-2 {
  color: #000;
  margin-bottom: 0;
  font-weight: 700;
}

.ratetag {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}

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

.para_s {
  margin-bottom: 0;
  font-size: 1.07rem;
}

.para_s.format1 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1rem;
}

.para_s.padding1 {
  margin-bottom: .3125rem;
}

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

.detailrate.sub {
  font-size: .9375rem;
  line-height: 1.4;
}

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

.feewrapper {
  max-width: 95rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: stretch;
  justify-items: start;
  display: grid;
  position: relative;
}

.ratewrapper {
  z-index: 1;
  width: 100%;
  background-color: var(--dark-turquoise);
  background-image: none;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem 0;
}

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

.bg-4.pricing {
  border: 10px solid var(--gainsboro);
  background-color: #fff;
}

.detailrates {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  padding: 0 2.2rem 1.875rem;
  display: flex;
}

.text-span-8 {
  font-size: 1.5rem;
}

.divider-3 {
  width: 100%;
  height: 1px;
  background-color: var(--gainsboro);
}

.divider-3.padding {
  margin-top: .5rem;
  margin-bottom: .625rem;
}

.rates_grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ratesection {
  padding-top: 2.5rem;
  padding-bottom: 4.375rem;
  display: none;
  position: relative;
}

.pricingtitle {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 1.875rem;
  margin-bottom: 0;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.pageloader-wrapper {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pageloader {
  width: 10.5rem;
  max-width: 40vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-11 {
  width: 100%;
  object-fit: contain;
  position: relative;
}

.text-span-28 {
  white-space: nowrap;
  background-image: url('../images/arrow_1.png');
  background-position: 100% 45%;
  background-repeat: no-repeat;
  background-size: auto 35%;
  padding-right: 1.5rem;
  font-family: Helvetica Compressed, sans-serif;
  font-size: 1.3rem;
}

.div-block-91 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.destination_list {
  grid-column-gap: 4rem;
  grid-row-gap: .1rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 1.2rem;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.list-item {
  background-image: url('../images/bullet1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto .8rem;
  padding-left: 1.7rem;
  font-size: 1.2rem;
  list-style-type: none;
}

.buttonwrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: .6rem;
  display: flex;
  position: relative;
}

.buttonwrapper.nop {
  margin-top: 0;
}

.navdropdown-space {
  display: none;
}

.mask {
  width: 100%;
  overflow: visible;
}

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

.image-12 {
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 100% 90%;
  align-self: flex-end;
  position: relative;
}

.div-block-92 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-93 {
  width: 35%;
  margin-top: -14vw;
}

.div-block-5 {
  z-index: 10;
  width: 100%;
  grid-column-gap: 2.9rem;
  grid-row-gap: 1.5rem;
  background-color: var(--dim-grey);
  box-shadow: 0 0 10px -2px var(--shadow);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: flex-start;
  justify-items: start;
  padding: 4.3rem 3rem;
  display: grid;
  position: relative;
}

.div-block-5.nobg {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
}

.div-block-94 {
  background-color: var(--dim-grey);
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.borderdec {
  width: 100%;
  height: .2rem;
  background-color: var(--black);
  position: relative;
}

.borderdec.sub {
  height: .1rem;
}

.div-block-95 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.squareshape {
  width: 6rem;
  height: 2rem;
  border-style: solid;
  border-width: 2px 4px 4px 2px;
  border-color: var(--black);
  background-color: var(--transparent-c);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.squareshape.loc1 {
  top: 10%;
  bottom: auto;
  left: auto;
  right: -6%;
}

.squareshape.loc2 {
  border-width: 4px 2px 2px 4px;
  top: auto;
  bottom: 13%;
  left: -10%;
  right: auto;
}

.circleshape {
  width: 3rem;
  height: 3rem;
  background-color: var(--light-steel-blue-2);
  border-radius: 100rem;
  position: absolute;
  top: auto;
  bottom: 17%;
  left: -8%;
  right: auto;
}

.div-block-96 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 110%;
  flex: none;
}

.cursor-area {
  z-index: 100;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-wrapper {
  width: 2em;
  height: 2em;
  color: #fff;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  display: none;
  position: absolute;
}

.cursor-hide-css {
  display: none;
}

.cursor-anime {
  width: 100%;
  height: 100%;
}

.text-span-29 {
  display: inline-block;
}

.navigation {
  width: 100%;
  position: absolute;
  top: -8.2rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-span-30 {
  margin-top: .3rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.3;
  display: inline-block;
}

.link-12 {
  color: var(--turquoise);
  font-weight: 700;
}

.gallery-image {
  width: 100%;
  height: 105%;
  max-width: none;
  object-fit: cover;
  object-position: 40% 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery-image.p1 {
  object-position: 80% 50%;
}

.rotate-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.icon {
  margin-left: .3rem;
  margin-right: auto;
  transform: scale(.8);
}

.icon.right {
  margin-left: auto;
  margin-right: .5rem;
}

.slider-image-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

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

  .dropdownlink {
    font-size: 1.07rem;
  }

  .navbarlink {
    font-size: 1.17rem;
    line-height: 1.6;
  }

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

  .button.navbutton {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    font-size: 1.1rem;
  }

  ._4590_2540 {
    padding-bottom: 120px;
  }

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

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

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

  .div-block-93 {
    margin-top: -8vw;
  }
}

@media screen and (min-width: 1920px) {
  .navtop-paragraph {
    font-size: 1.4rem;
  }

  .brand {
    height: 11.8rem;
  }

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

  .dropdownlink {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.6rem;
  }

  .navbar {
    height: 7.8rem;
    top: 3.8rem;
  }

  .navbarlink {
    font-size: 1.7rem;
  }

  .body {
    font-size: 1.8rem;
  }

  .div-block-21 {
    grid-column-gap: 3.5rem;
  }

  .section_m {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section_xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .paragraph-22 {
    margin-top: 1.3rem;
    margin-bottom: 2.5rem;
  }

  .topsection {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }

  .s1heading {
    margin-bottom: 1.3rem;
    font-size: 5.1rem;
  }

  .button {
    padding: 1.4rem 2.3rem;
    font-size: 1.5rem;
  }

  .button.navbutton {
    padding: 1.1rem 1.8rem;
    font-size: 1.45rem;
  }

  .div-block-50 {
    grid-row-gap: 2.7rem;
  }

  .footercontent {
    padding-top: 5.8rem;
  }

  .sub-footer {
    margin-top: 4rem;
    padding-top: 1.3rem;
    padding-bottom: 1.1rem;
  }

  .s1subheadinglist {
    font-size: 1.85rem;
  }

  .s1subheading1 {
    margin-bottom: 2rem;
  }

  .para_l {
    font-size: 1.8rem;
  }

  .title_xxl {
    font-size: 3.8rem;
  }

  .title_l {
    font-size: 2.2rem;
  }

  .title_l.format1 {
    min-height: 6.1rem;
  }

  .navbartop {
    height: 3.8rem;
  }

  .text-span-27 {
    font-size: 1.7rem;
  }

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

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

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

  .section_l {
    padding-top: 6.7rem;
    padding-bottom: 7.2rem;
  }

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

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

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

  .title_xl {
    font-size: 3.2rem;
  }

  .footertitle {
    margin-bottom: 1.8rem;
    font-size: 2.4rem;
  }

  .paymenticon-2 {
    height: 2.4rem;
    margin-top: .5rem;
    margin-right: .5rem;
  }

  .footerparagraph {
    margin-bottom: .7rem;
    font-size: 1.55rem;
  }

  .footerparagraph.payment {
    margin-bottom: .3rem;
  }

  .footerparagraph.menu {
    margin-bottom: .6rem;
  }

  .image-3 {
    height: 4rem;
  }

  .homefeaturewrapper-3 {
    width: 30rem;
    height: 30.5rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .featurefront {
    padding: 3rem 3.1rem 4rem;
  }

  .paragraph-15 {
    margin-top: 2rem;
    font-size: 2.1rem;
  }

  .paragraph-15.back {
    padding: 1.7rem 4rem;
    font-size: 1.52rem;
    line-height: 1.8;
  }

  .subfootertext-3 {
    font-size: 1.35rem;
  }

  .content-block {
    grid-column-gap: 3.9rem;
    grid-row-gap: 4.75rem;
  }

  .content-top-p {
    margin-bottom: 3.5rem;
    font-size: 1.95rem;
  }

  .div-block-65 {
    margin-bottom: 4.5rem;
  }

  .para_s {
    font-size: 1.55rem;
  }

  .para_s.format1 {
    margin-top: .8rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .detailrate.sub {
    font-size: 1.35rem;
  }

  .feewrapper {
    grid-row-gap: 1.4rem;
  }

  .ratewrapper {
    margin-top: 1.4rem;
  }

  .detailrates {
    padding-bottom: 2.2rem;
  }

  .text-span-8 {
    font-size: 1.9rem;
  }

  .divider-3.padding {
    margin-top: .7rem;
    margin-bottom: .9rem;
  }

  .ratesection {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .pricingtitle {
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
  }

  .pageloader {
    width: 15rem;
  }

  .text-span-28 {
    padding-right: 2.4rem;
    font-size: 2rem;
  }

  .destination_list {
    grid-column-gap: 6rem;
    margin-top: 1.7rem;
  }

  .list-item {
    background-size: auto 1.3rem;
    padding-left: 2.8rem;
    font-size: 1.9rem;
  }

  .div-block-93 {
    margin-top: -15vw;
  }

  .div-block-5 {
    grid-column-gap: 3rem;
    padding: 4.2rem 5rem;
  }

  .div-block-5.nobg {
    padding-bottom: 9rem;
  }

  .navigation {
    top: -12rem;
  }

  .text-span-30 {
    margin-top: .4rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .navcontainer.navbarcontainer {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .button-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dropdown-list-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding: 0;
  }

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

  .hearder-button-line-medium {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .nav-menu-button {
    width: 3.125rem;
    min-height: 3.125rem;
    min-width: 3.125rem;
    perspective: 10000px;
    padding: 0;
    transition: transform .3s;
  }

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

  .nav-menu-button.w--open {
    background-color: var(--transparent-c);
  }

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

  .dropdownlink {
    padding-top: .21rem;
    padding-bottom: .21rem;
    font-size: 1rem;
  }

  .navbuttonicons {
    width: 1.5625rem;
    height: 1.25rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .navbarlink {
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.1rem;
  }

  .navbarlink:hover {
    transform: none;
  }

  .navbarlink.majorlanscape {
    color: var(--white);
    font-size: 1.05rem;
  }

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

  .new-item-wrapper {
    flex: none;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: .3rem 0 .4rem;
    display: flex;
  }

  .new-item-wrapper.main {
    padding-top: .5rem;
  }

  .new-item-wrapper.main.landscape {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .new-item-wrapper.main.landscape.hide {
    display: none;
  }

  .headernav {
    flex-direction: column;
    flex: none;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .headernav.landscape {
    flex-direction: row;
    display: flex;
  }

  .hearder-button-line-bottom, .hearder-button-line-top {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    background-color: var(--black);
    transform-origin: 0%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navmenu {
    width: 80vw;
    height: auto;
    max-height: 70vh;
    max-width: 100%;
    background-color: var(--gainsboro);
    box-shadow: 0 3px 9px -3px var(--shadow), 0 24px 38px 0 rgba(18, 8, 80, .1);
    flex: none;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem 0 1rem;
    position: absolute;
    overflow: hidden;
  }

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

  .dropdown-list.w--open {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    margin-top: 15px;
    padding: 13px 20px;
    display: block;
    position: static;
  }

  .footer {
    position: relative;
  }

  .bg.herobg, .bg.herobgslider {
    border-radius: 0;
  }

  .homefeaturewrapper {
    width: 40vw;
    height: 34vw;
    max-height: 280px;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }

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

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

  .link-block {
    justify-content: center;
  }

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

  .section_xl {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

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

  .imagerotatewrapper {
    width: 63vw;
    height: 36vw;
  }

  .imagerotatewrapper.format1 {
    width: 70vw;
    height: 40vw;
    min-height: 0;
  }

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

  .div-block-39 {
    margin-left: 0;
  }

  .homeau {
    align-items: center;
    margin-top: 1.875rem;
  }

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

  .s1subheading {
    line-height: 1.4;
  }

  .link-6 {
    letter-spacing: 0;
  }

  .s1heading {
    font-size: 2.7rem;
  }

  .button.navbutton {
    font-size: .9rem;
  }

  .div-block-50 {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .footercontent {
    width: 100%;
    margin-left: 0%;
    padding-top: 3.6rem;
  }

  .footerc {
    flex-direction: column;
    padding-left: 0;
  }

  .div-block-4 {
    width: auto;
    margin-bottom: 0%;
    top: 0%;
    left: 0%;
  }

  .s1subheading1 {
    letter-spacing: -.3px;
    text-shadow: none;
  }

  .title_xxl {
    font-size: 2.4rem;
  }

  .topimagebg {
    color: #273634;
    text-shadow: none;
  }

  .topimagebg.filtered {
    opacity: 1;
    top: 5%;
    left: 36px;
  }

  .title_l {
    min-height: 0;
  }

  .title_l.format1 {
    min-height: 0;
  }

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

  .imagewrapper {
    width: 70vw;
    height: 40vw;
    margin-right: 0;
  }

  .paragraph-32 {
    margin-top: .5rem;
  }

  .jobcontentwrapper {
    padding-top: 0;
  }

  .section_l {
    padding-bottom: 5rem;
  }

  .jobdescriptiondropdownwrapper {
    grid-auto-columns: 1fr;
    display: flex;
  }

  .list-2 {
    line-height: 1.5;
  }

  .title_xl.feet, .title_xl.format1 {
    text-align: center;
  }

  .div-block-35 {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
  }

  .footertitle {
    margin-bottom: 20px;
  }

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

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

  .content-block {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .content-wrapper {
    grid-column-gap: 10px;
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .servicepg {
    margin-bottom: .7rem;
  }

  .content-top-p {
    margin-bottom: 2.5rem;
  }

  .sbp-2 {
    margin-bottom: .7rem;
  }

  .feewrapper {
    width: 85vw;
    justify-items: center;
  }

  .div-block-61 {
    margin-bottom: 5px;
  }

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

  .ratesection {
    padding-bottom: 3.125rem;
  }

  .pricingtitle {
    font-size: 25px;
  }

  .destination_list {
    grid-template-columns: auto auto;
  }

  .navdropdown-space {
    height: 1rem;
    color: rgba(0, 0, 0, 0);
    display: block;
  }

  .div-block-93 {
    width: 86vw;
    margin-top: -1.2rem;
  }

  .div-block-5 {
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .div-block-5.nobg {
    padding-bottom: 5rem;
  }

  .cursor-area {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dropdown {
    background-color: #2e80b6;
    display: block;
  }

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

  .navtop-paragraph.sp {
    margin-bottom: 0;
  }

  .brand {
    height: 7.7rem;
  }

  .logoimage {
    max-width: 50vw;
  }

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

  .nav-link-drop-down.dropdown {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-button {
    width: 2.8125rem;
    min-height: 2.8125rem;
    min-width: 2.8125rem;
  }

  .navbar {
    height: 5rem;
    top: 2.4rem;
  }

  .navbarlink.majorlanscape {
    font-size: 16px;
  }

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

  .new-item-wrapper.dropdown {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .headernav.landscape {
    margin-right: .7rem;
  }

  .spaceblock {
    font-size: 3px;
  }

  .navmenu {
    width: 90vw;
    max-height: 60vh;
  }

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

  .body {
    padding-bottom: 0;
    font-size: 1.12rem;
    line-height: 1.5;
  }

  .bg.topsectionbg {
    object-position: 50% 0%;
  }

  .bg.topsectionbg.p1 {
    object-position: 50% 20%;
  }

  .bg.herobg.car {
    display: none;
  }

  .bg.herobgwrapper {
    width: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

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

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

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

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

  .section_m {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .container.heroc {
    width: 81vw;
  }

  .imagerotatewrapper {
    max-height: 16rem;
    max-width: 28rem;
  }

  .div-block-39 {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    padding-right: 20px;
  }

  .homeau {
    align-items: center;
  }

  .topsection {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

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

  .s1subheading {
    font-size: 18px;
  }

  .homes1 {
    position: relative;
  }

  .s1heading {
    font-size: 2.4rem;
  }

  .homes1contentwrapper {
    background-color: rgba(255, 255, 255, .8);
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 8%;
  }

  .button {
    padding: .9rem 1.4rem;
    font-size: 1rem;
  }

  .div-block-50 {
    flex-flow: column wrap;
    grid-template-columns: 1fr;
  }

  .sub-footer {
    margin-top: 4.5vw;
    padding-top: .75rem;
    padding-bottom: .625rem;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  .footerc {
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .s1subheadinglist {
    font-size: 1.125rem;
  }

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

  .para_l {
    font-size: 1.125rem;
  }

  .title_xxl {
    font-size: 2rem;
  }

  .topimagebg {
    margin-top: 15px;
    font-size: 30px;
  }

  .topimagebg.filtered {
    font-size: 70px;
    top: 1%;
  }

  .title_l {
    font-size: 1.35rem;
  }

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

  ._25_20 {
    font-size: 23px;
  }

  ._4590_2540 {
    padding-top: 35px;
  }

  .cutitlewrapper {
    margin-bottom: 5px;
  }

  .cublock {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbartop {
    height: 2.4rem;
  }

  .navtopwrapper {
    text-align: right;
    flex-direction: column;
    grid-template-columns: auto;
    justify-items: end;
  }

  .text-span-27 {
    font-size: 1rem;
  }

  .imagewrapper {
    height: 40vw;
  }

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

  .paragraph-32 {
    margin-bottom: 1.5625rem;
  }

  .jobcontentwrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: auto;
  }

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

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

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

  .section_l {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }

  .section_l.format1 {
    padding-bottom: 3.125rem;
  }

  .formwrapper {
    min-width: 95vw;
  }

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

  .title_xl {
    font-size: 2.1rem;
  }

  .footertitle {
    margin-bottom: .9375rem;
    font-size: 1.8rem;
  }

  .paymenticon-2 {
    height: 1.625rem;
  }

  .footer-content-block {
    min-width: 40%;
  }

  .footerparagraph {
    margin-bottom: .35rem;
  }

  .footerparagraph.payment {
    margin-top: .25rem;
  }

  .image-3 {
    height: 3.75rem;
  }

  .homefeaturewrapper-3 {
    width: 23rem;
    height: 16rem;
  }

  .paragraph-15 {
    font-size: 1.6rem;
  }

  .homefeatureswrapper {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .content-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .content-top-p {
    margin-bottom: 2.1875rem;
  }

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

  .para_s {
    font-size: 1rem;
  }

  .para_s.format1 {
    font-size: .93rem;
    line-height: 1.6;
  }

  .detailrate.sub {
    font-size: .9rem;
  }

  .feewrapper {
    grid-row-gap: .9375rem;
    grid-template-columns: 1fr;
  }

  .detailrates {
    padding-bottom: 1.875rem;
  }

  .text-span-8 {
    font-size: 1.4rem;
  }

  .divider-3 {
    height: .7px;
  }

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

  .pricingtitle {
    font-size: 1.5rem;
  }

  .destination_list {
    width: 100%;
    grid-template-columns: auto;
    margin-top: .7rem;
  }

  .list-item {
    font-size: 1.15rem;
  }

  .div-block-5 {
    grid-row-gap: 1.8rem;
    padding: 2.9rem 2.7rem;
  }

  .squareshape {
    width: 4.7rem;
    height: 1.4rem;
  }

  .circleshape {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .dropdown {
    background-color: #192024;
  }

  .navtop-paragraph {
    font-size: .8rem;
  }

  .navtop-paragraph.sp {
    white-space: nowrap;
  }

  .brand {
    height: 6.6rem;
  }

  .navcontainer {
    max-width: 90%;
    justify-content: center;
  }

  .navcontainer.navtopc {
    align-content: space-around;
  }

  .navcontainer.navbarcontainer {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .logoimage {
    max-width: 55vw;
  }

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

  .dropdownlink {
    white-space: normal;
  }

  .navbar {
    height: 4.1rem;
  }

  .headernav {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .headernav.landscape {
    display: none;
  }

  .navmenu {
    width: auto;
    max-height: 85vh;
  }

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

  .bg.topsectionbg.p1, .bg.topsectionbg.p2 {
    object-position: 50% 0%;
  }

  .bg.herobgslider {
    object-position: 50% 50%;
  }

  .homefeaturewrapper {
    width: 80vw;
    height: 58vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .white-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-21 {
    grid-row-gap: 1.25rem;
  }

  .link-block {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .servicecard-wrapper.transparent {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .container {
    width: 82vw;
  }

  .section_xl {
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
  }

  .div-block-34 {
    width: 98%;
  }

  .imagerotatewrapper {
    width: 74vw;
    height: 45vw;
    max-height: none;
    max-width: none;
  }

  .imagerotatewrapper.format1 {
    width: 100%;
    height: 50vw;
  }

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

  .topsection {
    padding-top: 5rem;
  }

  ._20_18 {
    font-size: 18px;
  }

  ._17_15p {
    font-size: 14.5px;
  }

  .s1subheading {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .s1heading {
    font-size: 1.5rem;
  }

  .homes1contentwrapper {
    max-width: 100%;
  }

  .button {
    padding: 13px 25px 12px;
  }

  .footercontent {
    margin-top: 1rem;
    padding-top: 13vw;
  }

  .sub-footer {
    margin-top: 7vw;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  .footerc {
    width: 80%;
  }

  .s1subheadinglist {
    margin-bottom: 2rem;
    padding-left: 1rem;
    font-size: 1.0625rem;
  }

  .list-item-5 {
    margin-bottom: .2rem;
    line-height: 1.3;
  }

  .s1subheading1 {
    margin-bottom: 1rem;
    font-size: 1.07rem;
    line-height: 1.25;
  }

  .title_xxl {
    font-size: 1.8rem;
  }

  .topimagebg {
    letter-spacing: -.5px;
    margin-bottom: 7px;
    font-size: 27px;
  }

  .topimagebg.filtered {
    font-size: 60px;
    left: 20px;
  }

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

  ._25_20 {
    font-size: 18px;
  }

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

  ._4590_2540 {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .navtopwrapper {
    flex-direction: row;
    align-items: center;
  }

  .text-span-27 {
    font-size: .9rem;
  }

  .imagewrapper {
    width: 60vw;
    height: 50vw;
    padding: 1.3rem;
  }

  .paragraph-32 {
    margin-top: .7rem;
  }

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

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

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

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

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

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

  .section_l {
    padding-top: 2.5rem;
    padding-bottom: 3.4rem;
  }

  .section_l.format1 {
    padding-bottom: 2.5rem;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

  .formwrapper {
    min-width: 100vw;
  }

  .formwrapper.padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

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

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

  .title_xl {
    font-size: 1.7rem;
  }

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

  .div-block-89 {
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .footertitle {
    font-size: 1.65rem;
  }

  .footerparagraph {
    font-size: 1rem;
  }

  .footerparagraph.payment {
    margin-bottom: .1rem;
  }

  .homefeaturewrapper-3 {
    width: 20rem;
    height: 20.5rem;
    max-width: 80vw;
  }

  .featurefront {
    padding: 1.2rem 2rem;
  }

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

  .paragraph-15.back {
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.6;
  }

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

  .subfootertext-3 {
    font-size: .8125rem;
  }

  .content-block {
    grid-row-gap: 2.25rem;
    justify-items: start;
  }

  .content-wrapper {
    text-align: left;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .content-top-p {
    text-align: left;
    margin-bottom: 1.9rem;
  }

  .ratetag {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .detailrate {
    font-size: 16px;
  }

  .pricingtab {
    max-width: none;
  }

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

  .ratewrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .detailrates {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .pricingtitle {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    font-size: 1.4rem;
  }

  .destination_list {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .image-12 {
    width: 110%;
  }

  .div-block-5 {
    grid-row-gap: 1.5rem;
    padding: 2.5rem 2rem;
  }

  .div-block-5.nobg {
    padding-bottom: 4rem;
  }

  .text-span-30 {
    font-size: .9rem;
  }

  .icon {
    margin-left: -.2rem;
    transform: scale(.6);
  }

  .icon.right {
    margin-right: -.2rem;
  }
}

#w-node-c0851d71-3167-34c4-6699-3748599c9461-b736af28 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8b1b6dcc-0f88-a508-a405-832584c5b494-b736af28, #w-node-_8b1b6dcc-0f88-a508-a405-832584c5b492-b736af28 {
  align-self: start;
}

#w-node-ebdadf0e-1de8-f21c-ef98-240fe1f68e4f-b736af28, #w-node-cfffd861-50f1-7642-33e8-84474fd2fb1a-b736af28 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_52cc916f-66a9-61b6-4238-39c79072e0f5-a436af29, #w-node-_52cc916f-66a9-61b6-4238-39c79072e0fa-a436af29, #w-node-a2306190-fc26-53c2-7b87-a52fe5ef8cdb-a836af34, #w-node-_215aedea-1cb1-e567-9513-8d8ff8ae94f6-a836af34, #w-node-bed45ea1-7743-1946-5104-2e8a3a477ae2-a836af34 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7096da04-3e20-ab64-0109-faa3b9197015-c836af3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2306190-fc26-53c2-7b87-a52fe5ef8cdb-f312a6d2, #w-node-_215aedea-1cb1-e567-9513-8d8ff8ae94f6-f312a6d2, #w-node-bed45ea1-7743-1946-5104-2e8a3a477ae2-f312a6d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_26d5589e-7b32-d7bc-f57e-2d14f3f5e3de-b736af28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_556d01fc-12a8-674e-0a64-99adcefa5e0e-878d6ff6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_556d01fc-12a8-674e-0a64-99adcefa5e17-878d6ff6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52cc916f-66a9-61b6-4238-39c79072e0f5-a436af29 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_52cc916f-66a9-61b6-4238-39c79072e0fa-a436af29 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a2306190-fc26-53c2-7b87-a52fe5ef8cdb-a836af34 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_215aedea-1cb1-e567-9513-8d8ff8ae94f6-a836af34, #w-node-bed45ea1-7743-1946-5104-2e8a3a477ae2-a836af34 {
    grid-column: span 1 / span 1;
  }

  #w-node-a2306190-fc26-53c2-7b87-a52fe5ef8cdb-f312a6d2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_215aedea-1cb1-e567-9513-8d8ff8ae94f6-f312a6d2, #w-node-bed45ea1-7743-1946-5104-2e8a3a477ae2-f312a6d2 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_26d5589e-7b32-d7bc-f57e-2d14f3f5e3de-b736af28 {
    grid-column: span 1 / span 1;
  }

  #w-node-_556d01fc-12a8-674e-0a64-99adcefa5e0e-878d6ff6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2a7c363b-1b1b-139d-499e-4b5192ee60e9-878d6ff6 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: auto;
  }

  #contact.w-node-_2bb92949-e99b-9fcd-c105-755a32adce4d-878d6ff6 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: auto;
  }

  #w-node-_52cc916f-66a9-61b6-4238-39c79072e0f5-a436af29, #w-node-_52cc916f-66a9-61b6-4238-39c79072e0fa-a436af29, #w-node-a2306190-fc26-53c2-7b87-a52fe5ef8cdb-a836af34, #w-node-a2306190-fc26-53c2-7b87-a52fe5ef8cdb-f312a6d2 {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_556d01fc-12a8-674e-0a64-99adcefa5e0e-878d6ff6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_556d01fc-12a8-674e-0a64-99adcefa5e17-878d6ff6 {
    grid-column: span 1 / span 1;
  }

  #w-node-c8313e16-fa1c-15b1-9913-13bf02ef504f-02ef504c {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Rounded';
  src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Compressed';
  src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}