/*!
Theme Name: 7qkveb
Theme URI: #
Version: 10.1.8
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 7qkveb
*/

:root {
  --text-color: #4A4A4A;
  --heading-color: #FF8906;
  --primary-btn-bg: #AEEEEE;
  --secondary-btn-bg: #FF5000;
  --primary-btn-color: #4A4A4A;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFFFFF;
  --header-text-color: #FF8906;
  --header-border: 1px solid #AEEEEE;

  --footer-bg-color: #FFFFFF;
  --footer-text-color: #4A4A4A;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #F7F7F7;
  --table-border-color: #D3D3D3;
  --table-text-color: #2b2b2b;

  --body-bg-color: #FFFFFF;
  --card-bg-color: #ffffff;
  --card-text-color: #4A4A4A;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 68%;
  --banner-padding: 187.2px;
  --banner-border: 1px solid #AEEEEE;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1372px;
  --container-padding: 0 15px;
  --border-radius: 12px;
  --py: 23px;
  --py-2: 59px;
  --py-3: 64px;
  --text-align: center;
  --mb: 21px;
  --fz-1: 37.44px;
  --fz-2: 31.2px;
  --fz-3: 26px;
  --logo-width: 192px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 453ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #333333;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 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;
}

.container-hsfxauzle {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.head-fymhvwnsg {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.top-hoxszvnga {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.head-glcvrkihe {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.h-avpnglshi {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.h-avpnglshi:hover {
  color: var(--primary-btn-bg);
}


.h-xhajwfrtn {
  display: flex;
  gap: 10px;
}

.log-oamptgvqr {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log-oamptgvqr img {
  max-height: 80px;
}

.p-whdbrkzun,
.sec-jkrvomxpz {
  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;
}

.p-whdbrkzun {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.p-whdbrkzun:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-jkrvomxpz {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-jkrvomxpz:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bottom-ncqgjdkyb{
  position: relative;
}
.bottom-ncqgjdkyb * {
  z-index: 1;
  position: relative;
}


    .bottom-ncqgjdkyb {
      background: linear-gradient(135deg, #ffffff 0%, #e6e6e6 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .bottom-ncqgjdkyb::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%);
    }

    .f-sdiakhryw {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .foot-xjepumvgr {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .foot-oamwtidbf {
      width: 100%;
    }

    .bottom-fbavjuyzx {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .f-qoybzdrxg {
      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;
    }

    .f-qoybzdrxg:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .f-zidqgjxap {
      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;
    }

    .bot-fdvkczbon {
      text-align: center;
      padding-top: 20px;
    }

    .bot-fdvkczbon p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .bottom-ncqgjdkyb {
        padding: 30px 0 15px;
      }

      .bottom-fbavjuyzx {
        gap: 15px;
        flex-direction: column;
      }

      .f-qoybzdrxg {
        font-size: 14px;
        padding: 6px 12px;
      }

      .foot-xjepumvgr {
        margin-bottom: 20px;
      }

      .f-zidqgjxap {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .bottom-fbavjuyzx {
        gap: 10px;
      }

      .f-qoybzdrxg {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    


        .bottom-ncqgjdkyb:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(#999999 5.2px, transparent 5.2px), linear-gradient(90deg, #999999 5.2px, transparent 5.2px), linear-gradient(#999999 2.6px, transparent 2.6px), linear-gradient(90deg, #999999 2.6px, #ffffff 2.6px);
            background-size: 267px 267px, 267px 267px, 89px 89px, 89px 89px;
            background-position: -5.2px -5.2px, -5.2px -5.2px, -2.6px -2.6px, -2.6px -2.6px;
            
        }
        

.bottom-fbavjuyzx li:empty {
  display: none;
}

.main-prytzgful {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main-prytzgful {
  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;
}

.main-prytzgful svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.b-rywzodvct{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.ban-roqeluwmh {
  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;
}

.tbl-vxncfghbk{
  overflow-x: auto;
  width: 100%;
}

.content-uhpsvelaw {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content-uhpsvelaw p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content-uhpsvelaw ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content-uhpsvelaw ul {
  list-style: none;
}

.content-uhpsvelaw ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content-uhpsvelaw ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content-uhpsvelaw 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-uhpsvelaw ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .content-uhpsvelaw ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #aeeeee 0%, #eefbfb 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: #AEEEEE;
        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;
      }
    

.content-uhpsvelaw 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);
}

.content-uhpsvelaw table th,
.content-uhpsvelaw table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.content-uhpsvelaw img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.post-cgbwznhka {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-hgcnrzjyx {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols-bcapytzed {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .cols-bcapytzed::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #ffffff05 0%, transparent 70%);
        z-index: 0;
      }

      .cols-bcapytzed .column-qaupvxhmb {
        position: relative;
        z-index: 1;
      }

      .cols-bcapytzed .column-qaupvxhmb:first-child {
        order: 1;
      }

      .cols-bcapytzed .column-qaupvxhmb:last-child {
        order: 2;
      }

      .cols-bcapytzed figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .cols-bcapytzed figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .cols-bcapytzed figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }

      .cols-bcapytzed h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #aeeeee 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .cols-bcapytzed h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #aeeeee 0%, #85e5e5 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #aeeeee40;
      }

      .cols-bcapytzed p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .cols-bcapytzed {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .cols-bcapytzed .column-qaupvxhmb:first-child {
          order: 1;
        }

        .cols-bcapytzed .column-qaupvxhmb:last-child {
          order: 2;
        }

        .cols-bcapytzed figure {
          transform: none;
        }

        .cols-bcapytzed figure:hover {
          transform: scale(1.02);
        }

        .cols-bcapytzed h2 {
          font-size: 2rem;
        }
      }
    

.tb-hdnpebosx {
  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%;
}

.tb-hdnpebosx p,
.tb-hdnpebosx h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb-hdnpebosx table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb-hdnpebosx table td,
.tb-hdnpebosx table th {
  border: 0;
}

.tb-hdnpebosx table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb-hdnpebosx tr:last-child {
  border-bottom: 0;
}

.tb-hdnpebosx h2 {
  margin-top: 0;
}

/*
.card-bnexdlszj {
  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-tsjkdyflh {
  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-tsjkdyflh{
      background: linear-gradient(135deg, #aeeeee 0%, #afe4ee 50%, #afc4ee 100%);
      padding: 59px;
    }
    

.inv-tsjkdyflh h2 {
  color: inherit;
  margin-top: 0;
}

.top-whmbgpuen {
  display: none;
}

@media (max-width: 1024px) {
  .head-glcvrkihe {
    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;
  }

  .h-avpnglshi {
    padding: 10px 0;
    display: block;
  }

  .head-glcvrkihe.active {
    opacity: 1;
    visibility: visible;
  }

  .top-whmbgpuen {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top-whmbgpuen span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top-whmbgpuen.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top-whmbgpuen.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .b-rywzodvct{
    flex-direction: column;
  }

  .ban-roqeluwmh {
    width: 100%;
  }

  .tb-hdnpebosx {
    padding: var(--py);
  }

  .inv-tsjkdyflh {
    padding: var(--py);
  }
}

.sitemappage-bywijtgse{
  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-bywijtgse 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-bywijtgse a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage-bywijtgse h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr-gdymraulc {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fr-oscdiakzw {
      display: flex;
      flex-direction: column;
    }

    .frm-mydgkzxvu, .frm-fwqbazhri {
      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;
    }

    .frm-mydgkzxvu:focus, .frm-fwqbazhri:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm-fwqbazhri {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr-gdymraulc button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fr-gdymraulc button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr-gdymraulc {
        max-width: 100%;
        gap: 15px;
      }

      .frm-mydgkzxvu, .frm-fwqbazhri {
        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)
  }
}


        .main-prytzgful {
            position: relative;
            min-height: 596px;
            background: linear-gradient(305deg, #AEEEEE, #FF5000);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .ban-roqeluwmh {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .main-prytzgful::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;
        }

        .b-ksqiduhje {
            position: absolute;
            inset: 0;
            background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
        }

        .hero-bhryplwcd {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1088px;
            max-width: 100%;
            padding: var(--py);
        }

        .ban-fkwjspeht {
            font-size: clamp(3rem, 8vw, 3rem);
            font-weight: bold;
            color: #4A4A4A;
            margin-bottom: 3rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .hero-wvkxtfdyp {
            font-size: 16px;
            color: #4A4A4A;
            margin-bottom: 4rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .ban-fkwjspeht {
                font-size: 26px;
            }
        }
        


        .block-dakfxeubw {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .card-bnexdlszj {
            background: #ffffff;
            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: 2px solid #AEEEEE;
        }

        .card-bnexdlszj:nth-child(even) {
            border-left-color: #FF5000;
            margin-left: 41px;
        }

        .card-bnexdlszj:nth-child(odd) {
            margin-right: 41px;
        }

        .card-bnexdlszj::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #AEEEEE05, #FF500005);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .card-bnexdlszj:hover::before {
            opacity: 1;
        }

        .card-bnexdlszj:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .card-bnexdlszj h3 {
            color: #4A4A4A;
            position: relative;
            z-index: 1;
        }

        .card-bnexdlszj p {
            color: #4A4A4A;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .block-dakfxeubw {
                max-width: 100%;
            }

            .card-bnexdlszj:nth-child(even),
            .card-bnexdlszj:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        