/*!
Theme Name: tmwkaj
Theme URI: #
Version: 6.7.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tmwkaj
*/

:root {
  --text-color: #111;
  --heading-color: #ADFF2F;
  --primary-btn-bg: #00BFFF;
  --secondary-btn-bg: #FF8C00;
  --primary-btn-color: #FFF;
  --secondary-btn-color: #FFF;

  --header-bg-color: #FF4500;
  --header-text-color: #FFF;
  --header-border: {{header-border}};

  --footer-bg-color: #7FFF00;
  --footer-text-color: #000;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFDEAD;
  --table-border-color: #B22222;
  --table-text-color: #140c00;

  --body-bg-color: #FFFFE0;
  --card-bg-color: #ffffff;
  --card-text-color: #111;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 66%;
  --banner-padding: 194.4px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1019px;
  --container-padding: 0 15px;
  --border-radius: 10px;
  --py: 40px;
  --py-2: 74px;
  --py-3: 65px;
  --text-align: left;
  --mb: 19px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 111px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 409ms;
  --animation-type: ease;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #242424;
  --contrast-text-color: #dedede;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', 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;
}

.qgerkohbl_wraper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .sntaqcoye_top {
        color: var(--header-text-color);
        padding: 0;
      }

      .sntaqcoye_top .qgerkohbl_wraper {
        border-bottom: 1px solid #7fdfff;
      }

      .luhrasdty_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .jwpiegmlz_top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .etnyfbsup_h {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .etnyfbsup_h:hover {
        color: var(--primary-btn-bg);
      }


      .shfolkaiy_header {
        display: flex;
        gap: 10px;
      }

      .emxvcajfn_header {
        display: none;
      }

      @media (max-width: 1024px) {
        .etnyfbsup_h {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .jwpiegmlz_top {
    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;
  }

  .etnyfbsup_h {
    padding: 10px 0;
    display: block;
  }

  .jwpiegmlz_top.active {
    opacity: 1;
    visibility: visible;
  }

  .emxvcajfn_header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .emxvcajfn_header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .emxvcajfn_header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .emxvcajfn_header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.osmrujgxt_brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.osmrujgxt_brand img {
  max-height: 80px;
}

.vcipwlgjx_primary,
.xjcksvbhq_sec {
  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;
}

.vcipwlgjx_primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.vcipwlgjx_primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.xjcksvbhq_sec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.xjcksvbhq_sec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ovbumgspt_foot{
  position: relative;
}
.ovbumgspt_foot * {
  z-index: 1;
  position: relative;
}


      .bnxehmspi_txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #66d9ff;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .bnxehmspi_txt > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .bnxehmspi_txt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .ovbumgspt_foot {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .egauxcqif_bot {
      max-width: 1280px;
      margin: 0 auto;
    }

    .mbkfwugpl_bot {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .ukhiswfot_bot {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .vikjmdypc_f {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .vikjmdypc_f:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .wdetklbrx_footer {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .ojvkehrgw_bot {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.6;
      margin: 0;
    }

    @media (max-width: 768px) {
      .ovbumgspt_foot {
        padding: 48px 16px;
      }

      .ukhiswfot_bot {
        gap: 16px;
      }
    }
    


        .ovbumgspt_foot:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(#1a3300 2.6px, transparent 2.6px), linear-gradient(to right, #1a3300 2.6px, #99ff33 2.6px);
            background-size: 96px 96px;
            
        }
        

.ukhiswfot_bot li:empty {
  display: none;
}

.kqtnpgzvw_hr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.kqtnpgzvw_hr {
  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;
}

.kqtnpgzvw_hr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.uhnvswktm_main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.dgiymqwnf_hero {
  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;
}

.lyqosvzpt_table{
  overflow-x: auto;
  width: 100%;
}

.bnxehmspi_txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.bnxehmspi_txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.bnxehmspi_txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.bnxehmspi_txt ul {
  list-style: none;
}

.bnxehmspi_txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.bnxehmspi_txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .bnxehmspi_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;
    }

    .bnxehmspi_txt ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .bnxehmspi_txt ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #00bfff 0%, #4dd2ff 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 1.25rem 0;
        padding: 0.75rem 0;
        font-size: 0.875rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #00BFFF;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        font-weight: 400;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.7;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.5;
        margin: 0 0.625rem;
        font-weight: 300;
      }
    


      .bnxehmspi_txt table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        border: 1px solid var(--table-border-color);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
      }

      .bnxehmspi_txt table th,
      .bnxehmspi_txt table td {
        padding: 10px;
        border: 1px solid var(--table-border-color);
      }
    

.bnxehmspi_txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.naxopvgch_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.higjcqyfe_blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .stbdfvuxl_column {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .stbdfvuxl_column .wqhrgnubd_column:first-child {
        order: 2;
      }

      .stbdfvuxl_column .wqhrgnubd_column:last-child {
        order: 1;
      }

      .stbdfvuxl_column h2 {
        margin-top: 0;
      }

      .stbdfvuxl_column figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .stbdfvuxl_column figure:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
        border-radius: var(--border-radius);
      }

      .stbdfvuxl_column img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .stbdfvuxl_column {
          grid-template-columns: 1fr;
        }

        .stbdfvuxl_column .wqhrgnubd_column:first-child {
          order: 1;
        }

        .stbdfvuxl_column .wqhrgnubd_column:last-child {
          order: 2;
        }
      }
    

.fjrcyaunh_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%;
}

.fjrcyaunh_tb p,
.fjrcyaunh_tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.fjrcyaunh_tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.fjrcyaunh_tb table td,
.fjrcyaunh_tb table th {
  border: 0;
}

.fjrcyaunh_tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.fjrcyaunh_tb tr:last-child {
  border-bottom: 0;
}

.fjrcyaunh_tb h2 {
  margin-top: 0;
}

/*
.awirhpcqb_card {
  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);
}
  */

.meyuhprqd_contrast {
  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);
}


    .meyuhprqd_contrast{
      background: rgba(0,191,255,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(0,191,255,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.meyuhprqd_contrast h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .uhnvswktm_main{
    flex-direction: column;
  }

  .dgiymqwnf_hero {
    width: 100%;
  }

  .fjrcyaunh_tb {
    padding: var(--py);
  }

  .meyuhprqd_contrast {
    padding: var(--py);
  }
}

.bpjelsnqx_sitemap{
  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);
}
.bpjelsnqx_sitemap 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;
}
.bpjelsnqx_sitemap a:hover {
  color: var(--primary-btn-bg);
}
.bpjelsnqx_sitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .gdactbyxj_form {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .jwhqgnboa_frm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .czghyklid_form {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .czghyklid_form h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .pzoelrvjw_fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .bajcruofy_form {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .jgxubdtaq_frm {
      font-size: 24px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-btn-bg);
      border-radius: 50%;
      flex-shrink: 0;
    }

    .qjsdxkcow_fr {
      color: var(--text-color);
      line-height: 1.5;
    }

    .qjsdxkcow_fr strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .tfkozjcpe_form {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .agzchkmuy_fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .twsrmuqbl_fr {
      display: flex;
      flex-direction: column;
    }

    .jaorimgbq_frm, .iwdxkfcmh_fr {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--body-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .jaorimgbq_frm:focus, .iwdxkfcmh_fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .iwdxkfcmh_fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .tfkozjcpe_form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .tfkozjcpe_form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .jwhqgnboa_frm {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .czghyklid_form, .tfkozjcpe_form {
        padding: 20px;
      }

      .agzchkmuy_fr {
        gap: 15px;
      }

      .jaorimgbq_frm, .iwdxkfcmh_fr {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


.nvs {
  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);
}

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

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

.ps__title {
  font-size: var(--fz-2);
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: var(--mb);
}

@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)
  }
}


        .kqtnpgzvw_hr {
            position: relative;
            min-height: 577px;
            background: #FFFFE0;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .dgiymqwnf_hero {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .pslhcyfat_banner {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .zfkouesty_hero {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .zfkouesty_hero:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .zfkouesty_hero:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .zfkouesty_hero:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .zfkouesty_hero:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .pfdyzcbxv_b {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1160px;
            max-width: 100%;
            padding: var(--py);
        }

        .ojwveaidg_ban {
            font-size: clamp(2rem, 10vw, 3rem);
            font-weight: 900;
            color: #000000;
            margin-bottom: 2rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .ewxofjgic_banner {
            display: block;
        }

        .jcbygsniv_hr {
            font-size: 18px;
            color: #000000;
            margin-bottom: 4rem;
            line-height: 1.6;
            max-width: 1115px;
        }

        @media (max-width: 1024px) {
            .ojwveaidg_ban {
                font-size: 30px;
            }
        }
        


        .efryubgxp_row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .awirhpcqb_card {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .awirhpcqb_card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, #00BFFF, #FF8C00);
        }

        .awirhpcqb_card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .awirhpcqb_card h3 {
            color: #111;
        }

        .awirhpcqb_card p {
            color: #111;
            margin: 0;
        }

        @media (max-width: 768px) {
            .efryubgxp_row {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        