<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================ default ==================*/
:root {
    --cr-light: #fffFFF;
    --cr-black: #111111;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #f00;
    --cr-warning: #ec4546;
    --cr-warning2: #B91213;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap{white-space: nowrap;}
.icw .text-light{color: var(--cr-light) !important;}
.icw .text-black{color: var(--cr-black) !important;}
.icw .text-dark{color: var(--cr-dark) !important;}
.icw .text-green{color: var(--cr-green) !important;}
.icw .text-gray{color: var(--cr-gray) !important;}
.icw .text-lightgray{color: var(--cr-lightgray) !important;}
.icw .text-red{color: var(--cr-red) !important;}
.icw .text-warning{color: var(--cr-warning) !important;}

.icw .main {font-style: normal; font-weight: 500; color: var(--cr-gray); font-family: 'kurious-looped'; z-index: inherit;}
.icw .main strong{font-weight: 600;}

.icw .link {margin-bottom: 0; display:inline; font-weight: 600;color: var(--cr-green);text-decoration: underline;}

.icw h1,.icw h2,.icw h3,.icw h4,.icw h5,.icw h6,
.icw .h1,.icw .h2,.icw .h3,.icw .h4,.icw .h5,.icw .h6{margin: 0 0 0.6em;}

.icw h1,.icw h2,.icw h3,.icw h4,.icw h5,.icw h6,
.icw .h1,.icw .h2,.icw .h3,.icw .h4,.icw .h5,.icw .h6,
.icw h1 strong,.icw h2 strong,.icw h3 strong,.icw h4 strong,.icw h5 strong,.icw h6 strong,
.icw .h1 strong,.icw .h2 strong,.icw .h3 strong,.icw .h4 strong,.icw .h5 strong,.icw .h6 strong{font-family: 'kurious-looped'; margin: 0;}

.icw h1,.icw .h1 {font-weight: 500; line-height: 1.5em;}
.icw h1 strong,.icw .h1 strong{font-weight: 600;}
.icw h2,.icw .h2 {font-weight: 500; line-height: 1.5em;}
.icw h2 strong,.icw .h2 strong{font-weight: 600;}
.icw h3,.icw .h3 { font-weight: 500; line-height: 1.5em;}
.icw h3 strong,.icw .h3 strong{font-weight: 600;}
.icw h4,.icw .h4 { font-weight: 500; line-height: 1.5em;}
.icw h4 strong,.icw .h4 strong{font-weight: 600;}
.icw h5,.icw .h5 { font-weight: 500; line-height: 1.5em;}
.icw h5 strong,.icw .h5 strong{font-weight: 600;}
.icw h6,.icw .h6 { font-weight: 500; line-height: 1.5em;}
.icw h6 strong,.icw .h6 strong{font-weight: 600;}

.icw p{margin: 0 0 0.6em; line-height: 1.2em;}
.icw p{font-family: 'kurious-looped'; font-size: 16px; }
.icw p strong{font-weight: 600;}

.icw p.desc {font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; margin: 0;}
.icw p.desc strong{font-weight: 600;}

.icw .caption{font-family: 'kurious-looped'; font-size: 13px; font-weight: 500; line-height: 1.5em;}
.icw .caption strong{font-weight: 600;}

.icw a.link{font-family: 'kurious-looped'; font-weight: 600; color: var(--cr-green); text-decoration: underline;}

.icw ul{padding: 0; margin: 0;}

@media screen and (min-width: 200px) {
    .icw h1,.icw .h1 {font-size: 28px; line-height: 1.4em;}
    .icw h2,.icw .h2 {font-size: 24px; line-height: 1.4em;}
    .icw h3,.icw .h3 {font-size: 20px; line-height: 1.4em;}
    .icw h4,.icw .h4 {font-size: 18px; line-height: 1.5em;}
    .icw h5,.icw .h5 {font-size: 16px; line-height: 1.5em;}
    .icw h6,.icw .h6 {font-size: 16px; line-height: 1.5em;}
}
@media screen and (min-width: 768px) {
    .icw h1,.icw .h1{font-size: 42px; line-height: 1.3em;}
    .icw h2,.icw .h2{font-size: 33px; line-height: 1.4em;}
    .icw h3,.icw .h3{font-size: 26px; line-height: 1.3em;}
    .icw h4,.icw .h4{font-size: 20px; line-height: 1.4em;}
    .icw h5,.icw .h5{font-size: 18px; line-height: 1.5em;}
    .icw h6,.icw .h6{font-size: 16px; line-height: 1.5em;}
}


/*============================== Hidden &amp; Visible ===============================*/
.show-w1199{display: none;}
.show-w991{display: none;}
.show-w767{display: none !important;}
.show-w414{display: none;}
.show-w375{display: none;}
.show-w360{display: none;}
.show-w280{display: none;}

@media (max-width: 1199px){
    .show-w1199{display: block;}
    .hide-w1199{display: none;}
}
@media (max-width: 991px){
    .show-w991{display: block;}
    .hide-w991{display: none;}
}
@media (max-width: 767px){
    .show-w767{display: block !important;}
    .hide-w767{display: none !important; }
}
@media (max-width: 414px){
    .show-w414{display: block;}
    .hide-w414{display: none;}
}
@media (max-width: 375px){
    .show-w375{display: block;}
    .hide-w375{display: none;}
}
@media (max-width: 360px){
    .show-w360{display: block;}
    .hide-w360{display: none;}
}
@media (max-width: 280px){
    .show-w280{display: block;}
    .hide-w280{display: none;}
}

/*============================== LAYOUT ===============================*/
.icw button, .icw input, .icw select, .icw textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 0; background: none; padding: 0; margin: 0;min-width: inherit;
    font: inherit;text-transform: none;text-align: left; color: inherit;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}
.icw input::placeholder{color: #999;}

.icw .container:before,
.icw .container:after{content: ''; display: table; clear: both;}
.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md { margin-left: auto; margin-right: auto; padding-left: 16px;padding-right: 16px; width: 100%;}
.icw .container {max-width: 1172px;}
.icw .container-xs {max-width: 830px;}
.icw .container-sm {max-width: 930px;}
.icw .container-md {max-width: 1030px;}

.icw .a-left{text-align: left;}
.icw .a-center{text-align: center;}
.icw .a-right{text-align: right;}

.icw .row-0{margin: 0px;}
.icw .row-0 &gt; div{padding: 0px;}

.icw .row-20{margin: 0 -10px;}
.icw .row-20 &gt; div{padding: 0 10px;}

.icw .row-flex{display: flex; flex-wrap: wrap;}
.icw .row-flex.align-items-center{align-items: center;}
.icw .row-flex &gt; div{float: none;}
.icw .row-flex &gt; .col{ flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}
.icw .row-flex &gt; .col-auto{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
.icw .row-flex &gt; .col-12 {-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;}
.icw .row-flex &gt; .col-6 {-webkit-box-flex: 0;flex: 0 0 50%;max-width: 50%;}

.icw .item-list{padding: 0; margin: 0; list-style: none;}
.icw .item-list:after{content: ''; display: table; clear: both;}
.icw .item-list &gt; li{float: left;}

.icw .section{position: relative;}
.icw .section .sc-inner{position: relative;}
.icw .section .sc-heading{text-align: center;}

@media screen and (min-width: 200px) {
    .section .sc-inner{padding: 48px 0;}
    .section .sc-heading{margin-bottom: 16px;}
}
@media screen and (min-width: 768px) {
    .section .sc-inner{padding: 64px 0;}
    .section .sc-heading{margin-bottom: 24px;}
}


/*============================== button ===============================*/
.icw .btn{padding: 0 32px; width: auto; min-width: 120px; font-family: 'kurious-looped'; font-weight: 600; border: 0; font-size: 16px;height: 48px;
    background: transparent; color: var(--cr-gray); display: inline-flex; justify-content: center; align-items: center;
    text-align: center; border-radius: 8px; transition: var(--tsition); line-height: 1.5em; text-decoration: none;
    overflow: hidden; position: relative; z-index: +1; /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}
.icw .btn:hover,
.icw .btn:active:hover, 
.icw .btn.active:hover, 
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover{
    color: var(--cr-gray); background-color: transparent; outline: 0; outline-offset:0;
}

.icw .btn:before{content: ''; position: absolute; z-index: -1; top: 0; left: -100%; width: 100%; height: 100%; transition: var(--tsition); opacity: 0;}
.icw .btn:hover:before{left: 0; opacity: 1;}

.icw .btn.disabled,
.icw .btn.disabled:hover{color: var(--cr-gray); background-color: transparent; border-color: var(--cr-border); opacity: 0.5;}

.icw .btn.fluid{width: 100%; min-width: inherit;}

.icw .btn.btn-primary{background: var(--cr-green); color: var(--cr-light); transition: all .8s,color .3s .3s;}
.icw .btn.btn-primary:hover{background: var(--cr-green); color: var(--cr-light); border-color: var(--cr-green);}
.icw .btn.btn-primary:before{background-color: #0BC160;}

.icw .btn.btn-secondary{background: var(--cr-light); color: var(--cr-green);}
.icw .btn.btn-secondary:hover{background: var(--cr-light); color: var(--cr-light);}
.icw .btn.btn-secondary:before{background-color: var(--cr-green);}


/*============================== swiper ===============================*/
.swiper-initialized .swiper-button-next,
.swiper-initialized .swiper-button-prev,
.swiper-initialized .swiper-button-next:before,
.swiper-initialized .swiper-button-prev:before{pointer-events: none; visibility: hidden; opacity: 0;}
.swiper-initialized:hover .swiper-button-next,
.swiper-initialized:hover .swiper-button-prev,
.swiper-initialized:hover .swiper-button-next:before,
.swiper-initialized:hover .swiper-button-prev:before{pointer-events: visible; visibility: visible; opacity: 1;}
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled:before{pointer-events: visible; visibility: visible; opacity: 0.35;}
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled.swiper-button-lock,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled.swiper-button-lock{display: none;}

.swiper-button-next, 
.swiper-button-prev{position: absolute; top: 48%; box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
    z-index: 1; font-size: 0; background-color: rgba(0,0,0,0.6); overflow: hidden; width: 40px; height: 40px;
    border-radius: 50%; transform: translate(0, -50%); display: flex; align-items: center; transition: var(--tsition);
}
.swiper-button-next{right:0px;} 
.swiper-button-prev{left:0px;}
.swiper-button-next:after, 
.swiper-button-prev:after {display: none;}
.swiper-button-next:before,
.swiper-button-prev:before { content: ''; display: inline-block;width: 10px;height: 10px; position: relative; top: 0; left: 2px;
    border-top: 2px solid var(--cr-light); border-left: 2px solid var(--cr-light); visibility: visible; transition: var(--tsition);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swiper-button-next:before { left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.swiper-horizontal&gt;.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction,
.swiper-pagination{text-align: center; margin: 0; padding-top: 32px; position: relative; bottom: 0;}
.swiper-pagination-bullet{font-size: 0; line-height: 0; padding: 0; cursor: pointer; margin: 0 4px;
    outline: none;width: 8px; height: 8px; border-radius: 8px; background: #ddd; opacity: 1; transition: var(--tsition);
}
.swiper-pagination-bullet-active{background: var(--cr-green); border-color: var(--cr-green); opacity: 1; width: 24px;}
.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 8px;}
.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{margin: 0;}

.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition: var(--tsition);}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform: scale(1);}

@media screen and (max-width: 1024px){
    .swiper-button-next, 
    .swiper-button-prev{width: 35px; height: 35px; display: none;}
}
@media screen and (max-width: 991px){
    .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 12px;}
    .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{margin: 0 4px;}
}
@media screen and (max-width: 767px){
    .swiper-horizontal&gt;.swiper-pagination-bullets, 
    .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .swiper-pagination-custom, .swiper-pagination-fraction,
    .swiper-pagination{padding-top: 24px;}
}



/*############################ select2 ###################################*/
.select2-hidden-accessible {border: 0;clip: rect(0 0 0 0);clip-path: inset(50%); height: 1px; overflow: hidden; padding: 0; 
    position: absolute;width: 1px;white-space: nowrap;
}
.select2-container {position: relative;display: block;margin: 0;}
.select2-dropdown {background: var(--cr-light); display: block;position: absolute;width: 100%; z-index: 1051;
    -webkit-transition: border-color 250ms ease-in-out;
    -o-transition: border-color 250ms ease-in-out;
    transition: border-color 250ms ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: fadeIn 400ms;
    animation: fadeIn 400ms;
}
.select2-dropdown { border: 1px solid #D7D7D7; border-top: 0; border-radius: 0 0 25px 25px;box-shadow: 0 5px 6px rgba(0, 0, 0, .1);}
.select2-dropdown.select2-dropdown--above{ border-bottom: 0; border-top: 1px solid var(--cr-green); border-radius: 25px 25px 0 0;box-shadow: 0 0px 0px rgba(0, 0, 0, .1);}
.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection--single, 
.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-dropdown, 
.select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--single {/* background-color: var(--cr-light); */border-color: var(--cr-green);}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{ border-bottom: 0;border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
.select2-container--open .select2-dropdown--below { border-top: 0;border-top-left-radius: 0; border-top-right-radius: 0;}
.select2-container--open .select2-dropdown {left: 0;overflow: hidden;}
.select2-search--dropdown.select2-search--hide {display: none;}
.select2-container .select2-results {display: block;}
.select2-container .select2-results__options {list-style: none;margin: 0;padding: 0;}
.select2-container--default .select2-results &gt; .select2-results__options {
    max-height: 15.5vh;
    overflow-y: auto;
    background-color: var(--cr-light);
    color: #aaa;
}
.select2-container--default .select2-results &gt; .select2-results__options::-webkit-scrollbar {
  display: none;
}
.select2-container .select2-results__option { margin: 0; font-size: 16px; word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-container .select2-results__option {padding: 13px 8px 13px 16px;border: 0;font-weight: 600;font-family: 'kurious-looped';}
.select2-container .select2-results__option[role="group"] {padding: 0; border: 0;}
.select2-container .select2-results__option[role="group"] .select2-results__group{display: block; padding: 13px 8px 13px 16px; font-weight: 600; color: var(--cr-gray); font-size: 13px;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: var(--cr-green);color: var(--cr-light);}
.select2-selection__rendered{border-radius: 25px;border: none;margin: 0;width: 100%; min-height: 48px; font-size: 16px; font-weight: 600; position: relative;
    padding-left: 16px; padding-top: 10px; padding-bottom: 10px; padding-right: 64px; background-color: var(--cr-light); color:var(--cr-green); 
    border: 1px solid #D7D7D7; line-height: 1.5em; text-align: left; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.select2-selection__rendered:after{content: ''; display: table; clear: both;}
.select2-selection__rendered .select2-selection__clear{position: absolute; top: 12px; right: 16px; font-size: 26px; color: var(--cr-gray); background: #f2f2f2; cursor: pointer;
    border-radius: 50%; width: 26px; height: 26px; line-height: 25px; display: flex; justify-content: center; align-items: center; text-align: center; display: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color: var(--cr-lightgray);}
.select2-container--default .select2-selection--single{background-color: transparent; border: none;}
.select2-container--open .select2-selection__rendered{border-radius: 25px 25px 0 0; border-color: var(--cr-green); border-bottom-color: transparent;}
.select2-container--above.select2-container--open .select2-selection__rendered{border-radius: 0 0 25px 25px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}
.select2-container--default .select2-selection--single .select2-selection__clear{display: none;}
.select2-container--default .select2-selection--single .select2-selection__arrow{right: 24px; top: 16px; margin: auto; height: 16px; width: 16px; 
    pointer-events: none; position: absolute; display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.select2-container--default .select2-selection--single .select2-selection__arrow:after { position: absolute;content: "";display: inline-block;width: 12px; height: 3px;
    background-color: var(--cr-gray); transition: var(--tsition);
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before{position: absolute;transform: rotate(45deg);top: 5px;left: -1px;}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {position: absolute;transform: rotate(-45deg);top: 5px;left: 6px;}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {transform: rotate(-45deg);}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {transform: rotate(45deg);}


.select2-container--default .select2-search--hide + .select2-results .select2-results__option[role="treeitem"]{padding-left: 16px;}
.select2-container--default .select2-search--hide + .select2-results .select2-results__option[role="treeitem"]:before{display: none;}
.select2-container--default .select2-results__option[role="treeitem"]{position: relative; padding-left: 24px;}
.select2-container--default .select2-results__option[role="treeitem"]:before {content: ""; position: absolute; top: 11px; left: 16px;
    display: block; height: 24px;width: 24px; border: 1px solid var(--cr-lightgray);border-radius: 4px;background-color: var(--cr-light);
}
.select2-container--default .select2-results__option[aria-selected=true]:before {content: "\e972"; font-family: 'iconavigation';
    display: inline-flex; justify-content: center; align-items: center; font-size: 16px; 
}
.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected="true"]{color: var(--cr-light);}
.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected="true"]:before{
    color: var(--cr-green);
    border-color: var(--cr-light);
    background: var(--cr-light);
}
.select2-container--default .select2-results__option[aria-selected="true"]{color: var(--cr-green);}
.select2-container--default .select2-results__option[aria-selected="true"]:before{color: var(--cr-light); border-color: var(--cr-green); background: var(--cr-green);}
.select2-container--default .select2-selection--multiple .select2-selection__choice {background-color: var(--cr-light); font-size: 16px;line-height: 1.5em;
    border: 1px solid #CCEEDC;border-radius: 8px;cursor: default;float: left;padding: 4px 8px;color: var(--cr-dark); margin: 3px; 
    text-overflow: ellipsis; overflow: hidden; max-width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{margin-right: 4px; 
    font-size: 18px; color: var(--cr-red); position: relative; top: 1px; display: none;
}
.select2-container--default .select2-selection--multiple .select2-search.select2-search--inline{pointer-events: none;margin: 4px 3px;}
/*.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered{display: flex; flex-wrap: nowrap; overflow: auto;}*/
/*.select2-container--default.select2-container--open .select2-selection__rendered .select2-selection__clear{display: none;}*/
.select2-selection.select2-selection--multiple .select2-selection__rendered{padding-top: 7px; padding-bottom: 7px; padding-left: 13px; padding-right: 13px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {list-style: none;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field{max-width: 100%; pointer-events: none;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field:focus-visible{outline-offset: 0; border: 0; box-shadow: none; outline: 0;}
.select2-selection--multiple:focus-visible{outline-offset: 0; border: 0; box-shadow: none; outline: 0;}
.select2-container--default .dropdown-wrapper{right: 24px; top: 18px; margin: auto; height: 16px; width: 16px; pointer-events: none; display: block; position: absolute; }
.select2-container--default .dropdown-wrapper:before,
.select2-container--default .dropdown-wrapper:after { position: absolute;content: "";display: inline-block;width: 12px; height: 2px;
    background-color: var(--cr-dark); transition: var(--tsition);
}
.select2-container--default .dropdown-wrapper:before{position: absolute;transform: rotate(45deg);top: 5px;left: -1px;}
.select2-container--default .dropdown-wrapper:after {position: absolute;transform: rotate(-45deg);top: 5px;left: 6px;}
.select2-container--default.select2-container--open .dropdown-wrapper:before {transform: rotate(-45deg);}
.select2-container--default.select2-container--open .dropdown-wrapper:after {transform: rotate(45deg);}

/* ===================== Custom select2 ===================== */

.select2-search--dropdown {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px;
  background-color: #ECF4F3;
  width:100%;
  display: block;
  position: relative;
  border-bottom:solid 1px var(--cr-green);
}

.select2-search--dropdown:before,
.select2-search--dropdown:after { position: absolute;content: "";display: inline-block;width: 12px; height: 2px;
    background-color: var(--cr-dark); transition: var(--tsition);
}
.select2-search--dropdown:before{position: absolute;transform: rotate(45deg);top: 20px;right: 16px;}
.select2-search--dropdown:after {position: absolute;transform: rotate(-45deg);top: 20px;right: 24px;}


.select2-container--open .select2-dropdown:not(:has(.select2-search--hide)){
    top:-48px;
    border-radius: 24px;
    background-color:transparent;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-search--dropdown .select2-search__field {
  height: 24px;
  border-radius: 8px;
  padding: 2px 15px;
}
.select2-search--dropdown .select2-search__field::placeholder{
    color:#999999;
    font-weight:600;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  /* border: 1px solid #aaa; */
  border: 0;
  font-size: 16px;
  background:#ECF4F3;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-search--dropdown .select2-search__field:focus {
  outline: none;
  box-shadow: 0 0 1px 1px var(--green-color-3);
  -webkit-box-shadow: 0 0 1px 1px var(--green-color-3);
  -moz-box-shadow: 0 0 1px 1px var(--green-color-3);
}

.select2-search--dropdown .select2-search__field:focus {
  outline: none;
  box-shadow: 0 0 1px 1px var(--green-color-3);
  -webkit-box-shadow: 0 0 1px 1px var(--green-color-3);
  -moz-box-shadow: 0 0 1px 1px var(--green-color-3);
}

.select2-container--default .select2-results__option[role="treeitem"]:before,
.select2-container--default .select2-results__option[aria-selected=true]:before{
    content:"";
    display:none;
}
.select2-dropdown .select2-results{
    background:#fff;
}
.select2-results__option.select2-results__message{
    color:var(--cr-green);
    text-align:center;
    padding-top:56px;
    padding-bottom:56px;
}
.select2-results .mCSB_scrollTools_vertical{
    width:0;
}
.select2-selection__rendered:has(:not(.select2-selection__placeholder)){
border:solid 1px var(--cr-green) !important;
}

.select2-container--open .select2-dropdown.select2-dropdown--above{
    top: 48px;
}

.select2-container--open .select2-dropdown.select2-dropdown--above:not(:has(.select2-search--hide)) {
    top: 48px;
    display: flex;
    flex-direction: column;
}

.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search{
    order: 1;
}

/*############################ tab-content  ###################################*/
.tab-content&gt;.tab-pane{height: 0; opacity: 0; overflow: hidden; transition: var(--tsition);}
.tab-content&gt;.active{height: auto; opacity: 1;}


/*############################ u-range-slider  ###################################*/
.irs {height: 4.5rem;}
.irs-line {top: 0.5rem; height: 4px; background-color: #DDDDDD;}
.irs-line-left {left: 0; height: 4px; background-color: #00906C;}
.irs-line-mid {height: 4px;background-color: #DDDDDD;left: 3%;width: 86%;}
.irs-line-right {right: 0;height: 4x;background-color: #e7eaf3; border-top-right-radius: 6.1875rem;border-bottom-right-radius: 6.1875rem;}
.irs-bar {top: 0.5rem;height: 4px; background-color: #00906C;}
.irs-bar-edge {top: 0.5rem;left: 0.0625rem;height: 4px;width: 1.5rem;border-top-left-radius: 6.1875rem;border-bottom-left-radius: 6.1875rem;background-color: #00906C;}
.irs-slider {top: -8px;width: 30px;height: 30px;cursor: pointer;border-radius: 50%;
  background-image: url("../img/cal-scroll.png");background-size: 30px;background-repeat: no-repeat;
  -webkit-box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
  box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
}
.irs-from,
.irs-to,
.irs-single {display: inline-block;min-width: 2.5rem;background-color: #fff;color: #1e2022;font-size: 0.875rem;text-shadow: none;text-align: center;border-radius: 0.3125rem;
    -webkit-box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
    padding: 0.5rem;
}
.irs-single {display: none;}
.irs-min,
.irs-max{display: none;}

.irs-grid {height: 26px; top: 16px;}
.irs-grid-text {display: inline-block;min-width: 2.5rem;line-height: 1;font-size: 11px;line-height: 18px;color: #666;border-radius: 6.1875rem;bottom: -1px; padding: 0;}
.irs-grid-text.current {background: rgba(55, 125, 255, 0.1);color: #377dff;}
.irs-grid-pol {height: 5px;background-color: #666;top: 0;}
.irs-grid-pol.small {display: none;}

@media screen and (min-width: 768px) { 
    .irs-grid-text{font-size: 13px;}
}


/*############################ mCustomScrollbar ###################################*/
.mCSB_inside &gt; .mCSB_container{margin-right: 0;}
.mCustomScrollbar.select2-results{height: 145px; overflow: auto;}
.mCustomScrollbar.select2-results::-webkit-scrollbar{display: none;}
.mCSB_container .select2-results__options{background-color: var(--cr-light); color: #aaa;}
.mCSB_scrollTools{width: 11px; background: #fff; right: 0; bottom: 0; top: 0; border-radius: 0; opacity: 1;}
.mCSB_scrollTools a+.mCSB_draggerContainer{margin: 0;}
.mCSB_scrollTools .mCSB_draggerContainer{width: 3px; margin: auto; background: #d7d7d7;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: var(--cr-green); border-radius: 8px; width: 3px;}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background: var(--cr-green);}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background: var(--cr-green);}
.mCSB_scrollTools .mCSB_draggerRail{display: none;}



/*############################ tab  ###################################*/
.tab-control{position: relative; height: 36px; margin-bottom: 0px;}
.tab-control:before{content: ''; position: absolute; height: 1px; left: 0; bottom: -1px; right: 0; 
    background-color: #DBDBDB; border-radius: 50px; z-index: 4;
}
.tab {position: relative; z-index: 3;}
.tab .control{display: flex; flex-wrap: nowrap; justify-content: center; gap: 48px; list-style: none; padding: 0; margin: 0;}
.tab .control li{display: inline-flex;}
.tab .control a {display: flex; justify-content: center; align-items: flex-start; height: 36px; 
    text-align: center; position: relative; z-index: 1; text-decoration: none; transition: var(--tsition);
}
.tab .control a.active {pointer-events: none;}
.tab .control a .txt{font-weight: 600; font-size: 16px; color: var(--cr-lightgray); transition: var(--tsition); line-height: 1.4; white-space: nowrap;}
.tab .control a.active .txt{color:var(--cr-black); font-weight: 600;}
.tab .selector {height: 3px; background-color: var(--cr-green); position: absolute;
    left: 0;bottom: 0;z-index: 0; border-radius: 8px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.tab.active{overflow: visible;}
.tab.active .control {display: block; flex-wrap: inherit; width: auto; margin-left: -16px; margin-right: -41px;
    position: relative; z-index: 1; top: 35px; padding: 16px 11px; background-color: #f4f4f4;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab.active .control a {display: inline-flex; height: auto; padding: 8px 32px; border: 1px solid #ddd;
    border-radius: var(--radius); background-color: var(--cr-light); margin: 4px; color: #999;
}
.tab.active .control a.active {border-color: var(--cr-green); color: var(--cr-green);}

.tab-content {position: relative;opacity: 0;height: 0;overflow: hidden;visibility: hidden; display: block; transition: var(--tsition);}
.tab-content.active {opacity: 1;height: auto;overflow: visible;visibility: visible;}

@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {display: none;}
}

/*############################ tab 2 ###################################*/
.tab-control2{position: relative; height: 36px; margin-bottom: 24px;}
.tab-control2:before{content: ''; position: absolute; height: 1px; left: 0; bottom: -1px; right: 0; 
    background-color: #DBDBDB; border-radius: 50px; z-index: 4;
}
.tab-control2:after{content: ''; position: absolute; z-index: 3; top: 0; right: 24px; bottom: 0; width: 70px;
    background: linear-gradient(135deg, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 90%); pointer-events: none;
}
.tab-control2 .timebar{position: absolute; z-index: 5; left: 0; bottom: 0px; height: 2px; 
    background-color: #BCBCBC; transition: 0ms ease-in-out; border-radius: 50px;
}
.tab2 {position: relative; z-index: 3; overflow: auto; margin-right: 24px; border-bottom: 0px solid var(--cr-border);}
.tab2 .control2{display: flex; flex-wrap: nowrap; justify-content: space-between; padding: 0 30px 0 0; gap: 16px; width: 100vw; margin: 0; list-style: none;}
.tab2 .control2 li{display: inline-flex;}
.tab2 .control2 a {display: flex; justify-content: center; align-items: center; height: 33px; text-align: center; position: relative; z-index: 1; 
    border-bottom: 3px solid transparent; margin-bottom: 0px; text-decoration: none;
}
.tab2 .control2 a .txt{font-weight: 600; font-size: 16px; color: var(--cr-lightgray); line-height: 1.8em; white-space: nowrap;}
.tab2.active .control2 a .txt{color: var(--cr-dark);}
.tab2 .control2 a.active {pointer-events: none; border-bottom-color:var(--cr-green);}
.tab2 .control2 a.active .txt{color:var(--cr-dark); font-weight: 600;}
.tab2.active .control2 a.active .txt{color:var(--cr-light);}
.tab2.active .control2 a:hover .txt{color:var(--cr-green);}
.tab2 .selector2 {display: none; height: 3px; background-color: var(--cr-green); position: absolute;
    left: 0;bottom: 0;z-index: 0; border-radius: 8px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.tab2.active{overflow: visible;}
.tab2.active .control2 {display: block; flex-wrap: inherit; width: auto; margin-left: -15px; margin-right: -70px;
    position: relative; z-index: 1; top: 35px; padding: 16px 11px; background-color: #F0FAF7;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab2.active .control2 a {display: inline-flex; height: auto; padding: 10px 15px; border: 1px solid #ddd;
    border-radius: var(--radius); background-color: var(--cr-light); margin: 5px; color: var(--cr-gray);
}
.tab2.active .control2 a .txt{border: 0; line-height: 1.5em;}
.tab2.active .control2 a.active {border-color: var(--cr-green); color: var(--cr-green);}

.action-dropdown{display: flex; position: absolute; z-index: 4; top: 0; right: 0; width: 25px; height: 22px;
    border-left: 1px solid #E5E5E5; align-items: center; justify-content: flex-end;
}
.action-dropdown .link{display: block; position: relative; width: 16px; height: 12px;}
.action-dropdown .link:before,
.action-dropdown .link:after { position: absolute;content: "";display: inline-block;width: 12px; height: 2px;
    background-color: var(--cr-green); transition: var(--tsition);
}
.action-dropdown .link:before{position: absolute;transform: rotate(45deg);top: 5px;left: -1px;}
.action-dropdown .link:after {position: absolute;transform: rotate(-45deg);top: 5px;left: 6px;}
.action-dropdown .link.active:before {transform: rotate(-45deg);}
.action-dropdown .link.active:after {transform: rotate(45deg);}



.tab-dropdown{position: absolute; z-index: 2; top: 0px; left: 0; right: 0;  opacity: 0; visibility: hidden; transition: var(--tsition);}
.tab-dropdown.active{opacity: 1; visibility: visible; }
.tab-dropdown .txt{ font-weight: 500; font-size: 16px; color: var(--cr-gray); line-height: 24px;}

.tab-content2 {position: relative;opacity: 0;height: 0;overflow: hidden;visibility: hidden; display: block; transition: var(--tsition);}
.tab-content2.active {opacity: 1;height: auto;overflow: visible;visibility: visible;}

.tab-row2{margin: 0; padding: 0; list-style: none;}

@media screen and (min-width: 768px) {
    .tab-container2{display: flex;}
    .tab-control2{height: fit-content;margin: 0; flex: 0 0 auto; position: sticky; top: 74px;}
    .tab-control2:before{display: none;}
    .tab-control2:after{display: none;}

    .tab2{overflow: visible; margin-right: 0; border-bottom: 0px solid var(--cr-border); padding-right: 0px; width: 266px;}
    .tab2 .selector2 {display: none;}
    .tab2 .control2{flex-wrap: nowrap; justify-content: space-between; display: flex; padding-right: 0px; gap: 0px; width: auto; flex-direction: column;}
    .tab2 .control2 a {white-space: nowrap; border-bottom: 0; height: auto; padding: 0 16px; justify-content: flex-start; color: var(--cr-lightgray);}
    .tab2 .control2 a + a{border-top: 1px solid #DBDBDB; padding-top: 18px; margin-top: 18px;}
    .tab2 .control2 a .txt{display: block; border-bottom: 0px solid transparent; line-height: 1.5em;}
    .tab2 .control2 a{position: relative;}
    .tab2 .control2 a:before{content: "\e900"; font-family: 'iconavigation'; font-size: 8px; opacity: 0; position: absolute; bottom: 6px; right: 16px; color: var(--cr-green); 
        transition: var(--tsition);
    }
    .tab2 .control2 a.active:before{opacity: 1;}
    .tab2 .control2 a:last-child{padding-right: 20px;}
    .tab2 .control2 a:last-child:before{bottom: 6px;}
    .tab2 .control2 a.-mark:before{bottom: 19px;}
    .tab2.active .control2 a .txt{padding-bottom: 0px;}

    .action-dropdown{display: none;}
    .tab-dropdown{display: none;}

    ul.tab-row2,
    .tab-row2{padding-left: 24px; flex: 1 0 0%;}
}


/*############################ preload ###################################*/
.dim-page {opacity: 0 !important;}
.g-load-div {position: fixed;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 100000;background: var(--cr-light);}
.g-loader-wrapper {position: absolute;top: 50%;left: 50%;text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.g-loader {border: 5px solid var(--cr-green); border-radius: 100%; border-top: 5px solid #d7d7d7;width: 48px;height: 48px;margin: 0 auto;
    -webkit-animation: spin 2000ms linear infinite;
    animation: spin 2000ms linear infinite;
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}


/*############################ popup-image-style  ###################################*/
.mfp-bg{z-index: 10042;}
.mfp-wrap{z-index: 10043; pointer-events: visible;}
.mfp-title{display: none;}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor: pointer;}

.popup-image-style.mfp-bg{background: var(--cr-light); opacity: 1;}
.popup-image-style .mfp-container {padding-left: 16px;padding-right: 16px;}
.popup-image-style .mfp-image-holder .mfp-close {display: inline-block;width: 40px;height: 40px;line-height: 40px;border-radius: 50%;padding-right: 0; opacity: 1;
    background: var(--cr-green);color: var(--cr-light);text-align: center;position: relative; z-index: 1; font-size: 30px; cursor: pointer;
}
.popup-image-style .mfp-image-holder img.mfp-img {padding: 0; border-radius: 8px; border: 1px solid #EAEAEA;}
.popup-image-style .mfp-image-holder .mfp-content{background-color: var(--cr-light); border-radius: 8px; height: 100dvh; padding: 16px 0; text-align: right;}
.popup-image-style .mfp-image-holder .mfp-figure:after{display: none;}
.popup-image-style .mfp-image-holder .mfp-figure figure{margin-top: 16px; text-align: center;}
.popup-image-style .mfp-image-holder .mfp-figure figure:before{content: 'Ã&nbsp;Â¸Â¥Ã&nbsp;Â¸Â²Ã&nbsp;Â¸ÂÃ&nbsp;Â¸â€”Ã&nbsp;Â¸ÂµÃ&nbsp;Â¹Ë†Ã&nbsp;Â¸Â£Ã&nbsp;Â¸Â¹Ã&nbsp;Â¸â€ºÃ&nbsp;Â¹â‚¬Ã&nbsp;Â¸Å¾Ã&nbsp;Â¸Â·Ã&nbsp;Â¹Ë†Ã&nbsp;Â¸Â­Ã&nbsp;Â¸â€šÃ&nbsp;Â¸Â¢Ã&nbsp;Â¸Â²Ã&nbsp;Â¸Â¢'; line-height: 1em; margin-bottom: 16px; display: inline-block;
    font-size: 13px; font-weight: 600; color: var(--cr-green); background-image: url(../img/zoom.svg); padding-left: 24px;
    background-size: 16px; background-position: left center; background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .popup-image-style .mfp-image-holder .mfp-close {position: absolute; top: -15px; right:-15px;}
    .popup-image-style.mfp-bg{background: #0b0b0b; opacity: .8;}
    .popup-image-style .mfp-image-holder img.mfp-img {max-height: calc(100dvh - 150px) !important; }
    .popup-image-style .mfp-image-holder .mfp-content{padding: 48px; height: auto; height: auto;}
    .popup-image-style .mfp-image-holder .mfp-figure figure{margin-top: 0;}
    .popup-image-style .mfp-image-holder .mfp-figure figure:before{display: none;}
}


/*############################ box-info  ###################################*/
@media screen and (min-width: 200px) {
    .box-info { border-top: 5px solid var(--cr-green); background: #FAFAFA; border-radius: 0px 0px 8px 8px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
        display: flex; flex-direction: column; justify-content: space-between;
    }
    .box-info .inner{padding: 24px 16px 40px; position: relative;}
    .box-info .row-flex{margin: 0 -8px; display: block;}
    .box-info .row-flex &gt; div{padding: 0 8px;}
    .box-info .row-flex &gt; div + div{margin-top: 16px;}
    .box-info .row-flex + .row-flex &gt; div + div{margin-top: 24px;}
    .box-info .row-flex + .row-flex {margin-top: 24px;}
    .box-info .row-flex + .s-title{margin-top: 24px;}
    .box-info .h-title{font-size: 20px; line-height: 1.7em; color: var(--cr-black); text-align: center; margin-bottom: 16px; display: none;}
    .box-info .h-title strong{font-weight: 600;}
    .box-info .s-title{font-size: 16px; line-height: 1.5em; color: var(--cr-black); margin-bottom: 8px;}
    .box-info .s-title strong{font-weight: 600;}
    .box-info .title-txt{margin-bottom: 16px;}
    .box-info .tip{background: #FAFAFA; border: 1px solid #EEEEEE; border-radius: 8px; padding: 16px; display: flex; margin-bottom: 24px;}
    .box-info .tip .icon{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
    .box-info .tip .icon .ic-nvg{width: 24px; height: 24px; border-radius: 50%; background: var(--cr-green); color: var(--cr-light); 
        display: flex; align-items: center; justify-content: center; font-size: 20px;
    }
    .box-info .tip .content{flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%; padding-left: 16px;}
    .box-info .tip .content p.desc{font-size: 13px; line-height: 20px; color: var(--cr-black);}
    .box-info .tip .content p.desc strong{font-weight: 600;}
    .box-info .tip .content &gt; ul &gt; li{font-size: 13px; font-weight: 500; line-height: 20px; color: var(--cr-dark);}
    .box-info .tip .content &gt; ul &gt; li strong{font-weight: 600;}
    .box-info p.desc{color: var(--cr-gray); margin-bottom: 0; line-height: 1.9em;}
    .box-info p.desc .link{text-decoration: none}
    .box-info p.desc .link .icon{position: relative; margin-right: 0px;}
    .box-info p.desc .link .txt{text-decoration: underline;}
    .box-info ul{position: static; padding-left: 1.3em; margin: 0;}
    .box-info ul &gt; li{color: var(--cr-dark); line-height: 1.9em; font-size: 16px; font-weight: 500; font-family: 'kurious-looped';}
    .box-info ul &gt; li strong{color: var(--cr-black); font-weight: 600;}
    .box-info ul &gt; li .link{font-weight: 600; font-family: 'kurious-looped';}
    .box-info ul &gt; li &gt; ul{list-style: disc;}
    .box-info ul.check-list{padding-left: 0;}
    .box-info ul.check-list &gt; li{position: relative; padding-left: 32px; list-style: none; color: var(--cr-gray);}
    .box-info ul.check-list &gt; li:before{content: "\e909"; position: absolute;top: 0; left: 0; font-size: 24px; font-family: 'iconxpc'; color: var(--cr-green);}
    .box-info ul + .txt-note-ul{margin-top: 16px;}
    .box-info .ol-list{position: static; padding-left: 1.3em; margin: 0;}
    .box-info .ol-list &gt; li{color: var(--cr-gray); line-height: 1.9em; font-size: 16px; font-weight: 500; font-family: 'kurious-looped';}
    .box-info .ol-list &gt; li &gt; ul{list-style: disc;}
    .box-info .ol-list &gt; li &gt; ul &gt; li{color: var(--cr-gray);}
    .box-info .ol-list.-num-strong{counter-reset:item; padding: 0;}
    .box-info .ol-list.-num-strong &gt; li{list-style-type:none; counter-increment:item; position: relative; padding-left: 1.2em;}
    .box-info .ol-list.-num-strong &gt; li:before{font-weight:700;content:counter(item) "."; position: absolute; top: 0; left: 0;}
    .box-info .ol-list + .txt-note-ul{margin-top: 16px;}
    .box-info a.link.-pdf{padding-left: 0px; display: inline; text-decoration: none; font-weight: 500; font-family: 'kurious-looped';}
    .box-info a.link.-pdf .icon{color: var(--cr-green); font-size: 18px; display: inline-block; vertical-align: middle;}
    .box-info a.link.-pdf .txt{text-decoration: underline; font-size: 16px; font-weight: 600;}
    .box-info .txt-note{margin: 16px 0 0; color: var(--cr-dark); line-height: 1.5em; font-size: 13px; }
    .box-info .txt-note + ul{margin-top: 16px;}
    .box-info .txt-note + .txt-note-ol{margin-top: 8px; padding-left: 20px;}
    .box-info .txt-note-ol &gt; li{font-size: 16px;color: var(--cr-gray); line-height: 1.5em; font-size: 13px; font-weight: 500; font-family: 'kurious-looped';}
    .box-info .txt-note-ul &gt; li{font-size: 16px;color: var(--cr-gray); line-height: 1.5em; font-size: 13px; font-weight: 500; font-family: 'kurious-looped';}
    .box-info .txt-note-remark{font-size: 13px;color: var(--cr-gray); line-height: 1.5em; font-size: 13px; font-weight: 500; font-family: 'kurious-looped'; margin: 0 0 24px;}
    .box-info .warning{text-align: center; padding: 12px 16px; background: #F8F8F8; border-radius: 8px; display: inline-flex;}
    .box-info .warning p{margin: 0; font-size: 13px; font-weight: 500; line-height: 1.8em; font-family: 'kurious-looped';}
    .box-info .warning .txt{font-weight: 600; display: inline-block; vertical-align: middle; margin-right: 8px; 
        border-radius: 4px; padding: 2px 10px 0; background: var(--cr-red); color: var(--cr-light); line-height: 1.5em;
    }
    .box-info img.icon{width: 26px; margin-right: 4px;}
    .box-info .note{padding: 16px; background: rgba(255,255,255,0.6);}
    .box-info .note p.desc{font-size: 13px; color: var(--cr-gray);}
    .box-info .note p.desc strong{color: var(--cr-black);}
    .box-info .note small{font-size: 13px; font-weight: 500; font-family: 'kurious-looped'; color: var(--cr-gray); line-height: 1.5em;position: relative; padding-left: 1em;}
    .box-info .note small:before{content: '*'; position: absolute; top: 0; left: 0;}
    .box-info .note ul &gt; li{font-size: 13px; color: var(--cr-gray); list-style: disc;}
    .box-info .note ul.remark{padding: 0;}
    .box-info .note ul.remark &gt; li{padding-left: 32px; position: relative; list-style: none;}
    .box-info .note ul.remark &gt; li:before {min-width: 32px;background: transparent;position: absolute;top: 0; left: 0;}
    .box-info .note ul.remark &gt; li:nth-child(1):before {content: "*";}
    .box-info .note ul.remark &gt; li:nth-child(2):before {content: "**";}
    .box-info .note ul.remark &gt; li:nth-child(3):before {content: "***";}
    .box-info .note ul.remark &gt; li:nth-child(4):before {content: "****";}
    .box-info .note ol{padding-left: 15px;}
}
@media screen and (min-width: 768px) { 
    .box-info + .box-info{margin-top: 16px;}
    .box-info .row-flex{margin: 0 -24px; display: flex;}
    .box-info .row-flex + .row-flex{margin-top: 16px;}
    .box-info .row-flex &gt; div{padding: 0 24px;}
    .box-info .row-flex &gt; div + div{margin-top: 0;}
    .box-info .row-flex + .row-flex &gt; div + div{margin-top: 0;}
    .box-info .inner{padding: 40px 32px 32px; background: var(--cr-light);}
    .box-info .note{padding: 16px 32px; background: #FAFAFA; border-radius: 0 0 8px 8px;}
    .box-info .h-title{font-size: 20px; text-align: left; margin-bottom: 24px; display: block;}
    .box-info .h-title.a-center{text-align: center;}
    .box-info .h-title + .s-title{margin-top: 32px;}
    .box-info .s-title{font-size: 18px; margin-bottom: 16px;}
    .box-info ul &gt; li{color: var(--cr-gray);}
}


/*############################ step-slide ###################################*/
@media screen and (min-width: 200px) {
    .step-slide{position: relative;}
    .step-slide .swiper-slide{width: auto;}
    .step-slide .swiper-pagination{padding-top: 24px;}
    .step-slide .swiper-button-next, 
    .step-slide .swiper-button-prev{top: 130px;}
    .step-slide .wrapper{position: relative; max-width: 220px;}
    .step-slide .thumb{width: 220px; margin: 0 auto 16px; border-radius: 8px; overflow: hidden;}
    .step-slide .content{text-align: center}
    .step-slide .content .title{margin-bottom: 8px; color: var(--cr-dark); line-height: 1.5em; font-size: 13px;}
    .step-slide .content .desc{margin-bottom: 0; color: var(--cr-dark); line-height: 1.5em;}
    .step-slide .content ul.desc li{margin-bottom: 0; color: var(--cr-dark); line-height: 1.5em;text-align: left;}
    .step-slide .content .link{text-decoration: underline; color: var(--cr-green); font-family: 'kurious-looped';}
    .a-left {text-align: left !important;}

}


/*############################ content-slide ###################################*/
@media screen and (min-width: 200px) {
    .content-slide .box-info{border-top: none; background: transparent; border-radius: 0px; box-shadow: none; display: none; min-height: calc(100dvh - 150px);}
    .content-slide .box-info.active{display: flex;}
    .content-slide .box-info .inner{padding: 0px;}
    .content-slide .box-info .inner:last-child{padding-bottom: 16px;}
    .content-slide .box-info .note{margin: 24px -16px -16px;}

    .content-slide .content-slide-nav{position: relative;}
    .content-slide .content-slide-nav ul{padding: 0; margin: 0; list-style: none;}
    .content-slide .content-slide-nav ul&gt;li{width: 100%; padding: 24px 0;}
    .content-slide .content-slide-nav ul&gt;li+li{border-top: 1px solid #DBDBDB;}
    .content-slide .content-slide-nav .nav-mobile-link{display: flex; align-items: center; text-decoration: none; position: relative; }
    .content-slide .content-slide-nav .nav-mobile-link:before { content: ""; position: absolute; width: 12px; height: 12px; transform: rotate(45deg); top: 0px; right: 0; bottom: 0;
        margin: auto; border-top: 2px solid var(--cr-green); border-right: 2px solid var(--cr-green);
    }
    .content-slide .content-slide-nav .nav-mobile-link .icon{margin-right: 16px; display: flex; justify-content: center; align-items: center; 
        width: 24px; height: 24px; font-size: 24px; color: var(--cr-green);
    }
    .content-slide .content-slide-nav .nav-mobile-link .icon &gt; img{width: 24px; height: 24px;}
    .content-slide .content-slide-nav .nav-mobile-link .txt{font-weight: 600; font-family: 'kurious-looped'; font-size: 16px; line-height: 1.5em; color: var(--cr-black);}

    .content-slide .content-slide-tab .back-mobile { width: 40px; height: 40px; position: absolute; z-index: 9; top: 16px; left: 16px; transform: rotate(180deg); text-align: center;
        background: var(--cr-green); border-radius: 50%; color: var(--cr-light); font-size: 20px; display: flex; align-items: center; justify-content: center;
    }
    .content-slide .content-slide-tab .back-mobile &gt; span{position: relative; left: 1px;}
    .content-slide .content-slide-tab .nav-info-head{display: block; text-align: center;}
    .content-slide .content-slide-tab .nav-info-head .txt{font-size: 20px; line-height: 1.5em; color: var(--cr-dark); text-align: center; margin-bottom: 24px; display: none;}
    .content-slide .content-slide-tab .nav-info-head .txt strong{font-weight: 600;}
    .content-slide .content-slide-tab .nav-info-head .txt.active{display: block;}

    .content-slide .content-slide-tab{position: fixed; top: 0; left: 100%; height: calc(100dvh); width: 100vw; overflow: auto; z-index: 10001; 
        transition: var(--tsition); padding: 0px 16px 0; pointer-events: none; background: #E6F7EE;
    }
    .content-slide .content-slide-tab.content-active{left: 0; pointer-events: visible; outline: none !important; -webkit-backface-visibility: hidden;}

    .content-slide .content-slide-head{position: sticky; z-index: 111; top: 0; background: #E6F7EE; margin-left: -16px; margin-right: -16px; padding: 21px 16px 0}

    /*############################ content-active ###################################*/
    html.content-active,
    body.content-active,
    body.content-active .icw{overflow: hidden; /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/ height: 100%;}
    .icw .main.content-active{overflow: hidden; /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/ position: static;}
}
@media screen and (min-width: 768px) { 

    .content-slide .box-info{border-top: 5px solid var(--cr-green); background: #FAFAFA; min-height: inherit; overflow: hidden;
        border-radius: 0px 0px 8px 8px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); display: flex;
    }
    .content-slide .box-info .inner{padding: 40px 32px 32px;}
    .content-slide .box-info .inner:last-child{padding-bottom:32px;}
    .content-slide .box-info .note{margin: 0;}


    .content-slide .content-slide-nav{display: none;}
    .content-slide .content-slide-nav .nav-mobile-link{display: none;}
    .content-slide .content-slide-tab .back-mobile {display: none;}
    .content-slide .content-slide-tab .nav-info-head{display: none;}

    .content-slide .content-slide-tab,
    .content-slide .content-slide-tab.content-active{left: 0%; overflow: visible; display: block; position: static; width: auto; height: auto; padding: 0; background: transparent;pointer-events: inherit;}

    .content-slide .content-slide-head{position: static; z-index: 100; top: 0; background: transparent; margin-left: 0;margin-right: 0; padding: 0;}

    html.content-active,
    body.content-active,
    body.content-active .icw{overflow: inherit; /*touch-action: inherit; pointer-events: inherit;*/ height: auto;}
    .icw .main.content-active{overflow: inherit; /*touch-action: inherit; pointer-events: inherit;*/ position: relative;}

}


/*############################ section-highlight-banner  ###################################*/
@media screen and (min-width: 200px) {
    .section-highlight-banner{position: relative; overflow: hidden; }
    .section-highlight-banner .sc-inner {padding-top: 116px; padding-bottom: 0;}
    .section-highlight-banner .swiper-pagination{position: absolute; padding: 0; bottom: 16px; right: 0; left: 0; width: 100%;}
    .section-highlight-banner .swiper-slide{position: relative;}
    .section-highlight-banner .image{position: relative; z-index: 1;}
    .section-highlight-banner .content{position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; align-items: flex-end;}
    .section-highlight-banner .action{padding-bottom: 48px; text-align: center;}
    .section-highlight-banner .action .btn{height: 40px; padding: 0 30px;}
    .section-highlight-banner .action .btn.hide-w767{display: none;}
    .section-highlight-banner .action .btn.show-w767{display: inline-flex;}
}
@media screen and (min-width: 768px) { 
    .section-highlight-banner .sc-inner {padding: 0px;}
    .section-highlight-banner .swiper-pagination{bottom: 5.5%; right: 16px; left: auto; width: auto;}
    .section-highlight-banner .action{padding-bottom: 24px; text-align: left;}
    .section-highlight-banner .action .btn.hide-w767{display: inline-flex;}
    .section-highlight-banner .action .btn.show-w767{display: none;}
}
@media screen and (min-width: 992px) {
    .section-highlight-banner .swiper-pagination{bottom: 6%;}
    .section-highlight-banner .action{padding-bottom: 32px;}
    .section-highlight-banner .action .btn{height: 48px;}
}
@media screen and (min-width: 1200px) {
    .section-highlight-banner .action{padding-bottom: 48px;}
    .section-highlight-banner .swiper-pagination{bottom: 7.5%; right: 11%;}
}

/*############################ section-highlight-banner  ###################################*/
@media screen and (min-width : 200px) {
    .sc-highlight-banner {background-image: url(../img/hightlight-banner-bg.jpg); background-repeat: no-repeat; background-size: cover;}
    .sc-highlight-banner .sc-inner {padding-bottom: 0; padding-top: 104.14px;}
    .sc-highlight-banner .sc-heading .title{margin-bottom: 24px;font-size: 32px; line-height: 50px;background: rgb(0,169,79);background: -moz-linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);background: -webkit-linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);background: linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a94f",endColorstr="#1a2b32",GradientType=1);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}
    .sc-highlight-banner .sc-heading .desc {margin-bottom: 32px; line-height: 1.5em;}
    .sc-highlight-banner .image {max-width: 953px; margin: 0 auto;}
}

@media screen and (min-width : 768px) {
    .sc-highlight-banner .sc-heading .title {margin-bottom: 32px; font-size: 72px; line-height: 86.4px;}
}

@media screen and (min-width : 992px) {
    .sc-highlight-banner .sc-inner {padding-top: 49px;}
}

/*############################ sc-product ###################################*/
@media screen and (min-width : 200px) {
    .sc-product .sc-heading {text-align: center;margin-bottom: 32px;}
    .sc-product .sc-heading .title {margin-bottom: 8px;line-height: 1.5em;background: rgb(0,169,79);background: -moz-linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);background: -webkit-linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);background: linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a94f",endColorstr="#1a2b32",GradientType=1);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}
    .sc-product .sc-heading .desc{line-height: 1.5em;}
    .sc-product .sc-heading .desc .icon-kplus {width: 24px; height: 24px;display: inline-block;}
    .sc-product .product-list {display: grid;grid-template-columns: 1fr; gap: 24px; margin-bottom: 24px;}
    .sc-product .product {box-shadow: 0px 1px 3px 0px #0000001A;overflow: hidden;border-radius: 10px;}
    .sc-product .product .thumb {overflow: hidden;}
    /* .sc-product .product .thumb .image {height: 438px; overflow: hidden; position: relative;} */
    .sc-product .product .thumb .image img {width: 100%;}
    .sc-product .product .content{padding: 24px;}
    .sc-product .product .content .info{display: flex;flex-direction: column;gap: 8px;}
    .sc-product .product .content .cate{font-size: 13px; line-height: 1.5em; font-weight: 600;margin-bottom: 0; color: var(--cr-black);}
    .sc-product .product .content .title{margin-bottom: 0; font-size: 26px; line-height: 1.5em; font-weight: 600; color: var(--cr-black);}
    .sc-product .product .content .tag-list {display: flex;flex-direction: row; gap: 8px;}
    .sc-product .product .content .tag {border-radius: 20px;border: 1px solid #CCEEDC;padding: 2px 12px; color: #33BA72;font-weight: 600;font-size: 13px;}
    .sc-product .product .content .desc{margin-bottom: 0; font-size: 16px; line-height: 1.5em;font-weight: 500; }
    .sc-product .product .content .footer-product {margin-top: 16px;}
    .sc-product .product .content .footer-product .link {color: #00A94F; text-decoration: underline;}
}

@media screen and (min-width : 768px) {
    .sc-product .product .content .desc{margin-bottom: 0; font-size: 16px; line-height: 1.5em;font-weight: 500; min-height: 96px;}
    .sc-product .product .content .desc.en{margin-bottom: 0; font-size: 16px; line-height: 1.5em;font-weight: 500; min-height: 144px;}
    .sc-product .product-list {grid-template-columns: 1fr 1fr; margin-bottom: 32px;}
}
@media screen and (min-width : 992px) {
    .sc-product .product-list {grid-template-columns: 1fr 1fr 1fr;}
}

/*############################ sc-sub-product ###################################*/
@media screen and (min-width : 200px) {
    .sc-sub-product {background-image: url(../img/sc-sub-product-bg.jpg);background-repeat: no-repeat;background-size: cover;}
    .sc-sub-product .sc-heading {text-align: center;margin-bottom: 32px;}
    .sc-sub-product .sc-heading .title {margin-bottom: 8px; line-height: 1.5em;}
    .sc-sub-product .sc-heading .desc .icon-kplus {line-height: 1.5em;}
    .sc-sub-product .sub-product-list {overflow: hidden;}
    .sc-sub-product .sub-product {box-shadow: 0px 1px 3px 0px #0000001A;overflow: hidden;border-radius: 10px;min-height: 218.2px;display: flex;flex-direction: column;height: 100%;}
    .sc-sub-product .sub-product.en {box-shadow: 0px 1px 3px 0px #0000001A;overflow: hidden;border-radius: 10px;min-height: 335.19px;display: flex;flex-direction: column;height: 100%;justify-content: space-between;}
    .sc-sub-product .sub-product{padding: 24px; background-color: var(--cr-light);}
    .sc-sub-product .sub-product .info{display: flex;flex-direction: column;gap: 8px;}
    .sc-sub-product .sub-product .title{margin-bottom: 0; font-size: 16px; line-height: 1.5em; font-weight: 600; min-height: 72px;}
    .sc-sub-product .sub-product.en .title{margin-bottom: 0; font-size: 16px; line-height: 1.5em; font-weight: 600; min-height: unset;}
    .sc-sub-product .sub-product .tag-list {display: flex;flex-direction: row; row-gap: 8px;column-gap: 8px; flex-wrap: wrap;}
    .sc-sub-product .sub-product .tag {border-radius: 20px;border: 1px solid #CCEEDC;padding: 2px 12px; color: #33BA72;font-weight: 600;font-size: 13px;margin-bottom: 0;}
    .sc-sub-product .sub-product .desc{margin-bottom: 0;font-size: 13px;line-height: 1.5em;font-weight: 500;min-height: 58.5px;}
    .sc-sub-product .sub-product .footer-sub-product {margin-top: 24px;height: 100%;min-height: 51.19px;}
    .sc-sub-product .sub-product.en .footer-sub-product {margin-top: 24px;height: 100%;min-height: 81.19px;}
}

@media screen and (min-width : 768px) {
    .sc-sub-product .sub-product .title{min-height: 48px;}
    .sc-sub-product .sub-product.en .title{min-height: 48px;}
    /* .sc-sub-product .sub-product .desc {height: auto;} */
}
@media screen and (min-width : 992px) {
}

/*############################ sc-recommend ###################################*/
@media screen and (min-width : 200px) {
    .sc-recommend {background-image: url(../img/sc-recommend-bg-mb.jpg); background-repeat: no-repeat;background-size: cover;}
    
    .sc-recommend .sc-heading {margin-bottom: 24px;}
    .sc-recommend .sc-inner {padding-top: 44px;}
    .sc-recommend .sc-heading .title{margin-bottom: 8px;padding-top: 4px; line-height: 1.5em; background: rgb(0,169,79);background: -moz-linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);background: -webkit-linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);background: linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a94f",endColorstr="#1a2b32",GradientType=1);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}
    .sc-recommend .sc-heading .desc {font-weight: 500; line-height: 1.5em;}
    .sc-recommend .recommend {padding: 24px; border-radius: 8px;}
    .sc-recommend .recommend .title {font-weight: 600; line-height: 1.5em; margin-bottom: 8px;}
    .sc-recommend .recommend .desc {font-weight: 500; line-height: 1.5em; font-size: 16px; margin-bottom: 8px;}
    .sc-recommend .recommend .link {line-height: 1.5em;}
    .sc-recommend .recommend .tag-list {display: flex;flex-direction: row; gap: 8px;margin-bottom: 24px;}
    .sc-recommend .recommend .tag {border-radius: 20px;border: 1px solid #CCEEDC;padding: 2px 12px; color: #33BA72;background-color: var(--cr-light); font-weight: 600;font-size: 13px;}
    .sc-recommend .recommend .layout {display: grid; grid-template-columns: 1fr; gap: 32px;}
    .sc-recommend .recommend .layout .btn {border: 2px solid var(--cr-light); padding: 9px 32px; height: auto; font-size: 20px; width: 100%;}
    .sc-recommend .recommend .layout .btn-conteiner  {margin-top: 24px;}
    .sc-recommend .recommend .content-container{display: flex; flex-direction: column; gap: 24px;}

    .sc-recommend .recommend{background-image: url(../img/recommend-main-section-mb.jpg);background-repeat: no-repeat;background-size: cover; overflow: hidden; position: relative;}
}

@media screen and (min-width : 768px) {
    .sc-recommend {background-image: url(../img/sc-recommend-bg-dt.jpg);}
    .sc-recommend .sc-inner {padding-top: 60px;}
    .sc-recommend .sc-heading {margin-bottom: 32px;}
    .sc-recommend .recommend{padding: 48px;}
    .sc-recommend .recommend .desc {font-size: 18px;}
    .sc-recommend .recommend .tag {padding: 8px 16px; font-size: 16px;}
    .sc-recommend .recommend .layout {grid-template-columns: 1fr 400px;gap: 16px; align-items: center;}
    .sc-recommend .recommend .content-container{gap: 32px;}
    .sc-recommend .recommend .layout .image { max-width: 472px; margin: 0 auto;}
    .sc-recommend .recommend .layout .btn {width: auto;}
    .sc-recommend .recommend .layout .btn-conteiner {margin-top: 40px;}
    .sc-recommend .recommend {background-image: url(..//img/recommend-main-section-dt.jpg);background-repeat: no-repeat;background-size: cover;}
}

@media screen and (min-width : 992px) {
    .sc-recommend .recommend-layout {grid-template-columns: 1fr 356px;gap: 24px;height: 535px;}
    .sc-recommend .recommend.minor .layout {display: block;}
}

/*############################ sc-secure ###################################*/
@media screen and (min-width : 200px) {
    .sc-secure {background-image: url(../img/secure-bg-mb.jpg); background-repeat: no-repeat;background-size: cover;}
    .sc-secure .sc-heading {margin-bottom: 24px;}
    .sc-secure .sc-heading .title{line-height: 1.5em; background: rgb(0,169,79);background: -moz-linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);background: -webkit-linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);background: linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a94f",endColorstr="#1a2b32",GradientType=1);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}
    .sc-secure .secure-list .secure {display: grid; grid-template-columns: 1fr; align-items: center;} 
    .sc-secure .secure-list .btn-container { margin-top: 32px;}
    .sc-secure .secure-list .secure .btn {border: 2px solid var(--cr-light); padding: 9px 32px; height: auto; font-size: 20px; line-height: 1.5em; color: var(--cr-light); width: 100%;}
    .sc-secure .secure-list .secure .detail-list {color: var(--cr-light); padding-left: 22px;}
    .sc-secure .secure-list .secure .detail-list li {line-height: 1.5em; font-size: 16px;}
    .sc-secure .secure-list .secure .detail-list li::marker {font-size: 12px; }
    .sc-secure .secure-list .swiper-pagination-container { padding-top: 32px; display: flex; justify-content: center;}
    .sc-secure .secure-list .swiper-pagination-fraction {position: relative; padding-top: 16px; max-width: fit-content; padding: 0; color: var(--cr-light);background-color: #11111199;width: auto; padding: 2px 12px; font-size: 13px; border-radius: 20px; font-weight: 600;}
    .sc-secure .secure-list {padding: 24px; border-radius: 8px; background-image: url(../img/secure-section-bg-mb.jpg);background-repeat: no-repeat;background-size: cover; overflow: hidden; position: relative;}
    .sc-secure .secure {display: flex; flex-direction: column; gap: 32px;}
    .sc-secure .secure .title {font-weight: 600; line-height: 1.5em; margin-bottom: 8px;}
    .sc-secure .secure .desc {font-weight: 500; line-height: 1.5em; font-size: 16px; margin-bottom: 8px;}
    .sc-secure .secure .tag-list {display: flex;flex-direction: row; gap: 8px;margin-bottom: 24px;}
    .sc-secure .secure .tag {border-radius: 20px;border: 1px solid #CCEEDC;padding: 2px 12px; color: #33BA72;background-color: var(--cr-light); font-weight: 600;font-size: 13px;}
    .sc-secure .secure-list .secure-swiper {height: 100%; overflow: hidden;}
}

@media screen and (min-width : 768px) {
    .sc-secure {background-image: url(../img/secure-bg-dt.jpg);}
    .sc-secure .sc-heading {margin-bottom: 32px;}
    .sc-secure .secure-list{padding: 48px; background-image: url(../img/secure-section-bg-dt.jpg);}
    /* .sc-secure .secure .tag {padding: 8px 16px; font-size: 16px;} */
    .sc-secure .secure-list .secure .btn-container { margin-top: 40px;}
    .sc-secure .secure-list .secure .btn {width: fit-content;}
    .sc-secure .secure {gap: 16px;}
    .sc-secure .secure .image{max-width: 512px; margin: 0 auto;}
    .sc-secure .secure .desc {font-size: 18px; }
    .sc-secure .secure-list .secure {grid-template-columns: 1fr 500px;}
    .sc-secure .secure-list .secure .detail-list li {font-size: 18px;}
    .sc-secure .secure-list .swiper-pagination-container { padding-top: 16px; justify-content: start;}
}

/*############################ sc-vedio ###################################*/

@media screen and (min-width : 200px) {
    .sc-video .sc-heading {margin-bottom: 24px;}
    .sc-video .sc-heading .title {line-height: 1.5em; background: rgb(0,169,79);background: -moz-linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);background: -webkit-linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);background: linear-gradient(135deg, rgba(0,169,79,1) 0%, rgba(3,96,94,1) 62%, rgba(26,43,50,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a94f",endColorstr="#1a2b32",GradientType=1);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}
    .sc-video .video-container {position: relative; overflow: hidden; padding-top: 56.706%; border-radius: 8px;}
    .sc-video .video-container .video {position: absolute; top: 0;left: 0;width: 100%; height: 100%;}
}

@media screen and (min-width : 768px) {
    .sc-video .sc-heading {margin-bottom: 32px;}
}

/*############################ sc-faqs ###################################*/
@media screen and (min-width: 200px) {
    .sc-faqs{background-color: rgba(62, 139, 135, 0.10);}
    .sc-faqs .bg{background-repeat: no-repeat; background-position:left bottom; position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%;}
    .sc-faqs .bg.-mb{background-image: url(../img/bg-faq-m2.png); background-size: 100%;}
    .sc-faqs .bg.-dt{background-image: url(../img/bg-faq.png); background-attachment: fixed; display: none;}
    .sc-faqs .container{position: relative;}
    .sc-faqs .sc-inner{position: relative; z-index: 1;}

    .sc-faqs.section .sc-heading{margin-bottom: 16px;}
    .sc-faqs .sc-heading .title{margin-bottom: 0; line-height: 1.5em;}

    .sc-faqs .tab-control {margin-bottom: 24px;}
    .sc-faqs .tab .control{gap: 16px;}

    .sc-faqs .tab-control2{display: none;}
    .sc-faqs .tab2 .control2 a span.ic-nvg{font-size: 28px; margin-right: 16px;}
    .sc-faqs .tab2 .control2 a:before {bottom: 8px;}
    .sc-faqs .tab2 .control2 a.active span.ic-nvg{color: var(--cr-green);}
    .sc-faqs .tab2 .control2 li + li{margin-top: 16px; padding-top: 16px;}
    .sc-faqs .tab-content2{opacity: 1;height: auto;overflow: visible;visibility: visible;}
    .sc-faqs .tab-content2 + .tab-content2{margin-top: 1px;}
    .sc-faqs .tab-content2:last-child .accordion-group{padding-bottom: 0;}

    .sc-faqs .accordion-action{position: relative; margin: 0 -16px;}
    .sc-faqs .accordion-action .link{height: 64px; display: flex; align-items: center; background: var(--cr-light); padding: 16px; position: relative; text-decoration: none;}
    .sc-faqs .accordion-action .link &gt; .txt{font-size: 16px; font-weight: 600; color: var(--cr-dark);}
    .sc-faqs .accordion-action .link &gt; .ic-nvg{font-size: 32px; color: var(--cr-green); margin-right: 8px;}
    /*.sc-faqs .accordion-action .link:before {content: "";position: absolute;width: 12px;height: 12px; transform:rotate(135deg); transition: var(--tsition);
        top: 0px;right: 16px;bottom: 0;margin: auto;border-top: 2px solid var(--cr-green);border-right: 2px solid var(--cr-green);
    }
    .sc-faqs .accordion-action.active .link:before{transform:rotate(-45deg);}*/
    .sc-faqs .accordion-action .link:before,
    .sc-faqs .accordion-action .link:after {position: absolute; content: "";display: inline-block;width: 12px; height: 2px;
        background-color: var(--cr-green); transition: var(--tsition); top: 0; bottom: 0; margin: auto;
    }
    .sc-faqs .accordion-action .link:before{position: absolute;transform: rotate(45deg); right: 23px;}
    .sc-faqs .accordion-action .link:after {position: absolute;transform: rotate(-45deg); right: 16px;}
    .sc-faqs .accordion-action.active .link:before {transform: rotate(-45deg);}
    .sc-faqs .accordion-action.active .link:after {transform: rotate(45deg);}

    .sc-faqs .accordion-group{padding: 16px 0 24px; list-style: none; margin: 0; display: none;}
    .sc-faqs .accordion-group.active{display: block;}
    .sc-faqs .accordion-group + .accordion-group{margin-top: 16px;}
    .sc-faqs .accordion-group .s-title{margin-bottom: 24px; text-align: center; line-height: 1.5em;}
    .sc-faqs .accordion-group .accordion + .s-title{margin-top: 40px;}
    .sc-faqs .accordion-group .accordion{max-width: 850px; margin-left: auto; margin-right: auto;}
    .sc-faqs .accordion-group .accordion + .accordion{margin-top: 16px;}

    .sc-faqs .accordion {position: relative; border-radius: var(--radius);background: var(--cr-light);box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);}
    .sc-faqs .accordion-title { position: relative; padding: 16px 50px 16px 16px; cursor: pointer; color: var(--cr-black); word-wrap: break-word;
        font-size: 16px; font-weight: 600; font-family: 'kurious-looped'; border-radius: 8px 8px 0 0; background-color: transparent;
        transition: var(--transition);
    }
    .sc-faqs .accordion-title:after {font-family: 'iconavigation'; content: "\e906"; font-size: 16px; line-height: 1; width: 18px; height: 18px; margin: auto;
        position: absolute; right: 16px; top: 0; bottom: 0;  display: flex; justify-content: center; align-items: center;
    }
    .sc-faqs .accordion-title.active:after {content: "\e907";}
    .sc-faqs .accordion-title:after,
    .sc-faqs .accordion-title:hover{color: var(--cr-green);}
    .sc-faqs .accordion-title.active {color: var(--cr-light); background-color: var(--cr-green);}
    .sc-faqs .accordion-title.active:after {color: var(--cr-light);}
    .sc-faqs .accordion-content{padding: 16px;}
    .sc-faqs .accordion-content a{color: var(--cr-green); text-decoration: underline; font-weight: 600; word-break: break-all;}
    .sc-faqs .accordion-content a.show-w767{display: inline;}
    .sc-faqs .accordion-content a.hide-w767{display: none;}
    .sc-faqs .accordion-content p{line-height: 1.5em; font-family: 'kurious-looped'; color: var(--cr-gray);}
    .sc-faqs .accordion-content p strong{font-weight: 600;}
    .sc-faqs .accordion-content p .link{font-weight: 600; font-family: 'kurious-looped';}
    .sc-faqs .accordion-content p:last-child{margin-bottom: 0;}
    .sc-faqs .accordion-content ul{margin: 0 0 0.6em 1.2em;padding: 0;}
    .sc-faqs .accordion-content ul:last-child{margin-bottom: 0;}
    .sc-faqs .accordion-content ul &gt; li{position: relative; list-style-type: disc; font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--cr-gray);}
    .sc-faqs .accordion-content ul &gt; li+li{margin-top: 5px;}
    .sc-faqs .accordion-content ol{margin: 0 0 0.6em 1.8em; padding: 0;}
    .sc-faqs .accordion-content ol:last-child{margin-bottom: 0;}
    .sc-faqs .accordion-content ol &gt; li{position: relative; list-style-type: decimal; font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--cr-gray);}
    .sc-faqs .accordion-content ol &gt; li+li{margin-top: 5px;}
    .sc-faqs .accordion-content .icon{margin-right: 5px; position: relative; top: -2px;}
    .sc-faqs .accordion-content .link-tel{color: var(--cr-light); white-space: nowrap; text-decoration: none; background-color: var(--cr-green);
        align-items: center; justify-content: center; height: 40px; padding: 0 24px; border-radius: 8px; font-size: 16px; font-weight: 600; 
        display:inline-flex; font-family: 'kurious-looped'; margin: 8px 0; margin-right: 16px;
    }
    .sc-faqs .accordion-content .link-tel .icon{position: relative; top: -1px; margin-right: 8px;}
    .sc-faqs .accordion-content .link-tel + .link-tel{margin-right: 0;}
    .sc-faqs .accordion-content .no-phone{pointer-events: none; color: inherit; text-decoration: none;}
    .sc-faqs .accordion-content a[x-apple-data-detectors].no-phone {
        color: inherit !important; text-decoration: none !important; font-size: inherit !important; font-family: inherit !important;
        font-weight: inherit !important;line-height: inherit !important;
    }

    .sc-faqs .action{padding-top: 40px; text-align: center;}
    .sc-faqs .action .more{color: #009861;}
    .sc-faqs .action .link.more.down,
    .sc-faqs .action.active .link.more.up{display: inline-block;}
    .sc-faqs .action .link.more.up,
    .sc-faqs .action.active .link.more.down{display: none;}

}
@media screen and (min-width: 768px) { 
    .sc-faqs .bg.-mb{display: none;}
    .sc-faqs .bg.-dt{display: block; background-size: 920px;}

    .sc-faqs .tab .control{gap: 48px;}

    .sc-faqs .tab-control2{display: block;}
    .sc-faqs .tab-content2{opacity: 0;height: 0;overflow: hidden;visibility: hidden;}
    .sc-faqs .tab-content2.active{opacity: 1;height: auto;overflow: visible;visibility: visible;}
    .sc-faqs .tab-content2 + .tab-content2{margin-top: 0px;}
    .sc-faqs .tab2 .control2 li{display: block;}
    .sc-faqs .tab2 .control2 li + li{margin-top: 16px; padding-top: 16px; border-top: 1px solid #DBDBDB;}

    .sc-faqs .accordion-action{display: none;}

    .sc-faqs .accordion-group{padding-top: 0; padding-bottom: 32px; display: block !important;}
    .sc-faqs .accordion-title{font-size: 18px;}
    .sc-faqs .accordion-content .link-tel{display: none;}
    .sc-faqs .accordion-content a{word-break: keep-all;}
    .sc-faqs .accordion-content a.show-w767{display: none;}
    .sc-faqs .accordion-content a.hide-w767{display: inline;}
}
@media screen and (min-width: 992px) {
    .sc-faqs .bg.-dt{background-size: 1260px;}
}
@media only screen and (min-width: 1024px) and (orientation: portrait){
    .sc-faqs .bg.-dt{background-image: url(../img/bg-faq2.png);}
}
@media only screen and (min-width: 1024px) and (orientation: landscape){
    .sc-faqs .bg.-dt{background-image: url(../img/bg-faq.png);}
}
@media screen and (min-width: 1200px) {
    .sc-faqs .bg.-dt{background-size: 1440px;}
    .sc-faqs .accordion-title{padding: 16px 50px 16px 24px;}
    .sc-faqs .accordion-content{padding: 16px 24px;}
}

/*############################ sc-shortcut ###################################*/
@media screen and (min-width: 200px) {
    .sc-shortcut{background: var(--cr-light); overflow: hidden; position: relative;}
    .sc-shortcut .sc-inner{padding: 24px 0;}
    .sc-shortcut .item-list{position: relative; padding: 0; margin: 0; list-style: none;}
    .sc-shortcut .item-list &gt; li{width: 100%;}
    .sc-shortcut .item-list &gt; li + li{border-top: 1px solid var(--cr-border);}
    .sc-shortcut .wrapper{display: flex; width: 100%;flex-wrap: nowrap; position: relative; padding:16px 0;}
    .sc-shortcut .icon{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
    .sc-shortcut .icon img{height: 20px; display: block; margin: 0 auto;}
    .sc-shortcut .content{flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%; padding-left: 16px;}
    .sc-shortcut .txt{font-size: 16px; color: var(--cr-green); margin: 0; line-height: 1.5em;}
    .sc-shortcut .txt strong{font-weight: 600; color: var(--cr-dark);}
    .sc-shortcut .txt .a-link{font-weight: 600; color: var(--cr-green); text-decoration: underline;}
}
@media screen and (min-width: 768px) { 
    .sc-shortcut .sc-inner{padding: 64px 0;}
    .sc-shortcut .item-list{margin: -9px; display: flex; flex-wrap: wrap; justify-content: center;}
    .sc-shortcut .item-list &gt; li {width: calc(100%/3); border: 0; padding: 9px;}
    .sc-shortcut .item-list &gt; li+li{margin-top: 0; border-top: 0;}
    .sc-shortcut .wrapper{border: 1px solid #EDEDED; border-radius: 8px; padding: 16px; flex-direction: column; align-items: flex-start; min-height: 120px; background: var(--cr-light);}
    .sc-shortcut .wrapper:before{display: none;}
    .sc-shortcut .content{padding-left: 0; padding-top: 15px;}
    .sc-shortcut .icon img {height: 25px;}
    .sc-shortcut .txt{line-height: 1.4em; min-height:2.8em; color: var(--cr-dark); text-decoration: none;}
}
@media screen and (min-width: 992px) {
    .sc-shortcut .item-list &gt; li {width: calc(100%/5);}
}
@media screen and (min-width: 1200px) {
    .sc-shortcut .icon img {height: 27px;}
    .sc-shortcut .wrapper{transition: var(--transition); transform: scale(1.0);}
    .sc-shortcut .wrapper:hover{transform: scale(1.05);}
}

/*############################ for 280px ###################################*/
@media screen and (max-width: 359px) {
    .tab .control a{font-size: 13px;}

    .content-slide .content-slide-tab .back-mobile {width: 30px; height: 30px; font-size: 16px; left: 8px;}

    .sc-highlight .sc-heading .sub-text br{display: none;}
    .sc-highlight .item-list &gt; li{width: 100%;}
    .sc-highlight .show-w767{display: none;}
    .sc-highlight .show-w767{display: none;}
    .sc-highlight .show-w375{display: none;}
    .sc-highlight .wrapper .content .txt br,
    .sc-highlight .wrapper .content .txt .show-w767{display: none;}

    .sc-promotion .sc-heading .title br{display: none;}

    .promotion-list .wrapper{max-width: 248px;}
    .promotion-list .content .action .btn{padding: 0 24px;}

    .promotion-popup .promotion-header .title {font-size: 20px; padding: 16px; min-height: 65px;}
    .promotion-popup .modal-dismiss{width: 30px; height: 30px; line-height: 30px; right: 8px;}

    .sc-calculate .sc-heading .desc br{display: none;}

    .droplead-form .form-row.-flex-mb{display: block;}
    .droplead-form .form-row.-flex-mb &gt; .form-field.show{width: 100%;}
    .droplead-form .form-row.-flex-mb &gt; .form-field.show + .form-field.show{margin-top: 36px;}

    .calculate-box-total .box{display: block;}
    .calculate-box-total .box + .box {margin-top: 8px;}

    .sc-interest .tab-control,
    .sc-interest .tab .control a{height: 48px;}
    .sc-interest .tab-inner .h-title br{display: none;}

    .sc-application .sc-heading .title br{display: none;}
    .sc-application .tab2 .control2 {justify-content: flex-start;gap: 20px;}

    .sc-how-to-apply .sc-heading .title br{display: none;}
    .sc-how-to-apply .box-info .h-title br{display: none;}
    .sc-how-to-apply .tab2.active .control2 a .txt{white-space: normal; text-align: left;}

    .sc-apply .sc-heading .title br{display: none;}
    .sc-apply .apply-list &gt; div{width: 100%;}
    .sc-apply .apply-list &gt; div:nth-child(even){justify-content: flex-start;}
    .sc-apply .apply-list &gt; div:nth-child(odd){justify-content: flex-start;}
    .sc-apply .apply-list span br{display: none;}
    .sc-apply .apply-sub-text {font-size: 13px;}
    .sc-apply .apply-action{display: flex; flex-direction: column;}
    .sc-apply .apply-action .btn{margin-left: 0; margin-top: 16px;}
    .sc-apply .warning p br{display: none;}
}


/*############################ popup ###################################*/
@media screen and (min-width : 200px) {
    .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;
      }
      .icw-popup-function .main-container {
        margin: 0;
      }
      .icw-popup-function .sc-content {
        padding: 48px;
        /* height: 470px; */
      }
      
      .icw-popup-function .data-box {
        max-width: 1140px;
        width: 100%;
        position: relative;
        margin: 80px auto;
      }
      .icw-popup-function .data-box {
        position: relative;
        background-color: var(--cr-light);
      }
      .icw-popup-function .data-box {
        position: relative;
        background-color: var(--cr-light);
      }
      .icw-popup-function .data-box .thumb {
        margin: 0 auto 48px;
        max-width: 364px;
        width: 100%;
      }
      .icw-popup-function .data-box .thumb &gt; img {
        border-radius: 8px;
        overflow: hidden;
      }
      .icw-popup-function .data-box .content {
        color: var(--cr-dark);
      }
      .icw-popup-function .data-box .content .title {
        margin-bottom: 16px;
      }
      .icw-popup-function .data-box .content .txt {
        font-family: "kurious-looped";
        font-size: 16px;
        display: block;
        margin-bottom: 8px;
      }
      .icw-popup-function .data-box .content .list + .list {
        margin-top: 32px;
      }
      .icw-popup-function .data-box .link-tel {
        color: var(--cr-light);
        white-space: nowrap;
        text-decoration: none;
        color: var(--cr-light);
        background-color: var(--cr-green);
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 0 24px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
      }
      .icw-popup-function .data-box .link-tel {
        display: none;
      }
      .icw-popup-function .data-box .link-tel .icon {
        position: relative;
        top: 2px;
        margin-right: 8px;
      }
      .scan-content2 {
        display: flex;
        align-items: center;
        padding: 100px 0px;
      }
      
      .w-50 {
        width: 50%;
        position: relative;
      }
      
      .qrcode {
        position: absolute;
        /* width: 100%; */
        top: 50%;
        left: calc(50% + 36px);
        margin: auto;
        z-index: 1;
        transform: translate(-50%,-50%);
      }
      
      .scan-content2:after {
        width: 50%;
        height: 100%;
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        border-radius: 0px 8px 8px 0px;
        background: linear-gradient(313deg, #1F313A -1.62%, #465968 100%);
      }
      
      .mfp-close-btn-in .mfp-close {
        font-size: 0;
        padding: 0;
        top: 21px;
        right: 21px;
        text-align: center;
        color: inherit;
        background-color: transparent;
        width: 32px;
        height: 32px;
        font-size: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        opacity: 1;
      }
      
      .mfp-close-btn-in .mfp-close:before, .mfp-close-btn-in .mfp-close:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 32px;
        height: 2px;
        background-color: var(--cr-light);
        margin: auto;
        transition: var(--tsition);
      }
      .mfp-close-btn-in .mfp-close:before {
        transform: rotate(45deg);
      }
      .mfp-close-btn-in .mfp-close:after {
        transform: rotate(-45deg);
      }
      .scan-content .title {
        color: #00A94F;
        font-family: kurious-looped;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 39px;
      }

      .popup-event {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 8px;
      }

      .w-50 {
        width: 50%;
    }      
}

/* ############################ sc-kplus-go-inter ############################ */
.sc-kplus-go-inter {
    background: url('../../../SiteCollectionDocuments/kplus-revamp-2024/img/sc-kplus-go-inter-bg-dt.jpg'),    
    linear-gradient(0deg, #FAFAFA, #FAFAFA),
    linear-gradient(235.29deg, rgba(255, 255, 255, 0) 26.18%, rgba(255, 251, 252, 0.5) 70.57%, #FFCDD7 129.41%),
    linear-gradient(40.62deg, rgba(255, 255, 255, 0) 59.13%, rgba(255, 251, 252, 0.5) 89.24%, #FFCDD7 104.1%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.sc-kplus-go-inter .sc-heading {
    margin-bottom: 32px;
}
.sc-kplus-go-inter .sc-heading .h-title {
    background: linear-gradient(94.82deg, #00A94F 9.94%, #03605E 49.35%, #1A2B32 80.56%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.sc-kplus-go-inter .sc-content {
    display: flex;
    gap: 32px;
}
.sc-kplus-go-inter .sc-content .go-inter-tag {
    border: 1px solid #CCEEDC;
    border-radius: 20px;
    padding: 2px 12px;
    width: fit-content;
    color: #33BA72;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    vertical-align: middle;
}
.sc-kplus-go-inter .go-inter-img {
    max-width: 557px;
}
.sc-kplus-go-inter .go-inter-text-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}
.sc-kplus-go-inter .go-inter-text-content ul {
    padding-left: 24px;
}
.sc-kplus-go-inter .hide-w767-flex {
    display: inline-flex;
}
.sc-kplus-go-inter .show-w767-flex {
    display: none;
}
.sc-kplus-go-inter .go-inter-text .btn.btn-primary {
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .sc-kplus-go-inter {
        background: url('../../../SiteCollectionDocuments/kplus-revamp-2024/img/sc-kplus-go-inter-bg-mb.jpg'),    
        linear-gradient(0deg, #FAFAFA, #FAFAFA),
        linear-gradient(235.29deg, rgba(255, 255, 255, 0) 26.18%, rgba(255, 251, 252, 0.5) 70.57%, #FFCDD7 129.41%),
        linear-gradient(40.62deg, rgba(255, 255, 255, 0) 59.13%, rgba(255, 251, 252, 0.5) 89.24%, #FFCDD7 104.1%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .sc-kplus-go-inter .sc-content {
        flex-direction: column;
        gap: 24px;
    }
    .sc-kplus-go-inter .btn.btn-primary {
        width: 100%;
    }
    .sc-kplus-go-inter .hide-w767-flex {
        display: none;
    }
    .sc-kplus-go-inter .show-w767-flex {
        display: inline-flex;
    }
}

/* ############################ End sc-kplus-go-inter ######################## */</pre></body></html>