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

.hero-section {
  position: static;
  display: block;
  height: auto;
  background-image: url('../images/30UltimateThailand__HERO_shutterstock_698378932.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
}

.logo-image {
  width: 225px;
}

.burger-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  border-radius: 0px;
  background-color: transparent;
  cursor: pointer;
}

.burger-bar-wrap {
  display: block;
  padding: 15px 10px;
  -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;
  border-radius: 20px;
  background-color: #525252;
}

.b4-bar1 {
  width: 18px;
  height: 1px;
  border-radius: 2px;
  background-color: #fff;
}

.b4-bar-2 {
  width: 30px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  background-color: #fff;
}

.b4-bar3 {
  width: 18px;
  height: 1px;
  float: right;
  border-radius: 2px;
  background-color: #fff;
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 250px;
  margin-top: 50px;
  -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;
  border-radius: 20px;
  background-color: #e1a748;
}

.navbar {
  background-color: transparent;
}

.search-form {
  position: relative;
  z-index: auto;
  width: 300px;
  height: 45px;
  margin-right: 20px;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #525252;
}

.search-text {
  position: relative;
  left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.7);
}

.text-block {
  padding-top: 2px;
  font-size: 13px;
}

.body {
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Avenir Next LT', sans-serif;
}

.brand {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-button {
  display: block;
  padding: 0px;
}

.menu-button.w--open {
  background-color: transparent;
}

.nav-link {
  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;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  font-family: 'Avenir Next LT DEMI Italic', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.nav-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #525252;
  text-decoration: underline;
}

.nav-link.bold {
  font-size: 35px;
}

.hero-content {
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.video-container {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.video-container.center {
  margin-top: -5px;
  text-align: center;
}

.triangle {
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #fff;
}

.black-triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  padding-left: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #fff;
  background-color: transparent;
  color: #fff;
}

.play-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 4px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7b11), to(#ebb56d));
  background-image: linear-gradient(180deg, #ff7b11, #ebb56d);
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.play-button:hover {
  border-width: 44px;
  border-color: #fff;
  background-color: #333;
  background-image: none;
}

.hero-text {
  margin-top: 50px;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 46px;
  padding-bottom: 46px;
  font-size: 1050%;
  line-height: 150px;
  font-weight: 400;
  text-align: center;
}

.bold-text {
  background-color: transparent;
  font-family: Akkurat-Bold, sans-serif;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.43);
}

.hero-sub-heading {
  width: 650px;
  font-family: Akkurat-Bold, sans-serif;
  color: #525252;
  font-size: 25px;
  text-align: center;
}

.line-divider {
  width: 95%;
  height: 1px;
  padding-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  color: #fff;
}

.sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 0.5fr 0px 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.big-hero-text {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.watch-video {
  margin-top: 12px;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #fff;
}

.hero-bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 100px;
  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;
}

.left-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  float: none;
  clear: none;
  -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;
}

.follow-us {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.text-block-3 {
  margin-bottom: 40px;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(90deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(90deg);
  color: #fff;
  text-align: right;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.left-box-test {
  position: relative;
  left: 65px;
  width: 350px;
  margin-left: 20px;
  padding: 10px;
  background-color: rgba(82, 82, 82, 0.81);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: Akkurat-Ligth-Regular, sans-serif;
  color: #fff;
}

.yellow-button {
  position: relative;
  left: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 55px;
  margin-top: 15px;
  margin-left: 20px;
  padding-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 56px;
  background-color: #ff7b11;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Akkurat-Bold, sans-serif;
  font-size: 30px;
  text-align: center;
}

.yellow-button:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.yellow-button.bottomyellow {
  margin-right: auto;
  margin-left: auto;
}

.yellow-button.bottom-yellow-b {
  position: static;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.featured-trip-section._2 {
  padding-top: 20px;
}

.bora-bora-trip {
  grid-column-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bora-bora-trip._2 {
  margin-top: 24px;
  padding-bottom: 21px;
}

.featured-trip-image {
  width: 100%;
  height: 720px;
  background-image: url('../images/Rectangle-Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-trip-image.keystone-image {
  background-image: url('../images/adventure-fun-people-1305095.jpg');
  background-position: 70% 50%;
  background-size: cover;
}

.featured-trip-image.bora-bora-image {
  margin-top: -20px;
  padding-top: 0px;
  background-image: url('../images/5d37952417504b66530820d7_Capture_0b9ca0c3ef606e4f708a37e92c7904be-min.png');
  background-position: 50% 50%;
  background-size: contain;
}

.featured-trip-image.bora-bora-image.space-between-container-2 {
  height: auto;
  margin-top: 0px;
  background-image: url('../images/5d3796890379fc1146530e88_koh-phiphi-leh_550e5af1fce6c43e8c2bb32c50a00d25-min.jpg');
}

.featured-trip-image.bora-bora-image.space-between-container-2._2 {
  background-image: url('../images/5d37952417504b66530820d7_Capture_0b9ca0c3ef606e4f708a37e92c7904be-min.png');
}

.featured-trip-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 44px;
  padding-left: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.featured-trip-text.keystone-text {
  margin-right: auto;
  margin-left: auto;
  padding-right: 44px;
  padding-left: 200px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.featured-trip-text._2 {
  padding-bottom: 20px;
}

.featured-trip-heading {
  margin-bottom: 0px;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #e1a748;
  font-size: 25px;
}

.featured-trip-heading.bora {
  font-family: Akkurat-Bold, sans-serif;
  color: #ff7b11;
}

.featured-trip-heading.bora._2 {
  margin-top: 0px;
  margin-bottom: 17px;
  line-height: 22px;
}

.featured-trip-heading.keystone {
  margin-top: 0px;
  text-align: right;
}

.trip-location-heading {
  margin-top: -5px;
  margin-bottom: 0px;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #525252;
}

.trip-location-heading.bora {
  font-family: Akkurat-Bold, sans-serif;
  line-height: 48px;
}

.trip-location-heading.bora._2 {
  color: #fff;
}

.solo-trip-image {
  width: 439px;
  height: auto;
}

.featured-trip-para {
  margin-top: 10px;
}

.featured-trip-para.bora {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.featured-trip-para.keystone {
  text-align: right;
}

.button {
  padding-top: 15px;
  padding-right: 65px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 40px;
  background-color: #333;
  background-image: url('../images/button-arrow.png');
  background-position: 95% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  font-size: 24px;
  line-height: 25px;
}

.button:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.trip-button.bora {
  background-color: #ff7b11;
  font-family: Akkurat-Bold, sans-serif;
}

.button.trip-button.keystone {
  margin-right: 0px;
  margin-left: auto;
  text-align: right;
}

.button.hero-button {
  margin-right: 0px;
  margin-left: auto;
  padding: 35px 15px 26px 65px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-position: 5% 50%;
  font-size: 30px;
  text-align: right;
}

.button.nav-button {
  margin-top: 15px;
  padding-bottom: 10px;
  font-family: 'Avenir Next LT DEMI Italic', sans-serif;
}

.keystone-grid {
  grid-column-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.keystone-text {
  width: 100%;
  height: 720px;
}

.right-box {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-follow-icon {
  width: 25px;
  margin-top: 5px;
}

.activity-section {
  padding-top: 100px;
}

.mywrapper {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.mywrapper.footerwrapper {
  height: auto;
}

.main-heading {
  font-family: Akkurat-Bold, sans-serif;
  color: #525252;
  text-align: center;
  text-transform: none;
}

.main-heading.bottom-cta {
  color: #fff;
}

.main-heading.bottom-cta.waiting-headline {
  margin-top: 60px;
  font-size: 32px;
}

.spacing-div {
  margin-top: 200px;
  margin-bottom: 200px;
}

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

.arrow-image {
  position: relative;
  top: 20px;
  width: 75px;
  max-width: 100%;
  padding: 10px;
}

.paragraph {
  width: 500px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #525252;
  text-align: center;
}

.paragraph.bottom {
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.adventure-picker-txt {
  font-family: 'Avenir Next LT DEMI Italic', sans-serif;
}

.activity-grid-old---hidden {
  display: none;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.activity-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 hsla(0, 0%, 52.7%, 0.5);
}

.activity-div.snorkeling {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-image: url('../images/sebastian-pena-lambarri-1218069-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.kayaking {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-image: url('../images/david-straight-101790-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.atvs {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-image: url('../images/kal-visuals-763673-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.climbing {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-image: url('../images/action-adventure-challenge-449609-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.paragliding {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-image: url('../images/amber-turner-715400-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.skiing {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-image: url('../images/cold-cool-fun-41371.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.wakeboarding {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/marvin-meyer-111904-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.surfing {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/action-athlete-daytime-2062141.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 15px;
  -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-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #e1a748;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  font-size: 22px;
  font-style: normal;
  text-transform: none;
}

.activity-button:hover {
  background-color: #ff3535;
}

.sub-heading {
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #525252;
  text-align: center;
}

.sub-heading.viewall {
  margin-top: 45px;
}

.view-all-link {
  display: block;
  margin-top: 40px;
  font-family: Akkurat-Bold, sans-serif;
  color: #525252;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.awaits-section {
  margin-top: 85px;
  padding-top: 40px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 53, 83, 0.65)), to(#525252)), url('../images/5d12a1461112600b85c33ee2_adventure-climb-daylight-_4ff7a2b124f1d77d41c62a754ebe2af6-min.jpg');
  background-image: linear-gradient(180deg, rgba(40, 53, 83, 0.65), #525252), url('../images/5d12a1461112600b85c33ee2_adventure-climb-daylight-_4ff7a2b124f1d77d41c62a754ebe2af6-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading {
  text-align: center;
}

.heading-2 {
  text-align: center;
}

.image {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
}

.testimonial-grid {
  margin-top: 30px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.video-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -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;
  border-radius: 20px;
  background-image: url('../images/dane-deaner-327695-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-div.vid1 {
  background-image: url('../images/5d1922568eb894ec122ef54f_CHIANG_2BMAI_fc1b36ecc8fbb7d7e90cf94658ce2b1a-min.jpg');
}

.video-div.vid2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.12))), url('../images/5d37952417504b66530820d7_Capture_0b9ca0c3ef606e4f708a37e92c7904be-min.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), url('../images/5d37952417504b66530820d7_Capture_0b9ca0c3ef606e4f708a37e92c7904be-min.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-div.vid3 {
  background-image: url('../images/HalongBay-aa0f7e71a1db.jpg');
  background-size: cover;
}

.video-div.vid4 {
  background-image: url('../images/koh-phiphi-leh.jpg');
  background-size: cover;
}

.video-div.vid5 {
  background-image: url('../images/Cambodia-2000x1200.jpg');
  background-size: cover;
}

.video-div.vid6 {
  background-image: url('../images/Kuang-Si-Falls-Luang-Prabang.jpg');
  background-size: cover;
}

.video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -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;
  border-radius: 20px;
  background-image: url('../images/dane-deaner-327695-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.youtube {
  background-image: url('../images/dane-deaner-327695-unsplash.jpg');
  background-size: 125px;
}

.footer-section {
  padding-top: 20px;
  background-color: #525252;
}

.subscribe-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #333;
}

.footerheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Avenir Next LT DEMI', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 0px;
  -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-field {
  margin-right: 12px;
  margin-bottom: 0px;
  padding: 25px 50px 25px 20px;
  border-radius: 15px;
}

.submit-button {
  padding: 20px 30px;
  background-color: transparent;
  background-image: url('../images/button-arrow.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  color: rgba(82, 82, 82, 0);
}

.footer-grid {
  margin-top: 80px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.75fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.image-2 {
  width: 230px;
}

.footer-social-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-social-image {
  width: 50px;
  margin-right: 5px;
  margin-left: 5px;
}

.footer-link {
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.footer-menu {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.created-by-div {
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.paragraph-4 {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.image-3 {
  width: 210px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
}

.menu-button-2 {
  padding: 10px;
  border-radius: 20px;
  background-color: #525252;
}

.icon {
  color: #fff;
}

.main-nav-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100vh;
  padding-top: 3%;
  -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;
  border-style: solid;
  border-width: 21px;
  border-color: #fff;
  background-color: #ebb56d;
}

.nav-follow {
  margin-top: 20px;
  margin-bottom: 17px;
}

.nav-link-block {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-follow-image {
  width: 50px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.nav-follow-image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.nav-logo {
  width: 140px;
  margin-top: 5px;
}

.search-wrapper {
  position: relative;
  top: auto;
  z-index: 0;
  display: block;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #fff;
}

.search-input {
  position: relative;
  z-index: 10;
  display: block;
  width: 260px;
  height: 40px;
  margin-bottom: 0px;
  padding-right: 17px;
  padding-left: 17px;
  border-style: none;
  border-radius: 20px;
  background-color: #525252;
  box-shadow: none;
  color: #fff;
}

.search-bar-closer {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  padding-left: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #3b3b3b;
  background-image: url('../images/search.svg');
  background-position: 73% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 26px 0 rgba(0, 0, 0, 0.77);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: Exo, sans-serif;
  color: rgba(51, 51, 51, 0);
  font-size: 8px;
  text-transform: uppercase;
}

.search-button:hover {
  background-color: #e1a748;
  box-shadow: inset 0 0 26px 0 rgba(0, 0, 0, 0.22);
}

.collection-item {
  padding: 10px 5px;
}

.activity-collection {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bold-text-2 {
  color: #fff;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.51);
}

.grid-2 {
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr 0.75fr;
  grid-template-columns: 1fr 1fr 0.75fr;
  -ms-grid-rows: 90px auto auto;
  grid-template-rows: 90px auto auto;
}

.rich-text-block {
  font-size: 14px;
}

.heading-4 {
  margin-bottom: 0px;
  border-bottom: 1px none #d3d3d3;
  font-family: Akkurat-Bold, sans-serif;
  color: #ff7b11;
}

.heading-4.precios {
  text-align: center;
}

.paragraph-5 {
  font-family: Akkurat-Ligth-Regular, sans-serif;
  color: #525252;
}

.heading-5 {
  margin-top: 3px;
  padding-top: 5px;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #d6d6d6 #000 #000;
  border-radius: 0px;
  font-family: Akkurat-Ligth-Regular, sans-serif;
  color: #525252;
}

.tab-link-tab-1 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: Akkurat-Ligth-Regular, sans-serif;
}

.tab-link-tab-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: Akkurat-Ligth-Regular, sans-serif;
}

.tab-link-tab-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: 'Avenir Next LT', sans-serif;
}

.tab-link-tab-3.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: Akkurat-Ligth-Regular, sans-serif;
}

.tabs-menu {
  display: block;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  opacity: 1;
  -webkit-transition: padding-bottom 50ms ease;
  transition: padding-bottom 50ms ease;
  font-family: Akkurat-Italic, sans-serif;
}

.text-block-4 {
  font-family: Akkurat-Ligth-Regular, sans-serif;
}

.text-block-5 {
  font-family: Akkurat-Ligth-Regular, sans-serif;
}

.tab-link-tab-6 {
  border-style: solid;
  border-width: 1px;
  border-color: #a89696;
}

.tab-link-tab-6.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.columns {
  padding-top: 21px;
  border: 1px none #000;
}

.tab-link-tab-5 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.tab-link-tab-4 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.text-block-6 {
  padding: 0px;
  background-color: #fff;
}

.tabs {
  border-style: none;
  border-width: 1px;
  border-color: #eee;
}

.tabs-content {
  padding: 10px;
  border-style: dashed;
  border-width: 1px;
  border-color: #ddd;
}

.text-block-7 {
  font-family: Akkurat-Ligth-Regular, sans-serif;
}

.tab-pane-tab-1 {
  padding: 0px;
}

.image-4 {
  border-radius: 20px;
}

.image-5 {
  margin-top: 80px;
  border-style: none;
  border-width: 7px;
  border-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.38);
}

.image-5.rango {
  margin-top: 62px;
  border-radius: 20px;
}

.line-faq {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 0px;
  background-color: rgba(235, 237, 248, 0.62);
}

.heading-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(51, 51, 51, 0.84);
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.02em;
}

.heading-h4:hover {
  height: auto;
  border: 1px none #000;
}

.heading-h4.faq--says-faq {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 2.75em;
  line-height: 1em;
}

.heading-h4.no-margin {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  text-transform: capitalize;
}

.heading-h4.no-margin:hover {
  border: 1px none #000;
}

.accordion__content-container {
  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;
  font-family: Lato, sans-serif;
  text-align: left;
}

.accordion__tab-button-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 40px;
  -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: rgba(245, 250, 255, 0.24);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  cursor: pointer;
}

.accordion__tab-button-3:hover {
  background-color: rgba(245, 250, 255, 0.82);
}

.bell {
  padding-top: 14px;
  font-size: 18px;
  text-align: center;
}

.body-text--16 {
  display: none;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}

.inboxdiv {
  position: fixed;
  right: 30px;
  bottom: 12px;
  z-index: 10000000000000000000;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url('../images/add.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.13)), to(hsla(0, 0%, 100%, 0.13)));
  background-image: url('../images/add.svg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13));
  background-position: 50% 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 0 26px -3px hsla(0, 0%, 83.1%, 0.7);
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #f6f6f6;
  text-decoration: none;
}

.inboxdiv:hover {
  background-image: url('../images/add.svg'), -webkit-gradient(linear, left top, left bottom, from(#fafdff), to(#fafdff));
  background-image: url('../images/add.svg'), linear-gradient(180deg, #fafdff, #fafdff);
  background-position: 50% 50%, 0px 0px;
  background-size: 20px, auto;
  box-shadow: 0 0 39px 3px #ececec;
  opacity: 1;
  color: #2290ff;
}

.inboxdiv:active {
  box-shadow: 0 0 20px 8px #ececec;
  opacity: 0.84;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0%;
  background-color: #fff;
  font-family: Akkurat-Italic, sans-serif;
}

.paragraph-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: hsla(0, 0%, 40%, 0.8);
  font-size: 1.2em;
  line-height: 1.35em;
  text-align: left;
  letter-spacing: 0.01em;
}

.paragraph-6.faq-text-only {
  display: block;
  padding-top: 10px;
  padding-left: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
}

.paragraph-6.faq-text-only.front-page-faq {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  -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;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.card.card--no-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0%;
  padding: 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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.card.card--no-padding.faq-card {
  font-family: Akkurat-Ligth-Regular, sans-serif;
  font-size: 12px;
  line-height: 8px;
}

.space-between-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-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;
  font-size: 12px;
}

.space-between-container-2.top-faq-text-only {
  padding-top: 2%;
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.accordion__content-container-2 {
  display: block;
  overflow: hidden;
  height: 100%;
  padding: 16px 40px;
  -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;
}

.accordion__arrow {
  width: 15px;
  opacity: 0.8;
}

.accordion__content-wrapper-2 {
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}

.faq-smaller-text {
  font-size: 1em;
  line-height: 1.3em;
}

.link-block {
  margin-right: 12px;
  margin-left: 12px;
  -webkit-transition: opacity 200ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px #000;
}

.link-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.precios {
  margin-top: 20px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.row.bold {
  font-weight: 700;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 29%;
  min-height: 33px;
  min-width: 20%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
}

.div-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.separador {
  height: 1px;
  margin: 20px 75px;
  border-top: 1px solid #c9c9c9;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
}

.heading-6.b {
  font-weight: 600;
}

.div-block-3 {
  font-family: Lato, sans-serif;
}

.div-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(73, 73, 73, 0.8);
}

.text-block-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-7 {
  margin-bottom: 0px;
}

.link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 15px;
}

.div-block-5 {
  padding-left: 10px;
}

.list-item {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 15px;
}

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

.text-block-9 {
  line-height: 14px;
  text-align: center;
}

.heading-8 {
  text-align: center;
}

.div-block-7 {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}

.div-block-8 {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
}

.div-block-9 {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-image: url('../images/30UltimateThailand__HERO_shutterstock_698378932.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-9 {
  font-family: Akkurat-Bold, sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 20px #000;
}

.extension-div {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  padding: 21px;
  color: #fff;
}

.extension-div._2 {
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/5d37952417504b66530820d7_Capture_0b9ca0c3ef606e4f708a37e92c7904be-min.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/5d37952417504b66530820d7_Capture_0b9ca0c3ef606e4f708a37e92c7904be-min.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.extension-div._1 {
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/5d3796890379fc1146530e88_koh-phiphi-leh_550e5af1fce6c43e8c2bb32c50a00d25-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/5d3796890379fc1146530e88_koh-phiphi-leh_550e5af1fce6c43e8c2bb32c50a00d25-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-10 {
  height: 40px;
}

html.w-mod-js *[data-ix="black-triangle"] {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="new-interaction-4"] {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .search-form {
    display: none;
  }
  .video-container {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .video-container.center {
    margin-top: -5px;
  }
  .hero-heading {
    font-size: 100px;
    line-height: 100px;
  }
  .hero-sub-heading {
    width: 700px;
  }
  .line-divider {
    width: 80%;
  }
  .big-hero-text {
    margin-top: -10px;
  }
  .hero-bottom-content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .left-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .follow-us {
    display: none;
  }
  .left-box-test {
    left: auto;
    margin-left: 0px;
    border-radius: 20px;
    background-color: rgba(82, 82, 82, 0.45);
    -webkit-filter: none;
    filter: none;
  }
  .paragraph-2 {
    position: relative;
    z-index: 50;
    text-align: center;
  }
  .yellow-button {
    left: auto;
    margin-left: 0px;
  }
  .grid {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .bora-bora-trip {
    grid-auto-flow: row;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .featured-trip-text {
    padding-right: 44px;
  }
  .featured-trip-text.keystone-text {
    padding-left: 44px;
  }
  .featured-trip-heading {
    font-size: 20px;
  }
  .trip-location-heading {
    font-size: 30px;
  }
  .trip-location-heading.bora._2 {
    line-height: 40px;
  }
  .button.nav-button {
    font-size: 18px;
  }
  .right-box {
    display: none;
  }
  .activity-section {
    padding-top: 80px;
  }
  .activity-grid-old---hidden {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .activity-button {
    font-size: 18px;
  }
  .awaits-section {
    padding-top: 30px;
  }
  .testimonial-grid {
    grid-column-gap: 40px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .subscribe-box {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }
  .footer-div.top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-follow-image {
    width: 40px;
  }
  .nav-logo {
    width: 200px;
  }
  .search-wrapper {
    display: none;
  }
  .heading-h4.faq--says-faq {
    color: #333;
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .accordion__tab-button-3:hover {
    background-color: rgba(245, 250, 255, 0.82);
  }
  .accordion__tab-button-3:active {
    background-color: #ebedf8;
  }
  .paragraph-6 {
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }
  .card {
    padding: 24px;
  }
  .card.card--no-padding {
    margin-top: 50px;
  }
  .space-between-container-2.top-faq-text-only {
    padding-top: 2%;
  }
  .accordion__content-container-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row {
    max-width: 98%;
  }
  .extension-div {
    min-height: 480px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    box-shadow: 1px 1px 3px 0 #000;
  }
  .extension-div._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/5d37952417504b66530820d7_Capture_0b9ca0c3ef606e4f708a37e92c7904be-min.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/5d37952417504b66530820d7_Capture_0b9ca0c3ef606e4f708a37e92c7904be-min.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .extension-div._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/5d3796890379fc1146530e88_koh-phiphi-leh_550e5af1fce6c43e8c2bb32c50a00d25-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/5d3796890379fc1146530e88_koh-phiphi-leh_550e5af1fce6c43e8c2bb32c50a00d25-min.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  .hero-heading {
    font-size: 70px;
    line-height: 75px;
  }
  .hero-sub-heading {
    width: 700px;
  }
  .line-divider {
    width: 60%;
  }
  .big-hero-text {
    margin-top: -15px;
  }
  .left-box-test {
    width: auto;
    margin-right: 40px;
    margin-left: 40px;
    background-color: rgba(82, 82, 82, 0.7);
  }
  .yellow-button {
    width: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .bora-bora-trip {
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 2px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 2px auto;
    grid-template-rows: auto auto;
  }
  .featured-trip-image {
    height: 250px;
  }
  .featured-trip-text {
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding: 25px 30px;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .featured-trip-text.keystone-text {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .featured-trip-para {
    text-align: center;
  }
  .featured-trip-para.bora {
    text-align: left;
  }
  .featured-trip-para.keystone {
    text-align: center;
  }
  .button {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .button.trip-button.keystone {
    margin-right: auto;
    margin-left: auto;
  }
  .button.nav-button {
    padding-right: 45px;
    background-size: 30px;
    font-size: 15px;
  }
  .keystone-grid {
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }
  .activity-section {
    padding-top: 60px;
  }
  .main-heading {
    font-size: 30px;
  }
  .arrow-heading {
    margin-bottom: 0px;
  }
  .arrow-image {
    width: 60px;
  }
  .paragraph {
    width: auto;
    margin-top: 20px;
  }
  .activity-div.snorkeling {
    height: 400px;
  }
  .activity-button {
    font-size: 22px;
  }
  .awaits-section {
    padding-top: 25px;
  }
  .testimonial-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .subscribe-box {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footerheading {
    text-align: center;
  }
  .main-nav-menu {
    border-width: 15px;
  }
  .nav-follow-image {
    width: 35px;
  }
  .nav-logo {
    width: 125px;
  }
  .accordion__content-container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .accordion__tab-button-3 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .paragraph-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.25em;
  }
  .card {
    padding: 24px;
  }
  .card.card--no-padding {
    margin-top: 50px;
  }
  .accordion__content-container-2 {
    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;
  }
  .column-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .logo-image {
    width: 150px;
  }
  .video-container.center {
    margin-top: -10px;
  }
  .play-button {
    margin-top: 12px;
  }
  .hero-heading {
    font-size: 45px;
    line-height: 50px;
  }
  .hero-sub-heading {
    width: 2000px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 22px;
  }
  .line-divider {
    width: 30%;
  }
  .big-hero-text {
    margin-top: -15px;
  }
  .left-box {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .left-box-test {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .yellow-button {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .grid {
    display: block;
  }
  .featured-trip-text {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .featured-trip-text.keystone-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.trip-button.bora {
    max-width: 70%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .activity-section {
    padding-top: 40px;
  }
  .mywrapper {
    width: 90%;
  }
  .main-heading {
    font-size: 30px;
    line-height: 32px;
  }
  .arrow-image {
    display: none;
    width: 25px;
    padding: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .paragraph {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .activity-grid-old---hidden {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .view-all-link {
    margin-top: 25px;
    font-size: 20px;
  }
  .video-div.vid1 {
    height: 200px;
  }
  .video-div.vid2 {
    height: 200px;
  }
  .video-div.vid3 {
    height: 200px;
  }
  .video-div.vid4 {
    height: 200px;
  }
  .video-div.vid5 {
    height: 200px;
  }
  .video-div.vid6 {
    height: 200px;
  }
  .footerheading {
    font-size: 25px;
    line-height: 30px;
  }
  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .main-nav-menu {
    width: 80%;
    border-width: 10px;
  }
  .heading-h4.faq--says-faq {
    color: #333;
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .heading-h4.no-margin.smpley-faq-text {
    font-size: 1em;
  }
  .accordion__content-container {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -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;
  }
  .faq-section {
    padding-right: 5%;
    padding-left: 5%;
  }
  .paragraph-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1em;
    text-align: left;
  }
  .card.card--no-padding {
    margin-top: 0px;
  }
  .accordion__content-container-2 {
    width: 100%;
    padding-right: 5px;
    padding-bottom: 75px;
    padding-left: 5px;
  }
  .extension-div {
    padding-bottom: 97px;
  }
  .extension-div._1 {
    padding-bottom: 103px;
  }
}

#w-node-a9fc95622976-f9c33eae {
  -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-6aeace909b33-f9c33eae {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-4c2a9e846745-f9c33eae {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec67dba2e3c6-f9c33eae {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-2c61e60fd827-f9c33eae {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c7cead11e1bc-f9c33eae {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f5fe4e492c4f-f9c33eae {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-7f7345d315c3-f9c33eae {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a2bb925f3648-f9c33eae {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-129eaaab10cb-f9c33eae {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -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-dde712c85a45-f9c33eae {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-129eaaab10cb-014f11e4 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -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-dde712c85a45-014f11e4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9fc95622968-f9c33eae {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  #w-node-a9fc95622976-f9c33eae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dde712c85a45-f9c33eae {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-dde712c85a45-014f11e4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@font-face {
  font-family: 'Akkurat-Bold-Italic';
  src: url('../fonts/AKKURATPRO-BOLDITALIC.OTF') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Akkurat-Bold';
  src: url('../fonts/AKKURATPRO-BOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat-Ligth-Regular';
  src: url('../fonts/AKKURATLIGHTPRO-REGULAR.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat-Italic';
  src: url('../fonts/AKKURATPRO-ITALIC.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Akkurat-Light';
  src: url('../fonts/AKKURATLIGHTPRO-ITALIC.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir Next LT';
  src: url('../fonts/AvenirNextLTPro-Regular-copy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next LT DEMI';
  src: url('../fonts/AvenirNextLTPro-Demi-copy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next LT DEMI Italic';
  src: url('../fonts/AvenirNextLTPro-DemiIt-copy.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir Next LT HEAVY';
  src: url('../fonts/AvenirNextLTPro-Heavy-copy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}