@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange2: #fb9135;
  --orange1: #f70;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/heroimg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  height: 90vh;
  position: relative;
}

.hero-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 90%;
  height: 82%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-review {
  background-color: #fff;
  border-radius: 10rem;
  margin-bottom: 1.5vw;
  display: flex;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1em;
}

.text-span {
  color: var(--orange2);
}

.text-block {
  padding: 1vw 0 1vw 1vw;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  position: static;
}

.star-row {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  justify-content: flex-start;
  align-items: center;
  padding-left: .75vw;
  padding-right: 1vw;
  display: flex;
}

.star {
  height: 1.4vw;
}

.nabidka {
  filter: drop-shadow(0 0 10px #000000b3);
  background-color: #fff;
  border-radius: 32px;
  align-items: center;
  max-width: 90%;
  height: 220px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  display: flex;
  position: relative;
}

.destinace {
  margin-top: 180px;
  padding-top: 30px;
  position: relative;
}

.destinace-container {
  max-width: 90%;
}

.destinace-cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 2vw;
}

.destinace-card {
  margin-bottom: 1vw;
  display: block;
}

.destinace-card-img {
  aspect-ratio: 1.3;
  object-fit: cover;
  border-radius: 20px;
}

.destinace-card-heading {
  color: #333333e6;
  margin-top: 12px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1em;
}

.destinace-card-paragraph {
  height: 6vw;
  margin-top: 8px;
  margin-bottom: 18px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1.15vw;
  line-height: 1.25em;
}

.destinace-card-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.destinace-card-row-price {
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1em;
}

.destinace-card-row-rating {
  display: flex;
}

.text-block-2 {
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1em;
}

.destinace-card-star-row {
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  justify-content: flex-start;
  align-items: center;
  padding-left: .75vw;
  padding-right: 1vw;
  display: flex;
}

.cta {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/beautiful-outdoor-tropical-beach-sea-paradise-island-min.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: flex;
}

.recenze, .formular {
  margin-bottom: 5vw;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.destinace-card-img-wrapper {
  position: relative;
}

.oblibene-box {
  background-color: #ffffffbf;
  border-radius: 32px;
  position: absolute;
  inset: 7.5% auto auto 5%;
}

.text-block-3 {
  padding: 6px 12px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

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

.destinace-info {
  flex-flow: column;
  display: flex;
}

.destinace-bento {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.map {
  max-width: 95%;
  margin-bottom: 1vw;
}

.map-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell {
  background-image: linear-gradient(135deg, var(--orange1), var(--orange2));
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 7.5%;
}

.image {
  height: 5vw;
}

.text-block-4 {
  color: #fff;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.1em;
}

.cell-2 {
  background-image: url('../images/person-taking-part-sustainable-travel-movement.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.cell-3 {
  background-image: url('../images/one-woman-swinging-hammock-carefree-relaxation-generated-by-ai-min.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.stats-row {
  margin-bottom: 2vw;
}

.stats-column {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

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

.text-block-5 {
  text-align: center;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 4.5vw;
  font-weight: 500;
  line-height: 1em;
}

.text-block-6 {
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1em;
}

.paragraph {
  margin-bottom: 0;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.25em;
}

.text-block-7 {
  width: 60%;
  margin-bottom: 3vw;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.25em;
}

.cta-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.15em;
}

.cta-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-white {
  background-color: #fff;
  border-radius: 64px;
  text-decoration: none;
}

.button-orange {
  background-image: linear-gradient(135deg, var(--orange1), var(--orange2));
  border-radius: 64px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-9 {
  color: #000;
  padding: 12px 20px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-10 {
  color: #fff;
  padding: 12px 20px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-2 {
  height: 20px;
  padding-right: 20px;
}

.container-2 {
  max-width: 90%;
}

.text-block-11 {
  font-family: Poppins, Verdana, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.25em;
}

.paragraph-2 {
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.25em;
}

.review-box {
  overflow: hidden;
}

.image-4 {
  width: 75%;
}

.testimonials1_slider-nav {
  display: none;
}

.testimonials1_arrow {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #f3f3f3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: -64px 64px auto auto;
}

.testimonials1_arrow:hover {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--orange1), white);
  color: #fff;
}

.testimonials_content {
  background-color: #f1f1f1;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 2rem;
  font-weight: 400;
  display: flex;
}

.testimonials1_slide {
  max-width: 100%;
  margin-right: 2rem;
}

.testimonials1_slider-mask {
  width: 28rem;
  overflow: visible;
}

.testimonial-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center start;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 300;
  display: flex;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.testimonials1_component {
  background-color: #0000;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0;
  overflow: visible;
}

.reviews-img-box {
  background-image: url('../images/person-traveling-enjoying-their-vacation-min.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.testimonials2_arrow {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto auto -5rem 0%;
  box-shadow: 1px 1px 10px -5px #3333334d;
}

.testimonials2_arrow:hover {
  color: #fff;
  background-color: #151d53;
}

.testimonials2_arrow.right {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--orange1), var(--orange2));
  box-shadow: none;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s;
  inset: -64px 0% auto auto;
}

.testimonials2_arrow.right:hover {
  background-image: linear-gradient(135deg, var(--orange1), transparent);
}

.image-5, .image-6 {
  height: 16px;
}

.image-7 {
  height: 30px;
}

.paragraph-3 {
  color: #5a5a5a;
  height: 110px;
  margin-bottom: 1.25rem;
  font-family: Poppins, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.3em;
}

.text-block-12 {
  margin-top: 1rem;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2em;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.review-client-info {
  display: flex;
}

.text-block-13 {
  font-family: Poppins, Verdana, sans-serif;
  font-weight: 500;
}

.formular-box {
  max-width: 90%;
}

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

.formular-right {
  background-image: url('../images/tourist-carrying-luggage-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
}

.submit-button {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--orange1), var(--orange2));
  vertical-align: baseline;
  border-radius: 64px;
  width: 100%;
  padding: 14px 0;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-14 {
  margin-bottom: 16px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.1em;
}

.paragraph-4 {
  margin-bottom: 40px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.25em;
}

.form-row {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  margin-bottom: .5vw;
  display: flex;
}

.form-column {
  flex-flow: column;
  width: 47.5%;
  margin-right: 0;
  display: flex;
}

.field-label-3, .field-label-4, .field-label-5 {
  font-family: Poppins, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1em;
}

.footer-section {
  background-image: url('../images/map15.png'), linear-gradient(135deg, var(--orange1), var(--orange2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.link {
  color: #fff;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link:visited {
  color: #fff;
}

.image-8 {
  height: 5rem;
  margin-top: 8px;
  margin-bottom: 8px;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-bottom: 0;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.25em;
}

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

.footer-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
}

.button-white-footer {
  background-color: #fff;
  border-radius: 64px;
  text-decoration: none;
}

.button-white-footer-text {
  color: #000;
  text-align: center;
  padding: 8px 20px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.text-block-15 {
  color: #fff;
  font-family: Poppins, Verdana, sans-serif;
}

.footer-bottom-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.link-2 {
  color: #fff;
  font-family: Poppins, Verdana, sans-serif;
  text-decoration: none;
}

.textarea {
  color: #000;
  background-color: #f3f3f3;
  border: 1px #000;
  border-bottom-style: solid;
  min-width: 100%;
  max-width: 40vw;
  min-height: 8vw;
  max-height: 10vw;
  margin-bottom: 1vw;
  font-family: Poppins, Verdana, sans-serif;
}

.button-orange-2 {
  background-image: linear-gradient(135deg, var(--orange1), var(--orange2));
  border-radius: 64px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 48px;
  text-decoration: none;
  display: none;
}

.text-block-10-copy {
  color: #fff;
  padding: 12px 20px 12px 32px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.image-2-copy {
  height: 20px;
  padding-right: 32px;
}

.nav-menu-left {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navbar-2 {
  z-index: 10;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0%;
  padding-right: 0%;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  max-width: 160px;
  padding: 0;
}

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container.nav {
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-button {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  margin-left: 15px;
  padding: 10px 34px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s;
}

.nav-button:hover {
  background-color: var(--orange2);
  color: #fff;
}

.nav-link {
  color: #fff;
  padding: 0 15px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

._03-hamburger {
  padding: 0;
  display: none;
}

.image-9 {
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-10 {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.text-field-4, .text-field-5 {
  color: #000;
  background-color: #f3f3f3;
  border: 1px #000;
  border-bottom-style: solid;
  font-family: Poppins, Verdana, sans-serif;
}

.text-field-6, .text-field-9 {
  color: #000;
  background-color: #f3f3f3;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 1vw;
  font-family: Poppins, Verdana, sans-serif;
}

.input-2 {
  background-color: #ececec;
  border: 1px #000;
  border-radius: 64px;
  height: 48px;
  padding: 6px 18px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: grid;
}

.input-3, .input-4 {
  background-color: #ececec;
  border: 1px #000;
  border-radius: 64px;
  height: 48px;
  padding: 6px 18px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.text-block-16 {
  color: #000;
  margin-bottom: 8px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-16-copy {
  color: #000;
  margin-bottom: 8px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.form-row-2 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  margin-bottom: .5vw;
  display: flex;
}

.form-column-2 {
  flex-flow: column;
  width: 47.5%;
  margin-right: 0;
  display: flex;
}

.code-embed, .code-embed-2, .code-embed-3 {
  display: none;
}

.form-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-6 {
  z-index: 2;
  background-image: linear-gradient(90deg, #0000 85%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-block-17 {
  color: #5a5a5a;
  margin-top: 4px;
  margin-bottom: 16px;
  font-weight: 400;
}

.bold-text {
  font-family: Poppins, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.link-3 {
  color: var(--orange2);
  font-family: Poppins, Verdana, sans-serif;
  text-decoration: none;
}

.bold-text-2 {
  color: var(--orange2);
  font-family: Poppins, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.text-span-5 {
  font-size: 1.5rem;
  font-weight: 700;
}

.container-10 {
  max-width: 85%;
}

.heading-13 {
  font-family: Poppins, Verdana, sans-serif;
}

.cookie-btn {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--orange1), var(--orange2));
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 25px;
  margin-bottom: 60px;
  padding: 12px 25px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.cookie-btn:hover {
  color: #fff;
  background-color: #32343a;
}

.cookie-btn:active {
  background-color: #43464d;
}

.paragraph-10 {
  margin-bottom: 2rem;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.section {
  margin-top: 70px;
}

.link-4 {
  color: #333;
  text-decoration: none;
}

.navbar-2-copy {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0%;
  padding-right: 0%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-copy {
  color: #000;
  padding: 0 15px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-copy.w--current {
  color: #000;
}

.link-5 {
  color: var(--orange2);
}

.hero-menu-row-1 {
  display: none;
}

.lottie-animation {
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
}

.success-message {
  background-color: #fff0;
  height: 660px;
}

.div-block-50 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.text-block-7-copy {
  width: 100%;
  margin-bottom: 3vw;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.25em;
}

.code-embed-4 {
  display: none;
}

.hotel-card-heading-copy {
  margin-top: 10px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1.7vw;
  font-weight: 700;
  line-height: 1em;
}

.div-block-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: flex;
}

.code-embed-5 {
  display: none;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zajezd-container {
  max-width: 90%;
  margin-top: 125px;
  padding-bottom: 5vw;
  position: relative;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  position: static;
  top: 0;
}

.zajezd-info-box {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 110px;
  bottom: auto;
}

.zajezd-info-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.zajezd-grid-left {
  width: 100%;
  max-width: none;
  position: static;
}

.image-11 {
  width: 1.3rem;
}

.text-block-18 {
  margin-left: 14px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-19 {
  margin-left: 10px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.celkova-cena-row {
  justify-content: space-between;
  margin-top: 1rem;
  display: flex;
}

.text-block-20 {
  margin-left: 0;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-21 {
  margin-left: 0;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
}

.button-orange-zajezd {
  background-image: linear-gradient(135deg, var(--orange1), var(--orange2));
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  text-decoration: none;
  display: flex;
}

.text-block-10-zajezd {
  color: #fff;
  padding: 10px 20px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}

.zajezd-info-left-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 12px;
  display: flex;
}

.text-block-22 {
  margin-top: 32px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
}

.col {
  flex: 1;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col.col-lg-7 {
  max-width: 58.33%;
}

.col.col-lg-7.col-sm-12 {
  max-width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
}

.icon-embed-xsmall {
  color: var(--orange1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.8vw;
  height: 1.8vw;
  display: flex;
}

.gallery__button-text {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  text-decoration: none;
}

.button {
  color: #f7f4f3;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #9b7f6a;
  border-radius: .25rem;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.button.is-gallery {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #f7f4f3b3;
  border-radius: 5px;
  align-items: center;
  margin-bottom: .5rem;
  margin-right: .5vw;
  padding: .5vw;
  font-weight: 500;
  text-decoration: none;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button.is-gallery:hover {
  background-color: #e2e8f0;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.75rem;
  margin-right: -.75rem;
  display: flex;
}

.row.is-gallery {
  padding-bottom: 0;
}

.gallery-popup__image-overlay {
  z-index: 3;
  opacity: 0;
  background-image: linear-gradient(#17202c80, #17202c80);
  border-radius: 12px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-popup__image-overlay.is-rounded-1 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.gallery__component {
  position: relative;
}

.gallery-popup__image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 50%;
  position: relative;
}

.gallery__image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery__image.is-rounded-1 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.gallery-popup__image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery__button {
  z-index: 5;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.gallery-popup__back-button {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.gallery-popup__back-button:hover {
  background-color: #e2e8f0;
}

.gallery-popup__content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: grid;
  position: relative;
}

.gallery-popup {
  z-index: 100;
  background-color: #f7f4f3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.gallery-popup__header {
  z-index: 101;
  background-color: #f7f4f3;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0 1rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.text-block-23 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.text-block-24 {
  font-family: Poppins, Verdana, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1em;
}

.text-block-23-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.zajezd-vybava-hotelu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1em;
  display: block;
}

.zajezd-vybava-pokoje, .zajezd-aktivity {
  font-family: Poppins, Verdana, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.text-block-25 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1em;
}

.popup-wrap {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 680px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: 4px;
  left: 0;
}

.input {
  color: #000;
  background-color: #e6e6e6;
  border: 1px #b7bbd1;
  border-radius: 64px;
  max-width: 100%;
  height: 48px;
  max-height: 120px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  border-color: var(--orange1);
  box-shadow: none;
}

.input:focus {
  border: 1px solid var(--orange1);
}

.input::placeholder {
  color: #6e6e6e;
  font-family: Poppins, Verdana, sans-serif;
}

.rte-label {
  color: #000;
  margin-top: 15px;
  margin-bottom: 12px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

.form_100w {
  width: 100%;
}

.popup-close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: static;
  inset: 0% 0% auto auto;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.popup-close_icon {
  height: 30px;
}

.message_success {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--orange1), var(--orange2));
  color: #fff;
  border-radius: 10px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.popup {
  z-index: 9999;
  opacity: 0;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-2 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-2:hover {
  box-shadow: none;
  background-color: #000;
}

.button-2.in-form {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--orange1), var(--orange2));
  border-radius: 64px;
  width: 100%;
  height: 42px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 16px;
}

.paragraph-11 {
  opacity: .9;
  color: #000;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.form-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: .75vw;
  display: flex;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.custom-scrollbar {
  display: none;
}

.h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25em;
}

.text-red {
  color: #ff0004;
}

.job_sticky-card {
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  padding: 35px 30px;
}

.form-separator {
  background-color: #f2f3ff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-border {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.message-error {
  text-align: center;
  border-radius: 6px;
  width: 100%;
}

.scrollbar {
  max-height: 850px;
  padding: 30px;
  overflow: auto;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper.mr-15 {
  margin-right: 15px;
}

.clone-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  display: flex;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.div-block-52 {
  display: flex;
}

.input-copy {
  color: #000;
  background-color: #e6e6e6;
  border: 1px #b7bbd1;
  border-radius: 6px;
  max-width: 100%;
  height: 48px;
  max-height: 120px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input-copy:hover {
  border-color: var(--orange1);
  box-shadow: none;
}

.input-copy:focus {
  border: 1px solid var(--orange1);
}

.input-copy::placeholder {
  color: #6e6e6e;
  font-family: Poppins, Verdana, sans-serif;
}

.row-main {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.75rem;
  margin-right: -.75rem;
  display: flex;
}

.row-main.is-gallery {
  padding-bottom: 1.5rem;
}

.nav-button-2 {
  background-color: var(--orange2);
  color: #fff;
  border-radius: 100px;
  margin-left: 15px;
  padding: 10px 34px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s;
}

.nav-button-2:hover {
  color: #fff;
  background-color: #000;
  background-image: none;
}

.button-orange-menu {
  background-image: linear-gradient(135deg, var(--orange1), var(--orange2));
  border-radius: 64px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 220px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.input-food, .input-3-copy {
  background-color: #ececec;
  border: 1px #000;
  border-radius: 64px;
  height: 48px;
  padding: 6px 18px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.paragraph-12 {
  width: 70%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
}

.image-12 {
  height: 100%;
}

.image-12-copy {
  height: 100%;
  position: static;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  height: 90%;
  display: flex;
  position: absolute;
}

.link-block-2, .link-block-3 {
  justify-content: flex-start;
  align-items: center;
  height: 90%;
  display: flex;
}

.code-embed-6, .image-13 {
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .nabidka {
    height: 220px;
  }

  .destinace {
    margin-top: 180px;
  }

  .button-orange-2 {
    display: none;
  }

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

  .div-block-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    display: grid;
  }

  .success-message {
    height: 724px;
  }

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

  .image-11 {
    width: 1.7rem;
  }

  .text-block-18, .text-block-19 {
    font-size: 20px;
  }

  .text-block-20, .text-block-21 {
    font-size: 24px;
  }

  .text-block-10-zajezd {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .text-block-22 {
    font-size: 20px;
  }

  .text-block-23 {
    font-size: 22px;
  }

  .text-block-24 {
    font-size: 50px;
  }

  .text-block-23-copy {
    font-size: 22px;
  }

  .zajezd-vybava-hotelu {
    font-size: 20px;
  }

  .text-block-25 {
    font-size: 32px;
  }

  .button-orange-menu {
    width: 220px;
  }

  .paragraph-12 {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Poppins, Verdana, sans-serif;
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-container {
    height: 89%;
  }

  .heading {
    font-size: 4vw;
  }

  .nabidka {
    height: 120px;
  }

  .destinace {
    margin-top: 7vw;
  }

  .destinace-card-heading {
    margin-top: 20px;
  }

  .paragraph {
    font-size: 1.3vw;
  }

  .text-block-7, .text-block-11 {
    font-size: 2.7vw;
  }

  .paragraph-2 {
    font-size: 1.3vw;
  }

  .testimonials1_arrow {
    width: 3rem;
    height: 3rem;
  }

  .heading-small {
    font-size: 24px;
  }

  .testimonials2_arrow.right {
    width: 3rem;
    height: 3rem;
  }

  .image-5, .image-6 {
    height: 20px;
  }

  .image-7 {
    height: 36px;
  }

  .paragraph-3 {
    height: 150px;
    font-size: 16px;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .submit-button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 20px;
  }

  .text-block-14 {
    font-size: 2.7vw;
  }

  .paragraph-4 {
    font-size: 1.3vw;
  }

  .form-row {
    margin-bottom: .5vw;
  }

  .field-label-3, .field-label-4, .field-label-5 {
    font-size: 16px;
  }

  .footer-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .image-8 {
    margin: 8px 16px;
  }

  .footer-buttons {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .footer-bottom {
    margin-top: 2rem;
  }

  .textarea {
    min-height: 5vw;
    margin-bottom: 1vw;
    font-size: 18px;
  }

  .button-orange-2 {
    justify-content: center;
    align-items: center;
    width: 48px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-10-copy {
    display: none;
  }

  .image-2-copy {
    padding-right: 0;
  }

  .text-field-4, .text-field-5 {
    height: 45px;
    font-size: 18px;
  }

  .text-field-6, .text-field-9 {
    height: 45px;
    margin-bottom: 1vw;
    font-size: 18px;
  }

  .input-2 {
    padding-right: 18px;
  }

  .div-block-4 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .div-block-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .text-block-16-copy {
    font-size: 16px;
  }

  .form-row-2 {
    margin-bottom: .5vw;
  }

  .form-block-2 {
    width: auto;
  }

  .bold-text, .bold-text-2 {
    font-size: 16px;
  }

  .success-message {
    height: 740px;
  }

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

  .text-block-7-copy {
    font-size: 2.7vw;
  }

  .hotel-card-heading-copy {
    margin-top: 20px;
  }

  .zajezd-info-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 0;
    display: flex;
  }

  .celkova-cena-row {
    margin-top: 0;
  }

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

  .button-orange-zajezd {
    margin-top: 2rem;
  }

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

  .icon-embed-xsmall {
    width: 1.3vw;
    height: 1.3vw;
  }

  .gallery__button-text {
    font-size: 1vw;
  }

  .button.is-gallery {
    margin-right: .3vw;
    padding: .3vw;
  }

  .button-orange-menu {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 10px;
    padding-right: 32px;
    display: none;
  }

  .paragraph-12 {
    width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  .submit-button {
    font-size: 20px;
  }

  .textarea {
    font-size: 18px;
  }

  .button-orange-2 {
    aspect-ratio: auto;
    width: auto;
  }

  .text-block-10-copy {
    display: block;
  }

  .image-2-copy {
    padding-right: 32px;
  }

  .navbar-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-field-4, .text-field-5, .text-field-6, .text-field-9 {
    font-size: 18px;
  }

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

  .div-block-4 {
    justify-content: space-between;
    align-items: center;
  }

  .input-3, .input-4 {
    font-size: 15px;
  }

  .text-block-16 {
    font-size: 17px;
  }

  .text-block-17 {
    margin-bottom: 20px;
  }

  .navbar-2-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .lottie-animation {
    width: 400px;
    height: 400px;
  }

  .success-message {
    height: 820px;
  }

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

  .input-food, .input-3-copy {
    font-size: 15px;
  }

  .paragraph-12 {
    width: 65%;
    font-size: 22px;
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 5.5vw;
  }

  .text-block {
    padding: 1.5vw 0 1.5vw 1.5vw;
    font-size: 2vw;
  }

  .star-row {
    padding-left: 1vw;
    padding-right: 1.5vw;
  }

  .star {
    height: 2vw;
  }

  .destinace-card-heading {
    font-size: 2.5vw;
  }

  .destinace-card-paragraph {
    height: 9vw;
    font-size: 1.5vw;
  }

  .destinace-card-row-price, .text-block-2 {
    font-size: 2vw;
  }

  .destinace-card-star-row {
    grid-column-gap: .3vw;
    grid-row-gap: .3vw;
  }

  .cta {
    height: 60vh;
  }

  .image {
    height: 7vw;
  }

  .text-block-4 {
    font-size: 2.5vw;
  }

  .text-block-6, .paragraph {
    font-size: 1.7vw;
  }

  .text-block-7 {
    width: 60%;
  }

  .text-block-8 {
    font-size: 5vw;
  }

  .text-block-9, .text-block-10 {
    font-size: 18px;
  }

  .text-block-11 {
    font-size: 3.5vw;
  }

  .paragraph-2 {
    font-size: 1.7vw;
  }

  .image-4 {
    width: 35%;
    display: none;
  }

  .heading-small {
    font-size: 24px;
  }

  .reviews-img-box {
    display: none;
  }

  .image-7 {
    height: 40px;
  }

  .paragraph-3 {
    height: 150px;
    font-size: 16px;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .text-block-14 {
    font-size: 3.7vw;
  }

  .paragraph-4 {
    font-size: 1.6vw;
  }

  .footer-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .image-2-copy {
    height: 16px;
  }

  .nav__icon {
    color: #fff;
    background-color: #0000;
    font-size: 32px;
  }

  .nav-menu-left {
    flex-flow: column;
  }

  .navbar-2 {
    background-color: #00000080;
  }

  .container.nav {
    justify-content: space-between;
  }

  .nav-button {
    max-width: 300px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    background-color: #00000080;
    padding: 30px 5% 50px;
  }

  ._03-hamburger {
    color: #272d4e;
    border-radius: 5px;
  }

  ._03-hamburger.w--open {
    background-color: #0000;
    background-image: linear-gradient(135deg, var(--orange1), var(--orange2));
    color: #fff;
  }

  .image-9 {
    display: none;
  }

  .div-block-3 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .input-2 {
    font-size: 12px;
  }

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

  .input-3, .input-4 {
    font-size: 12px;
  }

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

  .cookie-btn {
    margin-top: 2rem;
    display: block;
  }

  .navbar-2-copy {
    background-color: #00000080;
  }

  .nav-link-copy {
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }

  .lottie-animation {
    width: 250px;
    height: 250px;
  }

  .div-block-50 {
    height: 630px;
  }

  .form-2 {
    height: auto;
  }

  .hotel-card-heading-copy {
    font-size: 2.5vw;
  }

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

  .image-11 {
    width: 1.2rem;
  }

  .text-block-18, .text-block-19 {
    font-size: 16px;
  }

  .text-block-20, .text-block-21 {
    font-size: 17px;
  }

  .text-block-10-zajezd, .text-block-22 {
    font-size: 16px;
  }

  .gallery__button-text {
    display: none;
  }

  .row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .row.is-gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .gallery-popup__image-wrapper {
    padding-top: 70%;
  }

  .gallery__image.is-rounded-1 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .gallery-popup__content {
    padding: 4rem 2rem;
  }

  .text-block-23 {
    font-size: 16px;
  }

  .text-block-24 {
    font-size: 32px;
  }

  .text-block-23-copy, .zajezd-vybava-hotelu, .zajezd-vybava-pokoje, .zajezd-aktivity {
    font-size: 16px;
  }

  .text-block-25 {
    font-size: 22px;
  }

  .popup-close {
    top: 5%;
    right: 5%;
  }

  .scrollbar {
    max-height: 750px;
  }

  .row-main {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .row-main.is-gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .nav-button-2 {
    max-width: 300px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-orange-menu {
    width: 195px;
  }

  .input-food, .input-3-copy {
    font-size: 12px;
  }

  .paragraph-12 {
    width: 100%;
    font-size: 14px;
  }

  .link-block {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/heroimg.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 0 0 32px 32px;
    flex-flow: column;
    justify-content: space-between;
    height: auto;
    display: flex;
  }

  .hero-container {
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding-top: 150px;
  }

  .hero-review {
    margin-bottom: 2vw;
  }

  .heading {
    text-align: center;
    width: 90%;
    font-size: 6vw;
  }

  .text-block {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
    font-size: 2.5vw;
  }

  .star-row {
    padding-left: 1.5vw;
    padding-right: 2vw;
  }

  .star {
    height: 2.5vw;
  }

  .nabidka {
    background-color: #fff;
    flex-flow: row;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 7.5%;
  }

  .destinace {
    margin-top: 50px;
  }

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

  .destinace-card-heading {
    font-size: 3.5vw;
  }

  .destinace-card-paragraph {
    height: 14vw;
    font-size: 2.2vw;
  }

  .destinace-card-row-price, .text-block-2 {
    font-size: 3vw;
  }

  .destinace-card-star-row {
    grid-column-gap: .4vw;
    grid-row-gap: .4vw;
  }

  .cta {
    height: 50vh;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .recenze, .formular {
    margin-bottom: 10vw;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .destinace-grid {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .destinace-info {
    display: block;
  }

  .destinace-bento {
    padding-left: 0;
  }

  .text-block-5 {
    font-size: 9vw;
  }

  .text-block-6 {
    font-size: 2.5vw;
  }

  .paragraph {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2vw;
  }

  .text-block-7 {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 5vw;
  }

  .text-block-8 {
    font-size: 6vw;
  }

  .text-block-11 {
    text-align: center;
    font-size: 5vw;
  }

  .paragraph-2 {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5vw;
  }

  .testimonials1_slide {
    width: auto;
    max-width: none;
    margin-right: 1.25rem;
  }

  .testimonials1_slider-mask {
    width: 100%;
  }

  .testimonial-wrapper {
    grid-auto-flow: row;
    margin-top: 1.25rem;
  }

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

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .formular-right {
    display: none;
  }

  .text-block-14 {
    font-size: 6vw;
  }

  .paragraph-4 {
    margin-bottom: 20px;
    font-size: 3vw;
  }

  .image-8 {
    height: 4rem;
  }

  .paragraph-5 {
    width: 80%;
  }

  .button-white-footer-text {
    padding: 6px 16px;
  }

  .footer-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .textarea {
    margin-bottom: 20px;
  }

  .button-orange-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6vw;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-10-copy {
    padding: 1.5vw 2.5vw 1.5vw 4vw;
    font-size: 2.4vw;
  }

  .image-2-copy {
    height: 2.6vw;
    padding-right: 4vw;
  }

  .input-2 {
    width: 100%;
    height: 6vw;
    padding: 1vw 2.5vw;
    font-size: 2.15vw;
  }

  .div-block-4 {
    flex-flow: column;
    align-items: stretch;
    height: 100%;
  }

  .div-block-5 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .input-3, .input-4 {
    width: 100%;
    height: 6vw;
    padding: 1vw 2.5vw;
    font-size: 2.15vw;
  }

  .hero-menu-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .text-block-16 {
    color: #000;
    width: 25%;
    margin-bottom: 0;
    font-size: 2.2vw;
  }

  .form-row-2 {
    flex-flow: column;
  }

  .form-column-2 {
    width: 100%;
  }

  .code-embed, .code-embed-2, .code-embed-3, .div-block-6 {
    display: none;
  }

  .hero-menu-row-1, .hero-menu-row-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .text-block-7-copy {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 5vw;
  }

  .hotel-card-heading-copy {
    font-size: 3.5vw;
  }

  .zajezd-container {
    padding-bottom: 10vw;
  }

  .zajezd-info-box {
    position: static;
  }

  .image-11 {
    width: 1.4rem;
  }

  .text-block-18, .text-block-19 {
    font-size: 18px;
  }

  .text-block-20, .text-block-21 {
    font-size: 22px;
  }

  .col.col-lg-7.col-sm-12 {
    flex: 1;
    max-width: 100%;
  }

  .icon-embed-xsmall {
    width: 20px;
    height: 20px;
  }

  .row.is-gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .gallery-popup__image-overlay.is-rounded-1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .gallery-popup__image-wrapper {
    padding-top: 50%;
  }

  .gallery__image.is-rounded-1 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .text-block-23-copy {
    font-size: 18px;
    line-height: 1em;
  }

  .popup-wrap {
    padding-left: 0;
  }

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

  .paragraph-11, .h3 {
    text-align: left;
  }

  .scrollbar {
    max-height: 700px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

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

  .row-main.is-gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .button-orange-menu {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6vw;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .input-food, .input-3-copy {
    width: 100%;
    height: 6vw;
    padding: 1vw 2.5vw;
    font-size: 2.15vw;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: linear-gradient(#0003, #0003), url('../images/aesthetic-summer-holidays.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 0 0 32px 32px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .hero-container {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50vh;
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .hero-review {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    text-align: center;
    width: 100%;
    margin-bottom: 15%;
    font-size: 8vw;
  }

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

  .star {
    height: 12px;
  }

  .nabidka {
    background-color: #fff;
    border-radius: 19px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: static;
    top: auto;
  }

  .destinace {
    margin-top: 0;
    padding-top: 100px;
  }

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

  .destinace-card {
    margin-bottom: 3vw;
  }

  .destinace-card-img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .destinace-card-heading {
    margin-top: 3vw;
    font-size: 4vw;
  }

  .destinace-card-paragraph {
    text-align: left;
    height: auto;
    margin-top: 5vw;
    margin-bottom: 4vw;
    font-size: 4vw;
  }

  .destinace-card-row {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .destinace-card-row-price, .text-block-2 {
    font-size: 6vw;
  }

  .destinace-card-star-row {
    padding-left: 2vw;
    padding-right: 3vw;
  }

  .destinace-card-img-wrapper {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .text-block-3 {
    padding: 8px 20px;
    font-size: 16px;
  }

  .text-block-7 {
    width: 100%;
    margin-bottom: 7vw;
    font-size: 7vw;
  }

  .cta-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-8 {
    font-size: 7vw;
  }

  .cta-row {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .text-block-9, .text-block-10 {
    padding: 2.5vw 4vw;
    font-size: 4vw;
  }

  .image-2 {
    height: 4vw;
    padding-right: 4vw;
  }

  .text-block-11 {
    font-size: 7vw;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 5vw;
  }

  .testimonials1_arrow {
    background-color: #ccc;
    width: 9vw;
    height: 9vw;
    inset: auto 20% 5% auto;
  }

  .testimonials_content {
    padding: 5%;
  }

  .testimonials1_slide {
    width: 100%;
  }

  .testimonial-wrapper {
    margin-top: 2vw;
    margin-bottom: 5vw;
  }

  .heading-small {
    font-size: 5vw;
  }

  .testimonials2_arrow.right {
    width: 9vw;
    height: 9vw;
    inset: auto 5% 5% auto;
  }

  .image-5, .image-6 {
    height: 4vw;
  }

  .image-7 {
    height: 10vw;
  }

  .paragraph-3 {
    height: auto;
    font-size: 4vw;
  }

  .text-block-12 {
    text-align: center;
    display: none;
  }

  .text-block-13 {
    font-size: 3vw;
  }

  .text-block-14 {
    text-align: center;
    margin-bottom: 4px;
    font-size: 7vw;
  }

  .paragraph-4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 5vw;
  }

  .link {
    font-size: .875rem;
  }

  .image-8 {
    height: 3rem;
  }

  .paragraph-5 {
    font-size: .875rem;
  }

  .footer-buttons {
    flex-flow: column;
  }

  .button-white-footer-text {
    text-align: center;
    font-size: 14px;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-15 {
    text-align: center;
  }

  .footer-bottom-right {
    text-align: center;
    flex-flow: column;
  }

  .textarea {
    min-height: 30vw;
    max-height: 50vw;
  }

  .button-orange-2 {
    height: 10vw;
    margin-top: 20px;
  }

  .text-block-10-copy {
    padding: 2.5vw 4vw 2.5vw 7vw;
    font-size: 3.5vw;
    display: block;
  }

  .image-2-copy {
    height: 4vw;
    padding-right: 7vw;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .div-block-3 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .text-field-4, .text-field-5, .text-field-6, .text-field-9 {
    margin-bottom: 15px;
  }

  .input-2 {
    height: 10vw;
    padding: 1.5vw 4vw;
    font-size: 3vw;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 8% 6.5%;
  }

  .div-block-5 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    width: 100%;
  }

  .input-3 {
    height: 10vw;
    padding: 1.5vw 4vw;
    font-size: 3vw;
  }

  .input-4 {
    color: #999696;
    background-color: #ececec;
    height: 10vw;
    padding: 1.5vw 4vw;
    font-size: 3vw;
  }

  .hero-menu-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .text-block-16 {
    color: #000;
    width: 35%;
    margin-bottom: 10px;
    font-size: 3.5vw;
  }

  .form-column-2 {
    width: 100%;
  }

  .code-embed, .code-embed-2, .code-embed-3 {
    display: none;
  }

  .form-block-2 {
    height: auto;
  }

  .hero-menu-row-1, .hero-menu-row-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .success-message {
    height: 780px;
  }

  .text-block-7-copy {
    width: 100%;
    margin-bottom: 7vw;
    font-size: 7vw;
  }

  .hotel-card-heading-copy {
    margin-top: 3vw;
    font-size: 6vw;
  }

  .zajezd-container {
    padding-bottom: 15vw;
  }

  .zajezd-info-row {
    margin-bottom: 4vw;
    padding-bottom: 0;
  }

  .image-11 {
    width: 5vw;
  }

  .text-block-18 {
    font-size: 4vw;
  }

  .text-block-19 {
    font-size: 4vw;
    line-height: 1em;
  }

  .celkova-cena-row {
    margin-top: 3vw;
  }

  .text-block-20, .text-block-21 {
    font-size: 5vw;
  }

  .button-orange-zajezd {
    margin-top: 5vw;
  }

  .text-block-10-zajezd {
    padding: 4vw;
    font-size: 4vw;
  }

  .zajezd-info-left-row {
    margin-top: 3vw;
    margin-bottom: 4vw;
  }

  .text-block-22 {
    margin-top: 5vw;
    font-size: 3.5vw;
  }

  .gallery-popup__image-overlay {
    border-radius: 8px;
  }

  .gallery-popup__image-wrapper {
    padding-top: 70%;
  }

  .gallery-popup__content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding: 2rem 1rem;
    display: flex;
  }

  .gallery-popup__header {
    min-height: 50px;
    padding: .5rem;
  }

  .text-block-23 {
    margin-top: 2px;
    font-size: 4vw;
  }

  .text-block-24 {
    font-size: 7vw;
  }

  .text-block-23-copy {
    height: 1em;
    font-size: 4vw;
  }

  .zajezd-vybava-hotelu {
    font-size: 3.5vw;
  }

  .text-block-25 {
    margin-top: 8vw;
    margin-bottom: 5vw;
    font-size: 5vw;
  }

  .input-label {
    font-size: 13px;
  }

  .input {
    height: 42px;
    font-size: 14px;
  }

  .popup-close {
    width: 50px;
    height: 40px;
    top: 30px;
    right: 30px;
  }

  .button-2.in-form {
    font-size: 15px;
  }

  .paragraph-11 {
    font-size: 3.5vw;
    line-height: 1em;
  }

  .form-row-2 {
    flex-direction: column;
  }

  .h3 {
    font-size: 6vw;
    line-height: 1.25em;
  }

  .form-border {
    min-width: auto;
    padding: 20px;
  }

  .scrollbar {
    max-height: 675px;
    padding: 20px;
  }

  .input-wrapper.mr-15 {
    margin-right: 0;
  }

  .input-copy {
    height: 42px;
    font-size: 14px;
  }

  .row-main.is-gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-bottom: 1rem;
  }

  .button-orange-menu {
    height: 10vw;
    margin-top: 20px;
  }

  .input-food, .input-3-copy {
    height: 10vw;
    padding: 1.5vw 4vw;
    font-size: 3vw;
  }

  .paragraph-12 {
    font-size: 14px;
  }
}

#w-node-fe742667-27df-1dc0-8131-39aeb7dad7d4-69cef9d6 {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

#w-node-ab1666a1-8ac8-6d34-3d4f-22cdfed1b8da-69cef9d6 {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_3fd39d9d-e713-cb47-316f-47fbb5ae7552-69cef9d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fe742667-27df-1dc0-8131-39aeb7dad7d4-69cef9d6 {
    display: none;
  }

  #w-node-_8fd61ec5-2840-1b1f-a703-e5e0cb672e13-69cef9d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_010cf2a3-c4c1-01a2-5a3f-97623a4dbdd4-69cef9d6, #w-node-_7ae52f14-c34e-be61-ee5f-dcfd63ff9e83-69cef9d6, #w-node-a8fb1346-86aa-edea-15ca-fc80e5a51784-69cef9d6, #w-node-_4237cb02-316e-0ff0-d772-9f4f0f493147-e8207b7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3ac120b5-dbb0-3f27-f1f1-97c66f19f713-e8207b7b {
    order: 3;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_33216afa-857e-4114-d066-c9e08c824c40-e8207b7b {
    order: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}