/*================ 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: 0.3s ease-in-out;
  --radius: 8px;
}

/*============================== TEXT ===============================*/
.nowrap {
  white-space: nowrap !important;
}

.icw .text-light {
  color: var(--cr-light) !important;
}

.icw .text-black,
.text-black {
  color: var(--cr-black) !important;
}

.icw .text-dark {
  color: var(--cr-dark) !important;
}

.icw .text-green,
.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 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.5em;
}

.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.5em;
  }

  .icw h2,
  .icw .h2 {
    font-size: 24px;
    line-height: 1.5em;
  }

  .icw h3,
  .icw .h3 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .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.5em;
  }

  .icw h2,
  .icw .h2 {
    font-size: 33px;
    line-height: 1.5em;
  }

  .icw h3,
  .icw .h3 {
    font-size: 26px;
    line-height: 1.5em;
  }

  .icw h4,
  .icw .h4 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .icw h5,
  .icw .h5 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

/*============================== Hidden & 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-w320 {
  display: none;
}

.show-w280 {
  display: none;
}

.show-w767-flex {
  display: none !important;
}

@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;
  }

  .show-w767-flex {
    display: inline-flex !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: 320px) {
  .show-w320 {
    display: block;
  }

  .hide-w320 {
    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;
  font-family: "kurious-looped";
}

.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 > div {
  padding: 0px;
}

.icw .row-20 {
  margin: 0 -10px;
}

.icw .row-20 > div {
  padding: 0 10px;
}

.icw .row-flex {
  display: flex;
  flex-wrap: wrap;
}

.icw .row-flex.align-items-center {
  align-items: center;
}

.icw .row-flex > div {
  float: none;
}

.icw .row-flex > .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.icw .row-flex > .col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.icw .row-flex > .col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.icw .row-flex > .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 > 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: 32px;
  }
}

/*============================== 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 0.8s, color 0.3s 0.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-button-next,
.swiper-button-prev,
.swiper-button-next:before,
.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, 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 > .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 > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-horizontal
  > .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
  > .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 > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 12px;
  }

  .swiper-horizontal
    > .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 > .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, 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, 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;
  z-index: 1000;
}

.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 > .select2-results__options {
  max-height: 170px;
  overflow-y: scroll;
  background-color: var(--cr-light);
  color: #aaa;
  z-index: 1200;
  position: relative;
}

.select2-container--default
  .select2-results
  > .select2-results__options.custom-dropdown-time {
  max-height: 200px;
}

.select2-container--default
  .select2-results
  > .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;
  /* max-width: calc(100vw - 36px); */
}

.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;
  z-index: 1000;
}

.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: 24px; */
  /* border-top-left-radius: 24px; */
  padding: 10px;
  background-color: #ecf4f3;
  width: 100%;
  display: block;
  position: relative;
  border-bottom: solid 1px var(--cr-green);
  /* z-index: 100; */
  /* border: 0; */
  /* overflow: visible; */
  /* background: tan; */
  /* height: 46px; */
}

/* 
    .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; z-index: 2; }
  .select2-search--dropdown:after { position: absolute; transform: rotate(-45deg); top: 20px; right: 24px; z-index: 2; }
  */
/* .select2-container--open .select2-dropdown:not(:has(.select2-search--hide)) { */
/* top:-48px; */
/* border-radius: 24px; */
/* background-color:transparent; */
/* width: 80vw !important; */
/* z-index: 1100; */
/* border-bottom-left-radius: 24px; */
/* border-bottom-right-radius: 24px; */
/* max-height: 82px; */
/* }
  */
.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: 0px;
  padding: 2px 5px;
  margin-left: 10px;
}

.select2-search--dropdown .select2-search__field::placeholder {
  color: #999999;
  font-weight: 600;
  font-family: "kurious-looped";
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  /* border: 1px solid #aaa; */
  border: 0;
  font-size: 16px;
  background: transparent;
  /* width: 90%; */
  /* z-index: 1000; */
  /* position: absolute; */
  z-index: 1000;
  top: -38px;
  font-family: "kurious-looped";
}

.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-dropdown--below .select2-results {
  /* background:#fff; */
  z-index: 1100;
  position: relative;
  /* border-bottom-left-radius: 24px; */
  overflow: hidden;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.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-results::-webkit-scrollbar { display:none; }
  */
.select2-selection__rendered:has(:not(.select2-selection__placeholder)) {
  border: solid 1px var(--cr-green) !important;
}

/* .select2-container--open .select2-dropdown.select2-dropdown--above .select2-results__options { border-top-left-radius:24px; border-top-right-radius:24px; }
  */
/* .select2-container--open .select2-dropdown.select2-dropdown--above li:first-of-type.select2-results__option--highlighted { border-top-left-radius: 0; border-top-right-radius: 0; }
  .select2-container--open .select2-dropdown.select2-dropdown--above:has(.select2-search--dropdown.select2-search--hide) li:first-of-type.select2-results__option--highlighted { border-top-left-radius: 24px; border-top-right-radius: 24px; }
  */
/* To make sure it doesn't apply when the search dropdown is hidden */
/* .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 > .tab-pane {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: var(--tsition);
}

.tab-content > .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.5;
  font-size: 13px;
  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 > .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);
  color: #999999;
}

.tab .control a.active {
  pointer-events: none;
  color: #333333;
}

.tab .control a .txt {
  font-weight: 600;
  font-size: 16px;
  color: var(--cr-lightgray);
  transition: var(--tsition);
  line-height: 1.5em;
  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: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 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: #ffffff;
  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 #999999;
  border-radius: var(--radius);
  background-color: var(--cr-light);
  margin: 4px;
  color: var(--cr-dark);
}

.tab.active .control a.active {
  border-color: var(--cr-green);
  background-color: var(--cr-green);
  color: var(--cr-light);
}

.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 {
    overflow: auto;
    margin-right: 24px;
  }

  .tab .control {
    gap: 16px;
    width: max-content;
  }

  .tab .selector {
    height: 0px;
  }
  .tab:not(.active) .control a.active {
    border-bottom: 3px solid #00a94f;
  }
}

/*############################ 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.5em;
  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: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 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: 600;
  font-size: 16px;
  color: var(--cr-black);
  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 !important;
    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;
  right: 0;
}

.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: "ลากที่รูปเพื่อขยาย";
  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: 0.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;
  }
}

/*================ End default ==================*/

/* #################### PAGE START #################### */

/* #################### sc-highlight #################### */
.sc-highlight {
  background-color: #fff;
  overflow: hidden;
}

.sc-highlight .sc-inner {
  padding: 48px 0;
  position: relative;
  z-index: +1;
}

.sc-highlight .sc-inner.sc-inner-pd {
  padding: 0;
}

.sc-highlight .sc-heading {
  text-align: center;
  margin-bottom: 50px;
}

.sc-highlight .sc-heading .heading-h3 {
  line-height: 1.5;
  color: #10c158;
  margin-bottom: 0;
}

.sc-heading .heading-h3.c-black-title {
  color: #333;
}

.sc-highlight .sc-heading .heading-h3 .logo {
  width: 150px;
  margin-left: 0;
  margin-right: 12px;
  vertical-align: top;
  position: relative;
  top: 14px;
}

.sc-highlight .sc-heading .heading-h4 {
  line-height: 1.5;
  color: #333333;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: 26px;
}

.sc-highlight .sc-heading .desc {
  line-height: 1.5;
  color: #333;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  font-family: "kurious-looped";
}

.sc-highlight .slick-dots {
  padding-top: 60px;
}

.sc-highlight .slick-dots li.slick-active button {
  background: #00a94f;
}

.sc-highlight .slick-list {
  overflow: visible;
}

.sc-highlight .slick-slider .slick-prev {
  left: 50%;
  margin-left: -572px;
}

.sc-highlight .slick-slider .slick-next {
  right: 50%;
  margin-right: -572px;
}

.sc-highlight .swiper-button-next {
  top: 53%;
  right: 50%;
  margin-right: -572px;
}

.sc-highlight .swiper-button-prev {
  top: 53%;
  left: 50%;
  margin-left: -572px;
}

.sc-highlight .item.slick-slide {
  transition: 0.3s ease-in-out;
  transform: scale(0.82);
}

.sc-highlight .item.slick-slide.slick-active.slick-center {
  transform: scale(1);
}

.sc-highlight .item.swiper-slide {
  transition: 0.3s ease-in-out;
  transform: scale(0.82);
  width: auto;
}

.sc-highlight .item.swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.sc-highlight .item .wrapper {
  min-height: 265px;
  margin-top: 100px;
  position: relative;
  width: 370px;
  border-radius: 20px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.sc-highlight .item .image {
  position: relative;
}

.sc-highlight .item .image {
  height: 150px;
  margin: 0 auto -80px;
  top: -100px;
  width: 100%;
  max-width: 250px;
}

.sc-highlight .item .image img {
  transition: 0.3s ease-in-out;
}

.sc-highlight .item .content-area {
  padding: 0 20px;
  padding-bottom: 20px;
  text-align: center;
}

.sc-highlight .item .content-area .title {
  font-family: "kurious-looped";
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}

.sc-highlight .item .content-area .title small {
  font-size: 18px;
}

.sc-highlight .item .content-area .desc {
  font-family: "kurious-looped";
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

.sc-highlight .item .content-area .desc strong {
  font-size: 18px;
  font-family: "kurious-looped";
}

.sc-highlight .item .content-area .link {
  color: #fff;
}

.sc-highlight .item .content-area .link:after {
  color: #fff;
}

.sc-highlight .item:hover .image img {
  transform: scale(1.06);
}

.icw .item-list > li {
  float: left;
}

@media screen and (min-width: 768px) {
  .icw h5,
  .icw .h5 {
    font-size: 18px;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 200px) {
  .sc-highlight .sc-heading {
    text-align: center;
    margin-bottom: 32px;
  }

  .sc-highlight .sc-heading .title {
    margin-bottom: 8px;
    line-height: 1.5em;
  }

  .sc-highlight .sc-heading .desc {
    margin-bottom: 0px;
    line-height: 1.5em;
  }

  .sc-highlight .sc-heading .sub-text {
    color: #333;
    font-family: "kurious-looped";
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 8px;
  }

  .sc-highlight .item-list {
    margin: -8px;
  }

  .sc-highlight .item-list > li {
    width: calc(100% / 2);
    padding: 56px 8px 8px 8px;
    list-style: none;
  }

  .sc-highlight .wrapper {
    position: relative;
    display: block;
    border-radius: var(--radius);
  }

  .sc-highlight .wrapper.bgI {
    background: #52a28b;
  }

  .sc-highlight .wrapper.bgII {
    background: #3e8b70;
  }

  .sc-highlight .wrapper.bgIII {
    background: #008661;
  }

  .sc-highlight .wrapper.bgIV {
    background: #3b8880;
  }

  .sc-highlight .wrapper.bgV {
    background: #339e81;
  }

  .sc-highlight .wrapper.bgVI {
    background: #6ca6a0;
  }

  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    left: 0;
    width: 156px;
    top: -56px;
    margin: auto;
  }

  .sc-highlight .wrapper .content {
    padding: 56px 16px 16px 16px;
    height: 236px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sc-highlight .wrapper .content .txt {
    color: var(--cr-light);
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }

  .sc-highlight .item-list li:last-child .content .txt {
    color: var(--cr-light);
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }

  .sc-highlight .wrapper .content .txt span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--cr-light);
  }

  .sc-highlight .wrapper .content .txt .show-w767 {
    display: inline;
  }

  .sc-highlight .wrapper .content .desc {
    color: var(--cr-light);
    text-decoration: underline;
    font-weight: 600;
    font-family: "kurious";
  }

  .sc-highlight .note {
    border-radius: 8px;
    background: var(--cr-light);
    padding: 24px;
    margin-top: 32px;
  }

  .sc-highlight .note p {
    font-family: "kurious-looped";
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.54em;
    margin: 0;
  }

  .sc-highlight .note ul {
    font-family: "kurious-looped";
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.54em;
    margin: 0;
    padding: 0;
  }

  .sc-highlight .note ul > li {
    position: relative;
    padding-left: 1.2em;
    list-style: none;
  }

  .sc-highlight .note ul > li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 2px;
  }
}

@media screen and (min-width: 768px) {
  .sc-highlight .sc-inner {
    padding: 64px 0;
  }
  .sc-highlight .sc-heading {
    margin-bottom: 40px;
  }

  .sc-highlight .item-list {
    margin: -12px;
  }

  .sc-highlight .item-list > li {
    padding: 12px;
  }

  .sc-highlight .wrapper .content .txt span {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: var(--cr-light);
  }

  /*.sc-highlight .item-list > li:last-child{padding-top: 12px;}*/
  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 156px;
    top: auto;
    left: auto;
  }

  .sc-highlight .wrapper .content {
    padding: 16px;
    height: 174px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sc-highlight .wrapper .content .txt .show-w767 {
    display: none;
  }

  .sc-highlight .note {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .sc-highlight .item-list > li {
    width: calc(100% / 3);
  }

  /*.sc-highlight .item-list > li:last-child{width: calc(100%/3);}
    .sc-highlight .item-list > li:nth-child(1){width: calc(100%/2);}
    .sc-highlight .item-list > li:nth-child(2){width: calc(100%/2);}*/
}

/* #################### End sc-highlight #################### */

/* #################### sc-suit-yourshop #################### */
/* variable */
.table-show-w767 {
  display: none;
}

.table-hidden-w767 {
  display: table;
}

@media screen and (max-width: 767px) {
  .sc-suit-yourshop .container {
    padding: 0;
  }

  .table-show-w767 {
    display: table;
  }

  .table-hidden-w767 {
    display: none;
  }
}

/* section style */
.sc-suit-yourshop {
  background: #ffffff;
}

.sc-suit-yourshop .sc-inner {
  padding: 64px 0;
}

.sc-suit-yourshop .sc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.sc-suit-yourshop .sc-header .title {
  font-size: 42px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sc-suit-yourshop .sc-inner {
    padding: 48px 0;
  }

  .sc-suit-yourshop .sc-header .title {
    font-size: 28px;
  }

  .sc-suit-yourshop .sc-wrapper {
    gap: 4px;
  }

  .sc-suit-yourshop .sc-wrapper .sc-header {
    margin: 0 20px;
  }
}

/* tab-controls */
.sc-suit-yourshop .sc-content .tab-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-control-label {
  display: none;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-controls {
  display: flex;
  gap: 32px;
  width: 100%;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-button {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-button-img {
  width: 100%;
  max-width: 120px;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-button-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #111111;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-button-tag {
  color: #33ba72;
  padding: 2px 12px;
  border-radius: 20px;
  border: 1px solid #cceedc;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  width: fit-content;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sc-suit-yourshop .sc-content .tab-wrapper {
    gap: 0px;
    transition: all 0.5s ease-in-out;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-button-img {
    width: 64px;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-button .tab-button-img {
    filter: grayscale(1);
    transition: all 0.5s ease-in-out;
    max-width: 38.4px;
    margin-bottom: 4px;
  }

  .sc-suit-yourshop
    .sc-content
    .tab-wrapper
    .tab-button.active
    .tab-button-img {
    filter: grayscale(0);
    transition: all 0.5s ease-in-out;
    /* max-width: 38.4px; */
    /* margin-bottom: 6px; */
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-controls {
    gap: 0px;
    justify-content: space-around;
    transition: all 0.5s ease-in-out;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-button {
    /* padding-bottom: 8px; */
    border-bottom: 3px solid transparent;
    transition: all 0.5s ease-in-out;
    width: fit-content;
    gap: 0px;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-button.active {
    border-bottom: 3px solid #00a94f;
    transition: all 0.5s ease-in-out;
  }

  .sc-suit-yourshop
    .sc-content
    .tab-wrapper
    .tab-button.active
    .tab-button-title {
    color: #00a94f;
    transition: all 0.5s ease-in-out;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-button-title {
    text-wrap: nowrap;
    color: #999999;
    margin-top: -2px;
    transition: all 0.5s ease-in-out;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-controls-wrapper {
    position: sticky;
    top: 56px;
    z-index: 10;
    background: #ffffff;
    padding-top: 20px;
    transition: all 0.5s ease-in-out;
  }

  .sc-suit-yourshop
    .sc-content
    .tab-wrapper
    .tab-controls-wrapper
    .tab-contols-container {
    margin: 0 20px;
    border-bottom: 1px solid #dddddd;
    transition: all 0.5s ease-in-out;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-button-tag-wrapper {
    top: 226px;
    z-index: 10;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    box-shadow: 0px 6px 10px 0px #0000001a;
    transition: all 0.5s ease-in-out;
  }

  /* css transition */
  /* .sc-suit-yourshop .sc-content .tab-wrapper .tab-controls-wrapper,
    .sc-suit-yourshop .sc-content .tab-wrapper .tab-controls-wrapper.transition {
      transition: all 0.5s ease-in-out;
    }
    .sc-suit-yourshop .sc-content .tab-wrapper .tab-controls-wrapper.transition .tab-contols-container {
      height: 60px;
      transition: all 0.5s ease-in-out;
    }
    .sc-suit-yourshop .sc-content .tab-wrapper .tab-controls-wrapper.transition .tab-button {
      transform: translate(0, -20px);
      height: 80px;
      transition: all 0.5s ease-in-out;
    }
    .sc-suit-yourshop .sc-content .tab-wrapper .tab-controls-wrapper.transition .tab-button-img {
      transform: scale(0.6);
      transition: all 0.5s ease-in-out;
    }
    .sc-suit-yourshop .sc-content .tab-wrapper .tab-controls-wrapper.transition .tab-button-title {
      transform: translate(0, -10px);
      margin-top: 0px;
      transition: all 0.5s ease-in-out;
    } */
}

/* tab-panels */
.sc-suit-yourshop .sc-content .tab-wrapper .tab-panels-wrapper {
  display: flex;
  width: 100%;
  gap: 32px;
  margin-top: 24px;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-content {
  width: 100%;
  opacity: 1;
  visibility: visible;
  height: auto;
  display: flex;
  gap: 8px;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-content#mobile-tap {
  display: none;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-content-table-wrapper {
  box-shadow: 0px 1px 3px 0px #0000001a;
  border: 1px solid #e8e8e8;
  padding: 8px;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-content-table table {
  border-collapse: collapse;
  width: 100%;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-content-table td {
  padding: 8px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}

.sc-suit-yourshop
  .sc-content
  .tab-wrapper
  .tab-content-table
  tr:first-child
  td {
  border-top: none;
  padding-top: 0;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-content-table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-content-table-text {
  font-size: 13px;
  line-height: 1.5;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-content-table-text strong {
  color: #333333;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-content-table-text ul li {
  list-style: unset;
}

.sc-suit-yourshop .sc-content .tab-wrapper .tab-content-table td ol li {
  list-style: decimal;
  margin-left: 16px;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sc-suit-yourshop .sc-content .tab-wrapper .tab-content {
    display: none;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-content#mobile-tap {
    display: flex;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-content.active {
    /* display: flex; */
    /* display: none; */
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-content-table-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  /* css transition fade */
  .sc-suit-yourshop .sc-content .tab-wrapper .tab-content#mobile-tap {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-content#mobile-tap.fade {
    opacity: 0;
    visibility: hidden;
    transition: none;
  }
}

/* custom row height on mobile */
@media screen and (max-width: 767px) {
  .sc-suit-yourshop .sc-content .tab-wrapper .tab-content tr:nth-child(1) td {
    height: 3lh;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-content tr:nth-child(4) td {
    height: 3.5lh;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-content tr:nth-child(10) td {
    height: 6lh;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-content tr:nth-child(11) td {
    height: 3.5lh;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-content tr:nth-child(12) td {
    height: 4.5lh;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-content tr:nth-child(13) td {
    height: 4lh;
  }

  .sc-suit-yourshop .sc-content .tab-wrapper .tab-content tr:nth-child(14) td {
    height: 4.5lh;
  }
}

/* popup sc-suit-yourshop */
.icw-popup-content.mfp-bg.mfp-ready {
  background: #0b0b0b;
  opacity: 0.8;
}
.icw-popup-content .mfp-container {
  border-top: none;
}
.icw-popup-content .mfp-content:has(#popup-sc-suit-yourshop) {
  max-width: 1000px;
  padding: 48px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 8px;
}

.icw-popup-content .mfp-content:has(#popup-sc-suit-yourshop) .mfp-close {
  background: #00a94f;
  border-radius: 999px;
  color: #fff;
  position: absolute;
  top: -22px;
  right: -22px;
}

.popup-sc-suit-yourshop-content .popup-sc-suit-yourshop-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.popup-sc-suit-yourshop-content .popup-sc-suit-yourshop-content-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup-sc-suit-yourshop-content h4.popup-title {
  font-size: 26px;
  line-height: 1.5;
  margin: 0;
}

.popup-sc-suit-yourshop-content .popup-sc-suit-yourshop-content-table-wrapper {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px #0000001a;
  padding: 8px;
}

.popup-sc-suit-yourshop-content
  .popup-sc-suit-yourshop-content-table-wrapper
  table {
  border-collapse: collapse;
  padding: 8px;
  width: 100%;
}

.popup-sc-suit-yourshop-content
  .popup-sc-suit-yourshop-content-table-wrapper
  td {
  width: 100%;
  border: none;
}

.popup-sc-suit-yourshop-content
  .popup-sc-suit-yourshop-content-table-wrapper
  th {
  padding: 24px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
}

.popup-sc-suit-yourshop-content
  .popup-sc-suit-yourshop-content-table-wrapper
  th:first-child {
  width: 314px;
}

.popup-sc-suit-yourshop-content
  .popup-sc-suit-yourshop-content-table-wrapper
  td {
  padding: 8px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #666666;
  border-bottom: 1px solid #e8e8e8;
}

.popup-sc-suit-yourshop-content
  .popup-sc-suit-yourshop-content-table-wrapper
  tr:first-child
  td {
  border-top: none;
  padding-top: 0;
}

.popup-sc-suit-yourshop-content
  .popup-sc-suit-yourshop-content-table-wrapper
  tr:last-child
  td {
  border-bottom: none;
  padding-bottom: 0;
}

.popup-sc-suit-yourshop-content
  .popup-sc-suit-yourshop-content-table-wrapper
  td
  strong {
  font-weight: 600;
  color: #333333;
}

.popup-sc-suit-yourshop-content
  .popup-sc-suit-yourshop-content-table-wrapper
  ul
  li {
  margin-left: 24px;
  list-style: disc;
}

@media screen and (max-width: 767px) {
  .mfp-wrap:has(.mfp-container .mfp-content #popup-sc-suit-yourshop) {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100svh;
    width: 100svw;
  }

  .mfp-wrap.mfp-ready .mfp-container:has(.mfp-content #popup-sc-suit-yourshop) {
    padding-top: 6px !important;
  }

  .icw-popup-content .mfp-content:has(#popup-sc-suit-yourshop) .mfp-close {
    right: 16px;
    top: 16px;
  }

  .popup-sc-suit-yourshop-content
    .popup-sc-suit-yourshop-content-table-wrapper
    table {
    table-layout: unset;
  }

  .icw-popup-content .mfp-content:has(#popup-sc-suit-yourshop) {
    padding: 16px;
    margin-bottom: 1.5vh;
    margin-top: 1.5vh;
  }

  .popup-sc-suit-yourshop-content
    .popup-sc-suit-yourshop-content-table-wrapper
    th:first-child {
    width: 120px;
  }

  .popup-sc-suit-yourshop-content
    .popup-sc-suit-yourshop-content-table-wrapper
    td {
    font-size: 13px;
  }

  .popup-sc-suit-yourshop-content h4.popup-title {
    margin-top: 72px;
  }

  .popup-sc-suit-yourshop-content h4.popup-title.mt-0 {
    margin-top: 0;
  }

  .popup-sc-suit-yourshop-content .popup-sc-suit-yourshop-content-wrapper {
    gap: 48px;
  }

  .popup-sc-suit-yourshop-content
    .popup-sc-suit-yourshop-content-container
    h4.popup-title {
    font-size: 20px;
  }
}

/* #################### End sc-suit-yourshop #################### */

/* #################### sc-register-free #################### */
.sc-register-free {
  background: linear-gradient(312.4deg, #1f313a 0%, #465968 100%);
}
.sc-register-free .sc-inner {
  padding: 64px 0;
}
.sc-register-free .sc-inner .sc-content {
  background-image: url("../../../../../../../../SiteCollectionDocuments/business/sme/financial-services/collection-solutions/edc/assets/img/img-revamp/sec-edc-register-free-bg-dt.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  display: flex;
}
.sc-register-free .register-free-thumb {
  max-height: 354px;
  margin-top: -28px;
}
.sc-register-free .register-free-thumb img {
  height: 100%;
}
.sc-register-free .register-free-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-register-free .register-free-text .h2 {
  margin-bottom: 8px;
}
.sc-register-free .register-free-text ul {
  margin-left: 24px;
  margin-bottom: 16px;
}
.sc-register-free .register-free-text ul li {
  list-style: disc;
}
.sc-register-free .register-free-text .h6 {
  margin-bottom: 24px;
  color: var(--cr-black);
}

@media screen and (max-width: 767px) {
  .sc-register-free .register-free-thumb img {
    max-height: 354px;
    margin: 0 auto;
    
  }
  .sc-register-free .sc-inner {
    padding: 48px 0;
  }
  .sc-register-free .sc-inner .sc-content {
    flex-direction: column-reverse;
  }
  .sc-register-free .register-free-text {
    padding: 32px 10.5px 0;
    text-align: center;
  }
  .sc-register-free .register-free-text ul {
    text-align: start;
    margin: auto;
    margin-bottom: 8px;
    padding-left: 24px;
    width: fit-content;
  }
  .sc-register-free .register-free-text .h2 {
    font-size: 20px;
  }
}
/* #################### End sc-register-free ################ */


/*############################ sc-regis ###################################*/
.sc-payment-fee{background-color: #E6F2EE;}
.sc-payment-fee .sc-inner {padding: 70px 0;}
.sc-payment-fee .sc-headline{margin-bottom: 40px;}
.sc-payment-fee .details-container{padding: 50px 85px; background: #fff;border-top: 2px solid #00A850;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; border-top-color: #118458; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);}
.sc-payment-fee .table-responsive{position: relative; width: auto;}
.sc-payment-fee .table-responsive .w-box{width: 125px;}
.sc-payment-fee .table-responsive .bg1{background-color: #EBFDF7; color: #118458;}
.sc-payment-fee .table-responsive strong{font-weight: 600;}
.sc-payment-fee .table-responsive table{font-weight: 500; font-family: kurious-looped; font-size: 16px; padding: 0; margin: 0; border-spacing: 0; min-width: 970px; border-radius: 10px; overflow: hidden;}
.sc-payment-fee .table-responsive thead{background-image: linear-gradient(135deg, #169F50 0%, #118458 100%); color: #fff;}
.sc-payment-fee .table-responsive tbody{color: #666666; background-color: #F8F8F8;}
.sc-payment-fee .table-responsive tr:first-child th:first-child{border-radius: 10px 0 0 0;}
.sc-payment-fee .table-responsive tr:first-child th:last-child{border-radius: 0 10px 0 0;}
.sc-payment-fee .table-responsive th,
.sc-payment-fee .table-responsive td{padding: 12px 16px; text-align: center; border-left: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0; font-weight: 500;}
.sc-payment-fee .table-responsive th:first-child,
.sc-payment-fee .table-responsive td:first-child{text-align: left;}
.sc-payment-fee .table-responsive td:last-child{border-right: 1px solid #E0E0E0;}
.sc-payment-fee .table-responsive tr:last-child td:first-child{border-radius: 0 0 0 10px;}
.sc-payment-fee .table-responsive tr:last-child td:last-child{border-radius: 0 0 10px 0;}
.sc-payment-fee .remark-scroll { display: none; justify-content: center; align-items: center; margin-bottom: 12px; }
.sc-payment-fee .remark-scroll .icon { margin-right: 10px; }
.sc-payment-fee .remark-scroll .txt { font-size: 16px; font-weight: 500; color: #666666; line-height: 1.5em; }

@media screen and (max-width: 1001px) {
  .sc-payment-fee .table-responsive { overflow: scroll;}
}

@media screen and (max-width: 767px) { 
  .sc-payment-fee .table-responsive::-webkit-scrollbar { display: block; }
  .sc-payment-fee .table-responsive {  scrollbar-width: thin; }
  .sc-payment-fee .sc-inner {padding: 40px 0;}
}

@media (max-width: 991px) {
  .sc-payment-fee .remark-scroll {display: flex;}  
  .sc-payment-fee .details-container {padding: 30px 20px;}
  .sc-payment-fee .sc-inner {padding: 50px 0;}
}

@media screen and (min-width: 320px) {
  .sc-payment-fee .table-responsive {width: 100%;min-height: .01%;overflow-x: auto;overflow-y: hidden;padding-bottom: 15px;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
@media screen and (min-width: 200px) {
  .sc-payment-fee .sc-headline{margin-bottom: 40px;}
}

/* #################### End sc-payment-fee ################ */

/* #################### sc-registry-detail #################### */
/* variable */
.c-row {
  display: flex;
}
.c-row > .col-6 {
  flex: 1;
  min-width: 0;
}
.sc-registry-detail {
  background-color: #f0faf7;
}
.sc-registry-detail .sc-inner {
  padding: 64px 0;
}
.sc-registry-detail .box-group .title-txt {
  margin-bottom: 16px;
}
.sc-registry-detail .box-group .content-txt-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.sc-registry-detail .box-group ul li {
  list-style: disc;
  margin-left: 24px;
}
.sc-registry-detail .mb-16 {
  margin-bottom: 16px;
}
.sc-registry-detail .tab .control {
  justify-content: flex-start;
}

/* ###### css for mobile sidebar ###### */
@media screen and (min-width: 200px) {
  .content-slide .box-info {
    min-height: calc(100vh - 169px);
    display: none;
  }

  .content-slide .box-info.active {
    display: flex;
  }

  .content-slide .box-info .box-group {
    border-top: none;
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
    min-height: calc(100vh - 255px);
  }

  .content-slide .box-info .inner {
    padding: 0px;
  }

  .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 > li {
    width: 100%;
    padding: 32px 0;
  }

  .content-slide .content-slide-nav ul > li:last-child {
    padding-bottom: 0;
  }

  .content-slide .content-slide-nav ul > 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 > 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 > 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: 24px;
    line-height: 1.5em;
    color: var(--cr-black);
    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(100vh);
    width: 100vw;
    overflow: auto;
    z-index: 10001;
    transition: var(--tsition);
    padding: 0px 16px 0;
    pointer-events: none;
    background: #f0faf7;
  }

  .content-slide .content-slide-tab.content-active {
    left: 0;
    pointer-events: visible;
  }

  .content-slide .content-slide-head {
    position: sticky;
    z-index: 111;
    top: 0;
    background: #f0faf7;
    margin-left: -16px;
    margin-right: -16px;
    padding: 72px 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;
  }

  .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 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .content-slide .box-info {
    display: block;
    min-height: inherit;
  }

  .content-slide .box-info.active {
    display: block;
  }

  .content-slide .box-info .box-group {
    border-top: 5px solid var(--cr-green);
    background: #fafafa;
    overflow: hidden;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    min-height: auto;
  }

  .content-slide .box-info .inner {
    padding: 40px 32px 32px;
  }

  .content-slide .box-info .note {
    margin: 0;
  }

  .content-slide .content-slide-tab {
    z-index: 101;
  }

  .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;
    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;
  }

  .icw .main.content-active {
    overflow: inherit;
    touch-action: inherit;
    pointer-events: inherit;
    position: relative;
  }
}

/* #################### End sc-registry-detail #################### */

/* #################### sc-apply #################### */
.sc-apply {
  background: none;
}
.sc-apply:before,
.sc-apply:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.sc-apply:before {
  left: 0;
  /* background: url(../img/bg-apply-content.png), #465968;
    background-size: auto 100%; 
    background-repeat: no-repeat; 
    background-position: right top; */
  background: rgba(71, 89, 104, 1);
  transition: 0.3s ease-in-out;
}
.sc-apply:after {
  right: 0;
  background: url(../img/bg-apply-form.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  transition: 0.3s ease-in-out;
}
.sc-apply .sc-layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.sc-apply .sc-layout .or {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: +1;
  font-family: kurious-looped;
  border-radius: 50%;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 56px;
  height: 56px;
  color: #00a94f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc-apply .sc-layout .content {
  padding: 0 50px;
  position: relative;
}
.sc-apply-content {
  width: 100%;
}
.sc-apply-content .sc-headline:not(:last-child) {
  margin-bottom: 20px;
}
.sc-apply-content .sc-headline .h1 {
  line-height: 1.5em;
}
.sc-apply-content .sc-headline .h6 {
  line-height: 1.5em;
}
.sc-apply-content .iconI {
  width: 118px;
  margin: 0 auto 30px;
}
.sc-apply-content .item-list {
  padding: 0 0 32px;
  margin: 0 -20px;
}
.sc-apply-content .item-list:after {
  content: "";
  display: table;
  clear: both;
}
.sc-apply-content .item-list > li {
  width: 50%;
  float: left;
  list-style: none;
  padding: 0 20px;
}
.sc-apply-content .wrapper {
  text-align: center;
}
.sc-apply-content .iconII {
  width: 32px;
  margin: 0 auto 8px;
}
.sc-apply-content .txt {
  color: #fff;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
}
.sc-apply-content .txt .link {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  position: relative;
  color: #ffffff;
}
/* .sc-apply-content .txt .link:before{content: ''; position: absolute; left: 0; bottom: 3px; right: 16px; height: 1px; background-color: #fff;} */
.sc-apply-content .action {
  padding: 0px 10px 10px;
  margin-top: 0px;
}
.sc-apply-content .action .btn {
  min-width: 100%;
}
.sc-apply-form {
  width: 100%;
}
.sc-apply-form .sc-headline:not(:last-child) {
  margin-bottom: 20px;
}
.sc-apply-form .sc-headline .h1 {
  line-height: 1.5em;
}
.sc-apply-form .sc-headline .h6 {
  line-height: 1.5em;
}
.sc-apply-form .sc-headline .h6 .icon-clock {
  width: 18px;
  margin-right: 5px;
}
.sc-apply.-full:before {
  width: 0;
}
.sc-apply.-full:after {
  width: 100%;
}
.sc-apply.-full .sc-layout .or {
  display: none;
}
.sc-apply.-full .sc-apply-content {
  width: 0px;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.sc-apply.-full .off {
  display: none;
}
.sc-apply .desc-queue {
  text-align: center;
  padding: 32px 0;
  color: #fff;
  font-family: "kurious-looped";
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.sc-apply .desc-queue img {
  margin-left: 15px;
}
.icw .more:after {
  font-family: "icongarage";
  content: "\e905";
  font-size: 9px;
  margin-left: 7px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .sc-apply:before,
  .sc-apply:after {
    display: none;
  }
  .sc-apply .sc-inner {
    padding-bottom: 50px;
    position: relative;
    z-index: +1;
  }
  .sc-apply .sc-layout {
    flex-wrap: wrap;
  }
  .sc-apply .sc-layout .or {
    bottom: auto;
    top: 621px;
  }
  .sc-apply .off {
    display: none;
  }
  .sc-apply-content {
    position: relative;
    height: 100%;
  }
  .sc-apply-content:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: -15px;
    right: -15px;
    background: url(../img/bg-apply-content.png), #465968;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top;
    transition: 0.3s ease-in-out;
  }

  .sc-apply-content .item-list {
    width: 510px;
    margin: 0 auto;
  }
  .sc-apply-content .action {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
  .sc-apply-form {
    position: relative;
  }
  .sc-apply-form:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: -15px;
    right: -15px;
    background: url(../img/bg-apply-form.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    transition: 0.3s ease-in-out;
  }
  .sc-apply.-full .sc-apply-content {
    width: auto;
    height: 0;
  }
}

@media (max-width: 767px) {
  .sc-apply .sc-inner {
    padding: 40px 0;
  }
  .sc-apply .sc-layout .content {
    padding: 0;
  }
  .sc-apply .sc-layout .or {
    top: 630px;
  }
  .sc-apply-content .item-list {
    width: auto;
    margin: 0 -15px;
  }
  .sc-apply-content .item-list > li {
    padding: 0 15px;
  }
  .sc-apply-content .action {
    width: auto;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .sc-apply .sc-layout .or {
    top: 653px;
  }
}

/*############################ droplead-form  ###################################*/
.droplead-form {
  margin: 30px auto 0;
  width: 100%;
  max-width: 450px;
  position: relative;
}
.droplead-form .client-radio {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 15px;
}
.droplead-form .client-radio .form-check {
  display: flex;
  align-items: center;
}
.droplead-form .client-radio .form-check + .form-check {
  margin-left: 35px;
}
.droplead-form .form-radio {
  width: 10px;
  height: 20px;
  margin-right: 6px;
}
.droplead-form .form-radio[type="radio"] {
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.droplead-form .form-radio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.droplead-form .form-radio:checked[type="radio"]:before {
  background-color: #18a94f;
}
.droplead-form .form-radio-label {
  color: #fff;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  font-family: "kurious-looped";
}
.droplead-form .form-field {
  position: relative;
  transition: 0.3s ease-in-out;
}
.droplead-form .form-field:after {
  content: "\e90e";
  font-size: 25px;
  font-family: "icongarage";
  position: absolute;
  right: 20px;
  top: 0px;
  color: #f00;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.droplead-form .form-field + .form-field {
  margin-top: 20px;
}
.droplead-form input.form-control {
  border-radius: 100px;
  min-height: 50px;
  padding: 10px 25px;
  color: #919191;
  font-size: 16px;
  font-weight: 500;
  font-family: kurious-looped;
  line-height: 1.5;
  background-color: #fff;
  margin: 0;
  width: 100%;
  height: 50px;
}
.droplead-form input.form-control {
  background-color: #fff;
  padding-left: 25px;
  border-radius: 100px;
  border: 2px solid transparent;
  outline: none;
}
.droplead-form input.form-control:focus {
  border-color: transparent;
}
.droplead-form input.form-control::placeholder {
  color: #aaaaaa;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
}
.droplead-form small.invalid-feedback {
  font-family: kurious-looped;
  font-size: 13px;
  position: absolute;
  z-index: +1;
  opacity: 0;
  color: white;
  background-color: #f00;
  width: auto;
  padding: 2px 10px;
  right: 12px;
  bottom: 0px;
  pointer-events: none;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.droplead-form .form-field.required {
  padding-bottom: 10px;
}
.droplead-form .form-field.required:after {
  top: 6px;
  opacity: 1;
}
.droplead-form .form-field.required input.form-control {
  border-color: #f00;
}
.droplead-form .form-field.required small.invalid-feedback {
  bottom: -5px;
  opacity: 1;
}
.droplead-form .remark {
  padding: 20px 15px 0;
  font-family: kurious-looped;
  font-size: 13px;
  color: #fff;
}
.droplead-form .remark a {
  font-family: kurious-looped;
  text-decoration: underline;
  color: #fff;
}
.droplead-form .action {
  padding-top: 30px;
}
.droplead-form .action .btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  border: none;
  border-radius: 30px;
  background-color: #00a94f;
  font-family: kurious-looped;
}
.droplead-form .action .btn:hover {
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}
.droplead-form .action-back {
  text-align: left;
  padding-top: 30px;
}
.droplead-form .action-back .btn-clear {
  display: inline-block;
  width: inherit;
  min-width: inherit;
  color: #fff;
  font-size: 13px;
  font-family: kurious-looped;
  font-weight: 600;
  height: inherit;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.droplead-form .action-back .btn-clear .ic {
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.droplead-form .select2-selection__rendered {
  border-radius: 100px;
  border: none;
  margin: 0;
  width: 100%;
  height: 50px;
  padding-left: 25px;
  padding-top: 0;
  background-color: #fff;
  color: #aaaaaa;
}
.droplead-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #aaaaaa;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
}
.droplead-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 12px;
  right: 24px;
  top: 3px;
}
.droplead-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 25px;
}
.droplead-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 25px;
}
.droplead-form
  .select2-container
  .select2-selection--single
  [title].select2-selection__rendered {
  color: #919191;
  font-weight: 500;
}

.droplead-form .default-form {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.droplead-form .default-form.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

.droplead-form .captcha {
  margin: 16px 0 0;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  font-family: "kurious-looped";
  font-size: 10px;
}
.droplead-form .captcha .link {
  line-height: 1.5;
  color: #ffffff;
  font-family: "kurious-looped";
  font-weight: 500;
  text-decoration: underline;
  font-size: 10px;
}
.droplead-form .captcha {
  color: #ffffff;
}
.grecaptcha-badge {
  visibility: hidden;
}

/* popup sc-application-process */
.mfp-wrap.mfp-ready .mfp-content:has(#popup-application-process),
.mfp-wrap.mfp-ready .mfp-content:has(#popup-qr) {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
.sc-application-process,
#popup-qr.popup-content {
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  padding: 60px 50px;
}
.sc-application-process .sc-headline {
  margin-bottom: 40px;
  text-align: center;
}
.sc-application-process .sc-headline .h1 {
  font-family: kurious-looped;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin: 0;
}
.sc-application-process .sc-headline strong {
  font-weight: 600;
}
.sc-application-process .slick-application-process {
  margin: 0 auto;
  width: 760px;
}
.sc-application-process .slick-application-process .item {
  padding: 0 15px;
}
.sc-application-process .slick-application-process button.slick-arrow {
  top: 30%;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.sc-application-process
  .slick-application-process.slick-slider
  .slick-dots
  li
  button {
  background: rgba(0, 0, 0, 0.2);
}
.sc-application-process
  .slick-application-process.slick-slider
  .slick-dots
  li.slick-active
  button {
  background: #00a94f;
}
.sc-application-process .thumb {
  width: 220px;
  border-radius: 10px;
  margin: 0 auto;
}
.sc-application-process .thumb img {
  max-width: 100%;
}
.sc-application-process .content {
  padding-top: 20px;
  text-align: center;
}
.sc-application-process .content .txt {
  font-family: kurious-looped, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 1.5em;
  margin: 0;
}
.sc-application-process .content .txt .color {
  color: #00a94f;
}
.sc-application-process .content .txt .link {
  font-weight: 600;
  color: #00a94f;
  font-size: 16px;
  text-decoration: none;
}
.sc-application-process .content .txt .link .ic {
  color: #00a94f;
  position: relative;
  top: -3px;
}

@media (max-width: 991px) {
  .sc-application-process .sc-headline .h1 {
    font-size: 30px;
  }
  .sc-application-process .slick-application-process {
    width: 650px;
  }
}

@media (max-width: 767px) {
  .sc-application-process .sc-headline {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .sc-application-process .sc-headline .h1 {
    font-size: 26px;
  }
  .sc-application-process .slick-application-process {
    width: auto;
  }
  .sc-application-process .slick-application-process .slick-prev {
    left: 0;
  }
  .sc-application-process .slick-application-process .slick-next {
    right: 0;
  }
  .sc-application-process .slick-application-process .slick-dots {
    padding: 10px 0;
  }
  .sc-application-process .slick-application-process .item {
    padding: 0;
  }
}
/* #################### End sc-apply ################ */

/* #################### sc-howto-use #################### */
.sc-howto-use {
  background-color: #fafafa;
}
.sc-howto-use .tab-container .tab-control {
  margin-bottom: 32px;
}
/* iframe youtube */
.sc-howto-use .iframe {
  width: 720px;
  padding-bottom: 40%;
  background-color: #e5e5e5;
  position: relative;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
}
.sc-howto-use .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.sc-howto-use .play {
  width: 48px;
  height: 48px;
  background-color: #008b2c;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.sc-howto-use .play:before {
  content: "";
  width: 0;
  height: 0;
  position: relative;
  left: 2px;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 991px) {
  .sc-howto-use .iframe {
    width: 100%;
    padding-bottom: 57.4%;
  }
}

/* #################### End sc-howto-use ################ */

/* #################### sc-faqs #################### */
@media screen and (min-width: 200px) {
  .sc-faqs {
    background-color: #ffffff;
    background-image: url("../../../../../../../../SiteCollectionDocuments/business/sme/financial-services/collection-solutions/edc/assets/img/img-revamp/sec-faq-bg-dt.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .sc-faqs .sc-inner {
    padding: 48px 0;
  }

  .sc-faqs .title-container {
    display: flex;
    flex-direction: column;
    line-height: 0;
  }

  .sc-faqs .container {
    position: relative;
  }

  /* .sc-faqs .container::before {background-image: url(../img/bg-faq.png);width: 391px;height: 158px;background-size: cover;background-repeat: no-repeat;position: absolute;bottom: -70px;left: -0px;} */
  .sc-faqs .sc-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
  }

  .sc-faqs .sc-heading .title {
    font-size: 28px;
    line-height: 1.5em;
  }

  .sc-faqs .sc-heading .desc {
    font-size: 16px;
    line-height: 1.5em;
  }

  .sc-faqs .accordion-group {
    max-width: 850px;
    margin: auto;
  }

  .sc-faqs .accordion-group .accordion-block + .s-title {
    margin-top: 40px;
  }

  .sc-faqs .accordion-group .accordion-block {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-faqs .accordion-group .accordion-block + .accordion-block {
    margin-top: 16px;
  }

  .sc-faqs .accordion-title {
    position: relative;
    border-radius: var(--radius);
    background: var(--cr-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }

  .sc-faqs .accordion-title {
    position: relative;
    padding: 16px 56px 16px 16px;
    cursor: pointer;
    color: var(--cr-dark);
    word-wrap: break-word;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    border-radius: 8px;
    background-color: transparent;
    transition: var(--tsition);
    margin-bottom: 0;
    margin-top: 16px;
    background-color: var(--cr-light);
  }

  .sc-faqs .accordion-title:first-child {
    margin-top: 0;
  }

  .sc-faqs .accordion-title:after {
    font-family: "icongarage";
    content: "\e90f";
    font-size: 14px;
    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;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .sc-faqs .accordion-title.active:after {
    content: "\e910";
  }

  .sc-faqs .accordion-title:after {
    color: var(--cr-green);
  }

  .sc-faqs .accordion-title:hover:after {
    color: var(--cr-light);
  }

  .sc-faqs .accordion-title:hover {
    color: var(--cr-light);
    background-color: var(--cr-green);
  }

  .sc-faqs .accordion-title.active {
    color: var(--cr-light);
    background-color: var(--cr-green);
    border-radius: 8px 8px 0 0;
  }

  .sc-faqs .accordion-title.active:after {
    color: var(--cr-light);
  }

  .sc-faqs .accordion-content {
    padding: 16px;
    font-family: "kurious-looped";
    margin: 0;
    background-color: var(--cr-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    color: var(--cr-dark);
  }

  .sc-faqs .accordion-content .hr {
    border-top: 1px solid #eee;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sc-faqs .accordion-content .remark .remark-title {
    margin-bottom: 8px;
  }

  .sc-faqs .accordion-content .remark .remark-desc {
    font-size: 13px;
  }

  .sc-faqs .accordion-content .remark .list-remark {
    margin-right: 16px;
  }

  .sc-faqs .accordion-content a {
    color: var(--cr-green);
    text-decoration: underline;
    font-weight: 600;
    word-break: break-all;
    white-space: nowrap;
  }

  .sc-faqs .accordion-content p,
  .sc-faqs .accordion-content dd {
    line-height: 1.5em;
    margin: 0;
    color: var(--cr-black);
  }

  .sc-faqs .accordion-content p strong,
  .sc-faqs .accordion-content dd strong {
    font-weight: 600;
    color: var(--cr-black);
  }

  .sc-faqs .accordion-content p:last-child,
  .sc-faqs .accordion-content dd:last-child {
    margin-bottom: 0;
  }

  .sc-faqs .accordion-content ul {
    margin: 0 0 16px 1.2em;
    padding: 0;
  }

  .sc-faqs .accordion-content ul:last-child {
    margin-bottom: 0;
  }

  .sc-faqs .accordion-content ul li::marker {
    font-size: 13px;
  }

  .sc-faqs .accordion-content ul strong {
    color: var(--cr-black);
  }

  .sc-faqs .accordion-content ul > li {
    color: var(--cr-black);
    position: relative;
    list-style-type: disc;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .sc-faqs .accordion-content ul > li + li {
    margin-top: 5px;
  }

  .sc-faqs .accordion-content ol {
    margin: 0 0 16px 1.2em;
    padding: 0;
  }

  .sc-faqs .accordion-content ol:last-child {
    margin-bottom: 0;
  }

  .sc-faqs .accordion-content ol > li {
    position: relative;
    list-style-type: decimal;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .sc-faqs .accordion-content ol > 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-gray);
  }

  .sc-faqs .ic-telephone {
    display: inline-block;
  }

  .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 .faqs-img {
    display: block;
    width: 100%;
    max-width: 564px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .sc-faqs {
    background-color: #ffffff;
    background-image: url("../../../../../../../../SiteCollectionDocuments/business/sme/financial-services/collection-solutions/edc/assets/img/img-revamp/sec-faq-bg-dt.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .sc-faqs .sc-inner {
    padding: 64px 0;
  }

  .sc-faqs .sc-heading {
    margin-bottom: 24px;
  }

  .sc-faqs .sc-heading .title {
    font-size: 33px;
  }
}

/* custom faqs table */
.sc-faqs .accordion-content .content-wrapper {
  padding: 0 8px;
  background: #fff;
  border-left: 3px solid #fff;
  color: #666666;
  word-wrap: break-word;
}
.sc-faqs .accordion-content .content-wrapper .link {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
.sc-faqs .accordion-content .content-wrapper p {
  color: #666666;
  font-weight: 500;
  font-family: kurious-looped;
  font-size: 13px;
}
.sc-faqs .table-responsive {
  position: relative;
  width: auto;
  overflow: scroll;
}
.sc-faqs .table-responsive + p {
  margin-top: 20px;
}
.sc-faqs .table-responsive table {
  font-weight: 500;
  font-family: kurious-looped;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  width: 1550px;
  border-radius: 10px;
  overflow: hidden;
}
.sc-faqs .table-responsive thead {
  background-color: rgba(17, 132, 88, 0.7);
  color: #fff;
}
.sc-faqs .table-responsive tbody {
  color: #666666;
}
.sc-faqs .table-responsive .bg1 {
  background-color: #169f50;
}
.sc-faqs .table-responsive .bg2 {
  background-color: #118458;
}
.sc-faqs .table-responsive .bg3 {
  background-color: #f8f8f8;
}
.sc-faqs .table-responsive .boxI {
  width: 90px;
}
.sc-faqs .table-responsive .boxII {
  width: 115px;
}
.sc-faqs .table-responsive tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
.sc-faqs .table-responsive tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}
.sc-faqs .table-responsive th,
.sc-faqs .table-responsive td {
  padding: 12px;
  text-align: center;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
}
.sc-faqs .table-responsive td:last-child {
  border-right: 1px solid #e0e0e0;
}
.sc-faqs .table-responsive td[rowspan="2"] {
  border-radius: 0 0 0 10px;
}
.sc-faqs .table-responsive tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.sc-faqs .tab-control {
  margin-bottom: 24px;
}
.sc-faqs .mb-0 {
  margin-bottom: 0 !important;
}
.sc-faqs .mb-8 {
  margin-bottom: 8px !important;
}
.sc-faqs .mb-16 {
  margin-bottom: 16px !important;
}

.sc-faqs .faqs-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sc-faqs .faqs-text-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* #################### End sc-faqs #################### */

/* #################### sc-product-list #################### */
.sc-product-list {
  position: relative;
  background-image: url("../../../../../../../../SiteCollectionDocuments/business/sme/financial-services/collection-solutions/edc/assets/img/img-revamp/sec-product-list-bg-dt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.sc-product-list .sc-inner {
  padding: 64px 0;
}
.sc-product-list .sc-headline {
  margin-bottom: 30px;
}
.sc-product-list .product-list {
  margin: -15px;
}
.sc-product-list .product-list:after {
  content: "";
  display: table;
  clear: both;
}
.sc-product-list .product-list > li {
  padding: 15px;
  float: left;
  width: calc(100% / 3);
}
.sc-product-list .default-item .wrapper {
  overflow: hidden;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background-color: #ffffff;
}
.sc-product-list .default-item .content {
  padding: 24px;
  min-height: 356px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sc-product-list .default-item .content .title {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #111111;
}
.sc-product-list .default-item .content .subtitle {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: #666666;
  height: 2lh;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sc-product-list .default-item .content .desc {
  font-size: 16px;
}
.sc-product-list .default-item .content ul {
  min-height: initial;
}
.sc-product-list .default-item .headbox {
  position: relative;
}
.sc-product-list .default-item .feature strong {
  color: #111111;
  font-size: 13px;
}
.sc-product-list .default-item .feature ul li {
  list-style: disc;
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .sc-product-list .sc-inner {
    padding: 48px 0;
  }
  .sc-product-list .container {
    padding: 0;
  }
  .sc-product-list .sc-headline {
    margin-bottom: 30px;
  }
  .sc-product-list .default-item .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .sc-product-list .default-item .content {
    min-height: 404px;
  }
}

/* #################### End sc-product-list #################### */

/* #################### sc-more-detail #################### */
.sc-more-detail {
  background-color: #ffffff;
}

.sc-more-detail .sc-content .detail-list {
  display: flex;
}

.sc-more-detail .sc-content .detail-list .detail-item .thumb .icon {
  color: #00a94f;
}

.sc-more-detail .sc-content .detail-list .detail-item .thumb .icon::before {
  font-size: 24px;
}

.sc-more-detail .sc-content .detail-list .detail-item .content .desc {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding: 0;
  margin: 0;
}

.sc-more-detail .sc-content .detail-list .detail-item .content {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .sc-more-detail .sc-content .detail-list {
    gap: 16px;
  }

  .sc-more-detail .sc-content .detail-list .detail-item .thumb .icon::before {
    font-size: 32px;
  }

  .sc-more-detail .sc-content .detail-list {
    justify-content: center;
    flex-direction: row;
  }

  .sc-more-detail .sc-content .detail-list .detail-item {
    min-height: 144px;
    max-width: 215px;
    width: 100%;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #ededed;
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .sc-more-detail .sc-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sc-more-detail .sc-content .detail-list {
    flex-direction: column;
  }

  .sc-more-detail .sc-content .detail-list .detail-item {
    display: flex;
    gap: 12px;
  }

  .sc-more-detail .sc-content .detail-list .detail-item .content {
    gap: 4px;
  }

  .sc-more-detail .sc-content .detail-list .detail-item {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
  }

  .sc-more-detail .sc-content .detail-list .detail-item:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .sc-more-detail .sc-content .detail-list .detail-item:first-child {
    padding-top: 0;
  }
}

/* #################### End sc-more-detail #################### */

/* #################### open-popup-apply-qr #################### */
.mfp-wrap.mfp-ready.popup-apply-qr .mfp-content {
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  padding: 24px 0;
  align-items: center;
  background: none;
  height: auto;
  max-width: 100%;
}

.mfp-close-btn-in .mfp-close {
  width: 30px;
  height: 30px;
  background-color: #00a950;
  color: var(--color-light);
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  font-size: 0px;
  transition: var(--tsition);
}

.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: 18px;
  height: 2px;
  background-color: var(--color-light);
  margin: auto;
  transition: var(--tsition);
  transform: rotate(-45deg);
}

.mfp-close-btn-in .mfp-close:after {
  transform: rotate(45deg);
}

.qr-popup .sc-inner-popup {
  padding: 100px 0;
}

.qr-popup .container-popup {
  position: relative;
}

.qr-popup .qr-popup-wrapper {
  display: flex;
  min-width: 996px;
  height: 472px;
}

.qr-popup .w-50 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 8px 0 0 8px;
}

.qr-popup .title {
  color: #00a94f;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}

.qr-popup .bg-right {
  background: linear-gradient(313deg, #1f313a -1.62%, #465968 100%);
  border-radius: 0 8px 8px 0;
}

.qr-popup .qr-popup-qrcode {
  width: 225px;
  height: 225px;
}

.qr-popup .ezyQR {
  width: 225px;
  height: 225px;
}

/* #################### End open-popup-apply-qr #################### */

/* #################### open-highlight-popup #################### */
.mfp-close-btn-in .highlight-popup .mfp-close {
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
}
.highlight-popup {
  background-color: var(--cr-light);
  position: relative;
  border-radius: 8px;
  font-family: "kurious-looped";
  font-weight: 500;
}
.highlight-popup .sc-inner-popup {
  padding: 48px 32px;
}
.highlight-popup .popup-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.highlight-popup .sc-heading h3 {
  font-weight: 600;
  color: #111111;
}
.highlight-popup .sc-content {
  line-height: 2;
  color: #666666;
}
.highlight-popup .sc-content .h6 {
  line-height: 2;
  color: #666666;
}
.highlight-popup .sc-content ul li {
  list-style: disc;
  margin-left: 24px;
}
/* #################### End open-highlight-popup #################### */
