/*!
Theme Name: 9i65ts
Theme URI: #
Version: 4.6.1
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 9i65ts
*/

:root {
  --text-color: #000000;
  --heading-color: #D32F2F;
  --primary-btn-bg: #1976D2;
  --secondary-btn-bg: #FFC107;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #FF4081;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #E91E63;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FCE4EC;
  --table-border-color: #FFFFFF;
  --table-text-color: #40071a;

  --body-bg-color: #F5F5F5;
  --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: 66%;
  --banner-padding: 158.4px;
  --banner-border: 0 solid;
  --banner-bg-color: #FF4081;
  --banner-text-color: #333333;

  --container-max-width: 1314px;
  --container-padding: 0 15px;
  --border-radius: 12px;
  --py: 36px;
  --py-2: 78px;
  --py-3: 58px;
  --text-align: left;
  --mb: 18px;
  --fz-1: 31.68px;
  --fz-2: 26.4px;
  --fz-3: 22px;
  --logo-width: 145px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 966ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --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;
}

.contwdqhzgi {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .hqcodnrx {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .headersuctvyx {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .hnlargox {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .headerkcdymgj {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #8cbae8;
      }

      .headerkcdymgj:hover {
        color: var(--primary-btn-bg);
      }


      .headerpvjsaei {
        display: flex;
        gap: 10px;
      }

      .hgaherxk {
        display: none;
      }
    

@media (max-width: 1024px) {
  .hnlargox {
    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;
  }

  .headerkcdymgj {
    padding: 10px 0;
    display: block;
  }

  .hnlargox.active {
    opacity: 1;
    visibility: visible;
  }

  .hgaherxk {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .hgaherxk span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .hgaherxk.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .hgaherxk.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logonsibjwg {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logonsibjwg img {
  max-height: 80px;
}

.primaryomuqbvd,
.secondarysgmpwyd {
  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;
}

.primaryomuqbvd {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primaryomuqbvd:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondarysgmpwyd {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondarysgmpwyd:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footersvntofc{
  position: relative;
}
.footersvntofc * {
  z-index: 1;
  position: relative;
}


      .textlfcvaym > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .textlfcvaym > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .textlfcvaym > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .pspjzichf {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .footersvntofc {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #eb3773 0%, #950f3b 40%, #380616 60%);
    }

    .footersvntofc::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%);
    }

    .botxpwkhve {
      max-width: 1536px;
      margin: 0 auto;
    }

    .fslohiua {
      position: relative;
    }

    .fhgdcpbq {
      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;
    }

    .footxpfslnc {
      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;
    }

    .footxpfslnc:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .botakcluhy {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .bottomwoybavm {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .footersvntofc {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .fhgdcpbq {
        gap: 24px;
      }
    }
    


        .footersvntofc:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background: repeating-linear-gradient( -45deg, #380616, #380616 13px, #ee4f84 13px, #ee4f84 65px );
            
        }
        

.fhgdcpbq li:empty {
  display: none;
}

.bannermpyfqrl {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.bannermpyfqrl {
  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;
}

.bannermpyfqrl svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.bannmtopqc{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.herodnkojua {
  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;
}

.tbqxyrsuj{
  overflow-x: auto;
  width: 100%;
}

.textlfcvaym {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.textlfcvaym p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.textlfcvaym ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.textlfcvaym ul {
  list-style: none;
}

.textlfcvaym ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.textlfcvaym ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .textlfcvaym 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;
    }

    .textlfcvaym ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .textlfcvaym ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #1976d2 0%, #4d9cea 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: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #1976D2;
        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;
      }
    


      .textlfcvaym 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);
      }

      .textlfcvaym table th,
      .textlfcvaym table td {
        padding: 10px;
        border: 1px solid var(--table-border-color);
      }
    

.textlfcvaym img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.posttfjvgyq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.articlesywkezlj {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .columnjhreamy {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .columnjhreamy .colmyxhnpv:first-child {
        order: 2;
      }

      .columnjhreamy .colmyxhnpv:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .columnjhreamy h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .columnjhreamy h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #1976d2 0%, #64a8ed 100%);
        border-radius: 2px;
      }

      .columnjhreamy figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .columnjhreamy figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .columnjhreamy figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .columnjhreamy {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .columnjhreamy .colmyxhnpv:first-child {
          order: 1;
        }

        .columnjhreamy .colmyxhnpv:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.tbykpajcv {
  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%;
}

.tbykpajcv p,
.tbykpajcv h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbykpajcv table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbykpajcv table td,
.tbykpajcv table th {
  border: 0;
}

.tbykpajcv table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbykpajcv tr:last-child {
  border-bottom: 0;
}

.tbykpajcv h2 {
  margin-top: 0;
}

/*
.rowsdyfimrt {
  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);
}
  */

.dwemcpsx {
  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);
}


    .dwemcpsx{
      background: linear-gradient(135deg, #292929 0%, #424242 100%);
      border-left: 8px solid var(--primary-btn-bg);
    }
    

.dwemcpsx h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .bannmtopqc{
    flex-direction: column;
  }

  .herodnkojua {
    width: 100%;
  }

  .tbykpajcv {
    padding: var(--py);
  }

  .dwemcpsx {
    padding: var(--py);
  }
}

.smbaqpvix{
  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);
}
.smbaqpvix 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;
}
.smbaqpvix a:hover {
  color: var(--primary-btn-bg);
}
.smbaqpvix h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .formidygoue {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .formpimzsrq {
      display: flex;
      flex-direction: column;
    }

    .frmxiykerb, .formnhjrmtd {
      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;
    }

    .frmxiykerb:focus, .formnhjrmtd:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .formnhjrmtd {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .formidygoue button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .formidygoue button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .formidygoue {
        max-width: 100%;
        gap: 15px;
      }

      .frmxiykerb, .formnhjrmtd {
        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)
  }
}


        .bannermpyfqrl {
            position: relative;
            padding: 185px var(--py) 136px;
            background-color: #F5F5F5;
            overflow: hidden;
        }

        .bannmtopqc {
            max-width: 1358px;
            margin: 0 auto;
        }

        .herodnkojua {
            position: relative;
        }

        .hrrpazlix {
            position: absolute;
            top: -199px;
            left: 50%;
            transform: translateX(-50%);
            width: 796px;
            height: 740px;
            background: radial-gradient(circle, rgba(25, 118, 210, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(76px);
            pointer-events: none;
        }

        .bannerrfpexjy {
            font-size: 76px;
            font-weight: bold;
            color: #333333;
            margin-bottom: 31px;
            line-height: 0.95;
            letter-spacing: -0.02em;
            display: block;
        }

        .herojvnhikl {
            font-size: 22px;
            color: #333333;
            opacity: 0.5;
            max-width: 509px;
            margin-bottom: 47px;
            line-height: 1.6;
            letter-spacing: 0.01em;
        }

        @media (max-width: 1024px) {
            .bannermpyfqrl {
                padding: 141px var(--py) 90px;
            }

            .bannerrfpexjy {
                font-size: 54px;
            }

            .herojvnhikl {
                font-size: 16px;
            }

            .hrrpazlix {
                width: 415px;
                height: 493px;
            }
        }
        


        .blocksiwxhony {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .rowsdyfimrt {
            background: #ffffff;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .rowsdyfimrt:hover {
            border-color: #1976D2;
            transform: translateY(-4px);
        }

        .rowsdyfimrt h3 {
            color: #000000;
        }

        .rowsdyfimrt p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .blocksiwxhony {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        