/*!
Theme Name: z0jw6l
Theme URI: #
Version: 6.0.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: z0jw6l
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FF6F61;
  --primary-btn-bg: #6A5B8A;
  --secondary-btn-bg: #FF7F50;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #1D1E2C;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #3B3C38;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #4B0082;
  --table-border-color: #FFD700;
  --table-text-color: #ffffff;

  --body-bg-color: #1D1E2C;
  --card-bg-color: #444769;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 65%;
  --banner-padding: 180px;
  --banner-border: 0 solid;
  --banner-bg-color: #4B0082;
  --banner-text-color: #ffffff;

  --container-max-width: 1276px;
  --container-padding: 0 15px;
  --border-radius: 17px;
  --py: 30px;
  --py-2: 71px;
  --py-3: 57px;
  --text-align: center;
  --mb: 24px;
  --fz-1: 36px;
  --fz-2: 30px;
  --fz-3: 25px;
  --logo-width: 186px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 649ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #f0f0f0;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Nata Sans', 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;
}

.peaojgl--wrapper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .xuhwrac--h {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(29,30,44,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .wovycfk--head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .bkptdhw--header {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .rodpqlk--head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .rodpqlk--head:hover {
        color: var(--primary-btn-bg);
      }


      .karjczw--header {
        display: flex;
        gap: 10px;
      }

      .hirbupl--top {
        display: none;
      }
    

@media (max-width: 1024px) {
  .bkptdhw--header {
    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;
  }

  .rodpqlk--head {
    padding: 10px 0;
    display: block;
  }

  .bkptdhw--header.active {
    opacity: 1;
    visibility: visible;
  }

  .hirbupl--top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .hirbupl--top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .hirbupl--top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .hirbupl--top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.wutopin--brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.wutopin--brand img {
  max-height: 80px;
}

.lquvmgz--first,
.qozrivp--second {
  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;
}

.lquvmgz--first {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.lquvmgz--first:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.qozrivp--second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.qozrivp--second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.crfteql--bot{
  position: relative;
}
.crfteql--bot * {
  z-index: 1;
  position: relative;
}


      .phmcunk--content > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #9f93b8;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .phmcunk--content > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .phmcunk--content > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .cdyekns--partners__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .crfteql--bot {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .ebvthkd--bottom {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .xzycuwr--f {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .jqfpxyz--f {
      display: flex;
      flex-direction: column;
    }

    .tonzbmf--f {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .jivalbf--f {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .uraictp--bot {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .uraictp--bot:hover {
      color: var(--primary-btn-bg);
    }

    .syrtnbi--footer {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .qwiyzha--foot {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .szkmutv--bottom {
      padding: 10px 15px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.1);
      color: var(--footer-text-color);
      font-size: 14px;
      outline: none;
    }

    .szkmutv--bottom::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .xzycuwr--f {
        flex-direction: column;
      }
    }
    



.jivalbf--f li:empty {
  display: none;
}

.vtikzyb--banner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.vtikzyb--banner {
  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;
}

.vtikzyb--banner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.edqgsza--main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.lgzvoaf--hr {
  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;
}

.fdqtyuv--tb{
  overflow-x: auto;
  width: 100%;
}

.phmcunk--content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.phmcunk--content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.phmcunk--content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.phmcunk--content ul {
  list-style: none;
}

.phmcunk--content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.phmcunk--content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .phmcunk--content 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;
    }

    .phmcunk--content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .phmcunk--content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #6a5b8a 0%, #9184ae 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: #6A5B8A;
        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;
      }
    


      .phmcunk--content 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(106,91,138,0.3);
        overflow: hidden;
      }

      .phmcunk--content table thead tr {
        border-bottom: 1px solid rgba(106,91,138,0.3);
      }

      .phmcunk--content table th {
        padding: 16px 34px;
        font-weight: normal;
        font-size: 14px;
        color: #6a5b8a;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
      }

      .phmcunk--content table tbody tr {
        border-bottom: 1px solid rgba(106,91,138,0.1);
        transition: all 0.2s ease;
      }

      .phmcunk--content table tbody tr:last-child {
        border-bottom: none;
      }

      .phmcunk--content table tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.05);
      }

      .phmcunk--content table tbody tr:hover td:first-child {
        color: #6a5b8a;
      }

      .phmcunk--content table td {
        padding: 20px 33px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        transition: color 0.2s ease;
      }

      .phmcunk--content table td:first-child {
        font-weight: normal;
      }
    

.phmcunk--content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.istnmdu--blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.svrgckl--blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .rwpvqmu--texted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .rwpvqmu--texted .zshxjbf--column:first-child {
        order: 1;
      }

      .rwpvqmu--texted .zshxjbf--column:last-child {
        order: 2;
        padding-left: 2rem;
      }

      .rwpvqmu--texted h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .rwpvqmu--texted h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #6a5b8a 0%, #9f93b8 100%);
        border-radius: 2px;
      }

      .rwpvqmu--texted figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .rwpvqmu--texted figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .rwpvqmu--texted figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .rwpvqmu--texted {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .rwpvqmu--texted .zshxjbf--column:first-child {
          order: 1;
        }

        .rwpvqmu--texted .zshxjbf--column:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.zwbdcsu--table {
  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%;
}

.zwbdcsu--table p,
.zwbdcsu--table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.zwbdcsu--table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.zwbdcsu--table table td,
.zwbdcsu--table table th {
  border: 0;
}

.zwbdcsu--table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.zwbdcsu--table tr:last-child {
  border-bottom: 0;
}

.zwbdcsu--table h2 {
  margin-top: 0;
}

/*
.wbsxuim--rows {
  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);
}
  */

.iqehwjz--darked {
  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);
}


    .iqehwjz--darked{
      background: linear-gradient(135deg, #6a5b8a 0%, #725b8b 50%, #8a5b8b 100%);
      padding: 54px;
    }
    

.iqehwjz--darked h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .edqgsza--main{
    flex-direction: column;
  }

  .lgzvoaf--hr {
    width: 100%;
  }

  .zwbdcsu--table {
    padding: var(--py);
  }

  .iqehwjz--darked {
    padding: var(--py);
  }
}

.cyvlueb--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);
}
.cyvlueb--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;
}
.cyvlueb--sm a:hover {
  color: var(--primary-btn-bg);
}
.cyvlueb--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;
}


    .egaspoq--fr {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .bhoqtyg--form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .rhuetsd--frm {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .rhuetsd--frm h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .zblrfst--form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .vtauhko--form {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .yhuvepz--form {
      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;
    }

    .ancgurj--fr {
      color: var(--text-color);
      line-height: 1.5;
    }

    .ancgurj--fr strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .oqsdfyg--frm {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .rcyghmx--fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .toajzmq--fr {
      display: flex;
      flex-direction: column;
    }

    .malrnbv--fr, .crufpzs--frm {
      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;
    }

    .malrnbv--fr:focus, .crufpzs--frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .crufpzs--frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .oqsdfyg--frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .oqsdfyg--frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .bhoqtyg--form {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .rhuetsd--frm, .oqsdfyg--frm {
        padding: 20px;
      }

      .rcyghmx--fr {
        gap: 15px;
      }

      .malrnbv--fr, .crufpzs--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)
  }
}


        .vtikzyb--banner {
            position: relative;
            padding: 79px 0;
            background-color: #1D1E2C;
            text-align: center;
        }

        .edqgsza--main {
            max-width: 1005px;
            margin: 0 auto;
            padding: 0 var(--py);
        }

        .xpfgkzj--main {
            font-size: clamp(53px, 8vw, 88px);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 25px;
            line-height: 1.1;
            letter-spacing: -0.02em;
        }

        .anqcdlw--ban {
            font-size: 17px;
            color: #ffffff;
            opacity: 0.7;
            max-width: 808px;
            margin: 0 auto 45px;
            line-height: 1.6;
        }

        .pdrnexh--hero {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 13px;
            max-width: 394px;
            margin: 0 auto 20px;
        }

        .tynrwvc--hr {
            flex: 1;
            height: 1px;
            background-color: #6A5B8A;
        }

        .jcehopf--banner {
            width: 19px;
            height: 19px;
            color: #6A5B8A;
            flex-shrink: 0;
        }

        @media (max-width: 1024px) {
            .xpfgkzj--main {
                font-size: 42px;
            }

            .anqcdlw--ban {
                font-size: 17px;
            }

            .vtikzyb--banner {
                padding: 40px 0;
            }
        }
        


        .hascpnt--cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .wbsxuim--rows {
            background: #444769;
            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;
        }

        .wbsxuim--rows::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #6A5B8A, #FF7F50);
        }

        .wbsxuim--rows:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .wbsxuim--rows h3 {
            color: #FFFFFF;
        }

        .wbsxuim--rows p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .hascpnt--cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        