/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/pages/home.scss ***!
  \**************************************************************************************************************************************************/
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  font-style: italic;
  user-select: none;
}

figure {
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

textarea {
  resize: none;
}

abbr[title] {
  text-decoration: none;
}

button {
  user-select: none;
  white-space: nowrap;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

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

small {
  font-size: 100%;
}

blockquote {
  margin: 0;
}

cite {
  display: inline-block;
  font-style: normal;
}

input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
  margin: 0;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration, input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  display: none;
}
input[type=number] {
  -moz-appearance: textfield;
}

dialog {
  border: none;
  padding: 0;
}

mark {
  background-color: transparent;
  color: currentColor;
}

/*------------------*
# Variables
*------------------*/
/*
 * This file includes default variables to get going quickly on a project.
 * File includes:
 * - Base font family
 * - Base font weight
 * - Base font sizes
 * - Heading spacing
 * - Paragraph spacing
 * - Base line height
 * - Base colors
*/
/*
 * Base font family
*/
/*
 * Base font weight
*/
/*
 * Base line height
*/
/*
 * Base font sizes
*/
/*
 * Heading spacing
*/
/*
 * Paragraph spacing
*/
/*
 * Base colors
*/
h1 {
  color: #232323;
  font-size: 48px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0;
}

h2 {
  color: #232323;
  font-size: 42px;
  line-height: 1.32;
  font-weight: bold;
  margin: 0;
}

h3 {
  color: #232323;
  font-size: 36px;
  line-height: 1.25;
  font-weight: bold;
  margin: 0;
}

h4 {
  color: #232323;
  font-size: 32px;
  line-height: 1.28;
  font-weight: bold;
  margin: 0;
}

h5 {
  color: #232323;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0;
}

h6 {
  color: #232323;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin: 0;
}

body {
  font-family: "Montserrat", "Arial", sans-serif, serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #232323;
  margin: 0;
  padding: 0;
}
body.overflow-hidden {
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
body:has(#compare-layout-new) .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  position: relative;
  color: #1b4298;
}
body:has(#compare-layout-new) .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  border-radius: 4px;
  border: 1px solid var(--Color-Primary-Pacific, #1b4298);
  width: 20px;
  height: 20px;
  overflow: hidden;
}
body:has(#compare-layout-new) .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true]::before {
  content: url(../../img/icon/selected.svg);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  border-radius: 4px;
  background-color: #1b4298;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.txt-center {
  text-align: center;
}

main:not(.single-page) {
  overflow: hidden;
}

figure {
  margin: 0;
}

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

video {
  width: 100%;
  max-height: 100%;
}

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

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

button {
  user-select: none;
  white-space: nowrap;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

figure.img-holder img,
figure.img-holder picture,
figure.img-holder video,
figure.img-holder svg {
  display: block;
  width: 100%;
  height: inherit;
}
figure.img-holder.bg-mode {
  overflow: hidden;
}
figure.img-holder.bg-mode img,
figure.img-holder.bg-mode picture,
figure.img-holder.bg-mode video {
  object-fit: cover;
  object-position: center;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
@media only screen and (max-width: 1439px) {
  .container {
    padding: 0 16px;
  }
}

section {
  position: relative;
  z-index: 5;
}
section .section-title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}
section .section-title.size-large {
  font-size: 76px;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  section .section-title.size-large {
    font-size: 40px;
  }
}
section .section-title.size-medium {
  font-size: 60px;
  line-height: 1.28;
}
@media only screen and (max-width: 1024px) {
  section .section-title.size-medium {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  section .section-title {
    font-size: 40px;
  }
}

.decor {
  transition: all 0.3s ease;
}
.decor.decor-flowers:hover {
  transform: rotate(45deg) scale(1.2);
}

.sponsor-note {
  max-width: 558px;
  display: block;
  margin: 0 auto;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #1B4298;
}

.primary-pink {
  color: #E20177;
}

.primary-blue {
  color: #1B4298;
}

.relative {
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .tab-hide {
    display: none;
  }
}

.tab-show {
  display: none !important;
}
@media only screen and (max-width: 1280px) {
  .tab-show {
    display: block !important;
  }
  .tab-show.row {
    display: flex !important;
  }
  .tab-show.inline {
    display: inline !important;
  }
}

@media only screen and (max-width: 1024px) {
  .mb-hide {
    display: none !important;
  }
}

.mb-show {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mb-show {
    display: block !important;
  }
  .mb-show.flex {
    display: flex !important;
  }
}

.no-data {
  margin-bottom: 16px;
}

.description ul,
.desc ul,
.quote-content ul {
  list-style: disc;
  padding-left: 20px;
}
.description h2,
.desc h2,
.quote-content h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  color: #1b4298;
}
.description h3,
.desc h3,
.quote-content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #1b4298;
}
.description h4,
.desc h4,
.quote-content h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #1b4298;
}
.description h5,
.desc h5,
.quote-content h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #1b4298;
}
.description h6,
.desc h6,
.quote-content h6 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #1b4298;
}

.page-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  background: #ffffff;
}
.page-header .filter-news-fixed {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .page-header .filter-news-fixed {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 8px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.0823529412);
  }
  .page-header .filter-news-fixed.active {
    display: block;
  }
}
.page-header .filter-news-fixed ul {
  display: flex;
  justify-content: space-between;
}
.page-header .filter-news-fixed ul li {
  font-size: 14px;
}
.page-header .filter-news-fixed ul li.active {
  color: #e20177;
}
.page-header .container {
  max-width: 1362px;
}
.page-header .header-layout {
  display: flex;
  align-items: center;
  height: 72px;
  position: relative;
  z-index: 3;
  background: #ffffff;
}
.page-header .header-logo {
  margin-right: 4px;
  display: grid;
  grid-template-columns: 45px 92px;
  gap: 4px;
  align-items: center;
}
.page-header .header-logo .logo img {
  max-width: 100%;
}
.page-header .header-nav {
  flex-grow: 1;
}
.page-header .header-nav .menu-list {
  display: flex;
  align-items: center;
}
.page-header .header-nav .menu-list .menu-item {
  position: relative;
  cursor: pointer;
  position: relative;
  color: #53565B;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.3s ease;
  padding: 0 8px;
}
.page-header .header-nav .menu-list .menu-item a {
  padding: 26px 0;
}
.page-header .header-nav .menu-list .menu-item.active, .page-header .header-nav .menu-list .menu-item:hover {
  color: #E20177;
}
.page-header .header-nav .menu-list .menu-item.menu-item-has-children {
  display: flex;
  align-items: center;
}
.page-header .header-nav .menu-list .menu-item.menu-item-has-children::after {
  content: "";
  background-image: url("../img/icon/arrow-down.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 4px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  transition: all 0.3s ease;
}
.page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: fit-content;
  border-radius: 8px;
  background-color: #ffffff;
  z-index: 3;
}
.page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu .menu-item {
  padding: 16px;
  white-space: nowrap;
  position: relative;
}
.page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu .menu-item:has(.sub-menu) {
  padding: 0 16px;
}
@media only screen and (max-width: 1024px) {
  .page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu .menu-item:has(.sub-menu) {
    padding: 0;
  }
}
.page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
}
@media only screen and (max-width: 1280px) {
  .page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu .menu-item .sub-menu {
    position: static;
    padding-left: 20px;
  }
}
.page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 16px 0;
}
@media only screen and (max-width: 1024px) {
  .page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu .menu-item {
    white-space: normal;
  }
}
.page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid #F2F2F2;
}
.page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu.active {
  display: block;
}
.page-header .header-nav .menu-list .menu-item.menu-item-has-children.active, .page-header .header-nav .menu-list .menu-item.menu-item-has-children:hover {
  font-weight: 700;
}
.page-header .header-nav .menu-list .menu-item.menu-item-has-children.active::after, .page-header .header-nav .menu-list .menu-item.menu-item-has-children:hover::after {
  background-image: url("../img/icon/arrow-down-pink.svg");
  transform: rotate(-180deg);
}
@media only screen and (max-width: 1024px) {
  .page-header .header-nav .menu-list .menu-item.menu-item-has-children:hover::after {
    transform: none;
  }
}
.page-header .header-nav .menu-list .menu-item.menu-item-has-children:hover > .sub-menu {
  display: block;
}
@media only screen and (max-width: 1280px) {
  .page-header .header-nav .menu-list .menu-item.menu-item-has-children:hover > .sub-menu {
    display: none;
  }
  .page-header .header-nav .menu-list .menu-item.menu-item-has-children:hover > .sub-menu.active {
    display: block;
  }
}
.page-header .header-nav .btn-primary-pink {
  display: none;
}
.page-header .campaign-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  background: #1b4298;
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  border-radius: 0 0 40px 40px;
  background: var(--Color-Primary-Pacific, #1b4298);
  backdrop-filter: blur(20px);
  height: 64px;
  padding: 18px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 925px;
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.page-header .campaign-submenu.active {
  opacity: 1;
  visibility: visible;
}
.page-header .campaign-submenu .campaign-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.page-header .campaign-submenu .campaign-list .campaign-sub-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 1024px) {
  .page-header .campaign-submenu .campaign-list .campaign-sub-item {
    width: 50%;
  }
}
.page-header .campaign-submenu .campaign-list .campaign-sub-item a {
  display: block;
  margin: 0 auto;
}
.page-header .campaign-submenu .campaign-list .campaign-sub-item.active {
  color: #e20177;
}
.page-header .campaign-submenu .campaign-list .campaign-sub-item:hover {
  opacity: 0.7;
}
.page-header .campaign-submenu .campaign-list .campaign-sub-item .campaign-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.page-header .cta-block {
  display: flex;
  align-items: center;
}
.page-header .cta-block #search-btn {
  margin-right: 8px;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
}
.page-header .cta-block .btn {
  padding: 12px;
  height: 36px;
}
.page-header .cta-block .btn .icon {
  width: 5px;
  height: 10px;
  min-height: 10px;
}
.page-header .cta-block .burger {
  display: none;
}
.page-header .cta-block .burger::after {
  content: "";
  position: relative;
  width: 42px;
  height: 42px;
  background-image: url("../img/icon/burger.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  transition: all 0.3s ease;
}
.page-header .cta-block .burger.active::after {
  background-image: url("../img/icon/close.svg");
}
@media screen and (max-width: 1340px) {
  .page-header .header-nav .menu-list .menu-item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .page-header .header-layout {
    height: 70px;
  }
  .page-header .header-nav {
    position: absolute;
    top: 70px;
    left: -16px;
    width: calc(100% + 32px);
    height: calc(100dvh - 70px);
    z-index: 10;
    background: #ffffff;
    padding: 12px 20px 32px;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.2s ease;
  }
  .page-header .header-nav .menu-list {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
    max-height: 60vh;
    overflow-y: auto;
  }
  .page-header .header-nav .menu-list .menu-item {
    width: 100%;
    justify-content: space-between;
    color: #1B4298;
    font-weight: 500;
    border-bottom: 1px solid #E8E8E8;
    padding: 0;
  }
  .page-header .header-nav .menu-list .menu-item > a {
    padding: 12px 0;
    flex-grow: 1;
    display: block;
  }
  .page-header .header-nav .menu-list .menu-item.menu-item-has-children {
    flex-wrap: wrap;
  }
  .page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu {
    flex: 1 1 100%;
    position: relative;
    top: 0;
    left: 0;
    order: 3;
    padding: 0;
  }
  .page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu .menu-item {
    padding: 0;
  }
  .page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu .menu-item > a {
    padding: 8px;
  }
  .page-header .header-nav .menu-list .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
    border-bottom: none;
  }
  .page-header .header-nav .menu-list .menu-item.menu-item-has-children.active {
    border-bottom: none;
  }
  .page-header .header-nav .btn-primary-pink {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .page-header .header-nav .btn-primary-pink .icon {
    height: 12px;
  }
  .page-header .header-nav .btn-primary-pink .icon img {
    height: 12px;
  }
  .page-header .header-nav.active {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
  }
  .page-header .campaign-submenu {
    padding: 12px 20px;
    height: auto;
  }
  .page-header .cta-block {
    display: flex;
    margin-left: auto;
  }
  .page-header .cta-block #search-btn {
    margin-right: 12px;
  }
  .page-header .cta-block .btn {
    display: none;
  }
  .page-header .cta-block .burger {
    display: block;
  }
}

.section-campaign-detail {
  padding-bottom: 100px;
}

.page-footer {
  position: relative;
  z-index: 9;
  overflow: hidden;
  margin-top: -4.167vw;
}
@media only screen and (max-width: 1280px) {
  .page-footer {
    margin-top: -5.167vw;
  }
}
@media only screen and (max-width: 1024px) {
  .page-footer {
    margin-top: -8vw;
  }
}
.page-footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/footer/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.page-footer .footer-layout {
  position: relative;
  z-index: 2;
  padding: 10.7vw 0 40px;
}
.page-footer .footer-layout .footer-content {
  display: flex;
}
.page-footer .footer-layout .footer-content .left-col {
  flex: 0 0 485px;
}
@media only screen and (max-width: 1024px) {
  .page-footer .footer-layout .footer-content .left-col {
    flex: 1;
  }
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout {
  border-radius: 60px;
  background: #ffffff;
  padding: 58px 26px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block:not(:last-child) {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-heading .logo {
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: 106px 229px;
  gap: 10px;
  align-items: center;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-heading .content .content-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #232323;
  margin-bottom: 16px;
  text-align: center;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-heading .content .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-heading .content .social-list .social-item {
  width: 64px;
  height: 64px;
  transition: all 0.3s ease;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-heading .content .social-list .social-item:hover {
  opacity: 0.7;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-heading .content .social-list .social-item:not(:last-child) {
  margin-right: 20px;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content {
  padding-top: 24px;
  border-top: 1px solid #D0CFD0;
  text-align: center;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .desc {
  font-size: 14px;
  line-height: 1.6;
  color: #1B4298;
  font-weight: 500;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links {
  margin-top: 14px;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links ul {
  display: flex;
  align-items: center;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links ul li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #1B4298;
  transition: all 0.3s ease;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links ul li a:hover {
  color: #E20177;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links ul li:not(:last-child) a {
  margin-right: 12px;
}
.page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links ul li:not(:last-child) a::after {
  content: "|";
  font-size: 16px;
  position: relative;
  margin-left: 12px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links ul {
    display: block;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links ul li:not(:last-child) a {
    margin-right: 0;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links ul li:not(:last-child) a::after {
    display: none;
  }
}
.page-footer .footer-layout .footer-content .right-col {
  margin-left: 32px;
}
@media only screen and (max-width: 1024px) {
  .page-footer .footer-layout .footer-content .right-col {
    flex: 1;
  }
}
.page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-title {
  color: #ffffff;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.28;
  text-transform: uppercase;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 576px) {
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-title {
    font-size: 28px;
  }
}
.page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent {
  position: absolute;
  right: -20px;
  bottom: 0;
}
.page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .talent-img {
  position: relative;
  z-index: 2;
}
.page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .talent-img .img-talent img {
  max-width: 346px;
  max-height: 462px;
}
@media only screen and (max-width: 768px) {
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .talent-img .img-talent img {
    max-width: 243px;
    max-height: 344px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 576px) {
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .talent-img .img-talent img {
    max-width: 162px;
    max-height: 229px;
  }
}
.page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .shape-bg-talent {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  left: 50%;
}
.page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .shape-bg-talent .img-bg-talent img {
  max-width: 375px;
  max-height: 375px;
}
@media only screen and (max-width: 768px) {
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .shape-bg-talent .img-bg-talent img {
    max-width: 297px;
    max-height: 297px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 576px) {
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .shape-bg-talent .img-bg-talent img {
    max-width: 198px;
    max-height: 198px;
  }
}
.page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .decor {
  position: absolute;
  z-index: 3;
}
.page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .decor.decor-1 {
  width: 70px;
  height: 44px;
  top: 196px;
  left: -65px;
  transform: rotate(-36deg) translateX(-100%);
}
.page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .decor.decor-2 {
  width: 54px;
  height: 34px;
  top: 280px;
  left: -18px;
}
.page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .decor.decor-3 {
  width: 262px;
  height: 262px;
  top: -80px;
  right: -150px;
  transform: rotate(-105deg);
  z-index: -1;
}
.page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .decor.decor-3:hover {
  transform: rotate(0) scale(1.2);
}
.page-footer .footer-layout .footer-copyright {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  color: #1B4298;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-footer {
    padding: 92px 0 22px;
    margin-top: -9.6vw;
  }
  .page-footer::before {
    background-image: url("../img/footer/bg-mobile.svg");
  }
  .page-footer::after {
    background-image: url("../img/footer/bg-gradient-mobile.svg");
  }
  .page-footer .footer-layout {
    padding: 10.7vw 0 0;
  }
  .page-footer .footer-layout .footer-content {
    flex-direction: column-reverse;
  }
  .page-footer .footer-layout .footer-content .left-col {
    flex: 1 1 100%;
    position: relative;
    z-index: 2;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout {
    padding: 30px 24px;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block:not(:last-child) {
    margin-bottom: 33px;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-heading {
    flex-direction: column;
    align-items: center;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-heading .logo {
    margin-bottom: 24px;
    grid-template-columns: 76px 165px;
    gap: 10px;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-heading .content {
    margin-left: 0;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-heading .content .content-title {
    display: none;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-heading .content .social-list {
    justify-content: center;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content {
    padding: 24px 8px;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content > p {
    text-align: center;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links ul {
    flex-direction: column;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links ul li > a {
    font-weight: 600;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links ul li:not(:last-child) a {
    margin-right: 0;
  }
  .page-footer .footer-layout .footer-content .left-col .left-col-layout .block.block-content .legal-links ul li:not(:last-child) a::after {
    display: none;
  }
  .page-footer .footer-layout .footer-content .right-col {
    position: relative;
    z-index: 1;
    margin-left: 0;
  }
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.28;
    margin: 0;
  }
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent {
    position: relative;
    right: -20px;
    bottom: auto;
    top: 0;
  }
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .talent-img {
    position: relative;
    z-index: 2;
    margin-bottom: -16px;
  }
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .shape-bg-talent {
    right: 0;
    left: auto;
    transform: translate(0, -50%);
  }
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .decor.decor-1 {
    width: 9vw;
    height: 5.86vw;
    top: 50px;
    left: auto;
    right: 160px;
  }
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .decor.decor-2 {
    width: 7.2vw;
    height: 4.53vw;
    top: 110px;
    left: auto;
    right: 180px;
    transform: rotate(13deg);
  }
  .page-footer .footer-layout .footer-content .right-col .right-col-layout .right-col-talent .decor.decor-3 {
    width: 34.67vw;
    height: 34.67vw;
    top: -12vw;
    right: -12vw;
    transform: translateY(-100%) rotate(-105deg);
  }
  .page-footer .footer-layout .footer-copyright {
    text-align: center;
    margin-top: 48px;
    font-size: 12px;
    line-height: 1.2;
  }
}

.admin-bar .search-wrapper .search-box {
  margin-top: 104px;
}
@media only screen and (max-width: 1024px) {
  .admin-bar .search-wrapper .search-box {
    margin-top: 70px;
  }
}

.search-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.search-wrapper .search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.search-wrapper.active {
  display: block;
}
.search-wrapper .search-box {
  background: #fff;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-top: 72px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (max-width: 1024px) {
  .search-wrapper .search-box {
    margin-top: 70px;
  }
}
.search-wrapper .search-box .search-bar {
  position: relative;
  top: 0;
}
.search-wrapper .search-box .search-bar .search-bar-layout {
  max-width: 845px;
}

/* Input and button */
.search-box input {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #53565B;
}
.search-box input:focus, .search-box input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.search-box button {
  margin-top: 10px;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

.search-wrapper.active .search-overlay {
  opacity: 1;
}

.search-wrapper.active .search-box {
  min-height: 170px;
}

#search-wrapper .search-bar-layout {
  max-width: 845px;
}

.accordion-wrapper .accordion {
  margin-bottom: 16px;
  color: #232323;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 2px solid #1B4298;
  /* Accordion control */
  /* Accordion Content */
}
.accordion-wrapper .accordion.active .accordion-content {
  margin-top: 20px;
  display: block;
}
.accordion-wrapper .accordion .accordion-control {
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-weight: 600;
  transition: all 0.3s ease;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-wrap: wrap;
  font-size: 18px;
  line-height: 1.5;
  color: #232323;
}
.accordion-wrapper .accordion .accordion-control::after {
  content: url("../img/icon/icon-arrow-up-pink.svg");
  position: relative;
  transform-origin: center;
  width: 40px;
  height: 40px;
  transform: rotate(-180deg);
}
.accordion-wrapper .accordion .accordion-control[aria-expanded=true]::after {
  transform: rotate(0deg);
}
.accordion-wrapper .accordion .accordion-content {
  margin-top: 20px;
  display: none;
  font-weight: 400;
}
.accordion-wrapper .accordion .accordion-content a {
  color: blue;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .accordion-wrapper {
    margin-bottom: 40px;
  }
  .accordion-wrapper .accordion.active .accordion-content {
    margin-top: 20px;
  }
  .accordion-wrapper .accordion .accordion-control {
    font-size: 16px;
    gap: 16px;
  }
}

.banner-section {
  background: #FBF4F5;
  min-height: 350px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.banner-section::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -17vw;
  width: 1094px;
  height: 1094px;
  background-image: url(../img/decor/ellipse-pink-gradient.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.banner-section .banner-content {
  max-width: 565px;
  margin: 0 auto;
  text-align: center;
}
.banner-section .banner-sub-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #E20177;
}
@media only screen and (max-width: 1024px) {
  .banner-section .banner-sub-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
}
.banner-section .banner-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.32;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .banner-section .banner-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.4;
    text-transform: uppercase;
  }
}
.banner-section .banner-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #232323;
}

.btn {
  border: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  padding: 12px 24px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  color: #ffffff;
  background: #E20177;
  gap: 12px;
  white-space: nowrap;
  width: fit-content;
}
.btn.btn-large {
  padding: 12px 25px 11px 25px;
}
.btn.btn-medium {
  font-size: 16px;
  line-height: 1.2;
}
.btn.btn-small {
  font-size: 14px;
  line-height: 1.2;
}
.btn.btn-link {
  background-color: transparent;
  color: #1B4298;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .btn .icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }
}
.btn .icon img,
.btn .icon svg {
  width: inherit;
  height: inherit;
}
.btn.btn-primary-pink {
  color: #ffffff;
  background: #E20177;
}
.btn.btn-primary-blue {
  color: #ffffff;
  background: #1B4298;
}
.btn:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 20px;
  }
}

.card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .card-list {
    gap: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card-list article {
  position: relative;
  padding: 16px;
  background: #ffffff;
  display: flex;
  gap: 20px;
  border-radius: 20px;
  height: 100%;
  min-height: 184px;
}
.card-list article .card-img {
  width: 150px;
  height: 150px;
  min-width: 150px;
  border-radius: 12px;
  overflow: hidden;
}
.card-list article .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-list article .card-body .card-date {
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  color: rgba(64, 64, 64, 0.8);
  margin-bottom: 10px;
  display: block;
}
.card-list article .card-body .card-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #1B4298;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .card-list article .card-body .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.card-list article .card-body .card-desc {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .card-list article .card-body .card-desc {
    display: none;
  }
}
.card-list article .card-body .view-more {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #e20177;
}
.card-list article .card-body .view-more:hover {
  opacity: 0.7;
}

.card-videos .card-item.card-new .card-img::after {
  display: none;
}
.card-videos article {
  position: relative;
  padding: 12px;
  background: #ffffff;
  border-radius: 12px;
  height: 100%;
  cursor: pointer;
  min-height: 335px;
  text-align: left;
  flex-direction: column;
  gap: 0;
}
@media only screen and (max-width: 1024px) {
  .card-videos article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    min-height: inherit;
  }
}
.card-videos article .card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  z-index: 1;
}
.card-videos article .card-info > span {
  background-color: rgba(0, 0, 0, 0.5);
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .card-videos article .card-info > span {
    font-size: 10px;
    height: auto;
  }
  .card-videos article .card-info > span.video-duration {
    display: none;
  }
}
.card-videos article .card-img {
  position: relative;
  width: 100%;
  height: 205px;
  margin-bottom: 14px;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .card-videos article .card-img {
    height: 100px;
    margin-bottom: 0;
  }
}
.card-videos article .card-img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/icon/play.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 56px;
  height: 56px;
}
@media only screen and (max-width: 1024px) {
  .card-videos article .card-img::after {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .card-videos article .card-body {
    justify-content: flex-start;
  }
}
.card-videos article .card-body .card-title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: #1B4298;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1024px) {
  .card-videos article .card-body .card-title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.card-videos article .card-body .card-desc {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1024px) {
  .card-videos article .card-body .card-desc {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.card-videos article .card-body .card-cta {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%) rotate(90deg);
  transition: all 0.3s ease;
}
.card-videos article .card-body .card-cta:hover {
  opacity: 0.7;
}

.contraception-info {
  padding: 110px 0 6.94vw 0;
  overflow: hidden;
}
.contraception-info::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
}
.contraception-info .info-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-bottom: 42px;
}
.contraception-info .info-header .section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.contraception-info .info-header .header-content {
  flex: 1 1 616px;
}
.contraception-info .info-header .header-content .desc {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #1B4298;
}
@media only screen and (max-width: 576px) {
  .contraception-info .info-header .header-content .desc {
    font-size: 16px;
    line-height: 1.5;
  }
}
.contraception-info .card {
  background: #ffffff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  border-radius: 160px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.contraception-info .card .card-icon {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .contraception-info .card .card-icon {
    margin-bottom: 0px;
  }
}
.contraception-info .card .card-icon .thumbnail {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contraception-info .card .card-icon .thumbnail img {
  max-height: 120px;
  max-width: 120px;
}
@media only screen and (max-width: 768px) {
  .contraception-info .card .card-icon .thumbnail img {
    max-height: 80px;
    max-width: 80px;
  }
}
.contraception-info .card .card-title {
  color: #1B4298;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contraception-info .card .card-desc {
  color: #1B4298;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contraception-info .card .card-cta {
  position: absolute;
  bottom: -30px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.contraception-info .card .card-detail {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .contraception-info .card:hover {
    transform: rotate(0) !important;
    border-radius: 60px;
    background: #E20177;
    justify-content: flex-start;
  }
  .contraception-info .card:hover .card-icon {
    border-radius: 100%;
    background: #ffffff;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contraception-info .card:hover .card-icon .thumbnail {
    max-width: 82px;
    max-height: 82px;
  }
  .contraception-info .card:hover .card-desc {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .contraception-info .card:hover .card-title,
  .contraception-info .card:hover .card-desc {
    color: #ffffff;
  }
  .contraception-info .card:hover .card-cta {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .contraception-info .card:hover .card-content {
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
  .contraception-info .card:hover .card-detail {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}

#common-faq {
  padding: 60px 0 120px;
  background-color: #EFF6FA;
  position: relative;
}
#common-faq::before, #common-faq::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100vw auto;
  z-index: -1;
}
#common-faq::before {
  top: -4.86vw;
  left: 0;
  background-image: url("../img/homepage/faq/bg.svg");
}
#common-faq::after {
  bottom: 0;
  left: 0;
  background-image: url("../img/homepage/faq/ellipse.svg");
}
#common-faq .section-title {
  margin-bottom: 52px;
}
#common-faq .faq-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
#common-faq .faq-layout .left-col {
  padding-right: 109px;
}
@media only screen and (max-width: 1280px) {
  #common-faq .faq-layout .left-col {
    padding-right: 40px;
  }
}
#common-faq .faq-layout .left-col .filter .tab {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  transition: all 0.3s ease;
  border-radius: 16px;
  padding: 13px 20px;
  color: #1B4298;
  line-height: 1.6;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
#common-faq .faq-layout .left-col .filter .tab .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #FBF2F5;
  border-radius: 100%;
}
#common-faq .faq-layout .left-col .filter .tab:not(:last-child) {
  margin-bottom: 16px;
}
#common-faq .faq-layout .left-col .filter .tab.active, #common-faq .faq-layout .left-col .filter .tab:hover {
  background: #E20177;
  color: #ffffff;
}
#common-faq .faq-layout .right-col .group-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #common-faq {
    padding: 9.6vw 0 20.8vw;
  }
  #common-faq::before {
    background-image: url("../img/homepage/faq/bg-mobile.svg");
    top: -11.46vw;
  }
  #common-faq .section-title {
    font-size: 40px;
    line-height: 1.28;
    margin-bottom: 40px;
  }
  #common-faq .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #common-faq .faq-layout .left-col {
    position: relative;
    overflow-x: auto;
    margin-right: -20px;
  }
  #common-faq .faq-layout .left-col .section-title {
    margin-bottom: 0;
  }
  #common-faq .faq-layout .left-col .filter {
    display: flex;
    gap: 12px;
    margin-right: 20px;
  }
  #common-faq .faq-layout .left-col .filter .info-tab-list {
    display: flex;
    gap: 12px;
    margin-right: 20px;
  }
  #common-faq .faq-layout .left-col .filter .tab {
    white-space: nowrap;
    padding: 11px 20px;
  }
  #common-faq .faq-layout .left-col .filter .tab:not(:last-child) {
    margin-bottom: 0;
  }
  #common-faq .faq-layout .right-col {
    flex-basis: 100%;
    margin-bottom: 0;
  }
  #common-faq .faq-layout .right-col .group-button .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  #common-faq .faq-layout .left-col .filter .info-tab-list {
    display: flex;
    gap: 12px;
    margin-right: 20px;
  }
}

.filter-common {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .filter-common {
    overflow-x: auto;
    margin-right: -20px;
  }
}
.filter-common ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.filter-common ul li a, .filter-common ul li > span {
  min-height: 44px;
  padding: 0 16px;
  background: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 12px;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1.6;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .filter-common ul li a, .filter-common ul li > span {
    white-space: nowrap;
  }
}
.filter-common ul li a:hover, .filter-common ul li > span:hover {
  background: #E20177;
  color: #ffffff;
  font-weight: 700;
}
.filter-common ul li.active a, .filter-common ul li.active > span {
  background: #E20177;
  color: #ffffff;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  #hero,
  .hero-sm {
    padding-top: 47px;
  }
}

@media only screen and (max-width: 768px) {
  #hero-banner-swiper .swiper-slide .hero-content {
    padding-top: 47px;
  }
}

#hero,
.hero-sm,
#hero-banner-swiper {
  background: #fbf4f5;
  overflow: hidden;
}
#hero .container,
.hero-sm .container,
#hero-banner-swiper .container {
  position: relative;
}
#hero .container::after,
.hero-sm .container::after,
#hero-banner-swiper .container::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -400px;
  width: 1094px;
  height: 1094px;
  background-image: url("../img/decor/ellipse-pink-gradient.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  #hero .container::after,
  .hero-sm .container::after,
  #hero-banner-swiper .container::after {
    background-image: none;
  }
}
#hero .hero-layout,
.hero-sm .hero-layout,
#hero-banner-swiper .hero-layout {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 70px;
}
#hero .hero-title,
.hero-sm .hero-title,
#hero-banner-swiper .hero-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.32;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#hero .hero-desc,
.hero-sm .hero-desc,
#hero-banner-swiper .hero-desc {
  font-size: 18px;
}
#hero .group-button,
.hero-sm .group-button,
#hero-banner-swiper .group-button {
  display: flex;
  margin-top: 32px;
  gap: 12px;
  flex-wrap: wrap;
}
#hero .group-button .btn,
.hero-sm .group-button .btn,
#hero-banner-swiper .group-button .btn {
  font-size: 20px;
  line-height: 1.3;
}
#hero .hero-content,
.hero-sm .hero-content,
#hero-banner-swiper .hero-content {
  position: relative;
  z-index: 2;
  max-width: 608px;
}
#hero .hero-image-wrapper,
.hero-sm .hero-image-wrapper,
#hero-banner-swiper .hero-image-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #hero .hero-layout,
  .hero-sm .hero-layout,
  #hero-banner-swiper .hero-layout {
    flex-direction: column;
    align-items: center;
    padding: 48px 0 0;
    justify-content: space-between;
  }
  #hero .hero-layout .hero-content,
  .hero-sm .hero-layout .hero-content,
  #hero-banner-swiper .hero-layout .hero-content {
    max-width: 100%;
    text-align: center;
  }
  #hero .hero-layout .hero-content .hero-title,
  .hero-sm .hero-layout .hero-content .hero-title,
  #hero-banner-swiper .hero-layout .hero-content .hero-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  #hero .hero-layout .hero-content .hero-desc,
  .hero-sm .hero-layout .hero-content .hero-desc,
  #hero-banner-swiper .hero-layout .hero-content .hero-desc {
    font-size: 16px;
  }
  #hero .hero-layout .hero-content .group-button,
  .hero-sm .hero-layout .hero-content .group-button,
  #hero-banner-swiper .hero-layout .hero-content .group-button {
    flex-wrap: wrap;
    margin-top: 16px;
  }
  #hero .hero-layout .hero-content .group-button .btn,
  .hero-sm .hero-layout .hero-content .group-button .btn,
  #hero-banner-swiper .hero-layout .hero-content .group-button .btn {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2;
  }
  #hero .hero-layout .hero-image-wrapper,
  .hero-sm .hero-layout .hero-image-wrapper,
  #hero-banner-swiper .hero-layout .hero-image-wrapper {
    position: relative;
    right: 0;
    margin-top: 40px;
  }
}

.hero-sm {
  overflow: visible;
  z-index: 0;
}

#hero .hero-layout,
#hero-banner-swiper .hero-layout {
  min-height: 700px;
}
#hero .hero-graphic .bg-mode img,
#hero-banner-swiper .hero-graphic .bg-mode img {
  max-width: 522px;
  max-height: 522px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #hero .hero-graphic .bg-mode img,
  #hero-banner-swiper .hero-graphic .bg-mode img {
    max-width: 375px;
    max-height: 375px;
  }
}
#hero .decor,
#hero-banner-swiper .decor {
  position: absolute;
}
#hero .decor .img-thumbnail,
#hero-banner-swiper .decor .img-thumbnail {
  width: inherit;
  height: inherit;
}
#hero .decor.decor-1,
#hero-banner-swiper .decor.decor-1 {
  left: -10px;
  top: 12px;
  width: 74px;
  height: 70px;
  transform: rotate(-12deg);
}
#hero .decor.decor-2,
#hero-banner-swiper .decor.decor-2 {
  right: 63px;
  top: -33px;
  width: 40px;
  height: 40px;
}
#hero .decor.decor-3,
#hero-banner-swiper .decor.decor-3 {
  left: 50%;
  transform: translateX(-50%);
  top: -74px;
  width: 596px;
  height: 293px;
  z-index: -1;
}
#hero .decor.decor-4,
#hero-banner-swiper .decor.decor-4 {
  left: 35px;
  bottom: 30px;
  width: 133px;
  height: 127px;
  transform: rotate(-12deg);
}
#hero .decor.decor-5,
#hero-banner-swiper .decor.decor-5 {
  right: -24px;
  bottom: 93px;
  width: 94px;
  height: 152px;
  transform: rotate(10deg);
}
@media only screen and (max-width: 1280px) {
  #hero .hero-layout,
  #hero-banner-swiper .hero-layout {
    padding: 0 15px;
  }
  #hero .hero-content,
  #hero-banner-swiper .hero-content {
    max-width: 500px;
  }
  #hero .hero-content .hero-title,
  #hero-banner-swiper .hero-content .hero-title {
    font-size: 3.6vw;
  }
  #hero .hero-content .hero-desc,
  #hero-banner-swiper .hero-content .hero-desc {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1024px) {
  #hero .hero-content,
  #hero-banner-swiper .hero-content {
    max-width: 350px;
  }
  #hero .hero-image-wrapper .decor.decor-1,
  #hero-banner-swiper .hero-image-wrapper .decor.decor-1 {
    left: 16px;
    top: 30px;
    width: 44px;
    height: 40px;
  }
  #hero .hero-image-wrapper .decor.decor-2,
  #hero-banner-swiper .hero-image-wrapper .decor.decor-2 {
    right: 63px;
    top: 0;
    width: 24px;
    height: 24px;
  }
  #hero .hero-image-wrapper .decor.decor-3,
  #hero-banner-swiper .hero-image-wrapper .decor.decor-3 {
    top: -25px;
    width: 100%;
    height: auto;
  }
  #hero .hero-image-wrapper .decor.decor-4,
  #hero-banner-swiper .hero-image-wrapper .decor.decor-4 {
    width: 80px;
    height: 77px;
    left: 60px;
  }
  #hero .hero-image-wrapper .decor.decor-5,
  #hero-banner-swiper .hero-image-wrapper .decor.decor-5 {
    width: 55px;
    height: 90px;
    right: 3px;
  }
}
@media only screen and (max-width: 768px) {
  #hero .hero-layout,
  #hero-banner-swiper .hero-layout {
    padding: 0;
  }
}

.hero-sm .hero-layout {
  min-height: 560px;
  padding: 0 100px;
}
@media only screen and (max-width: 1280px) {
  .hero-sm .hero-layout {
    padding: 0;
    min-height: 500px;
  }
}
@media only screen and (max-width: 576px) {
  .hero-sm .hero-layout {
    min-height: auto;
  }
}
.hero-sm .hero-layout .hero-content {
  max-width: 605px;
}
@media only screen and (max-width: 1024px) {
  .hero-sm .hero-layout .hero-content {
    max-width: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-sm .hero-layout .hero-content {
    max-width: 100%;
  }
}
.hero-sm .hero-layout .hero-content .hero-title {
  font-weight: 800;
  font-size: 42px;
  line-height: 1.32;
}
@media only screen and (max-width: 1024px) {
  .hero-sm .hero-layout .hero-content .hero-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-sm .hero-layout .hero-content .hero-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.hero-sm .hero-layout .hero-image-wrapper {
  right: 109px;
}
@media only screen and (max-width: 1280px) {
  .hero-sm .hero-layout .hero-image-wrapper {
    right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .hero-sm .hero-layout .hero-image-wrapper {
    margin-top: 0;
  }
}
.hero-sm .hero-layout .hero-image-wrapper .hero-graphic .img-thumbnail {
  max-width: 515px;
  max-height: 515px;
}
.hero-sm .hero-layout .hero-image-wrapper .hero-graphic .img-thumbnail img {
  margin: 0 auto;
  max-height: 515px;
}
@media only screen and (max-width: 1024px) {
  .hero-sm .hero-layout .hero-image-wrapper .hero-graphic .img-thumbnail img {
    max-width: 450px;
    max-height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-sm .hero-layout .hero-image-wrapper .hero-graphic .img-thumbnail {
    max-width: 375px;
    max-height: 375px;
  }
  .hero-sm .hero-layout .hero-image-wrapper .hero-graphic .img-thumbnail img {
    max-height: 375px;
  }
}
.hero-sm .decor {
  position: absolute;
}
.hero-sm .decor figure {
  opacity: 0;
}
.hero-sm .decor .img-thumbnail {
  width: inherit;
  height: inherit;
}
.hero-sm .decor.circle-blue {
  left: 50%;
  transform: translateX(-50%);
  bottom: 27px;
  width: 100%;
  max-width: 375px;
  max-height: 375px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .hero-sm .decor.circle-blue {
    max-width: 300px;
    max-height: 300px;
    bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-sm .decor.circle-blue {
    max-width: 280px;
    max-height: 280px;
    bottom: 27px;
  }
}
.hero-sm .decor.ellipse {
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  width: 100%;
  max-width: 500px;
  max-height: 510px;
  z-index: -1;
}
.hero-sm .decor.ellipse img {
  margin: 0 auto;
}
.hero-sm .decor.fruit {
  left: 85px;
  top: 85px;
  transform: rotate(10.73deg);
}
@media only screen and (max-width: 768px) {
  .hero-sm .decor.fruit {
    left: 30px;
    top: 40px;
  }
}
.hero-sm .decor.fruit-2 {
  left: 40px;
  bottom: 60px;
  transform: rotate(10.73deg);
}
@media only screen and (max-width: 768px) {
  .hero-sm .decor.fruit-2 {
    left: 20px;
    bottom: 20px;
  }
}
.hero-sm .decor.decor-butterfly-1.butterfly-small {
  right: 24px;
  bottom: 100px;
  transform: rotate(4deg);
}
.hero-sm .decor.decor-butterfly-1.butterfly-large {
  right: 58px;
  bottom: 60px;
  transform: rotate(-4deg);
}
@media only screen and (max-width: 768px) {
  .hero-sm .decor.decor-butterfly-1.butterfly-large {
    right: 30px;
    bottom: 40px;
  }
}
.hero-sm .decor.decor-butterfly-2.butterfly-small {
  right: 60px;
  top: 110px;
  transform: rotate(4deg);
}
@media only screen and (max-width: 768px) {
  .hero-sm .decor.decor-butterfly-2.butterfly-small {
    right: 30px;
  }
}
.hero-sm .decor.decor-butterfly-2.butterfly-large {
  right: 70px;
  top: 40px;
  transform: rotate(-30deg);
}
@media only screen and (max-width: 768px) {
  .hero-sm .decor.decor-butterfly-2.butterfly-large {
    right: 40px;
  }
}
.hero-sm .decor.star-pink {
  left: 110px;
  top: 110px;
}
@media only screen and (max-width: 768px) {
  .hero-sm .decor.star-pink {
    left: 70px;
    top: 70px;
  }
}
.hero-sm .decor.mouth {
  left: 40px;
  bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .hero-sm .decor.mouth {
    left: 10px;
  }
}
.hero-sm .decor.three-star-pink {
  right: 36px;
  top: 228px;
}
@media only screen and (max-width: 768px) {
  .hero-sm .decor.three-star-pink {
    top: 100px;
    right: 20px;
  }
}
.hero-sm .decor.flower-circle {
  right: 75px;
  bottom: 45px;
  transform: rotate(-4deg);
}
.hero-sm.contraception-hero .hero-image-wrapper .decor.ellipse {
  bottom: 62px;
}
@media only screen and (max-width: 768px) {
  .hero-sm.contraception-hero .hero-image-wrapper .decor.ellipse {
    bottom: -30px;
  }
}
.hero-sm.contraception-hero .hero-image-wrapper .decor.three-star-pink {
  right: 30px;
  top: 130px;
}
@media only screen and (max-width: 768px) {
  .hero-sm.contraception-hero .hero-image-wrapper .decor.three-star-pink {
    top: 100px;
    right: 20px;
  }
}
.hero-sm.contraception-hero .hero-image-wrapper .decor.flower-circle {
  right: auto;
  left: -30px;
  bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .hero-sm.contraception-hero .hero-image-wrapper .decor.flower-circle {
    left: -10px;
    bottom: 50px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 576px) {
  .pagination {
    flex-wrap: wrap;
  }
}
.pagination .page-numbers {
  position: relative;
  width: 55px;
  height: 55px;
  color: #1B4298;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.3s ease;
  border: 1px solid #1B4298;
  border-radius: 100%;
  cursor: pointer;
}
.pagination .page-numbers:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 576px) {
  .pagination .page-numbers {
    margin-bottom: 10px;
  }
}
.pagination .page-numbers.next:hover svg path {
  stroke: #ffffff;
}
.pagination .page-numbers.current {
  cursor: default;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: #ffffff;
  background: #1B4298;
}
.pagination .page-numbers.current .next-page svg path,
.pagination .page-numbers.current .prev-page svg path, .pagination .page-numbers:hover .next-page svg path,
.pagination .page-numbers:hover .prev-page svg path {
  fill: #ffffff;
}
.pagination .page-numbers .next-page,
.pagination .page-numbers .prev-page {
  height: 20px;
}
.pagination .page-numbers .next-page svg path,
.pagination .page-numbers .prev-page svg path {
  fill: #1B4298;
}

.related-post {
  padding: 12.083vw 0 8.333vw;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .related-post {
    padding: 40px 0 120px;
  }
}
.related-post::after, .related-post::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
.related-post::after {
  background-image: url("../img/article/related-post-bg.svg");
}
@media only screen and (max-width: 1024px) {
  .related-post::after {
    display: none;
  }
}
.related-post::before {
  background-image: url("../img/article/related-post-bg-1.svg");
}
@media only screen and (max-width: 1024px) {
  .related-post::before {
    background-image: url("../img/article/releated-post-bg-mb.svg");
  }
}
.related-post .section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.related-post .section-heading .section-title {
  font-size: 48px;
  line-height: 1.3;
  color: #1B4298;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .related-post .section-heading .section-title {
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .related-post .section-heading .cta-holder {
    display: none;
  }
}
.related-post .section-body .cta-holder {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .related-post .section-body .cta-holder {
    display: block;
    margin-top: 40px;
  }
  .related-post .section-body .cta-holder .btn {
    width: 100%;
  }
}

.search-bar {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -63px;
  width: 100%;
  z-index: 10;
}

.search-bar-layout {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  max-width: 1062px;
  margin: 0 auto;
}
.search-bar-layout form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.search-bar-layout form .form-control {
  flex-grow: 1;
}
.search-bar-layout form .form-control input {
  text-transform: inherit;
  border-radius: 999px;
  background: #f8f8f8;
  padding: 18px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
  height: 56px;
  font-family: "Montserrat", "Arial", sans-serif, serif;
}
@media only screen and (max-width: 768px) {
  .search-bar-layout form .form-control input {
    height: 44px;
    padding: 9px 18px;
  }
}
.search-bar-layout form .form-control input:focus, .search-bar-layout form .form-control input:focus-visible {
  outline: none;
}
.search-bar-layout form .search-btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E20177;
  transition: all 0.3s ease;
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  .search-bar-layout form .search-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 2px;
  }
}
.search-bar-layout form .search-btn .img-holder {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-bar-layout form .search-btn:hover {
  opacity: 0.7;
}
.search-bar-layout .keywords {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .search-bar-layout .keywords.mobile-collapsed .keyword-link:nth-of-type(-n+4) {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .search-bar-layout .keywords.mobile-expanded .keyword-link {
    display: inline-block;
  }
}
.search-bar-layout .keywords .keyword-title {
  color: #000000;
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  .search-bar-layout .keywords .keyword-title {
    display: block;
  }
}
.search-bar-layout .keywords .keyword-link {
  color: #1B4298;
  transition: all 0.3s ease;
  margin-right: 12px;
  cursor: pointer;
}
.search-bar-layout .keywords .keyword-link:hover {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .search-bar-layout .keywords .keyword-link {
    display: none;
  }
}
.search-bar-layout .keywords .view-more {
  font-weight: 700;
  color: #1B4298;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .search-bar-layout .keywords .view-more {
    display: inline-block;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  pointer-events: auto;
  /* Re-enable clicking on buttons */
  transition: all 0.3s ease;
  z-index: 10;
}

/* Position the buttons */
.swiper-button-prev {
  left: -30px;
}
.swiper-button-prev::after {
  transform: rotate(-180deg);
}

.swiper-button-next {
  right: -30px;
}

/* Custom arrow icons using pseudo-elements */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/icon/button-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* Hover states */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.8;
}

/* Disabled state */
.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.swiper-pagination {
  bottom: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #1B4298;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 80px;
  background-color: #E20177;
  border-radius: 20px;
}

@media only screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next {
    right: -16px;
  }
  .swiper-button-prev {
    left: -16px;
  }
}
.info-tab-list .tab-item {
  cursor: pointer;
}
.info-tab-list .tab-item.active .pharmacy {
  border: 1px solid #E20177;
  background-color: #FFF2F7;
}

.info-content-list .content-item {
  display: none;
}
.info-content-list .content-item.active {
  display: block;
}

.breadcrumb {
  max-width: 794px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #737478;
  margin-bottom: 52px;
}
.breadcrumb span {
  color: #1B4298;
}

#did-you-know {
  padding: 9.428vw 0 6.8vw;
  margin-top: -4.92vw;
}
#did-you-know::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/homepage/did-you-know/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 1280px) {
  #did-you-know {
    margin-top: -6.92vw;
  }
}
@media only screen and (max-width: 1024px) {
  #did-you-know {
    padding: 23.2vw 0 0;
    margin-top: -10.93vw;
  }
  #did-you-know::after {
    background-image: url("../img/homepage/did-you-know/bg-mobile.svg");
  }
}
#did-you-know .did-you-know-heading {
  display: flex;
  justify-content: center;
}
#did-you-know .did-you-know-heading .section-title {
  color: #ffffff;
  max-width: 267px;
  margin-bottom: 0;
  margin-top: 30px;
}
#did-you-know .did-you-know-heading .talent {
  width: 411px;
  height: 448px;
}
#did-you-know .did-you-know-cards {
  margin-top: -60px;
}
#did-you-know .did-you-know-cards .swiper-button-next,
#did-you-know .did-you-know-cards .swiper-button-prev {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #did-you-know .did-you-know-cards {
    padding: 0 20px;
    margin-top: 0;
  }
  #did-you-know .did-you-know-cards .swiper-button-next,
  #did-you-know .did-you-know-cards .swiper-button-prev {
    display: block;
  }
  #did-you-know .did-you-know-cards .swiper-button-prev {
    left: 0;
    top: 60px;
  }
  #did-you-know .did-you-know-cards .swiper-button-next {
    right: 0;
    top: 60px;
  }
}
#did-you-know .swiper-wrapper {
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
#did-you-know .swiper-wrapper .slick-list {
  padding-top: 15px !important;
}
#did-you-know .slick-slide {
  transform: translateX(-215px);
  cursor: pointer;
}
@media only screen and (max-width: 1439px) {
  #did-you-know .slick-slide {
    transform: translateX(-100px);
  }
}
@media only screen and (max-width: 1024px) {
  #did-you-know .slick-slide {
    transform: translateX(0);
  }
}
#did-you-know .slick-slide + .slick-active {
  transform: translateX(-150px);
  opacity: 0.4;
}
@media only screen and (max-width: 1439px) {
  #did-you-know .slick-slide + .slick-active {
    transform: translateX(-60px);
  }
}
#did-you-know .slick-slide + .slick-active + .slick-active {
  transform: translateX(-220px);
  opacity: 1;
}
#did-you-know .slick-slide.slick-current {
  transform: translateX(-200px) !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 1439px) {
  #did-you-know .slick-slide.slick-current {
    transform: translateX(-100px) !important;
  }
}
@media only screen and (max-width: 1280px) {
  #did-you-know .slick-slide.slick-current {
    transform: translateX(-130px) !important;
  }
}
@media only screen and (max-width: 1024px) {
  #did-you-know .slick-slide.slick-current {
    transform: translateX(0) !important;
  }
}
#did-you-know .slick-slide.slick-current .swiper-slide .card-detail {
  display: block;
}
#did-you-know .slick-slide.slick-current .swiper-slide .card {
  display: flex;
}
#did-you-know .slick-slide.slick-current .swiper-slide .card-content {
  flex-direction: row;
  background-color: #ffffff;
  border-radius: 10000px;
  min-height: 162px;
  max-height: 162px;
  min-width: 700px;
  padding: 0 20px;
  transform: translate(-30px, -14px);
  transition: all 0.3s;
}
@media only screen and (max-width: 1110px) {
  #did-you-know .slick-slide.slick-current .swiper-slide .card-content {
    min-width: 64vw;
  }
}
@media only screen and (max-width: 1050px) {
  #did-you-know .slick-slide.slick-current .swiper-slide .card-content {
    min-width: 65vw;
  }
}
@media only screen and (max-width: 1024px) {
  #did-you-know .slick-slide.slick-current .swiper-slide .card-content {
    background-color: transparent;
    flex-direction: column;
    min-height: inherit;
    max-height: inherit;
    min-width: inherit;
    max-width: inherit;
    padding: 0;
    transform: translate(0, 0);
  }
}
#did-you-know .slick-slide.slick-current + .slick-active {
  transform: translateX(215px);
}
@media only screen and (max-width: 1439px) {
  #did-you-know .slick-slide.slick-current + .slick-active {
    transform: translateX(60px);
    opacity: 0.4;
  }
}
@media only screen and (max-width: 1180px) {
  #did-you-know .slick-slide.slick-current + .slick-active {
    transform: translateX(40px);
  }
}
@media only screen and (max-width: 1179px) {
  #did-you-know .slick-slide.slick-current + .slick-active {
    transform: translateX(70px);
  }
}
#did-you-know .slick-slide.slick-current + .slick-active + .slick-active {
  transform: translateX(150px);
  opacity: 0.4;
}
#did-you-know .slick-slide.slick-current + .slick-active + .slick-active + .slick-slide {
  transform: translateX(200px);
}
#did-you-know .slick-slide.slick-current + .slick-active + .slick-active + .slick-slide + .slick-slide {
  transform: translateX(200px);
}
#did-you-know .card {
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  #did-you-know .card {
    border-radius: 200px;
  }
}
#did-you-know .card .card-content {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #did-you-know .card .card-content {
    flex-direction: column;
  }
}
#did-you-know .card .card-icon {
  width: 120px;
  height: 120px;
  min-width: 12px;
  padding: 15px;
  background: #fefefe;
  border-radius: 100%;
  flex-shrink: 0;
}
#did-you-know .card .card-icon img {
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  #did-you-know .card .card-icon {
    margin: 0 auto;
    box-shadow: inset 0px 0px 0px 4px #F5D4DC;
  }
}
#did-you-know .card .card-detail {
  text-align: center;
  font-size: 16px;
  max-width: 492px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
@media only screen and (max-width: 1024px) {
  #did-you-know .card .card-detail {
    margin: 0 auto;
    max-width: 335px;
    background: #ffffff;
    border-radius: 100px;
    padding: 42px 25px 25px 25px;
    margin-top: -30px;
    z-index: -1;
    display: block;
  }
}
#did-you-know .card .card-detail span {
  color: #E20177;
  font-weight: 700;
}
#did-you-know .card .card-detail strong,
#did-you-know .card .card-detail b {
  font-weight: 700;
  color: #1B4298;
}
#did-you-know .group-button {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}
#did-you-know .talent-mb {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #did-you-know .did-you-know-heading .section-title {
    font-size: 36px;
    max-width: 100%;
    margin-bottom: 16px;
    margin-top: 0;
  }
  #did-you-know .did-you-know-heading .talent {
    display: none;
  }
  #did-you-know .talent-mb {
    display: block;
    margin-top: 54px;
  }
  #did-you-know .talent-mb img {
    margin: 0 auto;
    max-height: 450px;
    max-width: 360px;
  }
  #did-you-know .group-button {
    order: 1;
    margin-top: 30px;
  }
  #did-you-know .group-button .btn {
    width: 100%;
  }
}

#hero-banner-swiper {
  width: 100%;
  height: 700px;
}
#hero-banner-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  #hero-banner-swiper .swiper-slide {
    align-items: flex-end;
  }
}
#hero-banner-swiper .swiper-slide.slide-content {
  background-color: #FFFCF8;
}
#hero-banner-swiper .banner-img {
  height: 100%;
  width: 100%;
}
#hero-banner-swiper img {
  display: block;
  width: 100%;
  height: 100%;
}

.contraception-info-home::after {
  height: 100%;
  background-image: url("../img/homepage/contraception/bg.svg");
}
.contraception-info-home .contraception-info-layout .info-cards {
  position: relative;
}
.contraception-info-home .contraception-info-layout .info-cards .list-card {
  padding: 12px 36px 36px;
  overflow: hidden;
}
.contraception-info-home .contraception-info-layout .info-cards .list-card .swiper-slide {
  height: auto;
}
.contraception-info-home .contraception-info-layout .info-cards .list-card .swiper-slide:nth-child(odd) .card {
  transform: rotate(-6deg);
}
.contraception-info-home .contraception-info-layout .info-cards .list-card .swiper-slide:nth-child(even) .card {
  transform: rotate(6deg);
}
.contraception-info-home .contraception-info-layout .info-cta {
  display: none;
}
.contraception-info-home .decor {
  position: absolute;
  z-index: -1;
}
.contraception-info-home .decor.decor-1 {
  bottom: -64px;
  left: -90px;
  width: 362px;
  height: 362px;
}
.contraception-info-home .decor.decor-2 {
  top: 187px;
  right: -67px;
  width: 270px;
  height: 270px;
}
@media only screen and (max-width: 768px) {
  .contraception-info-home {
    padding: 9.6vw 0 24.8vw;
  }
  .contraception-info-home::after {
    background-image: url("../img/homepage/contraception/bg-mobile.svg");
  }
  .contraception-info-home .contraception-info-layout .info-header {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }
  .contraception-info-home .contraception-info-layout .info-header .section-title {
    font-size: 38px;
    line-height: 1.28;
  }
  .contraception-info-home .contraception-info-layout .info-header .header-content {
    flex-basis: auto;
  }
  .contraception-info-home .contraception-info-layout .info-header .header-content .desc {
    margin-bottom: 0;
  }
  .contraception-info-home .contraception-info-layout .info-header .header-content .cta-holder {
    display: none;
  }
  .contraception-info-home .contraception-info-layout .info-cards .list-card {
    padding: 0;
  }
  .contraception-info-home .contraception-info-layout .info-cards .list-card .swiper {
    height: 100%;
  }
  .contraception-info-home .contraception-info-layout .info-cards .list-card .swiper-slide {
    height: 100%;
  }
  .contraception-info-home .contraception-info-layout .info-cards .list-card .card {
    padding: 24px;
    height: 100%;
    border-radius: 112px;
    min-height: 150px;
  }
  .contraception-info-home .contraception-info-layout .info-cards .list-card .card:nth-child(odd), .contraception-info-home .contraception-info-layout .info-cards .list-card .card:nth-child(even) {
    transform: none !important;
  }
  .contraception-info-home .contraception-info-layout .info-cards .list-card .card .card-icon .thumbnail {
    max-width: 90px;
    max-height: 90px;
  }
  .contraception-info-home .contraception-info-layout .info-cards .list-card .card .card-content .card-title,
  .contraception-info-home .contraception-info-layout .info-cards .list-card .card .card-detail .card-title {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .contraception-info-home .contraception-info-layout .info-cards .list-card .card .card-content .card-desc,
  .contraception-info-home .contraception-info-layout .info-cards .list-card .card .card-detail .card-desc {
    font-size: 15px;
  }
  .contraception-info-home .contraception-info-layout .info-cards .list-card .card:hover, .contraception-info-home .contraception-info-layout .info-cards .list-card .card:focus, .contraception-info-home .contraception-info-layout .info-cards .list-card .card:target {
    pointer-events: none;
    touch-action: none;
  }
  .contraception-info-home .contraception-info-layout .info-cta {
    display: block;
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .contraception-info-home .contraception-info-layout .info-cta .btn {
    width: 100%;
  }
  .contraception-info-home .decor.decor-1 {
    bottom: -64px;
    left: -90px;
    width: 166px;
    height: 166px;
  }
  .contraception-info-home .decor.decor-2 {
    top: 20px;
    right: -67px;
    width: 166px;
    height: 136px;
  }
}
