/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/styles/styles.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap");
@import url("https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url("https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css");
/* Main color */
:root {
  --primary: #32548e;
  --primary-hover: #f6dd49;
  --black: #382C28;
  --variant1: #776E6B;
  --variant2: #B4ABA8;
  --white: #ffffff;
  --outline: #E4E4E4;
  --surface: #F8F8F8;
  --red: #f6dd49;
  --success: #37B853;
  --yellow: #f6dd49;
  --line: #E9E9E9;
}

/* Reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  background-color: var(--white);
}

html,
body {
  font-size: 16px;
  line-height: 26px;
  color: var(--black);
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
}

div,
span,
p {
  font-size: 16px;
  line-height: 26px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.select-block {
  position: relative;
}
.select-block > .icon {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 1px));
}

input,
textarea {
  outline: none;
  border: 1px solid transparent;
  transition: border-color ease 0.3s;
}

input:focus,
textarea:focus {
  border-color: var(--primary);
}

.checkbox-input {
  width: 16px;
  height: 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  position: relative;
}
.checkbox-input input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox-input .icon-checkbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  opacity: 0;
}
.checkbox-input input:checked + .icon-checkbox {
  opacity: 1;
}

/* Main class used in Glamphub */
.container {
  max-width: 1322px !important;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin: 10px auto;
}

.bg-linear {
  background: linear-gradient(238deg, #FAF8F1 0%, #F6F3EF 99.66%);
}

.box-shadow {
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
}

.box-shadow-sm {
  box-shadow: 0px 2px 2px 0px rgba(28, 36, 51, 0.1);
}

.heading1 {
  font-size: 80px;
  line-height: 88px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: Inter, "sans-serif";
}

.heading2 {
  font-size: 56px;
  line-height: 68px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: Inter, "sans-serif";
}

.heading3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: Inter, "sans-serif";
}

.heading4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: Inter, "sans-serif";
}

.heading5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: Inter, "sans-serif";
}

.heading6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: Inter, "sans-serif";
}

.text-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: Inter, "sans-serif";
}

.text-button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  font-family: Inter, "sans-serif";
}

.text-button-sm {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-family: Inter, "sans-serif";
}

.body2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-word;
}

.caption1 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.caption2 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.text-label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  font-family: Inter, "sans-serif";
}

.button-main {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Inter, "sans-serif";
  letter-spacing: 1.28px;
  color: var(--white);
  background-color: var(--primary);
  padding: 14px 24px;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  transition: all ease 0.4s;
}
.button-main:hover {
  background-color: #ddce74;
}
.button-main:hover svg path {
  fill: var(--black);
}

@media (max-width: 1023.99px) {
  .heading1 {
    font-size: 62px;
    line-height: 74px;
  }
  .heading2 {
    font-size: 48px;
    line-height: 58px;
  }
  .heading3 {
    font-size: 36px;
    line-height: 48px;
  }
  .heading4 {
    font-size: 28px;
    line-height: 40px;
  }
  .heading5 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  html,
  body,
  div,
  span,
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .heading1 {
    font-size: 32px;
    line-height: 42px;
  }
  .heading2 {
    font-size: 28px;
    line-height: 36px;
  }
  .heading3 {
    font-size: 24px;
    line-height: 34px;
  }
  .heading4 {
    font-size: 22px;
    line-height: 32px;
  }
  .heading5 {
    font-size: 20px;
    line-height: 30px;
  }
  .heading6 {
    font-size: 18px;
    line-height: 28px;
  }
  .text-title {
    font-size: 16px;
    line-height: 24px;
  }
  .text-button {
    font-size: 14px;
    line-height: 20px;
  }
  .text-button-sm {
    font-size: 13px;
    line-height: 20px;
  }
  .body2 {
    font-size: 16px;
    line-height: 24px;
  }
  .caption1 {
    font-size: 13px;
    line-height: 22px;
  }
  .caption2 {
    font-size: 12px;
    line-height: 20px;
  }
  .text-label {
    font-size: 12px;
    line-height: 18px;
  }
  .button-main {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 20px;
    border-radius: 6px;
  }
}
.has-line {
  position: relative;
}
.has-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: var(--black);
  transition: all ease 0.3s;
}
.has-line.line-white::before {
  background-color: var(--white);
}
.has-line.line-primary::before {
  background-color: var(--primary);
}
.has-line.active::before, .has-line:hover::before {
  width: 100%;
}
.has-line.line-2px {
  padding-bottom: 1px;
}
.has-line.line-2px::before {
  height: 2px;
}

.active > .has-line {
  color: var(--black);
}
.active > .has-line::before {
  width: 100%;
}

/* Slider - Swiper Pagination */
.swiper {
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swiper-slide {
  height: unset !important;
}

.swiper.pb-14 {
  padding-bottom: 56px;
}
.swiper.pb-14 .swiper-pagination {
  bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  background: var(--variant2);
  border: 1px solid var(--variant2);
  opacity: 1 !important;
  transition: all ease 0.5s;
}

.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  transition: all ease 0.5s;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .swiper-pagination .swiper-pagination-bullet::before {
    padding: 6px;
  }
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--primary);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
  border-color: var(--primary);
}

/* Slider - Swiper Navigation */
.style-navigation {
  position: relative;
}
.style-navigation .custom-swiper-button-prev,
.style-navigation .custom-swiper-button-next {
  width: 44px;
  height: 44px;
  background-color: var(--white);
  border-radius: 50%;
  border: 1px solid var(--outline);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.style-navigation .custom-swiper-button-prev:hover,
.style-navigation .custom-swiper-button-next:hover {
  background-color: var(--black);
  color: var(--white);
}
.style-navigation .custom-swiper-button-prev {
  left: -64px;
}
.style-navigation .custom-swiper-button-next {
  right: -64px;
}
@media (max-width: 1460px) {
  .style-navigation .custom-swiper-button-prev,
  .style-navigation .custom-swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .style-navigation .custom-swiper-button-prev {
    left: -12px;
  }
  .style-navigation .custom-swiper-button-next {
    right: -12px;
  }
}
@media (max-width: 576px) {
  .style-navigation .custom-swiper-button-prev,
  .style-navigation .custom-swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.style-navigation.style-three .custom-swiper-button-prev {
  left: 0;
}
.style-navigation.style-three .custom-swiper-button-next {
  right: 0;
}

.rdrDateRangePickerWrapper {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  width: 760px;
  display: flex;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  z-index: 2;
}
.rdrDateRangePickerWrapper .rdrDefinedRangesWrapper {
  display: none;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper {
  width: 100%;
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrInRange,
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrStartEdge,
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrEndEdge {
  background: var(--primary);
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrDateDisplayItemActive,
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrDayStartPreview,
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrDayInPreview,
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrDayEndPreview {
  border-color: var(--primary);
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrDayToday .rdrDayNumber span:after {
  background: var(--primary);
}
.rdrDateRangePickerWrapper .rdrDateRangeWrapper .rdrDateDisplay {
  display: none;
}
@media (max-width: 992px) {
  .rdrDateRangePickerWrapper {
    width: 700px;
  }
}
@media (max-width: 767.98px) {
  .rdrDateRangePickerWrapper {
    width: 100%;
    top: calc(100% + 16px);
  }
  .rdrDateRangePickerWrapper .rdrMonths {
    display: block;
  }
  .rdrDateRangePickerWrapper .rdrMonths .rdrMonth {
    width: 100%;
  }
}

.style-three .rdrDateRangePickerWrapper {
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
}

.header-main {
  position: relative;
  z-index: 1003;
}
.header-main.fixed {
  top: 0;
  left: 0;
  width: 100%;
  animation: animateHeader 0.4s linear;
}
.header-main .menu-main ul > li > a {
  position: relative;
  cursor: pointer;
}
.header-main .menu-main ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: all ease 0.3s;
}
.header-main .menu-main ul > li .sub-menu {
  left: -28px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  transform: scaleY(0);
  transform-origin: top center;
  box-shadow: 0px 5px 25px 0px rgba(138, 159, 168, 0.15);
}
.header-main .menu-main ul > li .sub-menu li a {
  white-space: nowrap;
  display: block;
}
.header-main .menu-main ul > li .sub-menu li a.active {
  color: var(--primary);
}
.header-main .menu-main ul > li .sub-menu li a::before {
  display: none;
}
.header-main .menu-main ul > li .sub-menu li:hover a {
  color: var(--primary);
}
.header-main .menu-main ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.header-main .menu-main ul > li:hover > a::before {
  width: 100%;
}
.header-main .menu-main ul > li > a.active::before {
  width: 100%;
}

@keyframes animateHeader {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}
#menu-mobile {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 0;
  background-color: var(--white);
  z-index: 1004;
  transition: all ease 0.5s;
}
#menu-mobile .menu-container {
  padding-top: 8px;
}
#menu-mobile .back-btn,
#menu-mobile .close-menu-mobile-btn {
  cursor: pointer;
}
#menu-mobile .heading,
#menu-mobile .form-search {
  transition: all ease 0.4s;
  opacity: 0;
}
#menu-mobile .list-nav > ul > li {
  transition: all ease 0.4s;
  opacity: 0;
}
#menu-mobile .list-nav .view-all-btn {
  display: inline-block;
  padding-bottom: 6px;
}
#menu-mobile.open {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  width: 100%;
}
#menu-mobile.open .heading,
#menu-mobile.open .form-search {
  opacity: 1;
  transition-delay: 0.5s;
}
#menu-mobile.open .list-nav > ul {
  position: relative;
}
#menu-mobile.open .list-nav > ul > li {
  opacity: 1;
}
#menu-mobile.open .list-nav > ul > li:nth-child(1) {
  transition-delay: 0.6s;
}
#menu-mobile.open .list-nav > ul > li:nth-child(2) {
  transition-delay: 0.7s;
}
#menu-mobile.open .list-nav > ul > li:nth-child(3) {
  transition-delay: 0.8s;
}
#menu-mobile.open .list-nav > ul > li:nth-child(4) {
  transition-delay: 0.9s;
}
#menu-mobile.open .list-nav > ul > li:nth-child(5) {
  transition-delay: 1s;
}
#menu-mobile.open .list-nav > ul > li:nth-child(6) {
  transition-delay: 1.1s;
}
#menu-mobile.open .list-nav > ul > li .sub-nav-mobile {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  transition: all ease 0.3s;
  z-index: 10;
}
#menu-mobile.open .list-nav > ul > li .sub-nav-mobile .list-nav-item {
  overflow-x: hidden;
  height: -moz-max-content;
  height: max-content;
  max-height: calc(100vh - 120px);
}
#menu-mobile.open .list-nav > ul > li .sub-nav-mobile li {
  padding: 8px 0;
}
#menu-mobile.open .list-nav > ul > li .sub-nav-mobile li a {
  padding: 4px 0;
}
#menu-mobile.open .list-nav > ul > li .sub-nav-mobile li a.active {
  color: var(--black);
}
#menu-mobile.open .list-nav > ul > li.open .sub-nav-mobile {
  left: 0;
}

.form-date-picker,
.sub-menu-guest {
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 3;
}
.form-date-picker.open,
.sub-menu-guest.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.form-date-picker.style-detail,
.sub-menu-guest.style-detail {
  position: relative;
}

@media (max-width: 1024px) {
  .form-date-picker {
    left: unset;
    right: 0;
  }
}

.leaflet-container {
  width: 100vw !important;
  height: 200vh !important;
}

.list-img-detail .slick-list {
  margin-left: -5px;
  margin-right: -5px;
  cursor: grab;
}
.list-img-detail .slick-list .slick-track .slick-slide {
  height: inherit !important;
  padding: 0 5px;
  outline: none !important;
  border: none !important;
}
.list-img-detail .slick-list .slick-track .slick-slide .bg-img {
  outline: none !important;
}
.list-img-detail .slick-arrow {
  z-index: 1;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white) !important;
  transition: all ease 0.4s;
}
.list-img-detail .slick-arrow::before {
  font-size: 64px;
  font-family: Inter, "sans-serif";
  opacity: 1;
  color: var(--variant1);
  position: absolute;
  line-height: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 9px;
  transition: all ease 0.4s;
}
.list-img-detail .slick-arrow:hover {
  background-color: var(--black) !important;
}
.list-img-detail .slick-arrow:hover::before {
  color: var(--white);
}
.list-img-detail .slick-arrow.slick-prev {
  left: 40px;
}
.list-img-detail .slick-arrow.slick-prev::before {
  content: "<";
  padding-right: 3px;
}
.list-img-detail .slick-arrow.slick-next {
  right: 40px;
}
.list-img-detail .slick-arrow.slick-next::before {
  content: ">";
  padding-left: 3px;
}
@media (max-width: 767.98px) {
  .list-img-detail .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .list-img-detail .slick-arrow::before {
    font-size: 40px;
  }
  .list-img-detail .slick-arrow.slick-prev {
    left: 6px;
  }
  .list-img-detail .slick-arrow.slick-next {
    right: 6px;
  }
}

.modal-video-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}
.modal-video-block:has(.modal-video-main.open) {
  opacity: 1;
  visibility: visible;
}
.modal-video-block .modal-video-main {
  position: absolute;
  width: 1075px;
  height: 605px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.modal-video-block .modal-video-main.open {
  opacity: 1;
  visibility: visible;
}
.modal-video-block .modal-video-main iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .modal-video-block .modal-video-main {
    width: calc(100vw - 120px);
    height: 70vh;
  }
}
@media (max-width: 640px) {
  .modal-video-block .modal-video-main {
    height: 30vh;
    width: calc(100vw - 40px);
  }
}

/* blog-item */
.blog-item:hover .blog-thumb img {
  transform: translateZ(0) scale(1.07);
}
.blog-item:hover .blog-title {
  text-decoration: underline;
}

.blog.default .list-blog .blog-item .blog-thumb {
  aspect-ratio: 3/2;
}
.blog.default .list-blog .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog.detail .next-pre .left:hover .title,
.blog.detail .next-pre .right:hover .title {
  color: var(--primary);
}
.blog.detail .list-review .item:last-child .user {
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 1023.98px) and (min-width: 640px) {
  .news-insight-block .list-blog .blog-item:last-child {
    display: none;
  }
}

.list-tags .tags.active {
  color: var(--black);
}

.list-pagination .pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-pagination .pagination li {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid var(--line);
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-pagination .pagination li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-pagination .pagination li.previous a, .list-pagination .pagination li.next a {
  font-size: 20px;
  margin-top: -2px;
}
.list-pagination .pagination li:hover, .list-pagination .pagination li.active {
  background-color: var(--primary);
  color: var(--white);
}
.list-pagination .pagination li.disabled {
  display: none;
}
@media (max-width: 767.99px) {
  .list-pagination .pagination li {
    width: 36px;
    height: 36px;
  }
  .list-pagination .pagination li a {
    font-size: 14px;
    line-height: 24px;
  }
}

/*
Shared List Questions: Start
*/
.question-item .question-item-main svg {
  transform: translateY(-50%) rotate(90deg);
  transition: all ease 0.5s;
}
.question-item .question-item-main .icon-plus {
  opacity: 1;
}
.question-item .question-item-main .icon-minus {
  opacity: 0;
}
.question-item .content-question {
  transition: all ease-in-out 0.5s;
  max-height: 0;
  overflow: hidden;
}

.question-item.open .question-item-main svg {
  transform: translateY(-50%) rotate(0);
}
.question-item.open .question-item-main .icon-plus {
  opacity: 0;
}
.question-item.open .question-item-main .icon-minus {
  opacity: 1;
}
.question-item.open .content-question {
  max-height: 250px;
}

@media (min-width: 1600px) {
  .category-block .list-cate.style-three .custom-swiper-button-prev,
  .category-block .list-cate.style-three .custom-swiper-button-next {
    display: none;
  }
}
.category-block .list-cate.style-three .swiper {
  padding: 24px 0;
}
.category-block .list-cate.style-three .swiper .item {
  position: relative;
}
.category-block .list-cate.style-three .swiper .item:hover span, .category-block .list-cate.style-three .swiper .item.active span {
  color: var(--primary);
}
.category-block .list-cate.style-three .swiper .item:hover .text-title, .category-block .list-cate.style-three .swiper .item.active .text-title {
  color: var(--black);
}
@media (max-width: 767.98px) {
  .category-block .list-cate.style-three .swiper {
    padding: 16px 0;
  }
}

@media (min-width: 640px) {
  .tent-item.style-list .tent-main .infor {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  .tent-item.style-list .tent-main .infor {
    margin-left: 36%;
  }
}
@media (min-width: 1024px) {
  .tent-item.style-list .tent-main .infor {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1280px) {
  .tent-item.style-list .tent-main .infor {
    margin-left: 25%;
  }
}
.tent-item .swiper-pagination {
  left: 12px;
  bottom: 12px;
  border-radius: 16px;
  background: rgba(56, 44, 40, 0.3);
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 1px 10px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tent-item .swiper-pagination span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.item.hover-scale,
.tent-item.hover-scale {
  cursor: pointer;
}
.item.hover-scale .swiper,
.tent-item.hover-scale .swiper {
  cursor: pointer;
}
.item.hover-scale .swiper:active,
.tent-item.hover-scale .swiper:active {
  cursor: grabbing;
}
.item.hover-scale .bg-img img,
.tent-item.hover-scale .bg-img img {
  transition: 0.6s;
}
.item.hover-scale .name,
.tent-item.hover-scale .name {
  transition: 0.3s;
}
.item.hover-scale:hover .bg-img img,
.tent-item.hover-scale:hover .bg-img img {
  transform: scale(1.08);
}
.item.hover-scale:hover .name,
.tent-item.hover-scale:hover .name {
  color: var(--primary);
}
.item .wishlist-icon,
.tent-item .wishlist-icon {
  background: rgba(56, 44, 40, 0.3);
}
.item .wishlist-icon:hover, .item .wishlist-icon.active,
.tent-item .wishlist-icon:hover,
.tent-item .wishlist-icon.active {
  background-color: var(--primary);
}

@media (max-width: 1023.98px) {
  .ten-detail {
    overflow-x: hidden;
  }
}

.list-review .item:last-child .review {
  border-bottom: none;
}
@media (max-width: 640px) {
  .list-review .item .list-img {
    max-width: 100%;
    overflow-x: auto;
  }
}

.date-sidebar-detail .rdrDateRangePickerWrapper {
  top: 100%;
  left: unset;
  right: -1px;
  width: 700px;
}
@media (max-width: 992px) {
  .date-sidebar-detail .rdrDateRangePickerWrapper {
    width: 100%;
  }
}

.explore-block .bg-img:focus .icon-block, .explore-block .bg-img:active .icon-block, .explore-block .bg-img:hover .icon-block {
  background-color: transparent;
  opacity: 0.2;
}

.sidebar-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transition-delay: 0.1s;
  z-index: 1000;
}
.sidebar-filter .sidebar-main {
  background-color: var(--white);
  width: 320px;
  padding: 100px 30px 20px;
  margin-left: -100%;
  transition: all ease 0.5s;
  overflow-x: auto;
  max-height: 100vh;
  height: 100vh;
}
@media (max-width: 400px) {
  .sidebar-filter .sidebar-main {
    width: 280px;
  }
}
.sidebar-filter.open {
  opacity: 1;
  visibility: visible;
}
.sidebar-filter.open .sidebar-main {
  margin-left: 0;
}
.sidebar-filter.style-top .sidebar-main {
  width: 100% !important;
  padding: 40px 0;
  margin-left: 0;
  margin-top: -100%;
  overflow-x: unset;
  height: auto;
  max-height: auto;
}
.sidebar-filter.style-top.open .sidebar-main {
  margin-top: 0;
}

.rc-slider .rc-slider-rail {
  background-color: var(--line);
}
.rc-slider .rc-slider-track,
.rc-slider .rc-slider-tracks {
  background-color: var(--primary);
}
.rc-slider .rc-slider-handle,
.rc-slider .rc-slider-handle:hover,
.rc-slider .rc-slider-handle.active {
  background-color: var(--white);
  border-color: var(--primary);
  border-width: 3px;
  opacity: 1;
}
.rc-slider .rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: var(--primary);
  box-shadow: none;
}

.block-input {
  width: 20px;
  height: 20px;
  border: 1px solid var(--variant2);
  border-radius: 4px;
  position: relative;
}
.block-input input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.block-input .icon-checkbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  opacity: 0;
}
.block-input input:checked {
  border: 1px solid var(--primary);
}
.block-input input:checked + .icon-checkbox {
  opacity: 1;
}

@media (min-width: 768px) {
  .style-halfmap {
    height: calc(100vh - 80px);
  }
  .style-halfmap .header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: unset !important;
  }
  .style-halfmap .content-main > .left {
    max-height: 100%;
    height: 100%;
    overflow-x: auto;
    padding-bottom: 100px;
  }
  .style-halfmap .content-main .list-pagination {
    padding: 16px 0;
    background-color: var(--white);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}

@media (min-width: 640px) {
  .style-halfmap-list .tent-item.style-list .tent-main .infor {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  .style-halfmap-list .tent-item.style-list .tent-main .infor {
    margin-left: 36%;
  }
}
@media (min-width: 1024px) {
  .style-halfmap-list .tent-item.style-list .tent-main .infor {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1536px) {
  .style-halfmap-list .tent-item.style-list .tent-main .infor {
    margin-left: 30%;
  }
}
@media (min-width: 1280px) {
  .style-halfmap-list {
    height: calc(100vh - 80px);
  }
  .style-halfmap-list .header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: unset !important;
  }
  .style-halfmap-list .content-main > .left {
    max-height: 100%;
    height: 100%;
    overflow-x: auto;
    padding-bottom: 100px;
  }
  .style-halfmap-list .content-main .list-pagination {
    padding: 16px 0;
    background-color: var(--white);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}

/* term of use */
.term-block .menu-tab .ct-tab {
  position: relative;
}
.term-block .menu-tab .ct-tab a {
  transition: 0.3s;
  height: 100%;
}
.term-block .menu-tab .ct-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 3px;
  background-color: var(--primary);
  opacity: 0;
  transform: translateX(-3px);
  transition: all ease 0.5s;
}
.term-block .menu-tab .ct-tab.active::before {
  opacity: 1;
  transform: translateX(0);
}
.term-block .menu-tab .ct-tab:hover a {
  color: var(--primary);
}
@media (max-width: 1023.98px) {
  .term-block .menu-tab {
    position: relative !important;
    top: unset !important;
  }
}

/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-left-\[0\.5px\]{
  left: -0.5px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-\[-16px\]{
  bottom: -16px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.left-6{
  left: 1.5rem;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-auto{
  top: auto;
}
.top-full{
  top: 100%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[400\]{
  z-index: 400;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-full{
  grid-column: 1 / -1;
}
.col-start-3{
  grid-column-start: 3;
}
.col-start-4{
  grid-column-start: 4;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.row-span-4{
  grid-row: span 4 / span 4;
}
.row-start-3{
  grid-row-start: 3;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-\[124px\]{
  margin-top: -124px;
}
.-mt-\[40px\]{
  margin-top: -40px;
}
.-mt-\[50px\]{
  margin-top: -50px;
}
.-mt-px{
  margin-top: -1px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-px{
  margin-top: 1px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-60{
  height: 15rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[508px\]{
  height: 508px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[620px\]{
  height: 620px;
}
.h-\[90px\]{
  height: 90px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.max-h-\[716px\]{
  max-height: 716px;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[135px\]{
  width: 135px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[52px\]{
  width: 52px;
}
.w-\[60px\]{
  width: 60px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.min-w-\[100\%\]{
  min-width: 100%;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[160px\]{
  max-width: 160px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-md{
  max-width: 28rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.border-separate{
  border-collapse: separate;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-24{
  gap: 6rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-7{
  row-gap: 1.75rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#3274BD\]{
  --tw-border-opacity: 1;
  border-color: rgb(50 116 189 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(56 44 40 / var(--tw-border-opacity));
}
.border-line{
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-outline{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(224 80 40 / var(--tw-border-opacity));
}
.bg-\[\#32548E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(50 84 142 / var(--tw-bg-opacity));
}
.bg-\[\#32548e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(50 84 142 / var(--tw-bg-opacity));
}
.bg-\[\#3A559F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(58 85 159 / var(--tw-bg-opacity));
}
.bg-\[\#DDCE74\]{
  --tw-bg-opacity: 1;
  background-color: rgb(221 206 116 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(56 44 40 / var(--tw-bg-opacity));
}
.bg-black\/40{
  background-color: rgb(56 44 40 / 0.4);
}
.bg-outline{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(224 80 40 / var(--tw-bg-opacity));
}
.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(55 184 83 / var(--tw-bg-opacity));
}
.bg-surface{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-variant1{
  --tw-bg-opacity: 1;
  background-color: rgb(119 110 107 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[196px\]{
  padding-top: 196px;
  padding-bottom: 196px;
}
.py-\[22px\]{
  padding-top: 22px;
  padding-bottom: 22px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pl-12{
  padding-left: 3rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-\[45px\]{
  padding-right: 45px;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[60px\]{
  font-size: 60px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-10{
  line-height: 2.5rem;
}
.text-\[\#32548E\]{
  --tw-text-opacity: 1;
  color: rgb(50 84 142 / var(--tw-text-opacity));
}
.text-\[\#32548e\]{
  --tw-text-opacity: 1;
  color: rgb(50 84 142 / var(--tw-text-opacity));
}
.text-\[\#33CCFF\]{
  --tw-text-opacity: 1;
  color: rgb(51 204 255 / var(--tw-text-opacity));
}
.text-\[\#f1dd38\]{
  --tw-text-opacity: 1;
  color: rgb(241 221 56 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(56 44 40 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(224 80 40 / var(--tw-text-opacity));
}
.text-success{
  --tw-text-opacity: 1;
  color: rgb(55 184 83 / var(--tw-text-opacity));
}
.text-variant1{
  --tw-text-opacity: 1;
  color: rgb(119 110 107 / var(--tw-text-opacity));
}
.text-variant2{
  --tw-text-opacity: 1;
  color: rgb(180 171 168 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(244 209 24 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-\[0\.4\]{
  opacity: 0.4;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.hover\:border-\[\#f1dd38\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(241 221 56 / var(--tw-border-opacity));
}
.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(224 80 40 / var(--tw-border-opacity));
}
.hover\:border-transparent:hover{
  border-color: transparent;
}
.hover\:border-variant1:hover{
  --tw-border-opacity: 1;
  border-color: rgb(119 110 107 / var(--tw-border-opacity));
}
.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:bg-\[\#32548E\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(50 84 142 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#446398\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(68 99 152 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#627eb0\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(98 126 176 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#F1DD38\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 221 56 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#c42e04\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(196 46 4 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#f6dd49\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 221 73 / var(--tw-bg-opacity));
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(56 44 40 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 80 40 / var(--tw-bg-opacity));
}
.hover\:bg-primary-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(196 46 4 / var(--tw-bg-opacity));
}
.hover\:bg-success:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 184 83 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(56 44 40 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(224 80 40 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media not all and (min-width: 1536px){
  .max-2xl\:hidden{
    display: none;
  }
}
@media not all and (min-width: 1280px){
  .max-xl\:flex{
    display: flex;
  }
  .max-xl\:hidden{
    display: none;
  }
  .max-xl\:h-\[420px\]{
    height: 420px;
  }
  .max-xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .max-xl\:flex-wrap{
    flex-wrap: wrap;
  }
  .max-xl\:gap-8{
    gap: 2rem;
  }
  .max-xl\:gap-y-2{
    row-gap: 0.5rem;
  }
}
@media not all and (min-width: 1024px){
  .max-lg\:mr-4{
    margin-right: 1rem;
  }
  .max-lg\:mt-10{
    margin-top: 2.5rem;
  }
  .max-lg\:mt-8{
    margin-top: 2rem;
  }
  .max-lg\:hidden{
    display: none;
  }
  .max-lg\:h-\[380px\]{
    height: 380px;
  }
  .max-lg\:w-\[48\%\]{
    width: 48%;
  }
  .max-lg\:w-full{
    width: 100%;
  }
  .max-lg\:flex-col{
    flex-direction: column;
  }
  .max-lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .max-lg\:flex-wrap{
    flex-wrap: wrap;
  }
}
@media not all and (min-width: 768px){
  .max-md\:right-6{
    right: 1.5rem;
  }
  .max-md\:mt-40{
    margin-top: 10rem;
  }
  .max-md\:mt-6{
    margin-top: 1.5rem;
  }
  .max-md\:hidden{
    display: none;
  }
  .max-md\:h-\[300px\]{
    height: 300px;
  }
  .max-md\:h-\[380px\]{
    height: 380px;
  }
  .max-md\:w-full{
    width: 100%;
  }
  .max-md\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .max-md\:flex-wrap{
    flex-wrap: wrap;
  }
  .max-md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .max-md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .max-md\:pl-1{
    padding-left: 0.25rem;
  }
  .max-md\:pl-1\.5{
    padding-left: 0.375rem;
  }
  .max-md\:pr-3{
    padding-right: 0.75rem;
  }
}
@media not all and (min-width: 640px){
  .max-sm\:mt-5{
    margin-top: 1.25rem;
  }
  .max-sm\:mt-6{
    margin-top: 1.5rem;
  }
  .max-sm\:block{
    display: block;
  }
  .max-sm\:grid{
    display: grid;
  }
  .max-sm\:hidden{
    display: none;
  }
  .max-sm\:h-\[240px\]{
    height: 240px;
  }
  .max-sm\:w-full{
    width: 100%;
  }
  .max-sm\:flex-wrap{
    flex-wrap: wrap;
  }
}
@media (max-width: 400px){
  .max-\[400px\]\:hidden{
    display: none;
  }
}
@media (min-width: 360px){
  .min-\[360px\]\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 370px){
  .min-\[370px\]\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:mt-1{
    margin-top: 0.25rem;
  }
  .sm\:mt-2{
    margin-top: 0.5rem;
  }
  .sm\:mt-3{
    margin-top: 0.75rem;
  }
  .sm\:mt-4{
    margin-top: 1rem;
  }
  .sm\:mt-5{
    margin-top: 1.25rem;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:aspect-\[2\/1\]{
    aspect-ratio: 2/1;
  }
  .sm\:h-12{
    height: 3rem;
  }
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:h-\[280px\]{
    height: 280px;
  }
  .sm\:h-\[350px\]{
    height: 350px;
  }
  .sm\:h-\[400px\]{
    height: 400px;
  }
  .sm\:h-\[500px\]{
    height: 500px;
  }
  .sm\:h-\[80px\]{
    height: 80px;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-12{
    width: 3rem;
  }
  .sm\:w-2\/3{
    width: 66.666667%;
  }
  .sm\:w-20{
    width: 5rem;
  }
  .sm\:w-3\/5{
    width: 60%;
  }
  .sm\:w-\[100px\]{
    width: 100px;
  }
  .sm\:w-\[80px\]{
    width: 80px;
  }
  .sm\:basis-2\/3{
    flex-basis: 66.666667%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-5{
    gap: 1.25rem;
  }
  .sm\:rounded-\[20px\]{
    border-radius: 20px;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }
  .sm\:pl-\[60px\]{
    padding-left: 60px;
  }
  .sm\:pr-\[60px\]{
    padding-right: 60px;
  }
  .sm\:text-right{
    text-align: right;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){
  .md\:-bottom-6{
    bottom: -1.5rem;
  }
  .md\:right-4{
    right: 1rem;
  }
  .md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-5{
    margin-top: 1.25rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mt-7{
    margin-top: 1.75rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:mt-\[60px\]{
    margin-top: 60px;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[400px\]{
    height: 400px;
  }
  .md\:h-\[500px\]{
    height: 500px;
  }
  .md\:h-\[52px\]{
    height: 52px;
  }
  .md\:h-\[60px\]{
    height: 60px;
  }
  .md\:h-\[716px\]{
    height: 716px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-7\/12{
    width: 58.333333%;
  }
  .md\:w-\[220px\]{
    width: 220px;
  }
  .md\:w-\[36\%\]{
    width: 36%;
  }
  .md\:w-\[48\%\]{
    width: 48%;
  }
  .md\:w-\[52px\]{
    width: 52px;
  }
  .md\:w-\[60\%\]{
    width: 60%;
  }
  .md\:w-\[60px\]{
    width: 60px;
  }
  .md\:basis-5\/12{
    flex-basis: 41.666667%;
  }
  .md\:basis-5\/6{
    flex-basis: 83.333333%;
  }
  .md\:basis-7\/12{
    flex-basis: 58.333333%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-\[30px\]{
    gap: 30px;
  }
  .md\:gap-\[60px\]{
    gap: 60px;
  }
  .md\:border-t{
    border-top-width: 1px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-14{
    padding-bottom: 3.5rem;
  }
  .md\:pl-\[15px\]{
    padding-left: 15px;
  }
  .md\:pr-14{
    padding-right: 3.5rem;
  }
  .md\:pr-2{
    padding-right: 0.5rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-14{
    padding-top: 3.5rem;
  }
  .md\:pt-6{
    padding-top: 1.5rem;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:-mt-\[90px\]{
    margin-top: -90px;
  }
  .lg\:ml-10{
    margin-left: 2.5rem;
  }
  .lg\:ml-\[30px\]{
    margin-left: 30px;
  }
  .lg\:mr-10{
    margin-right: 2.5rem;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-5{
    margin-top: 1.25rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[100px\]{
    height: 100px;
  }
  .lg\:h-\[200px\]{
    height: 200px;
  }
  .lg\:h-\[320px\]{
    height: 320px;
  }
  .lg\:h-\[500px\]{
    height: 500px;
  }
  .lg\:h-\[600px\]{
    height: 600px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-\[100\%\]{
    width: 100%;
  }
  .lg\:w-\[100px\]{
    width: 100px;
  }
  .lg\:w-\[32\%\]{
    width: 32%;
  }
  .lg\:w-\[40\%\]{
    width: 40%;
  }
  .lg\:w-\[50\%\]{
    width: 50%;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:basis-1\/2{
    flex-basis: 50%;
  }
  .lg\:basis-1\/3{
    flex-basis: 33.333333%;
  }
  .lg\:basis-2\/3{
    flex-basis: 66.666667%;
  }
  .lg\:basis-7\/12{
    flex-basis: 58.333333%;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-\[30px\]{
    gap: 30px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pl-1{
    padding-left: 0.25rem;
  }
  .lg\:pl-1\.5{
    padding-left: 0.375rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pl-\[30px\]{
    padding-left: 30px;
  }
  .lg\:pl-\[45px\]{
    padding-left: 45px;
  }
  .lg\:pr-6{
    padding-right: 1.5rem;
  }
  .lg\:pr-\[15px\]{
    padding-right: 15px;
  }
  .lg\:pr-\[30px\]{
    padding-right: 30px;
  }
  .lg\:pr-\[45px\]{
    padding-right: 45px;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-15{
    padding-top: 60px;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-4{
    padding-top: 1rem;
  }
  .lg\:pt-5{
    padding-top: 1.25rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .xl\:mt-5{
    margin-top: 1.25rem;
  }
  .xl\:mt-6{
    margin-top: 1.5rem;
  }
  .xl\:grid{
    display: grid;
  }
  .xl\:h-\[640px\]{
    height: 640px;
  }
  .xl\:h-auto{
    height: auto;
  }
  .xl\:w-1\/2{
    width: 50%;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:w-2\/3{
    width: 66.666667%;
  }
  .xl\:w-5\/12{
    width: 41.666667%;
  }
  .xl\:w-7\/12{
    width: 58.333333%;
  }
  .xl\:w-\[40\%\]{
    width: 40%;
  }
  .xl\:basis-1\/3{
    flex-basis: 33.333333%;
  }
  .xl\:basis-5\/6{
    flex-basis: 83.333333%;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:gap-16{
    gap: 4rem;
  }
  .xl\:gap-7{
    gap: 1.75rem;
  }
  .xl\:gap-\[10px\]{
    gap: 10px;
  }
  .xl\:gap-\[20px\]{
    gap: 20px;
  }
  .xl\:gap-y-2{
    row-gap: 0.5rem;
  }
  .xl\:p-10{
    padding: 2.5rem;
  }
  .xl\:pl-\[140px\]{
    padding-left: 140px;
  }
  .xl\:pl-\[52px\]{
    padding-left: 52px;
  }
  .xl\:pr-\[140px\]{
    padding-right: 140px;
  }
}
@media (min-width: 1322px){
  .min-\[1322px\]\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:h-\[800px\]{
    height: 800px;
  }
  .\32xl\:w-3\/5{
    width: 60%;
  }
  .\32xl\:w-\[30\%\]{
    width: 30%;
  }
  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\32xl\:p-9{
    padding: 2.25rem;
  }
}
@media (min-width: 2200px){
  .min-\[2200px\]\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[11].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"Jost","arguments":[{"subsets":["latin"]}],"variableName":"jost"} ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic */
@font-face {
  font-family: '__Jost_4635eb';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/b8c37bb59076c047-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: '__Jost_4635eb';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/5bbac197f803cc34-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Jost_4635eb';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/9dd75fadc5b3df29-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Jost_Fallback_4635eb';src: local("Arial");ascent-override: 111.66%;descent-override: 39.13%;line-gap-override: 0.00%;size-adjust: 95.83%
}.__className_4635eb {font-family: '__Jost_4635eb', '__Jost_Fallback_4635eb';font-style: normal
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[11].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"DM_Sans","arguments":[{"subsets":["latin"]}],"variableName":"dmsans"} ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: '__DM_Sans_0d7163';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(/_next/static/media/7ab938503e4547a1-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__DM_Sans_0d7163';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(/_next/static/media/13971731025ec697-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__DM_Sans_Fallback_0d7163';src: local("Arial");ascent-override: 94.37%;descent-override: 29.49%;line-gap-override: 0.00%;size-adjust: 105.12%
}.__className_0d7163 {font-family: '__DM_Sans_0d7163', '__DM_Sans_Fallback_0d7163';font-style: normal
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/styles/icomoon/style.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* @font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?et5oy7');
  src:  url('fonts/icomoon.eot?et5oy7#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?et5oy7') format('truetype'),
    url('fonts/icomoon.woff?et5oy7') format('woff'),
    url('fonts/icomoon.svg?et5oy7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
} */
/* custome */
@font-face {
  font-family: "Inter";
  src: url(/_next/static/media/AirbnbCereal_W_Bk.786147d8.otf);
  src: url(/_next/static/media/AirbnbCereal_W_Bk.786147d8.otf) format("embedded-opentype"), url(/_next/static/media/AirbnbCereal_W_Bk.786147d8.otf) format("truetype"), url(/_next/static/media/AirbnbCereal_W_Bk.786147d8.otf) format("woff"), url(/_next/static/media/AirbnbCereal_W_Bk.786147d8.otf) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Inter" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bell-tent:before {
  content: "\e900";
}

.icon-breakfast:before {
  content: "\e901";
}

.icon-cabin:before {
  content: "\e902";
}

.icon-coffee:before {
  content: "\e903";
}

.icon-concierge:before {
  content: "\e904";
}

.icon-container:before {
  content: "\e905";
}

.icon-cottages:before {
  content: "\e906";
}

.icon-cravan:before {
  content: "\e907";
}

.icon-currency:before {
  content: "\e908";
}

.icon-dishwasher:before {
  content: "\e909";
}

.icon-domes:before {
  content: "\e90a";
}

.icon-essential:before {
  content: "\e90b";
}

.icon-facebook:before {
  content: "\e90c";
}

.icon-fire:before {
  content: "\e90d";
}

.icon-gift:before {
  content: "\e90e";
}

.icon-guarantee:before {
  content: "\e90f";
}

.icon-hangers:before {
  content: "\e910";
}

.icon-housekeeping:before {
  content: "\e911";
}

.icon-instagram:before {
  content: "\e912";
}

.icon-iron:before {
  content: "\e913";
}

.icon-kitchen:before {
  content: "\e914";
}

.icon-laundry:before {
  content: "\e915";
}

.icon-linens:before {
  content: "\e916";
}

.icon-linkedin:before {
  content: "\e917";
}

.icon-lock:before {
  content: "\e918";
}

.icon-log-cabin:before {
  content: "\e919";
}

.icon-microwave:before {
  content: "\e91a";
}

.icon-mount:before {
  content: "\e91b";
}

.icon-phone-call .path1:before {
  content: "\e91c";
  color: rgb(224, 80, 40);
}

.icon-phone-call .path2:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(224, 80, 40);
  opacity: 0.5;
}

.icon-phone-call .path3:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(224, 80, 40);
  opacity: 0.5;
}

.icon-phone-call .path4:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(224, 80, 40);
}

.icon-pillows:before {
  content: "\e920";
}

.icon-pinterest:before {
  content: "\e921";
}

.icon-pot:before {
  content: "\e922";
}

.icon-refrigerator:before {
  content: "\e923";
}

.icon-safari-tent:before {
  content: "\e924";
}

.icon-support:before {
  content: "\e925";
}

.icon-tent:before {
  content: "\e926";
}

.icon-tented-cabin:before {
  content: "\e927";
}

.icon-tent-sun:before {
  content: "\e928";
}

.icon-tiny-house:before {
  content: "\e929";
}

.icon-touch:before {
  content: "\e92a";
}

.icon-tree-house:before {
  content: "\e92b";
}

.icon-tv:before {
  content: "\e92c";
}

.icon-twitter:before {
  content: "\e92d";
}

.icon-user-star:before {
  content: "\e92e";
}

.icon-user-sun:before {
  content: "\e92f";
}

.icon-youtube:before {
  content: "\e930";
}

.icon-yurt:before {
  content: "\e931";
}
