/*!
Theme Name: vm07n1
Theme URI: #
Version: 9.2.9
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vm07n1
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #1D8BF1;
  --primary-btn-bg: #FFBB33;
  --secondary-btn-bg: #F99D1C;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #000000;
  --header-text-color: #1D8BF1;
  --header-border: 1px solid #FFBB33;

  --footer-bg-color: #000000;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #BDC3C7;
  --table-text-color: #333333;

  --body-bg-color: #000000;
  --card-bg-color: #333333;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 67%;
  --banner-padding: 136.8px;
  --banner-border: 1px solid #FFBB33;
  --banner-bg-color: #000000;
  --banner-text-color: #ffffff;

  --container-max-width: 1135px;
  --container-padding: 0 15px;
  --border-radius: 9px;
  --py: 15px;
  --py-2: 53px;
  --py-3: 64px;
  --text-align: center;
  --mb: 25px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 101px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 326ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #cccccc;
  --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;
}

.c-lwavqz {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .top-roapmb {
        padding: var(--py) 0;
      }

      .header-gqewxy {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .header-vrymqk {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ffdd99;
      }

      .header-btnwvm {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .header-btnwvm:hover {
        color: var(--primary-btn-bg);
      }


      .top-kpjemr {
        display: flex;
        gap: 10px;
      }

      .head-lqbors {
        display: none;
      }

      .l-uwmagq img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .header-gqewxy {
          justify-content: space-between;
          flex-direction: row;
        }

        .header-btnwvm {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .header-vrymqk {
    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-btnwvm {
    padding: 10px 0;
    display: block;
  }

  .header-vrymqk.active {
    opacity: 1;
    visibility: visible;
  }

  .head-lqbors {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head-lqbors span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head-lqbors.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head-lqbors.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.l-uwmagq {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l-uwmagq img {
  max-height: 80px;
}

.primary-mkyshq,
.alt-tcmosj {
  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-mkyshq {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary-mkyshq:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt-tcmosj {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt-tcmosj:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footer-ijzobe{
  position: relative;
}
.footer-ijzobe * {
  z-index: 1;
  position: relative;
}


      .text-vhocfe > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffdd99;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .text-vhocfe > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .text-vhocfe > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

    .ps-xueynp a:hover {
      opacity: .7;
    }

    .ps-keimlw {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .footer-ijzobe {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #0d0d0d 0%, #000000 40%, #000000 60%);
    }

    .footer-ijzobe::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .foot-rucnjl {
      max-width: 1536px;
      margin: 0 auto;
    }

    .footer-rimlez {
      position: relative;
    }

    .bot-enhrtz {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 32px;
      margin: 0;
      margin-bottom: 50px;
      list-style: none;
      padding: 50px 0 0 0;
    }

    .footer-okfbqs {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.05em;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .footer-okfbqs:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .f-pjlnci {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .footer-dyotla {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .footer-ijzobe {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .bot-enhrtz {
        gap: 24px;
      }
    }
    



.bot-enhrtz li:empty {
  display: none;
}

.b-bewnok {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b-bewnok {
  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;
}

.b-bewnok svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banner-aqsefm{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.b-pekuvx {
  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-fcpuvq{
  overflow-x: auto;
  width: 100%;
}

.text-vhocfe {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text-vhocfe p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text-vhocfe ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text-vhocfe ul {
  list-style: none;
}

.text-vhocfe ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text-vhocfe ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text-vhocfe 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-vhocfe 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-vhocfe 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, #ffbb33 0%, #e69900 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: #FFBB33;
        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-vhocfe table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        border: 1px solid var(--table-border-color);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
      }

      .text-vhocfe table th,
      .text-vhocfe table td {
        padding: 10px;
        border: 1px solid var(--table-border-color);
      }
    

.text-vhocfe img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articles-gepuhl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.articles-amokgc {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .col-asgnwr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .col-asgnwr .texted-fdxpyj:first-child {
        order: 2;
      }

      .col-asgnwr .texted-fdxpyj:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .col-asgnwr h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .col-asgnwr h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #ffbb33 0%, #ffdd99 100%);
        border-radius: 2px;
      }

      .col-asgnwr figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .col-asgnwr figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .col-asgnwr figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .col-asgnwr {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .col-asgnwr .texted-fdxpyj:first-child {
          order: 1;
        }

        .col-asgnwr .texted-fdxpyj:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.tbl-irgutx {
  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-irgutx p,
.tbl-irgutx h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl-irgutx table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl-irgutx table td,
.tbl-irgutx table th {
  border: 0;
}

.tbl-irgutx table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl-irgutx tr:last-child {
  border-bottom: 0;
}

.tbl-irgutx h2 {
  margin-top: 0;
}

/*
.rows-wjsvcd {
  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);
}
  */

.inv-mdcfxv {
  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);
}


    .inv-mdcfxv{
      background: rgba(255,187,51,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,187,51,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.inv-mdcfxv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banner-aqsefm{
    flex-direction: column;
  }

  .b-pekuvx {
    width: 100%;
  }

  .tbl-irgutx {
    padding: var(--py);
  }

  .inv-mdcfxv {
    padding: var(--py);
  }
}

.sitemappage-dfogtr{
  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);
}
.sitemappage-dfogtr 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;
}
.sitemappage-dfogtr a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage-dfogtr 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-mpvdqf {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .form-daimps {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .frm-yzomxg {
      padding: 40px 0;
    }

    .form-vdhabj {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .fr-qrzhfc {
      color: var(--text-color);
      font-size: 16px;
    }

    .fr-qrzhfc strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .frm-zjnase {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .form-dknfxg {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form-wtnaov {
      display: flex;
      flex-direction: column;
    }

    .frm-ixgwrh, .fr-docnvb {
      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-ixgwrh:focus, .fr-docnvb:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr-docnvb {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form-dknfxg button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .form-dknfxg button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form-daimps {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .frm-zjnase {
        padding: 30px 20px;
      }

      .frm-yzomxg {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    

@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)
  }
}


        .b-bewnok {
            position: relative;
            min-height: 436px;
            background: #000000;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .b-pekuvx {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .main-izbyfs {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .hr-suwxhz {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .hr-suwxhz:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .hr-suwxhz:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .hr-suwxhz:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .hr-suwxhz:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .main-eswric {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1122px;
            max-width: 100%;
            padding: var(--py);
        }

        .b-gzeaxf {
            font-size: clamp(3rem, 10vw, 3rem);
            font-weight: 900;
            color: #ffffff;
            margin-bottom: 2rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .ban-dvyfeb {
            display: block;
        }

        .main-knaqhf {
            font-size: 17px;
            color: #ffffff;
            margin-bottom: 4rem;
            line-height: 1.6;
            max-width: 1043px;
        }

        @media (max-width: 1024px) {
            .b-gzeaxf {
                font-size: 31px;
            }
        }
        


        .cards-gdhulz {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .rows-wjsvcd {
            background: #333333;
            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;
        }

        .rows-wjsvcd::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 9px;
            background: linear-gradient(90deg, #FFBB33, #F99D1C);
        }

        .rows-wjsvcd:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .rows-wjsvcd h3 {
            color: #FFFFFF;
        }

        .rows-wjsvcd p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .cards-gdhulz {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        