/*!
Theme Name: u9bev2
Theme URI: #
Version: 10.1.6
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: u9bev2
*/

:root {
  --text-color: #000000;
  --heading-color: #FF1493;
  --primary-btn-bg: #00CED1;
  --secondary-btn-bg: #F08080;
  --primary-btn-color: #000000;
  --secondary-btn-color: #000000;

  --header-bg-color: #FF4500;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #8B0000;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFE4E1;
  --table-border-color: #FFB6C1;
  --table-text-color: #470700;

  --body-bg-color: #FFF0F5;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 62%;
  --banner-padding: 172.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #FF69B4;
  --banner-text-color: #333333;

  --container-max-width: 1120px;
  --container-padding: 0 15px;
  --border-radius: 3px;
  --py: 40px;
  --py-2: 61px;
  --py-3: 79px;
  --text-align: left;
  --mb: 15px;
  --fz-1: 34.56px;
  --fz-2: 28.8px;
  --fz-3: 24px;
  --logo-width: 154px;
  --menu-margin: 0;

  --animation-duration: 696ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.wr_gjrlksn {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h_fjgdiul {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(255,69,0,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .h_tiyofcq {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .head_oytbunv {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h_ozidekj {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .h_ozidekj:hover {
        color: var(--primary-btn-bg);
      }


      .header_oelgthu {
        display: flex;
        gap: 10px;
      }

      .h_cqlvjyn {
        display: none;
      }
    

@media (max-width: 1024px) {
  .head_oytbunv {
    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;
  }

  .h_ozidekj {
    padding: 10px 0;
    display: block;
  }

  .head_oytbunv.active {
    opacity: 1;
    visibility: visible;
  }

  .h_cqlvjyn {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .h_cqlvjyn span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .h_cqlvjyn.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .h_cqlvjyn.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log_dnbksgf {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log_dnbksgf img {
  max-height: 80px;
}

.prim_nvhsbez,
.secondary_gptrdco {
  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;
}

.prim_nvhsbez {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim_nvhsbez:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary_gptrdco {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary_gptrdco:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bot_askzxih{
  position: relative;
}
.bot_askzxih * {
  z-index: 1;
  position: relative;
}


      .content_yhatipl > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #00ced1 0%, #009b9e 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .content_yhatipl > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .content_yhatipl > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


    .partners_nucqkao {
      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_nucqkao a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

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

    .ps_jpbvwsl {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bot_askzxih {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .foot_dlkvngq {
      max-width: 1280px;
      margin: 0 auto;
    }

    .bottom_jmcbtgq {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .foot_pfmuzoe {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .foot_pfmuzoe:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .bot_gnsekym {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .foot_gnpmboc {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .bottom_jmcbtgq {
        gap: 16px;
      }
    }
    



.bottom_jmcbtgq li:empty {
  display: none;
}

.ban_xhlkvni {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ban_xhlkvni {
  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;
}

.ban_xhlkvni svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.b_ofmikln{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.main_srukxaz {
  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;
}

.table_zaqoldv{
  overflow-x: auto;
  width: 100%;
}

.content_yhatipl {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content_yhatipl p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content_yhatipl ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content_yhatipl ul {
  list-style: none;
}

.content_yhatipl ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content_yhatipl ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content_yhatipl 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;
    }

    .content_yhatipl ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .content_yhatipl ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #00ced1 0%, #1ffbff 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: #00CED1;
        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;
      }
    


      .content_yhatipl 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 #ff9f94;
        overflow: hidden;
      }

      .content_yhatipl table thead {
        background-color: #ffdad6;
      }

      .content_yhatipl table thead tr {
        border-bottom: 1px solid #ff9f94;
      }

      .content_yhatipl table th {
        padding: 16px 26px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .content_yhatipl table tbody tr {
        border-bottom: 1px solid #ff9f94;
        transition: background-color 0.2s ease;
      }

      .content_yhatipl table tbody tr:last-child {
        border-bottom: none;
      }

      .content_yhatipl table tbody tr:hover {
        background-color: #ffdfdb;
      }

      .content_yhatipl table td {
        padding: 23px 28px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .content_yhatipl table td:first-child {
        font-weight: 500;
      }
    

.content_yhatipl img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.post_blnszxo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog_qmkdyog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols_hxbikug {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .cols_hxbikug::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #38fcff05 0%, transparent 70%);
        z-index: 0;
      }

      .cols_hxbikug .cols_myzncpo {
        position: relative;
        z-index: 1;
      }

      .cols_hxbikug .cols_myzncpo:first-child {
        order: 2;
      }

      .cols_hxbikug .cols_myzncpo:last-child {
        order: 1;
      }

      .cols_hxbikug figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .cols_hxbikug figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .cols_hxbikug figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .cols_hxbikug h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #00ced1 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .cols_hxbikug h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #00ced1 0%, #009b9e 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #00ced140;
      }

      .cols_hxbikug p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .cols_hxbikug {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .cols_hxbikug .cols_myzncpo:first-child {
          order: 1;
        }

        .cols_hxbikug .cols_myzncpo:last-child {
          order: 2;
        }

        .cols_hxbikug figure {
          transform: none;
        }

        .cols_hxbikug figure:hover {
          transform: scale(1.02);
        }

        .cols_hxbikug h2 {
          font-size: 2rem;
        }
      }
    

.table_lxjpgqz {
  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%;
}

.table_lxjpgqz p,
.table_lxjpgqz h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table_lxjpgqz table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table_lxjpgqz table td,
.table_lxjpgqz table th {
  border: 0;
}

.table_lxjpgqz table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table_lxjpgqz tr:last-child {
  border-bottom: 0;
}

.table_lxjpgqz h2 {
  margin-top: 0;
}

/*
.blocks_nxjyred {
  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);
}
  */

.invert_ukfymeo {
  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);
}


    .invert_ukfymeo{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.invert_ukfymeo h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .b_ofmikln{
    flex-direction: column;
  }

  .main_srukxaz {
    width: 100%;
  }

  .table_lxjpgqz {
    padding: var(--py);
  }

  .invert_ukfymeo {
    padding: var(--py);
  }
}

.sm_faiqzbu{
  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_faiqzbu 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_faiqzbu a:hover {
  color: var(--primary-btn-bg);
}
.sm_faiqzbu h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm_lcgtabh {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
      overflow: hidden;
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .fr_kzthrvq {
      padding: 30px;
    }

    .form_aqxskoj {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm_pkrufnz {
      display: flex;
      flex-direction: column;
    }

    .fr_ylszcrn {
      font-weight: 600;
      color: var(--heading-color);
      margin-bottom: 8px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .frm_yqfaubh, .form_puoabrc {
      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;
    }

    .frm_yqfaubh:focus, .form_puoabrc:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form_puoabrc {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr_kzthrvq button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
      margin-top: 10px;
    }

    .fr_kzthrvq button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .form_jmnoiby {
      text-align: center;
      margin-top: 20px;
    }

    .form_atudnev {
      color: var(--text-color);
      opacity: 0.7;
      font-size: 12px;
      margin: 0;
    }

    @media (max-width: 768px) {
      .frm_lcgtabh {
        margin: var(--mb) 15px;
      }

      ."form__header" {
        padding: 20px;
      }

      .fr_kzthrvq {
        padding: 20px;
      }

      .form_aqxskoj {
        gap: 15px;
      }

      .frm_yqfaubh, .form_puoabrc {
        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)
  }
}


        .ban_xhlkvni {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 50px var(--py) 95px;
            overflow: hidden;
        }

        .ban_axohkpn {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .main_yjrufpe {
            position: absolute;
            border-radius: 50%;
            filter: blur(111px);
        }

        .main_yjrufpe:nth-child(1) {
            top: 26%;
            left: 22%;
            width: 379px;
            height: 304px;
            background: rgba(0, 206, 209, 0.1);
        }

        .main_yjrufpe:nth-child(2) {
            top: 32%;
            right: 21%;
            width: 342px;
            height: 299px;
            background: rgba(240, 128, 128, 0.1);
        }

        .main_yjrufpe:nth-child(3) {
            bottom: 30%;
            left: 42%;
            width: 238px;
            height: 205px;
            background: rgba(0, 206, 209, 0.15);
        }

        .b_mroeyxi {
            position: relative;
            width: 100%;
            text-align: center;
            max-width: 1007px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(22px);
            border-radius: 35px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 67px;
            box-shadow: 0 8px 41px rgba(0, 0, 0, 0.3);
        }

        .b_mroeyxi::before {
            content: '';
            position: absolute;
            top: -47px;
            right: -42px;
            width: 135px;
            height: 133px;
            background: linear-gradient(to bottom right, rgba(0, 206, 209, 0.2), transparent);
            border-radius: 50%;
            filter: blur(35px);
        }

        .b_mroeyxi::after {
            content: '';
            position: absolute;
            bottom: -46px;
            left: -42px;
            width: 109px;
            height: 115px;
            background: linear-gradient(to top left, rgba(240, 128, 128, 0.2), transparent);
            border-radius: 50%;
            filter: blur(31px);
        }

        .main_hyepdwz {
            position: absolute;
            border-radius: 50%;
            animation: pulse 3s ease-in-out infinite;
        }

        .main_hyepdwz:nth-child(1) {
            top: 23px;
            right: 64px;
            width: 9px;
            height: 10px;
            background: #00CED1;
            animation-delay: 0s;
        }

        .main_hyepdwz:nth-child(2) {
            bottom: 49px;
            left: 57px;
            width: 5px;
            height: 5px;
            background: #F08080;
            animation-delay: 0.5s;
        }

        .main_hyepdwz:nth-child(3) {
            top: 72px;
            left: 74px;
            width: 5px;
            height: 3px;
            background: white;
            animation-delay: 1s;
        }

        .hr_dkpfgji {
            font-size: clamp(48px, 8vw, 84px);
            font-weight: bold;
            color: #333333;
            margin-bottom: 28px;
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-align: center;
        }

        .hr_dkpfgji .italic {
            font-style: italic;
            color: #00CED1;
            opacity: 0.9;
        }

        .hr_zrngtqa {
            font-size: 19px;
            color: #333333;
            opacity: 0.7;
            max-width: 654px;
            margin: 0 auto 34px;
            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) {
            .b_mroeyxi {
                padding: 50px;
            }

            .hr_dkpfgji {
                font-size: 37px;
            }

            .hr_zrngtqa {
                font-size: 14px;
            }
        }
        


        .block_wvxiaqt {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .blocks_nxjyred {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .blocks_nxjyred::before {
            content: '';
            position: absolute;
            top: 78%;
            left: 55%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #00CED120, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .blocks_nxjyred:hover::before {
            width: 326px;
            height: 326px;
        }

        .blocks_nxjyred:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .blocks_nxjyred h3 {
            color: #000000;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .blocks_nxjyred:hover h3 {
            color: #00CED1;
        }

        .blocks_nxjyred p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .block_wvxiaqt {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        