/*================ default ==================*/
:root {
  --cr-light: #ffffff;
  --cr-black: #111111;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --cr-green: #00a94f;
  --cr-green2: #007938;
  --cr-green3: #4CD6C3;
  --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 .text-mint {
  color: var(--cr-green3) !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.5;
}
.icw h1 strong,
.icw .h1 strong {
  font-weight: 600;
}
.icw h2,
.icw .h2 {
  font-weight: 500;
  line-height: 1.5;
}
.icw h2 strong,
.icw .h2 strong {
  font-weight: 600;
}
.icw h3,
.icw .h3 {
  font-weight: 500;
  line-height: 1.5;
}
.icw h3 strong,
.icw .h3 strong {
  font-weight: 600;
}
.icw h4,
.icw .h4 {
  font-weight: 500;
  line-height: 1.5;
}
.icw h4 strong,
.icw .h4 strong {
  font-weight: 600;
}
.icw h5,
.icw .h5 {
  font-weight: 500;
  line-height: 1.5;
}
.icw h5 strong,
.icw .h5 strong {
  font-weight: 600;
}
.icw h6,
.icw .h6 {
  font-weight: 500;
  line-height: 1.5;
}
.icw h6 strong,
.icw .h6 strong {
  font-weight: 600;
}

.icw p {
  margin: 0 0 0.6em;
  line-height: 1.5;
}
.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.5;
  margin: 0;
}
.icw p.desc strong {
  font-weight: 600;
}

.icw .caption {
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.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.5;
  }
  .icw h2,
  .icw .h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .icw h3,
  .icw .h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .icw h4,
  .icw .h4 {
    font-size: 18px;
    line-height: 1.5;
  }
  .icw h5,
  .icw .h5 {
    font-size: 16px;
    line-height: 1.5;
  }
  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .icw h1,
  .icw .h1 {
    font-size: 42px;
    line-height: 1.5;
  }
  .icw h2,
  .icw .h2 {
    font-size: 33px;
    line-height: 1.5;
  }
  .icw h3,
  .icw .h3 {
    font-size: 26px;
    line-height: 1.5;
  }
  .icw h4,
  .icw .h4 {
    font-size: 20px;
    line-height: 1.5;
  }
  .icw h5,
  .icw .h5 {
    font-size: 18px;
    line-height: 1.5;
  }
  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5;
  }
}

/*============================== Hidden & Visible ===============================*/
.show-w1199 {
  display: none;
}
.show-w991 {
  display: none;
}
.show-w767 {
  display: none;
}
.show-w414 {
  display: none;
}
.show-w375 {
  display: none;
}
.show-w360 {
  display: none;
}
.show-w320 {
  display: none;
}
.show-w280 {
  display: none;
}

@media (max-width: 1199px) {
  .show-w1199 {
    display: block;
  }
  .hide-w1199 {
    display: none;
  }
}
@media (max-width: 991px) {
  .show-w991 {
    display: block;
  }
  .hide-w991 {
    display: none;
  }
}
@media (max-width: 767px) {
  .show-w767 {
    display: block;
  }
  .hide-w767 {
    display: none;
  }
}
@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: 24px;
  }
}

/*============================== margin ===============================*/
.icw .mb-8 {
  margin-bottom: 8px !important;
}
.icw .mb-16 {
  margin-bottom: 16px !important;
}
.mb-16-32 {
  margin-bottom: 16px !important;
}
.mt-32-40 {
  margin-top: 32px !important;
}
.a-center {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .mb-16-32 {
    margin-bottom: 32px !important;
  }
  .mt-32-40 {
    margin-top: 40px !important;
  }
}

/*============================== 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.5;
  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.5;
  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: 1.5;
  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.5;
  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: 11px;
  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;
  overflow-x: auto;
}
.tab .control {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 48px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab .control li {
  line-height: 1.5;
  display: inline-flex;
}
.tab .control a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: var(--tsition);
}
.tab .control a.active {
  pointer-events: none;
}
.tab .control a .txt {
  font-weight: 600;
  font-size: 16px;
  color: var(--cr-light);
  opacity: 0.7;
  transition: var(--tsition);
  line-height: 1.5;
  white-space: nowrap;
}
.tab .control a.active .txt {
  color: var(--cr-light);
  opacity: 1;
  font-weight: 600;
}
.tab .selector {
  height: 3px;
  background-color: var(--cr-light);  
  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: #f4f4f4;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab.active .control a {
  display: inline-flex;
  height: auto;
  padding: 8px 32px;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  background-color: var(--cr-light);
  margin: 4px;
  color: #999;
}
.tab.active .control a.active {
  border-color: var(--cr-green);
  color: var(--cr-green);
}

.tab-content {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  transition: var(--tsition);
}
.tab-content.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  ::-webkit-scrollbar {
    display: none;
  }
  .tab .control {
    gap: 16px;
  }
}

/*############################ 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.5;
  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.5;
}
.tab2.active .control2 a.active {
  border-color: var(--cr-green);
  color: var(--cr-green);
}

.action-dropdown {
  display: flex;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 25px;
  height: 22px;
  border-left: 1px solid #e5e5e5;
  align-items: center;
  justify-content: flex-end;
}
.action-dropdown .link {
  display: block;
  position: relative;
  width: 16px;
  height: 12px;
}
.action-dropdown .link:before,
.action-dropdown .link:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: var(--cr-green);
  transition: var(--tsition);
}
.action-dropdown .link:before {
  position: absolute;
  transform: rotate(45deg);
  top: 5px;
  left: -1px;
}
.action-dropdown .link:after {
  position: absolute;
  transform: rotate(-45deg);
  top: 5px;
  left: 6px;
}
.action-dropdown .link.active:before {
  transform: rotate(-45deg);
}
.action-dropdown .link.active:after {
  transform: rotate(45deg);
}

.tab-dropdown {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--tsition);
}
.tab-dropdown.active {
  opacity: 1;
  visibility: visible;
}
.tab-dropdown .txt {
  font-weight: 500;
  font-size: 16px;
  color: var(--cr-gray);
  line-height: 1.5;
}

.tab-content2 {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  transition: var(--tsition);
}
.tab-content2.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

.tab-row2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .tab-container2 {
    display: flex;
  }
  .tab-control2 {
    height: fit-content;
    margin: 0;
    flex: 0 0 auto;
    position: sticky;
    top: 74px;
  }
  .tab-control2:before {
    display: none;
  }
  .tab-control2:after {
    display: none;
  }

  .tab2 {
    overflow: visible;
    margin-right: 0;
    border-bottom: 0px solid var(--cr-border);
    padding-right: 0px;
    width: 266px;
  }
  .tab2 .selector2 {
    display: none;
  }
  .tab2 .control2 {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    padding-right: 0px;
    gap: 0px;
    width: auto;
    flex-direction: column;
  }
  .tab2 .control2 a {
    white-space: nowrap;
    border-bottom: 0;
    height: auto;
    padding: 0 16px;
    justify-content: flex-start;
    color: var(--cr-lightgray);
  }
  .tab2 .control2 a + a {
    border-top: 1px solid #dbdbdb;
    padding-top: 18px;
    margin-top: 18px;
  }
  .tab2 .control2 a .txt {
    display: block;
    border-bottom: 0px solid transparent;
    line-height: 1.5;
  }
  .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: 1.5;
  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: 1.5;
  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;
  }
}

/*############################ content-active ###################################*/
html.content-active,
body.content-active,
body.content-active .icw {
  overflow: hidden; /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/
  height: 100%;
}
.icw .main.content-active {
  overflow: hidden; /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/
  position: static;
}

/*############################ has-sticky ###################################*/
#navigation-page-sticky a.sticky-anchor {
  font-family: "kurious-looped";
}
#navigation-page-sticky a.sticky-anchor i {
  font-size: 24px;
  position: relative;
  top: 5px;
}
#navigation-page-sticky.stickyNav.hide-cta .stickyNav-panelWidgets {
  grid-template-columns: 40px auto;
}

#navigation-page-sticky .stickyNav-panelList li {
  list-style: none;
}

body.has-sticky.mq-200 #navigation-page-sticky.stickyNav,
body.has-sticky.mq-375 #navigation-page-sticky.stickyNav,
body.has-sticky.mq-768 #navigation-page-sticky.stickyNav,
body.has-sticky.mq-992 #navigation-page-sticky.stickyNav {
  transform: translateY(0%);
  transition: transform 180ms ease-in-out;
}
body.has-sticky.mq-200.sticky-anim-hide #navigation-page-sticky.stickyNav,
body.has-sticky.mq-375.sticky-anim-hide #navigation-page-sticky.stickyNav,
body.has-sticky.mq-768 #navigation-page-sticky.stickyNav,
body.has-sticky.mq-992.sticky-anim-hide #navigation-page-sticky.stickyNav {
  transform: translateY(100%);
}

.navigation-height {
  height: 74px;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  z-index: -99;
}

/*############################ hint-scroll ###################################*/
.hint-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: var(--cr-dark);
  margin-bottom: 16px;
}
.hint-scroll .icon-swipe {
  font-size: 32px;
  color: var(--cr-green);
}
.hint-scroll .txt {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--cr-dark);
}
@media screen and (min-width: 991px) {
  .hint-scroll {
    display: none;
  }
}

/* ############################## PAGE START ############################## */
/*############################ section-highlight-banner  ###################################*/
@media screen and (min-width: 200px) {
  .section-highlight-banner {
    position: relative;
    overflow: hidden;
  }
  .section-highlight-banner .swiper-pagination {
    position: absolute;
    padding: 0;
    bottom: 16px;
    right: 0;
    left: 0;
    width: 100%;
  }
  .section-highlight-banner .swiper-slide {
    position: relative;
  }
  .section-highlight-banner .image {
    position: relative;
    z-index: 1;
  }
  .section-highlight-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
  }
  .section-highlight-banner .action {
    padding-bottom: 48px;
    text-align: center;
  }
  .section-highlight-banner .action .btn {
    height: 40px;
    padding: 0 30px;
  }
  .section-highlight-banner .action .btn.hide-w767 {
    display: none;
  }
  .section-highlight-banner .action .btn.show-w767 {
    display: inline-flex;
  }
}
@media screen and (min-width: 768px) {
  .section-highlight-banner .swiper-pagination {
    bottom: 5.5%;
    right: 16px;
    left: auto;
    width: auto;
  }
  .section-highlight-banner .action {
    padding-bottom: 24px;
    text-align: left;
  }
  .section-highlight-banner .action .btn.hide-w767 {
    display: inline-flex;
  }
  .section-highlight-banner .action .btn.show-w767 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .section-highlight-banner .swiper-pagination {
    bottom: 6%;
  }
  .section-highlight-banner .action {
    padding-bottom: 32px;
  }
  .section-highlight-banner .action .btn {
    height: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .section-highlight-banner .action {
    padding-bottom: 48px;
  }
  .section-highlight-banner .swiper-pagination {
    bottom: 7.5%;
    right: 11%;
  }
}

/*############################ section-details  ###################################*/
@media screen and (min-width: 200px) {
  .sc-details {
    background-color: #FAFAFA;
  }

  .sc-details .sc-inner {
    padding: 48px 0;
  }

  .sc-details .sc-inner .container {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
  }

  .sc-details .title-container {
    display: flex;
    flex-direction: column;
    line-height: 0;
  }

  .sc-details .container {
    position: relative;
  }

  /* .sc-details .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-details .sc-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  .sc-details .sc-heading .title {
    font-size: 28px;
    line-height: 1.5em;
  }

  .sc-details .sc-heading .desc {
    font-size: 16px;
    line-height: 1.5em;
  }

  .sc-details .accordion-group .accordion-block+.s-title {
    margin-top: 40px;
  }

  .sc-details .accordion-group .accordion-block {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-details .accordion-group .accordion-block+.accordion-block {
    margin-top: 16px;
  }

  .sc-details .accordion-title {
    background: var(--color-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }

  .sc-details .accordion-title {
    position: relative;
    padding: 16px 50px 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(--transition);
    margin-bottom: 0;
    margin-top: 16px;
    background-color: var(--color-light);
  }

  .sc-details .accordion-title:first-child {
    margin-top: 0;
  }

  .sc-details .accordion-title:after {
    font-family: "iconavigation";
    content: "\e906";
    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-details .accordion-title.active:after,
  .sc-coverage .sc-content .inner-tab-content-wrapper .accordion-title.active:after {
    content: "\e907";
  }

  .sc-details .accordion-title:after,
  .sc-coverage .sc-content .inner-tab-content-wrapper .accordion-title:after {
    color: var(--color-primary);
  }

  .sc-details .accordion-title:hover:after,
  .sc-coverage .sc-content .inner-tab-content-wrapper .accordion-title:hover:after {
    color: var(--color-light);
  }

  .sc-details .accordion-title:hover,
  .sc-coverage .sc-content .inner-tab-content-wrapper .accordion-title:hover {
    color: var(--color-light);
    background-color: var(--color-primary);
  }

  .sc-details .accordion-title.active,
  .sc-coverage .sc-content .inner-tab-content-wrapper .accordion-title.active {
    color: var(--color-light);
    background-color: var(--color-primary);
    border-radius: 8px 8px 0 0;
  }

  .sc-details .accordion-title.active:after,
  .sc-coverage .sc-content .inner-tab-content-wrapper .accordion-title.active:after {
    color: var(--color-light);
  }

  .sc-details .accordion-content {
    padding: 16px;
    font-family: "kurious-looped";
    margin: 0;
    background-color: var(--color-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
  }

  .sc-details .accordion-content p ,
  .sc-details .accordion-content ul li ,
  .sc-details .accordion-content ol li ,
  .sc-details .accordion-content strong { 
    line-height: 2 !important;
  }

  .sc-details .accordion-content .hr {
    border-top: 1px solid #eee;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sc-details .accordion-content .remark .remark-title {
    margin-bottom: 8px;
  }

  .sc-details .accordion-content .remark .remark-desc {
    font-size: 13px;
  }

  .sc-details .accordion-content .remark .list-remark {
    margin-right: 16px;
  }

  .sc-details .accordion-content a {
    color: var(--color-primary);
    text-decoration: underline;
    font-weight: 600;
    word-break: break-all;
  }

  .sc-details .accordion-content p,
  .sc-details .accordion-content dd {
    line-height: 1.5em;
    margin: 0;
    color: var(--cr-dark);
  }

  .sc-details .accordion-content p strong,
  .sc-details .accordion-content dd strong {
    font-weight: 600;
    color: var(--color-black);
  }

  .sc-details .accordion-content p:last-child,
  .sc-details .accordion-content dd:last-child {
    margin-bottom: 0;
  }

  .sc-details .accordion-content ul {
    margin: 0 0 16px 1.2em;
    padding: 0;
  }

  .sc-details .accordion-content ul:last-child {
    margin-bottom: 0;
  }

  .sc-details .accordion-content ul li::marker {
    font-size: 13px;
  }

  .sc-details .accordion-content ul strong {
    color: var(--color-black);
  }

  .sc-details .accordion-content ul>li {
    color: var(--color-black);
    position: relative;
    list-style-type: disc;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .sc-details .accordion-content ul>li+li {
    margin-top: 5px;
  }

  .sc-details .accordion-content ol {
    margin: 0.5em 0 0px 1.5em;
    padding: 0;
    line-height: 1.5;
    padding-bottom: 0.5rem;
  }

  .sc-details .accordion-content ol:last-child {
    margin-bottom: 0;
  }

  .sc-details .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-details .accordion-content ol>li+li {
    margin-top: 5px;
  }

  .sc-details .accordion-content .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
  }

  .sc-details .accordion-content .link-tel {
    color: var(--cr-gray);
  }

  .sc-details .ic-telephone {
    display: inline-block;
  }

  .sc-details .accordion-content .link-tel .icon {
    position: relative;
    top: 1px;
    margin-right: 8px;
  }

  .sc-details .accordion-content .link-tel+.link-tel {
    margin-right: 0;
  }

  .sc-details .accordion-content .no-phone {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }

  .sc-details .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;
  }
}

@media screen and (min-width: 768px) { 

  .sc-details .sc-inner {
    padding: 64px 0;
  }

  .sc-details .sc-heading {
    margin-bottom: 40px;
  }

  .sc-details .sc-heading .title {
    font-size: 33px;
  }

  .sc-details .accordion-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 934px) { 
  .sc-details .sc-heading .title {
    white-space: nowrap
  }
}

.sc-details .accordion-content .warning-tip-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: none;
  border-top: 1px solid #ececec;
  padding-top: 16px;
  margin-top: 16px;
}

.sc-details .accordion-content ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.sc-details .warning-tip-wrapper p,
.sc-details .warning-tip-wrapper ul li {
  font-size: 13px;
  line-height: 1.5em;
}

.sc-details .accordion-content .bg-white {
  background: #F4F4F4;
}

.sc-details .accordion-content .warning-tip-wrapper ul {
  position: relative;
  margin: 0;
  padding-left: 16px;
}

.sc-details .accordion-content .warning-tip-wrapper ul li {
  list-style-type: none;
}

.sc-details .accordion-content .warning-tip-wrapper ul::after {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}

.sc-details .accordion-content .warning-tip-wrapper ul::after {
  content: none;
  list-style-type: disc;
}

.sc-details .accordion-content .warning-tip-wrapper ul::after {
  list-style-type: disc;
}

.sc-details .accordion-content .warning-tip-wrapper ul::after {
  font-size: 0.75em;
}

/* ##### mobile nav with dropdown and overflow-x ##### */
/*  ==== Tab nav control ==== */
.tab.nav-slide {
  overflow-x: unset;
  position: relative;
}

.tab-control {
  transition: all 0.3s ease-in-out;
}

.tab-control.active {
  height: fit-content;
  opacity: 1;
}

.tab-control.transition,
.tab-control.active.transition {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.tab-control.active .control {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.tab-control.active:before {
  content: none;
}

.tab-control.active .selector {
  display: none;
}


/*  ==== Tab dropdown ==== */
.tab-control .dropdown-title {
  display: none;
  margin-bottom: 16px;
  padding-top: 6px;
  font-weight: 500;
  font-size: 16px;
  color: var(--cr-gray);
  line-height: 1.5;
}

.tab-control.active .dropdown-title {
  display: block;
}

.tab-control.active .control a {
  border-radius: 8px;
  border: 1px solid var(--cr-gray);
  color: var(--cr-gray);
  padding: 8px 24px;
  height: fit-content;
}

.tab-control.active .control a.active {
  border: 1px solid var(--cr-green);
  background-color: var(--cr-green);
  color: var(--cr-light);
}

/*  ==== mobile responsive ==== */ 
@media screen and (max-width: 425px) {
  .tab .control {
    justify-content: unset;
  }
}

@media screen and (max-width: 768px) {
  .tab.nav-slide {
    overflow-x: auto;
    overflow-y: visible;
    margin-right: 40px;
  }

  .tab-control::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(52, 92, 97, 0) 0%, #345C61 100%);
    right: 41px;
    top: 0;
    height: 100%;
    width: 40px;
  }

  .tab-control.active .tab.nav-slide {
    overflow-x: unset;
    overflow-y: visible;
  }

  .tab .selector {
    bottom: 0px;
    display: none;
  }

  .tab-control.non-action-dropdown .tab.nav-slide {
    margin-right: 0px;
  }

  .tab-control.non-action-dropdown .tab.nav-slide .control {
    justify-content: center;
  }

  .tab-control::after {
    content: unset;
  }
}

/*  ==== Action dropdown ==== */ 
.action-dropdown {
  display: flex;
  position: absolute;
  z-index: 4;
  top: 6px;
  right: 16px;
  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: 10px;
  height: 2px;
  background-color: var(--cr-light);
  transition: var(--tsition);
}

.action-dropdown .link:before {
  transform: rotate(45deg);
  top: 4px;
  left: -1px;
}

.action-dropdown .link:after {
  transform: rotate(-45deg);
  top: 4px;
  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: 12px;
  left: 16px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--tsition);
}

.tab-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.tab-dropdown .txt {
  font-weight: 500;
  font-size: 16px;
  color: var(--cr-gray);
  line-height: 1.5;
}

@media screen and (min-width: 768px) {

  .action-dropdown,
  .tab-dropdown {
    display: none;
  }
}

/* inner-tab */
.inner-tab-control {margin-top: 24px;}
.inner-tab-control .inner-tab {display: flex; gap: 12px; height: auto; justify-content: center;}
.inner-tab-control .inner-tab a {padding: 8px 24px; color: var(--cr-dark); border: 1px solid var(--cr-lightgray); background: var(--cr-light); border-radius: 8px; font-weight: 600;}
.inner-tab-control .inner-tab a.active {color: var(--cr-light); background: var(--cr-green);}
.inner-tab-content {position: relative; opacity: 0; height: 0; overflow: hidden; visibility: hidden; transition: var(--tsition);}
.inner-tab-content.active {display: block; opacity: 1; height: auto; overflow: visible; visibility: visible;}
@media screen and (max-width: 768px) {
  /* .inner-tab-control .inner-tab {display: grid; grid-template-columns: repeat(2,1fr);} */
  .inner-tab-control .inner-tab {flex-wrap: wrap;}
}

/*############################ section-notifying-message  ###################################*/
.sc-notifying-message {
  background: url('../../../../SiteCollectionDocuments/announcement/same-registered-name/img/notifying-message-dt-bg.jpg') no-repeat;
  background-size: cover;
}
.swiper-content-wrapper {
  overflow: hidden;
}
.sc-notifying-message .sc-heading {
  margin-bottom: 32px;
}
.sc-notifying-message .sc-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sc-notifying-message .notifying-message-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sc-notifying-message .press-for-enlarge {
  display: flex;
  justify-content: center;
}
.sc-notifying-message .swiper-slide .content-box {
  color: var(--cr-light);
  text-align: center;
}
.sc-notifying-message .swiper-slide .content-box .step {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
}
.sc-notifying-message .notifying-message-content-wrapper .press-for-enlarge {
  margin-top: 24px;
}
.sc-notifying-message .notifying-message-content-wrapper .press-for-enlarge .wrapper.hide-w767 {
  display: flex;
  gap: 4px;
}
.sc-notifying-message .notifying-message-content-wrapper .press-for-enlarge .wrapper.show-w767 {
  display: none;
}
.swiper-wrapper-container .swiper-pagination {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .sc-notifying-message .notifying-message-content-wrapper .press-for-enlarge .wrapper.hide-w767 {
    display: none;
  }
  .sc-notifying-message .notifying-message-content-wrapper .press-for-enlarge .wrapper.show-w767 {
    display: flex;
    align-items: flex-start;
    gap: 4px;
  }
}

/* Thumb Popup */
/* set mfp theme */
.popup-notify.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
}
.popup-notify.mfp-bg.mfp-ready {
  opacity: 1;
  z-index: 10001;
}
.popup-notify.mfp-wrap {
  z-index: 10002;
}
.popup-notify .mfp-container {
  width: 100%;
}
.popup-notify .mfp-content {
  background-color: transparent;
  max-width: 100%;
  height: 100%;
}
.popup-notify .mfp-content {
  overflow: auto;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
}
.popup-notify .main-container {
  margin: 0;
}
.popup-notify .inner {
  overflow: hidden;
  padding: 72px 16px 16px 16px;
}
.mfp-close-btn-in .mfp-close {
  font-size: 0;
  padding: 0;
  top: 32px;
  right: 32px;
  transform: translate(50%, -50%);
  text-align: center;
  color: inherit;
  background-color: #00a94f;
  width: 40px;
  height: 40px;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
}
.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25px;
  height: 4px;
  border-radius: 8px;
  background-color: var(--cr-light);
  margin: auto;
  transition: var(--tsition);
}
.mfp-close-btn-in .mfp-close:before {
  transform: rotate(45deg);
}
.mfp-close-btn-in .mfp-close:after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .popup-notify .inner {
    padding: 48px;
  }
  .popup-notify .swiper-button-prev {
    left: 48px;
  }
  .popup-notify .swiper-button-next {
    right: 48px;
  }
}

/* set popup content */
.sc-thumb-box {
  max-width: 1140px;
  width: 100%;
  position: relative;
}
.sc-thumb-box {
  position: relative;
  background-color: var(--cr-light);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
}
.sc-thumb-box .inner {
  position: relative;
  margin: 0 auto;
}
.sc-thumb-box .swiper-slide {
  width: auto;
}
.sc-thumb-box .wrapper {
  display: block;
}
.sc-thumb-box .thumb {
  margin-bottom: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.sc-thumb-box .thumb > img {
  display: block;
  margin: 0 auto;
}
.sc-thumb-box .content {
  text-align: center;
}
.sc-thumb-box .content .title {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--cr-dark);
}
.sc-thumb-box .content .desc {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0;
  color: var(--cr-dark);
}
.sc-thumb-box .content ul.desc {
  padding: 0;
  margin-left: 20px;
  text-align: left;
}
.sc-thumb-box .content ul.desc > li {
  width: 100%;
}
.sc-thumb-box .content ul.desc > li > ul {
  padding: 0;
  margin-left: 20px;
}
.sc-thumb-box .content ul.desc > li > ul > li {
  position: relative;
  list-style: none;
}
.sc-thumb-box .content ul.desc > li > ul > li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: -18px;
}
.sc-thumb-box .content .link {
  color: var(--cr-green);
  font-weight: 600;
  font-family: "kurious-looped";
  text-decoration: underline;
}
.sc-thumb-box .swiper-slide .content-box {
  text-align: center;
}
.custom-swiper-ul {
  text-align: start;
  padding-left: 24px !important;
  line-height: 2;
}
/* config custom swiper */
.one-el-swiper, .two-el-swiper {justify-content: center;}
.one-el-swiper .swiper-slide, .two-el-swiper .swiper-slide {margin-right: 0 !important;}
.two-el-swiper {gap: 116px;}
@media screen and (min-width: 768px) {
  .sc-thumb-box {
    width: 95.24%;
    margin: 80px auto;
    border-radius: var(--radius);
  }
}
@media screen and (max-width: 767px) {
  .one-el-swiper, .two-el-swiper {justify-content: unset;}
  .one-el-swiper .swiper-slide, .two-el-swiper .swiper-slide {margin-right: auto;}
  .two-el-swiper {gap: unset;}
}
/* end Thumb Popup */

/*############################ section-exception-conditions  ###################################*/
.sc-exception-conditions {
  background: url('../../../../SiteCollectionDocuments/announcement/same-registered-name/img/exception-conditions-dt-bg.jpg');
  background-size: cover;
}
.sc-exception-conditions .sc-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.sc-exception-conditions .exception-conditions-table-wrapper {
  box-shadow: 0px 1px 3px 0px #0000001A;
}
.sc-exception-conditions .exception-conditions-table {
  border-radius: 8px;
  overflow: hidden;
}
.sc-exception-conditions .exception-conditions-table table {
  border-collapse: collapse;
  width: 100%;  
  max-width: 100%;
  border-spacing: 0;
  margin: 0;
}
.sc-exception-conditions .exception-conditions-table thead th {
  background: #00A94F;
  padding: 8px 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  width: 200px;
}
.sc-exception-conditions .exception-conditions-table th:first-child {
  width: 28.77%;
  border-right: 1px solid #E8E8E8;
}
.sc-exception-conditions .exception-conditions-table tbody td {
  background: #FFFFFF;
  padding: 8px 16px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  vertical-align: top;
}
.sc-exception-conditions .exception-conditions-table tbody td:first-child {   
  border-right: 1px solid #E8E8E8;
}
.sc-exception-conditions .exception-conditions-table td ul {
  margin: 0;
  padding: 0;
  padding-left: 24px;
}
.sc-exception-conditions .exception-conditions-table td p {
  margin: 0;
  padding: 0;
}
@media screen and ( max-width: 768px) {
  .sc-exception-conditions .exception-conditions-table th:first-child {
    min-width: 120px;
    border-right: 1px solid #E8E8E8;
  }
}