@font-face {
  src: url('/assetsQFH4/componentsQFH4/visualQFH4/fontQFH4/roboto-regularQFH4.woff2')
    format('woff2');
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url('/assetsQFH4/componentsQFH4/visualQFH4/fontQFH4/roboto-boldQFH4.woff2')
    format('woff2');
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

body {
  background: #fafafa;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  position: relative;
  font-family: 'Roboto', sans-serif;
  line-height: normal;
  color: #695d57;
  font-size: 16px;
  font-weight: 400;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}

main {
  width: 100%;
}

footer {
  width: 100%;
  color: #fafafa;
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

header {
  width: 100%;
}

.tx-48-32 {
  font-size: 48px;
}
@media screen and (max-width: 600px) {
  .tx-48-32 {
    font-size: 32px;
  }
}

.tx-40-24 {
  font-size: 40px;
}

@media screen and (max-width: 600px) {
  .tx-40-24 {
    font-size: 24px;
  }
}

.tx-24 {
  font-size: 24px;
}

.tx-20 {
  font-size: 20px;
}

.tx-24-20 {
  font-size: 24px;
}

@media screen and (max-width: 600px) {
  .tx-24-20 {
    font-size: 20px;
  }
}

.tx-18-16 {
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .tx-18-16 {
    font-size: 16px;
  }
}

.tx-14 {
  font-size: 14px;
}

.tx-12 {
  font-size: 12px;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #fafafa;
}

.color-orange-text {
  color: #f5a657;
}

.color-orange {
  background: linear-gradient(104deg, #ff8000 0%, #f5a657 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-brown {
  color: #40302a;
}

.bg-header {
  background: #fafafa;
}

.bg-peach {
  border-radius: 32px;
  background: rgba(245, 166, 87, 0.1);
}

.padding-8-12 {
  padding: 8px 12px;
}

.bg-white {
  background: #fff;
}

.display-flex-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .display-flex-column {
    gap: 12px;
  }
}

.padding-32 {
  padding: 32px;
}

@media screen and (max-width: 600px) {
  .padding-32 {
    padding: 16px 24px;
  }
}

.bg-btn {
  border-radius: 100px;
  background: linear-gradient(104deg, #ff8000 0%, #f5a657 100%);
  box-shadow: 0 4px 14px 0 rgba(245, 87, 108, 0.3);
}

a.bg-btn.btn-linkQFH4,
.btn-linkQFH4.bg-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.bg-grid {
  border-radius: 40px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}

.bg-grid-most-popular {
  border-radius: 40px;
  border: 3px solid #f5a657;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}

.bg-orange {
  background: linear-gradient(104deg, #ff8000 0%, #f5a657 100%);
  box-shadow: 0 4px 14px 0 rgba(245, 87, 108, 0.3);
}

.bg-brown {
  background: #40302a;
}

.bg-gray {
  border-radius: 64px;
  background: #fafafa;
}

.display-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media screen and (max-width: 600px) {
  .display-grid-2 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.display-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .display-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .display-grid-3 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.max-w-754 {
  max-width: 754px;
  margin: 0 auto;
}

.brr-24 {
  border-radius: 24px;
}

.brr-40 {
  border-radius: 40px;
}

.uppercase {
  text-transform: uppercase;
}

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

.fw-700 {
  font-weight: 700;
}

.container__mainQFH4 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.mb-40-20 {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .mb-40-20 {
    margin-bottom: 20px;
  }
}

.mtb-40-20 {
  margin: 40px 0;
}

@media screen and (max-width: 600px) {
  .mtb-40-20 {
    margin: 20px 0;
  }
}

.mb-12-8 {
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .mb-12-8 {
    margin-bottom: 8px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16-8 {
  margin-bottom: 16px;
}

@media screen and (max-width: 600px) {
  .mb-16-8 {
    margin-bottom: 8px;
  }
}

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

.ptb-27 {
  padding: 27px 0;
}

.ptb-40-20 {
  padding: 40px 0;
}

@media screen and (max-width: 600px) {
  .ptb-40-20 {
    padding: 20px 0;
  }
}

.padding-16-32 {
  padding: 16px 32px;
}

@media screen and (max-width: 600px) {
  .padding-16-32 {
    padding: 12px 32px;
  }
}

.padding-24-8 {
  padding: 24px 8px;
}
@media screen and (max-width: 600px) {
  .padding-24-8 {
    padding: 16px 8px;
  }
}

.footer-list_QFH4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 600px) {
  .footer-list_QFH4 {
    gap: 8px;
  }
}

.max-w-947 {
  max-width: 947px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 600px) {
  .max-w-947 {
    margin: 0 auto 20px;
  }
}

.visually-hiddenQFH4 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

/* Header start */
.headerQFH4 {
  width: 100%;
}

.menuQFH4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.menuQFH4__left,
.menuQFH4__right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.menuQFH4__left {
  flex: 1;
  justify-content: flex-start;
}

.menuQFH4__right {
  flex: 1;
  justify-content: flex-end;
}

.menuQFH4__brand {
  flex-shrink: 0;
  padding: 0 12px;
}

.menuQFH4__link {
  font-size: 16px;
  font-weight: 700;
  transition: opacity 0.2s;
  color: #695d57;
}

.menuQFH4__link:hover {
  opacity: 0.8;
}

.menuQFH4__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  padding: 4px;
  color: #4a4a4a;
}

.menuQFH4__burger-line {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

.menuQFH4__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.25s;
}

.menuQFH4__drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  max-width: 85vw;
  height: 100vh;
  background: #fff;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.25s ease-out;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

@media screen and (min-width: 992px) {
  .menuQFH4__overlay,
  .menuQFH4__drawer {
    display: none !important;
  }
}

.menuQFH4__drawer-nav {
  padding: 80px 24px 24px;
}

.menuQFH4__drawer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menuQFH4__drawer-link {
  display: block;
  padding: 12px 0;
  color: #40302a;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}

.menuQFH4__drawer-link:hover {
  opacity: 0.8;
}

/* Mobile: hide side links, show burger, drawer */
@media screen and (max-width: 991px) {
  .menuQFH4__left,
  .menuQFH4__right {
    display: none;
  }

  .menuQFH4__burger {
    display: flex;
  }

  .menuQFH4__brand {
    margin-right: auto;
  }

  .menuQFH4__overlay.is-open {
    display: block;
    opacity: 1;
  }

  .menuQFH4__drawer.is-open {
    transform: translateX(0);
  }

  body.menuQFH4-open {
    overflow: hidden;
  }

  .menuQFH4__burger[aria-expanded='true'] .menuQFH4__burger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menuQFH4__burger[aria-expanded='true'] .menuQFH4__burger-line:nth-child(2) {
    opacity: 0;
  }

  .menuQFH4__burger[aria-expanded='true'] .menuQFH4__burger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

.menuQFH4 img {
  width: auto;
  height: auto;
}

/* header end */

/* Footer */

.footer-container_QFH4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .footer-container_QFH4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media screen and (max-width: 600px) {
  .footer-container_QFH4 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
}
/* Footer end */

/* Hero */

.hero-contentQFH4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}

.hero-contentQFH4_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 600px) {
  .hero-contentQFH4_text {
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
  }
}

@media screen and (max-width: 991px) {
  .hero-contentQFH4 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.hero-contentQFH4 img {
  border-radius: 40px 0 0 40px;
}

@media screen and (max-width: 991px) {
  .hero-contentQFH4 img {
    border-radius: 0;
  }
}

@media screen and (min-width: 992px) {
  .hero-contentQFH4_img {
    margin-right: calc(-1 * (100vw - min(1240px, 100vw)) / 2 - 20px);
  }
}

@media screen and (max-width: 600px) {
  .hero-contentQFH4 img {
    width: 100%;
    height: 100%;
  }
}

/* privacy */

.privacy-containerQFH4 ul {
  padding-left: 20px;
}

.privacy-containerQFH4 ul li {
  list-style-type: disc;
}
/* privacy end */

.header-ageQFH4 {
  padding: 10px;
  background: rgb(226, 218, 218);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

/* Contact form */
#contact,
#event-package {
  scroll-margin-top: 20px;
}

.contact-formQFH4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-formQFH4__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-formQFH4__row .contact-formQFH4__label:first-child {
  grid-column: 1;
}

.contact-formQFH4__row .contact-formQFH4__label:last-child {
  grid-column: 2;
}

@media screen and (max-width: 600px) {
  .contact-formQFH4__row {
    grid-template-columns: 1fr;
  }

  .contact-formQFH4__row .contact-formQFH4__label:last-child {
    grid-column: 1;
  }
}

.contact-formQFH4__label {
  display: block;
  font-weight: 700;
}

.contact-formQFH4__label--inline {
  display: inline;
  margin-bottom: 0;
  font-weight: 700;
  cursor: pointer;
}

.contact-formQFH4__input,
.contact-formQFH4__textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 16px;
  color: #40302a;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  background: #fafafa;
  transition: border-color 0.2s;
}

.contact-formQFH4__input::placeholder,
.contact-formQFH4__textarea::placeholder {
  color: #9ca3af;
}

.contact-formQFH4__input:focus,
.contact-formQFH4__textarea:focus {
  outline: none;
  border-color: #f5a657;
}

.contact-formQFH4__textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-formQFH4__input--full {
  grid-column: 1 / -1;
}

.contact-formQFH4__checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-formQFH4__checkbox {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #f5a657;
  cursor: pointer;
}

.contact-formQFH4__link {
  color: #f5a657;
}

.contact-formQFH4__link:hover {
  opacity: 0.9;
}

.contact-formQFH4__submit-wrap {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.contact-formQFH4__submit {
  width: 100%;
  padding: 14px 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  color: #f5a657;
  background: transparent;
  border: 2px solid #f5a657;
  border-radius: 999px;
  cursor: pointer;
  transition: opacity 0.2s, background 0.2s;
}

.contact-formQFH4__submit:hover {
  opacity: 0.9;
  background: rgba(245, 166, 87, 0.08);
}

.contact-formQFH4__success {
  font-size: 16px;
  color: #40302a;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.contact-formQFH4__success[hidden] {
  display: none !important;
}

.package-listQFH4 li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.package-listQFH4 li span {
  padding-right: 5px;
}

.package-listQFH4 img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 600px) {
  .package-listQFH4 img {
    width: 100%;
    height: 100%;
  }
}

.premium-optionQFH4 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.premium-optionQFH4 img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 600px) {
  .premium-optionQFH4 img {
    width: 100%;
    height: 100%;
  }
}

.w-fit {
  width: fit-content;
}

@media screen and (max-width: 600px) {
  .choose-listQFH4 img {
    width: 40px;
    height: 40px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(104deg, #ff8000 0%, #f5a657 100%);
  box-shadow: 0 4px 14px 0 rgba(245, 87, 108, 0.3);
  cursor: pointer;
}

.btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .btn {
    padding: 12px 32px;
  }
}

.btn-second {
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  border: 2px solid #f5a657;
  cursor: pointer;
  transition: opacity 0.2s;
  color: #f5a657;
}

.btn-second:hover {
  opacity: 0.8;
}

a.btn.btn-linkQFH4,
a.btn-second.btn-linkQFH4 {
  text-decoration: none;
}

a.btn-second.btn-linkQFH4 {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .btn-second {
    padding: 12px 32px;
    width: 100%;
  }
}

.hero-contentQFH4_buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 600px) {
  .hero-contentQFH4_buttons {
    flex-direction: column;
    gap: 8px;
  }
}
