section {
  padding: 60px 0;
}

section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

section .container .title {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

section .container .title h2 {
  color: #f03a82;
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 0;
}

section .container .title .gray {
  color: #82828f;
  font-size: 20px;
  line-height: 40px;
}

section .container .title.date.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  section .container .title.date {
    display: none;
  }

  section .container .title.date.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  section .container .title.date.mobile > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }

  section .container .title.date.mobile .gray {
    text-align: center;
  }
}

section .container .date-btn {
  width: 307px;
  border-radius: 8px;
  padding: 12px 24px;
  background-color: #f03a82;
  color: white;
  font-size: 16px;
  line-height: 170%;
  font-weight: 700;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 40px auto;
}

section#hero img {
  width: 100%;
  height: auto;
}

section#intro .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  section#intro .main {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section#intro .main > img {
  width: 370px;
  aspect-ratio: 370/212;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  section#intro .main > img {
    width: 100%;
    margin: 0 auto;
  }
}

section#intro .main .info h1 {
  font-size: 30px;
  line-height: 120%;
  font-weight: 500;
  padding: 12px;
}

@media screen and (max-width: 1024px) {
  section#intro .main .info h1 {
    font-size: 24px;
  }
}

section#intro .main .info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  section#intro .main .info .tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section#intro .main .info .tags .tag {
  padding: 8px 16px;
  background-color: #e7ecf0;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  section#intro .main .info .tags .tag {
    font-size: 14px;
    padding: 6px 12px;
  }

  section#intro .main .info .tags .tag img {
    width: 16px;
    height: 16px;
  }
}

section#intro .main .info .tags .tag > span {
  padding: 0 8px;
}

section#intro .main .info ul.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 12px;
  padding-left: 40px;
  margin-bottom: 0;
}

section#intro .main .info .discounts {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-radius: 8px;
  color: #f03a82;
}

section#intro .main .info .discounts h4 {
  color: #f03a82;
  font-size: 16px;
  line-height: 140%;
}

section#intro .main .info .discounts p {
  margin-bottom: 8px;
  text-align: justify;
}

section#intro .main .info .discounts p .icon {
  margin-right: .5em;
}

@media screen and (max-width: 1024px) {
  section#intro .main .info .discounts p .icon {
    margin-right: 1em;
  }
}

section#intro .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  section#intro .anchors {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 8px;
  }
}

section#intro .anchors a {
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  section#intro .anchors a {
    width: auto;
    height: auto;
  }

  section#intro .anchors a img {
    display: none;
  }
}

section#date .ticket-notice {
  padding: 0 24px;
  color: #82828f;
}

section#date .skus {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 1024px) {
  section#date .skus {
    padding: 24px;
  }
}

section#date .skus button {
  padding: 12px 24px;
  border-radius: 30px;
  border: 1px solid #bdbdbd;
  color: #4f4f4f;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 10%;
  background-color: white;
}

section#date .skus button.active {
  background-color: #fc87b5;
  color: white;
  border: none;
}

@media screen and (max-width: 1024px) {
  section#date .skus button {
    width: 100%;
  }
}

section#date .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  section#date .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section#date .content #date-picker {
  -webkit-box-flex: 0.67;
      -ms-flex: 0.67;
          flex: 0.67;
  padding: 0 24px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-width: 1024px) {
  section#date .content #date-picker {
    padding: 0;
  }
}

section#date .content #date-picker .datepicker {
  width: 100%;
  border: 1px solid black;
  padding: 32px;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  section#date .content #date-picker .datepicker {
    padding: 12px;
  }
}

section#date .content #date-picker .datepicker .datepicker-header {
  margin-bottom: 8px;
}

section#date .content #date-picker .datepicker .datepicker-header .button {
  font-size: 24px;
  font-weight: 500;
}

section#date .content #date-picker .datepicker .datepicker-grid {
  gap: 6px;
}

section#date .content #date-picker .datepicker .datepicker .days .dow,
section#date .content #date-picker .datepicker .datepicker-cell {
  -ms-flex-preferred-size: calc(14.2857142857% - 6px);
      flex-basis: calc(14.2857142857% - 6px);
}

section#date .content #date-picker .datepicker .days .dow {
  padding: 16px 0;
  height: auto;
}

@media screen and (max-width: 1024px) {
  section#date .content #date-picker .datepicker .days .dow {
    padding: 8px 0;
  }
}

section#date .content #date-picker .datepicker .datepicker-view {
  width: 100%;
}

section#date .content #date-picker .datepicker .datepicker-view .datepicker-cell {
  padding: 16px 0;
  height: auto;
}

@media screen and (max-width: 1024px) {
  section#date .content #date-picker .datepicker .datepicker-view .datepicker-cell {
    padding: 8px 0;
  }
}

section#date .content #date-picker .datepicker .datepicker-view .datepicker-cell.disabled {
  background: #e4e8eb;
  color: rgba(61, 47, 75, 0.5);
}

section#date .content #date-picker .datepicker .datepicker-view .datepicker-cell.focused {
  background: #fc87b5;
  color: white;
}

section#date .content .calculation {
  -webkit-box-flex: .33;
      -ms-flex: .33;
          flex: .33;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 24px 12px;
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 1024px) {
  section#date .content .calculation {
    width: 100%;
  }
}

section#date .content .calculation .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

section#date .content .calculation .inputs label {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

section#date .content .calculation .inputs label .red {
  color: red;
}

section#date .content .calculation .inputs input {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid black;
}

section#date .content .calculation .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
  gap: 12px;
}

section#date .content .calculation .info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#date .content .calculation .info .price .amount {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #eb0d50;
}

section#date .content .calculation .info .notice {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin: 0;
}

section#date .content .calculation .info .details {
  font-size: 14px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

section#date .content .calculation .info .details p {
  margin: 0;
}

section#date .content .calculation .info .details .ppl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

section#date .content .calculation .button.next {
  padding: 12px;
}

section#date .content .calculation .button.next button {
  border-radius: 12px;
  padding: 12px 24px;
  background-color: #f03a82;
  color: white;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  line-height: 170%;
  font-weight: 700;
  width: 100%;
}

section#information .container {
  gap: 24px;
}

section#information .container .product-content {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

section#information .container .product-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
}

section#information .container .product-content h4,
section#information .container .product-content h5,
section#information .container .product-content p {
  margin-bottom: 0;
}

section#information .container .product-content h4,
section#information .container .product-content h5 {
  font-size: 16px;
}

section#information .container .product-content p {
  font-size: 16px;
}

section#information .container .product-content .red {
  color: red;
}

section#information .container .product-content .example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px 160px 20px 20px;
  position: relative;
  background-color: #f2f2f2;
  border-radius: 20px;
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  section#information .container .product-content .example {
    padding: 20px;
    width: 100%;
    max-width: none;
  }
}

section#information .container .product-content .example .pink {
  color: #f03a82;
}

section#information .container .product-content .example > img {
  position: absolute;
  bottom: 0;
  right: 8px;
  width: 140px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  section#information .container .product-content .example > img {
    width: 96px;
    bottom: unset;
    top: 0;
    right: 0;
    -webkit-transform: scaleX(-1) translateY(-50%);
            transform: scaleX(-1) translateY(-50%);
  }
}

section#information .container .field-information {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

section#information .container .field-information h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
}

section#information .container .field-information .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  section#information .container .field-information .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

section#information .container .field-information .content > img {
  width: 474px;
  aspect-ratio: 474/316;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  section#information .container .field-information .content > img {
    width: 100%;
  }
}

section#information .container .field-information .content > iframe {
  width: 510px;
  aspect-ratio: 510/303;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: start;
}

@media screen and (max-width: 1024px) {
  section#information .container .field-information .content > iframe {
    width: 100%;
  }
}

section#information .container .field-information .content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

section#information .container .field-information .content .text p,
section#information .container .field-information .content .text a {
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 0;
}

section#information .container .field-information .content .text a {
  color: black;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

section#information .container .notice {
  padding: 16px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background: #f4f4f4;
}

section#information .container .notice h3 {
  font-size: 15px;
  line-height: 200%;
  font-weight: bold;
}

section#information .container .notice > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

section#information .container .notice > div p {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 0;
}

section#information .container .notice ul {
  margin-bottom: 0;
}

section#information .container .notice ul li {
  font-size: 15px;
  line-height: 150%;
}

section#information .container .notice .pink {
  color: #f03a82;
}

section#journey .content {
  padding: 24px 40px;
}

@media screen and (max-width: 1024) {
  section#journey .content {
    padding: 12px;
  }
}

section#journey .content .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

section#journey .content .day .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

section#journey .content .day .left .icon {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 10px;
  background-color: #ffeaf0;
  border-radius: 12px;
  border: 3px solid white;
  margin-top: 12px;
}

section#journey .content .day .left .icon img {
  width: 24px;
  height: 24px;
}

section#journey .content .day .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 12px 0;
}

section#journey .content .day .right h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #f03a82;
}

section#journey .content .day .right p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

section#journey .content .day .right .items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  section#journey .content .day .right .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

section#journey .content .day .right .items .item {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

@media screen and (max-width: 1024px) {
  section#journey .content .day .right .items .item {
    width: 100%;
  }
}

section#journey .content .day .right .items .item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  padding: 12px 0;
  gap: 4px;
  background: #f2f2f2;
  border-radius: 4px;
}

section#journey .content .day .right .items .item .icon img {
  width: 24px;
  height: 24px;
}

section#journey .content .day .right .items .item .icon > span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

section#journey .content .day .right .items .item .text {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  section#journey .content .day .right .items .item .text {
    gap: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

section#journey .content .day:not(:first-of-type):not(:last-of-type) .left::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 23px;
  height: 100%;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}

section#journey .content .day:first-of-type .left::before {
  content: ' ';
  position: absolute;
  top: 12px;
  left: 23px;
  height: calc(100% - 12px);
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}

section#journey .content .day:last-of-type .left::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 23px;
  height: 12px;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}

section#features .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}

section#features .container iframe {
  width: 100%;
  aspect-ratio: 1000/562.5;
}

section#features .container .content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  section#features .container .content {
    max-width: 100%;
  }
}

section#features .container .content .logo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

section#features .container .content .logo-title h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: .5em;
}

@media screen and (max-width: 1024px) {
  section#features .container .content .logo-title h2 {
    font-size: 28px;
    text-align: center;
  }
}

section#features .container .content .logo-title > img {
  width: 122px;
}

@media screen and (max-width: 1024px) {
  section#features .container .content .logo-title > img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
  }
}

section#features .container .content .swiper {
  position: relative;
  padding: 24px 0;
  border-radius: 4px;
  border: 4px solid black;
  background: var(--color-grey-93, #eeeeee);
  --swiper-scrollbar-size: 9px;
  --swiper-scrollbar-left: 0;
  --swiper-scrollbar-right: 0;
  --swiper-scrollbar-sides-offset: .1%;
  --swiper-scrollbar-drag-bg-color: black;
}

section#features .container .content .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: auto;
  cursor: pointer;
}

section#features .container .content .swiper .swiper-slide h3 {
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 0;
}

section#features .container .content .swiper .swiper-slide > img {
  max-width: 100%;
}

section#features .container .content .swiper .swiper-slide p {
  font-size: 19px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  section#features .container .content .swiper .swiper-slide p {
    font-size: 16px;
  }
}

section#features .container .content a.qa {
  position: fixed;
  bottom: 120px;
  right: 80px;
  width: 150px;
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  section#features .container .content a.qa {
    display: block;
    right: 20px;
    bottom: 100px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

section#features .container .content a.qa img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  section#features .container .content a.qa img {
    width: 100px;
    height: auto;
  }
}

section#features .container h2.features-title {
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

section#features .container .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  gap: 24px;
}

section#features .container .features .feature {
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}

section#features .container .features .feature:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  section#features .container .features .feature:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1024px) {
  section#features .container .features .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

section#features .container .features .feature img,
section#features .container .features .feature div {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  section#features .container .features .feature img,
  section#features .container .features .feature div {
    width: 100%;
  }
}

section#features .container .features .feature > img {
  max-width: 100%;
  aspect-ratio: 518/284;
  -o-object-fit: cover;
     object-fit: cover;
}

section#features .container .features .feature > div {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 1024px) {
  section#features .container .features .feature > div {
    padding: 8px 24px;
  }
}

section#features .container .features .feature > div h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0;
}

section#features .container .features .feature > div p {
  font-size: 14px;
  font-weight: 500;
  line-height: 143%;
  margin: 0;
  text-align: justify;
  color: #828282;
}

section#features .container .hotels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

section#features .container .hotels .images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  section#features .container .hotels .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section#features .container .hotels .images .left > img,
section#features .container .hotels .images .right > img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  section#features .container .hotels .images .left > img,
  section#features .container .hotels .images .right > img {
    aspect-ratio: 1280/600;
  }
}

section#features .container .hotels .images.prince .left {
  -webkit-box-flex: .7;
      -ms-flex: .7;
          flex: .7;
}

@media screen and (max-width: 768px) {
  section#features .container .hotels .images.prince .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

section#features .container .hotels .images.prince .right {
  -webkit-box-flex: .3;
      -ms-flex: .3;
          flex: .3;
}

@media screen and (max-width: 768px) {
  section#features .container .hotels .images.prince .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

section#features .container .hotels .images.myoko .left {
  -webkit-box-flex: .545;
      -ms-flex: .545;
          flex: .545;
}

section#features .container .hotels .images.myoko .left img {
  aspect-ratio: 568/266;
}

@media screen and (max-width: 768px) {
  section#features .container .hotels .images.myoko .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

section#features .container .hotels .images.myoko .right {
  -webkit-box-flex: .455;
      -ms-flex: .455;
          flex: .455;
}

section#features .container .hotels .images.myoko .right img {
  aspect-ratio: 474/266;
}

@media screen and (max-width: 768px) {
  section#features .container .hotels .images.myoko .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

section#features .container .hotels .images .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section#features .container .hotels .images .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

section#features .container .hotels .images .right > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#features .container .hotels p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 0;
}

section#features .container .hotels p.gray {
  color: #82828f;
}

section#features .container .hotels p small {
  font-size: 16px;
  font-weight: 500;
}

section#features .container .pois {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 24px;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  section#features .container .pois {
    grid-template-columns: 1fr;
    padding: 0;
  }
}

section#features .container .pois .poi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-bottom: 12px;
}

section#features .container .pois .poi > img {
  width: 100%;
  height: auto;
  aspect-ratio: 332/221;
  -o-object-fit: cover;
     object-fit: cover;
}

section#features .container .pois .poi .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

section#features .container .pois .poi .bottom .line {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 40px;
}

section#features .container .pois .poi .bottom .line::after {
  content: ' ';
  display: block;
  padding-top: 16px;
  border-bottom: 1px solid black;
}

section#features .container .pois .poi .bottom > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

section#features .container .pois .poi .bottom > div .name {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

section#features .container .pois .poi .bottom > div .description {
  font-size: 14px;
  color: #828282;
  font-weight: 500;
  line-height: 143%;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

section#features .container .pricing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px;
}

section#features .container .pricing-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: .5em;
}

section#features .container .pricing-content h3.no-margin {
  margin-bottom: 0;
}

section#features .container .pricing-content .items li {
  font-size: 16px;
  line-height: 150%;
}

section#features .container .pricing-content .column {
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  border-radius: 20px;
  border: 1px solid black;
}

section#features .container .pricing-content .column.collapsable {
  position: relative;
}

section#features .container .pricing-content .column.collapsable h3 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  section#features .container .pricing-content .column.collapsable h3 {
    padding-right: 30px;
  }
}

section#features .container .pricing-content .column.collapsable .toggle {
  position: absolute;
  top: 16px;
  right: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

section#features .container .pricing-content .column.collapsable .toggle img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

section#features .container .pricing-content .column.collapsable .toggle.active img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

section#features .container .pricing-content .column.collapsable .toggle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

section#features .container .pricing-content .column.collapsable .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  section#features .container .pricing-content .column.collapsable .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section#features .container .pricing-content .column.collapsable .images img {
  -webkit-box-flex: .5;
      -ms-flex: .5;
          flex: .5;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  section#features .container .pricing-content .column.collapsable .images img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}

section#features .container .pricing-content .column p,
section#features .container .pricing-content .column ul {
  margin: 0;
}

section#messages .items {
  padding: 24px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  section#messages .items {
    padding: 12px;
  }
}

section#messages .items .item-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  padding: 12px;
  border-bottom: 1px solid black;
  margin-bottom: .75em;
  position: relative;
  cursor: pointer;
}

section#messages .items .item-title::after {
  content: '+';
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 48px;
  font-weight: 200;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

section#messages .items .item-title.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

section#messages .items ol {
  font-size: 16px;
  line-height: 170%;
}

@media screen and (max-width: 768px) {
  section#messages .items ol {
    padding-right: 20px;
  }
}

section#messages .items ol li {
  margin-bottom: .5em;
}

section#messages .items .pink {
  color: #f03a82;
}

section#messages .items table {
  font-size: 16px;
  width: 300px;
  margin-left: 20px;
}

section#messages .items table thead {
  background: #ef8bb1;
  color: white;
}

section#messages .items table th,
section#messages .items table td {
  padding: 12px;
  border: 2px solid #dee2e6;
}

section#messages .items .qa img {
  width: 150px;
  height: auto;
}

section#fixed {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 20px 0 0 20px;
  padding: 0;
  overflow: hidden;
}

section#fixed a {
  text-decoration: none;
  padding: 16px;
  color: black;
  background-color: white;
}

section#fixed a:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}

section#fixed a.active {
  background-color: #f03a82;
  color: white;
}

@media screen and (max-width: 768px) {
  section#fixed {
    display: none;
  }
}

