/*!
Theme Name: xmvqz2
Theme URI: #
Version: 3.1.8
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xmvqz2
*/

:root {
  --text-color: #ffffff;
  --heading-color: #ffeb3b;
  --primary-btn-bg: #ff4081;
  --secondary-btn-bg: #2196f3;
  --primary-btn-color: #ffffff;
  --secondary-btn-color: #ffffff;

  --header-bg-color: #607d8b;
  --header-text-color: #ffffff;
  --header-border: {{header-border}};

  --footer-bg-color: #212121;
  --footer-text-color: #ffffff;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #ffffff;
  --table-border-color: #e0e0e0;
  --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: center;
  --banner-column: 70%;
  --banner-padding: 194.4px;
  --banner-border: 0 solid;
  --banner-bg-color: #424242;
  --banner-text-color: #ffffff;

  --container-max-width: 1491px;
  --container-padding: 0 15px;
  --border-radius: 14px;
  --py: 25px;
  --py-2: 51px;
  --py-3: 73px;
  --text-align: left;
  --mb: 24px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 105px;
  --menu-margin: 0;

  --animation-duration: 622ms;
  --animation-type: ease-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #cccccc;
  --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;
}

.contotadmjkg {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .headaunpobmc {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .headerxjkqvldi {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .topndzegaxy {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .headvgzsoumf {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .headvgzsoumf:hover {
        color: var(--primary-btn-bg);
      }


      .headasizfygv {
        display: flex;
        gap: 10px;
      }

      .headwsinkgcm {
        display: none;
      }
    

@media (max-width: 1024px) {
  .topndzegaxy {
    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;
  }

  .headvgzsoumf {
    padding: 10px 0;
    display: block;
  }

  .topndzegaxy.active {
    opacity: 1;
    visibility: visible;
  }

  .headwsinkgcm {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .headwsinkgcm span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .headwsinkgcm.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .headwsinkgcm.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logjntmkruc {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logjntmkruc img {
  max-height: 80px;
}

.firstmgsvnqfx,
.secondyfeaqrvo {
  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;
}

.firstmgsvnqfx {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.firstmgsvnqfx:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondyfeaqrvo {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondyfeaqrvo:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.botmgafozsh{
  position: relative;
}
.botmgafozsh * {
  z-index: 1;
  position: relative;
}


      .contentvomixhnu > .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;
      }

      .contentvomixhnu > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .contentvomixhnu > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .partners__titleczspvnbg {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .botmgafozsh {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .footercbjaweql {
      max-width: 1280px;
      margin: 0 auto;
    }

    .botibkjytzr {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .frtanplko {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footcikrbasd {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .footcikrbasd:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .bottomnhucxwlg {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .fugqtzcbv {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.6;
      margin: 0;
    }

    @media (max-width: 768px) {
      .botmgafozsh {
        padding: 48px 16px;
      }

      .frtanplko {
        gap: 16px;
      }
    }
    



.frtanplko li:empty {
  display: none;
}

.hrzjcsnphd {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hrzjcsnphd {
  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;
}

.hrzjcsnphd svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hrkiybgnrs{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.mainbfpuazqi {
  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;
}

.tbjsvqdrzx{
  overflow-x: auto;
  width: 100%;
}

.contentvomixhnu {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.contentvomixhnu p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.contentvomixhnu ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.contentvomixhnu ul {
  list-style: none;
}

.contentvomixhnu ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.contentvomixhnu ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .contentvomixhnu 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;
    }

    .contentvomixhnu ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .contentvomixhnu ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff4081 0%, #ff8fb4 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: 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: #ff4081;
        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;
      }
    


      .contentvomixhnu 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 #e0e0e0;
        overflow: hidden;
      }

      .contentvomixhnu table thead tr {
        border-bottom: 1px solid #e0e0e0;
      }

      .contentvomixhnu table th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 12px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .contentvomixhnu table tbody tr {
        border-bottom: 1px solid #f2f2f2;
        transition: background-color 0.2s ease;
      }

      .contentvomixhnu table tbody tr:last-child {
        border-bottom: none;
      }

      .contentvomixhnu table tbody tr:hover {
        background-color: #fafafa;
      }

      .contentvomixhnu table td {
        padding: 20px 24px;
        font-size: 15px;
        color: var(--table-text-color);
        border: none;
      }

      .contentvomixhnu table td:first-child {
        font-weight: 500;
      }
    

.contentvomixhnu img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.posttuapeygm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.itemuvhlxiwc {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .textedqrdtbpzs {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .textedqrdtbpzs .textedquhemvlo:first-child {
        order: 2;
      }

      .textedqrdtbpzs .textedquhemvlo:last-child {
        order: 1;
      }

      .textedqrdtbpzs h2 {
        margin-top: 0;
      }

      .textedqrdtbpzs figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .textedqrdtbpzs figure:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
        border-radius: var(--border-radius);
      }

      .textedqrdtbpzs img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .textedqrdtbpzs {
          grid-template-columns: 1fr;
        }

        .textedqrdtbpzs .textedquhemvlo:first-child {
          order: 1;
        }

        .textedqrdtbpzs .textedquhemvlo:last-child {
          order: 2;
        }
      }
    

.tblyiqtadxu {
  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%;
}

.tblyiqtadxu p,
.tblyiqtadxu h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tblyiqtadxu table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tblyiqtadxu table td,
.tblyiqtadxu table th {
  border: 0;
}

.tblyiqtadxu table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tblyiqtadxu tr:last-child {
  border-bottom: 0;
}

.tblyiqtadxu h2 {
  margin-top: 0;
}

/*
.cardeqnyjdfg {
  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);
}
  */

.dmsnybhqz {
  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);
}


    .dmsnybhqz{
      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);
    }
    

.dmsnybhqz h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hrkiybgnrs{
    flex-direction: column;
  }

  .mainbfpuazqi {
    width: 100%;
  }

  .tblyiqtadxu {
    padding: var(--py);
  }

  .dmsnybhqz {
    padding: var(--py);
  }
}

.sitemappageawbtmpfy{
  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);
}
.sitemappageawbtmpfy 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;
}
.sitemappageawbtmpfy a:hover {
  color: var(--primary-btn-bg);
}
.sitemappageawbtmpfy h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frmsvwolpkf {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .frdkpnbaqx {
      display: flex;
      flex-direction: column;
    }

    .formuxkzdgrb, .formhujxqbsw {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .formuxkzdgrb:focus, .formhujxqbsw:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .formhujxqbsw {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frmsvwolpkf button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .frmsvwolpkf button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frmsvwolpkf {
        max-width: 100%;
        gap: 15px;
      }

      .formuxkzdgrb, .formhujxqbsw {
        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)
  }
}


        .hrzjcsnphd {
            position: relative;
            min-height: 563px;
            background: linear-gradient(31deg, #ff4081, #2196f3);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .mainbfpuazqi {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .hrzjcsnphd::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.1"%3E%3Ccircle cx="30" cy="30" r="2"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
            opacity: 0.3;
        }

        .hrelzirpdf {
            position: absolute;
            inset: 0;
            background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
        }

        .hrtrfqdaso {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1066px;
            max-width: 100%;
            padding: var(--py);
        }

        .hrgwziakor {
            font-size: clamp(2rem, 8vw, 3rem);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 1rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .hrzcubmyns {
            font-size: 20px;
            color: #ffffff;
            margin-bottom: 4rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .hrgwziakor {
                font-size: 25px;
            }
        }
        


        .cardsanoyupzx {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .cardeqnyjdfg {
            background: #333333;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 8px solid #ff4081;
        }

        .cardeqnyjdfg:nth-child(even) {
            border-left-color: #2196f3;
            margin-left: 48px;
        }

        .cardeqnyjdfg:nth-child(odd) {
            margin-right: 48px;
        }

        .cardeqnyjdfg::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #ff408105, #2196f305);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .cardeqnyjdfg:hover::before {
            opacity: 1;
        }

        .cardeqnyjdfg:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .cardeqnyjdfg h3 {
            color: #ffffff;
            position: relative;
            z-index: 1;
        }

        .cardeqnyjdfg p {
            color: #ffffff;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .cardsanoyupzx {
                max-width: 100%;
            }

            .cardeqnyjdfg:nth-child(even),
            .cardeqnyjdfg:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        