/*!
Theme Name: 6awdp2
Theme URI: #
Version: 2.1.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 6awdp2
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #673AB7;
  --primary-btn-bg: #3F51B5;
  --secondary-btn-bg: #FF4081;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #1E1E1E;
  --header-text-color: #673AB7;
  --header-border: 1px solid #3F51B5;

  --footer-bg-color: #1A1A1A;
  --footer-text-color: #B0BEC5;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #424242;
  --table-border-color: #757575;
  --table-text-color: #ffffff;

  --body-bg-color: #1E1E1E;
  --card-bg-color: #525252;
  --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: 68%;
  --banner-padding: 180px;
  --banner-border: 3px solid #3F51B5;
  --banner-bg-color: #1E1E1E;
  --banner-text-color: #ffffff;

  --container-max-width: 1333px;
  --container-padding: 0 15px;
  --border-radius: 10px;
  --py: 30px;
  --py-2: 72px;
  --py-3: 75px;
  --text-align: center;
  --mb: 20px;
  --fz-1: 36px;
  --fz-2: 30px;
  --fz-3: 25px;
  --logo-width: 200px;
  --menu-margin: 0;

  --animation-duration: 629ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #ebebeb;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 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;
}

.wr__kjnmar {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h__pgekql {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(30,30,30,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .head__jqidcp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .h__tkuohb {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .header__fqbnvk {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .header__fqbnvk:hover {
        color: var(--primary-btn-bg);
      }


      .top__jiqahp {
        display: flex;
        gap: 10px;
      }

      .header__ucxrma {
        display: none;
      }
    

@media (max-width: 1024px) {
  .h__tkuohb {
    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;
  }

  .header__fqbnvk {
    padding: 10px 0;
    display: block;
  }

  .h__tkuohb.active {
    opacity: 1;
    visibility: visible;
  }

  .header__ucxrma {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header__ucxrma span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header__ucxrma.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header__ucxrma.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log__qjwrtb {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log__qjwrtb img {
  max-height: 80px;
}

.first__dwuiqg,
.alt__bnimal {
  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;
}

.first__dwuiqg {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first__dwuiqg:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt__bnimal {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt__bnimal:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f__thpyfl{
  position: relative;
}
.f__thpyfl * {
  z-index: 1;
  position: relative;
}


      .text__xzlamu > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #8692d5;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .text__xzlamu > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .text__xzlamu > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .pr__bltgzq {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f__thpyfl {
      background: linear-gradient(135deg, #333333 0%, #000000 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .footer__cklxrf {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .foot__aiwgmd {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .bottom__rcxzli {
      display: flex;
      flex-direction: column;
    }

    .footer__dqjrsh {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .footer__yxrifu {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .f__ribfnd {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .f__ribfnd:hover {
      color: var(--primary-btn-bg);
    }

    .bot__efqpkl {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .foot__aiwgmd {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .footer__yxrifu {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    



.footer__yxrifu li:empty {
  display: none;
}

.hr__vtwfch {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hr__vtwfch {
  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;
}

.hr__vtwfch svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banner__gpdojz{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hr__furmla {
  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;
}

.tb__demjan{
  overflow-x: auto;
  width: 100%;
}

.text__xzlamu {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text__xzlamu p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text__xzlamu ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text__xzlamu ul {
  list-style: none;
}

.text__xzlamu ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text__xzlamu ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text__xzlamu 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;
    }

    .text__xzlamu 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;
    }

    .text__xzlamu 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, #3f51b5 0%, #2c387d 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: #3F51B5;
        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;
      }
    


      .text__xzlamu 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;
      }

      .text__xzlamu table thead tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      }

      .text__xzlamu table th {
        padding: 18px 26px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .text__xzlamu table tbody tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        transition: background-color 0.2s ease;
      }

      .text__xzlamu table tbody tr:last-child {
        border-bottom: none;
      }

      .text__xzlamu table tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.02);
      }

      .text__xzlamu table td {
        padding: 17px 30px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .text__xzlamu table td:first-child {
        font-weight: normal;
      }
    

.text__xzlamu img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blog__pzrhso {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.articles__vrqdmt {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .column__gircla {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .column__gircla::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #99a3db 50%, transparent 100%);
        z-index: 1;
      }

      .column__gircla .column__xlgwkt:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .column__gircla .column__xlgwkt:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .column__gircla figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .column__gircla figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #3f51b520 0%, #99a3db10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .column__gircla figure:hover::before {
        opacity: 1;
      }

      .column__gircla figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .column__gircla h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .column__gircla h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #3f51b5;
        border-radius: 1px;
      }

      .column__gircla p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .column__gircla {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .column__gircla::before {
          display: none;
        }

        .column__gircla .column__xlgwkt:first-child {
          order: 1;
        }

        .column__gircla .column__xlgwkt:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tbl__jfgqci {
  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%;
}

.tbl__jfgqci p,
.tbl__jfgqci h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl__jfgqci table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl__jfgqci table td,
.tbl__jfgqci table th {
  border: 0;
}

.tbl__jfgqci table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl__jfgqci tr:last-child {
  border-bottom: 0;
}

.tbl__jfgqci h2 {
  margin-top: 0;
}

/*
.blocks__snrxhw {
  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);
}
  */

.contrast__fwgubp {
  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);
}


    .contrast__fwgubp{
      background: linear-gradient(135deg, #ebebeb 0%, #ffffff 100%);
      border-left: 6px solid var(--primary-btn-bg);
    }
    

.contrast__fwgubp h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banner__gpdojz{
    flex-direction: column;
  }

  .hr__furmla {
    width: 100%;
  }

  .tbl__jfgqci {
    padding: var(--py);
  }

  .contrast__fwgubp {
    padding: var(--py);
  }
}

.sm__xqzgun{
  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);
}
.sm__xqzgun 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;
}
.sm__xqzgun a:hover {
  color: var(--primary-btn-bg);
}
.sm__xqzgun h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .form__ozmcxy {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .form__klvwqd {
      display: flex;
      flex-direction: column;
    }

    .frm__jkmfqw, .fr__ucijln {
      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;
    }

    .frm__jkmfqw:focus, .fr__ucijln:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr__ucijln {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form__ozmcxy button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .form__ozmcxy button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form__ozmcxy {
        max-width: 100%;
        gap: 15px;
      }

      .frm__jkmfqw, .fr__ucijln {
        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)
  }
}


        .hr__vtwfch {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 38px var(--py) 81px;
            overflow: hidden;
        }

        .ban__dmvcpe {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .main__bailwe {
            position: absolute;
            border-radius: 50%;
            filter: blur(108px);
        }

        .main__bailwe:nth-child(1) {
            top: 27%;
            left: 23%;
            width: 377px;
            height: 376px;
            background: rgba(63, 81, 181, 0.1);
        }

        .main__bailwe:nth-child(2) {
            top: 36%;
            right: 27%;
            width: 342px;
            height: 350px;
            background: rgba(255, 64, 129, 0.1);
        }

        .main__bailwe:nth-child(3) {
            bottom: 26%;
            left: 44%;
            width: 286px;
            height: 252px;
            background: rgba(63, 81, 181, 0.15);
        }

        .ban__pcxlzd {
            position: relative;
            width: 100%;
            text-align: center;
            max-width: 1076px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(28px);
            border-radius: 37px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 67px;
            box-shadow: 0 12px 53px rgba(0, 0, 0, 0.3);
        }

        .ban__pcxlzd::before {
            content: '';
            position: absolute;
            top: -49px;
            right: -50px;
            width: 160px;
            height: 158px;
            background: linear-gradient(to bottom right, rgba(63, 81, 181, 0.2), transparent);
            border-radius: 50%;
            filter: blur(39px);
        }

        .ban__pcxlzd::after {
            content: '';
            position: absolute;
            bottom: -41px;
            left: -45px;
            width: 110px;
            height: 129px;
            background: linear-gradient(to top left, rgba(255, 64, 129, 0.2), transparent);
            border-radius: 50%;
            filter: blur(33px);
        }

        .hr__kcroxe {
            position: absolute;
            border-radius: 50%;
            animation: pulse 3s ease-in-out infinite;
        }

        .hr__kcroxe:nth-child(1) {
            top: 21px;
            right: 77px;
            width: 9px;
            height: 9px;
            background: #3F51B5;
            animation-delay: 0s;
        }

        .hr__kcroxe:nth-child(2) {
            bottom: 55px;
            left: 41px;
            width: 8px;
            height: 5px;
            background: #FF4081;
            animation-delay: 0.5s;
        }

        .hr__kcroxe:nth-child(3) {
            top: 72px;
            left: 65px;
            width: 3px;
            height: 6px;
            background: white;
            animation-delay: 1s;
        }

        .banner__vsdajx {
            font-size: clamp(56px, 8vw, 83px);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 26px;
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-align: center;
        }

        .banner__vsdajx .italic {
            font-style: italic;
            color: #3F51B5;
            opacity: 0.9;
        }

        .main__kaiwlf {
            font-size: 18px;
            color: #ffffff;
            opacity: 0.7;
            max-width: 559px;
            margin: 0 auto 32px;
            line-height: 1.6;
            text-align: center;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.1); }
        }

        @media (max-width: 1024px) {
            .ban__pcxlzd {
                padding: 49px;
            }

            .banner__vsdajx {
                font-size: 41px;
            }

            .main__kaiwlf {
                font-size: 16px;
            }
        }
        


        .rows__kqpxio {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .blocks__snrxhw {
            background: #525252;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 8px solid #3F51B5;
        }

        .blocks__snrxhw:nth-child(even) {
            border-left-color: #FF4081;
            margin-left: 28px;
        }

        .blocks__snrxhw:nth-child(odd) {
            margin-right: 28px;
        }

        .blocks__snrxhw::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #3F51B505, #FF408105);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .blocks__snrxhw:hover::before {
            opacity: 1;
        }

        .blocks__snrxhw:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .blocks__snrxhw h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .blocks__snrxhw p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .rows__kqpxio {
                max-width: 100%;
            }

            .blocks__snrxhw:nth-child(even),
            .blocks__snrxhw:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        