/*!
Theme Name: t10o5g
Theme URI: #
Version: 3.1.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: t10o5g
*/

:root {
  --text-color: #3F3F3F;
  --heading-color: #00BCD4;
  --primary-btn-bg: #FF4081;
  --secondary-btn-bg: #3F51B5;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFFFFF;
  --header-text-color: #00BCD4;
  --header-border: 1px solid #FF4081;

  --footer-bg-color: #00BCD4;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #E0F7FA;
  --table-border-color: #80DEEA;
  --table-text-color: #093339;

  --body-bg-color: #FFFFFF;
  --card-bg-color: #ffffff;
  --card-text-color: #3F3F3F;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 77%;
  --banner-padding: 216px;
  --banner-border: 1px solid #FF4081;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1143px;
  --container-padding: 0 15px;
  --border-radius: 6px;
  --py: 16px;
  --py-2: 52px;
  --py-3: 72px;
  --text-align: center;
  --mb: 23px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 199px;
  --menu-margin: 0;

  --animation-duration: 717ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #333333;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 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;
}

.rhlyxkdpf-cont {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .fgbqawxoj-header {
        padding: var(--py) 0;
      }

      .zxajonbfr-head {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .etxwadubk-h {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ff9fc0;
      }

      .hsjpemdcl-top {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .hsjpemdcl-top:hover {
        color: var(--primary-btn-bg);
      }


      .myfvglqud-head {
        display: flex;
        gap: 10px;
      }

      .mfswkblnv-top {
        display: none;
      }

      .rokxvubts-log img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .zxajonbfr-head {
          justify-content: space-between;
          flex-direction: row;
        }

        .hsjpemdcl-top {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .etxwadubk-h {
    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;
  }

  .hsjpemdcl-top {
    padding: 10px 0;
    display: block;
  }

  .etxwadubk-h.active {
    opacity: 1;
    visibility: visible;
  }

  .mfswkblnv-top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .mfswkblnv-top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .mfswkblnv-top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .mfswkblnv-top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.rokxvubts-log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.rokxvubts-log img {
  max-height: 80px;
}

.nazelvqxp-first,
.iumpdbfhx-secondary {
  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;
}

.nazelvqxp-first {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.nazelvqxp-first:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.iumpdbfhx-secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.iumpdbfhx-secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ycrxjzvqe-foot{
  position: relative;
}
.ycrxjzvqe-foot * {
  z-index: 1;
  position: relative;
}


      .tpalqsodw-text > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffa8c5;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .tpalqsodw-text > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .tpalqsodw-text > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .jocqyrhvg-nvs__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .ycrxjzvqe-foot {
      background: linear-gradient(135deg, #0ae2ff 0%, #0090a3 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .ycrxjzvqe-foot::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .blqamtiyu-foot {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .gnvtjabzo-foot {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .hpoztskna-footer {
      width: 100%;
    }

    .encspovil-footer {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .klaysqfrh-bottom {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .klaysqfrh-bottom:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .dzeyngupq-bot {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .wkolmbfqd-f {
      text-align: center;
      padding-top: 20px;
    }

    .wkolmbfqd-f p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .ycrxjzvqe-foot {
        padding: 30px 0 15px;
      }

      .encspovil-footer {
        gap: 15px;
        flex-direction: column;
      }

      .klaysqfrh-bottom {
        font-size: 14px;
        padding: 6px 12px;
      }

      .gnvtjabzo-foot {
        margin-bottom: 20px;
      }

      .dzeyngupq-bot {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .encspovil-footer {
        gap: 10px;
      }

      .klaysqfrh-bottom {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.encspovil-footer li:empty {
  display: none;
}

.tmrxngcpe-banner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.tmrxngcpe-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;
}

.tmrxngcpe-banner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hjptcldar-hr{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.potdlveun-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;
}

.rtzgjwcmk-table{
  overflow-x: auto;
  width: 100%;
}

.tpalqsodw-text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.tpalqsodw-text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.tpalqsodw-text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.tpalqsodw-text ul {
  list-style: none;
}

.tpalqsodw-text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.tpalqsodw-text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .tpalqsodw-text ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .tpalqsodw-text ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3.5rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
      border: 1px solid #ffc2d6;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .tpalqsodw-text ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      color: var(--primary-btn-bg);
      width: 2rem;
      height: 2rem;
      border: 2px solid var(--primary-btn-bg);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
    }

    .tpalqsodw-text ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .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: #FF4081;
        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;
      }
    


      .tpalqsodw-text 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(0, 0, 0, 0.05);
        overflow: hidden;
      }

      .tpalqsodw-text table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .tpalqsodw-text table th {
        padding: 21px 31px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .tpalqsodw-text table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .tpalqsodw-text table tbody tr:last-child {
        border-bottom: none;
      }

      .tpalqsodw-text table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .tpalqsodw-text table td {
        padding: 20px 32px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .tpalqsodw-text table td:first-child {
        font-weight: normal;
      }
    

.tpalqsodw-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.zxmiwanqy-article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mkysqjcuw-blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .wezyqvuta-texted {
        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;
      }

      .wezyqvuta-texted::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #ffa8c505 0%, transparent 70%);
        z-index: 0;
      }

      .wezyqvuta-texted .okyzwvmfn-cols {
        position: relative;
        z-index: 1;
      }

      .wezyqvuta-texted .okyzwvmfn-cols:first-child {
        order: 2;
      }

      .wezyqvuta-texted .okyzwvmfn-cols:last-child {
        order: 1;
      }

      .wezyqvuta-texted 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;
      }

      .wezyqvuta-texted figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .wezyqvuta-texted figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .wezyqvuta-texted 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%, #ff4081 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .wezyqvuta-texted h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #ff4081 0%, #ff0f5f 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #ff408140;
      }

      .wezyqvuta-texted p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .wezyqvuta-texted {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .wezyqvuta-texted .okyzwvmfn-cols:first-child {
          order: 1;
        }

        .wezyqvuta-texted .okyzwvmfn-cols:last-child {
          order: 2;
        }

        .wezyqvuta-texted figure {
          transform: none;
        }

        .wezyqvuta-texted figure:hover {
          transform: scale(1.02);
        }

        .wezyqvuta-texted h2 {
          font-size: 2rem;
        }
      }
    

.lsncihdzr-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%;
}

.lsncihdzr-tb p,
.lsncihdzr-tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.lsncihdzr-tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.lsncihdzr-tb table td,
.lsncihdzr-tb table th {
  border: 0;
}

.lsncihdzr-tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.lsncihdzr-tb tr:last-child {
  border-bottom: 0;
}

.lsncihdzr-tb h2 {
  margin-top: 0;
}

/*
.tejsuqlxw-cards {
  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);
}
  */

.baqzxcrpw-d {
  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);
}


    .baqzxcrpw-d{
      background: linear-gradient(135deg, #333333 0%, #4d4d4d 100%);
      border-left: 6px solid var(--primary-btn-bg);
    }
    

.baqzxcrpw-d h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hjptcldar-hr{
    flex-direction: column;
  }

  .potdlveun-hero {
    width: 100%;
  }

  .lsncihdzr-tb {
    padding: var(--py);
  }

  .baqzxcrpw-d {
    padding: var(--py);
  }
}

.elatxkpbi-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);
}
.elatxkpbi-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;
}
.elatxkpbi-sitemap a:hover {
  color: var(--primary-btn-bg);
}
.elatxkpbi-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;
}


    .nbfgtriym-fr {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .navtwchsm-frm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .oaqsklvrn-fr {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .oaqsklvrn-fr h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .grxkefmyb-fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .wubfchgom-form {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .ezvnkbtya-fr {
      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;
    }

    .jwyuqbran-fr {
      color: var(--text-color);
      line-height: 1.5;
    }

    .jwyuqbran-fr strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .fmnzeurwk-form {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .gvkbeayhz-frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .jlhuyocfd-frm {
      display: flex;
      flex-direction: column;
    }

    .dguqsolbw-form, .dlbztfayj-form {
      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;
    }

    .dguqsolbw-form:focus, .dlbztfayj-form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .dlbztfayj-form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fmnzeurwk-form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .fmnzeurwk-form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .navtwchsm-frm {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .oaqsklvrn-fr, .fmnzeurwk-form {
        padding: 20px;
      }

      .gvkbeayhz-frm {
        gap: 15px;
      }

      .dguqsolbw-form, .dlbztfayj-form {
        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)
  }
}


        .tmrxngcpe-banner {
            position: relative;
            min-height: 457px;
            background: #FFFFFF;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .potdlveun-hero {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .zeghpokmj-main {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .getvaqlzc-b {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .getvaqlzc-b:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .getvaqlzc-b:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .getvaqlzc-b:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .getvaqlzc-b:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .ntiblkpdr-b {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1129px;
            max-width: 100%;
            padding: var(--py);
        }

        .uzpycmear-ban {
            font-size: clamp(3rem, 10vw, 2rem);
            font-weight: 900;
            color: #000000;
            margin-bottom: 2rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .zqdrapebl-hr {
            display: block;
        }

        .yfiudnkxp-b {
            font-size: 20px;
            color: #000000;
            margin-bottom: 3rem;
            line-height: 1.6;
            max-width: 1020px;
        }

        @media (max-width: 1024px) {
            .uzpycmear-ban {
                font-size: 29px;
            }
        }
        


        .zjowyptea-card {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .tejsuqlxw-cards {
            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;
        }

        .tejsuqlxw-cards::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #FF4081, #3F51B5);
        }

        .tejsuqlxw-cards:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .tejsuqlxw-cards h3 {
            color: #3F3F3F;
        }

        .tejsuqlxw-cards p {
            color: #3F3F3F;
            margin: 0;
        }

        @media (max-width: 768px) {
            .zjowyptea-card {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        