/*!
Theme Name: itq9wk
Theme URI: #
Version: 7.6.8
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: itq9wk
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #F39C12;
  --primary-btn-bg: #2ECC71;
  --secondary-btn-bg: #E74C3C;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #182C32;
  --header-text-color: #F39C12;
  --header-border: 1px solid #2ECC71;

  --footer-bg-color: #2C3E50;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #2980B9;
  --table-border-color: #16A085;
  --table-text-color: #ffffff;

  --body-bg-color: #182C32;
  --card-bg-color: #3a6a78;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 73%;
  --banner-padding: 187.2px;
  --banner-border: 3px solid #2ECC71;
  --banner-bg-color: #182C32;
  --banner-text-color: #ffffff;

  --container-max-width: 1368px;
  --container-padding: 0 15px;
  --border-radius: 5px;
  --py: 16px;
  --py-2: 65px;
  --py-3: 59px;
  --text-align: left;
  --mb: 23px;
  --fz-1: 37.44px;
  --fz-2: 31.2px;
  --fz-3: 26px;
  --logo-width: 161px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 363ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #f2f2f2;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.dbtfcrsgo_wr {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .jfakhybnt_top {
        color: var(--header-text-color);
        padding: 0;
      }

      .jfakhybnt_top .dbtfcrsgo_wr {
        border-bottom: 1px solid #96e5b8;
      }

      .zbrunilet_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .szfnbulay_head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .pbdclmehg_h {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .pbdclmehg_h:hover {
        color: var(--primary-btn-bg);
      }


      .hwgderspq_head {
        display: flex;
        gap: 10px;
      }

      .bltwmerjh_header {
        display: none;
      }

      @media (max-width: 1024px) {
        .pbdclmehg_h {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .szfnbulay_head {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .pbdclmehg_h {
    padding: 10px 0;
    display: block;
  }

  .szfnbulay_head.active {
    opacity: 1;
    visibility: visible;
  }

  .bltwmerjh_header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .bltwmerjh_header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .bltwmerjh_header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .bltwmerjh_header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.wpsdvonia_log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.wpsdvonia_log img {
  max-height: 80px;
}

.trmaxzblv_prim,
.iqhjuvcge_alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.trmaxzblv_prim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.trmaxzblv_prim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.iqhjuvcge_alt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.iqhjuvcge_alt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.kmbrcqhdo_bot{
  position: relative;
}
.kmbrcqhdo_bot * {
  z-index: 1;
  position: relative;
}


      .xvkduszat_txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .xvkduszat_txt > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .xvkduszat_txt > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


    .qetpbmurs_lks {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

    .qetpbmurs_lks a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

    .qetpbmurs_lks a:hover {
      opacity: .7;
    }

    .qlfrvzatn_lks {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .kmbrcqhdo_bot {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .tmehadzlo_footer {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .bctxuwyea_bot {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .iqmkvhxjc_bottom {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .iqmkvhxjc_bottom:hover {
      color: var(--primary-btn-bg);
    }

    .lqrnfiuag_f {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .osnxkdlwz_bottom {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .tmehadzlo_footer {
        flex-direction: column;
        gap: 20px;
      }
    }
    



.bctxuwyea_bot li:empty {
  display: none;
}

.qaevyufdg_b {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.qaevyufdg_b {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.qaevyufdg_b svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ikavzloet_ban{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.daewcfhlp_b {
  width: var(--banner-column);
  animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
  animation-fill-mode: both;
}
  */

h1 {
  font-size: var(--fz-1);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

h2 {
  color: var(--heading-color);
  font-size: var(--fz-2);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: var(--py-2);
}

h3 {
  color: var(--heading-color);
  font-size: var(--fz-3);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

.emcauozsy_table{
  overflow-x: auto;
  width: 100%;
}

.xvkduszat_txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.xvkduszat_txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.xvkduszat_txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.xvkduszat_txt ul {
  list-style: none;
}

.xvkduszat_txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.xvkduszat_txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .xvkduszat_txt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .xvkduszat_txt ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .xvkduszat_txt ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #2ecc71 0%, #208d4e 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #2ECC71;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    


      .xvkduszat_txt table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(255, 255, 255, 0.05);
        overflow: hidden;
      }

      .xvkduszat_txt table thead tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      }

      .xvkduszat_txt table th {
        padding: 21px 30px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .xvkduszat_txt table tbody tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        transition: background-color 0.2s ease;
      }

      .xvkduszat_txt table tbody tr:last-child {
        border-bottom: none;
      }

      .xvkduszat_txt table tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.02);
      }

      .xvkduszat_txt table td {
        padding: 19px 25px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .xvkduszat_txt table td:first-child {
        font-weight: normal;
      }
    

.xvkduszat_txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.ghyuwxspc_item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lcyqnbxpt_posts {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .kpxlgoqfz_col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .kpxlgoqfz_col .kcisvphay_col:first-child {
        order: 2;
      }

      .kpxlgoqfz_col .kcisvphay_col:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .kpxlgoqfz_col h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .kpxlgoqfz_col h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #2ecc71 0%, #7ee2a8 100%);
        border-radius: 2px;
      }

      .kpxlgoqfz_col figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .kpxlgoqfz_col figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .kpxlgoqfz_col figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .kpxlgoqfz_col {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .kpxlgoqfz_col .kcisvphay_col:first-child {
          order: 1;
        }

        .kpxlgoqfz_col .kcisvphay_col:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.kjgqtxzeh_tb {
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: var(--py-3);
  margin: var(--py-2) auto;
  width: max-content;
  max-width: 100%;
}

.kjgqtxzeh_tb p,
.kjgqtxzeh_tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.kjgqtxzeh_tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.kjgqtxzeh_tb table td,
.kjgqtxzeh_tb table th {
  border: 0;
}

.kjgqtxzeh_tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.kjgqtxzeh_tb tr:last-child {
  border-bottom: 0;
}

.kjgqtxzeh_tb h2 {
  margin-top: 0;
}

/*
.kyfchgurw_block {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.tapujhvin_inv {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .tapujhvin_inv{
      background: rgba(46,204,113,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(46,204,113,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.tapujhvin_inv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ikavzloet_ban{
    flex-direction: column;
  }

  .daewcfhlp_b {
    width: 100%;
  }

  .kjgqtxzeh_tb {
    padding: var(--py);
  }

  .tapujhvin_inv {
    padding: var(--py);
  }
}

.wkxcmruqe_sm{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.wkxcmruqe_sm a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.wkxcmruqe_sm a:hover {
  color: var(--primary-btn-bg);
}
.wkxcmruqe_sm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .clutbpxvy_fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .akizreypj_fr {
      display: flex;
      flex-direction: column;
    }

    .tbnpzrmhk_frm, .qoigtlyad_frm {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .tbnpzrmhk_frm:focus, .qoigtlyad_frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .qoigtlyad_frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .clutbpxvy_fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .clutbpxvy_fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .clutbpxvy_fr {
        max-width: 100%;
        gap: 15px;
      }

      .tbnpzrmhk_frm, .qoigtlyad_frm {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .qaevyufdg_b {
            position: relative;
            padding: 122px var(--py) 97px;
            background: linear-gradient(to bottom, #182C32, rgba(231, 76, 60, 0.2), rgba(46, 204, 113, 0.3));
            overflow: hidden;
        }

        .jeunpgylo_hr {
            position: absolute;
            top: 25%;
            left: 30%;
            width: 324px;
            height: 321px;
            background: rgba(46, 204, 113, 0.1);
            border-radius: 50%;
            filter: blur(74px);
        }

        .jeunpgylo_hr:nth-child(2) {
            bottom: 23%;
            right: 29%;
            width: 337px;
            height: 325px;
            background: rgba(231, 76, 60, 0.2);
        }

        .hqwsztvod_banner {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(46, 204, 113, 0.2), transparent);
        }

        .hnixacvtf_hero {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(46, 204, 113, 0.2), transparent);
        }

        .ikavzloet_ban {
            max-width: 1073px;
            margin: 0 auto;
            position: relative;
            z-index: 10;
        }

        .daewcfhlp_b {
            text-align: center;
        }

        .jlkdwvuae_b {
            font-size: clamp(56px, 8vw, 78px);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 26px;
            line-height: 1.2;
            letter-spacing: 0.01em;
        }

        .jlkdwvuae_b span {
            background: linear-gradient(to right, #ffffff, #2ECC71);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .yuaxisfwp_hr {
            font-size: 19px;
            color: #ffffff;
            opacity: 0.7;
            max-width: 684px;
            margin: 0 auto;
            margin-bottom: 46px;
            line-height: 1.6;
        }

        .yngpesiko_b {
            position: absolute;
            bottom: -48px;
            left: 50%;
            transform: translateX(-50%);
            width: 256px;
            height: 2px;
            background: linear-gradient(to right, transparent, #2ECC71, transparent);
            filter: blur(7px);
        }

        @media (max-width: 1024px) {
            .qaevyufdg_b {
                padding: 97px var(--py) 66px;
            }

            .jlkdwvuae_b {
                font-size: 45px;
            }

            .yuaxisfwp_hr {
                font-size: 16px;
            }
        }
        


        .cwhakbjut_block {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .kyfchgurw_block {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .kyfchgurw_block::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .kyfchgurw_block:hover::before {
            opacity: 1;
        }

        .kyfchgurw_block:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .kyfchgurw_block h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .kyfchgurw_block p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .cwhakbjut_block {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        