@charset "UTF-8";
/* Banner Area */
.banner_area {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.banner_area .banner_img {
  position: relative;
  width: 100%;
  transform: scale(1);
  transition: transform 15s ease;
}

.banner_area.active .banner_img {
  transform: scale(1);
}

.banner_area .banner_img {
  overflow: hidden;
}

.tnc-holder {
  font-size: 12px;
  color: #222;
}

.tnc-holder p {
  font-size: 12px;
  color: #222;
}

.tnc-holder ol {
  padding-left: 18px;
}

/* Content Sections */
.line-break {
  display: none;
}

#main_content_area {
  padding-bottom: 5px;
  position: relative;
}

#main_content_area .row {
  padding: 0 8px;
}

#main_content_area .row.full_width {
  padding-left: 0;
  padding-right: 0;
}

#main_content_area .row.full_width .columns {
  padding-left: 0;
  padding-right: 0;
}

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

.wid680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.wid730 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.wid850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.section .title {
  color: #005126;
  text-align: center;
  font-weight: bold;
  padding: 0px;
}
.section .description {
  font-size: 20px;
  line-height: 32px;
}

.section.full_width {
  padding-right: 0;
  padding-left: 0;
}

.section_icon {
  margin-bottom: 5px;
}

.section_title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 25px;
}

sup {
  font-size: 12px;
  top: -12px;
}

#footer .copy a {
  max-width: 270px;
  color: inherit;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
}

/* modal */
.modal {
  overflow-y: auto;
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.55);
}

.modal#tncModal {
  overflow: auto;
}

.modal-content {
  overflow-y: auto;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 30px 15px 10px;
  width: 95%;
  max-width: 45%;
  color: #333;
  line-height: 130%;
  max-height: calc(100% - 130px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  border: 5px solid #006532;
}

.modal-content h5 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
}

.modal-content .btn-holder {
  width: 100%;
  margin: 0 auto;
}

.modal-content .btn-holder .btn {
  display: inline-block;
  width: 140px;
  color: #fff;
  padding: 15px 12px 14px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-left: 5px;
  font-size: 19px;
  text-align: center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
}

.modal-content .btn-holder .btn:before {
  content: " ";
  text-indent: -999em;
  background: url(icon_20px.png);
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0px -61px;
}

.modal-content .btn-holder .btn.btn-accept:hover {
  opacity: 0.8;
  background-color: #34a344;
  border: 1px solid #34a344;
}

.modal-content .btn-holder .btn.btn-cancel {
  border: 1px solid #b2b2b2;
  color: #666;
  background-color: #fff;
  width: 100px;
}

.modal-content .btn-holder .btn.btn-cancel:hover {
  background-color: #f0f0f0;
}

/* The Close Button */
.modal-content .close {
  display: block;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url(https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_grey02.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.modal-content .close:hover {
  background-image: url(https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_hase_green.svg);
}

.modal-content .close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content .ico-triangle {
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}

.modal.btn-modal {
  position: absolute;
  background: transparent;
  overflow: unset !important;
  top: -185px;
  left: 4%;
}

.modal.btn-modal .modal-content {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  max-height: 1000% !important;
  top: 0;
  transform: translateY(0%);
  width: 190px;
  padding: 20px 25px 5px;
}

.modal.btn-modal .modal-content .close {
  top: 0px;
  right: 0px;
  display: block;
  width: 26px;
  height: 26px;
  min-width: 20px;
  min-height: 20px;
}

.modal.btn-modal .modal-content .btn-holder {
  margin: 0 auto;
  text-align: center;
}

.modal.btn-modal .modal-content .btn-holder .btn {
  margin-left: 0;
  width: 100%;
  font-size: 16px;
  padding: 12px 12px 11px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 100%;
  }
}
/* modal */
/*p2g d2g daasc*/
.isDaaSC .lan_area,
.isDaaSC .HSB_logo {
  display: none !important;
}

.isMobile-block,
.isMobile-inline-block,
.isMobile-inline-table {
  display: none;
}

.isMobile .app-download-qr {
  display: none !important;
}

.isMobile .isDesktop-show {
  display: none;
}

.isMobile .isMobile-block {
  display: block;
}

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

.isMobile .isMobile-inline-table {
  display: inline-table;
}

body .isD2G-block {
  display: block;
}
body .isD2G-inline {
  display: inline;
}
body .isD2G-inline-block {
  display: inline-block;
}
body .isP2G-block,
body .isP2G-inline,
body .isP2G-inline-block,
body .isDaaSC-block,
body .isDaaSC-inline,
body .isDaaSC-inline-block,
body .isD2G-hide {
  display: none;
}

.isD2G .isD2G-block {
  display: block;
}
.isD2G .isD2G-inline {
  display: inline;
}
.isD2G .isD2G-inline-block {
  display: inline-block;
}
.isD2G .isD2G-hide {
  display: none;
}

.isP2G .isD2G-block,
.isP2G .isD2G-inline,
.isP2G .isD2G-inline-block {
  display: none;
}
.isP2G .isP2G-block {
  display: block;
}
.isP2G .isP2G-inline {
  display: inline;
}
.isP2G .isP2G-inline-block {
  display: inline-block;
}
.isP2G .isP2G-hide {
  display: none;
}

.isDaaSC .isD2G-block,
.isDaaSC .isD2G-inline,
.isDaaSC .isD2G-inline-block {
  display: none;
}
.isDaaSC .isDaaSC-block {
  display: block;
}
.isDaaSC .isDaaSC-inline {
  display: inline;
}
.isDaaSC .isDaaSC-inline-block {
  display: inline-block;
}
.isDaaSC .isDaaSC-hide {
  display: none;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#top_banner_area .view_p2g {
  display: block !important;
}

#wrap,
#footer,
.row {
  max-width: 100% !important;
}

#wrap {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  #wrap {
    padding-bottom: 8rem;
  }
}

.p2gword {
  color: white !important;
  text-align: center;
}
.p2gword b {
  color: white !important;
}

.top-remarks {
  border-radius: 10px;
  border: 1px solid #afb5ae;
  color: #555;
  padding: 12px 29px;
  overflow-y: auto;
  max-height: 8rem;
}
@media screen and (min-width: 1024px) {
  .top-remarks {
    max-height: 9rem;
  }
}
.top-remarks p {
  font-size: 18px;
  line-height: 28px;
}
.top-remarks p b {
  color: #000;
}

.banner-img {
  width: 100%;
}
.banner-img.desktop {
  display: block;
}
.banner-img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .banner-img.desktop {
    display: none;
  }
  .banner-img.mobile {
    display: block;
  }
}

.risk-warning-box {
  max-height: 96px;
  overflow: auto;
  border: #000 1px solid;
  margin-top: 2rem !important;
}

.offer-bg {
  background-image: url(../../chi/images/img_section2_bg.jpg);
  position: relative;
  padding-bottom: 100px !important;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  background-color: #a6e7a3;
}

.section3-bg {
  padding: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.education-bg {
  background-image: url("img_video_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  position: relative;
}

.video-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 4px;
}

.title {
  color: #055541;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  margin: 2rem 0;
  font-size: 32px;
  line-height: 48px;
}
.title .gold-text {
  color: #a98e51;
  white-space: normal;
}
.title img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.grid-center {
  display: grid;
  place-items: center;
}

.trade-and-win {
  text-align: center;
}
.trade-and-win .title-secondary {
  font-size: 22px !important;
  line-height: 32px !important;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 10px;
  margin-top: 4rem;
}
.trade-and-win .smaller-title {
  font-size: 22px !important;
  line-height: 32px !important;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.trade-and-win p {
  font-size: 20px;
  line-height: 32px;
}
.trade-and-win .title-description-button {
  margin-bottom: 4rem;
}
.trade-and-win .title-description-button a {
  background-color: #055541;
  color: white;
  font-weight: bold;
  padding: 0.5rem 2rem;
  text-decoration: none;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  line-height: 32px;
}
.trade-and-win .title-description-button a:hover {
  background-color: #52805a;
}
.trade-and-win .title-description-button .special-box {
  background-color: #e3ede2;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
}
.trade-and-win .title-description-button .special-box .smaller-title {
  text-align: left;
}
.trade-and-win .title-description-button .special-box #trade-and-win-learn-more_2 {
  margin: 0;
}
.trade-and-win .title-description-button .special-box .img-box {
  font-size: 12px;
  width: 300px;
  margin-left: 2rem;
  flex-shrink: 0;
  text-align: end;
}
.trade-and-win .title-description-button .special-box .img-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .trade-and-win .title-description-button .special-box {
    flex-direction: column-reverse;
  }
  .trade-and-win .title-description-button .special-box .img-box {
    margin: 0 auto 2rem auto;
  }
  .trade-and-win .title-description-button .special-box .smaller-title {
    text-align: center;
  }
  .trade-and-win .title-description-button .special-box #trade-and-win-learn-more_2 {
    margin: 0 auto;
  }
}
.trade-and-win .title-description-button .description {
  margin-bottom: 2rem;
}

.text-top {
  vertical-align: super;
  font-size: 12px;
}

.green-bold-span {
  color: #055541;
  font-weight: bold;
  white-space: normal;
}

.education-corner .content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  justify-items: center;
  align-items: center;
  overflow: visible;
  margin: 4rem 1rem 2rem 1rem;
}
.education-corner strong {
  font-size: 24px;
  line-height: 42px;
}
@media (max-width: 768px) {
  .education-corner .content {
    grid-template-columns: 1fr;
  }
}
.education-corner .education-corner-img-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin-bottom: 1rem;
}
.education-corner .education-corner-img-wrapper .img-education-backdrop,
.education-corner .education-corner-img-wrapper .img-education {
  width: 368px;
  height: 207px;
}
.education-corner .education-corner-img-wrapper .img-education {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.education-corner .education-corner-img-wrapper .img-education-backdrop {
  position: absolute;
  top: -24px;
  left: -24px;
  background-color: #a98e51;
  width: 100%;
}
.education-corner .education-corner-img-wrapper .play-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5rem;
  border: 1px solid #ffffff;
  z-index: 3;
  border-radius: 100%;
  cursor: pointer;
}
.education-corner .education-corner-img-wrapper .play-button {
  width: 35px;
  height: 35px;
}
.education-corner .dark-filter::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.family-tree {
  background-color: #bbd4c1;
  padding-bottom: 60px;
}
.family-tree .description {
  margin-bottom: 2rem;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.family-tree .extra-description-wrapper {
  margin: 10px 0 2.5rem;
}
.family-tree .extra-description-wrapper p {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.family-tree .extra-description-wrapper .gold-text {
  margin-top: 1rem;
}
.family-tree .gold-text {
  color: #a98e51;
  white-space: normal;
  font-weight: bold;
}
.family-tree .ico-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 44px;
  color: #0d6c28;
  white-space: normal;
  padding-bottom: 9px;
  padding: 10px 20px 0;
  text-align: center;
}
.family-tree .ico-title a {
  color: #0d6c28;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .family-tree .ico-title {
    font-size: 30px;
    line-height: 61px;
  }
}

.absolute-right-bottom {
  position: absolute;
  right: 0;
  bottom: -20px;
}

a.btn-styled {
  background-color: #56a85c;
  color: white !important;
  font-weight: bold;
  padding: 0.8px 13px;
  text-decoration: none !important;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  line-height: 32px;
  margin-top: 1rem !important;
}
a.btn-styled:hover {
  background-color: #52805a;
}
a.btn-styled.right {
  margin: 0 0 auto auto;
}
a.btn-styled.dark-green {
  background-color: #055541;
}
a.btn-styled.dark-green:hover {
  background-color: #52805a;
}

.terms-and-conditions {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  color: #222222;
}
.terms-and-conditions p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  color: #222222;
}
.terms-and-conditions ul {
  margin-left: 20px;
}
.terms-and-conditions ul li::marker {
  font-size: 0.5em;
  line-height: 0.1;
}

.important-risk-warning {
  display: grid;
  gap: 1rem;
}
.important-risk-warning .rw-title {
  font-weight: bold;
}
.important-risk-warning ul,
.important-risk-warning ol {
  margin-left: 20px;
}

.sticky-bar-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  background-color: #608a72;
  padding: 0.7rem 1rem;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
}
.sticky-bar-bottom .sticky-element {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.sticky-bar-bottom a {
  color: white;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  gap: 0.5rem;
}
.sticky-bar-bottom a:nth-of-type(1n) {
  padding-right: 1rem;
}
.sticky-bar-bottom a:nth-of-type(1n)::after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 1px solid white;
  width: 100%;
  height: 100%;
}
.sticky-bar-bottom a:last-child::after {
  display: none;
  padding-right: 0;
}
.sticky-bar-bottom img {
  width: 25px;
  height: 25px;
}
@media (max-width: 768px) {
  .sticky-bar-bottom .sticky-element {
    flex-direction: column;
    gap: 0.1rem;
  }
  .sticky-bar-bottom a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .sticky-bar-bottom a:nth-of-type(1n)::after {
    border-right: none;
    border-bottom: 1px solid white;
  }
}

.btn5 {
  height: 40px;
  width: 100%;
  border-radius: 10px;
  background-color: #006532;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.02px;
  text-align: center;
  margin-right: 15px;
  max-width: 380px;
  border: 1px solid #006532;
  padding: 3px 10px;
}

.btn4 {
  height: 40px;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  color: #006532;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.02px;
  text-align: center;
  margin-right: 15px;
  max-width: 380px;
  border: 1px solid #006532;
  padding: 3px 10px;
}

.btnleft {
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 5px;
}

.click-img {
  display: inline-block;
  background: url("openpage.png") no-repeat center;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}

.hover_link:hover .click-img {
  display: inline-block;
  background: url("green.png") no-repeat center;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}

.click-img-white {
  display: inline-block;
  background: url("icon_openwindow_white.png") no-repeat center;
  background-size: 10px 10px;
  width: 20px;
  height: 20px;
}

.hover_link_white:hover .click-img-white {
  display: inline-block;
  background: url("white.png") no-repeat center;
  background-size: 10px 10px;
  width: 20px;
  height: 20px;
}

.align-middle {
  vertical-align: middle;
}

.click-img:hover,
.click-img-white:hover {
  cursor: pointer;
}

.available-apps {
  max-width: 1024px;
  border: 1px solid #b1c5ad;
  margin: 4rem auto 3rem;
  position: relative;
}
.available-apps .title {
  color: white;
  background-color: #055541;
  font-size: 20px;
  line-height: 36px;
  padding: 0.5rem 2rem;
  font-weight: bold;
  margin: 0;
}
.available-apps .title-wrapper {
  position: relative;
  text-align: center;
  padding: 0 2rem;
}
.available-apps .title-wrapper .title {
  z-index: 1;
}
.available-apps .title-wrapper .title-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 4px;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.available-apps .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.available-apps .enquiries-text {
  text-align: center;
  font-size: 20px;
  margin: 1rem;
}
.available-apps .app-template {
  margin: 1rem auto;
}
@media (max-width: 768px) {
  .available-apps .content {
    flex-direction: column;
  }
  .available-apps .app-template {
    width: 100%;
  }
}

.app-template {
  width: 80%;
  max-width: 500px;
  display: flex;
  align-items: center;
  margin: 10px auto 50px;
  justify-content: center;
}
.app-template .app-icon {
  width: 19%;
}
.app-template .app-icon img {
  aspect-ratio: 1/1;
}
.app-template .app-download-template {
  width: 62%;
  margin: 0 2px;
}
.app-template .app-col {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
}
.app-template .app-col a {
  width: calc(50% - 2px);
}
.app-template .app-col a img {
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
}

.warn-modal .modal-content {
  top: 50%;
  transform: translateY(-50%);
  border: 0 none;
  padding: 30px;
  border-radius: 20px;
}
.warn-modal .modal-content .warn-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.warn-modal .modal-content .warn-desc {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  line-height: 24px;
}
.warn-modal .modal-content .warn-btn {
  text-align: right;
  padding-top: 40px;
}
.warn-modal .modal-content .warn-btn .con-btn {
  background-color: #005126;
  color: #fff;
  padding: 10px 40px;
  border-radius: 3px;
}
.warn-modal .modal-content .warn-btn .cancel-btn {
  border: 1px solid #005126;
  color: #005126;
  padding: 10px 40px;
  margin-right: 8px;
  border-radius: 3px;
}
.warn-modal .modal-content .close {
  display: block;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url(../chi/images/close-btn-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.no-wrap {
  white-space: nowrap;
}

.primary-btn {
  background-image: linear-gradient(to bottom, #318e76, #055541);
  border-radius: 5px;
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
          clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  color: white;
  width: 150px;
  aspect-ratio: 85/24;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .primary-btn {
    font-size: 20px;
    width: 170px;
  }
}
.primary-btn:hover {
  color: white;
}

.secondary-btn {
  color: #005126;
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-weight: bold;
  background-image: url(../../chi/images/img_cta_border.png);
  align-items: center;
  justify-content: center;
  font-size: 16px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  aspect-ratio: 85/24;
}
@media screen and (min-width: 768px) {
  .secondary-btn {
    font-size: 20px;
    width: 170px;
  }
}

.right-arrow-tag {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  color: #005126;
  font-weight: bold;
  text-align: left;
}
.right-arrow-tag p {
  background-image: url(../../chi/images/img_table_title_middle.png);
  background-repeat: repeat-x;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.hidden-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-mobile {
    display: block;
  }
}

.spacer-m {
  height: 8px;
}

.spacer-l {
  height: 16px;
}

.spacer-xl {
  height: 24px;
}

.spacer-2xl {
  height: 32px;
}

.spacer-3xl {
  height: 48px;
}

.spacer-4xl {
  height: 64px;
}

.spacer-5xl {
  height: 72px;
}

.spacer-6xl {
  height: 96px;
}

.flip-box-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 42px;
  overflow: visible;
  margin-bottom: 100px;
  width: 100%;
  justify-items: center;
  overflow: auto;
  padding: 0 20px 30px 20px;
}
@media screen and (min-width: 768px) {
  .flip-box-container {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    overflow: initial;
  }
}
@media screen and (min-width: 1280px) {
  .flip-box-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 160px;
  }
}
.flip-box-container .flip-box {
  background-color: transparent;
  min-width: 240px;
  max-width: 330px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .flip-box-container .flip-box {
    min-width: 330px;
  }
}
@media screen and (min-width: 1280px) {
  .flip-box-container .flip-box {
    min-width: auto;
    width: 100%;
  }
}
.flip-box-container .flip-box .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 30px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.2);
}
.flip-box-container .flip-box .flip-box-inner .flip-box-front,
.flip-box-container .flip-box .flip-box-inner .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 30px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.flip-box-container .flip-box .flip-box-inner .flip-box-front .flip-icon-wrapper,
.flip-box-container .flip-box .flip-box-inner .flip-box-back .flip-icon-wrapper {
  background-color: white;
  border-radius: 50%;
  max-width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.flip-box-container .flip-box .flip-box-inner .flip-box-front .flip-icon-wrapper img,
.flip-box-container .flip-box .flip-box-inner .flip-box-back .flip-icon-wrapper img {
  width: 75%;
}
.flip-box-container .flip-box .flip-box-inner .flip-box-front {
  background-image: linear-gradient(to bottom, #ade8b6, #eafaee);
  color: #055541;
  padding: 32px;
}
.flip-box-container .flip-box .flip-box-inner .flip-box-front .flip-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.flip-box-container .flip-box .flip-box-inner .flip-box-front .flip-title-wrapper .flip-title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.flip-box-container .flip-box .flip-box-inner .flip-box-front .flip-title-wrapper img {
  width: 24px;
  height: 24px;
  align-self: flex-end;
  margin-bottom: 6px;
}
.flip-box-container .flip-box .flip-box-inner .flip-box-back {
  background-image: linear-gradient(to bottom, #318e76, #055541);
  transform: rotateY(180deg);
  color: white;
  padding: 24px;
}
.flip-box-container .flip-box .flip-box-inner .flip-box-back .bg-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 36%;
  height: 36%;
}
@media screen and (min-width: 1441px) {
  .flip-box-container .flip-box .flip-box-inner .flip-box-back {
    padding: 56px;
  }
}
.flip-box-container .flip-box .flip-box-inner .flip-box-back .flip-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .flip-box-container .flip-box .flip-box-inner .flip-box-back .flip-title {
    font-size: 24px;
  }
}
.flip-box-container .flip-box .flip-box-inner .flip-box-back .flip-content {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 1441px) {
  .flip-box-container .flip-box .flip-box-inner .flip-box-back .flip-content {
    font-size: 20px;
  }
}
.flip-box-container .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg); /* Flips the box on hover */
}

html.en h1.linear-gradient {
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  html.en h1.linear-gradient {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1441px) {
  html.en h1.linear-gradient {
    font-size: 48px;
  }
}
html.en .subtitle-wrapper .subtitle {
  font-size: 30px;
}
@media screen and (min-width: 1441px) {
  html.en .subtitle-wrapper .subtitle {
    font-size: 40px;
  }
}
html.en .flip-box-container .flip-box .flip-box-inner .flip-box-front .flip-icon-wrapper {
  height: 104px;
}
@media screen and (min-width: 768px) {
  html.en .flip-box-container .flip-box .flip-box-inner .flip-box-front .flip-icon-wrapper {
    height: 169px;
  }
}
html.en .flip-box-container .flip-box .flip-box-inner .flip-box-front .flip-title-wrapper {
  flex: 1;
}
html.en .flip-box-container .flip-box .flip-box-inner .flip-box-front .flip-title-wrapper .flip-title {
  font-size: 18px;
  line-height: 24px;
  align-self: flex-end;
}
@media screen and (min-width: 768px) {
  html.en .flip-box-container .flip-box .flip-box-inner .flip-box-front .flip-title-wrapper .flip-title {
    font-size: 24px;
    line-height: 32px;
  }
}
html.en .flip-box-container .flip-box .flip-box-inner .flip-box-front .flip-title-wrapper img {
  margin-bottom: 0;
}
@media screen and (min-width: 1441px) {
  html.en .flip-box-container .flip-box .flip-box-inner .flip-box-back {
    padding: 24px;
  }
}
@media screen and (min-width: 768px) {
  html.en .comparison-table-wrapper .comparison-table .table-header .table-row .table-header-cell {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  html.en .fund-tab-options-wrapper .fund-tab-options .option p {
    font-size: 24px;
    line-height: 32px;
  }
}
html.en .mipf-title p {
  font-size: 26px;
  line-height: 36px;
  padding: 8px 24px;
}

h1.linear-gradient {
  background: -webkit-linear-gradient(270deg, #4d9a80 0%, #055541 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 1441px) {
  h1.linear-gradient {
    font-size: 48px;
  }
}

.slogan-title-bottom-line {
  margin-top: 8px;
  width: 100%;
  max-width: 660px;
}

.subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1441px) {
  .subtitle-wrapper {
    gap: 12px;
  }
}
.subtitle-wrapper .subtitle {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #055541;
  line-height: 1.2;
}
@media screen and (min-width: 1441px) {
  .subtitle-wrapper .subtitle {
    font-size: 40px;
  }
}
.subtitle-wrapper img {
  width: 60px;
  height: 16px;
}

.comparison-table-wrapper {
  width: 100%;
  overflow: auto;
  border-radius: 24px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.2);
  background-color: #347f63;
}
@media screen and (min-width: 1440px) {
  .comparison-table-wrapper {
    max-width: 1408px;
  }
}
.comparison-table-wrapper .comparison-table {
  display: flex;
  flex-direction: column;
  background-color: #347f63;
  border-radius: 24px;
  padding: 16px;
  min-width: 150%;
}
@media screen and (min-width: 768px) {
  .comparison-table-wrapper .comparison-table {
    min-width: 916px;
  }
}
@media screen and (min-width: 1441px) {
  .comparison-table-wrapper .comparison-table {
    min-width: 1408px;
  }
}
.comparison-table-wrapper .comparison-table .table-header .table-row {
  display: grid;
  grid-template-columns: 20% 40% 40%;
}
.comparison-table-wrapper .comparison-table .table-header .table-row .table-header-cell {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  color: white;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 35px;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.comparison-table-wrapper .comparison-table .table-header .table-row .table-header-cell:not(:first-child) {
  border: 1px solid #1d7c62;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .comparison-table-wrapper .comparison-table .table-header .table-row .table-header-cell {
    flex-direction: row;
    font-size: 32px;
    padding: 24px;
    text-align: left;
  }
}
.comparison-table-wrapper .comparison-table .table-header .table-row .table-header-cell:nth-child(2) {
  background-color: #39a979;
}
.comparison-table-wrapper .comparison-table .table-header .table-row .table-header-cell:nth-child(2):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 174px;
  max-width: 100%;
  height: 38px;
  background-image: url(../../chi/images/img_fund1_line.svg);
}
.comparison-table-wrapper .comparison-table .table-header .table-row .table-header-cell:nth-child(3) {
  background-color: #38a793;
}
.comparison-table-wrapper .comparison-table .table-header .table-row .table-header-cell:nth-child(3):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 174px;
  max-width: 100%;
  height: 38px;
  background-image: url(../../chi/images/img_fund2_line.svg);
}
.comparison-table-wrapper .comparison-table .table-header .table-row .table-header-cell img {
  width: 60px;
}
.comparison-table-wrapper .comparison-table .table-body {
  background-color: white;
  border-radius: 16px 0 16px 16px;
  overflow: hidden;
}
.comparison-table-wrapper .comparison-table .table-body .table-row {
  display: grid;
  grid-template-columns: 20% 40% 40%;
}
.comparison-table-wrapper .comparison-table .table-body .table-row .table-body-cell {
  padding: 8px 12px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #c6ded0;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .comparison-table-wrapper .comparison-table .table-body .table-row .table-body-cell {
    font-size: 20px;
    padding: 16px 24px;
  }
}
.comparison-table-wrapper .comparison-table .table-body .table-row .table-body-cell:first-child {
  color: #055541;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .comparison-table-wrapper .comparison-table .table-body .table-row .table-body-cell:not(:first-child) {
    padding: 16px 110px;
  }
}
@media screen and (min-width: 1441px) {
  .comparison-table-wrapper .comparison-table .table-body .table-row .table-body-cell .text {
    display: inline-grid;
  }
}
.comparison-table-wrapper .comparison-table .table-body .table-row .table-body-cell .text span {
  white-space: normal;
  text-align: center;
}
.comparison-table-wrapper .comparison-table .table-body .table-row .table-body-cell ul {
  list-style: none;
  margin-left: 26px;
  text-align: left;
}
.comparison-table-wrapper .comparison-table .table-body .table-row .table-body-cell ul li:before {
  content: "■";
  font-size: 0.3em;
  padding-right: 12px;
  color: #39a979;
  margin-left: -22px;
  display: block;
  float: left;
  margin-top: 12px;
}
@media screen and (min-width: 1441px) {
  .comparison-table-wrapper .comparison-table .table-body .table-row .table-body-cell ul li .text {
    display: inline-grid;
  }
}
.comparison-table-wrapper .comparison-table .table-body .table-row .table-body-cell ul li .text span {
  white-space: normal;
  text-align: left;
}

.fund-tab-options-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .fund-tab-options-wrapper {
    margin-bottom: 4rem;
    padding: 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .fund-tab-options-wrapper {
    padding: 0 160px;
  }
}
.fund-tab-options-wrapper .fund-tab-options {
  display: grid;
  max-height: 140px;
  gap: 24px;
  align-items: center;
  margin-bottom: 40px;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
}
.fund-tab-options-wrapper .fund-tab-options .option {
  min-height: 96px;
  height: 100%;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 22px 32px;
  color: #055541;
  border: 2px solid #ffffff;
  border-radius: 24px;
  background: linear-gradient(0deg, #edfff0 0%, #ffffff 100%);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .fund-tab-options-wrapper .fund-tab-options .option {
    padding: 22px 40px;
    width: 344px;
  }
}
.fund-tab-options-wrapper .fund-tab-options .option:hover {
  border: 2px solid #52aa6f;
  background: linear-gradient(0deg, #80c4a0 0%, #ccf5e2 100%);
}
.fund-tab-options-wrapper .fund-tab-options .option p {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .fund-tab-options-wrapper .fund-tab-options .option p {
    font-size: 32px;
    line-height: 40px;
  }
}
.fund-tab-options-wrapper .fund-tab-options .option.active {
  border: 2px solid #52aa6f;
  background: linear-gradient(0deg, #80c4a0 0%, #ccf5e2 100%);
}

.fund-tab-content-wrapper {
  border-radius: 24px;
  background-color: #92ceae;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
  padding: 1rem;
  grid-template-columns: 1fr;
  grid-gap: 20px 35px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .fund-tab-content-wrapper {
    padding: 2rem;
  }
}
.fund-tab-content-wrapper .fund-tab-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .fund-tab-content-wrapper .fund-tab-content {
    gap: 24px;
  }
}
.fund-tab-content-wrapper .offer-item {
  background-color: white;
  border-radius: 24px;
  color: #055541;
  font-weight: bold;
}
.fund-tab-content-wrapper .offer-item.open .offer-item-title {
  background-color: #e3fdf1;
  border-radius: 24px 24px 0 0;
}
.fund-tab-content-wrapper .offer-item.open .offer-item-title .expand-icon {
  transform: rotate(180deg);
}
.fund-tab-content-wrapper .offer-item p {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .fund-tab-content-wrapper .offer-item p {
    font-size: 24px;
    line-height: 32px;
  }
}
.fund-tab-content-wrapper .offer-item .baseText {
  color: black;
  font-weight: normal;
  padding: 0.5rem 1.5rem;
}
.fund-tab-content-wrapper .offer-item .baseText ul {
  padding-left: 20px;
  margin-top: 1.5rem;
  font-size: 18px;
  margin-bottom: 2rem;
}
.fund-tab-content-wrapper .offer-item .baseText p {
  font-size: 20px;
  line-height: 28px;
}
.fund-tab-content-wrapper .offer-item .baseText a {
  background-color: #055541;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  border-radius: 30px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
}
.fund-tab-content-wrapper .offer-item .baseText a:hover {
  background-color: #52805a;
}
.fund-tab-content-wrapper .offer-item .offer-item-title {
  cursor: pointer;
  display: flex;
  gap: 16px;
  padding: 20px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .fund-tab-content-wrapper .offer-item .offer-item-title {
    padding: 12px 32px;
  }
}
.fund-tab-content-wrapper .offer-item .offer-item-title p {
  flex: 1;
}
.fund-tab-content-wrapper .offer-item .offer-item-title .item-icon {
  width: 56px;
  height: 56px;
}
.fund-tab-content-wrapper .offer-item .offer-item-title .expand-icon {
  transition: all 0.1s ease-in-out;
  width: 40px;
  height: 40px;
  background-color: #008077;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fund-tab-content-wrapper .offer-item .offer-item-title .expand-icon img {
  width: 80%;
  margin-top: 4px;
}
.fund-tab-content-wrapper .offer-item .offer-item-content {
  grid-column: 1/4;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  display: none;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .fund-tab-content-wrapper .offer-item .offer-item-content {
    padding: 20px 32px;
  }
}
.fund-tab-content-wrapper .offer-item .offer-item-content .offer-span {
  color: #055541;
  font-weight: bold;
  white-space: normal;
}
.fund-tab-content-wrapper .offer-item .offer-item-content .accordion-note p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  color: #333333;
}
.fund-tab-content-wrapper .offer-item .offer-item-content .accordion-note ul,
.fund-tab-content-wrapper .offer-item .offer-item-content .accordion-note ol {
  padding-left: 16px;
}
.fund-tab-content-wrapper .offer-item .offer-item-content .accordion-note ul li,
.fund-tab-content-wrapper .offer-item .offer-item-content .accordion-note ol li {
  letter-spacing: 0;
  line-height: 16px;
  font-size: 14px;
  color: #333333;
}
.fund-tab-content-wrapper .offer-item .offer-item-content .subscribe-channels a {
  text-decoration: underline;
  color: black;
}
.fund-tab-content-wrapper .offer-item .offer-item-content span {
  white-space: normal;
}
.fund-tab-content-wrapper .offer-item .offer-item-content span.no-wrap {
  white-space: nowrap;
}
.fund-tab-content-wrapper .offer-item .offer-item-content p {
  font-size: 20px;
}
.fund-tab-content-wrapper .offer-item .offer-item-content p.superscript-note {
  display: flex;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  gap: 4px;
}
.fund-tab-content-wrapper .offer-item .offer-item-content ul {
  padding-left: 20px;
}
.fund-tab-content-wrapper .offer-item .offer-item-content ul .margin-bottom {
  margin-bottom: 1rem;
}
.fund-tab-content-wrapper .offer-item .note {
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.fund-tab-content-wrapper .offer-item .note p {
  font-size: 14px;
  line-height: 20px;
}
.fund-tab-content-wrapper .offer-item .note a {
  font-size: 14px;
  text-decoration: underline;
  color: black;
}

.table-wrapper {
  overflow-x: auto;
  border: 1px solid #c6ded0;
  border-radius: 24px;
}
@media screen and (min-width: 1440px) {
  .table-wrapper {
    overflow-x: hidden;
  }
}
.table-wrapper table {
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  width: 100%;
  min-width: 140%;
}
@media screen and (min-width: 768px) {
  .table-wrapper table {
    min-width: 916px;
  }
}
.table-wrapper table th,
.table-wrapper table td {
  border: 1px solid #c6ded0;
  padding: 0.5rem 0.75rem;
  text-align: center;
  min-width: 140px;
}
.table-wrapper table thead {
  background-image: linear-gradient(to bottom, #318e76, #055541);
  font-weight: bold;
}
.table-wrapper table thead tr {
  color: #ffffff;
  font-weight: bold;
}
.table-wrapper table thead tr th {
  vertical-align: middle;
  padding: 16px;
  font-size: 18px;
}
.table-wrapper table thead tr th:first-child {
  border-left: 0;
}
.table-wrapper table thead tr th:last-child {
  border-right: 0;
}
.table-wrapper table td {
  vertical-align: middle;
  padding: 16px;
  font-size: 18px;
}
.table-wrapper table td:first-child {
  border-left: 0;
}
.table-wrapper table td:last-child {
  border-right: 0;
}
.table-wrapper table tbody tr:last-child {
  border-bottom: 0;
}
.table-wrapper table tbody tr:last-child td {
  border-bottom: 0;
}

.mipf-title {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  text-align: center;
}
.mipf-title p {
  background-image: url(../../chi/images/img_mipf_title_middle.png);
  background-repeat: repeat-x;
  background-size: contain;
  color: white;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  align-items: center;
  display: flex;
  padding: 8px 24px;
  margin-left: -1px;
  margin-right: -1px;
}
@media screen and (min-width: 768px) {
  .mipf-title p {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1440px) {
  .mipf-title p {
    font-size: 32px;
    line-height: 35px;
    padding: 4px 24px;
  }
}
.mipf-title img {
  width: 36px;
}

.top-bg-img {
  width: 100%;
  height: 100%;
}

.consider {
  background-image: linear-gradient(to bottom, #f3fffa, white);
  min-height: 500px;
}

.flex-two-col {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .flex-two-col {
    flex-direction: row;
    gap: 52px;
  }
}
.flex-two-col > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flex-two-col > div {
    width: 50%;
  }
}
.flex-two-col .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .flex-two-col .text-wrapper {
    gap: 16px;
  }
}
.flex-two-col .text-wrapper .text-title {
  color: #055541;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
}
@media screen and (min-width: 1024px) {
  .flex-two-col .text-wrapper .text-title {
    font-size: 24px;
    line-height: 26px;
  }
}
.flex-two-col .text-wrapper .text-content {
  color: #222222;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .flex-two-col .text-wrapper .text-content {
    font-size: 20px;
    line-height: 32px;
  }
}
.flex-two-col .image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.2);
}
.flex-two-col .image-wrapper img {
  width: 100%;
}

.grid-two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .grid-two-col {
    grid-template-columns: 1fr 1fr;
  }
}

.grid-three-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .grid-three-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .grid-three-col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.simple-content-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  padding: 24px;
}
.simple-content-card .icon {
  width: 40px;
  height: 40px;
}
.simple-content-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.simple-content-card .card-content p .green-bold-span {
  font-size: 24px;
}

.simple-title-content-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  padding: 24px;
  align-items: center;
}
.simple-title-content-card .icon {
  width: 80px;
  height: 80px;
}
.simple-title-content-card .card-title {
  color: #055541;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}
.simple-title-content-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  flex: 1;
}
.simple-title-content-card .card-content p {
  color: #333333;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
  flex: 1;
  padding: 0 24px;
}

.sline {
  height: 1px;
  background: rgb(245, 255, 251);
  background: linear-gradient(270deg, rgb(245, 255, 251) 0%, rgb(38, 137, 95) 31%, rgb(38, 137, 95) 73%, rgb(245, 255, 251) 100%);
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact .headline {
  font-size: 25px;
  font-weight: bold;
  color: #1d865e;
  margin-bottom: 20px;
}
.contact .know-more-wrapper,
.contact .premium-know-more-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .contact .know-more-wrapper,
  .contact .premium-know-more-wrapper {
    flex-direction: row;
    gap: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .contact .know-more-wrapper,
  .contact .premium-know-more-wrapper {
    gap: 120px;
  }
}
.contact .know-more-wrapper .know-more,
.contact .premium-know-more-wrapper .know-more {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  justify-items: center;
}
.contact .know-more-wrapper .know-more .know-more-icon,
.contact .premium-know-more-wrapper .know-more .know-more-icon {
  width: 24px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .contact .know-more-wrapper .know-more .know-more-icon,
  .contact .premium-know-more-wrapper .know-more .know-more-icon {
    width: auto;
    height: 36px;
  }
}
.contact .know-more-wrapper .know-more .content,
.contact .premium-know-more-wrapper .know-more .content {
  display: flex;
  align-items: left;
  flex-direction: column;
}
.contact .know-more-wrapper .know-more .content p,
.contact .know-more-wrapper .know-more .content a,
.contact .premium-know-more-wrapper .know-more .content p,
.contact .premium-know-more-wrapper .know-more .content a {
  font-size: 20px;
  color: #1d865e;
  font-weight: bold;
  line-height: normal;
}
.contact .know-more-wrapper .know-more .content p {
  color: #1d865e;
}
.contact .premium-know-more-wrapper .know-more .content p,
.contact .premium-know-more-wrapper .know-more .content a {
  color: #94542c;
}
.contact .remark {
  font-size: 12px;
}

.footer_state_area .columns {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 971px) {
  .footer_state_area .columns {
    padding-left: initial;
    padding-right: initial;
  }
}

.custom-remarks {
  font-size: 14px;
}

.disabled-link-event {
  pointer-events: none;
  cursor: default;
  color: black;
  text-decoration: none;
}

.custom-modal {
  display: none;
  z-index: 999;
  align-items: center;
  justify-content: center;
}
.custom-modal .custom-modal-wrapper {
  height: 80vh;
  width: 90%;
  padding: 24px;
  background-color: white;
  position: relative;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .custom-modal .custom-modal-wrapper {
    min-width: 560px;
  }
}
@media screen and (min-width: 1280px) {
  .custom-modal .custom-modal-wrapper {
    width: 1024px;
  }
}
.custom-modal .custom-modal-content {
  overflow-y: scroll;
  height: 100%;
  font-size: 20px;
}
.custom-modal .custom-modal-content .close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-image: url("../images/close-btn-white.svg");
  background-size: cover;
}
.custom-modal .custom-modal-content .notice-message {
  padding: 16px;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 14px;
}
.custom-modal .custom-modal-content .table-wrapper {
  overflow: auto !important;
}
.custom-modal .custom-modal-content .table-wrapper table.averaging-strategy tbody tr:last-child {
  border-top: 6px solid #c6ded0;
}
@media screen and (min-width: 768px) {
  .custom-modal .custom-modal-content .table-wrapper table {
    min-width: 100%;
  }
}
.custom-modal .custom-modal-content p {
  font-size: 20px;
  line-height: 32px;
}
.custom-modal .custom-modal-content .note {
  font-size: 16px;
}

.superscript-note {
  display: flex;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  gap: 4px;
}
.superscript-note sup {
  top: 0;
}/*# sourceMappingURL=custom.css.map */