@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin-bottom: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: unset;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

picture {
  height: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 100%;
  font-size: 0.875rem;
  color: #1F1F1F;
}

/* Width */
body::-webkit-scrollbar {
  width: 6px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

/* Thumb */
body::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 8px;
}

::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0px;
}

.s-icon {
  width: 1.25rem;
  height: 1.25rem;
  aspect-ratio: 1;
  object-fit: cover;
}

.container {
  width: 100%;
  padding: 0 2.5rem;
  margin: 0 auto;
  max-width: 1920px;
}

.uppercase {
  text-transform: uppercase;
}

.flex-column-gap-96 {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.flex-column-gap-80 {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.flex-column-gap-64 {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.flex-column-gap-50 {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}

.flex-column-gap-40 {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.flex-column-gap-48 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.flex-column-gap-32 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

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

.flex-column-gap-20 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.flex-column-gap-16 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.animate__animated {
  visibility: hidden;
}

.animate__animated.animate__visible {
  visibility: visible;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

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

.capitalize {
  text-transform: capitalize;
}

.heading-64 {
  font-weight: 600;
  font-size: clamp(64px, 64px + 4 * (100vw - 1440px) / 480, 68px);
}
.heading-64 .blue-text {
  color: #02539E;
}
.heading-64 .pink-text {
  color: #D60D8B;
}

.heading-60 {
  font-weight: 600;
  font-size: clamp(60px, 60px + 8 * (100vw - 1440px) / 480, 68px);
}

.heading-54 {
  color: #1F1F1F;
  font-size: clamp(54px, 54px + 4 * (100vw - 1440px) / 480, 58px);
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center;
}

.heading-50 {
  color: #1F1F1F;
  font-family: Raleway;
  font-size: clamp(50px, 50px + 4 * (100vw - 1440px) / 480, 54px);
  font-weight: 600;
  line-height: 120%;
}
.heading-50 span {
  color: #D60D8B;
}

.heading-42 {
  overflow: hidden;
  color: #ffffff;
  leading-trim: both;
  text-edge: cap;
  text-overflow: ellipsis;
  font-size: clamp(42px, 42px + 4 * (100vw - 1440px) / 480, 46px);
  font-weight: 400;
  line-height: 120%;
}

.max-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.2em;
}

.heading-18 {
  color: #1F1F1F;
  font-variant-numeric: lining-nums proportional-nums;
  text-overflow: ellipsis;
  font-size: clamp(18px, 18px + 2 * (100vw - 1440px) / 480, 20px);
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}
.heading-18.regular {
  font-weight: 400;
}

.normal-text-24 {
  color: #1F1F1F;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}

.normal-text-18 {
  color: #1F1F1F;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
}
.normal-text-18 b,
.normal-text-18 strong {
  font-weight: 600;
}

.n-text-32 {
  color: #1F1F1F;
  leading-trim: both;
  text-edge: cap;
  font-family: Raleway;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}

.n-text-17 {
  color: #1F1F1F;
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(17.5px, 17.5px + 0.5 * (100vw - 1440px) / 480, 18px);
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}

.normal-text-20 {
  color: #1F1F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: clamp(20px, 20px + 2 * (100vw - 1440px) / 480, 22px);
  font-weight: 400;
  line-height: 140%;
}

.normal-text-16 {
  color: #1F1F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: clamp(16px, 16px + 2 * (100vw - 1440px) / 480, 18px);
  font-weight: 400;
  line-height: 140%;
}

.n-text-14 {
  color: #1F1F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: clamp(14px, 14px + 2 * (100vw - 1440px) / 480, 16px);
  font-weight: 500;
  line-height: 140%;
}

@media screen and (min-width: 768px) {
  .center-on-desk {
    text-align: center;
  }
}
@media screen and (max-width: 1440px) {
  .heading-60 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 0.875rem;
  }
  .heading-50 {
    font-size: 1.875rem;
  }
  .container {
    padding: 0 1.5rem;
  }
  .flex-column-gap-96 {
    gap: 4rem;
  }
  .flex-column-gap-80 {
    gap: 3rem;
  }
  .flex-column-gap-40 {
    gap: 1.5rem;
  }
  .flex-column-gap-20 {
    gap: 1rem;
  }
  .flex-column-gap-48 {
    gap: 2rem;
  }
  .flex-column-gap-12 {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .heading-64 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .heading-60 {
    font-size: 1.875rem;
  }
  .heading-50 {
    font-size: 1.875rem;
  }
}
.header {
  color: #383B45;
  position: sticky;
  z-index: 999;
  top: 0;
  padding: 10px 0;
  background: #ffffff;
  backdrop-filter: blur(10px);
  font-size: clamp(14px, 1.125vw, 18px);
  transition: all 0.3s;
}
.header.active {
  background: rgba(216, 216, 216, 0.01);
  backdrop-filter: blur(15px);
}
.header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .home-link {
  width: 9.3%;
}
.header .header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
.header .nav .nav-list {
  display: flex;
  align-items: center;
  gap: 2.5vw;
}
.header .nav .nav-list .link-item {
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header .nav .nav-list .link-item img {
  width: 24px;
  height: 24px;
}
.header .nav .nav-list .link-item:hover {
  color: #D8DE3F;
}
.header .nav .nav-list .link-item.active {
  color: #02539E;
}
.header .lang-and-search {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.header .lang-and-search .languages {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .lang-and-search .languages .lang-split {
  width: 1px;
  height: 1rem;
  background-color: #D9D9D9;
}
.header .lang-and-search .languages .lang-item.current {
  color: #02539E;
  font-weight: 700;
}
.header .lang-and-search .search-desktop .group-search {
  padding: 0;
  transition: none;
  background-color: transparent;
}
.header .lang-and-search .search-desktop .group-search input {
  display: none;
}
.header .lang-and-search .search-desktop .group-search .search-icon {
  padding: 5px;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .lang-and-search .search-desktop .group-search.show {
  padding: 4px 10px 4px 16px;
  background-color: #F5F5F5;
}
.header .lang-and-search .search-desktop .group-search.show input {
  display: block;
  max-width: 150px;
}
.header .lang-and-search .search-mobile {
  width: 2rem;
  height: 2rem;
  padding: 5px;
  display: none;
  align-items: center;
  justify-content: center;
}
.header .lang-and-search .menu-button {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.header .lang-and-search .menu-button span {
  width: 21px;
  height: 2px;
  background: #02539E;
  transition: all 0.5s;
  border-radius: 8px;
}
.header .lang-and-search .menu-button.clicked span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header .lang-and-search .menu-button.clicked span:nth-child(2) {
  opacity: 0;
}
.header .lang-and-search .menu-button.clicked span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media screen and (max-width: 1023px) {
  .header {
    padding: 0;
    font-size: 0.875rem;
  }
  .header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
  }
  .header .home-link {
    width: 120px;
  }
  .header .header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
  .header .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid #D8DE3F;
    background: #ffffff;
    padding: 2rem 1.5rem;
    transition: all 0.5s;
    transform: translateX(-100%);
  }
  .header .nav.show {
    transform: translateY(0);
  }
  .header .nav .nav-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
  }
  .header .nav .nav-list .list-item {
    padding: 10px 0;
  }
  .header .nav .nav-list .link-item {
    color: #6A6A6A;
  }
  .header .lang-and-search .menu-button {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .header .home-link {
    width: 84px;
  }
  .header .lang-and-search .languages {
    gap: 12px;
  }
  .header .lang-and-search .languages * {
    font-size: 1.125rem;
  }
  .header .lang-and-search {
    gap: 1rem;
  }
  .header .search-desktop {
    display: none;
  }
  .header .lang-and-search .search-mobile {
    display: block;
  }
}
.promotions-grid {
  display: grid;
  gap: clamp(20px, 20px + 6 * (100vw - 1440px) / 480, 26px);
  grid-template-columns: repeat(3, 1fr);
}

.list-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.875rem;
}
.list-pagination .pag-item {
  cursor: pointer;
  padding: 0 10px;
  transition: all 0.5s;
}
.list-pagination .pag-item.current {
  cursor: auto;
  pointer-events: none;
  background: url("./images/green-main-icon.svg") center center no-repeat;
  background-size: 95%;
  width: 3.875rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-pagination .pag-item:hover {
  color: #D8DE3F;
}

.footer {
  background-color: #D8DE3F;
  position: relative;
  z-index: 3;
}
.footer .big-img-section img {
  width: 100%;
}
.footer .footer-wrapper {
  padding: 4rem 0 3rem;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  gap: clamp(40px, 40px + 13 * (100vw - 1440px) / 480, 53px);
}
.footer .ft-top {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.footer .ft-top .ft-nav {
  display: flex;
  justify-content: space-between;
}
.footer .ft-top .group-nav {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: clamp(20px, 20px + 6 * (100vw - 1440px) / 480, 26px);
}
.footer .ft-top .group-nav > .heading-18 {
  color: #02539E;
}
.footer .ft-top .group-nav .group-nav-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer .ft-top .group-nav .group-nav-list .nav-link {
  font-weight: 400;
  padding: 0;
}
.footer .ft-top .group-nav .group-nav-list.socials {
  flex-direction: row;
}
.footer .ft-top .list-term {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
.footer .ft-line {
  width: 100%;
  height: 2px;
  background-color: #F5F5F5;
  opacity: 0.5;
}
.footer .ft-bottom .ft-b-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .ft-bottom .ft-logo {
  width: 13.6%;
}
.footer .ft-bottom .ft-info {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: clamp(20px, 20px + 6 * (100vw - 1440px) / 480, 26px);
}
.footer .ft-bottom .ft-info > .heading-18 {
  color: #02539E;
}
.footer .ft-bottom .ft-info .info-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer .ft-bottom .ft-info .info-list * {
  text-transform: initial !important;
}
.footer .ft-bottom .ft-info .info-list .email {
  color: #02539E;
}
.footer .ft-bottom .white-btn-arrow {
  color: #02539E;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  border-radius: 999px;
}
.footer .ft-bottom .white-btn-arrow span {
  color: inherit;
}
.footer .ft-bottom .white-btn-arrow .blue-arrow {
  width: clamp(24px, 24px + 8 * (100vw - 1440px) / 480, 32px);
}
.footer .ft-bottom .copy-right-div p {
  text-align: right;
  opacity: 0.6;
}
.footer .ft-bottom .copy-right-div p span {
  color: #A1A1B0;
}

.show-on-tablet {
  display: none;
}

.list-brand {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.list-brand .grid-brands {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 20px + 10 * (100vw - 1440px) / 480, 30px);
}
.list-brand .grid-brands .brand-item {
  border: 2px solid #E8E8E8;
  border-radius: 1.875rem;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 2rem;
  display: flex;
  transition: all 0.5s ease;
  align-items: flex-end;
}
.list-brand .grid-brands .brand-item .brand-overlay {
  position: absolute;
  inset: 0;
  transition: all 0.5s ease;
  z-index: 3;
  background-color: #ffffff;
}
.list-brand .grid-brands .brand-item .brand-thumb {
  width: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  z-index: 4;
}
.list-brand .grid-brands .brand-item .brand-thumb img {
  width: 100%;
}
.list-brand .grid-brands .brand-item .brand-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.list-brand .grid-brands .brand-item .brand-info .brand-info-text .normal-text-20 {
  margin: 6px 0;
  font-weight: 600;
}
.list-brand .grid-brands .brand-item .brand-info .group-icon .main-icon {
  transition: all 0.5s;
}
.list-brand .grid-brands .brand-item .brand-info .group-icon:hover .main-icon {
  transform: rotate(-65deg);
}
.list-brand .grid-brands .brand-item .tag {
  position: absolute;
  top: 1.875rem;
  right: 0;
  z-index: 5;
}
.list-brand .grid-brands .brand-item .tag .tag-desk p {
  color: #ffffff;
  padding: 10px;
  border-radius: 20px 0 0 20px;
  background: #05A88F;
}
.list-brand .grid-brands .brand-item .tag .tag-mobile {
  display: none;
}
.list-brand .grid-brands .brand-item .tag.new .tag-desk p {
  background: #D60D8B;
}
.list-brand .grid-brands .brand-item:hover {
  background-color: #e8e8e8;
}
.list-brand .grid-brands .brand-item:hover .brand-overlay {
  opacity: 0;
  pointer-events: none;
}
.list-brand .grid-brands .brand-item:hover .brand-thumb {
  width: 33%;
  top: 2rem;
  left: 2rem;
  transform: translate(0%, 0%);
}

.error-page {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-page .error-wrapp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-page .error-wrapp h1 {
  font-size: 200px;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000;
}
.error-page .error-wrapp p {
  margin: 12px 0 2rem;
}

@media screen and (max-width: 1023px) {
  .promotions-grid {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .show-on-tablet {
    display: block;
  }
  .footer {
    background-color: #D8DE3F;
    position: relative;
    z-index: 3;
  }
  .footer .big-img-section img {
    width: 100%;
  }
  .footer .footer-wrapper {
    padding: 4rem 0;
    width: 100%;
    margin: 0 auto;
    gap: 2rem;
  }
  .footer .ft-top {
    gap: 2rem;
  }
  .footer .ft-top .ft-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
  .footer .ft-top .group-nav {
    gap: 1rem;
  }
  .footer .ft-top .group-nav .group-nav-list {
    gap: 12px;
  }
  .footer .ft-top .group-nav .group-nav-list.socials {
    flex-wrap: wrap;
  }
  .footer .ft-top .list-term {
    gap: 1.25rem;
    justify-content: flex-start;
  }
  .footer .ft-bottom .ft-b-top {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
  .footer .ft-bottom .ft-logo {
    width: 22%;
  }
  .footer .ft-bottom .ft-info {
    gap: 1.5rem;
    width: 75%;
  }
  .footer .ft-bottom .white-btn-arrow {
    color: #02539E;
    padding: 16px 20px;
  }
  .footer .ft-bottom .white-btn-arrow span {
    color: inherit;
  }
  .footer .ft-bottom .white-btn-arrow .blue-arrow {
    width: 1.5rem;
  }
  .footer .ft-bottom .copy-right-div {
    margin-top: 1.5rem;
  }
  .footer .ft-bottom .copy-right-div p {
    text-align: left;
  }
  .list-pagination {
    gap: 0.875rem;
  }
  .list-pagination .pag-item.current {
    width: 3.8rem;
  }
  .list-brand {
    gap: 2rem;
  }
  .list-brand .grid-brands {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .list-brand .grid-brands .brand-item {
    aspect-ratio: unset;
    padding: 1rem;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .list-brand .grid-brands .brand-item .brand-overlay {
    display: none;
  }
  .list-brand .grid-brands .brand-item .brand-thumb {
    width: 5rem;
    height: 5rem;
    position: static;
    transform: translate(0, 0);
  }
  .list-brand .grid-brands .brand-item .brand-info {
    justify-content: start;
    width: fit-content;
    gap: 5.4px;
  }
  .list-brand .grid-brands .brand-item .tag {
    position: absolute;
    top: 0;
    right: 26px;
    z-index: 5;
  }
  .list-brand .grid-brands .brand-item .tag .tag-desk {
    display: none;
  }
  .list-brand .grid-brands .brand-item .tag .tag-mobile {
    display: block;
    background-color: #05A88F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 1000px 1000px;
    width: 2rem;
  }
  .list-brand .grid-brands .brand-item .tag .tag-mobile img {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin: 0.75rem 0;
  }
  .list-brand .grid-brands .brand-item .tag.new .tag-mobile {
    background-color: #D60D8B;
  }
  .list-brand .grid-brands .brand-item:hover {
    background-color: unset;
  }
  .list-brand .grid-brands .brand-item:hover .brand-overlay {
    opacity: 0;
    pointer-events: none;
  }
  .list-brand .grid-brands .brand-item:hover .brand-thumb {
    width: 5rem;
  }
  .error-page .error-wrapp h1 {
    font-size: 150px;
  }
  .error-page .error-wrapp p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .ft-top .ft-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
  .footer .ft-top .group-nav {
    gap: 1rem;
  }
  .footer .ft-top .group-nav .group-nav-list {
    gap: 12px;
  }
  .footer .ft-top .group-nav .group-nav-list .heading-18 {
    font-size: 1rem;
  }
  .footer .ft-top .group-nav .group-nav-list.socials {
    flex-wrap: wrap;
  }
  .footer .ft-top .group-nav:nth-child(3), .footer .ft-top .group-nav:nth-child(4) {
    grid-column: 1/-1;
  }
  .footer .ft-top .list-term {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer .ft-bottom .ft-b-top {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .footer .ft-bottom .ft-logo {
    width: 22%;
  }
  .footer .ft-bottom .ft-info {
    gap: 1.5rem;
    width: 100%;
  }
  .footer .ft-bottom .ft-info .info-list .info-text {
    font-size: 1rem;
  }
  .footer .ft-bottom .copy-right-div {
    margin-top: 1.5rem;
  }
  .footer .ft-bottom .copy-right-div p {
    text-align: left;
  }
}
.swiper-button-next img {
  width: 100%;
}
.swiper-button-next:after {
  display: none;
}
.swiper-button-next.disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper-button-next:hover {
  opacity: 1 !important;
}

.swiper-button-prev img {
  width: 100%;
}
.swiper-button-prev:after {
  display: none;
}
.swiper-button-prev.disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper-button-prev:hover {
  opacity: 1 !important;
}

.parallax-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.parallax-box .parallax-inner {
  position: absolute;
  inset: 0;
  will-change: transform;
  transform: translateY(0);
}
.parallax-box .parallax-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nav-tabs {
  display: flex;
  align-items: center;
  gap: 1.25vw;
  border-bottom: none;
  margin-bottom: clamp(70px, 70px + 23 * (100vw - 1440px) / 480, 93px);
}
.nav-tabs .nav-item {
  margin: 0;
}
.nav-tabs .nav-link {
  color: #1F1F1F;
  font-weight: 600;
  line-height: 140%;
  border-radius: 999px;
  border: 2px solid #1F1F1F;
  transition: all 0.3s;
  font-size: clamp(14px, 14px + 2 * (100vw - 1440px) / 480, 16px);
  padding: clamp(10px, 10px + 2 * (100vw - 1440px) / 480, 12px) clamp(20px, 20px + 4 * (100vw - 1440px) / 480, 24px);
}
.nav-tabs .nav-link:not(.active):hover {
  border: 2px solid #D8DE3F;
  color: #D8DE3F;
}
.nav-tabs .nav-link.active {
  border: 2px solid #D8DE3F;
  background: #D8DE3F;
  color: #1F1F1F;
}

.badge {
  color: #02539E !important;
  font-weight: 600;
  line-height: 140%;
  border-radius: 999px;
  border: 2px solid #02539E;
  transition: all 0.3s;
  font-size: clamp(14px, 0.975vw, 18px);
  padding: clamp(10px, 10px + 3 * (100vw - 1440px) / 480, 13px) clamp(20px, 20px + 6 * (100vw - 1440px) / 480, 26px);
  width: fit-content;
}
.badge:hover {
  border: 2px solid #D8DE3F;
  color: #D8DE3F;
  color: #D8DE3F !important;
}

.button-has-arrow {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: clamp(20px, 1.25vw, 24px);
  position: relative;
  z-index: 2;
}
.button-has-arrow .group-icon {
  width: clamp(60px, 60px + 4 * (100vw - 1440px) / 480, 64px);
  padding: 4px;
  aspect-ratio: 1;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-has-arrow .group-icon .main-icon {
  transition: all 0.5s;
  padding: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.button-has-arrow .group-icon .blue-arrow {
  width: 50%;
  position: relative;
  z-index: 2;
}
.button-has-arrow:hover .main-icon {
  transform: rotate(65deg);
}

.promotion-card:not(.featured) {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
}
.promotion-card:not(.featured) .promotion-link {
  opacity: 0;
  position: absolute;
}
.promotion-card:not(.featured) .pro-content {
  transition: all 0.5s;
  display: flex;
  padding: 2.5rem;
  flex-direction: column;
  justify-content: space-between;
}
.promotion-card:not(.featured) .pro-content .this-tag:hover {
  border-color: #02539E;
  color: #02539E !important;
}
.promotion-card:not(.featured) .pro-thumb {
  overflow: hidden;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 2.5rem;
  transition: all 0.5s;
  position: relative;
}
.promotion-card:not(.featured) .pro-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
  transform: scale(1);
}
.promotion-card:not(.featured) .pro-thumb .group-icon {
  position: absolute;
  right: clamp(20px, 20px + 4 * (100vw - 1440px) / 480, 24px);
  bottom: clamp(20px, 20px + 4 * (100vw - 1440px) / 480, 24px);
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
}
.promotion-card:not(.featured) .pro-thumb .group-icon img {
  transform: scale(1) !important;
}
.promotion-card:not(.featured) .pro-thumb .group-icon .blue-arrow {
  width: 57.6%;
  aspect-ratio: 1;
  height: auto;
}
.promotion-card:not(.featured) .pro-thumb .group-icon:hover .main-icon {
  transform: rotate(65deg) !important;
}
.promotion-card:not(.featured):hover {
  background-color: #D8DE3F !important;
}
.promotion-card:not(.featured):hover .pro-thumb {
  border-radius: 0 0 2.5rem 2.5rem;
}
.promotion-card:not(.featured):hover .pro-thumb img {
  transform: scale(1.1);
}
.promotion-card:not(.featured):hover .pro-thumb .group-icon {
  opacity: 1;
}

.group-icon {
  margin-left: auto;
  position: relative;
  width: clamp(60px, 60px + 4 * (100vw - 1440px) / 480, 64px);
  padding: 4px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-icon .main-icon {
  width: 100%;
  padding: 4px;
  height: 100%;
  position: absolute;
  inset: 0;
  transition: all 0.3s;
}
.group-icon .blue-arrow {
  width: 50%;
  position: relative;
  z-index: 2;
}
.group-icon:hover .main-icon {
  transform: rotate(65deg);
}

.group-tag-and-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.group-search {
  padding: 14px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  gap: 1.25rem;
  width: fit-content;
  background-color: #ffffff;
}
.group-search input {
  transition: all 0.3s;
  color: #1F1F1F;
  font-variant-numeric: lining-nums proportional-nums;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  overflow: hidden;
  width: 0;
}
.group-search input:placeholder {
  color: #F5F5F5;
}
.group-search .search-icon {
  width: 1.5rem;
  cursor: pointer;
}
.group-search.show {
  background-color: #F5F5F5;
}
.group-search.show input {
  width: auto;
}

.swiper-button-prev,
.swiper-button-next {
  opacity: 0;
  transition: opacity 0.3s ease !important;
  z-index: 3 !important;
}

@media screen and (max-width: 1440px) {
  .promotion-card:not(.featured) .pro-content {
    padding: 20px;
  }
  .promotion-card .pro-content .group-date * {
    font-size: 13px;
  }
}
@media screen and (max-width: 1023px) {
  .promotion-card:not(.featured) .pro-content {
    padding: 1.5rem 1.5rem 3rem;
  }
  .group-icon {
    width: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .promotion-card:not(.featured) .pro-content {
    padding: 1.5rem 1.25rem 3rem;
  }
  .promotion-card:not(.featured) .pro-content .this-tag {
    font-size: 12px;
  }
  .promotion-card:not(.featured) .pro-content .group-date * {
    font-size: 12px;
    text-align: right;
  }
  .promotion-card:not(.featured) .pro-thumb {
    overflow: hidden;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 2.5rem;
    transition: all 0.5s;
    position: relative;
  }
  .promotion-card:not(.featured) .pro-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .promotion-card:not(.featured) .pro-thumb .group-icon {
    position: absolute;
    right: clamp(20px, 20px + 4 * (100vw - 1440px) / 480, 24px);
    bottom: clamp(20px, 20px + 4 * (100vw - 1440px) / 480, 24px);
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
  }
  .promotion-card:not(.featured) .pro-thumb .group-icon img {
    transform: scale(1) !important;
  }
  .promotion-card:not(.featured) .pro-thumb .group-icon .blue-arrow {
    width: 57.6%;
    aspect-ratio: 1;
    height: auto;
  }
  .promotion-card:not(.featured) .pro-thumb .group-icon:hover .main-icon {
    transform: rotate(65deg) !important;
  }
  .group-icon {
    width: 2.25rem;
  }
  .group-icon .blue-arrow {
    width: 70%;
  }
  .nav-tabs {
    gap: 1rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.banner-blog-detail {
  height: auto;
  background-color: #F5F5F5;
}
.banner-blog-detail .container {
  padding: 0 10px;
  height: 100%;
}
.banner-blog-detail .wrapper {
  overflow: hidden;
  background-color: #F5F5F5;
  height: 100%;
  position: relative;
}
.banner-blog-detail .thumb {
  width: 100%;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
}
.banner-blog-detail .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.banner-blog-detail .post-banner-content {
  width: 100%;
  padding: 3rem;
  z-index: 3;
}
.banner-blog-detail .post-banner-content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.banner-blog-detail .post-banner-content .top .badge {
  color: #1F1F1F !important;
  border-color: #D8DE3F;
  background-color: #D8DE3F;
}
.banner-blog-detail .post-banner-content .top .badge:hover {
  color: #1F1F1F !important;
  background-color: #D8DE3F;
}
.banner-blog-detail .post-banner-content .top .share-btn {
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
}
.banner-blog-detail .post-banner-content .top .share-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-blog-detail .post-banner-content .bottom {
  color: #1F1F1F;
}
.banner-blog-detail .post-banner-content .bottom .heading-42 {
  color: #1F1F1F;
}
.banner-blog-detail .post-banner-content .bottom .group-meta {
  margin: 20px 0 30px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.banner-blog-detail .post-banner-content .bottom .group-meta .group-author,
.banner-blog-detail .post-banner-content .bottom .group-meta .group-date {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1F1F1F;
}
.banner-blog-detail .post-banner-content .bottom .group-meta .group-author *,
.banner-blog-detail .post-banner-content .bottom .group-meta .group-date * {
  font-variant-numeric: lining-nums proportional-nums;
  color: #1F1F1F;
}
.banner-blog-detail .post-banner-content .bottom .group-meta .group-author .date-text,
.banner-blog-detail .post-banner-content .bottom .group-meta .group-author .author-text,
.banner-blog-detail .post-banner-content .bottom .group-meta .group-date .date-text,
.banner-blog-detail .post-banner-content .bottom .group-meta .group-date .author-text {
  font-weight: 700;
  color: #1F1F1F;
}
.banner-blog-detail .post-banner-content .bottom .group-meta .ver-line {
  width: 1px;
  height: 20px;
  background-color: #1F1F1F;
}
.banner-blog-detail .post-banner-content .bottom .short-des {
  color: #1F1F1F;
}

.blog-main-content {
  padding: 5rem 0;
}
.blog-main-content .main-content {
  max-width: 900px;
  margin: 0 auto;
}
.blog-main-content .main-content .rich-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog-main-content .main-content .rich-text a {
  text-decoration: underline;
}
.blog-main-content .main-content .rich-text img {
  border-radius: 2.5rem;
}
.blog-main-content .main-content .rich-text ul {
  list-style: disc;
  padding-left: 24px;
}
.blog-main-content .main-content .rich-text ul li {
  font-size: 1rem;
  line-height: 140%;
}
.blog-main-content .main-content .rich-text h2 {
  font-size: 24px;
  font-weight: 600;
}
.blog-main-content .main-content .rich-text h3 {
  font-size: 20px;
  font-weight: 600;
}
.blog-main-content .main-content .rich-text h3 {
  font-size: 18px;
  font-weight: 600;
}
.blog-main-content .main-content .rich-text p {
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
.blog-main-content .main-content .last-quote {
  margin-top: 50px;
  padding: 20px 32px;
  border-radius: 2.5rem;
  background: #F5F5F5;
}

.related-post {
  padding: 7.5rem 0 5rem;
  background-color: #F5F5F5;
}
.related-post .heading-60 {
  margin-bottom: 4.5rem;
}
.related-post .related-post-slider .swiper {
  padding-bottom: 6rem;
}
.related-post .related-post-slider .post-card {
  cursor: pointer;
}
.related-post .related-post-slider .post-card .post-card__link {
  transition: all 0.3s;
  position: relative;
}
.related-post .related-post-slider .post-card .parallax-box {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 2.5rem;
  transition: all 0.5s;
}
.related-post .related-post-slider .post-card .parallax-box .parallax-inner img {
  transition: all 0.5s;
  transform: scale(1);
}
.related-post .related-post-slider .post-card .parallax-box .this-tag {
  z-index: 5;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  color: #ffffff !important;
  border-color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(17px);
}
.related-post .related-post-slider .post-card .parallax-box .this-tag:hover {
  color: #1F1F1F !important;
  background-color: #D8DE3F;
  border-color: #D8DE3F;
}
.related-post .related-post-slider .post-card .post-card__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: clamp(20px, 20px + 6 * (100vw - 1440px) / 480, 26px);
  transition: all 0.5s;
  border-radius: 0 0 2.5rem 2.5rem;
}
.related-post .related-post-slider .post-card .post-card__content .card-up {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 20px + 6 * (100vw - 1440px) / 480, 26px);
}
.related-post .related-post-slider .post-card .post-card__content .card-up .date {
  font-size: clamp(14px, 0.975vw, 18px);
  font-variant-numeric: lining-nums proportional-nums;
}
.related-post .related-post-slider .post-card .post-card__content .card-up p.normal-text-16 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-post .related-post-slider .post-card .read-more {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.related-post .related-post-slider .post-card .read-more span {
  transition: all 0.3s;
}
.related-post .related-post-slider .post-card .read-more img {
  transition: all 0.5s;
  opacity: 0;
}
.related-post .related-post-slider .post-card:hover .parallax-box {
  border-radius: 2.5rem 2.5rem 0 0;
}
.related-post .related-post-slider .post-card:hover .parallax-box .parallax-inner img {
  transform: scale(1.1);
}
.related-post .related-post-slider .post-card:hover .post-card__content {
  background-color: #ffffff;
}
.related-post .related-post-slider .post-card:hover .read-more span {
  color: #D8DE3F;
}
.related-post .related-post-slider .post-card:hover .read-more img {
  opacity: 1;
}
.related-post .related-post-slider .swiper-button-next {
  width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(216, 216, 216, 0.01);
  border: 1px solid #ffffff;
  backdrop-filter: blur(7px);
  border-radius: 50%;
  top: 38%;
}
.related-post .related-post-slider .swiper-button-next img {
  width: 47%;
  height: auto;
  aspect-ratio: 1;
}
.related-post .related-post-slider .swiper-button-prev {
  width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(216, 216, 216, 0.01);
  border: 1px solid #ffffff;
  backdrop-filter: blur(7px);
  border-radius: 50%;
  transform: rotateY(180deg);
  top: 38%;
}
.related-post .related-post-slider .swiper-button-prev img {
  width: 47%;
  height: auto;
  aspect-ratio: 1;
}
.related-post .related-post-slider .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.related-post .related-post-slider .swiper-pagination span {
  width: 107px;
  height: 6px;
  background: #E8E8E8;
  border-radius: 0;
  opacity: 1 !important;
}
.related-post .related-post-slider .swiper-pagination span.swiper-pagination-bullet-active {
  background: #FDBB30;
}
.related-post .group-button {
  display: flex;
  justify-content: end;
  margin-top: -3rem;
}

@media screen and (max-width: 1023px) {
  .banner-blog-detail {
    height: auto;
    background-color: #F5F5F5;
  }
  .banner-blog-detail .container {
    padding: 0;
  }
  .banner-blog-detail .wrapper {
    border-radius: 0;
    flex-direction: column;
  }
  .banner-blog-detail .thumb {
    width: 100%;
    border-radius: 0;
  }
  .banner-blog-detail .thumb:after {
    display: none;
  }
  .banner-blog-detail .post-banner-content {
    width: 100%;
    padding: 2rem;
    position: relative;
    padding: 2rem 20px 2rem 20px;
    color: #1F1F1F;
  }
  .banner-blog-detail .post-banner-content .top .badge {
    background-color: #D8DE3F;
    color: #1F1F1F !important;
  }
  .banner-blog-detail .post-banner-content .bottom .group-meta {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .banner-blog-detail .post-banner-content .bottom .group-meta .ver-line {
    display: none;
  }
  .banner-blog-detail .post-banner-content .bottom .heading-42 {
    color: #1F1F1F;
    font-size: 1.875rem;
  }
  .banner-blog-detail .post-banner-content .bottom .group-meta .group-author,
  .banner-blog-detail .post-banner-content .bottom .group-meta .group-date {
    color: #1F1F1F;
  }
  .banner-blog-detail .post-banner-content .bottom .group-meta .group-author *,
  .banner-blog-detail .post-banner-content .bottom .group-meta .group-date * {
    font-variant-numeric: lining-nums proportional-nums;
    color: #1F1F1F;
  }
  .banner-blog-detail .post-banner-content .bottom .group-meta .group-author .date-text,
  .banner-blog-detail .post-banner-content .bottom .group-meta .group-author .author-text,
  .banner-blog-detail .post-banner-content .bottom .group-meta .group-date .date-text,
  .banner-blog-detail .post-banner-content .bottom .group-meta .group-date .author-text {
    color: #1F1F1F;
  }
  .banner-blog-detail .post-banner-content .bottom .short-des {
    color: #1F1F1F;
  }
  .blog-main-content {
    padding: 3rem 0;
  }
  .blog-main-content .main-content {
    max-width: 900px;
    margin: 0 auto;
  }
  .blog-main-content .main-content .last-quote {
    margin-top: 32px;
    padding: 20px;
  }
  .related-post {
    padding: 3rem 0;
  }
  .related-post .heading-60 {
    margin-bottom: 2rem;
  }
  .related-post .related-post-slider .swiper {
    padding-bottom: 3rem;
  }
  .related-post .related-post-slider .swiper-button-next,
  .related-post .related-post-slider .swiper-button-prev,
  .related-post .related-post-slider .swiper-pagination {
    display: none;
  }
  .related-post .group-button {
    justify-content: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .related-post .related-post-slider .post-card .post-card__link {
    flex-direction: column;
  }
  .related-post .related-post-slider .post-card .parallax-box {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .related-post .related-post-slider .post-card .post-card__content {
    width: 100%;
    padding: 1.25rem;
    border-radius: 0 0 2.5rem 2.5rem;
  }
  .related-post .related-post-slider .post-card .post-card__content .card-up {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .related-post .related-post-slider .post-card .post-card__content .read-more {
    margin-top: 2.25rem;
  }
  .related-post .related-post-slider .post-card:hover .parallax-box {
    border-radius: 2.5rem 2.5rem 0 0;
  }
  .related-post .related-post-slider .post-card:hover .parallax-box .parallax-inner img {
    transform: scale(1);
  }
  .related-post .group-button {
    justify-content: start;
    margin-top: 0;
  }
}
.bd-hero {
  margin-top: 8px;
}
.bd-hero .bd-hero-wrapper {
  display: flex;
  gap: 0;
  border-radius: 2.5rem;
  border-left: 1px solid #e8e8e8;
  background: #f5f5f5;
  overflow: hidden;
}
.bd-hero .bd-thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.bd-hero .bd-thumb picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-hero .bd-thumb .tag {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 73px;
  padding: 12.07px;
  line-height: 140%;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 1.5rem 0 0 1.5rem;
}
.bd-hero .bd-thumb .tag.promotion {
  background-color: #05A88F;
}
.bd-hero .bd-thumb .tag.new {
  background-color: #D60D8B;
}
.bd-hero .bd-thumb img {
  width: 70%;
  max-width: 670px;
  aspect-ratio: 1;
  object-fit: contain;
}
.bd-hero .bd-info {
  border-radius: 0 2.5rem 2.5rem 0;
  border: 1px solid #e8e8e8;
  width: 50%;
}
.bd-hero .bd-info .top {
  margin-bottom: 8.75rem;
}
.bd-hero .bd-info .top h1 {
  padding: 3.125rem 5rem 1.25rem;
}
.bd-hero .bd-info .top > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.875rem 5rem;
  border-top: 1px solid #e8e8e8;
}
.bd-hero .bd-info .top > div .category-text,
.bd-hero .bd-info .top > div .location-text {
  font-weight: 500;
}
.bd-hero .bd-info .top > div .location {
  font-variant-numeric: lining-nums proportional-nums;
}
.bd-hero .bd-info .top .group-description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  flex-direction: column;
  gap: 12px;
  align-items: start;
}
.bd-hero .bd-info .top .group-description ul {
  padding-left: 20px;
  list-style: disc;
}
.bd-hero .bd-info .top .group-description br {
  display: none;
}
.bd-hero .bd-info .bottom {
  padding: 1.25rem 5rem;
}
.bd-hero .bd-info .bottom a {
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
  color: #0393cf;
}

.bd-gallery {
  padding: 9rem 0 10rem;
  overflow-x: hidden;
  /* =========================
     SWIPER
  ========================= */
  /* =========================
     GALLERY ITEM
  ========================= */
  /* ===== WIDTH THEO RATIO ===== */
  /* Video overlay */
  /* =========================
     ARROWS
  ========================= */
  /* =========================
     PAGINATION (3 bars style)
  ========================= */
}
.bd-gallery h2 {
  text-align: center;
}
.bd-gallery .gallery-slider {
  position: relative;
}
.bd-gallery .js-brand-gallery-swiper {
  position: relative;
  overflow: visible;
}
.bd-gallery .js-brand-gallery-swiper .swiper-wrapper {
  align-items: center;
}
.bd-gallery .js-brand-gallery-swiper .swiper-slide {
  flex-shrink: 0;
}
.bd-gallery .js-brand-gallery-swiper .swiper-slide a {
  height: 100%;
}
.bd-gallery .bd-gallery-item {
  display: block;
  position: relative;
  border-radius: 2.4rem;
  overflow: hidden;
}
.bd-gallery .bd-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bd-gallery .ratio-portrait {
  width: 21.4%;
  aspect-ratio: 3/4;
}
.bd-gallery .ratio-landscape {
  width: 28.5%;
  aspect-ratio: 4/3;
}
.bd-gallery .ratio-video {
  aspect-ratio: 533/300;
  width: 37.8%;
}
.bd-gallery .bd-gallery-item.is-video .bd-gallery-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 999px;
  border: 1px solid #fff;
  background: rgba(216, 216, 216, 0.01);
  backdrop-filter: blur(4.6px);
}
.bd-gallery .bd-gallery-item.is-video .bd-gallery-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-52%, -50%);
  background: url("./images/play-icon.svg") center center no-repeat;
  background-size: 100%;
  width: 26px;
  height: 30px;
}
.bd-gallery .swiper-button-next {
  width: 8.3%;
  max-width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(216, 216, 216, 0.01);
  border: 1px solid #ffffff;
  backdrop-filter: blur(7px);
  border-radius: 50%;
  top: 38%;
}
.bd-gallery .swiper-button-next img {
  width: 47%;
  height: auto;
  aspect-ratio: 1;
}
.bd-gallery .swiper-button-prev {
  width: 8.3%;
  max-width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(216, 216, 216, 0.01);
  border: 1px solid #ffffff;
  backdrop-filter: blur(7px);
  border-radius: 50%;
  transform: rotateY(180deg);
  top: 38%;
}
.bd-gallery .swiper-button-prev img {
  width: 47%;
  height: auto;
  aspect-ratio: 1;
}
.bd-gallery .swiper-button-next.swiper-button-disabled,
.bd-gallery .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.bd-gallery .swiper-pagination {
  display: none;
}

/* =========================
   MODAL
========================= */
.bd-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.bd-modal[aria-hidden=true] {
  display: none;
}
.bd-modal[aria-hidden=false] {
  display: block;
}
.bd-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.bd-modal__dialog {
  position: relative;
  width: 90%;
  height: 90vh;
  margin: 6vh auto;
  overflow: hidden;
  z-index: 2;
}
.bd-modal__close {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 3.75rem;
  height: 3.75rem;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-modal__content {
  padding: 2.4rem;
  height: 93%;
}

/* Modal media */
.bd-modal-media {
  height: 100%;
  border-radius: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-modal-media.is-image {
  height: 100%;
}
.bd-modal-media.is-image img {
  width: auto;
  height: 100%;
  display: block;
  border-radius: 1.6rem;
  object-fit: cover;
}
.bd-modal-media.is-video {
  height: 100%;
}
.bd-modal-media.is-video .bd-video-thumb {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 1.6rem;
  overflow: hidden;
}
.bd-modal-media.is-video .bd-video-thumb img {
  width: 100%;
  height: auto;
  height: 100%;
  display: block;
  object-fit: cover;
}
.bd-modal-media.is-video .bd-video-thumb .bd-video-playicon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 999px;
  border: 2px solid #fff;
  background: rgba(216, 216, 216, 0.01);
  backdrop-filter: blur(7px);
}
.bd-modal-media.is-video .bd-video-thumb .bd-video-playicon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-52%, -50%);
  background: url("./images/play-icon.svg") center center no-repeat;
  background-size: contain;
  width: 40%;
  aspect-ratio: 1;
}
.bd-modal-media.is-video .bd-video-iframe iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  display: block;
  border-radius: 1.6rem;
}
.bd-modal-media.is-video video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1.6rem;
}

html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
}

.bd-promations {
  padding: 7.5rem 0 6rem;
  background-color: #f5f5f5;
}
.bd-promations .promotions-tab {
  margin-top: -7rem;
}
.bd-promations .promotions-tab .nav-tabs {
  justify-content: end;
}
.bd-promations .promotions-tab .nav-tabs .nav-link {
  border-color: #D8DE3F;
  color: #1F1F1F;
}
.bd-promations .promotions-tab .nav-tabs .nav-link:not(.active):hover {
  border-color: #1F1F1F;
}
.bd-promations .promotions-tab .tab-content {
  /* =========================
     ARROWS
  ========================= */
  /* =========================
     PAGINATION (3 bars style)
  ========================= */
}
.bd-promations .promotions-tab .tab-content .tab-pane.is-active {
  display: block;
}
.bd-promations .promotions-tab .tab-content .promotions-slider {
  position: relative;
}
.bd-promations .promotions-tab .tab-content .promotion-card .promotion-link {
  z-index: 3;
}
.bd-promations .promotions-tab .tab-content .swiper-button-next {
  width: 8.3%;
  max-width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(216, 216, 216, 0.01);
  border: 1px solid #ffffff;
  backdrop-filter: blur(7px);
  border-radius: 50%;
  top: 38%;
}
.bd-promations .promotions-tab .tab-content .swiper-button-next img {
  width: 47%;
  height: auto;
  aspect-ratio: 1;
}
.bd-promations .promotions-tab .tab-content .swiper-button-prev {
  width: 8.3%;
  max-width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(216, 216, 216, 0.01);
  border: 1px solid #ffffff;
  backdrop-filter: blur(7px);
  border-radius: 50%;
  transform: rotateY(180deg);
  top: 38%;
}
.bd-promations .promotions-tab .tab-content .swiper-button-prev img {
  width: 47%;
  height: auto;
  aspect-ratio: 1;
}
.bd-promations .promotions-tab .tab-content .swiper-button-next.swiper-button-disabled,
.bd-promations .promotions-tab .tab-content .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.bd-promations .promotions-tab .tab-content .swiper-pagination {
  position: static;
  display: flex;
  gap: 10px;
  margin-top: 6rem;
}
.bd-promations .promotions-tab .tab-content .swiper-pagination .swiper-pagination-bullet {
  width: 8rem;
  height: 6px;
  background: #e8e8e8;
  opacity: 1;
  margin: 0;
  border-radius: 0;
}
.bd-promations .promotions-tab .tab-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fdbb30;
}
.bd-promations .promotion-card {
  background-color: #ffffff;
}
.bd-promations .group-button {
  display: flex;
  justify-content: end;
  margin-top: -2rem;
}

.bd-also-like {
  padding: 7.5rem 0;
}
.bd-also-like .heading-60 {
  margin-bottom: 2.25rem;
  text-transform: capitalize;
  text-align: center;
}
.bd-also-like .filter-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.bd-also-like .filter-desktop .list-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.bd-also-like .filter-desktop .list-filter .ft-line {
  width: 1px;
  height: 2rem;
  background-color: #1F1F1F;
  opacity: 0.2;
}
.bd-also-like .filter-desktop .list-filter .group-ft {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  position: relative;
  min-width: 12.6rem;
  border-radius: 30px;
  position: relative;
  z-index: 7;
  background-color: #F5F5F5;
}
.bd-also-like .filter-desktop .list-filter .group-ft .filter-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.bd-also-like .filter-desktop .list-filter .group-ft .list-option-item {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 0 0 30px 30px;
  display: none;
  overflow: hidden;
}
.bd-also-like .filter-desktop .list-filter .group-ft .list-option-item .option {
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s;
}
.bd-also-like .filter-desktop .list-filter .group-ft .list-option-item .option:hover {
  background-color: #D8DE3F;
}
.bd-also-like .filter-desktop .list-filter .group-ft.open {
  border-radius: 30px 30px 0 0;
}
.bd-also-like .filter-desktop .list-filter .group-ft.open .list-option-item {
  display: flex;
  background-color: #F5F5F5;
}
.bd-also-like .filter-desktop .list-filter .group-ft.open .arrow {
  transform: rotate(180deg);
}
.bd-also-like .filter-mobile {
  padding: 1.5rem 1rem;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.bd-also-like .filter-mobile .ft-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.bd-also-like .filter-mobile .ft-top .group-search {
  flex-grow: 1;
  border-radius: 30px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.bd-also-like .filter-mobile .ft-top .group-search input {
  width: 100%;
}
.bd-also-like .filter-mobile .ft-bottom {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: end;
}
.bd-also-like .filter-mobile .ft-bottom .btn-filter-category,
.bd-also-like .filter-mobile .ft-bottom .btn-filter-floor {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: space-between;
}
.bd-also-like .filter-mobile .ft-bottom .btn-filter-category .arrow,
.bd-also-like .filter-mobile .ft-bottom .btn-filter-floor .arrow {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.bd-also-like .filter-mobile .ft-bottom .ver-line {
  width: 1px;
  height: 2rem;
  background-color: #1F1F1F;
  opacity: 0.2;
}
.bd-also-like .group-button {
  display: flex;
  justify-content: center;
}

.popup-filter-mobile {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.popup-filter-mobile .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.368627451);
}
.popup-filter-mobile .list-options-mb {
  background-color: #ffffff;
  border-radius: 30px 30px 0 0;
  position: absolute;
  width: 100%;
  display: none;
  bottom: -100%;
  transition: bottom 0.4s ease;
}
.popup-filter-mobile .list-options-mb.show {
  display: block;
}
.popup-filter-mobile .list-options-mb .top {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e8e8e8;
}
.popup-filter-mobile .list-options-mb .top .name {
  color: #1F1F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 600;
  text-transform: capitalize;
}
.popup-filter-mobile .list-options-mb .top .btn-close {
  width: 2rem;
  height: 2rem;
}
.popup-filter-mobile .list-options-mb .top .btn-close * {
  width: 100%;
}
.popup-filter-mobile .list-options-mb .list-option .option {
  padding: 1.25rem 1.5rem;
  color: #1F1F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
  border-bottom: 1px solid #e8e8e8;
}
.popup-filter-mobile .list-options-mb .list-option .option.active {
  color: #02539e;
}
.popup-filter-mobile.show {
  display: block;
}
.popup-filter-mobile.show .list-options-mb.show {
  bottom: 0;
}

@media screen and (max-width: 1023px) {
  .bd-hero .bd-hero-wrapper {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 2.5rem;
  }
  .bd-hero .bd-thumb .tag {
    top: 30px;
  }
  .bd-hero .bd-thumb img {
    width: 70%;
  }
  .bd-hero .bd-info {
    border-radius: 0 2.5rem 2.5rem 0;
    border: 1px solid #e8e8e8;
  }
  .bd-hero .bd-info .top {
    margin-bottom: 8.75rem;
  }
  .bd-hero .bd-info .top h1 {
    padding: 1.25rem 2rem 1.25rem;
  }
  .bd-hero .bd-info .top > div {
    padding: 1.875rem 2rem;
  }
  .bd-hero .bd-info .bottom {
    padding: 1.25rem 2rem;
  }
  .bd-gallery {
    padding: 5rem 0;
    /* ===== WIDTH THEO RATIO ===== */
    /* Video overlay */
    /* =========================
     ARROWS
    ========================= */
  }
  .bd-gallery .ratio-portrait {
    width: 26%;
  }
  .bd-gallery .ratio-landscape {
    width: 35%;
  }
  .bd-gallery .ratio-video {
    width: 45%;
  }
  .bd-gallery .bd-gallery-item.is-video .bd-gallery-play {
    width: 3rem;
    height: 3rem;
  }
  .bd-gallery .bd-gallery-item.is-video .bd-gallery-play::before {
    background-size: contain;
    width: 40%;
  }
  .bd-gallery .swiper-button-next {
    width: 60px;
    top: 44%;
  }
  .bd-gallery .swiper-button-prev {
    width: 60px;
    top: 44%;
  }
  .bd-promations .group-button {
    margin-top: 2.5rem;
    justify-content: center;
  }
  .bd-promations .promotions-grid.d-block .promotion-card {
    margin-bottom: 2rem;
  }
  .bd-promations .promotions-grid.d-block .promotion-card:last-child {
    margin-bottom: 0;
  }
  .bd-also-like {
    padding: 5rem 0;
  }
  .bd-also-like .heading-60 {
    margin-bottom: 3.5rem;
  }
  .bd-also-like .filter-desktop {
    display: none;
  }
  .bd-also-like .filter-mobile {
    display: block;
  }
  .bd-also-like .filter-mobile .ft-top .group-search {
    width: 100%;
  }
  .bd-also-like .group-button {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .bd-hero .container {
    padding: 0;
  }
  .bd-hero .bd-hero-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 0;
  }
  .bd-hero .bd-thumb {
    aspect-ratio: 1;
    width: 100%;
  }
  .bd-hero .bd-thumb img {
    width: 80%;
  }
  .bd-hero .bd-info {
    border-radius: 0;
    border: 0px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
  }
  .bd-hero .bd-info .top {
    margin-bottom: 0;
  }
  .bd-hero .bd-info .top h1 {
    padding: 0 1.5rem 1.25rem;
  }
  .bd-hero .bd-info .top > div {
    padding: 1.25rem 1.5rem;
  }
  .bd-hero .bd-info .group-description {
    border-bottom: 1px solid #e8e8e8;
  }
  .bd-hero .bd-info .bottom {
    padding: 1.875rem 1.5rem;
    text-align: center;
  }
  .bd-hero .bd-info .bottom a {
    display: inline-block;
    margin: 0 auto;
  }
  .bd-also-like .filter-group .filter-mobile .ft-bottom {
    justify-content: start;
    overflow-x: auto;
  }
  .bd-also-like .filter-group .filter-mobile .ft-bottom * {
    flex-shrink: 0;
  }
  .bd-gallery {
    padding: 3rem 0;
    /* ===== WIDTH THEO RATIO ===== */
    /* =========================
     ARROWS
    ========================= */
  }
  .bd-gallery .heading-60 {
    text-align: left;
  }
  .bd-gallery .ratio-portrait {
    width: 85%;
  }
  .bd-gallery .ratio-landscape {
    width: 85%;
  }
  .bd-gallery .ratio-video {
    width: 85%;
  }
  .bd-gallery .swiper-button-next {
    display: none;
  }
  .bd-gallery .swiper-button-prev {
    display: none;
  }
  .bd-promations {
    padding: 3rem 0;
  }
  .bd-promations .heading-60 {
    text-align: left;
  }
  .bd-promations .promotions-tab {
    margin-top: -3rem;
  }
  .bd-promations .promotions-tab .nav-tabs {
    justify-content: start;
    margin-bottom: 2rem;
  }
  .bd-also-like {
    padding: 3rem 0;
  }
  .bd-also-like .heading-60 {
    text-align: left;
    margin-bottom: 2rem;
  }
  .bd-also-like .empty-result {
    font-size: 1rem;
  }
  .bd-modal__content {
    padding: 1.5rem;
    height: 93%;
  }
  .bd-modal-media.is-video .bd-video-thumb .bd-video-playicon {
    width: 4.5rem;
    height: 4.5rem;
  }
  .bd-modal-media.is-image img {
    object-fit: contain;
  }
  .bd-modal__close {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.pd-banner {
  height: auto;
  background-color: #F5F5F5;
}
.pd-banner .pd-banner-container {
  padding: 0 10px;
  height: 100%;
}
.pd-banner .pd-item {
  height: 100%;
}
.pd-banner .pd-item .inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.pd-banner .pd-item .thumb {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  overflow: hidden;
}
.pd-banner .pd-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd-banner .pd-item .thumb picture {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: scale(1);
}
.pd-banner .pd-item .thumb picture * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd-banner .pd-item .thumb:after {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}
.pd-banner .pd-item .flex-column-gap-24 {
  width: 100%;
}
.pd-banner .pd-item .reward-info {
  z-index: 3;
  width: 100%;
  padding: 2rem 3.75rem 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
  color: #1F1F1F;
  position: relative;
}
.pd-banner .pd-item .reward-info h1 {
  color: #1F1F1F;
}
.pd-banner .pd-item .reward-info .tag {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  border-radius: 20px;
  border: 2px solid #D8DE3F;
  background-color: #D8DE3F;
  transition: all 0.5s;
  padding: 10px 20px;
}
.pd-banner .pd-item .reward-info .tag:hover {
  background-color: #D8DE3F;
  color: #1F1F1F;
}
.pd-banner .pd-item .reward-info .group-tax {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pd-banner .pd-item .reward-info .group-tax .tax-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pd-banner .pd-item .reward-info .group-tax .tax-item p {
  font-weight: 600;
  color: #1F1F1F;
}
.pd-banner .pd-item .reward-info .group-tax .tax-item .has-color {
  color: #D8DE3F;
}
.pd-banner .pd-item .reward-info .group-tax .ver-line {
  width: 2px;
  height: 1rem;
  background-color: #1F1F1F;
}
.pd-banner .pd-item .reward-info .group-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pd-banner .pd-item .reward-info .group-bottom .short-description {
  max-width: 890px;
  font-weight: 400;
  color: #1F1F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 1rem;
  line-height: 140%;
}
.pd-banner .pd-item .reward-info .group-bottom .group-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
}
.pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-button .heading-18 {
  color: #1F1F1F;
}
.pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-btn-add-calendar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.5s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #02539E;
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  border: 2px solid #02539E;
}
.pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-btn-add-calendar .main-cl-icon {
  width: 50%;
  height: 50%;
  transition: all 0.5s;
  opacity: 0;
}
.pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-btn-add-calendar .second-cl-icon {
  width: 50%;
  height: 50%;
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-btn-add-calendar:hover {
  background-color: #D8DE3F;
  border: 2px solid #D8DE3F;
}
.pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-btn-add-calendar:hover .main-cl-icon {
  opacity: 0;
}
.pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-btn-add-calendar:hover .second-cl-icon {
  opacity: 1;
}

.pd-contect-sect {
  padding: 5rem 0;
}
.pd-contect-sect .pd-content-wrapper {
  margin: 0 auto;
  max-width: 941px;
}
.pd-contect-sect .pd-content-wrapper .heading-50 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.pd-contect-sect .pd-content-wrapper .main-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pd-contect-sect .pd-content-wrapper .main-content * {
  margin-bottom: 0;
}
.pd-contect-sect .pd-content-wrapper .main-content ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.pd-contect-sect .pd-content-wrapper .main-content a {
  color: #0393CF;
}

.pd-also-like {
  padding: 7.5rem 0 5rem;
  background: #F5F6F7;
}
.pd-also-like .heading-60 {
  margin-bottom: 3.25rem;
}
.pd-also-like .related-promotions-slider {
  position: relative;
}
.pd-also-like .related-promotions-slider .promotion-card {
  background-color: #ffffff;
}
.pd-also-like .related-promotions-slider .promotion-card .badge:hover {
  color: #1F1F1F !important;
  border-color: #ffffff;
}
.pd-also-like .related-promotions-slider .swiper-button-next {
  width: 8.3%;
  max-width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(216, 216, 216, 0.01);
  border: 1px solid #ffffff;
  backdrop-filter: blur(7px);
  border-radius: 50%;
  top: 38%;
}
.pd-also-like .related-promotions-slider .swiper-button-next img {
  width: 47%;
  height: auto;
  aspect-ratio: 1;
}
.pd-also-like .related-promotions-slider .swiper-button-prev {
  width: 8.3%;
  max-width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(216, 216, 216, 0.01);
  border: 1px solid #ffffff;
  backdrop-filter: blur(7px);
  border-radius: 50%;
  transform: rotateY(180deg);
  top: 38%;
}
.pd-also-like .related-promotions-slider .swiper-button-prev img {
  width: 47%;
  height: auto;
  aspect-ratio: 1;
}
.pd-also-like .related-promotions-slider .swiper-button-next.swiper-button-disabled,
.pd-also-like .related-promotions-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.pd-also-like .related-promotions-slider .swiper-pagination {
  position: static;
  display: flex;
  gap: 10px;
  margin-top: 6rem;
}
.pd-also-like .related-promotions-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8rem;
  height: 6px;
  background: #e8e8e8;
  opacity: 1;
  margin: 0;
  border-radius: 0;
}
.pd-also-like .related-promotions-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fdbb30;
}
.pd-also-like .group-button {
  margin-top: -2rem;
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 1023px) {
  .pd-banner {
    height: auto;
    background-color: #F5F5F5;
  }
  .pd-banner .pd-banner-container {
    padding: 0;
  }
  .pd-banner .pd-item .inner {
    border-radius: 0;
  }
  .pd-banner .pd-item .thumb picture {
    transform: scale(1);
  }
  .pd-banner .pd-item .thumb:after {
    display: none;
  }
  .pd-banner .pd-item .flex-column-gap-24 {
    width: 100%;
  }
  .pd-banner .pd-item .reward-info {
    position: relative;
    padding: 2rem 1.5rem 2rem;
    color: #1F1F1F;
  }
  .pd-banner .pd-item .reward-info .tag {
    color: #1F1F1F;
    border: 2px solid #D8DE3F;
    background-color: #D8DE3F;
  }
  .pd-banner .pd-item .reward-info .heading-42 {
    color: #1F1F1F;
    font-size: 2.25rem;
  }
  .pd-banner .pd-item .reward-info .pro-link {
    font-size: 1.875rem;
  }
  .pd-banner .pd-item .reward-info .group-tax {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
  .pd-banner .pd-item .reward-info .group-tax .tax-item {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .pd-banner .pd-item .reward-info .group-tax .tax-item p {
    color: #1F1F1F;
  }
  .pd-banner .pd-item .reward-info .group-tax .ver-line {
    display: none;
  }
  .pd-banner .pd-item .reward-info .group-bottom {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 1.5rem;
  }
  .pd-banner .pd-item .reward-info .group-bottom .short-description {
    color: #1F1F1F;
  }
  .pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-button .heading-18 {
    color: #1F1F1F;
  }
  .pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-btn-add-calendar {
    position: absolute;
    top: 2rem;
    right: 1.5rem;
    border: 2px solid #02539E;
  }
  .pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-btn-add-calendar .main-cl-icon {
    display: none;
  }
  .pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-btn-add-calendar .second-cl-icon {
    opacity: 1;
    position: static;
    transform: translate(0, 0);
  }
  .pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-btn-add-calendar:hover {
    background-color: #D8DE3F;
    border: 2px solid #D8DE3F;
  }
  .pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-btn-add-calendar:hover .main-cl-icon {
    opacity: 0;
  }
  .pd-banner .pd-item .reward-info .group-bottom .group-buttons .group-btn-add-calendar:hover .second-cl-icon {
    opacity: 1;
  }
  .pd-contect-sect {
    padding: 3rem 0;
  }
  .pd-contect-sect .pd-content-wrapper .heading-50 {
    text-align: left;
  }
  .pd-also-like {
    padding: 3rem 0;
  }
  .pd-also-like .heading-60 {
    margin-bottom: 2rem;
  }
  .pd-also-like .related-promotions-slider .swiper-pagination {
    display: none;
  }
  .pd-also-like .related-promotions-slider .swiper-button-prev,
  .pd-also-like .related-promotions-slider .swiper-button-next {
    display: none;
  }
  .pd-also-like .group-button {
    margin-top: 2rem;
    justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */
