/*!
Theme Name: xpn4cw
Theme URI: #
Version: 4.9.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xpn4cw
*/

:root {
  --text-color: #000000;
  --heading-color: #FF5733;
  --primary-btn-bg: #FF6F61;
  --secondary-btn-bg: #C70039;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #900C3F;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #581845;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFC300;
  --table-border-color: #DAF7A6;
  --table-text-color: #000000;

  --body-bg-color: #F4F4F4;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 64%;
  --banner-padding: 129.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFDA79;
  --banner-text-color: #333333;

  --container-max-width: 1188px;
  --container-padding: 0 15px;
  --border-radius: 9px;
  --py: 26px;
  --py-2: 52px;
  --py-3: 76px;
  --text-align: center;
  --mb: 23px;
  --fz-1: 25.92px;
  --fz-2: 21.6px;
  --fz-3: 18px;
  --logo-width: 197px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 593ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #292929;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.kmrbnav--wraper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.kyrnwdu--top {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.cvrihay--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.liqgfaw--h {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.ykgvupr--h {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.ykgvupr--h:hover {
  color: var(--primary-btn-bg);
}


.ljkodci--head {
  display: flex;
  gap: 10px;
}

.alcpoqt--brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.alcpoqt--brand img {
  max-height: 80px;
}

.ckqxhoi--first,
.rtpnlcz--second {
  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;
}

.ckqxhoi--first {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ckqxhoi--first:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.rtpnlcz--second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.rtpnlcz--second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.exktagm--bot{
  position: relative;
}
.exktagm--bot * {
  z-index: 1;
  position: relative;
}


    .exktagm--bot {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .kgloebn--f {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .aogjmuf--bottom {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .wqpfdiz--bot {
      display: flex;
      flex-direction: column;
    }

    .ewgoyvk--footer {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .gaqhjbk--foot {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .poaxuwc--bot {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .poaxuwc--bot:hover {
      color: var(--primary-btn-bg);
    }

    .yfszutg--foot {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .xhfpdce--f {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .htnwroi--f {
      padding: 10px 15px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.1);
      color: var(--footer-text-color);
      font-size: 14px;
      outline: none;
    }

    .htnwroi--f::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .aogjmuf--bottom {
        flex-direction: column;
      }
    }
    



.gaqhjbk--foot li:empty {
  display: none;
}

.aunvhqx--hr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.aunvhqx--hr {
  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;
}

.aunvhqx--hr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.bstoxid--hero{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.bjqsgkl--banner {
  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;
}

.wrifxgc--tb{
  overflow-x: auto;
  width: 100%;
}

.fvpcdhz--text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.fvpcdhz--text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.fvpcdhz--text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.fvpcdhz--text ul {
  list-style: none;
}

.fvpcdhz--text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.fvpcdhz--text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .fvpcdhz--text 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;
    }

    .fvpcdhz--text ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .fvpcdhz--text ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff6f61 0%, #ffb4ad 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: #FF6F61;
        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;
      }
    

.fvpcdhz--text 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);
}

.fvpcdhz--text table th,
.fvpcdhz--text table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.fvpcdhz--text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.dfpsvob--post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.izelhdn--item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .dtzhalo--col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .dtzhalo--col::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #ffe3e0 50%, transparent 100%);
        z-index: 1;
      }

      .dtzhalo--col .vdjqzfe--texted:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .dtzhalo--col .vdjqzfe--texted:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .dtzhalo--col figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .dtzhalo--col figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #ff6f6120 0%, #ffe3e010 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .dtzhalo--col figure:hover::before {
        opacity: 1;
      }

      .dtzhalo--col figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
      }

      .dtzhalo--col h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .dtzhalo--col h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #ff6f61;
        border-radius: 1px;
      }

      .dtzhalo--col p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .dtzhalo--col {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .dtzhalo--col::before {
          display: none;
        }

        .dtzhalo--col .vdjqzfe--texted:first-child {
          order: 1;
        }

        .dtzhalo--col .vdjqzfe--texted:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.ufvlotg--table {
  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%;
}

.ufvlotg--table p,
.ufvlotg--table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.ufvlotg--table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.ufvlotg--table table td,
.ufvlotg--table table th {
  border: 0;
}

.ufvlotg--table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.ufvlotg--table tr:last-child {
  border-bottom: 0;
}

.ufvlotg--table h2 {
  margin-top: 0;
}

/*
.xbcntus--block {
  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);
}
  */

.opluyzg--dark {
  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);
}


    .opluyzg--dark{
      background: linear-gradient(135deg, #292929 0%, #424242 100%);
      border-left: 6px solid var(--primary-btn-bg);
    }
    

.opluyzg--dark h2 {
  color: inherit;
  margin-top: 0;
}

.zfxvitk--head {
  display: none;
}

@media (max-width: 1024px) {
  .liqgfaw--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;
  }

  .ykgvupr--h {
    padding: 10px 0;
    display: block;
  }

  .liqgfaw--h.active {
    opacity: 1;
    visibility: visible;
  }

  .zfxvitk--head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .zfxvitk--head span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .zfxvitk--head.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .zfxvitk--head.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .bstoxid--hero{
    flex-direction: column;
  }

  .bjqsgkl--banner {
    width: 100%;
  }

  .ufvlotg--table {
    padding: var(--py);
  }

  .opluyzg--dark {
    padding: var(--py);
  }
}

.pxjzouf--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);
}
.pxjzouf--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;
}
.pxjzouf--sitemap a:hover {
  color: var(--primary-btn-bg);
}
.pxjzouf--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;
}


    .xoluftn--fr {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .jcehdpv--frm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .fpcbitj--form {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .fpcbitj--form h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .xgamjft--fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .opqzxbm--form {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .ilfnvju--frm {
      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;
    }

    .wlutpzc--fr {
      color: var(--text-color);
      line-height: 1.5;
    }

    .wlutpzc--fr strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .wqiyerb--form {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .ltgmobx--form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .rqvpxtz--fr {
      display: flex;
      flex-direction: column;
    }

    .kfcgnbx--fr, .kfjxatg--fr {
      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;
    }

    .kfcgnbx--fr:focus, .kfjxatg--fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .kfjxatg--fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .wqiyerb--form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .wqiyerb--form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .jcehdpv--frm {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .fpcbitj--form, .wqiyerb--form {
        padding: 20px;
      }

      .ltgmobx--form {
        gap: 15px;
      }

      .kfcgnbx--fr, .kfjxatg--fr {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

.egnblfr--or a:hover {
  opacity: .7;
}

.wbqhkxu--pr__title {
  font-size: var(--fz-2);
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: var(--mb);
}

@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)
  }
}


        .aunvhqx--hr {
            position: relative;
            min-height: 529px;
            background: #F4F4F4;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .bjqsgkl--banner {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .uiamnxg--main {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .qhbpzli--banner {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .qhbpzli--banner:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .qhbpzli--banner:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .qhbpzli--banner:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .qhbpzli--banner:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .djhofzu--ban {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1126px;
            max-width: 100%;
            padding: var(--py);
        }

        .vndzfim--b {
            font-size: clamp(3rem, 10vw, 3rem);
            font-weight: 900;
            color: #333333;
            margin-bottom: 3rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .vatxrwg--hero {
            display: block;
        }

        .zewicya--main {
            font-size: 18px;
            color: #333333;
            margin-bottom: 3rem;
            line-height: 1.6;
            max-width: 1134px;
        }

        @media (max-width: 1024px) {
            .vndzfim--b {
                font-size: 31px;
            }
        }
        


        .dovlbra--block {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .xbcntus--block {
            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;
        }

        .xbcntus--block::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 8px;
            background: linear-gradient(90deg, #FF6F61, #C70039);
        }

        .xbcntus--block:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .xbcntus--block h3 {
            color: #000000;
        }

        .xbcntus--block p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .dovlbra--block {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        