<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*######################### PAGE #########################*/

section.section {
  overflow: hidden;
}

.icw .section .text-header {
  /* font-size:42px; */
  margin-bottom: 24px;
  color: #333;
}
.icw .text-decoration-underline {
  text-decoration:underline;
}

.icw .text-kurious-looped{
  font-family: 'kurious-looped' !important;
}

@media screen and (max-width: 767px) {
  section.section {
    overflow: hidden;
  }
  .icw .section .text-header{
  margin-bottom: 16px;
  }
}

.garage-container {
  font-family: "kurious-looped";
}

.icw .btn-popup {
  padding: 9px 32px;
  border-radius: 8px;
  background: #00a94f;
  color: #ffffff !important;
  font-weight: 600;
  display: inline-block;
  /* margin: 0 auto 64px; */
  width: fit-content;

  font-family: "kurious-looped";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

#navigation-page-sticky a.sticky-anchor{
  color:#333;
}

#navigation-page-sticky .kfin-texticon-sm{
  padding:8px 20px 8px 49px ;
  position:relative;
  background:#00A94F;
  line-height: 24px !important;
  box-shadow:none;
}
#navigation-page-sticky .kfin-texticon-sm:before{
  position:absolute;
  content:"";
  background: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/icon-line.svg);
  background-size: contain;
  width:21px;
  height:20px;
  left:20px;
  top:50%;
  transform: translateY(-50%);
  opacity: 1;
}

.kfin-texticon-sm{
  height:16px;
  margin:0 8px ;
}
.kfin-texticon{
  height: 55px;
  margin:0 16px 10px;
}


@media screen and (max-width: 767px) {
  .icw .btn-popup{
    width:100%;
    text-align: center;
  }
  .kfin-texticon{
    height: 36px;
  margin:0 8px 10px;

  }
}
.mfp-close-btn-in .mfp-close{
  width:40px;
  height:40px;
}
.mfp-close-btn-in .mfp-close:before, 
.mfp-close-btn-in .mfp-close:after{
  width:21px;
}


/*############################ popup ###################################*/
.icw-popup-function.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
}
.icw-popup-function.mfp-bg.mfp-ready {
  opacity: 1;
}
.icw-popup-function .mfp-container {
  width: 100%;
}
.icw-popup-function .mfp-content {
  background-color: transparent;
  max-width: 100%;
  height: 100%;
}
.icw-popup-function .mfp-content {
  overflow: auto;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icw-popup-function .main-container {
  margin: 0;
}
.icw-popup-function .sc-content {
  padding: 48px 48px 0;
  display:flex;
  border-radius:8px;
}
.icw-popup-function .sc-content.padding-0{
  padding:  0;

}
.icw-popup-function .data-box {
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin: 80px auto;
  border-radius: 8px;
}
.icw-popup-function .data-box {
  position: relative;
  background-color: var(--cr-light);
}
.icw-popup-function .data-box {
  position: relative;
  background-color: var(--cr-light);
}

/*######################### Breakpoint #########################*/
@media screen and (max-width: 1199px) {
  .sc-promotion .body .thumb:hover img {
    transform: scale(1);
  }
  .icw-popup-function .data-box {
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
  }
  .icw-popup-function .data-box.popup-event {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sc-hero-banner {
    border-width: 4px;
  }
  .sc-hero-banner .swiper-pagination {
    bottom: 20px;
  }
  .mfp-close-btn-in .mfp-close {
    top: 16px;
    right: 16px;
  }
  .icw-popup-function .mfp-content {
    min-height: 100vh;
  }
  .icw-popup-function .data-box {
    margin: 0;
    width: 100%;
  }
  .icw-popup-function .data-box .link-tel {
    display: inline-flex;
    margin-top: 16px;
  }
  .icw-popup-function .sc-content {
    padding: 72px 16px 48px;
  }
}
@media screen and (max-width: 576px) {
  .sc-faqs .accordion-content .content-wrapper {
    max-width: 296px;
    margin: 0 auto;
    padding: 16px 0px;
  }
}

.btn-popup-box {
  display: flex;
}

.btn-popup-box .btn-popup {
  padding: 9px 32px;
  border-radius: 8px;
  background: #00a94f;
  color: #ffffff !important;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto 64px;
  font-size: 20px;
  line-height: 30px;
}

 .icw .btn-contact {
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 9px 32px;
  border-radius: 8px;
  background: #00a94f;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  width:fit-content;
  margin-top:16px;
  height:40px;
}
.icw .btn-contact i{
  margin-right:8px;
  margin-left:8px;
}

@media screen and (max-width: 768px) {
  .icw .btn-contact {
    width:100%;
  }
  .icw a.btn-contact{
    font-size:16px;
    padding:15px 0;
    height:48px;
  }
}

@media screen and (max-width: 767px) {
  .btn-popup-box .btn-popup {
    margin: 0 auto 40px;
  }
}
/*############### popup kfin ###############*/
.kfin-popup .kfin-popup__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:320px;
}
.kfin-popup .kfin-popup__qrcode{
  position:relative;
  display:flex;
  gap:16px;
  flex-direction:column;
}
.kfin-popup .kfin-popup__qrcode:after{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  background:url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/bg-qrcode.png);
  background-size:cover;
  width:100%;
  height:100%;
  z-index:2;
}

.kfin-popup__qrimage{
  position:relative;
  width:200px;
  height:200px;
  z-index:10;
  margin:48px auto 0;
  display:flex;
  border-radius:8px;
  border:solid 16px #fff;
}

.kfin-popup.kfin-popup__type2 .kfin-popup__qrimage{
  background-color:green;
}
.icw .kfin-popup__text{
  /* position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%); */
  position:relative;
  color:#fff;
  z-index:10;
  text-align:center;
}

.kfin-popup .kfin-popup__title {
  font-family: "kurious-looped";
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
  margin-bottom: 16px;
}
.kfin-popup .kfin-popup__subtitle {
  font-family: "kurious-looped";
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
}

.kfin-popup.kfin-popup__type2 .kfin-popup__qrcode:after{
  background:url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/bg-qrcode-2.png);
  background-size:cover;
  /* width:215px; */
}

.kfin-popup.kfin-popup__type2 .kfin-popup__frame{
  background:#00A94F;
  padding:9px;
  z-index:10;
  border-radius:8px;
  color:#fff;
  color: #fff;
  height: fit-content;
  position: absolute;
  left: -70%;
  top:50%;
  transform:translate(50% ,-50%);
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.kfin-popup.kfin-popup__type2 .kfin-popup__frame .kfin-popup__qrimage{
  margin:0;
  width:170px;
  height:170px;
} 
.kfin-popup__type3 .kfin-popup__wrapper{
  padding:0;
  display:grid;
  grid-template-columns: 1fr 1fr;
  height:474px;
}
.kfin-popup__type3 .kfin-popup__wrapper div{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.kfin-popup__type3 .kfin-popup__wrapper .kfin-popup__qrcode{
  background: linear-gradient(8.66deg, #272425 -168.55%, #00A94F -63.1%, #66CAAE 89.22%);
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:center;
  border-bottom-right-radius:8px;
  justify-content:start;
  padding-top:32px;
}
.kfin-popup__type3 .kfin-popup__wrapper .kfin-popup__qrcode.bg-call{
  background: linear-gradient(16.49deg, #66CAAE -47.42%, #E9FDF2 77.16%),
  linear-gradient(293.16deg, #CFF2ED 11.13%, #E9FDF2 100%);  
  justify-content:center;
  padding-top:0;

}
.kfin-popup__type3 .kfin-popup__qrcode:after{
  background:none;
}
.kfin-popup__type3 .kfin-popup__qrimage{
  margin-top:10px;
  width:290px;
  height:290px;
}
.kfin-popup__type3 .kfin-popup__text{
  padding-left:66px;
}
.kfin-popup__type3 .kfin-popup__subtitle{
  color:#666;
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

.kfin-popup__type3 .kfin-popup__wrapper .kfin-popup__qrcode.kplus-link{
  background-image: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/popup-kplus-link-bg.png);
  background-position: center;
  background-size: cover;
  justify-content: center;
}

.kplus-link .kplus-link__text {
  color: #FFFFFF;
  /* font-family: "kurious-looped"; */
  /* font-size: 16px; */
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
/*############### popup-2 kfin ###############*/



/*############### kfin-feature ###############*/
.icw {
  .sc-hero {
    background: #00a94f;
    background-size: cover;
  }
  .kfin-feature .swiper-slide {
    position: relative;
  }
  .kfin-feature-header__title {
    text-align: center;
    color: #fff;
    font-size:42px;
  }

  .kfin-feature__content {
    display: flex;
    flex-direction: row;
    gap: 48px;
  }
  .kfin-feature__image {
    width: 50%;
  }
  .kfin-feature__text {
    width: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 24px;
  }
  .kfin-feature__title {
    font-size: 33px;
    font-family: "kurious-looped";
    line-height: 50px;
    font-weight: 700;
    color: #fff;
  }
  .kfin-feature__list &gt; li {
    font-family: "kurious-looped";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
  }
  
  @media screen and (max-width: 767px) {
    .sc-feature {
      /* background: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/bg-feature-mb.png)
        no-repeat;
      background-size: cover; */
    }
    .sc-feature .h3{
      font-size: 16px;
      line-height: 24px;
    }
    .section.sc-feature ul{
      margin:0;
      padding: 0 4px;
    }
    .kfin-feature__content {
      flex-direction: column;
    }
    .kfin-feature__image {
      width: 100%;
    }
    .kfin-feature__text {
      width: 100%;
      row-gap: 32px;
      align-items: center;
      text-align: center;
    }

    .kfin-feature__title {
      font-family: "kurious-looped";
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: 0em;
      text-align: center;
    }
    .kfin-feature__list {
      text-algin: center;
    }
    .kfin-feature__list &gt; li {
      list-style: disc;
      font-family: "kurious-looped";
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      /* margin-left: 8px; */
    }
  }
}

/*###############custom swiper ###############*/
.sc-feature-swiper {
  position: relative;
  overflow: hidden;
}
.swiper-button-next.custom,
.swiper-button-prev.custom {
  background: rgba(255, 255, 255, 1);
  top: 52%;
}
.swiper-button-next.custom:before {
  left: 45%;
  transform: translateX(-50%) rotate(135deg);
}
.swiper-button-prev.custom:before {
  left: 50%;
  transform: translateX(-50%) rotate(315deg);
}

.swiper-button-next.custom:before,
.swiper-button-prev.custom:before {
  border-top: 2px solid #333;
  border-left: 2px solid #333;
}
.swiper-button-prev {
  left: 0%;
}
.swiper-button-next {
  right: 0%;
}
/*############### end kfin-feature ###############*/

/*############### kfin-product ###############*/
.sc-product {
  
}
.kfin-product__wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}
.kfin-product {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  color: #fff;
  width: 100%;
  border-radius: 8px;
  height: 174px;
}
.kfin-product__img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 96px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;

  border-top-left-radius: 8px;
}

.kfin-product__bg01 {
  background: #31bf8a;
}
.kfin-product__bg02 {
  background: #66caae;
}

.kfin-product__link {
  text-decoration: underline !important;
}
.icw .kfin-product__title {
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}


@media screen and (max-width: 767px) {
  .sc-product {
    background: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/bg-white-chart-mb.png)
      no-repeat;
    background-size: cover;
    background-position: center;
  }
  .kfin-product__img {
    top: -48px;
    width: calc(100% - 26px);
    left: 13px;
    max-height:80px;
    object-fit:cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .kfin-product {
    padding-top:56px;
    height: 240px;
  }
  .icw .kfin-product__title{
    font-size: 16px;
  }
  .kfin-product__wrapper{
    padding-top:40px;
    gap:16px;
  }
}

/*############### end kfin-product ###############*/


/*############### section-remark ###############*/

.sc-remark{
  background-color: #00a94f;
  color: #fff;
}
.icw .sc-remark p{
  font-size: 13px;
}
.icw .sc-remark a{
  font-size: 13px;
  text-decoration: underline;
  font-weight: 500;
}





/*############### END section-remark ###############*/


/*######################### SUBSCRIPTION MODAL #########################*/

.kfin-popup__type4 .kfin-popup__wrapper {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 475px;

}
.kfin-popup__type4 .kfin-popup__wrapper div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kfin-popup__type4 .kfin-popup__wrapper .kfin-popup__qrcode {
  background: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/pages/mutualfunds/img/bg-subscribe.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: start;
  padding-top:32px;
  border-bottom-right-radius: 8px;
}
.kfin-popup__type4 .kfin-popup__qrcode.bg-call {
  background: linear-gradient(16.49deg, #66caae -47.42%, #e9fdf2 77.16%),
    linear-gradient(293.16deg, #cff2ed 11.13%, #e9fdf2 100%);
}
.kfin-popup__type4 .kfin-popup__qrcode:after {
  background: none;
}
.kfin-popup__type4 .kfin-popup__qrimage {
  margin-top: 10px;
  width: 280px;
  height: 280px;
}
.kfin-popup__type4 .kfin-popup__text {
  padding-left: 66px;
}
.kfin-popup__type4 .kfin-popup__subtitle {
  color: #666;
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.kfin-popup .kfin-popup__qrcode.subscription:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/bg-qrcode-subscription.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/*######################### END SUBSCRIPTION MODAL #########################*/

/*######################### FEATURE SECTION #########################*/
.icw .sc-feature {
  background: white;
}

.sc-feature__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.sc-feature__grid.grid-sm-2{
  grid-template-columns: repeat(2, 1fr);
}



.sc-feature__card {
  min-height: 174px;
  border-radius: 8px;
  position: relative;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sc-feature__card h3 {
  font-size: 18px;
  font-weight: 600;
}
.sc-feature__card p{
  font-weight:500;
}

.sc-feature__card li {
  font-family: "kurious-looped";
  font-weight: 500;
  font-size: 18px;
    line-height: 27px;
  margin-left:16px;
}
.sc-feature__card a{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color:#fff;
  cursor: pointer;
  text-decoration: underline;

}
.sc-feature__card a:hover{
  color: #00a950;
  text-decoration: underline;

}

.bg-feature-darkgreen{
  background-color: #0C6C62;
}
.bg-feature-newgreen {
  background-color: #66CAAE;
}
.bg-feature-newpink {
  background-color: #FF74A3;
}
.bg-feature-newyellow {
  background-color: #FFCA32;
}
.bg-feature-newblue {
  background-color: #90BEF4;
}
.bg-feature-bluegreen{
  background-color: #00b9a9;
}
.bg-feature-skyblue{
  background-color: #90bef4;
}
.bg-feature-lightpink{
  background-color: #FFC7C2;
}
.bg-feature-yellow{
  background-color: #FFCD29;
}
.bg-feature-sky{
  background-color: #BDE3FF;
}
.bg-feature-grey {
  background-color: #40525D;
}

.sc-feature__card-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sc-feature__card-img img {
  width: 156px;
  /* max-width: 156px; */
}

@media (max-width: 768px) {
  .sc-feature__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: calc(24px + 48px);
    row-gap: 24px;
    column-gap: 16px;
  }
  .sc-feature__grid.extent-row-height {
    row-gap: 72px;
  }

  .sc-feature__grid.grid-sm-2{
    grid-template-columns: repeat(2, 1fr);
  }

  .sc-feature__grid .expanded-item{
    grid-column: 1 / span 2;
  }
  
  .sc-feature__card {
    padding-top: 56px;
    min-height: 236px;
  }
  

.sc-feature__card h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.sc-feature__card-img img {
  width: 100%;
  max-width: 156px;
  margin: 0 auto;
  text-align:center;
}
  .sc-feature__card-img {
    left: 0%;
    top: -48px;
    /* top:0; */
    transform:translateX(5%);
    height: fit-content;
  }
  .sc-feature__grid .sc-feature__card.expanded-item {
    padding-top:16px;
    min-height:172px;
  }
  .sc-feature__grid .expanded-item .sc-feature__card-img{
    right: 0;
  bottom: 0;
  top:unset;
  left:unset;
  }
  .sc-feature__card ul{
    list-style-type: none;
  }
  .sc-feature__card ul li{
    font-size: 16px;
    line-height: 24px;
    list-style-type: none;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow-y: hidden; */
    position: relative;
    padding-left: 12px;
    margin-left:0;
    margin-bottom:8px;
  }

  .sc-feature__card li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
  }
  .sc-feature__card:last-of-type li{
  -webkit-line-clamp: 1;
    
  }
}
/*######################### END FEATURE SECTION #########################*/

/*######################### RECOMMEND ALLOCATE #########################*/
.sc-recommend-allocate {
  background-color: #08554D;
}
.sc-recommend-allocate .recommend-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sc-recommend-allocate .recommend-header .recommend-header-title {
  color: #FFFFFF;
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 151.515% */
  text-transform: uppercase;
  margin-bottom: 0;
}
.sc-recommend-allocate .recommend-header .recommend-header-subtitle {
  color: #FFFFFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 39px; /* 151.515% */
  text-transform: uppercase;
  margin-bottom: 0;
}
/* .sc-recommend-allocate .recommend-body {
  border-radius: 8px;
  background: #00a94f;
  padding: 48px 54px;
}
.sc-recommend-allocate .recommend-body.core {
  background: #00a94f;
} */
.sc-recommend-allocate .recommend-body.others {
  background: #f3c291;
  margin-top: 32px;
}
.sc-recommend-allocate .recommend-body .body-title {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 39px; /* 150% */
  text-transform: uppercase;
}
.sc-recommend-allocate .recommend-body.others .body-title {
  color: #333333;
}
.sc-recommend-allocate .recommend-body .recommend-card-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
.sc-recommend-allocate .recommend-body .recommend-card-group .recommend-card &gt; h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  margin-bottom: 8px;
}
.sc-recommend-allocate
  .recommend-body.others
  .recommend-card-group
  .recommend-card
  &gt; h3 {
  color: #333333;
}
.sc-recommend-allocate .investment-portion p {
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 153.846% */
  margin-bottom: 8px;
}
.sc-recommend-allocate .investment-portion ul {
  padding-left: 16px;
}
.sc-recommend-allocate .investment-portion ul li {
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}
.sc-recommend-allocate .invest-btn {
  text-align: center;
  margin-top: 24px;
}
.sc-recommend-allocate .invest-btn a {
  position: relative;
  border-radius: 8px;
  background: #00a94f;
  padding: 8px 24px;
  padding-left: 60px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.sc-recommend-allocate .invest-btn a::before {
  content: "";
  background:url("../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/icon-kplus-logo-white.png");
  margin-right: 8px;
  position: absolute;
  content: "";
  background-size: contain;
  width: 32px;
  height: 18px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.sc-recommend-allocate .recommend-view-title {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  margin-bottom: 24px;
  text-align: center;
}
.sc-recommend-allocate .recommend-view-title.mt-32px {
  margin-top: 32px;
}
.sc-recommend-allocate .kfin-mutualcard {
  min-height: unset;
}
.sc-recommend-allocate .kfin-mutualcard .best-case {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 500;
}
.sc-recommend-allocate .recommend-table-wrapper {
  /* overflow-x: scroll; */
  border-radius: 8px 0 0 8px;
  margin-top: 16px;
}
.sc-recommend-allocate .recommend-allocate-table {
  width: 100%;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}

.sc-recommend-allocate .recommend-allocate-table th:first-of-type, 
.sc-recommend-allocate .recommend-allocate-table td:first-of-type {
  position: sticky;
  left: 0;
  z-index: 1;
}
.sc-recommend-allocate .recommend-allocate-table th {
  /* font-family: "kurious-looped"; */
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  background: #00a94f;
  border: 1px solid #e8e8e8;
  color: #fff;
  text-align: center;
  padding: 24px;
}
.sc-recommend-allocate .recommend-allocate-table td:first-of-type {
  z-index: 1;
}
.sc-recommend-allocate .recommend-allocate-table td {
  /* font-family: "Kurious-Looped"; */
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  padding: 16px 16px;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #666;
}
.sc-recommend-allocate .recommend-allocate-table tr:nth-of-type(2n) td {
  background: #f5fbfa;
}
.sc-recommend-allocate .recommend-allocate-table tr:last-child {
  border: 0 0 16px 16px;
  overflow: hidden;
}
.sc-recommend-allocate .table-link {
  text-align: center;
  text-decoration: underline;
  color: #00a94f;
  font-weight: 600;
  cursor: pointer;
}
.sc-recommend-allocate .fw-600 {
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .recommend-table-wrapper {
    table-layout: auto;
    overflow-x: scroll;
  }
  .recommend-table-wrapper .recommend-allocate-table {
    width: max-content;
    border-collapse: separate;
    border-spacing: 0;
  }
  .sc-recommend-allocate .recommend-allocate-table th {
    font-size: 13px;
    padding: 16px;
  }
  .sc-recommend-allocate .recommend-allocate-table td {
    font-size: 13px;
    padding: 16px;
  }
  .sc-recommend-allocate .recommend-allocate-table th:nth-of-type(1),
  .sc-recommend-allocate .recommend-allocate-table td:nth-of-type(1) {
    width: 120px;
    padding: 16px 0;
  }
  .sc-recommend-allocate .recommend-allocate-table th:nth-of-type(2),
  .sc-recommend-allocate .recommend-allocate-table td:nth-of-type(2) {
    width: 470px;
  }
  .sc-recommend-allocate .recommend-header .recommend-header-title {
    text-align: center;
    font-size: 28px;
    line-height: 42px;
  }
  .sc-recommend-allocate .recommend-header .recommend-header-subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .sc-recommend-allocate .recommend-view-title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .sc-recommend-allocate .recommend-view-title .custom-color {
    color: #00A94F;
  }
  .sc-recommend-allocate .recommend-header {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .sc-recommend-allocate .recommend-body {
    padding: 24px 0 0 0;
  }
  .sc-recommend-allocate .recommend-body .body-title {
    text-align: center;
    font-size: 24px;
    line-height: 36px; /* 150% */
    text-transform: none;
  }
  .sc-recommend-allocate .recommend-body .recommend-card-group {
    grid-template-columns: 1fr;
  }
  .sc-recommend-allocate .kfin-mutualcard {
    /* height: 404px; */
    min-height: none;
    position: relative;
    overflow: hidden;
  }
  .sc-recommend-allocate .btn-grid-card-seemore {
    height: 64px;
    width: 100%;
    background: #fff;
    left: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sc-recommend-allocate .btn-grid-card-seemore a {    
    font-family: "kurious-looped";
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: auto;
    width: 100%;
    color: #00a94f;
    text-decoration: underline;
    cursor: pointer;
    text-underline-offset: 2px;
  }
  .sc-recommend-allocate .recommend-allocate-swiper .hide {
    display: none;
  }
  /* add expanded btn to allocate section */
  .sc-recommend-allocate .kfin-allocate__button {
    color: #00a94f;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
    width: 100%;
    text-align: center;
  }
}
/*############### END:  recommend fund: card ###############*/
/*######################### END RECOMMEND ALLOCATE #########################*/

/*######################### PORT SECTION #########################*/
.sc-recommend-ports {
  background-image: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/bg-ports.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc-recommend-ports .sc-inner {
  padding: 76px 34px;
  display: flex;
  justify-content: end;
}

.kfin-ports__group {
  max-width: 486px;
}

.kfin-ports__group img {
  height: 30px;
  margin-bottom: 40px;
}

.kfin-ports__group h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 39px; /* 150% */
  margin-bottom: 80px;
}

@media (max-width: 576px) {
  .sc-recommend-ports {
    background-image: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/bg-ports-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 664px;
  }
  .sc-recommend-ports .sc-inner {
    padding: 48px 0;
    display: flex;
    justify-content: center;
  }

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

  .kfin-ports__group img {
    height: 25px;
    margin-bottom: 40px;
  }

  .kfin-ports__group h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px; /* 150% */
    margin-bottom: 48px;
  }
}
/*######################### END PORT SECTION #########################*/

/*######################### VIDEO SECTION #########################*/
.kfin-video__iframe {
  width: 100%;
  max-width: 854px;
  aspect-ratio: 854/480;
  /* padding-bottom:16px; */

}

@media (max-width: 576px) {
  .kfin-video__iframe {
    width: 100%;
    /* aspect-ratio: 328/328; */
    border-radius: 8px;
  }
}
/*######################### END VIDEO SECTION #########################*/

/*######################### MANUAL SECTION #########################*/
.sc-manual {
  background-image: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/bg-manual.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 437px;
}



.sc-manual .sc-inner {
  padding-top: 126px;
}

.sc-manual .text-header {
  text-align: left;
  margin-bottom: 16px;
}
.sc-manual .text-header .kplus-logo{
  width: 40px;
  height: 40px;
  margin-left: 8px;
  vertical-align: middle;
  margin-bottom: 8px;
}

.sc-manual p {
  font-family: "kurious-looped";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px; /* 150% */
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .sc-manual {
    background-image: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/bg-manual-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 664px;
  }

  .sc-manual .text-header .kplus-logo{
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
  }

  .sc-manual h2 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .sc-manual p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px; /* 150% */
  margin-bottom: 32px;

  }

  .sc-manual .sc-inner {
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    height: 679px;
  }
}

/* mutual-funds custom*/
.sc-manual-mutual-funds{
  background: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/bg-feature-dt.png)
      no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.icw .sc-manual-mutual-funds .text-header{
  margin: 0;
  line-height: 62px;
  font-family: "kurious-looped";
  font-size: 42px;
}

.sc-manual-mutual-funds .kplus-logo {
  width: 50px;
  height: 50px;
}
.icw .sc-manual-mutual-funds .link-more,
.icw .sc-manual-mutual-funds .link-more:focus,
.icw .sc-manual-mutual-funds .link-more:hover,
.icw .sc-manual-mutual-funds .link-more:active {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
}

.section.sc-manual-mutual-funds ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 32px;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .icw .kfin-feature__content {
    gap: 0;
  }
  .mutual-funds-content .kfin-feature__image {
    width: 40%;
  }
  .mutual-funds-content .kfin-feature__text {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .sc-manual-mutual-funds .kplus-logo {
    width: 35px;
    height: 35px;
  }

  .icw .sc-manual-mutual-funds .text-header {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 32px;
  }
  .icw .sc-manual-mutual-funds .sub-header {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .mutual-funds-content .kfin-feature__image {
    width: 100%;
    margin-bottom: 32px;
  }
  .mutual-funds-content .kfin-feature__text {
    width: 100%;
  }

  .icw .kfin-feature__text {
    gap: 0;
  }

  .section.sc-manual-mutual-funds ul {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 992px) {
  .mutual-funds-content .kfin-feature__image  {
    width: 510px;
  }
} 

@media screen and (min-width: 768px) {
  .mutual-funds-content .kfin-feature__image {
    overflow: hidden;
    position: relative;
    padding-top: 44.737%;
  }
  .mutual-funds-content .kfin-feature__image img{
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*######################### END MANUAL SECTION #########################*/

/*######################### NEWS SECTION #########################*/
.sc-news {
  background-color: #f0f8ee;
}

.kfin-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 22px;
  row-gap: 0;
  margin-bottom: 20px;
  position: relative;
}

.kfin-news__card {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kfin-news__card:nth-child(1),
.kfin-news__card:nth-child(2),
.kfin-news__card:nth-child(3) {
  padding-top: 0;
}

.kfin-news__card p {
  color: #777;
  font-family: "kurious-looped";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  margin-bottom: 8px;
}
.kfin-news__card .title {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 150% */
  margin-bottom: 8px;
}
.kfin-news__card a {
  color: #00a94f;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-decoration-line: underline;
  cursor: pointer;
}
.kfin-news__card a:hover {
  color: #00a94f;
  text-decoration-line: underline;
}
.sc-news .kfin-news__seemore {
  color: #00a94f;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-decoration-line: underline;
}

.sc-news .kfin-news__seemore::before {
  content: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/icon-chevron-down.svg);
  margin-right: 4px;
}

.sc-news .kfin-news__seemore.expanded::before {
  content: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/icon-chevron-down.svg);
  display: inline-block;
  transform: rotate(180deg);
}

.sc-news .kfin-news__seemore.collapsed::before {
  content: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/icon-chevron-down.svg);
  display: inline-block;
  transform: rotate(0deg);
}

.kfin-news__shade {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(240, 248, 238, 0) 0%, #f0f8ee 100%);
  width: 100%;
  height: 165px;
}

.kfin-news__shade.hide {
  display: none;
}

@media (max-width: 576px) {
  .sc-news .text-header {
    margin-bottom: 24px;
  }

  .kfin-news__card:nth-child(1) {
    padding-top: 0;
  }

  .kfin-news__card:nth-child(2),
  .kfin-news__card:nth-child(3) {
    padding-top: 24px;
  }
  .kfin-news__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom:30px;
  }
  .kfin-news__card:nth-child(n + 4) {
    display: none;
  }
}

/*######################### Alliance SECTION #########################*/
.sc-alliance {
  background-color: #f4f4f4;
}

.kfin-alliance__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 913px;
  margin: auto;
}

.kfin-alliance__card img {
  margin-bottom: 16px;
}

.kfin-alliance__card h3 {
  color: #1e1e1e;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.247px;
  min-height: 52px;
}

@media (max-width: 576px) {
  .kfin-alliance__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .kfin-alliance__card h3 {
    margin-bottom: 8px;
  }
  .kfin-alliance__grid.hide .kfin-alliance__card:nth-child(n + 7) {
    display: none;
  }
  .sc-alliance .kfin-alliance__seemore {
    color: #00a94f;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
  }

  .sc-alliance .kfin-alliance__seemore::before {
    content: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/icon-chevron-down.svg);
    margin-right: 4px;
  }
  .sc-alliance .kfin-alliance__seemore.expanded::before {
    content: url(../../../../../../../SiteCollectionDocuments/personal/digital-banking/kassetfund/img/icon-chevron-down.svg);
    display: inline-block;
    transform: rotate(180deg);
  }
}

/*######################### End Alliance SECTION #########################*/

/*######################### Promotion SECTION #########################*/



/* swiper style */
.kfin-promotion__swiper {
  height: 80%;
  width: 100%;
  overflow: hidden;
}

/* card style */

.section.promotion .text-header{
  margin-bottom: 39px;
}
.section.promotion .sc-inner{
  padding:70px 0 68px;
}
.kfin-promotion__card {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  border-radius: 8px;
  overflow: hidden;
  background-color: #FFF;
}

.kfin-promotion__thumbnail {
  max-width: 700px;
}

.kfin-promotion__content {
  padding: 48px 48px;
}

.icw .kfin-promotion__title {
  font-weight: 700;
  margin-bottom: 8px;
}

.icw .kfin-promotion__date {
  font-size: 13px;
  margin-bottom: 24px;
  color:#666;
}

.icw .kfin-promotion__detail {
  font-family: "kurious-looped";
  margin-bottom: 32px;
  color:#666;
}

.icw .kfin-promotion__button {
  height: 40px;
  padding:8px 32px 8px 32px;
  vertical-align: middle;
  font-size: 16px;
}

@media screen and (max-width: 1104px) {
  .kfin-promotion__content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .kfin-promotion__thumbnail {
    max-width: 100%;
  }
  .icw .kfin-promotion__detail {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .kfin-promotion__card {
    grid-template-columns: 1fr;
  }
  .kfin-promotion__button {
    width: 100%;
  }
  .kfin-promotion__content {
    padding-top: 25px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
.kfin-promotion__swiper {
 overflow: visible;
}
  .section.promotion .sc-inner{
    padding:48px 0 48px;
  }
  .kfin-promotion__card {
    flex-direction: column;
  }

  .kfin-promotion__thumbnail img {
    width: 100%;
  }

  .kfin-promotion__content {
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .section.promotion .text-header{
    margin-bottom: 24px;
  }
  .icw .kfin-promotion__title{
    margin-bottom: 10px;
  }
} 
/* thumbnail pagination style */
.kfin-promotion__pagination-thumbnail-swiper {
  padding-top: 36px;
  padding-bottom: 0px;
  height: 20%;
  box-sizing: border-box;
}

.kfin-promotion__pagination-thumbnail-wrapper {
  justify-content: center;
  align-items: center;
}

.kfin-promotion__pagination-thumbnail {
  /* border-radius: 8px; */
  overflow: hidden;
  opacity: 0.5;
  text-align: center;
}
.kfin-promotion__pagination-thumbnail.swiper-slide-thumb-active{
  width:121px !important;
  height:73px !important;
}

.kfin-promotion__pagination-thumbnail{
  width:109px !important;
  height:65px !important;
  border-radius: 8px;

}
.kfin-promotion__pagination-thumbnail.swiper-slide-thumb-active {
  opacity: 1;
}

/* normal pagination style */
.kfin-promotion__pagination.swiper-pagination {
  padding-top: 24px;
}
.kfin-promotion__pagination .swiper-pagination-bullet {
  display: inline-block;
  border: none;
  margin: 8px 12px !important;
  width: 8px;
  height: 8px;
  background-color: #DDDDDD;
}
.kfin-promotion__pagination .swiper-pagination-bullet-active {
  margin: 8px 4px;
  width: 24px;
  height: 8px;
  background-color: #00A94F;
}

/* card style */
.icw .kfin-arrowlink{
  display:block;
  color:#00A94F;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  cursor: pointer;
  margin-right: 16px;
  margin-bottom: 16px;
  position: relative;
}
.kfin-arrowlink:after{
  content:"";
  position: absolute;
  border:1px solid #00A94F;
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  /* transform: rotate(45deg); */
  margin-left: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

/*######################### END Promotion SECTION #########################*/

/*######################### Article SECTION #########################*/



.sc-article{
  background: linear-gradient(43.28deg, #FFFFFF 9.89%, #E6F0EF 117.99%);
}

.sc-article-wrapper{
  display: flex;
  flex-direction: column;
}

        
.kfin-article__card {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  border-radius: 8px;
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 0px 1px 3px 0px #00000026;
}

.kfin-article__thumbnail {
  max-width: 700px;
  background: linear-gradient(180deg, #316360 0%, #3E7B57 100%),
  linear-gradient(85.46deg, #417B55 42.74%, #36655F 76.57%);
  display: flex;
  justify-content: center;
  /* align-items: center; */
  object-fit: contain;
}
.kfin-article__thumbnail img{
  /* max-width: 100%; */
  object-fit: cover;
}

.kfin-article__content {
  padding: 48px 56px;
}

.icw .kfin-article__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.icw .kfin-article__date {
  font-size: 13px;
  line-height: 20px;
  font-weight:600;
  margin-bottom: 8px;
  color:#999999;
}

.icw .kfin-article__detail {
  font-family: Kurious Looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 17px;
  color:#666;
}

.sc-article .swiper-slide:first-of-type .kfin-article__card{
  grid-template-columns: 1fr;
}
.sc-article .swiper-slide:first-of-type .kfin-article__content{
  padding: 24px;
}
.icw .kfin-article__button{
  color: #00A94F;
  text-decoration: underline;
  cursor: pointer;
  font-weight:600;
  font-size:16px;
  line-height: 24px;
}


@media screen and (max-width: 1104px) {
  .kfin-article__content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .kfin-article__thumbnail {
    max-width: 100%;
  }
  .icw .kfin-article__detail {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .kfin-article__card {
    grid-template-columns: 1fr;
  }
  .kfin-article__button {
    width: 100%;
  }
  .kfin-article__content {
    padding-top: 25px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .kfin-article__card {
    flex-direction: column;
  }

  .kfin-article__thumbnail img {
    width: 100%;
  }

  .kfin-article__content {
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .sc-article-wrapper{
    display: flex;
    flex-direction: column-reverse;

  }
  .icw .kfin-article__date {
    margin-bottom: 8px; 
  }
  .icw .kfin-article__title{
    font-size:16px;
    line-height: 24px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  }
  .icw .kfin-article__detail{
    margin-bottom: 16px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  }
  .kfin-article__swiper .kfin-promotion__pagination.swiper-pagination{
    padding-bottom:16px;
  }

} 
@media screen and (min-width: 992px) {
  .kfin-article__swiper .swiper-wrapper{
    display: grid;
    grid-template-columns: 0.79fr auto 0.79fr auto;
    gap:24px;
    padding:2px;
  }
  .kfin-article__swiper .swiper-wrapper .swiper-slide:first-child{
    display:grid;
    grid-auto-flow: column;
    grid-column-end: span 2;
    grid-row-end: span 4;

  }
  .kfin-article__swiper .swiper-wrapper .swiper-slide {
    grid-column-end: span 2;
    grid-row-end: span 1;
  }
  .icw .sc-article .swiper-slide:not(:first-of-type) .kfin-article__detail{
    display: none;
  }
  .icw .sc-article .swiper-slide:not(:first-of-type) .kfin-article__content{
    padding: 16px 23px 16px 26px;
  }
  .icw .sc-article .swiper-slide:not(:first-of-type) .kfin-article__title{
    font-family: "kurious-looped";
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
  }
  .icw .sc-article .swiper-slide:not(:first-of-type) .kfin-article__date{
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 17px;
  }
  .icw .sc-article .swiper-slide:not(:first-of-type) .kfin-article__thumbnail{
    /* max-width: 235px; */
  }
  .icw .sc-article .swiper-slide:not(:first-of-type) .kfin-article__card{
    grid-template-columns: 0.42fr 0.58fr;
  }
}

/*######################### END Article SECTION #########################*/


/*######################### custom SECTION #########################*/


.sc-recommend-funds {
  background: #f4f4f4;
}
.sc-recommend-funds .container{
  padding-left:8px;
  padding-right:8px;
}

.sc-find-product{
  background: #f4f4f4;
}

.kfin-contact__wrapper{
  gap:20px;
  margin-bottom:0;
}

.icw .sc-faqs .text-header{
  margin-bottom:16px;
}

.sc-faqs .wrapper-content-slide{
  margin: 0;
}
.sc-faqs .tab-content{
  padding-top:24px
}

.sc-remark .sc-inner{
  padding-bottom:62px;
}

.sc-contact .text-header{
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
.btn-contact .ic-nav-icon_social-line:before{
  display:block;
  width: 16.76px;
  height: 15px;
}
.btn-contact .ic-telephone:before{
  display:block;
  width: 18px;
  height: 18px;
}
.sc-faqs{
  background-color:#FBFBFB;
}

.section.sc-feature .text-header{
  margin-bottom:8px;
}

.section.sc-feature .text-header img{
  width:40px;
  height:40px;
  margin-left: 8px;
  vertical-align: middle;
  margin-bottom: 8px;
}
.section.sc-feature .text-subheader{
  font-family: "kurious-looped";
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  text-align: center;
  color: #333;
  margin-bottom: 32px;
}
.kfin-contact{
  padding:24px;
}
.icw .kfin-contact__title{
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.sc-contact{
  background-color:#f4f4f4;
}
.icw .sc-contact .text-header{
  margin-bottom: 16px;
}
.section.sc-video .text-header{
  margin-bottom: 37px;
}
.sc-recommend-funds .text-header{
  margin-bottom: 16px;
}

.icw .sc-hero .h2 {
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .icw .sc-hero .h2 {
    font-size: 16px;
  }
  .sc-recommend-funds .container{
    padding-left:16px;
    padding-right:16px;
  }
  /* .section .text-header{
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 16px;
  } */
  .section.sc-video .text-header{
    margin-bottom: 8px;
  }
  .icw .sc-news .text-header{
    margin-bottom: 24px;
  }
  .section.sc-feature .text-header{
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;

  }
  .section.sc-feature .text-header img{
    width:30px;
    height:30px;
    margin-bottom: 4px;
  }
  .section.sc-feature .text-subheader{
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #333;
    margin-bottom: 24px;
  }

  .section.sc-alliance .text-header{
    margin-bottom: 24px;
  }
  .sc-contact .text-header{
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .icw .kfin-contact__title{
    font-size: 20px;
    line-height: 1.5;

  }
  .icw .sc-contact .text-header{
    margin-bottom: 24px;
  }

}

/*######################### END custom SECTION #########################*/
#debugUC_MicroSite_MF_PageContent{display:none !important;}

.MCbtn-view-grid {
    background: url(/SiteCollectionDocuments/personal/digital-banking/kassetfund/img/icon-grid-view.svg) 0 0 no-repeat !important;
    background-size: contain;
    width: 30px;
    height: 30px;
}

    .MCbtn-view-grid.active {
        background: url(/SiteCollectionDocuments/personal/digital-banking/kassetfund/img/icon-grid-view-green.svg) 0 0 no-repeat !important;
    }

.MCbtn-view-table {
    background: url(/SiteCollectionDocuments/personal/digital-banking/kassetfund/img/icon-table-view.svg) 0 0 no-repeat !important;
    background-size: contain;
    width: 30px;
    height: 30px;
}

    .MCbtn-view-table.active {
        background: url(/SiteCollectionDocuments/personal/digital-banking/kassetfund/img/icon-table-view-green.svg) 0 0 no-repeat !important;
    }
@media (max-width: 768px) {
    .sc-recommend-funds .kfin-mutualcard {
        height: initial;
    }
}
.text-start {
    text-align: left !important;
}
.btn-more-mb {
    padding-top: 16px;
    border-top: 1px solid #d9d9d9;
    border-radius: 0px;
}

    .btn-more-mb p {
        margin-bottom: 0;
    }

.box-more {
    display: none;
    transition: .3s ease-in-out;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .btn-more-mb {
        display: none;
    }

    .box-more {
        display: flex;
        flex-direction: column;
    }
}</pre></body></html>