/*--------------------------------------------------------------
# Quangvu
--------------------------------------------------------------*/
.gform_title {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 500;
  font-family: "BeautiqueDisplay";
  margin-bottom: 2.4rem;
}

body .gform-theme--api,
body .gform-theme--foundation {
  --gf-form-gap-x: 2rem;
  --gf-form-gap-y: 2rem;
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date {
  position: relative;
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after {
  position: absolute;
  left: 100%;
  width: calc(100% - 2rem);
  top: 0;
  z-index: 9;
  bottom: 0;
  margin: 0;
  align-content: center;
  text-align: end;
  margin-inline-start: 0 !important;
  transform: translateY(0) !important;
}

.gform_wrapper .gform_body .gform_fields input[type=checkbox] {
  margin-top: 0.2rem;
}

.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) .gform-field-label,
.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) .gfield_label {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  opacity: 0.6;
  gap: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) .gform-field-label span.gfield_required::after,
.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) .gfield_label span.gfield_required::after {
  content: "*";
  color: #FF3B30;
  position: relative;
  display: inline-block;
}

.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) .gform-field-label span.gfield_required.gfield_required_text,
.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) .gfield_label span.gfield_required.gfield_required_text {
  display: none;
}

.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) textarea,
.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) select {
  width: 100% !important;
  padding: 1.6rem 2rem !important;
  background: #F8F9FA !important;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #CED4DA !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
  line-height: 1.2 !important;
  color: #00071B;
  min-height: 5.6rem;
  box-shadow: none !important;
}

.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) textarea::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) select::placeholder {
  opacity: 0.5;
}

.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus,
.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) textarea:focus,
.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) select:focus {
  border: 1px solid transparent !important;
  border-bottom: 1px solid #CED4DA !important;
  outline: none !important;
  box-shadow: none !important;
}

.gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-checkbox) select {
  background-image: url(../images/icons/arrows-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 2rem center !important;
  background-size: 1.4rem 0.8rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.gform_wrapper .gform_body .iti__flag-container {
  padding: 1.6rem 2rem;
}

.gform_wrapper .gform_body .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}

.gform_wrapper .gform_body .iti__flag-container .iti__selected-dial-code {
  display: none;
}

.gform_wrapper .gform_body .iti__flag-container .iti__selected-flag {
  background-color: transparent !important;
  margin-left: 2rem;
}

.gform_wrapper .gform_body .iti__flag-container .iti__flag {
  width: 2.4rem;
  height: 2.4rem;
}

.gform_wrapper .gform_body .iti__flag-container .iti__arrow {
  width: 2rem !important;
  height: 2.4rem !important;
  background-image: url(../images/icons/arrows-down.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.gform_wrapper .gform_footer {
  position: relative;
  width: fit-content;
}

.gform_wrapper .gform_footer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/icons/arrows-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  transition: 0.3s all ease-in-out;
  height: 2.4rem;
}

.gform_wrapper .gform_footer input {
  font-family: "Satoshi";
  font-size: 1.8rem !important;
  padding: 0 !important;
  padding-right: 2.8rem !important;
  align-items: center;
  white-space: nowrap;
  display: inline-flex;
  position: relative;
  z-index: 10;
  border: 0;
  justify-content: center;
  text-transform: capitalize;
  width: fit-content;
  color: #D9A86C !important;
  text-decoration: underline !important;
  background: transparent !important;
  box-shadow: none !important;
}

.gform_wrapper .gform_footer input:focus-visible,
.gform_wrapper .gform_footer input:focus {
  outline: none !important;
  border: unset !important;
  box-shadow: none !important;
}

.gform_wrapper .gchoice .gform-field-label {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
  cursor: pointer;
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-telephone:not(.gfield--type-checkbox) input[type=text]:not([type=submit]) {
  padding-left: 8.6rem !important;
}

.accordion-list .accordion-item .accordion-header {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  padding: 2rem 3rem;
}

.accordion-list .accordion-item.active .accordion-header {
  color: #1B377A;
  font-family: "BeautiqueDisplay";
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: none;
}

.accordion-list .accordion-item.active .icon-chevron {
  transform: rotate(180deg);
}

.accordion-list .accordion-item .accordion-content {
  padding: 0rem 3rem 3rem 3rem;
}

@media (max-width: 991.98px) {
  .accordion-list .accordion-item .accordion-content {
    padding: 0rem 0rem 1.5rem 0rem;
  }
}

.description-table table,
.accordion-list table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #CED4DA;
}

.description-table table thead td,
.description-table table thead th,
.accordion-list table thead td,
.accordion-list table thead th {
  border: 1px solid #CED4DA;
  padding: 1.2rem 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  background-color: #E9ECEF;
  text-transform: uppercase;
}

.description-table table tbody th,
.description-table table tbody td,
.accordion-list table tbody th,
.accordion-list table tbody td {
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
  border-bottom: 1px solid #CED4DA;
  border-right: 1px solid #CED4DA;
}

.description-table table tbody th:last-child,
.description-table table tbody td:last-child,
.accordion-list table tbody th:last-child,
.accordion-list table tbody td:last-child {
  border-right: none;
}

.section-membership-overview {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.section-membership-overview .content {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  color: #192350;
}

@media (max-width: 991.98px) {
  .section-membership-overview .content {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.section-membership-overview .content p {
  margin-bottom: 2.4rem;
}

.section-membership-overview .content p:last-child {
  margin-bottom: 0;
}

.section-membership-enquiry .enquiry-image img {
  object-fit: cover;
}

.section-membership-enquiry .enquiry-content .content p:not(:last-child) {
  margin-bottom: 2rem;
}

.section-membership-types {
  background-size: initial;
  background-repeat: repeat;
  background-color: #EFF6FF;
}

.section-our-offerings.columns-3 .offering-card .offering-title {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.section-our-offerings.columns-3 .offering-card .offering-image {
  height: 33rem;
}

.section-our-offerings .offering-card {
  position: relative;
  overflow: hidden;
}

.section-our-offerings .offering-card .offering-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-our-offerings.btn-right-aligned .offering-content {
  padding: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
}

.section-our-offerings.btn-right-aligned .offering-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.section-our-offerings.btn-right-aligned .offering-content .content-left {
  flex: 1;
}

.section-our-offerings.btn-right-aligned .offering-content .offering-title {
  color: #fff;
}

.section-our-offerings.btn-right-aligned .offering-content .offering-description {
  color: #fff;
  width: 100% !important;
}

.section-our-offerings.btn-right-aligned .offering-content .offering-description p:last-child {
  margin-bottom: 0;
}

.section-membership-list-page {
  position: relative;
  overflow: hidden;
}

.section-membership-list-page .membership-items-grid {
  position: relative;
  z-index: 2;
}

.section-membership-list-page .membership-item-card {
  display: block;
  position: relative;
  height: 43.8rem;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
  .section-membership-list-page .membership-item-card {
    margin-bottom: 2rem;
  }
}

.section-membership-list-page .membership-item-card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.section-membership-list-page .membership-item-card .card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.section-membership-list-page .membership-item-card .card-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, #000000 0%, rgba(2, 11, 29, 0) 70%);
  z-index: 2;
}

.section-membership-list-page .membership-item-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  z-index: 3;
  color: #fff;
}

.section-membership-list-page .membership-item-card .btn-main::after {
  filter: brightness(0) invert(1);
}

.section-our-benefits {
  position: relative;
  overflow: hidden;
}

.section-our-benefits .benefit-card {
  position: relative;
  overflow: hidden;
  height: 42rem;
}

@media (max-width: 991.98px) {
  .section-our-benefits .benefit-card {
    height: 28rem;
  }
}

.section-our-benefits .benefit-card .benefit-image {
  width: 100%;
  height: 100%;
}

.section-our-benefits .benefit-card .benefit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.section-our-benefits .benefit-card .benefit-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  z-index: 3;
  height: 100%;
  align-content: end;
}

.section-our-benefits .benefit-card .benefit-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: -1;
}

.section-our-benefits .swiper-top {
  position: unset;
}

.section-our-benefits .swiper-button-prev {
  left: 0 !important;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
}

.section-our-benefits .swiper-button-next {
  right: 0 !important;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
}

.section-our-benefits .swiper-button-prev,
.section-our-benefits .swiper-button-next {
  height: 100%;
  top: 0;
  margin: 0;
  width: 7.6rem;
  justify-content: center;
}

.section-our-benefits .swiper-button-prev svg,
.section-our-benefits .swiper-button-next svg {
  width: 1.2rem;
  height: 2rem;
}

.section-gravity-form .name_prefix .gform-field-label::after {
  content: "*";
  color: #FF3B30;
  position: relative;
}

.section-partners .partner-logo {
  transition: transform 0.3s ease;
  aspect-ratio: 1/1;
  padding: 6rem;
  align-content: center;
}

@media (max-width: 991.98px) {
  .section-partners .partner-logo {
    padding: 3rem;
  }
}

.section-partners .swiper-button-next,
.section-partners .swiper-button-prev {
  width: 3.6rem;
  height: 3.6rem;
  padding: 1rem;
}

.section-fact-sheet {
  padding: 8rem 0 5rem;
}

.section-fact-sheet .marquee-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.section-fact-sheet .marquee-swiper .swiper-slide {
  width: auto;
}

.section-fact-sheet .marquee-swiper .fact-sheet-card {
  height: 32.9rem;
  width: fit-content;
}

@media (max-width: 991.98px) {
  .section-fact-sheet .marquee-swiper .fact-sheet-card {
    height: 28rem;
  }
}

.section-fact-sheet .marquee-swiper .fact-sheet-card .fact-sheet-image {
  height: 100%;
  width: auto;
}

.section-fact-sheet .marquee-swiper .fact-sheet-card .fact-sheet-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.section-fact-sheet .marquee-swiper .fact-sheet-card .fact-sheet-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 7, 27, 0.6) 100%);
  z-index: 2;
  pointer-events: none;
  padding: 2rem 2.4rem;
  align-content: end;
}

.section-fact-sheet .fact-sheet-features-grid .feature-item .feature-icon {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-fact-sheet .fact-sheet-features-grid .feature-item .feature-icon img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Weather Component
--------------------------------------------------------------*/
.section-weather-component .weather-coords-bar .title-coords {
  background-color: #E9ECEF;
}

.section-weather-component .box-location-time {
  gap: 2.3rem;
}

.section-weather-component .weather-main-bar {
  padding: 3rem;
  background-color: #1B377A;
}

.section-weather-component .weather-main-bar .location-name {
  font-family: "BeautiqueDisplay";
  letter-spacing: 0.02em;
}

.section-weather-component .weather-main-bar .current-time {
  letter-spacing: 0.02em;
}

@media (max-width: 575.98px) {
  .section-weather-component .weather-main-bar .current-time {
    font-size: 1.4rem;
  }
}

.section-weather-component .weather-main-bar .temp-unit .unit-c,
.section-weather-component .weather-main-bar .temp-unit .unit-f {
  cursor: pointer;
  transition: opacity 0.3s;
}

.section-weather-component .weather-main-bar .temp-unit .unit-c.active,
.section-weather-component .weather-main-bar .temp-unit .unit-f.active {
  opacity: 1;
}

.section-weather-component .weather-main-bar .list-metrics {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 1fr;
}

@media (max-width: 991.98px) {
  .section-weather-component .weather-main-bar .list-metrics {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 2rem;
  }
}

@media (max-width: 575.98px) {
  .section-weather-component .weather-main-bar .list-metrics {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }
}

.section-weather-component .weather-main-bar .metric-item {
  padding: 0 1rem;
}

.section-weather-component .weather-main-bar .metric-item.border-start-white-10 {
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.section-weather-component .weather-main-bar .metric-item .metric-label {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  letter-spacing: 0.32px;
  gap: 0.8rem;
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .section-weather-component .weather-main-bar .metric-item {
    margin-bottom: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Promotions Offers
--------------------------------------------------------------*/
.section-promotions-offers {
  background-color: #FDF9F3;
}

@media (max-width: 575.98px) {
  .section-promotions-offers .offer-card {
    margin-bottom: 3rem;
  }
}

@media (max-width: 575.98px) {
  .section-promotions-offers .offer-card .offer-image {
    height: 35rem;
  }
}

.section-promotions-offers .offer-card .description p {
  margin-bottom: 0.8rem;
}

.section-promotions-offers .offer-card .description ul {
  padding-left: 2rem;
  margin-top: 1rem;
}

.section-promotions-offers .offer-card .description ul li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
}

.section-promotions-offers .offer-card .description a {
  text-decoration: underline;
  color: #0081C6;
}

.section-promotions-offers .offer-card .btn-wrap {
  width: fit-content;
}

.section-berthing-rates .accordion-item .accordion-content ul {
  margin-bottom: 3rem;
}

.section-berthing-rates .accordion-item .accordion-content ul li {
  margin-bottom: 0;
}

.section-berthing-rates .right-accordion-list .accordion-item .accordion-header {
  color: #00071B;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-family: "Satoshi";
}

/*--------------------------------------------------------------
# Boat Dealer
--------------------------------------------------------------*/
.section-boat-dealer {
  background-color: #EFF6FF;
  padding-bottom: 3rem;
  padding-top: 8rem;
}

.section-boat-dealer .boat-dealer-swiper {
  padding-bottom: 4rem;
}

.section-boat-dealer .boat-dealer-swiper .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.05);
  height: 0.4rem;
  bottom: 0;
}

.section-boat-dealer .boat-dealer-card {
  background-color: #FFFFFF;
  padding: 3rem;
  height: 100%;
}

.section-boat-dealer .boat-dealer-card .dealer-logo {
  height: 10.8rem;
  display: flex;
  align-items: center;
}

.section-boat-dealer .boat-dealer-card .dealer-logo img {
  max-height: 100%;
  width: auto;
}

.section-boat-dealer .boat-dealer-card .dealer-location {
  color: #838898;
  text-transform: uppercase;
  font-weight: 700;
}

.section-boat-dealer .boat-dealer-card .dealer-contact .contact-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.section-boat-dealer .boat-dealer-card .dealer-contact .contact-item a:hover {
  color: #D9A86C;
}

.section-boat-dealer .boat-dealer-card .dealer-contact .contact-item .color-D9A86C {
  color: #D9A86C;
}

.section-boat-dealer .boat-dealer-card .dealer-contact .contact-item svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.section-why-choose {
  background-color: #F0F7FF;
  padding-top: 3rem;
  padding-bottom: 8rem;
}

.section-why-choose .why-choose-inner {
  padding: 8rem 15rem;
}

@media (max-width: 991.98px) {
  .section-why-choose .why-choose-inner {
    padding: 5rem 5rem;
  }
}

@media (max-width: 575.98px) {
  .section-why-choose .why-choose-inner {
    padding: 5rem 3rem;
  }
}

.section-why-choose .why-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

@media (max-width: 991.98px) {
  .section-why-choose .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .section-why-choose .why-choose-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .section-why-choose .why-choose-grid .why-choose-item {
    margin-top: 3rem;
  }
}

/*--------------------------------------------------------------
# List Box Content
--------------------------------------------------------------*/
.section-list-box-content.border-top {
  border-top: 1px solid #EDEDED;
}

.section-list-box-content.border-bottom {
  border-bottom: 1px solid #EDEDED;
}

.section-list-box-content .list-box-card {
  padding: 5rem 5rem;
}

@media (max-width: 991.98px) {
  .section-list-box-content .list-box-card {
    padding: 3rem;
  }
}

.section-list-box-content .list-box-card .box-title {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 500;
  color: #192350;
  font-family: "BeautiqueDisplay";
}

.section-list-box-content .box-content table img {
  width: 2.4rem;
  height: 2.4rem;
}

.section-list-box-content .box-content table td {
  padding-bottom: 1rem;
}

.section-list-box-content .box-content ul,
.section-list-box-content .box-content ol {
  padding-left: 3rem;
  margin-bottom: 1rem;
}

.section-list-box-content .box-content ul li,
.section-list-box-content .box-content ol li {
  position: relative;
  margin-bottom: 0 !important;
  color: #0081C6;
}

.section-list-box-content .box-content a {
  color: #D9A86C;
  text-decoration: underline;
}

.section-list-box-content .box-content p {
  margin-bottom: 1.2rem !important;
}

.section-list-box-content .box-content p:last-child {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Club House Facilities
--------------------------------------------------------------*/
.section-club-house-facilities .facility-content {
  padding: 3rem;
}

.section-club-house-facilities .facility-card {
  border: none;
  transition: transform 0.3s ease;
}

.section-club-house-facilities .facility-card.bg-blue {
  background-color: #EFF6FF;
}

.section-club-house-facilities .facility-card.bg-beige {
  background-color: #FDF9F3;
}

.section-club-house-facilities .facility-card .facility-image {
  height: 33rem;
  overflow: hidden;
}

.section-club-house-facilities .facility-card .facility-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-club-house-facilities .facility-card .info-list .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-club-house-facilities .facility-card .info-list .info-item .info-icon {
  flex-shrink: 0;
  width: 2.4rem;
}

.section-club-house-facilities .facility-card .info-list .info-item .info-icon img {
  width: 2.4rem;
  height: 2.4rem;
}

.section-banner-simple {
  padding-top: 8rem;
  padding-bottom: 5rem;
}

/*--------------------------------------------------------------
# Section Top
--------------------------------------------------------------*/
.section-top .top-nav-tabs {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.section-top .top-nav-tabs ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 575.98px) {
  .section-top .top-nav-tabs ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .section-top .top-nav-tabs ul::-webkit-scrollbar {
    display: none;
  }
}

.section-top .top-nav-tabs ul .nav-item {
  flex: 0 0 auto;
}

.section-top .top-nav-tabs ul .nav-item .nav-link {
  padding: 1.2rem 2rem;
  color: #00071B;
  font-size: 1.4rem;
  line-height: 2.0714285714;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease;
  border: 0;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
}

.section-top .top-nav-tabs ul .nav-item .nav-link.active,
.section-top .top-nav-tabs ul .nav-item .nav-link:hover {
  background-color: #EFF6FF;
  color: #1B377A;
}

.section-top-image .image-wrap {
  margin: 0 -6rem;
}

@media (max-width: 991.98px) {
  .section-top-image .image-wrap {
    margin: 0;
  }
}

.section-top-image .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

@media (max-width: 575.98px) {
  .section-top-image .image-wrap img {
    height: 35rem;
    object-fit: cover;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.section-about-us .intro .title {
  font-size: 4.2rem;
  line-height: 1.2380952381;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

.section-about-us .intro .description {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  color: #1B1B1B;
}

.section-about-us .vision-block,
.section-about-us .mission-block {
  margin-left: 15rem;
}

@media (max-width: 991.98px) {

  .section-about-us .vision-block,
  .section-about-us .mission-block {
    margin-left: 0;
  }
}

.section-about-us .vision-block .title,
.section-about-us .mission-block .title {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0.048rem;
  color: #192350;
}

.section-about-us .mission .image-block {
  max-width: 75rem;
}

.section-about-us .mission .image-block img {
  object-fit: cover;
}

/*--------------------------------------------------------------
# Did You Know
--------------------------------------------------------------*/
.section-did-you-know {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}

.section-did-you-know::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #192350;
}

.section-did-you-know .logo img {
  max-width: 22rem;
  height: auto;
  margin: 0 auto;
}

.section-did-you-know .title {
  font-size: 4.2rem;
  line-height: 1.2380952381;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-family: "BeautiqueDisplay";
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .section-did-you-know .title {
    font-size: 3.2rem;
    line-height: 1.3125;
    font-weight: 400;
  }
}

.section-did-you-know .description {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400;
  opacity: 0.9;
  max-width: 92rem;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .section-did-you-know .description {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
  }
}

/*--------------------------------------------------------------
# About SUTL
--------------------------------------------------------------*/
.section-about-sutl .item-wrap {
  padding: 5rem;
  gap: 5rem;
}

.section-about-sutl .bordered-left {
  border-left: 1px solid #CED4DA;
}

@media (max-width: 991.98px) {
  .section-about-sutl .bordered-left {
    border-left: 0;
    border-top: 1px solid #CED4DA;
  }
}

.section-about-sutl .logo img {
  max-width: 20rem;
  height: auto;
  margin: 0 auto;
}

.section-contact-us .social-icon-circle {
  width: 3.2rem;
  height: 3.2rem;
  transition: all 0.3s ease;
}

.section-contact-us .info-list .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}

.section-contact-us .info-list .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-contact-us .info-list .text a {
  color: #D9A86C;
  text-decoration: underline;
}

.section-contact-us .social-links {
  gap: 1.6rem;
}

.section-contact-us .contact-form-block .gform_title {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 500;
  font-family: "BeautiqueDisplay";
  margin-bottom: 2.4rem;
}

.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields {
  grid-row-gap: 0;
}

.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields .gfield {
  margin-bottom: 2rem;
}

.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  opacity: 0.6;
}

.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields .gfield .gfield_label span {
  display: none;
}

.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields .gfield input,
.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields .gfield textarea,
.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields .gfield select {
  width: 100% !important;
  padding: 1.6rem 2rem !important;
  background: #F8F9FA !important;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #CED4DA !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
  line-height: 1.2 !important;
  color: #00071B;
  min-height: 5.6rem;
}

.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields .gfield input::placeholder,
.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder,
.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
  opacity: 0.5;
}

.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields .gfield input:focus,
.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  border: 1px solid transparent !important;
  border-bottom: 1px solid #CED4DA !important;
  outline: none !important;
  box-shadow: none !important;
}

.section-contact-us .contact-form-block .gform_wrapper .gform_body .gform_fields .gfield select {
  background-image: url(../images/icons/arrows.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 2rem center !important;
  background-size: 2.4rem 2.4rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.section-contact-us .contact-form-block .gform_wrapper .gform_footer {
  position: relative;
  width: fit-content;
}

.section-contact-us .contact-form-block .gform_wrapper .gform_footer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/icons/arrows-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  transition: 0.3s all ease-in-out;
  height: 2.4rem;
}

.section-contact-us .contact-form-block .gform_wrapper .gform_footer input {
  font-family: "Satoshi";
  font-size: 1.8rem !important;
  padding: 0 !important;
  padding-right: 2.8rem !important;
  align-items: center;
  white-space: nowrap;
  display: inline-flex;
  position: relative;
  z-index: 10;
  border: 0;
  justify-content: center;
  text-transform: capitalize;
  width: fit-content;
  color: #D9A86C !important;
  text-decoration: underline !important;
  background: transparent !important;
  box-shadow: none !important;
}

.section-contact-us .contact-form-block .gform_wrapper .gform_footer input:focus-visible,
.section-contact-us .contact-form-block .gform_wrapper .gform_footer input:focus {
  outline: none !important;
  border: unset !important;
  box-shadow: none !important;
}

.section-contact-us .network-accordion {
  margin-top: 2.4rem;
}

.section-contact-us .network-accordion .network-item {
  border-top: 1px solid #CED4DA !important;
  padding: 1.2rem 0;
}

.section-contact-us .network-accordion .network-item .title-item {
  cursor: pointer;
}

.section-contact-us .network-accordion .network-item:last-child {
  border-bottom: 1px solid #CED4DA !important;
}

.section-contact-us .network-accordion .network-item .location-header {
  transition: color 0.3s ease;
}

.section-contact-us .network-accordion .network-item .location-header[aria-expanded=true] .toggle-icon::before {
  content: "";
  background-image: url(../images/icons/minus.svg);
}

.section-contact-us .network-accordion .network-item .location-header .toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: inherit;
  line-height: 1;
  margin-right: 0.8rem;
}

.section-contact-us .network-accordion .network-item .location-header .toggle-icon::before {
  content: "";
  background-image: url(../images/icons/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}

.section-contact-us .network-accordion .network-item .list {
  margin-top: 1.2rem;
  padding-left: 3.2rem;
}

.section-contact-us .network-accordion .network-item .list .item {
  margin-bottom: 1.2rem;
}

.section-contact-us .network-accordion .network-item .list .item:last-child {
  margin-bottom: 0;
}

.section-contact-us .network-accordion .network-item .list .item .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
}

.section-contact-us .network-accordion .network-item .list .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-contact-us .network-accordion .network-item .list .item a {
  color: #D9A86C;
  text-decoration: underline;
}

.section-contact-us .contact-image {
  overflow: hidden;
}

.aspect-ratio-3-4 {
  aspect-ratio: 3/4;
}

.mb-40 {
  margin-bottom: 4rem;
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100%;
  }
}

/*--------------------------------------------------------------
# List Accordion
--------------------------------------------------------------*/
.section-list-accordion .accordion-item {
  border: 1px solid #CED4DA !important;
  border-radius: 0;
  margin-bottom: 2.4rem;
  padding: 3rem;
}

@media (max-width: 991.98px) {
  .section-list-accordion .accordion-item {
    padding: 2rem;
  }
}

.section-list-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.section-list-accordion .accordion-item .accordion-header {
  margin-bottom: 0;
}

.section-list-accordion .accordion-item .accordion-button {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  gap: 1.5rem;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #00071B;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 991.98px) {
  .section-list-accordion .accordion-item .accordion-button {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 700;
  }
}

.section-list-accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23D9A86C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
  transition: transform 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
}

.section-list-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.section-list-accordion .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 0;
}

.section-list-accordion .accordion-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.section-list-accordion .accordion-item .accordion-collapse {
  border: 0;
}

.section-list-accordion .accordion-item .accordion-body {
  padding: 1.5rem 0 0 0;
}

/*--------------------------------------------------------------
# Over Dining
--------------------------------------------------------------*/
.section-over-dining {
  background-color: #FDF9F3;
}

.section-over-dining .dining-card {
  height: 100%;
  transition: transform 0.3s ease;
}

.section-over-dining .dining-card .title-item {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-over-dining .dining-card .dining-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.section-over-dining .dining-card .dining-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.section-over-dining .dining-card .dining-image:hover img {
  transform: scale(1.05);
}

.section-over-dining .dining-card .dining-logo img {
  height: 4rem;
  max-height: 100%;
  width: auto;
}

.section-over-dining .dining-card .operating-hours .hour-item {
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.section-over-dining .dining-card .operating-hours .hour-item:first-child {
  margin-top: 0;
}

.section-over-dining .dining-card .operating-hours .hour-item img {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

.section-over-dining .dining-card .btn-more-info {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  background: none;
  border: none;
  padding: 0;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  gap: 0.8rem;
}

.section-over-dining .dining-card .btn-more-info i {
  transition: transform 0.3s ease;
}

.section-over-dining .dining-card .btn-more-info.active i {
  transform: rotate(180deg);
}

.section-over-dining .dining-card .info-details a {
  color: #D9A86C;
  text-decoration: underline;
}

.section-over-dining .dining-card .info-details .info-item {
  gap: 0.8rem;
}

/*--------------------------------------------------------------
# Promotion Post Type
--------------------------------------------------------------*/
.section-promotion-archive {
  background-color: #fff;
}

.section-promotion-archive .promotion-filter-bar .nav-tabs-filters {
  gap: 1.2rem;
}

.section-promotion-archive .promotion-filter-bar .nav-link-filter {
  border: 0 !important;
  color: #CFCFCF;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-promotion-archive .promotion-filter-bar .nav-link-filter:hover,
.section-promotion-archive .promotion-filter-bar .nav-link-filter.active {
  color: #00071B;
}

.section-promotion-archive .search-form-promotion {
  background-color: #F8F9FA;
  border-bottom: 1px solid #CED4DA;
}

.section-promotion-archive .search-form-promotion input {
  background-color: transparent;
  border: none;
  padding: 1.6rem 2rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
}

.section-promotion-archive .search-form-promotion button {
  background-color: transparent;
}

.promotion-card-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.promotion-card-item .card-image {
  overflow: hidden;
}

.promotion-card-item .card-image img {
  width: 100%;
  height: 75rem;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .promotion-card-item .card-image img {
    height: 40rem;
  }
}

.promotion-card-item .card-image:hover img {
  transform: unset;
}

.promotion-card-item .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.promotion-card-item .card-content .validity {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #838898;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.promotion-card-item .card-content .title-card {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  color: #00071B;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.promotion-card-item .card-content .description {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 400;
  color: #00071B;
  margin-bottom: 2rem;
  flex: 1;
}

.promotion-card-item .card-content .card-links {
  display: flex;
  gap: 2.4rem;
}

.section-promotion-single {
  padding: 8rem 0;
}

.section-promotion-single .validity-range {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  color: #0081C6;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  text-align: center;
}

.section-promotion-single .promotion-hero-image {
  margin-bottom: 4rem;
}

.section-promotion-single .promotion-hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-promotion-single .variation-card {
  text-align: center;
}

.section-promotion-single .variation-card .item-title {
  color: #00071B;
}

select:focus>option:checked {
  background: #e3effb;
  color: #014693;
  font-weight: 900;
}

.white {
  color: #FFFFFF !important;
}

@media (max-width: 575.98px) {
  .flex-sm-down-column-reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991.98px) {
  .flex-lg-down-column-reverse {
    flex-direction: column-reverse;
  }
}

.w-100-percent {
  width: 100%;
}

.display-table>* {
  display: table-cell;
  vertical-align: middle;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

.btn-wrap {
  font-family: "Satoshi";
  font-size: 1.8rem;
  line-height: 0.7777777778;
  font-weight: 700;
  padding-right: 2.8rem;
  align-items: center;
  white-space: nowrap;
  display: inline-flex;
  position: relative;
  z-index: 10;
  border: 0;
  justify-content: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575.98px) {
  .btn-wrap {
    font-size: 17px !important;
  }
}

.btn-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/icons/arrows-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  transition: 0.3s all ease-in-out;
  height: 2.4rem;
}

.btn-wrap:focus {
  border: unset;
  box-shadow: unset;
}

.btn-wrap.btn-main {
  color: #D9A86C;
  text-decoration: underline;
}

.btn-wrap.btn-white {
  color: #FFFFFF;
  text-decoration: underline;
}

.btn-wrap.btn-white::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(22%) hue-rotate(335deg) brightness(105%) contrast(103%);
}

.btn-wrap.btn-white:hover {
  color: #D9A86C;
}

.btn-wrap.btn-white:hover::after {
  filter: unset;
}

.mw-660 {
  max-width: 66rem;
}

.mw-450 {
  max-width: 45rem;
}

.mw-946 {
  max-width: 94.6rem;
}

.mw-973 {
  max-width: 97.3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mxy-0 {
  margin: 0 auto !important;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mt-08 {
  margin-top: 0.8rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-12 {
  margin-top: 1.2rem;
}

.mt-13 {
  margin-top: 1.3rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-21 {
  margin-top: 2.1rem;
}

.mt-22 {
  margin-top: 2.2rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mt-27 {
  margin-top: 2.7rem;
}

.mt-28 {
  margin-top: 2.8rem;
}

.mt-29 {
  margin-top: 2.9rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mt-35 {
  margin-top: 3.5rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-45 {
  margin-top: 4.5rem;
}

.mt-46 {
  margin-top: 4.6rem;
}

.mt-47 {
  margin-top: 4.7rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-52 {
  margin-top: 5.2rem;
}

.mt-55 {
  margin-top: 5.5rem;
}

.mt-60 {
  margin-top: 6rem;
}

@media (max-width: 575.98px) {
  .mt-60 {
    margin-top: 3rem;
  }
}

.mt-65 {
  margin-top: 6.5rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mt-80 {
  margin-top: 8rem;
}

@media (max-width: 991.98px) {
  .mt-80 {
    margin-top: 5rem;
  }
}

.mt-100 {
  margin-top: 10rem;
}

@media (max-width: 991.98px) {
  .mt-100 {
    margin-top: 6rem;
  }
}

.mt-85 {
  margin-top: 8.5rem;
}

.mt-90 {
  margin-top: 9rem;
}

.mt-120 {
  margin-top: 12rem;
}

@media (max-width: 991.98px) {
  .mt-120 {
    margin-top: 8rem;
  }
}

.mt-130 {
  margin-top: 13rem;
}

.mt-140 {
  margin-top: 14rem;
}

@media (max-width: 991.98px) {
  .mt-140 {
    margin-top: 8rem;
  }
}

@media (max-width: 575.98px) {
  .mt-140 {
    margin-top: 5rem;
  }
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-12 {
  margin-bottom: 1.2rem;
}

.mb-14 {
  margin-bottom: 1.4rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-17 {
  margin-bottom: 1.7rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-44 {
  margin-bottom: 4.4rem;
}

.mb-45 {
  margin-bottom: 4.5rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mb-66 {
  margin-bottom: 6.6rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-90 {
  margin-bottom: 9rem;
}

.mb-130 {
  margin-bottom: 13rem;
}

.mb-160 {
  margin-bottom: 16rem;
}

.mb-180 {
  margin-bottom: 18rem;
}

.ml-05 {
  margin-left: 0.5rem;
}

.ml-10 {
  margin-left: 1rem;
}

.ml-15 {
  margin-left: 1.5rem;
}

.ml-18 {
  margin-left: 1.8rem;
}

.ml-20 {
  margin-left: 2rem;
}

.ml-25 {
  margin-left: 2.5rem;
}

.ml-32 {
  margin-left: 3.2rem;
}

.ml-83 {
  margin-left: 8.3rem;
}

.ml-100 {
  margin-left: 10rem;
}

.ml-132 {
  margin-left: 13.2rem;
}

.my-20 {
  margin: 2rem 0;
}

.pd-0 {
  padding: 0 !important;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pb-25 {
  padding-bottom: 2.5rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.pb-130 {
  padding-bottom: 13rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pt-16 {
  padding-top: 1.6rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-25 {
  padding-top: 2.5rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pt-93 {
  padding-top: 9.3rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

@media (max-width: 991.98px) {
  .pb-120 {
    padding-bottom: 8rem;
  }
}

.pb-130 {
  padding-bottom: 13rem;
}

.pt-24 {
  padding-top: 2.4rem;
}

.pt-36 {
  padding-top: 3.6rem;
}

.pt-160 {
  padding-top: 16rem;
}

.pt-260 {
  padding-top: 26rem;
}

.pt-290 {
  padding-top: 29rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pb-130 {
  padding-bottom: 13rem;
}

.pb-160 {
  padding-bottom: 16rem;
}

.pb-230 {
  padding-bottom: 23rem;
}

.pb-290 {
  padding-bottom: 29rem;
}

.pb-138 {
  padding-bottom: 13.8rem;
}

.pt-11 {
  padding-top: 1.1rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-80 {
  padding: 8rem 0 0 0 !important;
}

.pt-100 {
  padding-top: 10rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pt-130 {
  padding-top: 13rem;
}

.pt-230 {
  padding-top: 23rem;
}

.pt-260 {
  padding-top: 26rem;
}

.pt-280 {
  padding-top: 28rem;
}

.px-132 {
  padding: 0 13.2rem;
}

.pxy-20-30 {
  padding: 2rem 3rem;
}

.py-16 {
  padding: 1.6rem 0;
}

.py-20 {
  padding: 2rem 0;
}

.py-27 {
  padding: 2.7rem 0;
}

.py-30 {
  padding: 3rem 0;
}

.py-50 {
  padding: 5rem 0;
}

.py-60 {
  padding: 6rem 0;
}

.py-70 {
  padding: 7rem 0;
}

.py-80 {
  padding: 8rem 0;
}

@media (max-width: 991.98px) {
  .py-80 {
    padding: 5rem 0;
  }
}

.py-85 {
  padding: 8.5rem 0;
}

.py-90 {
  padding: 9rem 0 !important;
}

.py-100 {
  padding: 10rem 0 !important;
}

@media (max-width: 991.98px) {
  .py-100 {
    padding: 8rem 0 !important;
  }
}

.py-105 {
  padding: 10.5rem 0 !important;
}

@media (max-width: 991.98px) {
  .py-105 {
    padding: 0 0 8rem !important;
  }
}

.py-120 {
  padding: 12rem 0 !important;
}

@media (max-width: 991.98px) {
  .py-120 {
    padding: 8rem 0 !important;
  }
}

.py-150 {
  padding: 15rem 0 !important;
}

@media (max-width: 991.98px) {
  .py-150 {
    padding: 100rem 0 !important;
  }
}

.py-110 {
  padding: 11rem 0;
}

.py-120 {
  padding: 12rem 0;
}

.py-130 {
  padding: 13rem 0;
}

.py-130 {
  padding: 13rem 0;
}

.py-165 {
  padding: 16.5rem 0;
}

.py-168 {
  padding: 16.8rem 0;
}

.py-180 {
  padding: 18rem 0;
}

.py-205 {
  padding: 20.5rem 0;
}

.py-290 {
  padding: 29rem 0;
}

.pr-50 {
  padding-right: 5rem;
}

.pl-15 {
  padding-left: 1.5rem;
}

.pl-25 {
  padding-left: 2.5rem;
}

.pl-30 {
  padding-left: 3rem;
}

.pl-40 {
  padding-left: 4rem;
}

.pl-70 {
  padding-left: 7rem;
}

.pl-80 {
  padding-left: 8rem;
}

.pl-130 {
  padding-left: 13rem;
}

.pl-132 {
  padding-left: 13.2rem;
}

.bb-1 {
  border-bottom: 1px solid currentColor;
}

.bt-1 {
  border-top: 1px solid rgba(41, 37, 37, 0.5);
  width: fit-content;
}

.gray-color {
  color: rgba(41, 37, 37, 0.5);
}

.flex {
  display: flex;
}

.fs-11 {
  font-size: 1.1rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-17 {
  font-size: 1.7rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-22 {
  font-size: 2.2rem;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-25 {
  font-size: 2.5rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-32 {
  font-size: 3.2rem;
}

.fs-35 {
  font-size: 3.5rem;
}

.fs-40 {
  font-size: 4rem;
}

.fs-42 {
  font-size: 4.2rem;
}

.fs-45 {
  font-size: 4.5rem;
}

.fs-84 {
  font-size: 8.4rem;
}

.fs-120 {
  font-size: 12rem;
}

@media (max-width: 575.98px) {
  .gap-sm-down-30 {
    gap: 3rem;
  }
}

@media (max-width: 575.98px) {
  .gap-sm-down-15 {
    gap: 1.5rem;
  }
}

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

.gap-10 {
  gap: 1rem;
}

.gap-15 {
  gap: 1.5rem;
}

.gap-25 {
  gap: 2.5rem;
}

.gap-30 {
  gap: 3rem;
}

.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 6.6rem;
}

.line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 4.5rem;
}

@media (max-width: 991.98px) {
  .line-2 {
    min-height: 4rem;
  }
}

.line-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 15rem;
}

.ff-1 {
  font-family: "Satoshi" !important;
}

.ff-2 {
  font-family: "BeautiqueDisplay" !important;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-71 {
  opacity: 0.71;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-20 {
  opacity: 0.2;
}

.lh-80 {
  line-height: 80;
}

.text-yellow {
  color: #C8A05E;
}

.vertical-line {
  position: relative;
}

.vertical-line::before {
  position: absolute;
  content: "";
  bottom: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5px;
  height: 3rem;
  background: currentColor;
  opacity: 0.4;
}

.title-biggest {
  font-family: "BeautiqueDisplay";
  font-size: 8.6rem;
  line-height: 1.1162790698;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .title-biggest {
    font-size: 7.6rem;
    line-height: 1.1315789474;
    font-weight: 400;
  }
}

@media (max-width: 575.98px) {
  .title-biggest {
    font-size: 6.6rem;
    line-height: 1.1515151515;
    font-weight: 400;
  }
}

.title-bigger {
  font-family: "Satoshi";
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .title-bigger {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
  }
}

@media (max-width: 575.98px) {
  .title-bigger {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 700;
  }
}

.title-section-bigger {
  font-family: "BeautiqueDisplay";
  font-size: 5.6rem;
  line-height: 1.25;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  color: #192350;
}

.title-section {
  font-family: "BeautiqueDisplay";
  font-size: 3.6rem;
  line-height: 1.4444444444;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  color: #192350;
}

.title-secondary {
  font-family: "BeautiqueDisplay";
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #192350;
}

@media (max-width: 575.98px) {
  .title-secondary {
    font-size: 22px !important;
  }
}

.title-item-bigger {
  font-family: "BeautiqueDisplay";
  font-size: 2.8rem;
  line-height: 1.2857142857;
  font-weight: 700;
  letter-spacing: 0.04rem;
}

.sub-title-label {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 700;
}

.lt-3 {
  letter-spacing: 0.3rem;
}

.text-22 {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.text-24 {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 400;
}

.text-26 {
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: 400;
}

.text-18-lt-36 {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 700;
  letter-spacing: 3.6px;
}

.text-14 {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .text-14 {
    font-size: 18px !important;
  }
}

.text-16 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 400;
}

.description h1 li:not(:last-child),
.description .h1 li:not(:last-child),
.description h2 li:not(:last-child),
.description .h2 li:not(:last-child),
.description h3 li:not(:last-child),
.description .h3 li:not(:last-child),
.description h4 li:not(:last-child),
.description .h4 li:not(:last-child),
.description h5 li:not(:last-child),
.description .h5 li:not(:last-child),
.description ul li:not(:last-child) {
  margin-bottom: 3rem;
}

.description-smallest {
  font-size: 1.5rem;
}

.description {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
  font-family: "Satoshi";
}

@media (max-width: 575.98px) {
  .description {
    font-size: 17px !important;
  }
}

.description p:not(:last-child) {
  margin-bottom: 2rem;
}

.description p img {
  object-fit: cover;
  width: 100%;
}

.desc-bigger {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.032rem;
}

@media (max-width: 1599px) {
  .desc-bigger {
    font-size: 1.9rem;
  }
}

.text-dcr-lt {
  text-decoration: line-through;
}

.letter-s-16 {
  letter-spacing: 0.016rem;
}

.letter-s-30 {
  letter-spacing: 0.03rem;
}

.svg {
  width: 900px;
}

.svg__character {
  fill: #E59592;
}

.svg__line {
  fill: none;
  stroke: #E59592;
  stroke-dasharray: 6;
  stroke-width: 1;
  stroke-linejoin: round;
}

.svg__dot {
  fill: #E59592;
}

.svg__plane {
  transform: translate(-6px, -11px) rotate(25deg);
  fill: #E59592;
  opacity: 0;
}

.svg__mask {
  fill: none;
  stroke: white;
  stroke-width: 10;
  stroke-dasharray: 480;
  stroke-dashoffset: 480;
}

.product-grid .items {
  display: grid;
}

a:hover {
  text-decoration: none;
}

.table-has-qty .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  float: none;
  width: 14.4rem;
  height: 6rem;
  border-radius: 0;
  background: transparent;
  border: 1px solid #E5E5E5;
  padding: 1rem;
}

.table-has-qty .quantity input,
.table-has-qty .quantity button {
  border: 0;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  margin: 0;
}

.table-has-qty .quantity input {
  display: inline-block;
}

.table-has-qty .quantity button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  height: 4rem;
  width: 33.33%;
  background: transparent;
  text-align: center;
}

.table-has-qty .quantity img {
  max-width: 1.2rem;
  height: auto;
}

.table-has-qty .quantity .qty {
  width: auto;
  display: inline-block;
  padding: 0;
  max-width: 4rem;
  height: 4rem;
  width: 4rem;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 10rem;
  background: #072562;
  color: #FFFFFF;
}

.table-has-qty .quantity .qty::-webkit-outer-spin-button,
.table-has-qty .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}