/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \********************************************************************************************************************************************/
@charset "UTF-8";
/*------------------*
# 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
*/
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;
}

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%;
  }
}

.section-faq {
  padding: 18px 0 40px 0;
  background: #EFF6FA;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section-faq {
    padding: 0 0 40px 0;
  }
}
.section-faq::after {
  content: "";
  position: absolute;
  width: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  height: 600px;
  background-image: url(../img/faq/ellipse-decor.png);
  z-index: -2;
}
.section-faq .layout {
  display: grid;
  grid-template-columns: 366px 1fr;
  gap: 64px;
}
.section-faq .layout .filter {
  flex: 0 0 366px;
}
.section-faq .layout .filter .tab {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  transition: all 0.3s ease;
  border-radius: 16px;
  color: #1B4298;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  cursor: pointer;
}
.section-faq .layout .filter .tab a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  width: 100%;
}
.section-faq .layout .filter .tab:not(:last-child) {
  margin-bottom: 16px;
}
.section-faq .layout .filter .tab .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #FBF2F5;
  border-radius: 100%;
}
.section-faq .layout .filter .tab.active, .section-faq .layout .filter .tab:hover {
  background: #E20177;
  color: #ffffff;
}
.section-faq .layout .body-content .pagination {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .section-faq .layout {
    flex-wrap: wrap;
    display: flex;
  }
  .section-faq .layout .filter {
    overflow-x: auto;
    flex: 1;
  }
  .section-faq .layout .filter ul {
    display: flex;
    gap: 16px;
  }
  .section-faq .layout .filter .tab {
    white-space: nowrap;
  }
  .section-faq .layout .filter .tab a {
    gap: 7px;
  }
  .section-faq .layout .filter .tab:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-faq .layout {
    gap: 22px;
  }
  .section-faq .layout .filter .tab {
    white-space: normal;
    background-color: transparent;
  }
  .section-faq .layout .filter .tab.active {
    width: 158px;
    min-width: 158px;
  }
  .section-faq .layout .filter .tab.active .context {
    display: block;
  }
  .section-faq .layout .filter .tab.active .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .section-faq .layout .filter .tab .icon {
    background-color: #ffffff;
  }
  .section-faq .layout .filter .tab .context {
    display: none;
  }
  .section-faq .layout .accordion-wrapper {
    margin-bottom: 0;
  }
}

.faq-related-post {
  padding: 10.083vw 0 6.333vw;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .faq-related-post {
    padding: 40px 0 120px;
  }
}
.faq-related-post::after, .faq-related-post::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
.faq-related-post::after {
  background-image: url(../img/faq/related-bg.png);
}
@media only screen and (max-width: 1024px) {
  .faq-related-post::after {
    background-image: url("../img/article/releated-post-bg-mb.svg");
  }
}
.faq-related-post::before {
  top: 0;
  left: 0;
  height: 6.11vw;
  background-image: url(../img/faq/decor-bg.svg);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .faq-related-post::before {
    display: none;
  }
}
.faq-related-post .section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.faq-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) {
  .faq-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) {
  .faq-related-post .section-heading .cta-holder {
    display: none;
  }
}
.faq-related-post .section-body .cta-holder {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .faq-related-post .section-body .cta-holder {
    display: block;
    margin-top: 40px;
  }
  .faq-related-post .section-body .cta-holder .btn {
    width: 100%;
  }
}

#list-article-contraception .contraception-articles {
  padding: 18px 0 167px 0;
  background: #E7F1FF;
}
@media only screen and (max-width: 768px) {
  #list-article-contraception .contraception-articles {
    padding: 18px 0 80px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #list-article-contraception .contraception-articles .card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  #list-article-contraception .contraception-articles .card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contraception-info-page {
  background-color: #D9EBFF;
}
.contraception-info-page::after {
  height: 47.014vw;
  background-image: url("../img/contraception/bg.svg");
}
.contraception-info-page .contraception-info-layout .card {
  width: 100%;
  max-width: 272px;
}
@media only screen and (max-width: 1280px) {
  .contraception-info-page .contraception-info-layout .card {
    min-height: 320px;
  }
}
@media only screen and (max-width: 1024px) {
  .contraception-info-page .contraception-info-layout .card {
    min-height: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .contraception-info-page .contraception-info-layout .card .card-cta {
    opacity: 1;
    visibility: visible;
    width: 40px;
    height: 40px;
    bottom: -20px;
    transform: translateX(0);
  }
}
.contraception-info-page .contraception-info-layout .card .card-cta img.mb-show {
  display: none;
}
@media only screen and (max-width: 768px) {
  .contraception-info-page .contraception-info-layout .card .card-cta img.mb-show {
    display: block;
  }
}
.contraception-info-page .contraception-info-layout .card .card-cta img.mb-hide {
  display: block;
}
@media only screen and (max-width: 768px) {
  .contraception-info-page .contraception-info-layout .card .card-cta img.mb-hide {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .contraception-info-page .contraception-info-layout .grid-wrapper {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .contraception-info-page .contraception-info-layout .grid-wrapper .list-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 46px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .contraception-info-page .contraception-info-layout .grid-wrapper .list-card .swiper-slide:nth-child(odd) {
    transform: rotate(-6deg);
  }
  .contraception-info-page .contraception-info-layout .grid-wrapper .list-card .swiper-slide:nth-child(even) {
    transform: rotate(6deg);
  }
}
@media only screen and (min-width: 1024px) {
  .contraception-info-page .contraception-info-layout .grid-wrapper .list-card {
    grid-template-columns: repeat(4, 1fr);
  }
  .contraception-info-page .contraception-info-layout .grid-wrapper .list-card .swiper {
    overflow: initial;
  }
}
@media only screen and (min-width: 1280px) {
  .contraception-info-page .contraception-info-layout .grid-wrapper .list-card {
    grid-template-columns: repeat(4, 1fr);
  }
  .contraception-info-page .contraception-info-layout .grid-wrapper .list-card .card.rotate-negative {
    transform: rotate(-6deg);
  }
  .contraception-info-page .contraception-info-layout .grid-wrapper .list-card .card.rotate-positive {
    transform: rotate(6deg);
  }
}
@media only screen and (min-width: 768px) {
  .contraception-info-page .contraception-info-layout .grid-wrapper .swiper {
    overflow: initial;
  }
}
.contraception-info-page .contraception-info-layout .swiper-container {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contraception-info-page .contraception-info-layout .swiper-container {
    height: 675px;
  }
}
.contraception-info-page .contraception-info-layout .swiper-container .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 42px;
}
.contraception-info-page .contraception-info-layout .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contraception-info-page .contraception-info-layout .swiper-container .swiper-pagination {
  bottom: -6px;
}
@media only screen and (min-width: 768px) {
  .contraception-info-page .contraception-info-layout .swiper-container .swiper-pagination {
    display: none;
  }
}
.contraception-info-page .contraception-info-layout .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
}
.contraception-info-page .contraception-info-layout .info-cta {
  display: none;
}
.contraception-info-page .decor {
  position: absolute;
  z-index: -1;
  display: none;
}
.contraception-info-page .decor.decor-1 {
  bottom: -64px;
  left: -90px;
  width: 362px;
  height: 362px;
}
.contraception-info-page .decor.decor-2 {
  top: 187px;
  right: -67px;
  width: 270px;
  height: 270px;
}
@media only screen and (max-width: 768px) {
  .contraception-info-page {
    padding: 9.6vw 0 24.8vw;
  }
  .contraception-info-page::after {
    background-image: url("../img/homepage/contraception/bg-mobile.svg");
  }
  .contraception-info-page .contraception-info-layout .info-header {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }
  .contraception-info-page .contraception-info-layout .info-header .section-title {
    font-size: 38px;
    line-height: 1.28;
    font-weight: 800;
  }
  .contraception-info-page .contraception-info-layout .info-header .header-content {
    flex-basis: auto;
  }
  .contraception-info-page .contraception-info-layout .info-header .header-content .desc {
    margin-bottom: 0;
  }
  .contraception-info-page .contraception-info-layout .info-header .header-content .cta-holder {
    display: none;
  }
  .contraception-info-page .contraception-info-layout .info-cards .list-card {
    padding: 0;
  }
  .contraception-info-page .contraception-info-layout .info-cards .list-card .swiper {
    height: 100%;
  }
  .contraception-info-page .contraception-info-layout .info-cards .list-card .swiper-slide {
    height: 100%;
  }
  .contraception-info-page .contraception-info-layout .card {
    padding: 16px 16px 25px 16px;
    height: auto;
    border-radius: 999px;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .contraception-info-page .contraception-info-layout .card:nth-child(odd), .contraception-info-page .contraception-info-layout .card:nth-child(even) {
    transform: none !important;
  }
  .contraception-info-page .contraception-info-layout .card:hover {
    background: #E20177;
  }
  .contraception-info-page .contraception-info-layout .card:hover .card-icon {
    border-radius: 100%;
    background: #ffffff;
  }
  .contraception-info-page .contraception-info-layout .card:hover .card-title,
  .contraception-info-page .contraception-info-layout .card:hover .card-desc {
    color: #ffffff;
  }
  .contraception-info-page .contraception-info-layout .card .card-icon .thumbnail {
    max-width: 90px;
    max-height: 90px;
  }
  .contraception-info-page .contraception-info-layout .card .card-content .card-title,
  .contraception-info-page .contraception-info-layout .card .card-detail .card-title {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 4px;
  }
  .contraception-info-page .contraception-info-layout .card .card-content .card-desc,
  .contraception-info-page .contraception-info-layout .card .card-detail .card-desc {
    font-size: 15px;
  }
  .contraception-info-page .contraception-info-layout .info-cta {
    display: block;
    margin-top: 24px;
  }
  .contraception-info-page .contraception-info-layout .info-cta .btn {
    width: 100%;
  }
  .contraception-info-page .decor {
    display: block;
  }
  .contraception-info-page .decor.decor-1 {
    top: 495px;
    left: -60px;
    width: 134px;
    height: 134px;
  }
  .contraception-info-page .decor.decor-2 {
    top: 127px;
    right: -130px;
    width: 260px;
    height: 260px;
  }
}
@media only screen and (max-width: 576px) {
  .contraception-info-page .contraception-info-layout .info-cards .list-card .card {
    min-height: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  #quiz-page .container::after {
    display: none;
  }
}

.quiz-section {
  padding: 150px 0;
}
.quiz-section #quiz-swiper {
  border-radius: 40px;
  background: #fce3ed;
  background-image: url("../img/quiz/grid-lines.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.quiz-section .swiper {
  width: 100%;
  min-height: 630px;
}
.quiz-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#quiz-layout {
  background: #fbf4f5;
}

.quiz-disclamer {
  color: var(--Color-Primary-Pacific, #1b4298);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
  padding: 20px 0 150px;
}
@media only screen and (max-width: 768px) {
  .quiz-disclamer {
    padding: 0 0 70px;
  }
}

.quiz-layout {
  min-height: 630px;
  height: auto;
  max-width: 1062px;
  margin: 0 auto;
  background-color: #fce3ed;
  border-radius: 40px;
  background-image: url("../img/decor/quiz-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 38px 143px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout {
    padding: 60px 20px;
    margin-bottom: 80px;
    height: inherit;
    min-height: 50vh;
  }
}
.quiz-layout .quiz-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 60px;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout .quiz-arrow {
    top: calc(100% + 8px);
    transform: translateY(0);
    justify-content: center;
    gap: 16px;
    height: 40px;
  }
}
.quiz-layout .quiz-arrow .arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout .quiz-arrow .arrow {
    width: 40px;
    height: 40px;
  }
  .quiz-layout .quiz-arrow .arrow svg {
    width: 100%;
    height: 100%;
  }
}
.quiz-layout .quiz-arrow .arrow:hover {
  box-shadow: 0 4px 16px 0 rgba(27, 66, 152, 0.15);
}
.quiz-layout .quiz-arrow .arrow.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.quiz-layout .quiz-arrow .arrow.disabled:hover {
  box-shadow: none;
}
.quiz-layout .quiz-arrow .arrow.hidden {
  opacity: 0;
  pointer-events: none;
}
.quiz-layout .quiz-arrow .arrow img {
  width: 100%;
}
.quiz-layout .quiz-arrow .arrow.prev-arrow {
  transform: translateX(-70px);
}
@media only screen and (max-width: 1024px) {
  .quiz-layout .quiz-arrow .arrow.prev-arrow {
    transform: translate(0);
  }
}
.quiz-layout .quiz-arrow .arrow.next-arrow {
  transform: translateX(70px);
}
@media only screen and (max-width: 1024px) {
  .quiz-layout .quiz-arrow .arrow.next-arrow {
    transform: translate(0);
  }
}
.quiz-layout .step-dots-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 38px;
  position: relative;
  z-index: 2;
}
.quiz-layout .step-dots-trigger .step-dot {
  width: 120px;
  height: 8px;
  border-radius: 999px;
  background: #FFF;
}
.quiz-layout .step-dots-trigger .step-dot.active {
  background: #E20177;
}
.quiz-layout .step-announce .step-counter {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #E20177;
  margin: 0 0 20px;
}
.quiz-layout .quiz-content {
  display: none;
  position: relative;
  z-index: 2;
}
.quiz-layout .quiz-content.active {
  display: block;
}
.quiz-layout .quiz-content .quiz-question {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout .quiz-content .quiz-question {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
}
.quiz-layout .quiz-content .quiz-answer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.quiz-layout .quiz-content .quiz-answer.direct-answer {
  border-radius: 20px;
  background: #fff;
  padding: 28px;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout .quiz-content .quiz-answer.direct-answer {
    padding: 20px;
  }
}
.quiz-layout .quiz-content .quiz-answer.direct-answer .notice-block {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #4c9fff;
  padding: 20px;
  gap: 10px;
}
.quiz-layout .quiz-content .quiz-answer.direct-answer .notice-block .block-head {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .quiz-layout .quiz-content .quiz-answer.direct-answer .notice-block .block-head {
    justify-content: center;
  }
}
.quiz-layout .quiz-content .quiz-answer.direct-answer .notice-block .block-head .ico {
  width: 23px;
  height: 20px;
}
.quiz-layout .quiz-content .quiz-answer.direct-answer .notice-block .block-head .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  color: #fff;
}
.quiz-layout .quiz-content .quiz-answer.direct-answer .notice-block .block-body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .quiz-layout .quiz-content .quiz-answer.direct-answer .notice-block .block-body {
    font-size: 14px;
    text-align: center;
  }
}
.quiz-layout .quiz-content .quiz-answer .answer-block {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.3s;
}
.quiz-layout .quiz-content .quiz-answer .answer-block.is-clicked .icon {
  position: relative;
}
.quiz-layout .quiz-content .quiz-answer .answer-block.is-clicked .icon::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  background-color: #1b4298;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout .quiz-content .quiz-answer .answer-block {
    padding: 20px;
  }
}
.quiz-layout .quiz-content .quiz-answer .answer-block:hover {
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.quiz-layout .quiz-content .quiz-answer .answer-block .icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  border-radius: 999px;
  border: 1px solid #1b4298;
  background: #daebff;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout .quiz-content .quiz-answer .answer-block .icon {
    width: 32px;
    height: 32px;
  }
}
.quiz-layout .quiz-content .quiz-answer .answer-block .content {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #1b4298;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout .quiz-content .quiz-answer .answer-block .content {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
}
.quiz-layout.understanding.final .decor-layer {
  display: none;
}
.quiz-layout.understanding.final .quiz-content, .quiz-layout.understanding.final .step-dots-trigger, .quiz-layout.understanding.final .step-announce, .quiz-layout.understanding.final .arrow {
  display: none !important;
}
.quiz-layout.understanding.final .result-layout {
  display: block;
}
.quiz-layout.understanding .decor-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.quiz-layout.understanding .decor-layer .decor {
  position: absolute;
  display: none;
}
.quiz-layout.understanding .decor-layer .decor.active {
  display: block;
}
.quiz-layout.understanding .decor-layer .decor.decor-1 {
  width: 122px;
  height: 430px;
  bottom: 0;
  left: 17px;
}
.quiz-layout.understanding .decor-layer .decor.decor-2 {
  width: 988px;
  height: 430px;
  bottom: 0;
  left: 29px;
}
.quiz-layout.understanding .decor-layer .decor.decor-3 {
  width: 948px;
  height: 300px;
  bottom: 24px;
  left: 43px;
}
.quiz-layout.understanding .decor-layer .decor.decor-4 {
  width: 963px;
  height: 388px;
  bottom: 70px;
  left: 24px;
}
.quiz-layout.understanding .decor-layer .decor.decor-5 {
  width: 1013px;
  height: 308px;
  bottom: 65px;
  left: 0;
}
.quiz-layout.understanding .quiz-content {
  z-index: 2;
}
.quiz-layout.understanding .quiz-content .quiz-question {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .quiz-content .quiz-answer .answer-block {
    gap: 10px;
  }
}
.quiz-layout.understanding .quiz-content .quiz-answer .answer-block .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .quiz-content .quiz-answer .answer-block .title {
    margin-top: 8px;
    font-size: 14px;
  }
}
.quiz-layout.understanding .quiz-content .quiz-answer .answer-block .title.correct {
  color: #e20177;
}
.quiz-layout.understanding .quiz-content .quiz-answer .answer-block .title.incorrect {
  color: #1b4298;
}
.quiz-layout.understanding .quiz-content .quiz-answer .answer-block .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #232323;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .quiz-content .quiz-answer .answer-block .content {
    margin-left: -50px;
    padding-top: 8px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .quiz-content .quiz-answer .answer-block {
    align-items: flex-start;
  }
}
.quiz-layout.understanding .quiz-content.direct-answer .quiz-answer .answer-block {
  display: block;
}
.quiz-layout.understanding .quiz-content.direct-answer .quiz-answer .answer-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0;
}
.quiz-layout.understanding .quiz-content.direct-answer .quiz-answer .answer-title span {
  color: #e20177;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .quiz-content.direct-answer .quiz-answer .answer-title {
    font-size: 14px;
  }
}
.quiz-layout.understanding .quiz-content.direct-answer .quiz-answer .answer-content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .quiz-content.direct-answer .quiz-answer .answer-content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .quiz-content.direct-answer .quiz-answer.direct-answer .notice-block .block-body {
    text-align: left;
  }
}
.quiz-layout.understanding .quiz-content.question.freeze .answer-block {
  pointer-events: none;
}
.quiz-layout.understanding .result-layout {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .result-layout {
    border-radius: 0;
    position: relative;
    overflow: visible;
  }
}
.quiz-layout.understanding .result-layout .result-decor-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.quiz-layout.understanding .result-layout .result-decor-layer .talent-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 370px;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .result-layout .result-decor-layer .talent-decor {
    display: none;
  }
}
.quiz-layout.understanding .result-layout .result-decor-layer .content {
  position: absolute;
  width: 437px;
  top: 122px;
  left: 70px;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .result-layout .result-decor-layer .content {
    top: initial;
    left: initial;
    bottom: -140px;
    right: -145px;
  }
}
.quiz-layout.understanding .result-layout .result-decor-layer .tool-2 {
  position: absolute;
  width: 118px;
  bottom: 72px;
  right: 134px;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .result-layout .result-decor-layer .tool-2 {
    right: inherit;
    left: 20px;
    width: 87px;
    bottom: -32px;
  }
}
.quiz-layout.understanding .result-layout .result-decor-layer .tool-1 {
  position: absolute;
  width: 118px;
  right: 55px;
  top: 200px;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .result-layout .result-decor-layer .tool-1 {
    width: 87px;
    right: -4px;
    top: 150px;
  }
}
.quiz-layout.understanding .result-layout .result-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 64px;
  right: 118px;
  width: 554px;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .result-layout .result-content {
    position: static;
    width: 100%;
    padding: 20px;
    top: inherit;
    right: inherit;
  }
}
.quiz-layout.understanding .result-layout .result-content .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .result-layout .result-content .title {
    font-size: 14px;
  }
}
.quiz-layout.understanding .result-layout .result-content .result-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background-color: #FCE3ED;
  border-radius: 50%;
  overflow: hidden;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .result-layout .result-content .result-box {
    font-size: 24px;
    width: 72px;
    height: 72px;
  }
}
.quiz-layout.understanding .result-layout .result-content .content {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.quiz-layout.understanding .result-layout .result-content .content .label {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .result-layout .result-content .content .label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .quiz-layout.understanding .result-layout .result-content .content .desc {
    font-size: 16px !important;
  }
}

.doctor-videos-section {
  padding: 80px 0;
  background: #E7F1FF;
}
@media only screen and (max-width: 768px) {
  .doctor-videos-section {
    padding: 40px 0;
  }
}
.doctor-videos-section .section-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #1B4298;
  margin-bottom: 32px;
}

.related-post-section {
  padding: 0 0 167px 0;
  background: #E7F1FF;
}
@media only screen and (max-width: 768px) {
  .related-post-section {
    padding: 0 0 100px 0;
  }
}
.related-post-section .container {
  padding-top: 72px;
  border-top: 1px solid rgba(27, 66, 152, 0.3);
}
.related-post-section .section-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #1B4298;
  margin-bottom: 32px;
}

#list-article-news .card-list {
  margin-bottom: 32px;
}

#single-new-page .main-content {
  padding: 80px 0;
}
#single-new-page .main-content .container {
  max-width: 794px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  #single-new-page .main-content .container {
    padding: 0 16px;
  }
}
#single-new-page .main-content .breadcrumb {
  margin-bottom: 52px;
}
#single-new-page .main-content .breadcrumb ul {
  display: flex;
  align-items: center;
}
#single-new-page .main-content .breadcrumb ul li {
  font-size: 16px;
  line-height: 1.2;
  color: #737478;
}
#single-new-page .main-content .breadcrumb ul li:not(:last-child)::after {
  content: ">";
  position: relative;
  margin-right: 4px;
}
#single-new-page .main-content article .post-heading {
  margin-bottom: 80px;
}
#single-new-page .main-content article .post-heading .post-title {
  color: #E20177;
  font-size: 32px;
  line-height: 1.28;
  font-weight: 800;
  text-transform: uppercase;
}
#single-new-page .main-content article .post-heading .post-expert {
  color: #232323;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
#single-new-page .main-content article .post-content .block {
  padding: 80px 0;
}

.understand-love-intro {
  padding: 67px 0 6.94vw 0;
  background-color: #D9EBFF;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .understand-love-intro {
    padding: 46px 0 24.8vw;
  }
}
.understand-love-intro::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/understand-love/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
.understand-love-intro .intro-layout .intro-header {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .understand-love-intro .intro-layout .intro-header {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .understand-love-intro .intro-layout .intro-header {
    grid-template-columns: 1fr;
  }
}
.understand-love-intro .intro-layout .intro-header .section-title {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.28;
}
@media only screen and (max-width: 1024px) {
  .understand-love-intro .intro-layout .intro-header .section-title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 576px) {
  .understand-love-intro .intro-layout .intro-header .section-title {
    font-size: 40px;
  }
}
.understand-love-intro .intro-layout .intro-header .header-content {
  flex: 1 1 519px;
}
.understand-love-intro .intro-layout .intro-header .header-content .desc {
  margin-top: 16px;
  margin-bottom: 32px;
  max-width: 616px;
}
@media only screen and (max-width: 576px) {
  .understand-love-intro .intro-layout .intro-header .header-content .desc {
    margin-top: 0;
    font-size: 16px;
  }
}
.understand-love-intro .intro-layout .intro-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .understand-love-intro .intro-layout .intro-list {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .understand-love-intro .intro-layout .intro-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.understand-love-intro .intro-layout .intro-list .intro-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 380px;
  gap: 20px;
  border-radius: 60px;
  padding: 58px 40px 40px 40px;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .understand-love-intro .intro-layout .intro-list .intro-item {
    padding: 28px 10px 20px 10px;
    min-height: 290px;
  }
}
@media only screen and (max-width: 768px) {
  .understand-love-intro .intro-layout .intro-list .intro-item {
    padding: 20px 20px 36px;
    min-height: 220px;
  }
}
@media only screen and (max-width: 576px) {
  .understand-love-intro .intro-layout .intro-list .intro-item {
    min-height: 220px;
  }
}
.understand-love-intro .intro-layout .intro-list .intro-item:hover {
  background-color: #E20177;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  .understand-love-intro .intro-layout .intro-list .intro-item:hover {
    padding: 28px 10px 20px 10px;
  }
}
.understand-love-intro .intro-layout .intro-list .intro-item:hover .intro-icon {
  width: 90px;
  height: 90px;
}
.understand-love-intro .intro-layout .intro-list .intro-item:hover .intro-cta {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.understand-love-intro .intro-layout .intro-list .intro-item:hover .intro-title {
  color: #ffffff;
}
.understand-love-intro .intro-layout .intro-list .intro-item:hover .intro-sub-desc {
  display: none;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .understand-love-intro .intro-layout .intro-list .intro-item:hover .intro-sub-desc {
    display: block;
  }
}
.understand-love-intro .intro-layout .intro-list .intro-item:hover .intro-desc {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .understand-love-intro .intro-layout .intro-list .intro-item:hover .intro-desc {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .understand-love-intro .intro-layout .intro-list .intro-item:hover {
    padding: 20px 20px 36px;
  }
  .understand-love-intro .intro-layout .intro-list .intro-item:hover .intro-icon {
    width: 64px;
    height: 64px;
  }
}
.understand-love-intro .intro-layout .intro-list .intro-item .intro-icon {
  width: 110px;
  height: 110px;
  transition: width 0.5s ease, height 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .understand-love-intro .intro-layout .intro-list .intro-item .intro-icon {
    width: 64px;
    height: 64px;
  }
}
.understand-love-intro .intro-layout .intro-list .intro-item .intro-icon img {
  border-radius: 100%;
}
.understand-love-intro .intro-layout .intro-list .intro-item .intro-title {
  color: #1B4298;
  margin-bottom: 20px;
  font-family: "Montserrat", "Arial", sans-serif, serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.28;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .understand-love-intro .intro-layout .intro-list .intro-item .intro-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .understand-love-intro .intro-layout .intro-list .intro-item .intro-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .understand-love-intro .intro-layout .intro-list .intro-item .intro-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
.understand-love-intro .intro-layout .intro-list .intro-item .intro-sub-desc {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #1B4298;
  display: block;
}
@media only screen and (max-width: 768px) {
  .understand-love-intro .intro-layout .intro-list .intro-item .intro-sub-desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .understand-love-intro .intro-layout .intro-list .intro-item .intro-sub-desc {
    font-size: 15px;
    line-height: 1.4;
  }
}
.understand-love-intro .intro-layout .intro-list .intro-item .intro-desc {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #1B4298;
  display: none;
}
@media only screen and (max-width: 768px) {
  .understand-love-intro .intro-layout .intro-list .intro-item .intro-desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .understand-love-intro .intro-layout .intro-list .intro-item .intro-desc {
    font-size: 15px;
    line-height: 1.4;
  }
}
.understand-love-intro .intro-layout .intro-list .intro-item .intro-cta {
  position: absolute;
  bottom: -30px;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .understand-love-intro .intro-layout .intro-list .intro-item .intro-cta {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    height: 40px;
    width: 40px;
    bottom: -20px;
    border-radius: 100%;
  }
  .understand-love-intro .intro-layout .intro-list .intro-item .intro-cta svg {
    height: 40px;
    width: 40px;
  }
  .understand-love-intro .intro-layout .intro-list .intro-item .intro-cta svg circle {
    fill: #FFFFFF;
  }
  .understand-love-intro .intro-layout .intro-list .intro-item .intro-cta svg path {
    fill: #E20177;
  }
}
.understand-love-intro .decor {
  position: absolute;
  z-index: -1;
}
.understand-love-intro .decor.decor-1 {
  bottom: -64px;
  left: -90px;
  width: 362px;
  height: 362px;
}
.understand-love-intro .decor.decor-2 {
  top: 42px;
  right: -67px;
  width: 270px;
  height: 270px;
}
@media only screen and (max-width: 1024px) {
  .understand-love-intro .decor.decor-1 {
    bottom: 10px;
    left: -40px;
    width: 166px;
    height: 166px;
  }
  .understand-love-intro .decor.decor-2 {
    top: 60px;
    right: -67px;
    width: 260px;
    height: 260px;
  }
}
@media only screen and (max-width: 768px) {
  .understand-love-intro .decor.decor-1 {
    top: 495px;
    left: -60px;
    width: 134px;
    height: 134px;
  }
  .understand-love-intro .decor.decor-2 {
    top: 127px;
    right: -130px;
    width: 260px;
    height: 260px;
  }
}
@media only screen and (max-width: 1024px) {
  .understand-love-intro::after {
    background-image: url("../img/homepage/contraception/bg-mobile.svg");
  }
  .understand-love-intro .intro-layout .intro-header {
    gap: 24px;
    margin-bottom: 24px;
  }
  .understand-love-intro .intro-layout .intro-header .header-content {
    flex-basis: auto;
  }
  .understand-love-intro .intro-layout .intro-header .header-content .desc {
    margin-bottom: 0;
  }
}

.understand-sex-articles {
  padding: 18px 0 167px 0;
  background: #E7F1FF;
}
@media only screen and (max-width: 768px) {
  .understand-sex-articles {
    padding: 18px 0 80px 0;
  }
}

.pharmacity-list-section {
  position: relative;
  padding: 142px 0 167px 0;
  background-color: #f3f9ff;
}
@media only screen and (max-width: 1280px) {
  .pharmacity-list-section {
    padding-top: 64px;
  }
}
.pharmacity-list-section.on-ready {
  z-index: 21;
}
.pharmacity-list-section.on-ready .trigger-box {
  display: block;
}
.pharmacity-list-section.on-shared .pagination {
  display: none !important;
}
.pharmacity-list-section.on-locating {
  z-index: 21;
}
.pharmacity-list-section .result-head {
  padding: 16px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 1280px) {
  .pharmacity-list-section .result-head {
    background-color: transparent;
  }
}
.pharmacity-list-section .result-head .cta-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 36px;
}
.pharmacity-list-section .result-head .cta-group .btn {
  text-transform: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.pharmacity-list-section .result-head .cta-group .btn .location-btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.pharmacity-list-section .result-head .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #232323;
}
@media only screen and (max-width: 1280px) {
  .pharmacity-list-section .result-head .title {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
}
.pharmacity-list-section .result-head .title span {
  color: #e20177;
}
.pharmacity-list-section .result-head .title span.sub-title {
  color: #1b4298;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.pharmacity-list-section .map-block {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 12px;
}
@media only screen and (max-width: 1280px) {
  .pharmacity-list-section .map-block {
    display: block;
  }
}
.pharmacity-list-section .map-block .pharmacy-results {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .pharmacity-list-section .map-block .pharmacy-results {
    background-color: transparent;
  }
}
.pharmacity-list-section .map-block #map {
  height: 620px;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .pharmacity-list-section .map-block #map {
    margin: 0 -16px;
    width: 100vw;
    border-radius: 0;
  }
  .pharmacity-list-section .map-block #map .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan {
    height: 100%;
  }
}
.pharmacity-list-section .map-block .store-list {
  display: block;
  grid-template-columns: 1fr;
  gap: 0;
  height: 528px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .pharmacity-list-section .map-block .store-list {
    height: auto;
    gap: 12px;
  }
}
.pharmacity-list-section .map-block .store-list .store-item {
  border-radius: 0;
  padding: 16px 20px;
  border-top: 1px solid var(--Color-Neutral-Gray20, #f6f5f5);
  cursor: pointer;
}
@media only screen and (max-width: 1280px) {
  .pharmacity-list-section .map-block .store-list .store-item {
    border-radius: 16px;
    border-top: none;
    margin-bottom: 12px;
  }
}
.pharmacity-list-section .map-block .store-list .store-item:hover {
  background: #fbf4f5;
}
.pharmacity-list-section .map-block .store-list .store-item .info {
  margin: 0;
}
.pharmacity-list-section .map-block .store-list .store-item .info .name {
  height: auto;
}
.pharmacity-list-section .map-block .store-list .store-item .info .address {
  height: auto;
}
.pharmacity-list-section .map-block .store-list .store-item .cta-group {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .pharmacity-list-section .map-block .store-list .store-item .cta-group {
    display: grid;
  }
  .pharmacity-list-section .map-block .store-list .store-item .cta-group .btn {
    display: flex;
  }
}
.pharmacity-list-section .map-block .store-list .store-item .btn {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .pharmacity-list-section .map-block .store-list .store-item .btn {
    display: flex;
    text-transform: none;
  }
}
@media only screen and (max-width: 1280px) {
  .pharmacity-list-section .map-block .tab-block {
    display: none;
  }
  .pharmacity-list-section .map-block .tab-block.active {
    display: block;
  }
}
.pharmacity-list-section .filter-address {
  position: absolute;
  top: -34px;
  z-index: 10;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1063px;
  width: 100%;
  min-height: 112px;
}
.pharmacity-list-section .section-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #1B4298;
  margin-bottom: 20px;
}
.pharmacity-list-section .info-tab-list {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 576px) {
  .pharmacity-list-section .info-tab-list {
    overflow-y: auto;
    max-width: 100%;
    gap: 8px;
  }
}
.pharmacity-list-section .pharmacy {
  display: flex;
  height: 56px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #ffffff;
}
@media only screen and (max-width: 576px) {
  .pharmacity-list-section .pharmacy {
    flex-shrink: 0;
  }
}
.pharmacity-list-section .pharmacy.active {
  border: 1px solid #e20177;
  background-color: #fff2f7;
}
.pharmacity-list-section .pharmacy img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.pharmacity-list-section .pharmacy .name {
  color: #1B4298;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.pharmacity-list-section .store-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .pharmacity-list-section .store-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .pharmacity-list-section .store-list {
    grid-template-columns: 1fr;
  }
}
.pharmacity-list-section .store-list .store-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px;
}
.pharmacity-list-section .store-list .store-item .info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
.pharmacity-list-section .store-list .store-item .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #1B4298;
  margin-bottom: 0;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pharmacity-list-section .store-list .store-item .address {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #232323;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pharmacity-list-section .store-list .store-item .phone {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #232323;
}
.pharmacity-list-section .store-list .store-item .phone-ext {
  color: #E20177;
}
.pharmacity-list-section .store-list .store-item .btn {
  width: 100%;
}
.pharmacity-list-section .store-list .store-item .cta-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.pharmacity-list-section .store-list .store-item .cta-group .btn {
  text-transform: inherit;
}
.pharmacity-list-section .store-list .store-item .cta-group .btn .icon {
  width: 20px;
  height: 20px;
}
.pharmacity-list-section .mapboxgl-popup-content {
  padding: 0;
  background: transparent;
}
.pharmacity-list-section .mapboxgl-popup-tip {
  display: none !important;
}
.pharmacity-list-section .mapboxgl-popup {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: 410px !important;
}
.pharmacity-list-section .mapboxgl-popup .mapboxgl-popup-close-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1062px;
  height: 600px;
  border-radius: 6px;
  z-index: -1;
}
.pharmacity-list-section .mapboxgl-popup .mapboxgl-popup-close-button:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .pharmacity-list-section .mapboxgl-popup .mapboxgl-popup-close-button {
    width: 100vw;
    height: 100vw;
  }
}
.pharmacity-list-section .pharmacy-popup {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px;
}
.pharmacity-list-section .pharmacy-popup .cta-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.pharmacity-list-section .pharmacy-popup .info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
.pharmacity-list-section .pharmacy-popup .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #1B4298;
  margin-bottom: 0;
}
.pharmacity-list-section .pharmacy-popup .address {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #232323;
}
.pharmacity-list-section .pharmacy-popup .phone {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #232323;
}
.pharmacity-list-section .pharmacy-popup .btn {
  width: 100%;
}
.pharmacity-list-section .no-results {
  color: #1B4298;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.4;
}

.trigger-box {
  position: fixed;
  top: 142px;
  left: 50%;
  width: 500px;
  height: 217px;
  transform: translateX(-50%);
  z-index: 20;
  display: none;
}
.trigger-box .box-layout {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
}
.trigger-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200vw;
  height: 200vh;
  opacity: 0.7;
  background: #000;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .trigger-box {
    max-width: calc(100vw - 40px);
    margin: 0 auto;
    transform: translate(-50%, -20%);
  }
}
.trigger-box .content {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 16px;
}
.trigger-box .content .ico {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.trigger-box .content .desc {
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  margin: 0;
}
.trigger-box .cta-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.trigger-box .cta-group .btn {
  width: 100%;
  text-transform: none;
}

.search-trigger-btn {
  border-radius: 16px;
  background: #ffffff;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  cursor: pointer;
  width: calc(100vw - 32px);
  height: 64px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-trigger-btn .content {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-trigger-btn .ico {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.search-trigger-btn .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-trigger-btn .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #1B4298;
}

.tab-list-mb {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .tab-list-mb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -16px;
  }
  .tab-list-mb.active {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100vw;
    height: 40px;
    background-color: #fff;
    z-index: 19;
    margin: 0;
    border-top: 1px solid var(--Color-Neutral-Gray20, #F6F5F5);
  }
  .tab-list-mb .tab-list-mb-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    color: #1B4298;
    border-bottom: 1px solid var(--Color-Primary-Pacific, #1B4298);
  }
  .tab-list-mb .tab-list-mb-item.active {
    border-bottom: 4px solid var(--Color-Primary-Pacific, #1B4298);
  }
  .tab-list-mb .tab-list-mb-item .ico {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
}

.search-location {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 19;
  width: 100%;
  height: 112px;
}
.search-location .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #1B4298;
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .search-location {
    top: inherit;
    transform: translate(-50%, 0);
    bottom: 0;
    position: fixed;
    height: 100vh;
    display: none;
  }
}
.search-location.active {
  display: block;
}
.search-location .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3764705882);
  z-index: 1;
}
.search-location .search-wrapper {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 1062px;
  display: block;
  position: static;
  display: grid;
  grid-template-columns: 184px 1fr;
  gap: 16px;
}
@media only screen and (max-width: 1280px) {
  .search-location .search-wrapper {
    position: fixed;
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 400px;
    grid-template-columns: 1fr;
    border-radius: 20px 20px 0 0;
    max-width: 100vw;
  }
}
.search-location .search-wrapper .location-btn {
  text-transform: none;
  border-radius: 16px;
  padding: 12px 16px;
  width: 184px;
}
@media only screen and (max-width: 1280px) {
  .search-location .search-wrapper .location-btn {
    width: 100%;
    height: 64px;
  }
}
.search-location .search-wrapper form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 1280px) {
  .search-location .search-wrapper form {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .search-location .search-wrapper form {
    grid-template-columns: 1fr;
  }
}
.search-location .search-wrapper form .btn-submit {
  width: 100%;
  height: 64px;
}
.search-location .search-wrapper .form-group {
  width: 100%;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-search--dropdown {
  padding: 10px 15px;
}
.select2-container .select2-search--dropdown input {
  height: 35px;
}
.select2-container .selection .select2-selection {
  transition: alll 0.15s ease;
  height: 72px;
  line-height: 72px;
  background: #FBF4F5;
  color: #1B4298;
  border: none;
  border-radius: 16px !important;
  font-size: 16px;
}
@media only screen and (max-width: 1280px) {
  .select2-container .selection .select2-selection {
    height: 64px;
    line-height: 64px;
  }
}
.select2-container .selection .select2-selection .select2-selection__rendered,
.select2-container .selection .select2-selection .select2-selection__arrow {
  line-height: inherit;
  height: inherit;
}
.select2-container .selection .select2-selection .select2-selection__rendered {
  padding: 0 12px;
  color: inherit;
}
.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: inherit;
}
.select2-container .selection .select2-selection .select2-selection__arrow {
  right: 12px;
  height: 56px;
  width: 48px;
  top: 50%;
  transform: translateY(-50%);
}
.select2-container .selection .select2-selection .select2-selection__arrow b {
  transition: all 0.15s ease;
  background-image: url("../../img/icon/dropdown.svg");
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  border: none !important;
  height: inherit !important;
  width: inherit !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}
.select2-container .select2-dropdown {
  border: none;
  top: calc(100% + 8px);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 0px 9.4px 0px rgba(0, 0, 0, 0.15);
}
.select2-container .select2-dropdown .select2-results .select2-results__options {
  max-height: 326px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  height: 56px;
  display: flex;
  align-items: center;
  padding: 16px;
  font-weight: 700;
  padding-right: 60px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
  background: rgba(0, 157, 220, 0.15);
  color: #1B4298;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--selected {
  background: #E20177;
  color: #ffffff;
}
.select2-container--open .selection .select2-selection {
  background: #E20177;
  color: #ffffff;
  font-weight: 700;
}
.select2-container--open .selection .select2-selection .select2-selection__arrow b {
  transform: rotate(-180deg);
  filter: brightness(0) invert(1);
}

#single-contraception-page {
  overflow: initial;
}

.single-banner {
  position: relative;
  overflow: hidden;
  height: 700px;
  background-color: #FBF4F5;
}
.single-banner.img-full .banner-content, .single-banner.img-full figure {
  height: 100%;
}
.single-banner.with-content .banner-content {
  display: grid;
  grid-template-columns: 34.1vw 1fr;
  height: 100%;
}
.single-banner.with-content .col-left {
  padding: 40px 50px 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-banner.with-content .col-left .title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #1B4298;
}
.single-banner.with-content .col-left .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #232323;
  margin-bottom: 30px;
}
.single-banner.with-content .col-left .btn {
  text-transform: initial;
}
.single-banner.with-content .col-right figure {
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .single-banner.with-content .col-left {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .single-banner.with-content {
    height: auto;
  }
  .single-banner.with-content .banner-content {
    grid-template-columns: 1fr;
  }
  .single-banner.with-content .col-left {
    order: 2;
  }
  .single-banner.with-content .col-right {
    order: 1;
    height: 700px;
  }
}

.section-post-detail {
  padding: 80px 0 88px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}
.section-post-detail p, .section-post-detail ul, .section-post-detail li, .section-post-detail span {
  font-weight: 500 !important;
}
.section-post-detail p b, .section-post-detail ul b, .section-post-detail li b, .section-post-detail span b {
  font-weight: 700 !important;
}
.section-post-detail figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .section-post-detail {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .section-post-detail {
    padding: 40px 15px;
  }
  .section-post-detail .breadcrumb {
    display: none;
  }
}
.section-post-detail h2 {
  font-size: 28px !important;
}
.section-post-detail h3, .section-post-detail h4, .section-post-detail h5, .section-post-detail h6 {
  font-size: 24px;
}
.section-post-detail ul {
  margin-bottom: 15px;
}
.section-post-detail ol {
  list-style: auto;
  padding-left: 30px;
}
.section-post-detail a {
  text-decoration: underline;
  color: #1B4298;
}
.section-post-detail .social-wrapper {
  max-width: 794px;
  margin: 0 auto;
}
.section-post-detail .share-social .share-social-content {
  display: flex;
  gap: 15px;
}
.section-post-detail .share-social .title {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: #232323;
  text-transform: uppercase;
}
.section-post-detail .share-social .share-links {
  display: flex;
  gap: 8px;
}
.section-post-detail > .social-wrapper {
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .section-post-detail > .social-wrapper {
    display: none;
  }
}
.section-post-detail > .social-wrapper .share-social {
  position: absolute;
  left: -120px;
  top: 10px;
}
@media only screen and (max-width: 1280px) {
  .section-post-detail > .social-wrapper .share-social {
    left: -80px;
  }
}
.section-post-detail > .social-wrapper .share-social-content {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section-post-detail > .social-wrapper .share-links {
  flex-direction: column;
}
.section-post-detail .single-content .social-wrapper {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .section-post-detail .single-content .social-wrapper {
    display: block;
    margin-top: 15px;
  }
  .section-post-detail .single-content .share-social-content {
    align-items: center;
  }
}
.section-post-detail .post-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.28;
  text-transform: uppercase;
  color: #E20177;
  max-width: 794px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .section-post-detail .post-title {
    margin: 0 auto 15px;
    font-size: 24px;
    line-height: 1.4;
  }
}
.section-post-detail .post-content > * {
  max-width: 794px;
  margin: 0 auto 10px;
}
.section-post-detail .post-content .full-width {
  max-width: 100%;
}
.section-post-detail .post-content .wp-element-caption {
  text-align: center;
  font-size: 12px;
}

#single-contraception-page .section-post-detail .post-content > * {
  margin: 0 auto;
}
#single-contraception-page .section-post-detail .post-content h1 {
  margin-bottom: 32px;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.28;
  text-transform: uppercase;
  color: #E20177;
}
@media only screen and (max-width: 1024px) {
  #single-contraception-page .section-post-detail .post-content h1 {
    font-size: 24px;
  }
}
#single-contraception-page .section-post-detail .post-content h2, #single-contraception-page .section-post-detail .post-content h3, #single-contraception-page .section-post-detail .post-content h4, #single-contraception-page .section-post-detail .post-content h5, #single-contraception-page .section-post-detail .post-content h6 {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.4;
  color: #1B4298;
}
@media only screen and (max-width: 1024px) {
  #single-contraception-page .section-post-detail .post-content h2, #single-contraception-page .section-post-detail .post-content h3, #single-contraception-page .section-post-detail .post-content h4, #single-contraception-page .section-post-detail .post-content h5, #single-contraception-page .section-post-detail .post-content h6 {
    font-size: 20px;
  }
}
#single-contraception-page .section-post-detail .post-content .wp-block-list {
  list-style: disc;
  padding-left: 20px;
}
#single-contraception-page .section-post-detail .post-content [class^=wp-block-], #single-contraception-page .section-post-detail .post-content [class*=" wp-block-"] {
  margin-bottom: 16px;
}

.section-post-detail .cta-back,
.section-video-post-detail .cta-back {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #53565B;
  display: none;
  margin-bottom: 15px;
}
.section-post-detail .cta-back .icon,
.section-video-post-detail .cta-back .icon {
  height: 15px;
  width: 10px;
  min-width: 10px;
}
@media only screen and (max-width: 768px) {
  .section-post-detail .cta-back,
  .section-video-post-detail .cta-back {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.search-section {
  padding: 80px 0 105px;
  background-color: #E7F1FF;
}
.search-section .container {
  max-width: 845px;
}
.search-section .results {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #53565B;
  margin: 32px 0;
}
.search-section .card-list {
  grid-template-columns: repeat(2, 1fr);
}
.search-section .search-bar-layout {
  padding: 0;
  background-color: transparent;
}
.search-section .search-bar-layout form .form-control input {
  font-weight: bold;
  color: #53565B;
}
.search-section .suggestion {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.search-section .suggestion .content {
  margin: 32px 0;
}
.search-section .suggestion ul li {
  position: relative;
}
.search-section .suggestion ul li:after {
  content: "•";
  position: absolute;
  left: -10px;
  top: 0;
}
.search-section .suggestion .keywords {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.search-section .suggestion .keywords .keyword-title {
  margin-right: 12px;
}
.search-section .suggestion .keywords .keyword-link {
  color: #1B4298;
  transition: all 0.3s ease;
  margin-right: 12px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .search-section {
    padding: 40px 0 80px;
  }
  .search-section .results {
    font-size: 20px;
  }
  .search-section .card-list {
    grid-template-columns: 1fr;
  }
}

.section-video-post-detail {
  padding-top: 80px;
  background-color: #E7F1FF;
}
@media only screen and (max-width: 768px) {
  .section-video-post-detail {
    padding-top: 30px;
  }
  .section-video-post-detail .breadcrumb {
    display: none;
  }
  .section-video-post-detail .cta-back {
    padding: 0 15px;
  }
}
.section-video-post-detail .breadcrumb {
  margin-bottom: 40px;
  max-width: 900px;
}
@media only screen and (max-width: 1024px) {
  .section-video-post-detail .breadcrumb {
    padding: 0 15px;
  }
}
.section-video-post-detail .single-content {
  background-color: #000000;
  padding-bottom: 18px;
}
@media only screen and (max-width: 1024px) {
  .section-video-post-detail .single-content {
    padding: 0 15px 18px;
  }
}
.section-video-post-detail .single-content .video-area {
  max-width: 900px;
  margin: 0 auto;
}
.section-video-post-detail .single-content .video-upload,
.section-video-post-detail .single-content .video-youtube {
  height: 504px;
  width: 100%;
  margin-bottom: 18px;
}
.section-video-post-detail .single-content .video-upload iframe,
.section-video-post-detail .single-content .video-youtube iframe {
  height: 100%;
  width: 100%;
}
.section-video-post-detail .single-content .post-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .section-video-post-detail .single-content {
    padding: 0 0 18px;
  }
  .section-video-post-detail .single-content .video-upload,
  .section-video-post-detail .single-content .video-youtube {
    height: 200px;
  }
  .section-video-post-detail .single-content .post-title {
    font-size: 16px;
    padding: 0 15px;
  }
}

.video-related-post {
  padding: 48px 0 9.333vw;
  position: relative;
  background-color: #E7F1FF;
}
@media only screen and (max-width: 1024px) {
  .video-related-post {
    padding: 40px 0 120px;
  }
}
.video-related-post .section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.video-related-post .section-heading .section-title {
  font-size: 26px;
  line-height: 1.4;
  color: #1B4298;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .video-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) {
  .video-related-post .section-heading .cta-holder {
    display: none;
  }
}
.video-related-post .section-body .cta-holder {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .video-related-post .section-body .cta-holder {
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .video-related-post .section-body .cta-holder .btn {
    width: 100%;
  }
}

#compare-layout {
  background: #e7f1ff;
  padding-bottom: 100px;
}
#compare-layout .container {
  position: relative;
  padding: 0 60px;
}
#compare-layout .container .compare-tag-list {
  position: absolute;
  top: 136px;
  left: 33px;
  width: 1432px;
  height: 33px;
  display: flex;
  justify-content: space-between;
  transform: rotate(90deg);
  transform-origin: left top;
  gap: 8px;
}
#compare-layout .container .compare-tag-list .tag-item {
  display: flex;
  width: 280px;
  height: 33px;
  padding: 10px 4px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: var(--Color-Primary-Pacific, #1b4298);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  transform: rotate(180deg);
}
#compare-layout .compare-list {
  position: relative;
  padding: 36px 0;
}
#compare-layout .compare-list .arrow {
  position: absolute;
  top: 66px;
  width: 33px;
  height: 40px;
  cursor: pointer;
  pointer-events: auto;
}
#compare-layout .compare-list .arrow.prev-arrow {
  left: -60px;
}
#compare-layout .compare-list .arrow.next-arrow {
  right: -60px;
}
#compare-layout .compare-list .compare-item {
  padding: 0 4px;
}
#compare-layout .compare-list .compare-item .item-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 92px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 8px;
}
#compare-layout .compare-list .compare-item .item-head .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #1b4298;
  text-transform: uppercase;
}
#compare-layout .compare-list .compare-item .item-head .ico {
  width: 52px;
  height: 52px;
}
#compare-layout .compare-list .compare-item .item-body .content-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#compare-layout .compare-list .compare-item .item-body .content-list .content-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 26px;
  color: #232323;
  border-radius: 16px;
  background: #fff;
  height: 280px;
  flex-direction: column;
}
#compare-layout .compare-list .compare-item .item-body .content-list .content-item ul {
  padding-left: 20px;
}
#compare-layout .compare-list .compare-item .item-body .content-list .content-item ul li {
  position: relative;
}
#compare-layout .compare-list .compare-item .item-body .content-list .content-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
#compare-layout .compare-list .compare-item .item-body .content-list .content-item.advantage ul li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -24px;
  top: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4709 4.58584C14.6038 4.50588 14.7625 4.48052 14.9137 4.51508C15.0649 4.54964 15.1969 4.64143 15.2819 4.77119L15.8757 5.67699C15.9531 5.79532 15.9863 5.93719 15.9693 6.07757C15.9523 6.21795 15.8862 6.3478 15.7828 6.44422L15.781 6.44662L15.7726 6.45441L15.7384 6.48621L15.6034 6.61518C14.8566 7.33961 14.1324 8.087 13.4319 8.85627C12.114 10.3055 10.5489 12.2023 9.49558 14.0427C9.20164 14.5562 8.4836 14.6666 8.0577 14.2233L4.16758 10.1814C4.11183 10.1234 4.0683 10.0549 4.03958 9.97976C4.01085 9.90466 3.99752 9.82454 4.00038 9.74419C4.00323 9.66383 4.02221 9.58486 4.05619 9.51199C4.09017 9.43911 4.13845 9.37381 4.19817 9.31997L5.37391 8.25941C5.47723 8.16625 5.60971 8.11191 5.74869 8.10567C5.88766 8.09943 6.02448 8.14169 6.13573 8.22521L8.12069 9.71348C11.2214 6.65597 12.9796 5.48263 14.4709 4.58584Z" fill="%23232323"/></svg>') no-repeat center center;
  background-size: contain;
}
#compare-layout .compare-list .compare-item .item-body .content-list .content-item.disadvantage ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 17px;
  position: absolute;
  left: -24px;
  top: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="12" viewBox="0 0 11 12" fill="none"><path d="M2.002 11.418C1.92733 11.418 1.88067 11.404 1.862 11.376L1.61 11.04C1.64733 10.928 1.666 10.844 1.666 10.788C1.666 10.7507 1.65667 10.732 1.638 10.732C1.582 10.732 1.526 10.7553 1.47 10.802C1.40467 10.8487 1.33933 10.872 1.274 10.872C1.23667 10.8627 1.218 10.8393 1.218 10.802L1.246 10.62C1.246 10.6013 1.23667 10.592 1.218 10.592L1.134 10.62L1.022 10.648C1.00333 10.6293 0.994 10.6107 0.994 10.592L1.022 10.368C1.022 10.312 1.008 10.2513 0.98 10.186C0.952 10.1207 0.928667 10.088 0.91 10.088L0.714 10.004C0.742 9.948 0.77 9.88733 0.798 9.822C0.826 9.766 0.844667 9.70533 0.854 9.64C0.854 9.59333 0.844667 9.528 0.826 9.444C0.816667 9.36 0.788667 9.25733 0.742 9.136C0.882 8.83733 1.15733 8.436 1.568 7.932C1.97867 7.428 2.534 6.80267 3.234 6.056C2.758 5.076 2.282 3.956 1.806 2.696L1.736 2.612C1.708 2.57467 1.67533 2.50467 1.638 2.402C1.60067 2.29 1.568 2.18267 1.54 2.08C1.512 1.968 1.498 1.898 1.498 1.87C1.498 1.842 1.50733 1.828 1.526 1.828C1.582 1.828 1.64733 1.8 1.722 1.744C1.806 1.67867 1.85267 1.618 1.862 1.562C1.88067 1.51533 1.92267 1.45467 1.988 1.38C2.06267 1.30533 2.114 1.268 2.142 1.268C2.15133 1.268 2.19333 1.29133 2.268 1.338C2.296 1.34733 2.31933 1.36133 2.338 1.38C2.366 1.38933 2.394 1.394 2.422 1.394L2.478 1.38C2.562 1.34267 2.618 1.22133 2.646 1.016C2.702 1.09067 2.75333 1.128 2.8 1.128L2.842 1.1C2.87933 1.044 2.90267 0.997333 2.912 0.96C2.94 0.913333 2.968 0.89 2.996 0.89L3.038 0.904C3.094 0.96 3.19667 1.086 3.346 1.282C3.49533 1.478 3.654 1.69733 3.822 1.94C3.99933 2.18267 4.13933 2.39733 4.242 2.584C4.326 2.73333 4.44267 2.92467 4.592 3.158C4.74133 3.382 4.92333 3.648 5.138 3.956C5.726 3.30267 6.19733 2.78933 6.552 2.416C6.90667 2.03333 7.14467 1.79067 7.266 1.688C7.38733 1.58533 7.49933 1.48267 7.602 1.38C7.70467 1.27733 7.80267 1.17933 7.896 1.086C8.07333 0.89 8.218 0.745333 8.33 0.652L8.834 0.26L8.876 0.273999C9.016 0.367333 9.09533 0.451333 9.114 0.526L9.142 0.624L9.338 0.735999L9.31 0.89C9.31 0.927333 9.33333 1.002 9.38 1.114C9.42667 1.21667 9.46867 1.27733 9.506 1.296C9.55267 1.296 9.59467 1.282 9.632 1.254C9.67867 1.226 9.744 1.212 9.828 1.212H9.898L9.842 1.436L9.982 1.464L10.01 1.702C10.01 1.82333 9.954 1.92133 9.842 1.996L9.954 2.164L8.414 3.662C8.19933 3.87667 7.924 4.166 7.588 4.53C7.26133 4.88467 6.88333 5.31867 6.454 5.832C7.00467 6.56933 7.43867 7.148 7.756 7.568C8.08267 7.97867 8.29267 8.23533 8.386 8.338C8.57267 8.54333 8.666 8.688 8.666 8.772C8.666 8.84667 8.638 8.94933 8.582 9.08C8.53533 9.21067 8.47933 9.32733 8.414 9.43C8.34867 9.53267 8.29267 9.584 8.246 9.584L7.826 9.612L7.938 10.004L7.882 10.046C7.826 10.074 7.784 10.088 7.756 10.088H7.686C7.602 10.088 7.546 10.1347 7.518 10.228C7.48067 10.3307 7.41067 10.382 7.308 10.382C7.252 10.382 7.20067 10.3587 7.154 10.312C7.10733 10.2653 7.03733 10.242 6.944 10.242C6.89733 10.242 6.86467 10.256 6.846 10.284L6.804 10.382C6.79467 10.4473 6.78067 10.5033 6.762 10.55C6.75267 10.5967 6.74333 10.6293 6.734 10.648C6.71533 10.6947 6.678 10.718 6.622 10.718H6.58C6.54267 10.718 6.496 10.7087 6.44 10.69C6.39333 10.6713 6.33267 10.648 6.258 10.62C5.95933 10.3027 5.38067 9.5 4.522 8.212L3.864 9.052C3.54667 9.45333 3.29933 9.77067 3.122 10.004C2.954 10.2467 2.85133 10.396 2.814 10.452L2.674 10.704C2.41267 11.1707 2.26333 11.404 2.226 11.404L2.002 11.418Z" fill="%23232323"/></svg>') no-repeat center center;
  background-size: contain;
}
#compare-layout .disclamer {
  text-align: center;
  color: #1b4298;
}

#compare-layout-new {
  background-color: #e7f1ff;
  padding-bottom: 200px;
}
#compare-layout-new .select-measure-block {
  width: 894px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  margin: 0 auto;
  transform: translateY(-60px);
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .select-measure-block {
    width: 100%;
  }
}
#compare-layout-new .select-measure-block .box-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #1b4298;
  margin-bottom: 12px;
  text-align: center;
}
#compare-layout-new .select-measure-block .desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 16px;
  text-align: center;
}
#compare-layout-new .section-title {
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  color: #1b4298;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .section-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1439px) {
  #compare-layout-new .measure-list-wrapper {
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .measure-list-wrapper {
    margin: 0;
  }
}
#compare-layout-new .measure-list-wrapper.active .measure-list-header .label-list {
  justify-content: flex-end;
}
#compare-layout-new .measure-list-wrapper.active .measure-list .measure-item .content-list {
  justify-content: flex-end;
}
#compare-layout-new .measure-list-wrapper .measure-list-header {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 8px;
  margin-bottom: 8px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .measure-list-wrapper .measure-list-header {
    grid-template-columns: 1fr;
  }
}
#compare-layout-new .measure-list-wrapper .measure-list-header > * {
  position: relative;
  z-index: 2;
}
#compare-layout-new .measure-list-wrapper .measure-list-header .arrows {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: calc(100% + 95px);
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .measure-list-wrapper .measure-list-header .arrows {
    width: calc(100% - 12px);
    z-index: 3;
  }
}
#compare-layout-new .measure-list-wrapper .measure-list-header .arrows > * {
  width: 33px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .measure-list-wrapper .measure-list-header .arrows > * {
    width: 40px;
    height: 40px;
  }
}
#compare-layout-new .measure-list-wrapper .measure-list-header .arrows > *.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
#compare-layout-new .measure-list-wrapper .measure-list-header .label {
  border-radius: 16px;
  background: #1b4298;
  display: flex;
  height: 52px;
  padding: 10px 4px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .measure-list-wrapper .measure-list-header .label {
    line-height: 2;
  }
}
#compare-layout-new .measure-list-wrapper .measure-list-header .label-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow: hidden;
}
#compare-layout-new .measure-list-wrapper .measure-list-header .label-list .slick-slide {
  padding: 0 4px;
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .measure-list-wrapper .measure-list-header .label-list .slick-slide {
    padding: 0;
  }
}
#compare-layout-new .measure-list-wrapper .measure-list-header .label-list .label {
  width: 385px;
  flex-shrink: 0;
}
#compare-layout-new .measure-list-wrapper .blank-measure {
  border-radius: 16px;
  background: #fff;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
}
#compare-layout-new .measure-list-wrapper .blank-measure.active {
  display: none;
}
#compare-layout-new .measure-list-wrapper .measure-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item {
  display: none;
  grid-template-columns: 100px 1fr;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .measure-list-wrapper .measure-list .measure-item {
    grid-template-columns: 68px 1fr;
    gap: 0;
  }
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item.active {
  display: grid;
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item .item-head {
  border-radius: 16px;
  background: #fff;
  transform: rotate(-90deg) translateX(-100%);
  width: fit-content;
  height: 100px;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transform-origin: top left;
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .measure-list-wrapper .measure-list .measure-item .item-head {
    border-radius: 16px;
    background: var(--Color-Primary-WhiteBG, #FFF);
    box-shadow: 0 2px 1px 0 #F5F5F5;
    position: relative;
    z-index: 2;
    padding: 4px 20px;
    height: 68px;
  }
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item .item-head .ico {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item .item-head .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #1b4298;
  text-transform: uppercase;
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list {
    margin-left: -16px;
  }
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list .slick-track {
  flex-wrap: nowrap;
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list .slick-slide {
  padding: 0 4px;
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list .slick-slide {
    padding: 0;
  }
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list .content-item {
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  width: 385px;
  height: 320px;
  flex-shrink: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list .content-item {
    padding-left: 32px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  #compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list .content-item {
    font-size: 3.3vw;
  }
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list .content-item span, #compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list .content-item h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: block;
  margin: 0 0 10px;
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list .content-item ul {
  padding-left: 20px;
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list .content-item ul li {
  position: relative;
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list .content-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list .content-item.advantage ul li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -24px;
  top: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4709 4.58584C14.6038 4.50588 14.7625 4.48052 14.9137 4.51508C15.0649 4.54964 15.1969 4.64143 15.2819 4.77119L15.8757 5.67699C15.9531 5.79532 15.9863 5.93719 15.9693 6.07757C15.9523 6.21795 15.8862 6.3478 15.7828 6.44422L15.781 6.44662L15.7726 6.45441L15.7384 6.48621L15.6034 6.61518C14.8566 7.33961 14.1324 8.087 13.4319 8.85627C12.114 10.3055 10.5489 12.2023 9.49558 14.0427C9.20164 14.5562 8.4836 14.6666 8.0577 14.2233L4.16758 10.1814C4.11183 10.1234 4.0683 10.0549 4.03958 9.97976C4.01085 9.90466 3.99752 9.82454 4.00038 9.74419C4.00323 9.66383 4.02221 9.58486 4.05619 9.51199C4.09017 9.43911 4.13845 9.37381 4.19817 9.31997L5.37391 8.25941C5.47723 8.16625 5.60971 8.11191 5.74869 8.10567C5.88766 8.09943 6.02448 8.14169 6.13573 8.22521L8.12069 9.71348C11.2214 6.65597 12.9796 5.48263 14.4709 4.58584Z" fill="%23232323"/></svg>') no-repeat center center;
  background-size: contain;
}
#compare-layout-new .measure-list-wrapper .measure-list .measure-item .content-list .content-item.disadvantage ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 17px;
  position: absolute;
  left: -24px;
  top: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="12" viewBox="0 0 11 12" fill="none"><path d="M2.002 11.418C1.92733 11.418 1.88067 11.404 1.862 11.376L1.61 11.04C1.64733 10.928 1.666 10.844 1.666 10.788C1.666 10.7507 1.65667 10.732 1.638 10.732C1.582 10.732 1.526 10.7553 1.47 10.802C1.40467 10.8487 1.33933 10.872 1.274 10.872C1.23667 10.8627 1.218 10.8393 1.218 10.802L1.246 10.62C1.246 10.6013 1.23667 10.592 1.218 10.592L1.134 10.62L1.022 10.648C1.00333 10.6293 0.994 10.6107 0.994 10.592L1.022 10.368C1.022 10.312 1.008 10.2513 0.98 10.186C0.952 10.1207 0.928667 10.088 0.91 10.088L0.714 10.004C0.742 9.948 0.77 9.88733 0.798 9.822C0.826 9.766 0.844667 9.70533 0.854 9.64C0.854 9.59333 0.844667 9.528 0.826 9.444C0.816667 9.36 0.788667 9.25733 0.742 9.136C0.882 8.83733 1.15733 8.436 1.568 7.932C1.97867 7.428 2.534 6.80267 3.234 6.056C2.758 5.076 2.282 3.956 1.806 2.696L1.736 2.612C1.708 2.57467 1.67533 2.50467 1.638 2.402C1.60067 2.29 1.568 2.18267 1.54 2.08C1.512 1.968 1.498 1.898 1.498 1.87C1.498 1.842 1.50733 1.828 1.526 1.828C1.582 1.828 1.64733 1.8 1.722 1.744C1.806 1.67867 1.85267 1.618 1.862 1.562C1.88067 1.51533 1.92267 1.45467 1.988 1.38C2.06267 1.30533 2.114 1.268 2.142 1.268C2.15133 1.268 2.19333 1.29133 2.268 1.338C2.296 1.34733 2.31933 1.36133 2.338 1.38C2.366 1.38933 2.394 1.394 2.422 1.394L2.478 1.38C2.562 1.34267 2.618 1.22133 2.646 1.016C2.702 1.09067 2.75333 1.128 2.8 1.128L2.842 1.1C2.87933 1.044 2.90267 0.997333 2.912 0.96C2.94 0.913333 2.968 0.89 2.996 0.89L3.038 0.904C3.094 0.96 3.19667 1.086 3.346 1.282C3.49533 1.478 3.654 1.69733 3.822 1.94C3.99933 2.18267 4.13933 2.39733 4.242 2.584C4.326 2.73333 4.44267 2.92467 4.592 3.158C4.74133 3.382 4.92333 3.648 5.138 3.956C5.726 3.30267 6.19733 2.78933 6.552 2.416C6.90667 2.03333 7.14467 1.79067 7.266 1.688C7.38733 1.58533 7.49933 1.48267 7.602 1.38C7.70467 1.27733 7.80267 1.17933 7.896 1.086C8.07333 0.89 8.218 0.745333 8.33 0.652L8.834 0.26L8.876 0.273999C9.016 0.367333 9.09533 0.451333 9.114 0.526L9.142 0.624L9.338 0.735999L9.31 0.89C9.31 0.927333 9.33333 1.002 9.38 1.114C9.42667 1.21667 9.46867 1.27733 9.506 1.296C9.55267 1.296 9.59467 1.282 9.632 1.254C9.67867 1.226 9.744 1.212 9.828 1.212H9.898L9.842 1.436L9.982 1.464L10.01 1.702C10.01 1.82333 9.954 1.92133 9.842 1.996L9.954 2.164L8.414 3.662C8.19933 3.87667 7.924 4.166 7.588 4.53C7.26133 4.88467 6.88333 5.31867 6.454 5.832C7.00467 6.56933 7.43867 7.148 7.756 7.568C8.08267 7.97867 8.29267 8.23533 8.386 8.338C8.57267 8.54333 8.666 8.688 8.666 8.772C8.666 8.84667 8.638 8.94933 8.582 9.08C8.53533 9.21067 8.47933 9.32733 8.414 9.43C8.34867 9.53267 8.29267 9.584 8.246 9.584L7.826 9.612L7.938 10.004L7.882 10.046C7.826 10.074 7.784 10.088 7.756 10.088H7.686C7.602 10.088 7.546 10.1347 7.518 10.228C7.48067 10.3307 7.41067 10.382 7.308 10.382C7.252 10.382 7.20067 10.3587 7.154 10.312C7.10733 10.2653 7.03733 10.242 6.944 10.242C6.89733 10.242 6.86467 10.256 6.846 10.284L6.804 10.382C6.79467 10.4473 6.78067 10.5033 6.762 10.55C6.75267 10.5967 6.74333 10.6293 6.734 10.648C6.71533 10.6947 6.678 10.718 6.622 10.718H6.58C6.54267 10.718 6.496 10.7087 6.44 10.69C6.39333 10.6713 6.33267 10.648 6.258 10.62C5.95933 10.3027 5.38067 9.5 4.522 8.212L3.864 9.052C3.54667 9.45333 3.29933 9.77067 3.122 10.004C2.954 10.2467 2.85133 10.396 2.814 10.452L2.674 10.704C2.41267 11.1707 2.26333 11.404 2.226 11.404L2.002 11.418Z" fill="%23232323"/></svg>') no-repeat center center;
  background-size: contain;
}
#compare-layout-new .disclamer {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
  font-style: italic;
  color: #1b4298;
  margin-top: 40px;
}
#compare-layout-new .disclamer b {
  font-weight: 600 !important;
}
#compare-layout-new .disclamer ul {
  list-style: disc;
  padding-left: 20px;
}
#compare-layout-new .select2-selection.select2-selection--multiple {
  padding: 0 16px;
}
#compare-layout-new .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  background-color: transparent;
  margin-top: 0;
  padding: 0;
  font-weight: 700;
}
#compare-layout-new .select2-container--default .select2-selection--multiple .select2-selection__choice::after {
  content: ",";
}
#compare-layout-new .select2-container--default .select2-selection--multiple .select2-selection__choice.label::after {
  content: "";
}
#compare-layout-new .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  max-width: 80%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .select2-container--default .select2-selection--multiple:not(:has(.select2-selection__choice.label)) .select2-selection__rendered {
    max-width: 80%;
  }
  #compare-layout-new .select2-container--default .select2-selection--multiple:not(:has(.select2-selection__choice.label)) .select2-selection__rendered .select2-search.select2-search--inline {
    width: 100%;
  }
  #compare-layout-new .select2-container--default .select2-selection--multiple:not(:has(.select2-selection__choice.label)) .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    width: 100% !important;
  }
}
#compare-layout-new .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
#compare-layout-new .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #1b4298;
  font-family: "Montserrat", "Arial", sans-serif, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
#compare-layout-new .select2-container::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #1b4298;
  border-top: none;
  border-left: none;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .select2-container:has(.select2-selection__choice)::after {
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
  }
}
@media only screen and (max-width: 1024px) {
  #compare-layout-new .select2-container .selection .select2-selection:has(.select2-selection__choice) {
    background: #E20177;
    color: #fff !important;
  }
}

#privacy-policy-page .page-content {
  padding: 80px 0 160px;
}
@media only screen and (max-width: 768px) {
  #privacy-policy-page .page-content {
    padding: 40px 0 80px;
  }
}
#privacy-policy-page .page-content h2, #privacy-policy-page .page-content h3 {
  font-size: 18px;
  margin: 20px 0;
}
#privacy-policy-page .page-content h2 strong, #privacy-policy-page .page-content h3 strong {
  font-weight: bold;
}
#privacy-policy-page .page-content h3 {
  font-size: 16px;
  margin: 12px 0;
}
#privacy-policy-page .page-content h3 strong {
  font-weight: bold;
}
#privacy-policy-page .page-content h1 {
  font-size: 42px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #privacy-policy-page .page-content h1 {
    font-size: 32px;
  }
}
#privacy-policy-page .page-content ul, #privacy-policy-page .page-content ol {
  list-style: inherit;
  padding-left: 20px;
}
