.test4 {
  background: red;
}

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

.offer-cta__career span {
  color: #e9ac23;
}
.offer-cta-section--gold {
  background: #e9ac23;
}

.career-benefit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.career-benefit-single {
  width: 33.333%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.career-benefit-icon {
  margin-right: 16px;
}
.career-benefit-icon img {
  min-width: 136px;
  min-height: 136px;
}
.career-benefit-main {
  background: #e9ac23;
  width: fit-content !important;
  padding: 0 40px;
}
.career-benefit-main:before, .career-benefit-main:after {
  background: #e9ac23;
}
.career-benefit-main-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -84px;
  margin-bottom: -20px;
}
.career-benefit-title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 26px;
}
.career-benefit-title span {
  display: inline-block;
  width: 100%;
}
.career-benefit-subtitle {
  font-size: 13px;
  letter-spacing: -0.3px;
  max-width: 200px;
  line-height: 18px;
  font-weight: normal;
}

.workers {
  display: flex;
}
.workers-img {
  width: 70%;
}
.workers-content {
  position: relative;
  left: -60px;
  width: 30%;
}
.workers-title {
  font-size: 48px;
  line-height: 40px;
  letter-spacing: -1.2px;
  font-weight: 900;
  margin-bottom: 40px;
}
.workers-title span {
  white-space: nowrap;
}
.workers-quotes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.workers-quotes-who {
  display: block;
  margin-top: 16px;
  color: #E9AC23;
  font-weight: 900;
  font-size: 20px;
}

.section--gray {
  background: #F4F4F4;
  padding: 40px 0;
}

.career-section-title {
  color: #5C5C5A;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 24px;
  font-weight: 900;
  margin-bottom: 32px;
}
.career-section-title span {
  color: #E9AC23;
}

.career-jobs {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}

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

.jobs-icon {
  text-align: center;
  margin-bottom: 20px;
}
.jobs-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}
.jobs-subtitle {
  max-width: 220px;
  margin: 0 auto;
}
.jobs-content {
  text-align: center;
}

.section-faq {
  padding: 30px 0 60px 0;
}

.faq-item {
  margin-bottom: 20px;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-header {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-question {
  color: #5C5C5A;
  font-size: 24px;
  letter-spacing: -0.6px;
  font-weight: 900;
  margin-left: 20px;
}
.faq-answer {
  font-size: 24px;
  display: block;
  padding-left: 64px;
  margin-top: 20px;
}
.faq-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page-template-career-php .birthday-tier__type {
  margin-left: 0;
}

.primary-color {
  color: #5C5C5A;
}
.primary-color span {
  color: #E9AC23;
}

@media (max-width: 1199px) {
  .career-benefit--mobile {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .career-benefit--mobile {
    margin-bottom: 0;
  }
}
.page-template-career-php {
  font-style: italic;
}

.offer-cta-center {
  display: flex;
  justify-content: center;
  text-align: center;
}

.section-recruit {
  padding: 40px 0 60px;
}

.recruit-steps-counter {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  background: #E9AC23;
  border-radius: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  font-weight: 900;
  margin-right: 22px;
}
.recruit-steps-counter span {
  color: white;
  position: relative;
  left: -2px;
}
.recruit-steps-single {
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.recruit-steps-single:last-child {
  margin-bottom: 0;
}
.recruit-steps-single strong {
  font-weight: 900;
}
.recruit-steps-single span {
  font-weight: 900;
}

.workers-quotes-single {
  display: flex;
}
.workers-quotes-icon {
  margin-right: 20px;
}
.workers-quotes-icon img {
  min-width: 70px;
}

.career-contact .contact__form-checkbox {
  margin-bottom: 170px;
}
.career-contact .contact__form-input span {
  margin-left: 0 !important;
}
.career-contact .contact__form-input label {
  margin-right: 20px;
}
.career-contact .wpcf7-checkbox {
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.career-contact .wpcf7-checkbox label {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid rgba(92, 92, 91, 0.4);
  cursor: pointer;
}
.career-contact .wpcf7-checkbox label span {
  margin-left: 0;
}
.career-contact .wpcf7-checkbox label.active {
  background: #E9AC23;
  border-color: #E9AC23;
}
.career-contact .wpcf7-checkbox label.active span {
  color: white;
}
.career-contact .wpcf7-checkbox input {
  display: none;
}
.career-contact .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.career-contact .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  width: 360px;
}
.career-contact .wpcf7-radio .wpcf7-list-item {
  width: 50%;
}
.career-contact .contact__form-input p {
  align-items: unset;
}
.career-contact .wpcf7-file {
  padding: 0;
  margin: 0;
  border: none;
}

.contact-btn-career {
  justify-content: flex-start;
  padding-left: 140px;
}

.career-contact-img {
  transform: scale(1.1);
}
.career-contact-img-wrapper {
  background: #E9AC23;
  border-radius: 100%;
  width: 50%;
}
.career-contact-main {
  display: flex;
  align-items: center;
}

.career-contact-form-wrapper {
  width: 50%;
}

.section-form {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .workers {
    flex-direction: column;
    align-items: center;
  }
  .workers-img {
    width: 100%;
    text-align: center;
  }
  .workers-content {
    width: 100%;
    left: 0;
  }
  .workers-quotes-content p {
    max-width: 400px;
    display: block;
  }
}
@media (max-width: 900px) {
  .career-contact-main {
    flex-direction: column;
  }
  .career-contact-main .contact__form {
    margin-left: 0 !important;
  }
  .career-contact-main .contact__form-input > p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .career-contact-main .contact__form-input > p > label {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(92, 92, 90, 0.5);
    padding-bottom: 8px;
  }
  .career-contact-main .wpcf7-form-control-wrap {
    margin-top: 20px;
  }
  .career-contact-form-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .career-contact-img-wrapper {
    display: none;
  }
  .workers {
    flex-direction: column;
    align-items: center;
  }
  .workers-title {
    font-size: 32px;
    line-height: 32px;
  }
  .career-jobs {
    flex-direction: column;
    gap: 30px;
  }
  .offer-cta__career {
    display: block !important;
    font-size: 20px;
  }
  .cta-career {
    margin-bottom: 0;
  }
  .section-workers {
    margin-top: 150px;
  }
  .workers-img {
    position: relative;
    top: -140px;
    margin-bottom: -140px;
  }
  .contact-btn-career {
    justify-content: center;
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .faq-question {
    font-size: 16px;
  }
  .faq-answer {
    font-size: 16px;
  }
  .recruit-steps-single p {
    font-size: 16px;
  }
  .section-recruit {
    padding-bottom: 40px;
  }
  .section-faq {
    padding-bottom: 40px;
  }
  .career-benefit-main {
    height: 30px;
  }
  .career-benefit-main:before {
    height: 30px;
  }
  .career-benefit-main:after {
    height: 30px;
  }
  .career-benefit-main h3 {
    font-size: 12px;
  }
  .career-benefit-main-wrapper {
    top: -73px;
  }
  .career-benefit-icon img {
    min-width: 106px !important;
    min-height: 106px !important;
  }
  .career-benefit-title {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 400px) {
  .career-contact .contact__form-radio .wpcf7-form-control {
    flex-direction: column;
    padding: 0 30px;
  }
}
.career-benefit.swiper {
  width: 100%;
}
.career-benefit.swiper .swiper-wrapper {
  display: flex;
}
.career-benefit.swiper .career-benefit-single {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: auto;
}
.career-benefit-icon img {
  min-width: 136px;
  min-height: 136px;
}

.career-benefit--desktop {
  display: flex;
}

.career-benefit--mobile {
  display: none !important;
}

@media (max-width: 1199px) {
  .career-benefit--desktop {
    display: none;
  }
  .career-benefit--mobile {
    display: block !important;
  }
}
.swiper-navigation-content {
  display: flex;
  justify-content: center;
  background: #E9AC23;
  border-radius: 16px;
  height: 30px;
  width: 71px;
}

.swiper-navigation-wrapper {
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.swiper-navigation-wrapper .swiper-button-prev, .swiper-navigation-wrapper .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: -16px;
}
.swiper-navigation-wrapper .swiper-button-prev:before, .swiper-navigation-wrapper .swiper-button-next:before {
  display: none;
}
.swiper-navigation-wrapper .swiper-button-prev:after, .swiper-navigation-wrapper .swiper-button-next:after {
  display: none;
}
.swiper-navigation-wrapper .swiper-button-prev img, .swiper-navigation-wrapper .swiper-button-next img {
  width: 24px;
  height: 24px;
}
.swiper-navigation-wrapper .swiper-button-prev img {
  transform: rotate(60deg);
}

@media (max-width: 400px) {
  .career-benefit-main {
    padding: 0 10px;
  }
}
.career-contact .contact__form-input:first-child {
  margin-bottom: 16px;
}

.dyspo > p > label:first-of-type {
  font-size: 15px;
  position: relative;
  left: -5px;
}
.dyspo .wpcf7-list-item-label {
  text-align: center;
}

.career-contact-img-wrapper {
  text-align: center;
}

.birth-thema-content {
  display: flex;
  padding: 40px 0;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.birth-thema-btn {
  margin-top: -50px;
  bottom: -30px;
  right: 320px;
}
.birth-thema-btn a:before {
  height: 70px;
  min-width: 260px;
}
.birth-thema-btn a span {
  font-size: 26px;
}
.birth-thema-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}
.birth-thema-title span {
  color: #E9AC23;
}
.birth-thema-left {
  border-right: 1px solid rgba(112, 112, 112, 0.65);
  padding-right: 80px;
  margin-right: 80px;
}
.birth-thema-list {
  padding-left: 18px;
}
.birth-thema-list h4 {
  font-weight: 900;
}
.birth-thema-list p {
  max-width: 400px;
  font-weight: 300;
}
.birth-thema-list li {
  position: relative;
}
.birth-thema-list li:before {
  content: "";
  background: #E9AC23;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
  display: block;
  top: 8px;
  left: -18px;
}
.birth-thema-price:first-child {
  margin-bottom: 40px;
}
.birth-thema-price-day {
  text-align: center;
  font-weight: 300;
}
.birth-thema-under {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
  line-height: 32px;
  font-weight: 300;
}
.birth-thema-under span {
  font-weight: 900;
}
.birth-thema-price-single {
  font-size: 48px;
  font-weight: 900;
  margin-top: 16px;
}
.birth-thema-price-single span {
  font-size: 24px;
  color: #e9ac23;
  position: relative;
  left: -8px;
}

.section--italic {
  font-style: italic;
}

.content-group {
  margin: 40px 0;
  background: #F7F7F7;
  padding: 30px 0;
}
.content-group__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  align-items: center;
}

.content-group__inner:has(.bullet-list) {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.text-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.text-block__inner {
  color: #5C5C5A;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 24px;
}

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

.info-notice {
  margin-top: 1rem;
}

.content-group__inner:has(.icon-features):not(:has(.bullet-list)) {
  grid-template-columns: 1fr;
}

.icon-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.bullet-list ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.bullet-list li {
  display: flex;
  gap: 0.75rem;
}

.icon-features__item {
  text-align: center;
}
.icon-features__item .icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #f5b400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.zones {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}

.section--zone {
  padding-bottom: 50px;
}

.pagination-center .pagination {
  justify-content: center;
  margin: 0;
}

.zone-btn {
  margin-top: 20px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.zone-btn div {
  max-width: 160px;
  margin-left: 50%;
  transform: translateX(-75%);
}
.zone-item {
  width: 30%;
  position: relative;
}
.zone-item-image {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.zone-item-image img {
  max-height: 170px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.zone-item-image-wrapper {
  position: relative;
}
.zone-item:hover .zone-item-image img {
  transform: scale(1.07);
}
.zone-item:hover .zone-btn {
  opacity: 1;
}
.zone-item-title {
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.9px;
  color: #5C5C5B;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 34px;
}
.zone-item-title span {
  color: #E9AC23;
}
.zone-single {
  border-radius: 42px;
  border: 1px solid #DEDEDE;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 45px 0 42px 0;
  margin-bottom: 50px;
}

.zone-single .splide__arrow--prev {
  left: -60px;
}
.zone-single .splide__arrow--next {
  right: -60px;
}

.zone-item:nth-child(3n+1)::before {
  content: "";
  position: absolute;
  top: 100px;
  left: -100vw;
  width: 300vw;
  height: 180px;
  background: #f2f2f2;
  z-index: -1;
}

.zone-hero__title {
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -1.2px;
  color: #5C5C5B;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 46px;
}
.zone-hero__title span {
  color: #E9AC23;
}

.bullet-list__item {
  display: flex;
  align-items: flex-start;
  color: #5C5C5A;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 20px;
  max-width: 350px;
}
.bullet-list__item:before {
  content: "";
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 100%;
  background: #E9AC23;
  margin-right: 4px;
  margin-top: 2px;
}

.content-group__inner {
  background: #F7F7F7;
}

.zone-item-decor {
  border: 2px dashed #E9AC23;
  position: absolute;
  height: 100%;
  top: 0;
  width: calc(100% - 45px);
  left: 50%;
  transform: translateX(-50%) skewX(-16deg);
}

#gallerysection {
  transform: skewX(20deg);
}

.image-gallery {
  padding: 0 60px;
}
.image-gallery__inner {
  border: 2px dashed #E9AC23;
  transform: skewX(-20deg);
  padding: 10px;
}
.image-gallery__slide {
  overflow: hidden;
}
.image-gallery__slide img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.image-gallery__slider {
  position: relative;
  top: -20px;
  margin-bottom: -20px;
}

.text-block:has(+ .icon-features) {
  background: #F7F7F7;
  color: #5C5C5A;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 24px;
  padding-top: 40px;
  margin-top: 20px;
  padding-bottom: 100px;
}
.text-block:has(+ .icon-features) .text-block__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.icon-features__list {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  gap: 30px;
}
.icon-features__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
}
.icon-features__item span {
  color: #5C5C5A;
  font-weight: bold;
  font-style: italic;
  font-size: 17px;
  letter-spacing: -0.42px;
  line-height: 22px;
  max-width: 140px;
}
.icon-features__item span span {
  color: #E9AC23;
}
.icon-features__item img {
  margin-bottom: 10px;
  max-width: 160px;
  max-height: 145px;
  width: auto;
}

.text-block + .icon-features {
  position: relative;
  top: -70px;
  margin-bottom: -70px;
  margin-top: 0;
}

.icon-features + .image-gallery {
  margin-top: 60px;
}

.zone-single--decor .content-group {
  background: white;
}
.zone-single--decor .content-group__inner {
  background: white;
}

.info-highlight {
  border-radius: 38px;
  border: 1px solid #707070;
  padding: 14px 38px;
  margin-top: 20px;
}
.info-highlight p {
  color: #5C5C5B;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  line-height: 25px;
}
.info-highlight p strong {
  color: #e9ac23;
}

.bullet-list__inner {
  padding: 10px 20px;
}

.text-block {
  padding: 10px 20px;
}

.box-zones .main-img img {
  width: 210px !important;
  height: 240px !important;
}

.box-zones-new:hover .main-img {
  transform: none;
}

.box .box-zones .main-img img {
  position: absolute;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%) skewX(20deg);
  transition: 0.3s ease-in-out;
  bottom: 0px;
  width: 147px;
  height: 240px;
  object-fit: cover;
}

.box .box-zones .main-img .defaultState {
  opacity: 1;
  z-index: 10;
}

.box .box-zones .main-img .hoverState {
  opacity: 0;
}

.box .box-zones .main-img .hoverState {
  transform: translateX(-50%) skewX(20deg) scale(1.3);
  object-fit: scale-down;
}

.box:hover .box-zones .main-img .hoverState {
  opacity: 1;
}

.box:hover .box-zones .main-img .defaultState {
  opacity: 0;
}

.box:hover .box-zones .main-img {
  transform: none;
}

#homeSection .splide__list {
  padding-left: 0 !important;
}

.image-gallery__inner .splide__slide {
  margin-left: -70px;
}
.image-gallery__inner .splide__slide:first-of-type {
  margin-left: -40px;
}
.image-gallery__inner .splide__list {
  transform: skewX(20deg);
}

.policy-link {
  color: #e9ac23;
}

@media (max-width: 900px) {
  .content-group__inner {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 1199px) {
  .text-block {
    padding: 0 20px;
  }
  .icon-features {
    padding: 0 20px;
  }
  .icon-features__list {
    flex-wrap: wrap;
  }
  .birth-cta {
    margin-top: 30px;
  }
  .offer-single-birth {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .birth-thema-wrapper {
    margin-top: 0 !important;
    margin-bottom: 70px;
  }
  .offer-single-birth {
    margin-top: 0 !important;
  }
  .offer-single-birth .offer-single__wrapper {
    padding: 20px 0;
  }
  .offer-single-birth .offer-single__img {
    position: unset;
  }
  .offer-morning .offer-single-birth:nth-of-type(2n) .offer-single__img {
    order: unset;
  }
  .offer-morning .offer-single-birth:nth-of-type(2n):before {
    background: linear-gradient(90deg, white 0%, whitesmoke 100%);
  }
  .zones {
    gap: 20px;
  }
  .zone-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 900px) {
  .bullet-list__inner {
    padding: 0 20px;
  }
  .zone-hero__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .icon-features__list {
    gap: 16px;
  }
  .offer-single-birth .offer-single__img {
    margin-left: 50%;
    min-width: 300px;
  }
  .offer-birth-cta {
    text-align: center;
  }
  .offer-birth-cta h2 {
    display: block;
    font-size: 28px;
  }
  .birth-thema-wrapper .offer-single__wrapper {
    padding: 0;
  }
  .birth-thema-content {
    flex-direction: column;
  }
  .birth-thema-left {
    border-right: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
  .birth-thema-right {
    margin-bottom: 10px;
  }
  .birth-thema-price {
    text-align: center;
    border-bottom: 1px solid rgba(112, 112, 112, 0.65);
    padding-bottom: 20px;
  }
  .birth-thema-wrapper .container {
    padding: 0;
    margin: 0;
  }
  .birth-thema-wrapper:before {
    display: none;
  }
  .birth-thema-btn {
    right: unset;
  }
  .birth-thema-under span:first-of-type {
    display: block;
  }
  .zone-btn {
    opacity: 1;
  }
  .zone-btn div {
    margin-left: 40px;
    transform: none;
  }
  .zone-item {
    width: 100%;
  }
  .zone-item-image img {
    max-height: max-content;
  }
}
@media (max-width: 550px) {
  .birth-thema-content {
    padding-top: 0;
  }
  .icon-features__list {
    gap: 16px 0;
  }
  .icon-features__item {
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  .image-gallery {
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image-gallery__inner {
    width: 75%;
  }
}
@media (max-width: 450px) {
  .icon-features__item {
    width: 100%;
  }
}

/*# sourceMappingURL=custom-scss.css.map */
