:root {
  --dark-gray: #171717;
  --body-font: "Open Sans", sans-serif;
  --white: #f5f7fa;
  --black: #0a0a0a;
  --txt-white-subtle: #e5e5e5;
  --txt-black-subtle: #2a2a2a;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #333;
  max-width: 1440px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.nav-bar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar.about-nav-bar {
  background-color: var(--dark-gray);
  margin-bottom: 0;
  position: static;
}

.nav-bar.gallery-page {
  background-color: var(--dark-gray);
  position: fixed;
}

.nav-link {
  font-family: var(--body-font);
  color: var(--white);
  background-color: #0000;
  padding: 20px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.nav-link:hover {
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--white);
  font-weight: 600;
}

.nav-link.menu-link {
  font-weight: 600;
}

.body {
  background-color: var(--white);
  color: var(--txt-white-subtle);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  overflow: visible;
}

.btn-primary {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #fafafa0d;
  border-radius: 12px;
  order: 1;
  padding: 8px 16px;
}

.btn-primary:hover {
  font-weight: 400;
}

.btn-primary.btn-hero {
  margin-top: 16px;
}

.btn-primary.nav-btn {
  letter-spacing: .1rem;
  font-weight: 600;
}

.btn-primary.nav-btn:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.btn-primary.btn-primary-cta {
  letter-spacing: .1rem;
}

.logo {
  width: auto;
  max-width: 80px;
  height: auto;
  max-height: 80px;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100vw;
  max-width: 1360px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.container.about-us-wrapper {
  background-image: url('../images/safari-4-1_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  height: 800px;
}

.container.flex-vertical {
  flex-flow: column;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2.5rem;
}

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

.image {
  width: 100%;
}

.image.hero-slider-img {
  object-fit: cover;
  height: auto;
  display: block;
}

.image.hero-slider-img.hero-img-tablet, .image.hero-slider-img.hero-img-mobile {
  display: none;
}

.hero-slide {
  object-fit: fill;
  width: 100vw;
  height: auto;
  overflow: visible;
}

.slider {
  height: 80%;
}

.slide-nav {
  display: none;
}

.mask {
  width: auto;
  height: auto;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.slider-2 {
  width: 100%;
  height: auto;
}

.hero-img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.mask-2 {
  object-fit: fill;
  width: 100%;
  height: auto;
  overflow: visible;
}

.div-block {
  display: block;
}

.div-block.image-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block.absolute-container {
  position: absolute;
  inset: auto;
}

.div-block.absolute-container.hero-content-1 {
  width: 45vw;
  padding-left: 1.25rem;
  bottom: 14%;
  left: 2.5rem;
  right: 2.5rem;
}

.div-block.absolute-container.hero-content-2 {
  inset: 22% 40px auto 55%;
}

.div-block.absolute-container.hero-content-3 {
  inset: auto 40px 16% 30%;
}

.image-3 {
  object-fit: cover;
}

.div-block-2 {
  position: absolute;
}

.hero-section {
  width: 100%;
}

.heading {
  margin-bottom: 8px;
  font-family: Raleway, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 120%;
}

.heading.h1 {
  font-size: 36px;
}

.heading.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.heading.h2.about-heading {
  font-size: 48px;
  display: none;
}

.heading.h3 {
  color: var(--dark-gray);
  font-size: 32px;
  line-height: 130%;
}

.heading.h3.card-heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph {
  color: var(--txt-white-subtle);
  margin-bottom: 8px;
  line-height: 150%;
}

.italic-text {
  color: var(--txt-white-subtle);
}

.destinations-section {
  margin-top: 7.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.paragraph-black {
  color: var(--txt-black-subtle);
  display: none;
}

.paragraph-black.memories-paragraph {
  display: block;
}

.paragraph-black.memories-paragraph.mobile {
  display: none;
}

.paragraph-black.destinations-paragraph {
  margin-bottom: 0;
  display: block;
}

.paragraph-black.memories-desktop {
  text-align: center;
  margin-bottom: 1rem;
  display: block;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-4 {
  object-fit: cover;
  height: auto;
}

.card-wrapper {
  background-image: url('../images/debojyoti-dutta-MDffzeUv6hc-unsplash-2_1.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 300px;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-wrapper.desktop {
  background-image: none;
  width: 33.3333%;
  min-width: 0;
}

.card-wrapper.desktop:hover {
  padding-top: 0;
}

.card-wrapper.desktop.card-mobile {
  display: none;
}

.card-wrapper.card-2 {
  background-image: none;
  overflow: hidden;
}

.card-wrapper.card-2.card-mobile {
  display: none;
}

.card-wrapper.card-3 {
  background-image: none;
  overflow: hidden;
}

.card-wrapper.mobile {
  display: none;
}

.section {
  width: 100%;
  margin-top: 7.5rem;
}

.div-block-3 {
  background-image: url('../images/safari-4-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-top: 79px;
  display: flex;
}

.left-arrow-3 {
  display: block;
}

.slide-nav-3 {
  display: none;
}

.slider-3 {
  width: 100%;
  overflow: hidden;
}

.slide-2, .image-5 {
  width: 35vw;
}

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

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

.div-block-6 {
  background-image: url('../images/pexels-futurekiiid-3874511.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.div-block-7 {
  background-image: url('../images/pexels-robertkso-15409273-5_1.avif');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.div-block-8 {
  background-image: url('../images/pexels-robertkso-15409273_1.avif');
  background-position: 50% 0;
  background-size: cover;
  height: auto;
}

.div-block-9 {
  background-image: url('../images/pexels-gal-shapira-30070546_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 166px;
}

.div-block-10 {
  background-image: url('../images/pexels-venkat-ragavan-363659-982021_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 257px;
}

.div-block-11 {
  background-image: url('../images/pexels-robertkso-15409273-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.div-block-12 {
  background-image: url('../images/pexels-futurekiiid-3874511.avif');
  background-position: 0 0;
  background-size: cover;
}

.div-block-13 {
  background-image: url('../images/pexels-robertkso-15409273-4_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  width: 200px;
  height: 280px;
  min-height: 0;
  max-height: 280px;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
}

.slider-4 {
  background-color: #0000;
  width: 100%;
}

.slide-nav-4 {
  display: none;
}

.image-6 {
  object-fit: none;
  object-position: 50% 50%;
}

.grid-5 {
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-7 {
  width: 100%;
}

.cta-content {
  z-index: 0;
  float: right;
  background-color: #0000;
  width: 60vw;
  position: absolute;
  inset: 131px 0% auto 40px;
}

.div-block-14 {
  position: relative;
}

.section-2 {
  margin-top: 7.5rem;
}

.navbar {
  background-color: #0000;
  width: 100%;
}

.section-3 {
  background-color: var(--dark-gray);
  padding-top: 6rem;
  padding-bottom: 1.5rem;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  align-self: center;
}

.image-9 {
  width: 24px;
}

.flex-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: none;
}

.paragraph-2 {
  text-align: center;
  align-self: center;
  margin-top: 16px;
}

.paragraph-2.bottom-bar {
  color: var(--txt-white-subtle);
}

.div-block-15 {
  margin-bottom: 2.5rem;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.section-4 {
  margin-top: 7.5rem;
}

.flex-block-3 {
  width: 100%;
}

.black-gradient {
  background-image: linear-gradient(#000000b3, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
}

.paragraph-3 {
  text-align: center;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
}

.list {
  color: var(--txt-white-subtle);
  font-size: 15px;
}

.list.d-card {
  font-size: 14px;
  line-height: 150%;
}

.list.d-card-desktop {
  font-size: clamp(.75rem, 2vw, 1.25rem);
}

.flex-block-4 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.park-description {
  background-color: var(--dark-gray);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 100% 0% 0%;
}

.park-description.mobile-version {
  display: none;
}

.text-block {
  margin-bottom: 8px;
  font-weight: 400;
}

.text-block.d-card {
  font-size: 14px;
  line-height: 150%;
}

.text-block.d-card-desktop {
  font-size: clamp(.75rem, 2vw, 1.25rem);
}

.mobile-hero {
  display: none;
}

.div-block-17.desktop {
  padding: 1.5rem 1rem;
}

.image-10 {
  display: none;
}

.flex-block-6 {
  width: 60vw;
  margin-top: 5vw;
}

.heading-2 {
  color: var(--dark-gray);
  font-weight: 600;
}

.paragraph-4 {
  color: var(--txt-black-subtle);
  padding-left: 10px;
}

.mobile-cta-container {
  display: none;
}

.nav-menu {
  justify-content: center;
  align-items: center;
}

.nav-menu.footer-menu {
  display: none;
}

.image-13, .image-14, .image-15, .image-16 {
  object-fit: cover;
  width: 100%;
  display: block;
}

.grid-6 {
  grid-template-rows: auto auto auto auto auto;
  display: none;
}

.flex-block-7 {
  display: none;
}

.grid-img {
  width: 48%;
}

.image-17 {
  max-width: 64px;
}

.image-18 {
  object-fit: cover;
  width: 100%;
  max-height: 3.75rem;
}

.brand {
  order: -1;
  display: block;
}

.brand.brand-mobile {
  display: none;
}

.heading-3 {
  font-size: 16px;
  line-height: 150%;
}

.heading-3.d-card {
  font-size: 15px;
  line-height: 120%;
}

.heading-3.d-card-desktop {
  font-size: clamp(.875rem, 3vw, 1.5rem);
  line-height: 120%;
}

.flex-block-8 {
  display: none;
}

.svg {
  color: var(--white);
  max-width: 1.5rem;
}

.nav-link-container {
  flex-flow: row;
}

.nav-link-container.mobile {
  display: none;
}

.flex-block-9 {
  z-index: 999;
  background-color: #171717cc;
  position: fixed;
  inset: 0%;
}

.nav-overlay {
  z-index: 1000;
  background-color: #0a0a0acc;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-21 {
  flex: 0 auto;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  object-fit: cover;
  width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: var(--txt-black-subtle);
  margin-bottom: 24px;
  font-size: 14px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body-2 {
  background-color: #f5f7fa;
  font-family: Open Sans, sans-serif;
}

.heading-4 {
  color: var(--black);
  font-family: Raleway, sans-serif;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--dark-gray);
  letter-spacing: .1rem;
  text-transform: capitalize;
  background-color: #e5e5e533;
  border: 1px solid #2a2a2a99;
  border-radius: 12px;
  padding: .5em 1em;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  background-color: var(--txt-white-subtle);
  color: var(--txt-black-subtle);
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-stack {
  background-color: #f5f7fa;
  border: 1px solid #17171766;
  padding: 80px 30px;
  position: relative;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  display: none;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.paragraph-5 {
  color: var(--txt-black-subtle);
}

.heading-7 {
  color: var(--dark-gray);
  font-size: 32px;
}

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

.gallery-overview-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 5rem;
  margin-bottom: 4rem;
  padding: 2.5rem;
  position: relative;
}

.container-4 {
  width: 100%;
  display: flex;
}

.gallery-wrapper-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.v-gallery-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.3333%;
  display: flex;
}

.gallery-features-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.gallery-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gallery-image-2 {
  aspect-ratio: 1;
  width: 100%;
}

.gallery-slider {
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-bottom: 4rem;
  padding: 2.5rem;
  display: flex;
  position: static;
  left: 40px;
  right: 40px;
}

.gallery-slide {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.gallery-slide-wrapper {
  width: 50%;
}

.gallery-slide-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  inset: auto 0% 9%;
}

.video {
  width: 100%;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed.v-gallery-item {
  width: 33.3333%;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.code-embed.v-gallery-item.v-gallery-last {
  display: none;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wildlife-gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
}

.div-block-22 {
  overflow: hidden;
}

.flex-block-11 {
  flex-flow: wrap;
  width: 100%;
}

.paragraph-6, .heading-8 {
  width: 100%;
}

.swiper._w-gallery {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
  overflow: visible;
}

.swiper-wrapper {
  overflow: visible;
}

.swiper-wrapper._w-gallery {
  flex-flow: row;
  overflow: hidden;
}

.swiper-slide._w-gallery {
  display: block;
}

.wildlife-txt-wrapper {
  width: 100%;
}

.wildlife-gallery-section {
  margin-bottom: 0;
  padding: 2.5rem;
  display: none;
}

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

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-prev {
  color: var(--txt-black-subtle);
}

.swiper-content {
  width: auto;
  height: auto;
}

.swiper-content.is-blue {
  background-color: #1a10e9;
}

.swiper-content.is-green {
  background-color: #09f353;
}

.swiper-content.is-red {
  background-color: #ec0404;
}

.chevron-left, .chevron-right {
  width: 4rem;
  height: 4rem;
}

._w-gallery-img, .image-26 {
  object-fit: cover;
  width: 100%;
}

.flex-block-12 {
  justify-content: center;
  align-items: center;
}

.slider-btn {
  border-radius: 12px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.path {
  color: var(--txt-black-subtle);
}

@media screen and (min-width: 1280px) {
  .btn-primary.btn-dark {
    border-color: var(--txt-black-subtle);
    color: var(--dark-gray);
  }

  .div-block.absolute-container.hero-content-1 {
    padding-left: 1.25rem;
    left: 2.5rem;
    right: 2.5rem;
  }

  .card-wrapper.desktop {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .shadow-two {
    width: 100%;
  }

  .margin-bottom-24px {
    font-size: 16px;
  }

  .hero-without-image {
    background-color: #fff6ed;
  }

  .button-primary-2 {
    border-style: solid;
    border-color: #000;
    border-radius: 12px;
  }

  .heading-5, .heading-6 {
    font-family: Raleway, sans-serif;
  }

  .gallery-overview-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .gallery-grid-2 {
    width: 100%;
  }

  .gallery-slider {
    padding-bottom: 2.5rem;
    padding-right: 2.5rem;
    position: static;
  }

  .flex-block-11 {
    justify-content: center;
    align-items: flex-start;
  }

  .flex-block-13 {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .nav-bar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-bar.about-nav-bar {
    position: fixed;
  }

  .nav-bar.gallery-page {
    background-color: var(--dark-gray);
    position: fixed;
  }

  .nav-link.menu-link {
    color: var(--black);
    margin-left: 0;
    margin-right: 0;
    font-size: 36px;
  }

  .body {
    overflow: visible;
  }

  .btn-primary {
    float: left;
    display: block;
  }

  .btn-primary.btn-hero {
    justify-content: center;
    align-items: center;
    width: auto;
    text-decoration: none;
    display: flex;
  }

  .btn-primary.nav-btn {
    display: none;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.nav-container {
    padding-left: 2rem;
  }

  .image.hero-slider-img {
    display: none;
  }

  .image.hero-slider-img.hero-img-tablet {
    display: block;
  }

  .slider-2, .mask-2 {
    overflow: hidden;
  }

  .div-block.absolute-container.hero-content-1 {
    left: 32px;
    right: 32px;
  }

  .hero-section {
    overflow: hidden;
  }

  .heading.h2.about-heading {
    font-size: 36px;
  }

  .heading.h3.card-heading {
    font-size: 25px;
  }

  .destinations-section {
    margin-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-black {
    display: none;
  }

  .paragraph-black.destinations-paragraph, .paragraph-black.memories-desktop {
    display: block;
  }

  .grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .card-wrapper.desktop, .card-wrapper.desktop.card-mobile {
    display: flex;
  }

  .card-wrapper.card-2 {
    width: auto;
    display: none;
  }

  .card-wrapper.card-2.card-mobile {
    display: flex;
  }

  .card-wrapper.card-3 {
    width: auto;
  }

  .card-wrapper.mobile {
    width: 100%;
    min-width: auto;
    display: none;
  }

  .section {
    margin-top: 4.8rem;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .cta-content {
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    inset: auto 0% 0%;
  }

  .section-2 {
    margin-top: 4.8rem;
  }

  .flex-block-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 3rem;
    padding: 1.25rem;
    display: flex;
  }

  .flex-block-2.social-container {
    justify-content: center;
    align-items: center;
  }

  .paragraph-2.bottom-bar {
    color: var(--txt-white-subtle);
  }

  .div-block-16 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section-4 {
    margin-top: 4.8rem;
  }

  .list {
    font-size: 14px;
    line-height: 150%;
  }

  .list.d-card-desktop {
    margin-bottom: 0;
    padding-left: 1rem;
    font-size: clamp(.75rem, 1vw, 1rem);
  }

  .park-description {
    display: flex;
    overflow: hidden;
  }

  .park-description.mobile-version {
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .text-block {
    font-size: 14px;
    line-height: 150%;
  }

  .text-block.d-card.minneriya-mobile-txt-box {
    display: none;
  }

  .text-block.d-card-desktop {
    margin-bottom: .5rem;
    font-size: clamp(.75rem, 1vw, 1rem);
  }

  .mobile-hero {
    display: none;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem .5rem;
    display: flex;
  }

  .div-block-17.desktop {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .image-10 {
    display: none;
  }

  .heading-2 {
    font-weight: 600;
  }

  .nav-menu, .nav-menu.footer-menu {
    display: flex;
  }

  .image-18 {
    max-height: 4.5rem;
  }

  .brand {
    display: none;
  }

  .brand.brand-mobile {
    display: block;
  }

  .menu-btn {
    order: 1;
    padding: 0;
  }

  .menu-btn:hover {
    font-size: 16px;
  }

  .menu-btn.w--open {
    color: var(--white);
    background-color: #0000;
  }

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

  .heading-3.d-card-desktop {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: clamp(.875rem, 2vw, 1.24rem);
  }

  .nav-menu-2 {
    z-index: 1000;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 100vh;
    padding-top: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .flex-block-8 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .svg {
    color: var(--white);
    max-width: 1.5rem;
  }

  .svg.menu-icon {
    color: var(--txt-white-subtle);
  }

  .svg.close-icon, .svg.dark {
    color: var(--dark-gray);
  }

  .svg.dark.facebook {
    color: var(--txt-black-subtle);
  }

  .nav-link-container {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .nav-link-container.mobile {
    flex-flow: column;
    display: flex;
  }

  .nav-overlay {
    z-index: 999;
    display: none;
  }

  .hero-heading-right {
    margin-top: 5.5rem;
    padding: 4rem 2rem;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .image-21, .image-22, .image-23, .image-24 {
    object-fit: cover;
    width: 100%;
  }

  .body-3 {
    padding-top: 88px;
  }

  .gallery-overview-2 {
    margin-top: 0;
    margin-bottom: 3.2rem;
    padding: 2rem;
  }

  .container-4 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-wrapper-2 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .v-gallery-text {
    width: 100%;
    min-width: 100%;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gallery-slider {
    margin-bottom: 3.2rem;
    padding: 2rem;
    left: auto;
    right: auto;
  }

  .gallery-slide {
    width: 100%;
  }

  .gallery-slide-wrapper {
    width: 33.3333%;
  }

  .gallery-slider-left {
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .slider-arrow-embed {
    position: static;
  }

  .gallery-slider-right {
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .gallery-slide-nav {
    display: block;
    inset: auto 0% 0%;
  }

  .code-embed.v-gallery-item.v-gallery-last {
    display: flex;
  }

  .wildlife-gallery-wrapper {
    flex-flow: wrap;
  }

  .swiper._w-gallery {
    width: 100%;
  }

  .swiper-slide._w-gallery {
    width: 33.3333%;
  }

  .wildlife-txt-wrapper {
    width: 100%;
  }

  .wildlife-gallery-section {
    margin-bottom: 3.2rem;
    padding: 2rem;
  }

  .slider-btn {
    border-radius: 12px;
  }

  .section-5 {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    background-color: var(--dark-gray);
    position: fixed;
  }

  .nav-bar.gallery-page {
    height: auto;
  }

  .btn-primary, .btn-primary.btn-hero {
    display: block;
  }

  .btn-primary.btn-dark {
    color: var(--dark-gray);
    display: block;
  }

  .btn-primary.nav-btn {
    display: none;
  }

  .container.about-us-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5%;
  }

  .container.flex-vertical, .container.nav-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image.hero-slider-img.hero-img-tablet {
    display: none;
  }

  .image.hero-slider-img.hero-img-mobile {
    display: block;
  }

  .hero-slide {
    height: auto;
  }

  .slider-2 {
    display: none;
  }

  .hero-img {
    object-fit: cover;
  }

  .mask-2 {
    height: auto;
  }

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

  .image-3 {
    object-fit: cover;
  }

  .heading.h2.about-heading {
    color: var(--dark-gray);
    display: block;
  }

  .heading.h2.cta-heading {
    color: var(--dark-gray);
    width: 100%;
    font-size: 48px;
  }

  .heading.h3.card-heading {
    font-size: 32px;
    inset: auto 0% 0%;
  }

  .destinations-section {
    margin-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph-black, .paragraph-black.cta-paragraph {
    display: block;
  }

  .grid-2 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .card-wrapper.desktop {
    display: none;
  }

  .card-wrapper.mobile {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    display: flex;
  }

  .card-wrapper.mobile.card-1 {
    background-image: url('../images/destination-img01_1.avif');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .card-wrapper.mobile.card-2 {
    background-image: url('../images/destination-img02_1.avif');
  }

  .card-wrapper.mobile.card-3 {
    background-image: url('../images/destination-img03_1.avif');
  }

  .section {
    margin-top: 3rem;
  }

  .grid-5 {
    display: flex;
  }

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

  .section-2 {
    margin-top: 3rem;
  }

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

  .section-4 {
    margin-top: 3rem;
  }

  .list, .list.d-card {
    font-size: 16px;
  }

  .park-description {
    height: 50vw;
    display: none;
  }

  .park-description.mobile-version {
    justify-content: center;
    align-items: center;
    height: 60%;
  }

  .text-block, .text-block.d-card {
    font-size: 16px;
  }

  .mobile-hero {
    display: flex;
    position: relative;
  }

  .flex-block-5 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 8.75rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    position: absolute;
    top: auto;
  }

  .div-block-17 {
    align-self: auto;
    padding: 5%;
  }

  .div-block-17.desktop {
    padding: 5%;
  }

  .image-10, .flex-block-6 {
    display: none;
  }

  .heading-2 {
    font-weight: 600;
  }

  .mobile-cta-container {
    display: block;
    position: relative;
  }

  .white-gradient {
    z-index: 2;
    background-image: linear-gradient(180deg, var(--white), transparent 60%);
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .cta-mobile-text {
    z-index: 4;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
  }

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

  .menu-btn {
    padding-left: 4px;
    padding-right: 4px;
  }

  .image-19 {
    display: none;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 120%;
  }

  .heading-3.d-card {
    font-size: 18px;
  }

  .nav-menu-2 {
    width: 60vw;
    inset: 0%;
  }

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

  .hero-heading-right {
    margin-top: 5.5rem;
    padding: 2rem 1rem;
  }

  .hero-without-image, .hero-stack, .hero-heading-left, .gallery-scroll, .gallery-overview {
    padding: 60px 15px;
  }

  .body-3 {
    padding-top: 88px;
  }

  .gallery-overview-2 {
    margin-top: 0;
    margin-bottom: 2rem;
    padding: 1.25rem;
  }

  .container-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .gallery-wrapper-2 {
    width: 100%;
    padding-left: 0;
  }

  .v-gallery-text {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .gallery-features-block-2 {
    margin-top: .75rem;
    margin-bottom: 1rem;
  }

  .gallery-slider {
    max-width: 100vw;
    margin-bottom: 2rem;
    padding: 1.25rem;
    position: relative;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .gallery-slide {
    flex-flow: row;
    margin-left: 0;
    margin-right: 0;
    padding-left: .5rem;
    position: relative;
  }

  .gallery-slide-wrapper {
    width: 50%;
    max-width: 60%;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-right {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .gallery-slide-nav {
    bottom: 7%;
  }

  .code-embed.v-gallery-item {
    min-width: 50%;
  }

  .code-embed.v-gallery-item.v-gallery-last {
    display: flex;
  }

  .swiper-slide._w-gallery {
    flex: none;
    width: 50%;
  }

  .wildlife-gallery-section {
    margin-bottom: 2rem;
    padding: 1.25rem;
  }

  .div-block-23 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    background-color: var(--dark-gray);
  }

  .nav-bar.gallery-page {
    height: auto;
    position: fixed;
  }

  .nav-link.menu-link {
    text-align: center;
  }

  .btn-primary {
    font-size: 15px;
    display: none;
  }

  .btn-primary.btn-hero {
    font-size: 15px;
    display: block;
  }

  .btn-primary.btn-dark {
    color: var(--dark-gray);
    border-color: #fafafa;
    display: block;
  }

  .logo {
    width: 64px;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.about-us-wrapper {
    background-image: url('../images/safari-4-1_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 70vh;
    padding-top: 5%;
  }

  .container.flex-vertical {
    display: block;
  }

  .image.hero-slider-img.hero-img-tablet {
    display: none;
    position: static;
  }

  .image.hero-slider-img.hero-img-mobile {
    display: block;
  }

  .hero-slide {
    object-fit: fill;
    height: auto;
    max-height: 80%;
    overflow: visible;
  }

  .mask {
    max-height: none;
  }

  .image-2 {
    overflow: visible;
  }

  .slide {
    max-height: 80%;
  }

  .left-arrow-2, .right-arrow-2, .slide-nav-2 {
    display: none;
  }

  .slider-2 {
    width: 100%;
    max-width: 100%;
    height: 80%;
    max-height: 80%;
  }

  .hero-img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: static;
    overflow: visible;
  }

  .div-block.absolute-container.hero-content-1 {
    flex-flow: column;
    width: 90vw;
    display: flex;
    position: absolute;
    left: 20px;
    right: 20px;
  }

  .heading {
    text-align: left;
    font-size: 28px;
  }

  .heading.h2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 28px;
  }

  .heading.h2.about-heading {
    margin-bottom: 4vw;
    font-size: 28px;
    display: block;
  }

  .heading.h2.cta-heading {
    color: var(--dark-gray);
    text-align: left;
    font-size: 36px;
  }

  .heading.h3.card-heading {
    font-size: 28px;
    position: absolute;
    inset: auto 0% 0%;
  }

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

  .paragraph {
    text-align: left;
    font-size: 15px;
  }

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

  .paragraph-black {
    text-align: center;
    font-size: 15px;
    display: block;
  }

  .paragraph-black.cta-paragraph {
    color: var(--dark-gray);
    text-align: left;
  }

  .paragraph-black.memories-desktop {
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    display: flex;
  }

  .card-wrapper.desktop {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    width: 100%;
    min-width: 280px;
  }

  .card-wrapper.card-2, .card-wrapper.card-3 {
    background-image: none;
    min-width: 280px;
  }

  .card-wrapper.mobile {
    height: 50vh;
  }

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

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

  .navbar.footer-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

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

  .div-block-15 {
    width: 100%;
    margin-bottom: 12px;
  }

  .div-block-16 {
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    width: 100%;
  }

  .flex-block-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .list {
    font-size: 14px;
  }

  .list.d-card {
    margin-bottom: 2.5%;
    padding-left: 5%;
    font-size: 14px;
  }

  .park-description {
    justify-content: center;
    align-items: flex-start;
    height: 30vh;
    padding-left: 5vw;
    padding-right: 5vw;
    display: none;
    inset: 100% 0% auto;
  }

  .park-description.mobile-version {
    height: 100%;
  }

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

  .text-block.d-card {
    margin-bottom: 0;
    font-size: 14px;
  }

  .text-block.d-card.minneriya-mobile-txt-box {
    display: block;
  }

  .text-block.d-card.minneriya-txt-box {
    display: none;
  }

  .mobile-hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .flex-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20vw;
    padding-bottom: 15vw;
    position: absolute;
  }

  .div-block-17 {
    height: 100%;
    padding: 1rem .5rem;
  }

  .div-block-18, .div-block-19 {
    height: 100%;
  }

  .image-10 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 0;
    margin-bottom: 8px;
    display: none;
  }

  .flex-block-6 {
    display: none;
  }

  .mobile-cta-container {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .white-gradient {
    z-index: 2;
    background-image: linear-gradient(180deg, var(--white), #fff0 68%);
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .cta-mobile-text {
    z-index: 4;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    position: absolute;
  }

  .image-11 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 100%;
  }

  .nav-menu {
    display: flex;
  }

  .image-12 {
    object-fit: cover;
  }

  .div-block-20 {
    width: 100%;
  }

  .grid-6 {
    display: none;
  }

  .grid-img {
    object-fit: cover;
    width: 100%;
  }

  .image-18 {
    max-height: 3.75rem;
  }

  .brand.brand-mobile {
    padding-left: 0;
  }

  .menu-btn {
    padding: 0;
  }

  .heading-3 {
    font-size: 15px;
  }

  .heading-3.d-card {
    margin-top: 5%;
    margin-bottom: 2.5%;
    font-size: 16px;
  }

  .nav-menu-2 {
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .hero-heading-right {
    margin-top: 4.7rem;
    padding-top: 2rem;
  }

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

  .button-primary-2.facebook {
    font-size: 15px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .body-3 {
    padding-top: 76px;
  }

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

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .v-gallery-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gallery-features-block-2 {
    margin-top: .75rem;
    margin-bottom: 1rem;
  }

  .gallery-slider {
    left: auto;
    right: auto;
  }

  .gallery-slide-wrapper {
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    z-index: auto;
    inset: 0% auto 0% 0%;
  }

  .gallery-slider-right {
    z-index: auto;
    order: 1;
    inset: 0% 0% 0% auto;
  }

  .gallery-slide-nav {
    display: block;
    bottom: 0%;
  }

  .code-embed.v-gallery-item {
    min-width: 100%;
  }

  .swiper-slide._w-gallery {
    width: 100%;
  }

  .div-block-23 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

#w-node-b969fc86-304b-c335-cfbf-f2babb857e5d-03d9df00, #w-node-_2605b851-e6c3-8ad6-6d1b-62ea7fee5d8b-03d9df00 {
  place-self: end center;
}

#w-node-_260c7715-5812-60cd-efb8-f2e827a6b4d0-03d9df00 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a49aac08-5352-bfc4-2d70-4f3bf8303aa8-03d9df00, #w-node-_1f7a1f52-809b-2137-4bac-8d7547981648-03d9df00 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_77382acb-4c4c-6835-84c9-46ae17159613-03d9df00 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-adb290ad-8b7a-dfb2-7c21-7a723c78ddc0-d3ae9e9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-adb290ad-8b7a-dfb2-7c21-7a723c78ddc0-d3ae9e9c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b969fc86-304b-c335-cfbf-f2babb857e5d-03d9df00, #w-node-_2605b851-e6c3-8ad6-6d1b-62ea7fee5d8b-03d9df00 {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-adb290ad-8b7a-dfb2-7c21-7a723c78ddc0-d3ae9e9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


