/*!
Theme Name: gu8rmt
Theme URI: #
Version: 6.7.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gu8rmt
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FF9F00;
  --primary-btn-bg: #FF4848;
  --secondary-btn-bg: #005DC3;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #3B3B3B;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #222222;
  --footer-text-color: #E0E0E0;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #2D2D2D;
  --table-border-color: #444444;
  --table-text-color: #fafafa;

  --body-bg-color: #121212;
  --card-bg-color: #454545;
  --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: 61%;
  --banner-padding: 144px;
  --banner-border: 0 solid;
  --banner-bg-color: #1F1F1F;
  --banner-text-color: #ffffff;

  --container-max-width: 1272px;
  --container-padding: 0 15px;
  --border-radius: 25px;
  --py: 37px;
  --py-2: 71px;
  --py-3: 60px;
  --text-align: center;
  --mb: 19px;
  --fz-1: 28.8px;
  --fz-2: 24px;
  --fz-3: 20px;
  --logo-width: 140px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 422ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #dedede;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', 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--dsyeczplk {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .head--ivywxujok {
        padding: var(--py) 0;
      }

      .top--xebytzjwn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .h--gwenypdkx {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ffa3a3;
      }

      .header--cmivuhwtp {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .header--cmivuhwtp:hover {
        color: var(--primary-btn-bg);
      }


      .top--elfvjchsg {
        display: flex;
        gap: 10px;
      }

      .top--olxqchavn {
        display: none;
      }

      .log--xypcujdqa img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .top--xebytzjwn {
          justify-content: space-between;
          flex-direction: row;
        }

        .header--cmivuhwtp {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .h--gwenypdkx {
    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--cmivuhwtp {
    padding: 10px 0;
    display: block;
  }

  .h--gwenypdkx.active {
    opacity: 1;
    visibility: visible;
  }

  .top--olxqchavn {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top--olxqchavn span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top--olxqchavn.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top--olxqchavn.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log--xypcujdqa {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log--xypcujdqa img {
  max-height: 80px;
}

.primary--rtgjbhczy,
.alt--nvarlxjdb {
  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;
}

.primary--rtgjbhczy {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary--rtgjbhczy:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt--nvarlxjdb {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt--nvarlxjdb:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.foot--qvzgecuml{
  position: relative;
}
.foot--qvzgecuml * {
  z-index: 1;
  position: relative;
}


      .content--ybpvhnmdq > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ff4848 0%, #ff1414 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--ybpvhnmdq > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .content--ybpvhnmdq > .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;
      }
    


    .nvs--jrgzhlqbc {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

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

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

    .pr__title--atdirnfcu {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .foot--qvzgecuml {
      background: linear-gradient(135deg, #3b3b3b 0%, #080808 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .foot--qvzgecuml::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%);
    }

    .bot--lvxsiwmjq {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .foot--zinoywsfd {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .footer--eigatodjr {
      width: 100%;
    }

    .foot--uicywrpdf {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footer--smjpurbxq {
      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;
    }

    .footer--smjpurbxq:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .foot--mwuevgynj {
      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;
    }

    .footer--xytzsonjk {
      text-align: center;
      padding-top: 20px;
    }

    .footer--xytzsonjk p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .foot--qvzgecuml {
        padding: 30px 0 15px;
      }

      .foot--uicywrpdf {
        gap: 15px;
        flex-direction: column;
      }

      .footer--smjpurbxq {
        font-size: 14px;
        padding: 6px 12px;
      }

      .foot--zinoywsfd {
        margin-bottom: 20px;
      }

      .foot--mwuevgynj {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .foot--uicywrpdf {
        gap: 10px;
      }

      .footer--smjpurbxq {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.foot--uicywrpdf li:empty {
  display: none;
}

.banner--uqaflbsco {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.banner--uqaflbsco {
  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;
}

.banner--uqaflbsco svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.b--teafrgbwu{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.b--mflcuhtvs {
  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--rlybfqkis{
  overflow-x: auto;
  width: 100%;
}

.content--ybpvhnmdq {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content--ybpvhnmdq p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content--ybpvhnmdq ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content--ybpvhnmdq ul {
  list-style: none;
}

.content--ybpvhnmdq ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content--ybpvhnmdq ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content--ybpvhnmdq 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--ybpvhnmdq 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;
    }

    .content--ybpvhnmdq 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, #ff4848 0%, #fa0000 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: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FF4848;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    


      .content--ybpvhnmdq table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
        margin: 0;
      }

      .wp-block-table {
        border-radius: var(--border-radius);
        border: 1px solid #616161;
        box-shadow: 0 25px 50px -12px #616161;
      }

      .content--ybpvhnmdq table thead {
        background-color: #474747;
      }

      .content--ybpvhnmdq table thead tr {
        border-bottom: 1px solid #616161;
      }

      .content--ybpvhnmdq table th {
        padding: 17px 35px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .content--ybpvhnmdq table tbody tr {
        border-bottom: 1px solid #616161;
      }

      .content--ybpvhnmdq table tbody tr:last-child {
        border-bottom: none;
      }

      .content--ybpvhnmdq table td {
        padding: 23px 30px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .content--ybpvhnmdq table td:first-child {
        font-weight: 500;
      }
    

.content--ybpvhnmdq img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articles--fcxjsodqa {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post--shzackgbv {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols--cofhgukiq {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .cols--cofhgukiq .texted--mudavzfxo:first-child {
        order: 2;
      }

      .cols--cofhgukiq .texted--mudavzfxo:last-child {
        order: 1;
      }

      .cols--cofhgukiq h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .cols--cofhgukiq {
          grid-template-columns: 1fr;
        }

        .cols--cofhgukiq .texted--mudavzfxo:first-child {
          order: 1;
        }

        .cols--cofhgukiq .texted--mudavzfxo:last-child {
          order: 2;
        }
      }
    

.tbl--rswfpnzci {
  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--rswfpnzci p,
.tbl--rswfpnzci h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl--rswfpnzci table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl--rswfpnzci table td,
.tbl--rswfpnzci table th {
  border: 0;
}

.tbl--rswfpnzci table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl--rswfpnzci tr:last-child {
  border-bottom: 0;
}

.tbl--rswfpnzci h2 {
  margin-top: 0;
}

/*
.row--fdvqmkjrb {
  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--zwmlafhpx {
  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--zwmlafhpx{
      background: linear-gradient(135deg, #dedede 0%, #f7f7f7 100%);
      border-left: 9px solid var(--primary-btn-bg);
    }
    

.contrast--zwmlafhpx h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .b--teafrgbwu{
    flex-direction: column;
  }

  .b--mflcuhtvs {
    width: 100%;
  }

  .tbl--rswfpnzci {
    padding: var(--py);
  }

  .contrast--zwmlafhpx {
    padding: var(--py);
  }
}

.sm--quogfnlsv{
  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--quogfnlsv 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--quogfnlsv a:hover {
  color: var(--primary-btn-bg);
}
.sm--quogfnlsv 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--vaqxmuzrh {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .fr--uetiljmkx {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .fr--bsupocatl {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .fr--bsupocatl h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .form--tapslhomr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .fr--hsopurmxy {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .form--tsyzcpdxh {
      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;
    }

    .frm--qxupdewib {
      color: var(--text-color);
      line-height: 1.5;
    }

    .frm--qxupdewib strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .fr--lsdqngvzr {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .frm--iycvglhok {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .fr--ycpkxhmdn {
      display: flex;
      flex-direction: column;
    }

    .frm--rgaeiqxwo, .fr--fusblgawq {
      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--rgaeiqxwo:focus, .fr--fusblgawq:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr--fusblgawq {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr--lsdqngvzr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .fr--lsdqngvzr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr--uetiljmkx {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .fr--bsupocatl, .fr--lsdqngvzr {
        padding: 20px;
      }

      .frm--iycvglhok {
        gap: 15px;
      }

      .frm--rgaeiqxwo, .fr--fusblgawq {
        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)
  }
}


        .banner--uqaflbsco {
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #FF484815, #005DC315);
            min-height: 616px;
            display: flex;
            align-items: center;
        }

        .hero--xgpqmeocl {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .banner--nfaehkzrc {
            position: absolute;
            animation: float 6s ease-in-out infinite;
        }

        .banner--nfaehkzrc:nth-child(1) {
            top: 20%;
            right: 10%;
            width: 13px;
            height: 12px;
            background: #FF4848;
            border-radius: 1px;
            transform: rotate(28deg);
            animation-delay: 0s;
        }

        .banner--nfaehkzrc:nth-child(2) {
            bottom: 39%;
            left: 24%;
            width: 16px;
            height: 21px;
            background: #005DC3;
            border-radius: 2px;
            animation-delay: 2s;
        }

        .banner--nfaehkzrc:nth-child(3) {
            top: 39%;
            left: 24%;
            width: 24px;
            height: 22px;
            background: #FF9F00;
            border-radius: 2px;
            transform: rotate(18deg);
            animation-delay: 4s;
        }

        .banner--ojugnrxcl {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 1049px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .hero--opbstliwv {
            font-size: clamp(3rem, 8vw, 3rem);
            font-weight: bold;
            background: linear-gradient(45deg, #FF4848, #005DC3);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 2rem;
        }

        .main--ldphivfbe {
            font-size: 17px;
            color: #ffffff;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-12px); }
        }

        @media (max-width: 1024px) {
            .hero--opbstliwv {
                font-size: 26px;
            }
        }
        


        .blocks--whreuslnz {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .row--fdvqmkjrb {
            background: #454545;
            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;
        }

        .row--fdvqmkjrb::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 8px;
            background: linear-gradient(90deg, #FF4848, #005DC3);
        }

        .row--fdvqmkjrb:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .row--fdvqmkjrb h3 {
            color: #FFFFFF;
        }

        .row--fdvqmkjrb p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .blocks--whreuslnz {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        