/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-accordion/block-accordion.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.header_right-switcher.desktop {
  display: block; }

.header_right-switcher.mobile {
  display: none; }

.header_right-switcher .wpml-ls-legacy-dropdown {
  width: auto;
  background-color: transparent;
  border: none; }

.header_right-switcher li a {
  background-color: transparent;
  border: none; }
  .header_right-switcher li a::after {
    color: #fff; }
  .header_right-switcher li a span {
    display: none; }

.header_right-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.header_right-switcher .wpml-ls-legacy-dropdown a:focus, .header_right-switcher .wpml-ls-legacy-dropdown a:hover {
  background-color: transparent; }

.header_right-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none; }

@media screen and (max-width: 1440px) {
  .header_right-switcher.desktop {
    display: none; }
  .header_right-switcher.mobile {
    display: block;
    position: fixed;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    transition: 0.3s ease; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown .wpml-ls-item {
      display: flex;
      align-items: center; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
      padding-right: 10px; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
      visibility: visible;
      position: relative;
      display: flex;
      align-items: center; }
    .header_right-switcher.mobile li a::after {
      display: none; }
    .header_right-switcher.mobile.open {
      bottom: 50px;
      transition: 0.3s ease; } }

.page-not-found {
  height: 100vh; }
  .page-not-found-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column; }
    .page-not-found-inner h1 {
      margin-bottom: 25px; }
    .page-not-found-inner p {
      margin-bottom: 40px; }

.accordion-section {
  padding: 50px 0; }
  .accordion-section .accordion-inner {
    text-align: center;
    margin: 25px 0; }
    .accordion-section .accordion-inner h2 {
      margin-bottom: 15px;
      color: #212529; }
    .accordion-section .accordion-inner p {
      color: #6c757d; }
  .accordion-section .accordion h3 {
    margin-bottom: 15px; }
  .accordion-section .accordion-item {
    border: 1px solid #6c757d;
    border-bottom: 0; }
    .accordion-section .accordion-item:first-of-type {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .accordion-section .accordion-item:first-of-type .accordion-header {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
    .accordion-section .accordion-item:last-of-type {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-bottom: 1px solid #6c757d; }
      .accordion-section .accordion-item:last-of-type .accordion-header {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
    .accordion-section .accordion-item .accordion-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 20px;
      cursor: pointer;
      background-color: #fff;
      color: #212529; }
      @media screen and (max-width: 640px) {
        .accordion-section .accordion-item .accordion-header {
          padding: 10px 15px;
          font-size: 14px; } }
      .accordion-section .accordion-item .accordion-header .accordion-arrow {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px; }
        .accordion-section .accordion-item .accordion-header .accordion-arrow svg {
          width: 100%;
          height: 100%;
          min-height: 20px;
          min-width: 20px;
          fill: #212529;
          transform: rotate(0); }
    .accordion-section .accordion-item .accordion-content {
      display: none;
      padding: 16px 20px;
      background-color: #fff;
      color: #212529; }
      @media screen and (max-width: 640px) {
        .accordion-section .accordion-item .accordion-content {
          padding: 10px 15px;
          font-size: 14px; } }
      .accordion-section .accordion-item .accordion-content p {
        margin: 0; }
    .accordion-section .accordion-item.active .accordion-header {
      background-color: #e7f1ff;
      color: #0d6efd; }
      .accordion-section .accordion-item.active .accordion-header .accordion-arrow svg {
        fill: #0d6efd;
        transform: rotate(180deg); }
    .accordion-section .accordion-item.active .accordion-content {
      display: block; }

