/*!
Theme Name: l2ysa3
Theme URI: #
Version: 10.2.8
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: l2ysa3
*/

:root {
  --text-color: #333333;
  --heading-color: #FFEB3B;
  --primary-btn-bg: #FF9800;
  --secondary-btn-bg: #43A047;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F9F9F9;
  --header-text-color: #FFEB3B;
  --header-border: 1px solid #FF9800;

  --footer-bg-color: #0288D1;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #BDBDBD;
  --table-text-color: #333333;

  --body-bg-color: #F9F9F9;
  --card-bg-color: #ffffff;
  --card-text-color: #333333;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 75%;
  --banner-padding: 136.8px;
  --banner-border: 1px solid #FF9800;
  --banner-bg-color: #F9F9F9;
  --banner-text-color: #000000;

  --container-max-width: 1356px;
  --container-padding: 0 15px;
  --border-radius: 19px;
  --py: 19px;
  --py-2: 49px;
  --py-3: 53px;
  --text-align: left;
  --mb: 15px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 173px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 419ms;
  --animation-type: linear;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2e2e2e;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 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;
}

.wrapper_pjscilb {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h_eloxtgr {
        padding: var(--py) 0;
      }

      .header_lksditc {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .h_njhoxaf {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ffcb7f;
      }

      .top_nbewaut {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top_nbewaut:hover {
        color: var(--primary-btn-bg);
      }


      .top_rsgkitq {
        display: flex;
        gap: 10px;
      }

      .h_srlgevc {
        display: none;
      }

      .log_euyzibx img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .header_lksditc {
          justify-content: space-between;
          flex-direction: row;
        }

        .top_nbewaut {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .h_njhoxaf {
    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;
  }

  .top_nbewaut {
    padding: 10px 0;
    display: block;
  }

  .h_njhoxaf.active {
    opacity: 1;
    visibility: visible;
  }

  .h_srlgevc {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .h_srlgevc span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .h_srlgevc.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .h_srlgevc.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log_euyzibx {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log_euyzibx img {
  max-height: 80px;
}

.primary_ysqxwdc,
.sec_cskvrzn {
  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_ysqxwdc {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary_ysqxwdc:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec_cskvrzn {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec_cskvrzn:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footer_xklzueh{
  position: relative;
}
.footer_xklzueh * {
  z-index: 1;
  position: relative;
}


      .text_zutdcnk > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffc266;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .text_zutdcnk > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .text_zutdcnk > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .ps_zhkefpn {
      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_zhkefpn a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

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

    .our_gduples {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .footer_xklzueh {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #0298e8 0%, #01456a 40%, #000305 60%);
    }

    .footer_xklzueh::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_xodjhyv {
      max-width: 1536px;
      margin: 0 auto;
    }

    .bottom_eojzqxw {
      position: relative;
    }

    .foot_tvucbpy {
      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;
    }

    .foot_ngiqxrf {
      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;
    }

    .foot_ngiqxrf:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .bottom_iumpgje {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .footer_esbraxd {
      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_xklzueh {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .foot_tvucbpy {
        gap: 24px;
      }
    }
    



.foot_tvucbpy li:empty {
  display: none;
}

.ban_wpgqnif {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ban_wpgqnif {
  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;
}

.ban_wpgqnif svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banner_ozirxns{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hr_mzfrsuw {
  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_gvostqc{
  overflow-x: auto;
  width: 100%;
}

.text_zutdcnk {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text_zutdcnk p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text_zutdcnk ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text_zutdcnk ul {
  list-style: none;
}

.text_zutdcnk ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text_zutdcnk ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text_zutdcnk 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_zutdcnk ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .text_zutdcnk ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff9800 0%, #ffb84d 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: #FF9800;
        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;
      }
    


      .text_zutdcnk 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 rgba(255,152,0,0.3);
        overflow: hidden;
      }

      .text_zutdcnk table thead tr {
        border-bottom: 1px solid rgba(255,152,0,0.3);
      }

      .text_zutdcnk table th {
        padding: 18px 31px;
        font-weight: normal;
        font-size: 14px;
        color: #ff9800;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
      }

      .text_zutdcnk table tbody tr {
        border-bottom: 1px solid rgba(255,152,0,0.1);
        transition: all 0.2s ease;
      }

      .text_zutdcnk table tbody tr:last-child {
        border-bottom: none;
      }

      .text_zutdcnk table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .text_zutdcnk table tbody tr:hover td:first-child {
        color: #ff9800;
      }

      .text_zutdcnk table td {
        padding: 19px 28px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        transition: color 0.2s ease;
      }

      .text_zutdcnk table td:first-child {
        font-weight: normal;
      }
    

.text_zutdcnk img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.post_otakgwn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.articles_omhnfcq {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted_pumewrl {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .texted_pumewrl .texted_bctvkjw:first-child {
        order: 2;
      }

      .texted_pumewrl .texted_bctvkjw:last-child {
        order: 1;
      }

      .texted_pumewrl h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .texted_pumewrl {
          grid-template-columns: 1fr;
        }

        .texted_pumewrl .texted_bctvkjw:first-child {
          order: 1;
        }

        .texted_pumewrl .texted_bctvkjw:last-child {
          order: 2;
        }
      }
    

.table_xfrquvp {
  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%;
}

.table_xfrquvp p,
.table_xfrquvp h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table_xfrquvp table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table_xfrquvp table td,
.table_xfrquvp table th {
  border: 0;
}

.table_xfrquvp table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table_xfrquvp tr:last-child {
  border-bottom: 0;
}

.table_xfrquvp h2 {
  margin-top: 0;
}

/*
.blocks_tqrhjfd {
  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);
}
  */

.d_wgjnqus {
  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);
}


    .d_wgjnqus{
      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);
    }
    

.d_wgjnqus h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banner_ozirxns{
    flex-direction: column;
  }

  .hr_mzfrsuw {
    width: 100%;
  }

  .table_xfrquvp {
    padding: var(--py);
  }

  .d_wgjnqus {
    padding: var(--py);
  }
}

.sitemappage_blhwkny{
  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_blhwkny 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_blhwkny a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage_blhwkny 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_vtfkryb {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .frm_gndyoiz {
      display: flex;
      flex-direction: column;
    }

    .form_xpryeoi, .frm_pzmyjcf {
      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;
    }

    .form_xpryeoi:focus, .frm_pzmyjcf:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm_pzmyjcf {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form_vtfkryb button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .form_vtfkryb button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form_vtfkryb {
        max-width: 100%;
        gap: 15px;
      }

      .form_xpryeoi, .frm_pzmyjcf {
        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)
  }
}


        .ban_wpgqnif {
            background-color: #F9F9F9;
            padding: 81px var(--py) 77px;
        }

        .banner_ozirxns {
            max-width: 885px;
            margin: 0 auto;
        }

        .ban_tluncgw {
            font-size: clamp(61px, 8vw, 97px);
            font-weight: 900;
            color: #000000;
            margin-bottom: 20px;
            line-height: 1.1;
            letter-spacing: -0.03em;
        }

        .hr_hoilbxg {
            font-size: 17px;
            color: #000000;
            opacity: 0.6;
            max-width: 541px;
            margin-bottom: 39px;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .ban_wpgqnif {
                padding: 66px var(--py) 50px;
            }

            .ban_tluncgw {
                font-size: 42px;
            }

            .hr_hoilbxg {
                font-size: 15px;
            }
        }
        


        .block_rnmgovj {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .blocks_tqrhjfd {
            background: linear-gradient(35deg, #FF9800, #43A047);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .blocks_tqrhjfd::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .blocks_tqrhjfd:hover::before {
            transform: translateX(100%);
        }

        .blocks_tqrhjfd:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .blocks_tqrhjfd h3 {
            color: #333333;
            position: relative;
            z-index: 1;
        }

        .blocks_tqrhjfd p {
            color: #333333;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .block_rnmgovj {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        