@import "../plugin/css/swiper-bundle.min.css" layer(plugin);

/* ========================= ========================= ========================= ========================= ========================= =========================
***
* please make sure all components css inside @layer components 
***
* please make sure all components css inside @layer components 
* please make sure all components css inside @layer components 
* Use CSS @layer
* Use CSS @layer
* Use CSS @layer
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
@layer components {
  :root {
    --skew_deg: -1.5deg;
    --reverse_skew_deg: calc(var(--skew_deg) * -1);
  }
}

@layer components {

  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR document icon 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .pdfonlyicon {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .pdfa {
    color: #000;
    white-space: nowrap;
    /*display: inline-block;*/
    /*vertical-align: bottom;*/
  }

  .document_icon,
  .iconExtlink {
    width: 1.5rem;
    height: 1.75rem;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: text-bottom;
    position: relative;
    display: inline-block;
  }

  .iconExtlink {
    width: 1.75rem;
  }

  .document_icon:before,
  .document_icon:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .document_icon:after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
  }

  .iconPdf:before {
    background-image: url("../images/icon_pdf.svg");
  }

  .iconDoc:before {
    background-image: url("../images/icon/icon_doc.svg");
  }

  .iconDoc:after {
    background-image: url("../images/icon/icon_doc_active.svg");
  }

  .iconXls:before {
    background-image: url("../images/icon/icon_xls.svg");
  }

  .iconXls:after {
    background-image: url("../images/icon/icon_xls_active.svg");
  }

  .iconPpt:before {
    background-image: url("../images/icon/icon_ppt.svg");
  }

  .iconPpt:after {
    background-image: url("../images/icon/icon_ppt_active.svg");
  }

  .iconCsv:before {
    background-image: url("../images/icon/icon_csv.svg");
  }

  .iconCsv:after {
    background-image: url("../images/icon/icon_csv_active.svg");
  }

  .iconExtlink:before {
    background-image: url("../images/icon/icon_extlink.svg");
    filter: var(--grey_600_filter);
  }

  .pdfa:hover .iconPdf::after,
  .pdfa:focus .iconPdf::after,
  .doca:hover .iconDoc::after,
  .doca:focus .iconDoc::after,
  .xlsa:hover .iconXls::after,
  .xlsa:focus .iconXls::after,
  .ppta:hover .iconPpt::after,
  .ppta:focus .iconPpt::after,
  .csva:hover .iconCsv::after,
  .csva:focus .iconCsv::after,
  .extlink_withtext:hover .iconExtlink::after,
  .extlink_withtext:focus .iconExtlink::after {
    opacity: 1;
  }
}


@layer components {

  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR swiper slider 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .swiperhugecontainer {
    --swiper_btn_size: 1rem;
    --swiper_btn_gap: 1rem;
  }

  .swiperbigcontainer {
    position: relative;
  }

  .swiper_nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
  }

  .swiper_nav:has(.swiper-pagination-lock) {
    display: none;
  }

  .swiperpaginwrapper {
    display: inline-block;
  }

  .swiper_nav .swiper-pagination {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .swiper-button-prev,
  .swiper-button-next {
    background: none;
    font-size: 0;
    display: inline-block;
    margin-top: 0;
    width: var(--swiper_btn_size);
    height: 2.25rem;
  }

  .swiper-button-prev:before,
  .swiper-button-next:before {
    content: "";
    background-image: url("../images/icon/icon_prev.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
  }

  .swiper-button-next:before {
    transform: rotate(180deg);
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: "";
  }

  .swiper_nav .swiper-button-prev,
  .swiper_nav .swiper-button-next {
    position: static;
  }

  .swiper-button-pause {
    display: inline-block;
    position: relative;
    font-size: 0;
    vertical-align: middle;
    height: 1rem;
  }

  .swiper-button-pause:hover,
  .swiper-button-pause:focus {
    cursor: pointer;
  }

  .swiper-button-pause:before,
  .swiper-button-pause:after {
    content: "";
    width: .25rem;
    height: 1rem;
    display: inline-block;
    margin-left: 2.5px;
    margin-right: 2.5px;
    background-color: #000;
  }

  .paused .swiper-button-pause:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .5rem 0 .5rem 1rem;
    /*border-color: transparent transparent transparent #00335b;*/
    border-color: transparent transparent transparent #000;
    background-color: transparent;
    margin-top: 1px;
  }

  .paused .swiper-button-pause:after {
    display: none;
  }


  .swiper-pagination-horizontal .swiper-pagination-bullet {
    --bullet_visible_size: max(0.75rem, 12px);
    box-shadow: none;
    /*dpo w3c requirement at least 24px * 24px*/
    width: var(--dpo_minimum_require_btn_size);
    height: var(--dpo_minimum_require_btn_size);
    border-radius: 0;
    position: relative;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-pagination-horizontal .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: var(--bullet_visible_size);
    height: var(--bullet_visible_size);
    background-color: var(--blue_400);
    border-radius: 50%;
  }

  .swiper-pagination-horizontal .swiper-pagination-bullet-active::before {
    background-color: var(--blue_500);
  }

  .swiper-slide {
    height: auto;
  }

  .swiper-fade .swiper-slide {
    opacity: 0 !important;
    /*transition: opacity .4s ease-in-out;*/
  }

  .swiper-fade .swiper-slide-active {
    opacity: 1 !important;
  }

  .swiper_style1 {
    display: flex;
    align-items: center;
  }

  .swiper_style1 .swiper {
    order: 2;
    max-width: calc(100% - calc(var(--swiper_btn_size) * 2) - calc(var(--swiper_btn_gap) * 2));
  }

  .swiper_style1 .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .swiper_style1 :where(.swiper-button-prev, .swiper-button-next) {
    position: static;
  }

  .swiper_style1 .swiper-button-next {
    order: 3;
  }
}

@layer components {

  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR button 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .btn {
    --btn_shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    text-align: center;
    display: inline-block;
    align-content: center;
    border-radius: var(--borderradius1);
    padding: 0.5rem 1.25rem;
    outline: none;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;

    background: var(--btn_bg_color);
    border: 2px solid var(--btn_border_color);
    color: var(--btn_text_color);

    /*-webkit-text-stroke: clamp(4px, .45vw, 9px) #fff;
    paint-order: stroke fill;*/
  }


  .btn:hover,
  .btn:focus {
    color: var(--btn_hover_text_color);
    background: var(--btn_hover_bg_color);
    /*-webkit-text-stroke-color: var(--btn_hover_text_stroke_color);*/
    cursor: pointer;
  }


  .btn_1 {
    --btn_text_color: #fff;
    --btn_bg_color: var(--blue_400);
    --btn_hover_text_color: #fff;
    --btn_hover_bg_color: var(--blue_500);
    --btn_hover_text_stroke_color: var(--blue_500);

    -webkit-box-shadow: var(--btn_shadow);
    box-shadow: var(--btn_shadow);
  }

  .btn2 {

    font-size: 1.375rem;
    line-height: 1.2;
    -webkit-text-stroke: clamp(4px, .315vw, 6px) #fff;
    paint-order: stroke fill;
    background: var(--btn_bg_color);
    border: 1px solid var(--btn_border_color);
    color: var(--btn_text_color);
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    border-radius: 100vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .btn2_1 {
    --btn_bg_color: #f39d2a;
    --btn_border_color: #f39d2a;
    --btn_text_color: var(--tango_500);
  }

  .btn_title {
    margin-bottom: 1.5rem;
  }


  /*.btn1.btn1_2 {
    --btn_text_color: var(--main_text_color);
    --btn_bg_color: var(--light_grey_400);
    --btn_hover_text_color: var(--main_text_color);
    --btn_hover_bg_color: var(--light_grey_500);
  }

  .btn1_danger {
    --btn_text_color: #fff;
    --btn_bg_color: var(--red_400);
    --btn_hover_text_color: #fff;
    --btn_hover_bg_color: var(--red_500);
  }

  .btn1_danger2 {
    --btn_text_color: #fff;
    --btn_bg_color: red;
    --btn_hover_text_color: #fff;
    --btn_hover_bg_color: red;
  }

  .btn1_info {
    --btn_text_color: #fff;
    --btn_bg_color: var(--turquoise_400);
    --btn_hover_text_color: #fff;
    --btn_hover_bg_color: var(--turquoise_500);
  }

  .btn1_warning {
    --btn_text_color: #fff;
    --btn_bg_color: var(--orange_500);
    --btn_hover_text_color: #fff;
    --btn_hover_bg_color: var(--orange_400);
  }

  .btn1_success {
    --btn_text_color: #fff;
    --btn_bg_color: var(--emerald_green_400);
    --btn_hover_text_color: #fff;
    --btn_hover_bg_color: var(--green_400);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
  }*/


  .btn_outline {
    background-color: transparent;
    border-radius: 100vw;
    box-shadow: none;
  }

  .btn_outline.btn_outline_info {
    --btn_text_color: var(--blue_400);
    --btn_bg_color: transparent;
    --btn_border_color: var(--blue_400);

    --btn_hover_text_color: var(--blue_400);
    --btn_hover_bg_color: var(--blue_500);
  }

  .btn_outline.btn1_outline_danger {
    --btn_text_color: var(--red_500);
    --btn_bg_color: var(--red_500);
    --btn_hover_text_color: #fff;
    --btn_hover_bg_color: var(--red_500);
  }

  .cross_btn a {
    color: #000;
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    align-items: center;
    column-gap: .5rem;
  }

  .cross_btn a>span:first-child {
    display: inline-block;
  }

  .cross_btn a>span:last-child {
    position: relative;
    min-width: 20px;
    min-height: 20px;
    display: inline-block;
    font-size: 0;
  }

  .cross_btn a>span:last-child:before,
  .cross_btn a>span:last-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 26px;
    height: 2px;
    background-color: #000;
  }

  .cross_btn a>span:last-child:before {
    transform: translate(0, -50%) rotate(45deg);
    margin-left: -2px;
  }

  .cross_btn a>span:last-child:after {
    transform: translate(0, -50%) rotate(-45deg);
    margin-left: -2px;
  }
}

@layer components {

  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR accordion 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .big_accordion {
    list-style-type: none;
    padding-left: 0;
  }

  .big_accordion .expand_all_btn {
    font-size: 1rem;
    display: block;
    text-align: right;
    margin-bottom: .5rem;
  }

  .big_accordion .accordion_item:not(:last-child) {
    border-bottom: 1px solid var(--grey_400);
  }

  .big_accordion .under_r {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }

  .big_accordion .under_r:has(.item_highlight) {
    overflow: visible;
  }

  .big_accordion :where(.top_r, .under_r) {
    display: flex;
  }

  .big_accordion .top_r {
    position: relative;
  }

  .big_accordion .top_r a:not(.icon) {
    color: var(--blue_400);
    font-size: 1.2rem;
    display: block;
    position: relative;
    text-decoration: none;
  }

  .big_accordion .top_r a:not(.icon) {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 3rem;
  }


  .big_accordion .top_r .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
  }

  .big_accordion .accordion_item .icon::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 0.75rem;
    background-image: url("../images/icon/icon_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
  }

  .big_accordion .top_r :is(a:hover, a:focus) {
    text-decoration: none;
    background-color: var(--blue_500);
    color: #fff;
  }

  .big_accordion .accordion_item .top_r:has(a:hover, a:focus) .icon::after {
    filter: var(--white_filter);
  }


  .big_accordion .top_r a>*:has(.faq_number),
  .big_accordion .cont:has(.ans_number) {
    display: grid;
    grid-template-columns: fit-content(20%) 1fr;
    column-gap: 1rem;
  }

  .big_accordion .cont {
    padding-top: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-bottom: 1.2rem;
    width: 100%;
  }



  .big_accordion .ans_number {
    grid-row: span 99;
  }

  .big_accordion .ans_number+* {
    margin-top: 0;
  }

  .big_accordion .cont *:first-child {
    margin-top: 0;
  }


  .big_accordion .cont *:last-child {
    margin-bottom: 0;
  }


  .big_accordion .accordion_item.active {}

  .big_accordion .accordion_item.active .top_r a {
    background-color: var(--blue_400);
    color: #fff;
  }

  .big_accordion .accordion_item .top_r .icon::after {}

  .big_accordion .accordion_item.active .top_r .icon::after {
    transform: translateY(-50%) rotate(180deg);
    filter: var(--white_filter);
    top: 45%;
  }

  .big_accordion .accordion_item.active .under_r {
    max-height: 10000px;
    opacity: 1;
  }

}

@layer components {
  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR alert 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/

}

@layer components {
  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR badge 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/

}

@layer components {


  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR card 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .card1 {
    color: #000;
  }

  .card1>a {
    color: inherit;
  }

  .card1 .img_wrap {
    border-radius: var(--border_radius1);
    overflow: hidden;
  }

  .card1 .img_wrap:has(+.date_wrap) {
    margin-bottom: .6rem;
  }

  .card1 .date_wrap {
    margin-bottom: 1rem;
    color: var(--blue_400);
  }

  .card1 .title {
    font-size: 1.2rem;
  }

}

@layer components {
  .card_grid {
    display: grid;
  }

  .card_grid1 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;

  }

  .card_grid1>* {
    display: grid;
    grid-template-rows: subgrid;

  }

  .card_grid1>*:has(>:nth-child(2):last-child) {
    grid-row: span 2;
  }

  .card_grid1>*:has(>:nth-child(3):last-child) {
    grid-row: span 3;
  }

  .card_grid1>*:has(>:nth-child(4):last-child) {
    grid-row: span 4;
  }

  .card_grid1>*:has(>:nth-child(5):last-child) {
    grid-row: span 5;
  }

  .only_1_card {
    display: flex;
    justify-content: center;
  }

  .only_1_card>* {
    width: calc(50% - 3rem);
  }
}

@layer components {
  .card_content *:first-child {
    margin-top: 0;
  }

  .card_content *:last-child {
    margin-bottom: 0;
  }

  .card_content:has(+*) {
    margin-bottom: 1.5rem;
  }
}

@layer components {
  .section_card {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
    border-radius: 1rem;

    background: rgba(255, 255, 255, 0.7);

    box-shadow: 0 0 1rem #92B2EB;
  }

  .section_card *:first-child {
    margin-top: 0;
  }

  .section_card *:last-child {
    margin-bottom: 0;
  }
}

@layer components {
  .date_wrap {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: .5rem;
    align-items: center;
  }

  .date_wrap::before {
    content: '';
    display: block;
    width: 1.2rem;
    aspect-ratio: 1/ 1;
    background-image: url('../images/icon/icon_calendar.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@layer components {

  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR pagination 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/

}

@layer components {

  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR preloader spinner 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .preloader {

    opacity: 1;
    -webkit-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;

    /*background-image: linear-gradient(#FFF 0%, #fff 70%, #fff 100%);*/
  }

  .preloader.removing {
    opacity: 0;
  }

  .preloader.preloadernotshow {
    display: none;
  }

  .preloader .loaderWrap {
    max-width: 100%;
    max-height: 100%;
  }

  .preloader .loader {
    margin-top: 1.25rem;
    position: relative;
    width: 4rem;
    height: 4rem;
    display: inline-block;
  }

  .preloader .loader:before {
    content: '';
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: .625rem solid rgba(128, 16, 85, .4);
    border-top-color: var(--blue_300);
  }

  .preloader .loader:before {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
  }

  .preloader .txt {
    color: var(--main_text_color);
    text-align: center;
    margin: .625rem 0;
  }

  @-webkit-keyframes spin {
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes spin {
    100% {
      transform: rotate(360deg);
    }
  }
}

@layer components {
  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR tab 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/

}

@layer components {

  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR component table
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .table_wrapper1 {
    position: relative;
  }

  .table_wrapper1::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 1px);
    border: var(--main_table_border);
    border-radius: var(--main_table_borderradius);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
    pointer-events: none;
  }

  .table_wrapper1 table {
    overflow: hidden;
    border-radius: var(--main_table_borderradius);
  }

  .table_wrapper1 th {
    --th_color: #fff;
    font-size: 1rem;
    font-weight: 700;
    color: var(--th_color);
    background-color: var(--grey_600);
  }

  .table_wrapper1 thead th {
    padding: .5rem;
    border: 1px solid #fff;
  }

  .table_wrapper1 th a {
    color: #fff;
  }

  .table_wrapper1 tbody :where(th, td) {
    /*padding-left: 1.5rem;
  padding-right: 1.5rem;*/
    padding-left: var(--main_table_td_pad_left);
    padding-right: var(--main_table_td_pad_right);
    padding-top: var(--main_table_td_pad_top);
    padding-bottom: var(--main_table_td_pad_bottom);
  }

  .table_wrapper1 td {
    font-size: 1rem;
    color: #333;
  }

  .table_wrapper1 :where(th, td) {
    /*text-align: center;*/
  }

  .table_wrapper1 :where(th, td) {
    border: 1px solid #d4d4d4;
  }

  .table_wrapper1 tbody tr:nth-child(even) td {
    background-color: #f3f3f3;
  }
}

@layer components {

  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR popup modal 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .modal {
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    pointer-events: none;
    background: transparent;
  }

  .modal_box {
    transition: all .4s ease-in-out;
    transform: translateY(110dvh);
    opacity: 0;
    /*transform: none;*/
    width: min(calc(100% - 40px), 800px);
    max-height: 80dvh;
    border-radius: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.3rem;
    padding-bottom: 1.5rem;
    background-color: #fff;
    z-index: 5000;
    pointer-events: none;
    position: absolute;
  }

  .modal_title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  .modal_box .modal_big_content {
    max-height: calc(80dvh - 3rem);
    overflow-y: auto;
    font-size: 1.3rem;
  }

  .modal_box .modal_content:focus {
    outline: none;
  }

  .modal_box .close_wrapper {
    /* width: 100%; */
    position: absolute;
    right: 0;
    top: -2.25rem;
    /* background-color: #fff; */
    /* border-radius: 50%; */
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal_box .modal_close {
    display: inline-block;
    position: relative;
    font-size: 0;
    /* border-radius: 50%; */
    /* border: 2px solid #000; */
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
  }

  .modal_box .modal_close:hover,
  .modal_box .modal_close:focus {
    color: #a1fba3;
  }

  .modal_box .modal_close:before,
  .modal_box .modal_close:after {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background-color: #fff;
    top: 45%;
    position: absolute;
    left: 10%;
  }

  .modal_box .modal_close:before {
    transform: rotate(45deg);
  }

  .modal_box .modal_close:after {
    transform: rotate(-45deg);
  }

  .modelopen {
    overflow: hidden;
  }

  .show_modal_box .modal_box {
    display: block;
  }

  .modal.modalopen {}

  .modal.modalopen .modal_box {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .modalopen .modal_bg {
    display: block;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    pointer-events: auto;
    cursor: pointer;
    z-index: 100;
    position: absolute;
  }

  .modal_img a:has(img) {
    display: block;
  }

  .modal_img p:has(img) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .exceed_height .modal_img * {
    height: 100%;
  }

  .modal_footer_center {
    padding-top: 1rem;
    display: flex;
    justify-content: center;
  }

}

@layer components{
  .video_modal iframe{
    aspect-ratio: 16 / 9;
  }
}

@layer components {
  .info_list {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1.5rem;
    row-gap: 1.125rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }

  .info_list>li {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
  }

  .info_list .label {
    font-weight: 600;
    color: inherit;
  }

  .chineseVersion .info_list .label {
    -webkit-text-stroke: .2px currentColor;
  }

  .info_list *:first-child {
    margin-top: 0;
  }

  .info_list *:last-child {
    margin-bottom: 0;
  }
}


@layer components {
  .inner_grid {
    display: grid;
    row-gap: 2rem;
    background: var(--tango_100);
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    width: fit-content;
  }

  .inner_grid>*:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 3rem;
  }

  .inner_grid>*:not(:first-child) {

    padding-left: 3rem;
  }

  .inner_grid1 {
    grid-template-columns: repeat(2, 1fr);

  }
}


@layer components {
  .main_card {
    --shadow_color: rgba(42, 180, 197, .75);
    --card_shadow: 1px 0 1rem 0px var(--shadow_color);
    display: grid;
    transform: skewY(var(--skew_deg));
    box-shadow: var(--card_shadow);
    position: relative;
    background: #fff;
    border-radius: 1rem;
    /*box-shadow: var(--card_shadow);
        -webkit-box-shadow: var(--card_shadow);
        -moz-box-shadow: var(--card_shadow);*/
  }

  .main_card .main_card_inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: clamp(1.5rem, 2.5vw, 3rem);
    padding-right: clamp(1.5rem, 2.5vw, 3rem);

    transform: skewY(var(--reverse_skew_deg));
  }

  .main_card .main_card_inner *:first-child {
    margin-top: 0;
  }

  .main_card .main_card_inner *:last-child {
    margin-bottom: 0;
  }


  .main_card .inner_section2 h2 {
    margin-bottom: .75rem;
  }

  .main_card .inner_section2 h2+p {
    margin-top: 0;
  }


  .main_card .inner_section2:not(:last-child) {
    margin-bottom: 3rem;
  }

  /*.main_card .inner::before,
    .main_card .inner::after {
        content: '';
        display: block;
        width: 100%;
        height: 1.3rem;
        background-color: #fff;
        position: absolute;
    }

    .main_card .inner::before {
        bottom: 100%;
        left: 0;
    }

    .main_card .inner::after {
        top: 100%;
        left: 0;
    }



    .main_card *:last-child {
        margin-bottom: 0;
    }

    .main_card .overlap_element2 {
        z-index: 10;
        aspect-ratio: 22.622;
        width: 100%;
        filter: drop-shadow(0 -.2rem .4rem var(--shadow_color));
    }

    .main_card .overlap_element2::after {
        content: '';
        background-image: url('../images/top_graph.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        display: block;
        width: 100%;
        height: 100%;
        filter: var(--white_filter);
    }

    .main_card .overlap_element {
        z-index: 10;
        aspect-ratio: 1359 / 63.7;
        width: 100%;
        filter: drop-shadow(0 .2rem .2rem var(--shadow_color));
    }*/

  .main_card .overlap_element::after {
    content: '';
    /*background: var(--card_bg);
        display: block;
        aspect-ratio: 30.415;
        clip-path: shape(from 0% 77.63%, curve by 0.76% 22.37% with 0% 12.53%/0.34% 22.59%, line to 99.29% 18.12%, curve by 0.71% -18.12% with 0.35% -0.22%/0.64% -8.05%, hline to 0%, vline by 77.63%, close);
        clip-path: path("M0% 77.63% C0.76% 22.37%, 0% 12.53%, 0.34% 22.59% L99.29% 18.12% C0.71% -18.12%, 0.35% -0.22%, 0.64% -8.05% H0% V77.63%");
        filter: drop-shadow(0 12px 18px rgba(0,0,0,.25));*/
    /*background-image: url('../images/under.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        display: block;
        width: 100%;
        height: 100%;
        filter: var(--white_filter);*/
  }
}


@layer components {
  .list_style_Circle {
    list-style-type: circle;
  }

  .list_style_Square {
    list-style-type: square;
  }

  .list_style_LowAlpha {
    list-style-type: lower-alpha;
  }

  .list_style_LowGreek {
    list-style-type: lower-greek;
  }

  .list_style_LowRoman {
    list-style-type: lower-roman;
  }

  .list_style_UpAlpha {
    list-style-type: upper-alpha;
  }

  .list_style_UpRoman {
    list-style-type: upper-roman;
  }


  .list_style_chinese {
    list-style-type: cjk-ideographic;
    padding-left: 4rem;
  }

  .list_style_hyphen,
  .list_style_UpRoman_one_bracket,
  .list_style_UpRoman_two_bracket,
  .list_style_LowRoman_one_bracket,
  .list_style_LowRoman_two_bracket,
  .list_style_chinese_number_one_bracket,
  .list_style_chinese_number_two_bracket,
  .list_style_LowAlpha_one_bracket,
  .list_style_LowAlpha_two_bracket,
  .list_style_UpperAlpha_one_bracket,
  .list_style_UpperAlpha_two_bracket,
  .list_style_number_one_bracket,
  .list_style_number_two_bracket {
    list-style: none;
    counter-reset: list;
    display: grid;
    grid-template-columns: fit-content(30%) 1fr;
  }

  .list_style_hyphen>li,
  .list_style_UpRoman_one_bracket>li,
  .list_style_UpRoman_two_bracket>li,
  .list_style_LowRoman_one_bracket>li,
  .list_style_LowRoman_two_bracket>li,
  .list_style_chinese_number_one_bracket>li,
  .list_style_chinese_number_two_bracket>li,
  .list_style_LowAlpha_one_bracket>li,
  .list_style_LowAlpha_two_bracket>li,
  .list_style_UpperAlpha_one_bracket>li,
  .list_style_UpperAlpha_two_bracket>li,
  .list_style_number_one_bracket>li,
  .list_style_number_two_bracket>li {
    display: grid;
    grid-template-columns: subgrid;
    column-gap: .5rem;
    grid-column: span 2;
  }

  .list_style_UpRoman_one_bracket>li:before {
    content: counter(list, upper-roman) ") ";
    counter-increment: list;
  }

  .list_style_UpRoman_two_bracket>li:before {
    content: "(" counter(list, upper-roman) ") ";
    counter-increment: list;
  }

  .list_style_LowRoman_one_bracket>li:before {
    content: counter(list, lower-roman) ") ";
    counter-increment: list;
  }


  .list_style_LowRoman_two_bracket>li:before {
    content: "(" counter(list, lower-roman) ") ";
    counter-increment: list;
  }

  .list_style_chinese_number_one_bracket>li:before {
    content: counter(list, cjk-ideographic) ") ";
    counter-increment: list;
  }

  .list_style_chinese_number_two_bracket>li:before {
    content: "(" counter(list, cjk-ideographic) ") ";
    counter-increment: list;
  }

  .list_style_LowAlpha_one_bracket>li:before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;
  }

  .list_style_LowAlpha_two_bracket>li:before {
    content: "(" counter(list, lower-alpha) ") ";
    counter-increment: list;
  }

  .list_style_UpperAlpha_one_bracket>li:before {
    content: counter(list, upper-alpha) ") ";
    counter-increment: list;
  }

  .list_style_UpperAlpha_two_bracket>li:before {
    content: "(" counter(list, upper-alpha) ") ";
    counter-increment: list;
  }


  .list_style_number_one_bracket>li:before {
    content: counter(list, decimal) ") ";
    counter-increment: list;
  }

  .list_style_number_two_bracket>li:before {
    content: "(" counter(list, decimal) ") ";
    counter-increment: list;
  }

  .list_style_none {
    padding-left: 0;
  }

  .list_style_none>li {
    list-style-type: none;
  }

  .list_style_hyphen>li::before {
    content: "-";
    display: inline-block;
  }

  .list_style_disc>li {
    list-style-type: disc;
  }

  .chi_list_wrapper ol {
    padding-left: 2.8rem;
  }

  .big_list>li:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}

@layer components {
  .section_all_accordion {
    display: grid;
    row-gap: 2.5rem;
  }
}

@layer components {
  .btn_row {
    margin-top: 2rem;
  }

  .btn_row_center {
    text-align: center;
  }
}

@layer components {
  .step_outer_container {
    display: grid;
    row-gap: 2.5rem;
    /*grid-auto-flow: column;
    column-gap: 1rem;*/
  }

  .step_wrapper {
    display: grid;
    grid-auto-flow: column;
    row-gap: 1.5rem;
  }

  .step_wrapper:has(>:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }


  .step_wrapper:has(>:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }

  .step_wrapper:has(>:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
  }

  .step_wrapper2 {
    column-gap: clamp(2rem, 2.5vw, 3.3rem);
    row-gap: 1.5rem;
    width: fit-content;
  }

  .step_item {
    display: grid;
    grid-template-rows: subgrid;
    row-gap: 0;
  }

  .step_item:has(>:nth-child(2):last-child) {
    grid-row: span 2;
  }

  .step_item:has(>:nth-child(3):last-child) {
    grid-row: span 3;
  }

  .step_item:nth-child(1) {
    --step_bg: #f39d2a;
    --step_text_color: var(--tango_500);
  }

  .step_item:nth-child(2) {
    --step_bg: #e27724;
    --step_text_color: var(--tango_500);
  }


  .step_item:nth-child(3) {
    --step_bg: #e25f2c;
    --step_text_color: var(--tango_500);
  }

  .step_item .coin_wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .step_circle {


    display: grid;
    grid-template-areas: 'stack';
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .step_circle::before {
    content: '';
    display: block;
    width: 10.875rem;
    height: 10.875rem;
    border: 1rem solid var(--blue_150);
    border-radius: 50%;
    background: #fff;
    z-index: 10;
    grid-area: stack;
    margin-left: auto;
    margin-right: auto;
  }

  .step_circle img {
    width: 102%;
    max-width: 13rem;
    z-index: 99;
    grid-area: stack;
    margin-left: auto;
    margin-right: auto;

  }

  .step_title {
    margin-top: -1rem;
    position: relative;
  }

  .step_title .inner {
    font-size: 1.5rem;
    line-height: 1.2;
    -webkit-text-stroke: clamp(4px, .45vw, 6px) #fff;
    paint-order: stroke fill;
    background: var(--step_bg);
    width: 15.8125rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    text-align: center;
    border-radius: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: var(--step_text_color);
    position: relative;
    height: 100%;
    z-index: 120;
  }

  .englishVersion .step_title .inner {
    font-size: 1.125rem;
    width: 20rem;
  }

  .step_title::after {
    content: '';
    display: block;
    width: 100%;
    height: .625rem;
    background: linear-gradient(-90deg, #f39d2a 0%, #e25f2c 100%);
    align-self: center;
    z-index: 50;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .step_item:last-child .step_title::after {
    width: 100vw;
  }

  .step_content {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  :where(.step_content, .step_content2) *:first-child {
    margin-top: 0;
  }

  :where(.step_content, .step_content2) *:last-child {
    margin-bottom: 0;
  }

  .step_content2 {
    line-height: 1.5;
    text-align: center;
    font-size: 1.125rem;
    margin-top: .5rem;
  }

}

@layer components {

  .card2 a {
    color: var(--tango_600);

  }

  .card2 .card2_img {
    border: 1px solid var(--grey_300);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;

  }

  .card2 .card2_img:has(+*) {
    margin-bottom: .5rem;
  }

  .card2 .card2_title {
    text-align: center;
  }
}

@layer components {
  .video_card .card2_img {
    display: grid;
    grid-template-areas: 'stack2';
  }

  .video_card .card2_img::before {
    content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    background-image: url('../images/icon/icon_play.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    grid-area: stack2;
    z-index: 88;
    justify-self: center;
    align-self: center;
  }

  .video_card .card2_img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    grid-area: stack2;
    z-index: 30;
    transition: opacity .3s ease;
  }

  .video_card a:hover .card2_img::after,
  .video_card a:hover .card2_img::after {
    opacity: .5;
  }

  .video_card .card2_img img {
    grid-area: stack2;
    z-index: 10;
  }
}

@layer components {
  .leaf_card {
    --shadow: -1px 0 1.125rem 0 var(--blue_300);
    width: 5.5rem;
    height: 5.5rem;
    background: #fff;
    border-top-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue_300);

    box-shadow: var(--shadow);
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    font-weight: 700;
  }

  .englishVersion .leaf_card {
    font-size: 1rem;
  }

  .leaf_card .inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1;
  }

  .leaf_card .inner img {
    width: 85%;
  }

  .important_highlight2 {
    line-height: .85;
  }

  .chineseVersion .important_highlight2 {
    font-size: 2rem;
  }

  .englishVersion .important_highlight2 {
    font-size: 1.7rem;
  }
}

@layer components {
  .mission_row {
    display: grid;
    grid-template-columns: max-content 1fr max-content 1fr;
    row-gap: 3rem;
    column-gap: 1.7rem;
  }

  .mission_item {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    column-gap: 1.3rem;
  }

  .mission_item .title {
    color: var(--blue_500);
    font-weight: 700;
  }

  .mission_item .title+p {
    margin-top: 0;
  }

  .mission_item *:last-child {
    margin-bottom: 0;
  }

  .mission_step_wrap:has(img) {
    display: grid;
    grid-template-areas: 'stack';
  }

  .mission_step_wrap:has(.overlap_img) .leaf_card {
    z-index: 20;
    grid-area: stack;
    align-items: flex-start;
    padding-top: 1.4rem;
  }

  .mission_step_wrap:has(.overlap_img) img {
    z-index: 50;
    grid-area: stack;
    margin-top: 3.5rem;
  }
}

@layer components {
  .notification {
    font-size: 1rem;
    background: var(--tango_100);
    border: 1px solid var(--blue_200);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .noti_title {
    color: var(--tango_500);
    font-weight: 700;
  }

  .notification *:first-child {
    margin-top: 0;
  }

  .notification *:last-child {
    margin-bottom: 0;
  }

  *:has(+.notification) {
    margin-bottom: 2.5rem;
  }

  .notification:has(+*) {
    margin-bottom: 2.5rem;
  }
}

@layer components {
  .section_wrapper:not(:last-child) {
    margin-bottom: 4rem;
  }

  .inner_section:not(:last-child) {
    margin-bottom: 2rem;
  }

  .inner_section h4+:where(ol, ul) {
    margin-top: .5rem;
  }

  .section2:not(:last-child) {
    margin-bottom: clamp(2rem, 2vw, 4rem);
  }

  .section2 *:last-child {
    margin-bottom: 0;
  }
}

@layer components {
  .three_step_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.5rem;
    row-gap: .5rem;
    width: min(728px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .three_step_grid img {
    grid-column: 1 / -1;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .three_step_grid>* {
    text-align: center;
    line-height: 1.3;
  }

  .three_step_grid:has(+*) {
    margin-bottom: 4rem;
  }
}

@layer components {
  .number_wrap {
    padding-left: .35rem;
  }
}

@layer components {
  .screen_cap_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1rem;
  }

  .screen_cap_row img {
    height: 25rem;
  }
}

@layer components {
  .coin_wrap {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: .3rem;
    align-items: center;
    justify-content: center;

  }

  .coin_wrap::before {
    content: '';
    display: block;
    width: 1.25rem;
    height: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/icon/icon_coin.svg');
  }
}


@layer components {

  .page_paginator_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1rem;
    column-gap: .75rem;
  }



  .page_paginator_container input {
    width: calc(5ch + 2rem);
    text-align: center;
  }

  .page_paginator_container a {
    color: var(--grey_800);
    text-decoration: none;
    padding: 0.3rem 0.625rem;
    width: 2rem;
    height: 2rem;
    border-radius: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page_paginator_container *:not(.prev, .next, .selected) a:hover,
  .page_paginator_container *:not(.prev, .next, .selected) a:focus {
    color: var(--grey_800);
  }

  .page_paginator_container :where(.prev, .next) a {
    font-size: 0;
  }

  .page_paginator_container :where(.prev, .next) a::before {
    content: '';
    display: block;
    border: solid var(--grey_800);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }

  .page_paginator_container .prev a::before {
    transform: rotate(135deg);
  }

  .page_paginator_container .next a::before {
    transform: rotate(315deg);
  }

  .page_paginator_container :where(.prev, .next) a:hover::before,
  .page_paginator_container :where(.prev, .next) a:focus::before {
    border-color: var(--blue_400);
  }
}

/* ========================= ========================= ========================= ========================= ========================= =========================
***
* please make sure all components css inside @layer components 
***
* please make sure all components css inside @layer components 
* please make sure all components css inside @layer components 
* Use CSS @layer
* Use CSS @layer
* Use CSS @layer
***
 ========================= ========================= ========================= ========================= ========================= =========================*/