/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** 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/post-content/post-content.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; }

.post-content {
  padding-top: 100px; }
  @media screen and (max-width: 800px) {
    .post-content {
      padding-top: 50px; } }
  .post-content .breadcrumbs-wrapper {
    margin-bottom: 50px; }
    .post-content .breadcrumbs-wrapper a {
      position: relative;
      display: flex;
      align-items: center; }
      .post-content .breadcrumbs-wrapper a::after {
        content: '';
        width: 5px;
        height: 5px;
        display: inline-block;
        position: relative;
        background-color: #0d6efd;
        border-radius: 50%;
        margin-left: 10px; }
  .post-content_main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 650px) {
      .post-content_main {
        flex-direction: column-reverse; } }
  .post-content_left {
    margin-right: 35px;
    min-width: 350px; }
    .post-content_left-top {
      display: flex;
      align-items: center;
      justify-content: center; }
      .post-content_left-top img {
        border-radius: 50%;
        margin-right: 15px; }
    @media screen and (max-width: 820px) {
      .post-content_left {
        min-width: 240px; } }
    @media screen and (max-width: 650px) {
      .post-content_left {
        min-width: unset;
        width: 100%;
        margin-right: 0;
        margin-top: 35px; } }
  .post-content_author-positions {
    opacity: 0.6; }
  .post-content_categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #171717;
    gap: 15px;
    margin: 50px 0;
    padding: 25px;
    background: #f8f9fa; }
  .post-content_category {
    color: #0d6efd; }
  .post-content_date {
    margin: 7px 0;
    opacity: 0.7; }
  .post-content_checked-categories {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap; }
    .post-content_checked-categories a,
    .post-content_checked-categories div {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2px 7px;
      background: #6c757d;
      color: #fff;
      border-radius: 8px; }
  .post-content_img {
    margin: 35px 0; }
    .post-content_img img {
      width: 100%;
      height: auto;
      object-fit: cover; }
      @media screen and (max-width: 480px) {
        .post-content_img img {
          width: calc(100% - 20px); } }
  .post-content_content h1 {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: bold; }
  .post-content_content h2,
  .post-content_content h3,
  .post-content_content h4 {
    margin-bottom: 20px;
    font-weight: bold; }
  .post-content_content p {
    margin-bottom: 20px;
    line-height: 1.6; }
  .post-content_content span {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .post-content_content a {
    color: #007bff;
    text-decoration: underline; }
    .post-content_content a:hover {
      color: #0056b3;
      text-decoration: none; }
  .post-content_content ul {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 40px;
    list-style-type: disc; }
    .post-content_content ul li {
      margin-bottom: 10px;
      line-height: 1.4;
      list-style: inherit; }
  .post-content_content ol {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 40px;
    list-style-type: decimal; }
    .post-content_content ol li {
      margin-bottom: 10px;
      line-height: 1.4;
      list-style: inherit; }
  .post-content_content table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse; }
    .post-content_content table th,
    .post-content_content table td {
      border: 1px solid #dee2e6;
      padding: 10px;
      text-align: left; }
    .post-content_content table th {
      background-color: #f8f9fa;
      font-weight: bold; }
    .post-content_content table tbody tr:nth-child(odd) {
      background-color: #f8f9fa; }
  .post-content_content blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    background-color: #f8f9fa;
    border-left: 5px solid #007bff;
    font-style: italic;
    color: #495057; }
  .post-content_content img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 20px 0; }
    @media screen and (max-width: 480px) {
      .post-content_content img {
        width: calc(100% - 20px); } }
  .post-content_content strong {
    font-weight: bold; }
  .post-content_content em {
    font-style: italic; }
  .post-content_content pre {
    background-color: #f8f9fa;
    padding: 15px;
    overflow-x: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: monospace; }
  .post-content_content code {
    background-color: #e9ecef;
    padding: 2px 4px;
    border-radius: 3px;
    font-family: monospace; }
  .post-content_saints-details {
    background: #f8f9fa;
    padding: 10px;
    margin: 50px 0; }
    .post-content_saints-details-title {
      text-align: center;
      margin-bottom: 10px; }
    .post-content_saints-details-item {
      margin-bottom: 7px; }
      .post-content_saints-details-item:last-child {
        margin-bottom: 0; }
    .post-content_saints-details-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 20px;
      color: #171717; }
      .post-content_saints-details-card:last-child {
        margin-bottom: 0; }
      .post-content_saints-details-card-text {
        margin: 12px 0; }
      .post-content_saints-details-card-link {
        color: #0d6efd;
        text-decoration: underline; }
  .post-content .accordions {
    padding: 50px 0; }
    .post-content .accordions .accordion-inner {
      text-align: center;
      margin: 25px 0; }
      .post-content .accordions .accordion-inner h2 {
        margin-bottom: 15px;
        color: #212529; }
      .post-content .accordions .accordion-inner p {
        color: #6c757d; }
    .post-content .accordions .accordion h3 {
      margin-bottom: 15px; }
    .post-content .accordions .accordion-item {
      border: 1px solid #6c757d;
      border-bottom: 0; }
      .post-content .accordions .accordion-item:first-of-type {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
        .post-content .accordions .accordion-item:first-of-type .accordion-header {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }
      .post-content .accordions .accordion-item:last-of-type {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom: 1px solid #6c757d; }
        .post-content .accordions .accordion-item:last-of-type .accordion-header {
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px; }
      .post-content .accordions .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) {
          .post-content .accordions .accordion-item .accordion-header {
            padding: 10px 15px;
            font-size: 14px; } }
        .post-content .accordions .accordion-item .accordion-header .accordion-arrow {
          width: 20px;
          height: 20px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .post-content .accordions .accordion-item .accordion-header .accordion-arrow svg {
            width: 100%;
            height: 100%;
            fill: #212529;
            transform: rotate(0); }
      .post-content .accordions .accordion-item .accordion-content {
        display: none;
        padding: 16px 20px;
        background-color: #fff;
        color: #212529; }
        @media screen and (max-width: 640px) {
          .post-content .accordions .accordion-item .accordion-content {
            padding: 10px 15px;
            font-size: 14px; } }
        .post-content .accordions .accordion-item .accordion-content p {
          margin: 0; }
      .post-content .accordions .accordion-item.active .accordion-header {
        background-color: #e7f1ff;
        color: #0d6efd; }
        .post-content .accordions .accordion-item.active .accordion-header .accordion-arrow svg {
          fill: #0d6efd;
          transform: rotate(180deg); }
      .post-content .accordions .accordion-item.active .accordion-content {
        display: block; }
  .post-content .sign-up-block-inner {
    padding: 48px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    background-color: #0d6efd;
    font-family: "Noto Sans"; }
    .post-content .sign-up-block-inner.vertical {
      flex-direction: column;
      text-align: center; }
      .post-content .sign-up-block-inner.vertical .sign-up-block-inner-left {
        margin-bottom: 15px; }
    @media screen and (max-width: 991px) {
      .post-content .sign-up-block-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px; } }
    @media screen and (max-width: 640px) {
      .post-content .sign-up-block-inner {
        padding: 20px; } }
    .post-content .sign-up-block-inner p {
      color: rgba(255, 255, 255, 0.5);
      line-height: 24px;
      font-size: 16px;
      font-family: "Noto Sans"; }
    @media screen and (max-width: 991px) {
      .post-content .sign-up-block-inner-left {
        text-align: center;
        max-width: 100%;
        width: 100%; } }
    .post-content .sign-up-block-inner-left h3 {
      font-size: 28px;
      color: #fff;
      font-weight: 700;
      margin-bottom: 10px;
      line-height: 32px; }
    .post-content .sign-up-block-inner-right {
      max-width: 360px;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .post-content .sign-up-block-inner-right {
          max-width: 100%;
          width: 100%;
          text-align: center;
          margin-top: 15px; } }
      .post-content .sign-up-block-inner-right p {
        font-size: 14px; }
    .post-content .sign-up-block-inner .wpcf7-form {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      margin-bottom: 15px; }
      @media screen and (max-width: 991px) {
        .post-content .sign-up-block-inner .wpcf7-form {
          justify-content: center; } }
      .post-content .sign-up-block-inner .wpcf7-form input {
        padding: 6px 12px;
        border: none;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        height: 100%;
        width: 100%; }
      .post-content .sign-up-block-inner .wpcf7-form .form-field {
        height: 38px;
        width: 70%; }
        @media screen and (max-width: 720px) {
          .post-content .sign-up-block-inner .wpcf7-form .form-field {
            width: 60%; } }
      .post-content .sign-up-block-inner .wpcf7-form .form-field-submit {
        position: relative;
        height: 38px; }
        .post-content .sign-up-block-inner .wpcf7-form .form-field-submit input {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          border-top-right-radius: 6px;
          border-bottom-right-radius: 6px;
          background-color: #0d6efd;
          border-color: #fff;
          color: #fff;
          border: 1px solid #fff;
          font-size: 16px; }
          .post-content .sign-up-block-inner .wpcf7-form .form-field-submit input:hover {
            color: #171717;
            background-color: #f8f9fa;
            border-color: #f8f9fa; }
        .post-content .sign-up-block-inner .wpcf7-form .form-field-submit .wpcf7-spinner {
          display: none !important; }
      .post-content .sign-up-block-inner .wpcf7-form .wpcf7-response-output {
        width: 100%; }
      .post-content .sign-up-block-inner .wpcf7-form .wpcf7-not-valid-tip {
        width: 100%;
        font-size: 12px;
        text-align: left; }

