#logo_area {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: none;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 970.1px) {
  .md-show {
    display: none;
  }
}

@media (max-width: 970px) {
  .md-hide {
    display: none;
  }
}

html {
  --fz-18: 18px;
  --fz-22: 22px;
  --fz-26: 26px;
  --fz-30: 30px;
  --fz-50: 50px;
  --br-40: 40px;
  --br-40: 40px;
}
@media (max-width: 970px) {
  html {
    --fz-18: 14px;
    --fz-22: 16px;
    --fz-26: 18px;
    --fz-30: 20px;
    --br-40: 20px;
    --fz-50: 30px;
  }
}

.d-inline-block {
  display: inline-block;
}

.main_banner_section {
  height: auto;
}

#wrap {
  position: relative;
}

.section__heading {
  display: flex;
  justify-content: center;
}

.line__heading {
  font-size: 46px;
  text-align: center;
  font-weight: bold;
  color: #0b4e9c;
  padding: 0 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 40px;
}
@media (max-width: 970px) {
  .line__heading {
    font-size: var(--fz-30);
  }
}
.line__heading span {
  z-index: 2;
  position: relative;
}
.line__heading::after {
  content: "";
  background-color: #fbe18c;
  display: block;
  border-radius: 17px;
  height: 34px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 970px) {
  .line__heading::after {
    height: 80%;
  }
}

#wrap {
  max-width: unset;
  background-color: #fff;
}

body {
  background-color: #fff;
}

.container {
  max-width: 1440px !important;
  padding: 0 20px;
  margin: auto;
}

.btn {
  font-size: var(--fz-26);
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 30px;
  background-color: #f68b1f;
  min-width: 220px;
  display: inline-block;
  color: #fff;
  min-height: -moz-fit-content;
  min-height: fit-content;
  position: relative;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
@media (max-width: 970px) {
  .btn {
    padding: 8px 20px;
    min-width: 140px;
  }
}
.btn.expend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 970px) {
  .btn.expend {
    margin-top: 10px;
  }
}
.btn.expend::after {
  content: "";
  display: block;
  background-image: url(../images/arrow_expand.png);
  width: 21px;
  height: 12px;
}
.btn.expend.active::after {
  transform: rotate(180deg);
}
.btn:before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0) 75%);
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(50%, 0);
  background-size: 100%;
}
.btn:hover:before {
  transition: transform 1.2s;
  transform: translate(-100%, 0);
}

.page_banner {
  height: auto;
  position: relative;
}
.page_banner > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 970px) {
  .page_banner > img {
    height: 100%;
  }
}
.page_banner .btn {
  position: absolute;
  right: 6.4%;
  bottom: 12%;
  transform: scale(1);
  transform-origin: right bottom;
}
@media (max-width: 970px) {
  .page_banner .btn {
    right: 50%;
    bottom: 10%;
    transform: scale(1) translate(50%, 0);
  }
}
.page_banner .banner_text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 50px));
  text-align: center;
  margin-left: 0;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 970px) {
  .page_banner .banner_text {
    width: 56%;
    transform: translate(-50%, calc(-50% + 30px));
  }
}
.page_banner .banner_text h1 {
  font-size: var(--fz-50);
  line-height: 1;
  width: 426px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 22px;
}
@media (max-width: 970px) {
  .page_banner .banner_text h1 {
    font-size: var(--fz-50);
  }
}
.page_banner .banner_text h2 {
  font-size: var(--fz-26);
  line-height: 1.4;
  font-weight: 400;
}
.page_banner .banner_text .left {
  text-align: left;
}
.page_banner .banner_text .right {
  text-align: right;
}
@media (max-width: 970px) {
  .page_banner .banner_text {
    font-size: 14px;
  }
}
.page_banner .banner_text > * {
  color: #fff;
}

#main_content_area {
  background-image: url(../images/bg.jpg);
  background-size: 100% auto;
  padding-top: 90px !important;
}
@media (max-width: 970px) {
  #main_content_area {
    padding-top: 40px !important;
  }
}

.inline-image {
  height: 1.15em;
  width: auto !important;
}
.inline-image.yuu {
  margin-top: 0.1em;
}
.inline-image:not(.yuu) {
  margin-top: -0.16em;
}

.sticky-bar-ctn {
  position: relative; /* Provides a positioning context */
  min-height: 70px;
  margin: 80px auto;
}
@media (max-width: 970px) {
  .sticky-bar-ctn {
    padding-top: 30px;
    height: 100px;
    margin: 40px -20px;
  }
}
.sticky-bar-ctn .sticky-bar {
  margin: 0 auto; /* Updated for proper centering */
  display: flex;
  justify-content: space-between;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(50, 125, 216, 0.4);
  padding: 5px;
  align-items: flex-start;
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box; /* Ensures padding doesn't overflow width */
  z-index: 9;
  transition: border-radius 0.2s;
}
@media (max-width: 970px) {
  .sticky-bar-ctn .sticky-bar {
    border-radius: 0;
    overflow: auto;
  }
}
.sticky-bar-ctn .sticky-bar.scrolled {
  z-index: 9;
  position: fixed;
  width: calc(100% - 40px);
  border-radius: 0 0 33px 33px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 970px) {
  .sticky-bar-ctn .sticky-bar.scrolled {
    top: 0;
    width: 100%;
    border-radius: 0;
  }
}
.sticky-bar-ctn .sticky-bar.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease;
}
.sticky-bar-ctn .sticky-bar .text {
  min-height: 36px;
  max-height: 36px;
  font-size: var(--fz-22);
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 970px) {
  .sticky-bar-ctn .sticky-bar .text {
    min-height: 50px;
    max-height: 50px;
    word-break: keep-all;
  }
}
.sticky-bar-ctn .sticky-bar .item {
  flex: 1;
  min-width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  cursor: pointer;
  color: #45715f;
  border-radius: 100px;
  color: #0b4e9c;
  padding: 12px 10px;
}
@media (max-width: 970px) {
  .sticky-bar-ctn .sticky-bar .item {
    padding: 0 10px;
    flex: unset;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 22%;
  }
}
.sticky-bar-ctn .sticky-bar[active="1"] .item:nth-child(1) {
  position: relative;
  background-color: #d8eca1;
}
.sticky-bar-ctn .sticky-bar[active="2"] .item:nth-child(2) {
  position: relative;
  background-color: #d8eca1;
}
.sticky-bar-ctn .sticky-bar[active="3"] .item:nth-child(3) {
  position: relative;
  background-color: #d8eca1;
}
.sticky-bar-ctn .sticky-bar[active="4"] .item:nth-child(4) {
  position: relative;
  background-color: #d8eca1;
}
.sticky-bar-ctn .sticky-bar[active="5"] .item:nth-child(5) {
  position: relative;
  background-color: #d8eca1;
}

.leadIn {
  font-size: var(--fz-22);
  text-align: center;
}

strong {
  color: #0b4e9c;
}

b {
  color: inherit;
}

.section {
  margin: 80px auto;
}
@media (max-width: 970px) {
  .section {
    margin: 40px auto;
  }
}

ol,
ul {
  margin-left: 1.25rem;
}

.welcome_offer_ctn {
  display: flex;
  gap: 20px;
  margin: 40px 0 20px;
}
@media (max-width: 970px) {
  .welcome_offer_ctn {
    flex-direction: column;
  }
}
.welcome_offer_ctn .limited_offer {
  box-shadow: 0 0 40px rgba(50, 125, 216, 0.2);
  flex: 1;
  background: linear-gradient(to bottom, rgba(251, 225, 140, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: var(--br-40);
  padding: var(--br-40);
  font-size: var(--fz-26);
  line-height: 1.4;
}
.welcome_offer_ctn .limited_offer strong {
  font-size: var(--fz-30);
}
.welcome_offer_ctn .limited_offer .icon-title {
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  margin: auto;
  padding: 0 24px;
  padding-bottom: 3px;
  margin-bottom: 20px;
  gap: 6px;
}
.welcome_offer_ctn .limited_offer .icon-title::after {
  z-index: 1;
  content: "";
  background-color: #fff8e2;
  display: block;
  border-radius: 30px;
  height: 25px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 970px) {
  .welcome_offer_ctn .limited_offer .icon-title::after {
    height: 18px;
  }
}
.welcome_offer_ctn .limited_offer .icon-title img {
  width: unset;
  height: unset;
}
@media (max-width: 970px) {
  .welcome_offer_ctn .limited_offer .icon-title img {
    width: 33px;
    height: 33px;
  }
}
.welcome_offer_ctn .limited_offer .icon-title .text {
  margin-top: 10px;
}
.welcome_offer_ctn .limited_offer .icon-title > * {
  line-height: 1;
  position: relative;
  z-index: 2;
}

.welcome_offer {
  flex: 2;
  padding: var(--br-40);
  border-radius: var(--br-40);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0 0 40px rgba(50, 125, 216, 0.2);
  overflow: hidden;
  text-align: center;
  font-size: var(--fz-26);
}
.welcome_offer .offer-ctn {
  margin: 0 -40px;
  display: flex;
  align-items: center;
  font-size: var(--fz-26);
  gap: 20px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 970px) {
  .welcome_offer .offer-ctn {
    gap: 10px;
  }
}
.welcome_offer .offer-ctn .item {
  width: 50%;
  padding: 25px;
  background: linear-gradient(to bottom, rgba(122, 173, 236, 0.3) 0%, rgba(97, 155, 227, 0.1) 100%);
}
.welcome_offer .offer-ctn .item .remarks {
  font-size: var(--fz-18);
}
.welcome_offer .offer-ctn .item:first-child {
  border-radius: 0 100px 100px 0;
}
.welcome_offer .offer-ctn .item:last-child {
  border-radius: 100px 0 0 100px;
}
.welcome_offer .last {
  margin-top: 26px;
  font-size: var(--fz-18);
}

.remarks {
  font-size: 14px;
}
.remarks strong {
  color: #000;
}

.note {
  font-size: 16px;
}

.tab-ctn {
  display: flex;
  gap: 20px;
  z-index: 2;
  position: relative;
  margin: 40px 0 20px;
}
@media (max-width: 970px) {
  .tab-ctn {
    gap: 10px;
  }
}
@media (max-width: 970px) {
  .tab-ctn {
    margin: 40px -20px 20px;
    background-color: rgba(212, 229, 242, 0.5333333333);
    padding: 10px;
    overflow: auto;
  }
}
.tab-ctn > * {
  flex: 1;
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
  font-size: var(--fz-30);
  font-weight: bold;
  position: relative;
  box-shadow: 0 0 40px rgba(50, 125, 216, 0.2);
}
@media (max-width: 970px) {
  .tab-ctn > * {
    border-radius: 20px;
    padding: 10px 20px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    overflow: hidden;
    font-size: var(--fz-22);
    box-shadow: unset;
  }
}
.tab-ctn > *::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/tab_arrow.png);
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 72px;
  height: 30px;
}
.tab-ctn > *.active {
  background-color: #a6ce39;
}
.tab-ctn > *.active::after {
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/tab_arrow.png);
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 72px;
  height: 30px;
}
@media (max-width: 970px) {
  .tab-ctn > *.active::after {
    content: unset;
  }
}

.weekdays-box {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0 0 40px rgba(50, 125, 216, 0.2);
  padding: var(--br-40);
  border-radius: var(--br-40);
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 80px;
}
.weekdays-box .title-ctn {
  font-size: var(--fz-30);
  font-weight: bold;
  color: #0b4e9c;
  padding: 0 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 40px;
}
.weekdays-box .title-ctn .item {
  z-index: 2;
  position: relative;
}
.weekdays-box .title-ctn::after {
  content: "";
  background-color: #d4e5f2;
  display: block;
  border-radius: 30px;
  height: 25px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 970px) {
  .weekdays-box .title-ctn::after {
    height: 18px;
  }
}
.weekdays-box .item[data-content="w-default w-7"] {
  border-bottom: unset !important;
}
.weekdays-box[attr=w-7] .item[data-content="w-default w-7"] {
  border-bottom: 1px solid #cccccc !important;
}
.weekdays-box .content-ctn {
  font-size: var(--fz-22);
}
.weekdays-box .content-ctn .item {
  display: flex;
  padding: 40px 0px;
  align-items: center;
}
@media (max-width: 970px) {
  .weekdays-box .content-ctn .item {
    flex-direction: column;
    padding: 20px 0px;
  }
}
.weekdays-box .content-ctn .item .icon {
  min-width: 250px;
  text-align: center;
}
.weekdays-box .content-ctn .item:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}
.weekdays-box .content-ctn .item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.weekdays-box .content-ctn .item .content strong {
  font-size: var(--fz-30);
}
.weekdays-box .weekdays-banner {
  box-shadow: 0 0 40px rgba(50, 125, 216, 0.3);
  border-radius: 100px;
  margin: auto;
  font-weight: bold;
  font-size: var(--fz-30);
  padding: 3px;
  color: #000;
  cursor: pointer;
  width: 950px;
  text-align: center;
  background-image: linear-gradient(to right, #0b4e9c, #d1e5fc, #0b4e9c);
}
.weekdays-box .weekdays-banner > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 100px;
  padding: 4px 10px;
}
.weekdays-box .weekdays-banner:not(.active) {
  max-width: calc(100% - 40px);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 100%;
}
.weekdays-box .weekdays-banner.active {
  max-width: 100%;
  margin-bottom: 40px;
  margin-top: 60px;
  transform: translate(0, -50%);
}
.weekdays-box .weekdays-banner.active img {
  transform: rotate(180deg);
}

.shopping-ctn {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 970px) {
  .shopping-ctn {
    gap: 10px;
    flex-direction: column;
  }
}
.shopping-ctn img {
  margin-bottom: 10px;
}
.shopping-ctn > * {
  flex: 1;
  padding: 20px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.7333333333);
  font-size: var(--fz-22);
  text-align: center;
  position: relative;
  box-shadow: 0 0 40px rgba(50, 125, 216, 0.2);
}
@media (max-width: 970px) {
  .shopping-ctn > * {
    border-radius: 20px;
    padding: 10px;
  }
}
.shopping-ctn > * strong {
  font-size: var(--fz-30);
}

.slogan {
  background-size: 100% 100%;
  overflow: hidden;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.7333333333);
  font-size: var(--fz-22);
  text-align: center;
  position: relative;
  box-shadow: 0 0 40px rgba(50, 125, 216, 0.2);
}
@media (min-width: 977px) {
  .slogan .icon {
    min-width: 270px;
  }
}
@media (max-width: 970px) {
  .slogan .icon {
    width: 80%;
  }
}
.slogan .container {
  background-image: url(../images/yro_circle.png);
  background-position: top left;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 190px;
  gap: 15px;
}
@media (max-width: 970px) {
  .slogan .container {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .slogan .container .icon img {
    width: 75%;
  }
}
@media (min-width: 971px) {
  .slogan .container {
    padding-right: 50px;
  }
}
.slogan .container .text {
  color: #0b4e9c;
  font-size: var(--fz-30);
  text-align: center;
}
.slogan .container .text strong {
  font-size: 40px;
}
.slogan .container .btn {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.slogan-content {
  padding: 40px 0;
  background-size: 100% auto;
}
.slogan-content .remarks {
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 970px) {
  .slogan-content {
    padding: 20px 0;
  }
}
.slogan-content .ui-table {
  margin: 0 20px;
  width: calc(100% - 40px);
  border: 0px;
  border-collapse: separate;
  border-radius: 30px;
  overflow: hidden;
}
.slogan-content .ui-table thead {
  border: 0px;
}
.slogan-content .ui-table tbody,
.slogan-content .ui-table tfoot {
  border: 0px;
}
.slogan-content .ui-table td {
  border: 0;
  border-bottom: 1px solid #0b4e9c;
  padding: 30px 30px;
}
.slogan-content .ui-table td:last-child {
  border-right: 1px solid #0b4e9c;
}
.slogan-content .ui-table tr:first-child td {
  border-top: 1px solid #0b4e9c;
}
.slogan-content .ui-table tr:first-child td:first-child {
  border-radius: 30px 0 0 0;
}
.slogan-content .ui-table tr:first-child td:last-child {
  border-radius: 0 30px 0 0;
}
.slogan-content .ui-table tr:last-child td:last-child {
  border-radius: 0 0 30px 0;
}
.slogan-content .ui-table tr:last-child td:first-child {
  border-radius: 0 0 0 30px;
}
.slogan-content .ui-table tr:nth-child(even) {
  background-color: #ffffff;
}
.slogan-content .ui-table .td-30 {
  width: 200px;
}
.slogan-content .ui-table .logo {
  width: 200px;
  border-left: 1px solid #0b4e9c;
  border-right: 1px solid #0b4e9c;
}
.slogan-content .ui-table .logo_container {
  display: inline-block;
  width: 20%;
  text-align: center;
  margin: 5px 3px;
}
.slogan-content .remark table,
.slogan-content .remark tbody,
.slogan-content .remark td,
.slogan-content .remark tr {
  background-color: transparent !important;
}
.slogan-content .swiper-button-next,
.slogan-content .swiper-container-rtl .swiper-button-prev {
  margin-top: -43px !important;
}
@media (max-width: 970px) {
  .slogan-content .swiper-button-next,
  .slogan-content .swiper-container-rtl .swiper-button-prev {
    width: 90px;
    height: 90px;
  }
}
.slogan-content .swiper-button-prev,
.slogan-content .swiper-container-rtl .swiper-button-next {
  margin-top: -43px !important;
}
@media (max-width: 970px) {
  .slogan-content .swiper-button-prev,
  .slogan-content .swiper-container-rtl .swiper-button-next {
    width: 90px;
    height: 90px;
    filter: drop-shadow();
  }
}
@media (min-width: 1600px) {
  .slogan-content .swiper-container {
    margin-left: -100px;
    margin-right: -100px;
    padding: 0 100px;
    width: calc(100% + 200px);
  }
}

#Points4X .shops .offer-ctn {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 970px) {
  #Points4X .shops .offer-ctn {
    gap: 10px;
    flex-direction: column;
  }
}
#Points4X .shops .offer-ctn > * {
  flex: 1;
  border-radius: var(--br-40);
  background: linear-gradient(to bottom, rgba(218, 235, 255, 0.9) 0%, rgba(218, 235, 255, 0.5) 100%);
  box-shadow: 0 0 40px rgba(50, 125, 216, 0.2);
  padding: 20px 40px;
  display: flex;
  font-size: var(--fz-22);
  align-items: center;
  gap: 20px;
}
#Points4X .shops .offer-ctn > * img {
  max-width: 25%;
}
@media (max-width: 970px) {
  #Points4X .shops .offer-ctn > * {
    padding: 10px 20px;
    gap: 10px;
  }
}
#Points4X .shops .shops-content-ctn {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  gap: 70px;
}
#Points4X .shops .shops-content-ctn .shops-content {
  position: relative;
  border-radius: var(--br-40);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0 0 40px rgba(50, 125, 216, 0.2);
  padding: 80px 40px 25px;
}
@media (max-width: 970px) {
  #Points4X .shops .shops-content-ctn .shops-content {
    padding: 50px 20px 20px;
  }
}
#Points4X .shops .shops-content-ctn .shops-content .title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: var(--fz-18);
  padding: 8px;
  border-radius: 100px;
  padding: 10px;
}
@media (max-width: 970px) {
  #Points4X .shops .shops-content-ctn .shops-content .title {
    width: 200px !important;
    padding: 5px;
  }
  #Points4X .shops .shops-content-ctn .shops-content .title img {
    width: 50px;
  }
}
#Points4X .shops .shops-content-ctn .shops-content .title > span {
  background-color: rgba(255, 255, 255, 0.2666666667);
  border-radius: 100px;
  display: block;
  padding: 6px 6px 0;
  min-height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 970px) {
  #Points4X .shops .shops-content-ctn .shops-content .title > span {
    min-height: 50px;
  }
}
#Points4X .shops .shops-content-ctn .shops-content:nth-child(1) .title {
  width: 300px;
  background-color: #b6e6e5;
}
#Points4X .shops .shops-content-ctn .shops-content:nth-child(2) .title {
  width: 270px;
  background-color: #eeb1ce;
}
#Points4X .shops .shops-content-ctn .shops-content:nth-child(3) .title {
  width: 240px;
  background-color: #93c5e5;
}
#Points4X .shops .shops-content-ctn .shops-content:nth-child(4) .title {
  width: 210px;
  background-color: #abb1d6;
}
#Points4X .shops .shops-content-ctn .shops-content .shops-list {
  gap: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
@media (max-width: 970px) {
  #Points4X .shops .shops-content-ctn .shops-content .shops-list {
    gap: 25px;
  }
}
#Points4X .shops .shops-content-ctn .shops-content .shops-text {
  gap: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: var(--fz-22);
}

.flex__wrapper > * {
  flex: 1;
}

.tab__content .item {
  padding: 40px 0;
  border-radius: var(--br-40);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0 0 20px rgba(50, 125, 216, 0.2);
  margin-bottom: 20px;
}
.tab__content > .flex__wrapper {
  gap: 20px;
}
@media (max-width: 970px) {
  .tab__content > .flex__wrapper {
    gap: 10px;
  }
}
.tab__content > .flex__wrapper > * {
  width: calc(50% - 10px);
}
@media (max-width: 970px) {
  .tab__content > .flex__wrapper > * {
    width: 100%;
  }
}

.icon-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz-30);
  font-weight: bold;
  color: #0b4e9c;
  gap: 10px;
}
.icon-title img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/btn_right.png);
  background-size: contain;
  width: 110px;
  height: 110px;
  margin-top: -43px !important;
}
@media (max-width: 970px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    width: 70px;
    height: 70px;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/btn_left.png);
  background-size: contain;
  width: 110px;
  height: 110px;
  margin-top: -43px !important;
}
@media (max-width: 970px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    width: 70px;
    height: 70px;
  }
}

.online {
  display: flex;
}
.online .swiper-item {
  width: 55%;
  position: relative;
  background-image: url(../images/slider_bg1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center left;
}
@media (max-width: 970px) {
  .online .swiper-item {
    background-size: 95% auto;
  }
}
.online .swiper-3-text {
  width: 45%;
}
@media (max-width: 970px) {
  .online {
    flex-direction: column;
  }
  .online > * {
    width: 100% !important;
  }
}

.swiper-container .swiper-slide {
  text-align: center;
}
.swiper-container .swiper-slide img {
  max-width: calc(100% - 100px);
}

.swiper-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--br-40);
}
.swiper-text.swiper-1-text, .swiper-text.swiper-2-text {
  text-align: center;
}
.swiper-text.swiper-1-text .step, .swiper-text.swiper-2-text .step {
  margin: auto;
}
.swiper-text .content {
  display: none;
  font-size: var(--fz-26);
  min-height: 200px;
}
@media (max-width: 970px) {
  .swiper-text .content {
    min-height: 150px;
    text-align: center;
  }
  .swiper-text .content > .step {
    margin: auto;
  }
}
.swiper-text .content .step {
  font-size: var(--fz-30);
  font-weight: bold;
  background-color: #1a428a;
  color: #fff;
  border-radius: 25px;
  padding: 5px 40px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 28px;
}
.swiper-text[active="0"] [data-attr="0"] {
  display: block;
}
.swiper-text[active="1"] [data-attr="1"] {
  display: block;
}
.swiper-text[active="2"] [data-attr="2"] {
  display: block;
}
.swiper-text[active="3"] [data-attr="3"] {
  display: block;
}
.swiper-text[active="4"] [data-attr="4"] {
  display: block;
}
.swiper-text[active="5"] [data-attr="5"] {
  display: block;
}
.swiper-text[active="6"] [data-attr="6"] {
  display: block;
}
.swiper-text[active="7"] [data-attr="7"] {
  display: block;
}
.swiper-text[active="8"] [data-attr="8"] {
  display: block;
}
.swiper-text[active="9"] [data-attr="9"] {
  display: block;
}
.swiper-text[active="10"] [data-attr="10"] {
  display: block;
}

.swiper-1,
.swiper-2 {
  width: 100%;
  background-image: url(../images/slider_bg2.png);
  background-size: 80% auto;
  padding-top: 0;
  padding-bottom: 39px;
  background-repeat: no-repeat;
  background-position: bottom 40px center;
}
@media (max-width: 970px) {
  .swiper-1,
  .swiper-2 {
    background-size: 80% auto;
  }
  .swiper-1 .swiper-button-next,
  .swiper-1 .swiper-container-rtl .swiper-button-prev,
  .swiper-1 .swiper-button-prev,
  .swiper-1 .swiper-container-rtl .swiper-button-next,
  .swiper-2 .swiper-button-next,
  .swiper-2 .swiper-container-rtl .swiper-button-prev,
  .swiper-2 .swiper-button-prev,
  .swiper-2 .swiper-container-rtl .swiper-button-next {
    margin-top: -5px !important;
  }
}
.swiper-1 .swiper-slide,
.swiper-2 .swiper-slide {
  transition-duration: 0.5s;
  overflow: hidden;
}
.swiper-1 .swiper-slide img,
.swiper-2 .swiper-slide img {
  transition: transform 0.5s;
  transform: translate(0, 50%);
}
.swiper-1 .swiper-slide.swiper-slide-active img,
.swiper-2 .swiper-slide.swiper-slide-active img {
  transform: translate(0, 0);
}

.earn {
  border-radius: var(--br-40);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0 0 20px rgba(50, 125, 216, 0.2);
  margin-bottom: 40px;
  padding: var(--br-40);
}
.earn .earn__subheading {
  text-align: center;
  font-size: var(--fz-22);
  font-weight: 300;
}

.ticket {
  padding: 0 !important;
  border-radius: var(--br-40);
  background: linear-gradient(to bottom, rgb(14, 81, 164) 0%, rgb(122, 173, 236) 100%);
  box-shadow: 0 0 20px rgba(50, 125, 216, 0.2);
}
.ticket .ticket__image {
  width: auto;
  min-width: 40%;
  max-width: 40%;
}
.ticket .ticket__content {
  color: #fff;
  font-size: var(--fz-22);
  padding-right: 30px;
  line-height: 1.2;
}
.ticket .ticket__content b {
  font-size: var(--fz-30);
  color: #fff;
}

.register__button__title {
  font-size: var(--fz-30) !important;
  color: #0b4e9c !important;
}

.register__button__item__container {
  gap: 72px;
}
.register__button__item__container .btn {
  margin: auto;
  width: 350px;
  max-width: 25vw;
  display: inline-block;
}
@media (max-width: 970px) {
  .register__button__item__container .btn {
    display: block;
    margin-bottom: 20px;
    min-width: 100%;
  }
}

#footer .footer_bot_area ul li {
  margin-left: 0;
}

#footer .footer_bot_area ol li {
  margin-left: 0;
}

#footer .footer_bot_area p {
  margin-bottom: 20px;
}

.remark-link {
  margin-left: 0;
}

.cardface img {
  max-height: unset;
  margin-top: -60px;
  width: 150px;
  margin-bottom: -20px;
}
@media (max-width: 970px) {
  .cardface img {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.promoteBar .cardface {
  width: auto;
}

.promoteBar__content {
  font-size: 34px;
  padding-right: 10px;
}
@media (max-width: 970px) {
  .promoteBar__content {
    font-size: 18px;
  }
}

.promoteBar {
  background-image: url(../images/sticky_bg.jpg);
  background-size: 100% 100%;
  padding: 15px 0;
}
@media (max-width: 970px) {
  .promoteBar {
    padding: 5px 0;
  }
}

.earn .step__arrow {
  text-align: center;
}
.earn .step__arrow img {
  max-width: 30px;
}
@media (max-width: 970px) {
  .earn .step__arrow img {
    max-width: 20px;
  }
}

.smaller {
  font-size: 70%;
}

.bg {
  background-color: rgba(255, 244, 183, 0.5333333333);
  border-radius: 100px 0 100px 0;
  padding: 40px 0;
}

#YRO .remarks {
  text-align: center;
  margin-top: 20px;
}

ul.asterisk {
  list-style-type: "*";
  margin-left: 0.8em;
}
ul.asterisk li {
  padding-left: 5px;
}

.promoteBar__content {
  color: #0b4e9c;
}/*# sourceMappingURL=style.css.map */