@font-face {
  font-family: Visbyroundcf;
  src: url('../fonts/VisbyRoundCF-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Visbyroundcf;
  src: url('../fonts/VisbyRoundCF-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Visbyroundcf;
  src: url('../fonts/VisbyRoundCF-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Visbyroundcf;
  src: url('../fonts/VisbyRoundCF-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Visbyroundcf;
  src: url('../fonts/VisbyRoundCF-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Visbyroundcf;
  src: url('../fonts/VisbyRoundCF-ExtraBold.otf') format("opentype"), url('../fonts/VisbyRoundCF-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Visbyroundcf;
  src: url('../fonts/VisbyRoundCF-DemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --medium-sea-green: #fb8404;
  --black: #111;
  --dim-grey: #635f5b;
}

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

.section_1 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.menu_section {
  z-index: 9998;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10vh;
  display: flex;
  position: absolute;
}

.menu_section_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 30vw 50vw;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 10vh;
  display: flex;
}

.menu_section_block_logo_link_block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 10vh;
  display: flex;
}

.logo_image {
  width: 20%;
  max-width: none;
}

.logo_image.combo {
  width: 10%;
  margin-left: -14px;
  padding-left: 0;
}

.menu_section_block_nav_bar {
  grid-column-gap: 79px;
  grid-row-gap: 79px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.menu_nav_link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .4s ease-in;
  display: flex;
}

.menu_nav_link:hover {
  transform: scale(1.2);
}

.menu_nav_link_text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.menu_nav_link_text.pre-order_button {
  border: 2px solid var(--medium-sea-green);
  border-radius: 20px;
  padding: 15px 25px;
}

.pre-order_block {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  transition: all .4s ease-in;
  display: flex;
}

.pre-order_block:hover {
  transform: scale(1.1);
}

.section_1_block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 40vw 40vw;
  grid-auto-columns: 1fr;
  width: 80vw;
  height: 90vh;
  display: grid;
}

.section_1_block_left {
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.section_1_block_left_image {
  transform-style: preserve-3d;
  width: 110%;
  max-width: none;
  position: relative;
  right: 38px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.section_1_block_right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.vector_h1 {
  color: var(--medium-sea-green);
  font-family: Lato, sans-serif;
  font-size: 85px;
  font-weight: 900;
  line-height: 85px;
}

.vector_subheading {
  color: var(--black);
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.learn_more_button {
  background-color: var(--medium-sea-green);
  text-align: center;
  border-radius: 20px;
  justify-content: flex-end;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .4s ease-in;
  display: block;
}

.learn_more_button:hover {
  background-color: var(--white);
  color: var(--medium-sea-green);
}

.section_1_bot_block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.section_1_bot_inner_block {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 10vw 70vw;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 100%;
  display: flex;
}

.social_media_block {
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  height: 20%;
  display: flex;
}

.social_media_nav_block {
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  display: flex;
}

.social_media_image {
  filter: invert();
  width: 30%;
  max-width: none;
}

.section_1_bot_right {
  justify-content: flex-end;
  align-items: center;
  height: 10vh;
  display: flex;
}

.lottie-animation {
  filter: hue-rotate(275deg);
  height: 10vh;
}

.scroll_bar_section {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.scroll_bar_section_block {
  justify-content: flex-end;
  align-items: center;
  width: 80vw;
  height: auto;
  display: flex;
  overflow: hidden;
}

.scroll_bar_inner_block {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  background-color: #0000;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

.scroll_bar_block {
  z-index: 1;
  background-color: var(--dim-grey);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 7px;
  height: 10px;
  position: relative;
  overflow: hidden;
}

.green_block_1 {
  z-index: 2;
  background-color: var(--medium-sea-green);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
}

.scroll_bar_container {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 7px;
  height: auto;
  display: flex;
  overflow: hidden;
}

.green_block_6, .green_block_3, .green_block_4, .green_block_5, .green_block_2 {
  z-index: 2;
  background-color: var(--medium-sea-green);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
}

.section_2 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section_2_block {
  width: 80vw;
  height: 80vh;
}

.section_2_block_top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40vw 40vw;
  grid-auto-columns: 1fr;
  height: 40vh;
  display: grid;
}

.section_2_block_bot {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 40vh;
  display: grid;
}

.section_2_block_top_left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-right: 100px;
  display: flex;
}

.section_2_block_top_right {
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.h2_sub {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
}

.h2_sub.right {
  text-align: left;
}

.text-block {
  color: var(--medium-sea-green);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.section_title_head {
  color: var(--medium-sea-green);
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.section_title_head.big {
  font-size: 24px;
  line-height: 24px;
}

.section_title_head.right {
  text-align: left;
  margin-right: 0;
}

.paragraph {
  color: #8a8a8a;
  margin-top: 10px;
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.paragraph:hover {
  color: var(--medium-sea-green);
}

.features_block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.features_text_head {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.features_text_head.combo {
  margin-top: 0;
}

.features_text_head.combo.awarnesschat {
  border: 2px dashed var(--medium-sea-green);
  opacity: .16;
  perspective: none;
  transform-style: preserve-3d;
  background-color: #12be655c;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px 74px;
  position: relative;
  right: 40px;
  transform: rotateX(0)rotateY(34deg)rotateZ(0);
}

.features_text_head.combo.awarnesschat2 {
  border: 2px dashed var(--medium-sea-green);
  opacity: .59;
  transform-style: preserve-3d;
  background-color: #12be655c;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px 74px;
  position: relative;
  left: 78px;
  transform: skew(-6deg)rotateX(0)rotateY(-40deg)rotateZ(0);
}

.features_text_head.combo.awarnesschat3 {
  border: 2px dashed var(--medium-sea-green);
  opacity: 1;
  transform-style: preserve-3d;
  background-color: #12be655c;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px 74px;
  transform: skew(9deg)rotateX(0)rotateY(43deg)rotateZ(0);
}

.features_image {
  width: 30%;
  max-width: none;
}

.section_3 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section_3_block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  height: 90vh;
  display: flex;
}

.section_3_block_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 20vw 40vw 20vw;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.section_3_grid_block1 {
  flex-direction: column;
  justify-content: space-around;
  display: block;
}

.section_3_grid_block2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section_3_grid_block1_inner {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 140px;
  display: grid;
}

.section_3_grid_block1_inner.combo {
  margin-bottom: 0;
}

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

.text_block.combo {
  padding-right: 40px;
}

.awareness_block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
  position: relative;
  left: -153px;
  overflow: hidden;
}

.awanress_vector_image {
  transform-style: preserve-3d;
  width: 80%;
  max-width: none;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.section_4 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
}

.section_4_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50vw 30vw;
  grid-auto-columns: 1fr;
  width: 80vw;
  height: 80vh;
  display: grid;
}

.section_4_block_left {
  align-items: flex-start;
  display: flex;
}

.section_4_block_right {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 140px;
  display: flex;
}

.section_4_block_left_image {
  width: 100%;
  max-width: none;
}

.section_5 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section_5_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 30vw 50vw;
  grid-auto-columns: 1fr;
  width: 80vw;
  height: 80vh;
  display: grid;
}

.section_5_block_left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_5_block_right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_5_image {
  transform-style: preserve-3d;
  width: 100%;
  max-width: none;
  margin-top: 100px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.section_6 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section_6_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 45vw 35vw;
  grid-auto-columns: 1fr;
  width: 80vw;
  height: 80vh;
  display: grid;
}

.section_6_block_right {
  padding-top: 100px;
}

.section_6_block_left_image {
  width: 70%;
  max-width: none;
}

.section_6_block_right_image {
  margin-top: 20px;
}

.section_7 {
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
}

.footer_section {
  z-index: 1;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50vh;
  display: flex;
  position: relative;
}

.footer_section_block {
  border-top: 2px solid var(--dim-grey);
  border-bottom: 2px solid var(--dim-grey);
  width: 80vw;
  height: 40vh;
}

.testimonial_section_block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  height: auto;
  display: flex;
}

.testimonial_block_grid_inner_block {
  border: 2px dashed var(--medium-sea-green);
  background-color: var(--black);
  box-shadow: inset 1px 1px 20px -6px var(--dim-grey), 0 0 20px -10px var(--medium-sea-green);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

._5_star_image {
  filter: grayscale();
  max-width: 60%;
  margin-top: 10px;
}

.trip_advisor_image {
  width: 20%;
  position: static;
}

.client_testimonial_name {
  color: #0672b3;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.testimonial_text {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
}

.testimonial_text.bold {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.trip_advisor_link_block {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .4s;
  display: flex;
}

.trip_advisor_link_block:hover {
  transform: scale(1.1);
}

.testimonial_client_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.testimonial_section_block_title_text {
  color: #0672b3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
}

.testimonial_client_image {
  border-radius: 50px;
  position: static;
}

.client_testimonial_text_block {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.testimonial_section_block_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.footer_div_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 15vw 15vw 15vw 35vw;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 80vw;
  display: grid;
}

.footer_div_block_left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.country_image {
  filter: invert();
  width: 10%;
  max-width: none;
  height: 100%;
}

.footer_div_block_nav {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: 1.5px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.footer_div_block_left_country {
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.link {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
}

.link:hover {
  color: #fff;
  text-shadow: 1px 1px 6px #215cf4;
}

.global_menu_block_logo_block_text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 24px;
}

.footer_div_block_left_country_text {
  color: #fff;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  transition: all .4s;
}

.footer_div_block_left_country_text:hover {
  text-shadow: 1px 1px 10px #fff;
}

.global_menu_block_logo_block {
  align-items: center;
  height: 20%;
  display: flex;
}

.link_block {
  width: 100%;
}

.text-field {
  background-color: var(--dim-grey);
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 500;
}

.form, .form-block {
  width: 100%;
}

.newsletter_email_field {
  color: #fff;
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  width: 70%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  display: inline-block;
}

.newsletter_subscribe_button {
  background-color: var(--medium-sea-green);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px 0;
  margin-left: 20px;
  padding: 13px 22px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  transition: all .4s;
}

.newsletter_subscribe_button:hover {
  color: var(--medium-sea-green);
  background-color: #fff;
}

.opening_notification {
  z-index: 999;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 15vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.opening_notification_block {
  background-image: linear-gradient(to right, var(--black), #12be65ad);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 70vw;
  height: 15vh;
  padding: 20px;
  display: flex;
}

.opening_notification_block_button {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.button_close_image {
  filter: invert();
  width: 2%;
  max-width: none;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 1.5px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.link-2 {
  color: #fff;
}

.mobile_menu_section, .mobile_menu_open {
  display: none;
}

.container-9 {
  max-width: 1440px;
  margin: 50px 5%;
}

.text-block-8 {
  color: #000;
  font-size: 20px;
  line-height: 37px;
}

.hero-image {
  vertical-align: baseline;
  width: 100%;
  max-width: 100%;
}

.suit-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-top: 0%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.suit-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-21 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 40px;
  line-height: 30px;
}

.suit-section {
  background-color: var(--black);
  object-fit: fill;
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 15px 25px;
  transition: background-color .5s cubic-bezier(.39, .575, .565, 1), background-color .55s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  overflow: hidden;
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  margin-bottom: 24px;
  font-size: 20px;
  font-style: normal;
  line-height: 29px;
  text-decoration: none;
}

.suit-description {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.button {
  color: #000;
  background-color: #fdde72;
  border: 2px solid #000;
  margin-top: 19px;
  padding: 14px 23px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
  box-shadow: 7px 7px #e8d8cd;
}

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

.subscribe-btn {
  background-color: #ffd400;
  border-radius: 7px;
  padding-top: 25px;
  font-size: 40px;
  line-height: 40px;
  box-shadow: -3px 4px #000;
}

.section_hero {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-06 {
  z-index: 6;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-05 {
  z-index: 5;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-04 {
  z-index: 4;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-03 {
  z-index: 3;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-02 {
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-01 {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.icon {
  z-index: 3;
  color: #e4b3a3;
  position: relative;
}

.padding-small {
  padding: .5rem;
}

.padding-large {
  padding: 2rem;
}

.bg-footer {
  width: 100%;
  height: auto;
}

.social {
  z-index: 6;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-bg {
  z-index: 1;
  background-color: #531431;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
}

.text-size-xlarge {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-size-xlarge.color-style-white {
  color: #ececec;
  font-size: 1.1rem;
}

.social__wrapper {
  color: #e4b3a3;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  position: relative;
}

.padding-normal {
  padding: 1rem;
}

.button__magnetic-link {
  z-index: 100;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button__magnetic-link.default {
  border: 0 #0000;
  border-radius: 1000px;
}

.button__magnetic-content {
  color: #e4b3a3;
  text-transform: uppercase;
  background-color: #531431;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 0 64px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.icon-bg-over {
  z-index: 2;
  background-color: #cb7f65;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: none;
  position: absolute;
}

.body-small {
  font-size: .875rem;
  line-height: 1.25rem;
}

.social__icon-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.container-footer {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: absolute;
}

.section-footer {
  background-color: #020016;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button__magnetic {
  position: relative;
}

.button__magnetic.ghost1 {
  z-index: 90;
  opacity: .5;
  background-color: #d26066;
  border-radius: 32px;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.button__magnetic.ghost2 {
  z-index: 80;
  opacity: .5;
  background-color: #d26066;
  border-radius: 32px;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.button__magnetic.ghost3 {
  z-index: 70;
  opacity: .5;
  background-color: #d26066;
  border-radius: 32px;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.button__magnetic.ghosting {
  color: #f2e5d9;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  margin-bottom: 11px;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container.align-center {
  text-align: center;
  align-items: center;
}

.footer-background {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% auto;
}

.heading-style-h2 {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.heading-style-h2.color-style-white {
  color: #ececec;
}

.image {
  width: 100%;
  height: auto;
}

.menu_section_block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 30vw 50vw;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 10vh;
  display: flex;
}

.menu_nav_link_text-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.menu_nav_link_text-2.pre-order_button {
  border: 2px solid #fb8404;
  border-radius: 20px;
  padding: 15px 25px;
}

.marquee-horizontal {
  z-index: 200;
  background-color: #fb8404;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 69px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-left: 3vw;
  margin-right: 3vw;
  padding-bottom: 7px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.image-wrapper.instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.small {
  padding: 9px;
}

.container-default {
  max-width: 2000px;
  padding-left: 0;
  padding-right: 0;
}

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-without-image {
  padding: 0 30px 80px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 2rem;
}

.learn_more_button-2 {
  text-align: center;
  background-color: #fb8404;
  border-radius: 20px;
  justify-content: flex-end;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .4s ease-in;
  display: block;
}

.learn_more_button-2:hover {
  color: #e7acee;
  background-color: #fff;
}

.learn_more_button-3 {
  background-color: var(--medium-sea-green);
  text-align: center;
  border-radius: 20px;
  justify-content: flex-end;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .4s ease-in;
  display: block;
}

.learn_more_button-3:hover {
  color: #e7acee;
  background-color: #fff;
}

@media screen and (min-width: 1440px) {
  .hero-image {
    width: auto;
    max-width: 80%;
  }

  .suit-container, .suit-hero {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .suit-section {
    border-bottom-width: 3px;
  }

  .suit-description {
    margin-left: 0;
    padding-left: 0;
  }

  .button {
    border-width: 3px;
    padding-left: 30px;
    padding-right: 30px;
    transition: background-color .175s cubic-bezier(.55, .085, .68, .53);
  }

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

@media screen and (min-width: 1920px) {
  .testimonial_section_block {
    width: 80vw;
    height: auto;
  }

  .testimonial_block_grid_inner_block {
    width: 80%;
  }

  .testimonial_section_block_title_text {
    font-size: 28px;
    line-height: 34px;
  }

  .testimonial_section_block_grid {
    place-items: stretch stretch;
  }

  .opening_notification_block {
    background-image: linear-gradient(to right, #111, #12be65c7);
  }

  .container-9 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .text-block-8 {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-image {
    max-width: 100%;
  }

  .suit-section {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-10 {
    padding-top: 0;
    padding-bottom: 16px;
    font-size: 21px;
  }

  .subscribe-btn {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 24px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .menu_section {
    display: none;
  }

  .logo_image {
    width: auto;
  }

  .logo_image.combo {
    margin-left: 0;
  }

  .menu_nav_link.combo {
    margin-bottom: 20px;
  }

  .section_1_block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section_1_block_left {
    justify-content: center;
  }

  .section_1_block_left_image {
    width: 80%;
    right: auto;
  }

  .section_1_block_right {
    object-fit: fill;
    align-items: center;
    width: 83.2812%;
    position: relative;
    top: -179px;
  }

  .vector_h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 120px;
    line-height: 130px;
    display: flex;
  }

  .vector_subheading {
    letter-spacing: 4px;
    font-size: 18px;
  }

  .scroll_bar_section {
    display: none;
  }

  .section_2 {
    align-items: flex-start;
    height: 120vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_2_block_top {
    height: auto;
    margin-bottom: 140px;
  }

  .section_2_block_bot {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section_2_block_top_left, .section_2_block_top_right {
    padding-top: 0;
  }

  .features_block {
    padding-right: 0;
  }

  .features_image {
    width: 10%;
  }

  .section_3 {
    height: auto;
    display: flex;
  }

  .section_3_block {
    height: auto;
  }

  .section_3_grid_block1_inner {
    flex-direction: column;
    display: flex;
  }

  .awareness_block {
    left: 0;
  }

  .section_4 {
    height: auto;
    display: flex;
  }

  .section_4_block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 50vw 30vw;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .section_4_block_left {
    justify-content: center;
  }

  .section_4_block_right {
    padding-top: 0;
  }

  .section_4_block_left_image {
    width: 100%;
  }

  .section_5 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .section_5_block {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .section_6 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .section_6_block {
    height: auto;
  }

  .section_6_block_right {
    padding-top: 0;
  }

  .section_6_block_left_image {
    width: 90%;
  }

  .section_7 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .footer_section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 100px;
    display: flex;
  }

  .footer_section_block {
    height: auto;
  }

  .testimonial_block_grid_inner_block {
    margin-bottom: 20px;
  }

  .testimonial_section_block_grid, .footer_div_block {
    flex-direction: column;
    display: flex;
  }

  .footer_div_block_nav {
    margin-bottom: 20px;
  }

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

  .opening_notification {
    display: none;
  }

  .mobile_menu_section {
    z-index: 9998;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 10vh;
    display: flex;
    position: fixed;
  }

  .mobile_menu_section_block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 40vw 40vw;
    grid-auto-columns: 1fr;
    width: 80vw;
    height: 10vh;
    display: grid;
  }

  .mobile_logo_block {
    height: 10vh;
    display: flex;
  }

  .mobile_menu_button {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: 10vh;
    display: flex;
  }

  .menu_button {
    width: 10%;
    max-width: none;
  }

  .mobile_menu_open {
    z-index: 9997;
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
  }

  .mobile_menu_open_block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 80vh;
    display: flex;
  }

  .container-9 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .text-block-8 {
    font-size: 21px;
    line-height: 21px;
  }

  .hero-image {
    width: 80%;
  }

  .heading-21 {
    font-size: 40px;
    line-height: 30px;
  }

  .suit-section {
    background-image: none;
    height: auto;
  }

  .text-block-10 {
    font-size: 21px;
  }

  .suit-description {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .button {
    font-size: 16px;
  }

  .subscribe-btn {
    padding-top: 18px;
    line-height: 17px;
  }

  .hero-wrapper {
    min-width: 64rem;
  }

  .container-footer {
    justify-content: center;
    position: relative;
  }

  .section-footer {
    justify-content: flex-start;
  }

  .footer-background {
    background-image: none;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image-2.last {
    display: none;
  }

  .section, .section.small {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .heading {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .logo_image.combo {
    width: 20%;
  }

  .section_1_block_right {
    top: -144px;
  }

  .section_3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_3_block_grid {
    flex-direction: column;
    display: flex;
  }

  .section_4_block {
    display: flex;
  }

  .section_6_block {
    flex-direction: column;
    display: flex;
  }

  .section_6_block_left {
    display: flex;
  }

  .footer_div_block_nav {
    margin-bottom: 40px;
  }

  .form {
    display: flex;
  }

  .form-block {
    margin-bottom: 40px;
  }

  .newsletter_email_field {
    width: 100%;
  }

  .menu_button {
    width: 20%;
  }

  .text-block-8, .hero-image {
    width: 75%;
  }

  .suit-container {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .suit-hero {
    width: 70%;
  }

  .heading-21 {
    font-size: 55px;
    line-height: 55px;
  }

  .suit-section {
    height: auto;
    position: relative;
  }

  .suit-description {
    align-items: center;
    width: 100%;
  }

  .subscribe-btn {
    font-size: 21px;
    line-height: 21px;
  }

  .section_hero {
    display: flex;
  }

  .container-footer {
    min-height: 32rem;
  }

  .footer-background {
    min-width: auto;
  }

  .section, .section.small {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .heading {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .section_1_block_left_image {
    width: 100%;
  }

  .section_1_block_right {
    width: auto;
    top: -123px;
  }

  .vector_h1 {
    font-size: 64px;
    line-height: 64px;
  }

  .vector_subheading {
    text-align: center;
  }

  .section_2 {
    height: 150vh;
  }

  .section_2_block {
    height: auto;
  }

  .section_2_block_top {
    flex-direction: column;
    margin-bottom: 40px;
    display: flex;
  }

  .section_2_block_bot {
    height: auto;
  }

  .section_3_grid_block1_inner {
    margin-bottom: 40px;
  }

  .awareness_block {
    width: auto;
    left: auto;
  }

  .section_5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_5_block_left {
    flex-direction: column;
    display: flex;
  }

  .trip_advisor_image {
    width: 40%;
  }

  .testimonial_section_block_title_text {
    text-align: center;
  }

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

  .newsletter_subscribe_button {
    margin-left: 0;
  }

  .mobile_menu_open {
    display: flex;
  }

  .container-9 {
    margin-top: 45px;
    margin-bottom: 25px;
  }

  .text-block-8 {
    width: 100%;
    font-size: 13px;
  }

  .hero-image {
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .suit-hero {
    justify-content: center;
    width: 95%;
    padding-top: 16px;
    padding-bottom: 45px;
    display: flex;
  }

  .heading-21 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .suit-section {
    border-bottom-width: 3px;
    flex-direction: column;
    height: 580px;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-10 {
    word-break: normal;
    font-size: 20px;
  }

  .suit-description {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .subscribe-btn {
    margin-bottom: auto;
  }

  .hero-wrapper {
    min-width: 72rem;
  }

  .hero-06 {
    width: 69%;
    display: none;
    inset: 0%;
  }

  .hero-04 {
    left: 1%;
  }

  .container-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-wrapper.instagram-image {
    border-radius: 16px;
  }

  .section, .section.small {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-4-columns.instagram-v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-without-image {
    padding-top: 0;
  }

  .container-2 {
    max-width: none;
  }

  .heading {
    font-size: .65rem;
  }
}

#w-node-ad35468d-79c0-7945-2680-3abe47f87bfe-39a347e0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-ad35468d-79c0-7945-2680-3abe47f87bfe-39a347e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-ExtraBold.otf') format('opentype'), url('../fonts/VisbyRoundCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}