/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1739532599
Updated: 2025-02-14 12:29:59

*/

.blue {
    font-weight: bold;
    color: #2e3d8c;
  }
  
  /*  */
  @media(min-width: 1921px){
    .counter_numbers .percent-value,.counter_numbers .percent:before {
      font-size: 3vw !important;
  }
  .percent p {
    font-size: 3vw!important;
  }
  .counter_numbers h3.title {
    font-size: 32px !important;
    max-width: 100%;
  }
  .counter_numbers{
    justify-content: center;
  }
  }
  .counter_numbers .percent {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    margin: 0px !important;
  }
  
  .counter_numbers .percent:before {
    content: "+";
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 1em;
  }
  
  .counter_numbers .title {
    padding: 0px;
    text-wrap-style: balance;
    text-align: left;
  }
  .title-separator .et_pb_text_inner:before,
  .title-separator-white .et_pb_text_inner:before,
  .machine-taxonomy-parent .title-separator,
  .home_case_history_wrapper .title-separator-white {
    display: none;
  }
  
  .title-separator .et_pb_text_inner,
  .title-separator-white .et_pb_text_inner,
  .machine-taxonomy-parent .title-separator,
  .home_case_history_wrapper .title-separator-white {
    display: flex;
    gap: 10px;
  }
  .mansory-gallery figure {
    border-radius: 30px;
    overflow: hidden;
  }
  @media (min-width: 981px) {
    .counter_numbers {
      padding: 30px 40px;
  }
    .title-separator .et_pb_text_inner:before,
    .machine-taxonomy-parent .title-separator:before {
      content: "";
      width: 15px;
      height: 25px;
      display: flex;
      background-image: url(/wp-content/uploads/2025/02/track.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin-top: 15px;
    }
    .title-separator-white .et_pb_text_inner:before,
    .home_case_history_wrapper .title-separator-white:before {
      content: "";
      width: 15px;
      height: 25px;
      display: flex;
      background-image: url(/wp-content/uploads/2025/02/Tracciato-16582.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin-top: 15px;
    }
  
    .counter_numbers .title {
      max-width: 50%;
    }
    .counter_numbers .percent:before {
      font-size: 6.25vw;
    }
  }
  
  .feedback-image {
    width: 130px;
    border-radius: 50%;
    height: 130px;
    object-fit: cover;
    display: flex;
    overflow: hidden;
    border: 5px solid #fff;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  
  .feedback-item {
    background: #fff;
    border-radius: 30px;
    position: relative;
    padding: 60px 20px;
    text-align: center;
    z-index: 2;
    height: max-content;
    transition: 300ms;
  }
  .feedback-item.is-active {
    transition: 300ms;
    padding: 60px 30px 40px;
    height: auto;
  }
  
  .feedback-description {
    max-width: 400px;
    margin: 0 auto;
    text-wrap-style: balance;
    transition: 100ms;
    height: 0px;
    overflow: hidden;
    opacity: 0;
  }
  .feedback-item.is-active .feedback-description {
    transition: 300ms;
    height: auto;
    overflow: visible;
    opacity: 1;
  }
  .feedback-name {
    font-weight: bold;
    margin-top: 20px;
    transition: 300ms;
  }
  div#feedback-carousel-track {
    overflow: visible;
    min-height: 300px;
  }
  ul#feedback-carousel-list {
    align-items: flex-end;
  }
  
 
  
  div#feedback-carousel ul.splide__pagination.splide__pagination--ltr button {
    background: #fff;
    height: 20px;
    transition: 300ms;
    width: 20px;
  }
  div#feedback-carousel button.splide__pagination__page.is-active {
    background: #2e3d8c !important;
    transition: 300ms;
    transform: unset !important;
  }
  
  .blog_posts_wrapper article {
    padding: 0px !important;
  }
  
  .blog_posts_wrapper .et_pb_post .entry-featured-image-url {
    margin-bottom: 0px !important;
  }
  
  .blog_posts_wrapper .entry-title {
    background: #f5f5f5;
    padding: 40px 20px 14px;
    border-radius: 30px 30px 0 0;
    font-weight: bold;
  }
  .blog_posts_wrapper .entry-title a {
    width: 100%;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .blog_posts_wrapper p.post-meta {
    background: #f5f5f5;
    padding: 0 20px 20px !important;
    margin: 0px !important;
  }
  
  .blog_posts_wrapper .post-content {
    padding: 20px;
  }
  
  .blog_posts_wrapper .et_pb_image_container,
  .blog_posts_wrapper .et_pb_image_container a {
    margin: 0px;
    min-height: 250px;
    object-fit: cover;
    transition: 300ms;
    position: relative;
    z-index: 2;
    display: flex !important;
    width: 100%;
  }
  @media(min-width: 981px){
       .blog_posts_wrapper .et_pb_image_container,
      .blog_posts_wrapper .et_pb_image_container a {
        margin: 0px;
        min-height: 300px;
        object-fit: cover;
        transition: 300ms;
        position: relative;
        z-index: 2;
        display: flex !important;
        width: 100%;
      } 
  }
  .blog_posts_wrapper img {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    object-position: center;
  }
  .blog_posts_wrapper .et_pb_image_container img {
    width: 100%;
  }
  
  .blog_posts_wrapper .entry-title,
  .blog_posts_wrapper p.post-meta,
  .blog_posts_wrapper .post-content {
    position: relative;
    top: -25px;
    z-index: 5;
  }
  .button-border-radius {
    border-radius: 15px 15px 0 0 !important;
    transition: 300ms;
  }
  
  .button-border-radius:hover {
    border-radius: 0 !important;
    transition: 300ms;
  }
  .flex-column-flex-end {
    display: flex;
    align-items: flex-end;
  }
  @media (min-width: 981px) and (max-width: 1660px) {
    .text-on-after {
      max-width: 80% !important;
    }
    .row-on-before {
      max-width: 80% !important;
    }
    .row-content-on-after {
      align-items: stretch !important;
    }
  }
  
  .contact_form_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
  .contact_form_input input,
  .contact_form_input select,
  .contact_form_message textarea {
    width: 100%;
    padding: 20px 20px 19px;
    border: none;
    border-bottom: 1px solid #2e3d8c;
  }
  .contact_form_input input::placeholder,
  .contact_form_input select::placeholder,
  .contact_form_message textarea::placeholder,
  .contact_form_input select {
    color: #2e3d8c;
  }
  
  .contact_form_optin {
    margin: 20px 0;
  }
  
  .contact_form_optin span.wpcf7-list-item {
    margin: 0;
  }
  
  .required_span {
    font-weight: bold;
    color: #2e3d8c;
  }
  .contact_form_action input {
    background: #2e3d8c;
    border: none;
    padding: 19px 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px 20px 0 0;
    transition: 300ms;
    cursor: pointer;
  }
  .contact_form_action input:hover {
    transition: 300ms;
    background: #000;
    border-radius: 0px;
  }
  .contact_form_action {
    margin-top: 40px;
  }
  .contact_form_optin {
    font-weight: 300;
  }
  .contact_form_optin a:hover {
    text-decoration: underline;
    color: #000;
    transition: 300ms;
  }
  .blog_navigation_post {
    background: #eaecf4;
    padding: 30px 20px 20px;
  }
  div#feedback-carousel ul.splide__pagination.splide__pagination--ltr {
    position: unset !important;
    margin-top: 30px;
  }
  @media (min-width: 981px) {
    div#feedback-carousel ul.splide__pagination.splide__pagination--ltr {
      position: unset !important;
      margin-top: 80px;
    }
    .blog_navigation_post {
      padding: 30px 40px 40px;
    }
    .contact_form_grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  @media (min-width: 2000px) {
    .title-hd h1,
    .title-hd h2,
    .title-hd h3,
    .title-hd h4,
    .title-hd h5,
    .title-hd h6 {
      font-size: 2vw !important;
    }
  }
  @media (max-width: 768px) {
    #services_column_central {
      margin: 60px 0 !important;
    }
  }
  
  .news_sidebar_wrapper .wp-block-latest-posts__featured-image {
    display: flex;
  }
  
  .news_sidebar_wrapper .wp-block-latest-posts__featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news_sidebar_wrapper .wp-block-latest-posts__list li {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    align-items: center;
  }
  .news_sidebar_wrapper h5 {
    margin-bottom: 20px;
  }
  
  .case_history_sector strong {
    color: #2e3d8c !important;
  }
  .case_history_sector {
    display: list-item;
    margin-left: 20px;
  }
  
  .column_image_full span.et_pb_image_wrap {
    height: 100%;
  }
  .column_image_full img {
    object-fit: cover;
    object-position: center;
  }
  
  .brand-item-logo {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .brand-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .brand-item-title h5 {
    color: #2e3d8c;
    font-weight: bold;
    font-size: 26px;
    margin: 20px 0 10px;
    padding: 0px;
  }
  .brand-item-description {
    text-wrap: balance;
  }
  .brand-item-logo img {
    width: 200px;
    height: 200px;
    object-fit: contain;
  }
  
  @media (min-width: 768px) and (max-width: 1200px) {
    .brand-grid-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (min-width: 1201px) {
    .brand-grid-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      row-gap: 60px;
    }
  }
  .case-thumbnail {
    display: flex;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
  
  .case-button a {
    margin: 25px 0 60px;
    display: block;
    transition: 300ms;
    text-transform: uppercase;
  }
  
  .case-button a:hover {
    color: #000;
    transition: 300ms;
  }
  
  .case-counter {
    margin-bottom: 40px;
  }
  
  .case-description {
    text-wrap: balance;
  }
  
  .case-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }
  
  .case-thumbnail {
    max-height: max-content;
    height: 100%;
  }
  
  .case-item-wrapper {
    transition: 500ms;
  }
  .case-item-wrapper:hover {
    background: #2e3d8c;
    transition: 600ms;
  }
  .case-item-wrapper:hover h4,
  .case-item-wrapper:hover a,
  .case-item-wrapper:hover,
  .case-item-wrapper:hover .case-counter {
    color: #fff;
  }
  
  .casehistory-loop-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  
  .case-title h4 {
    color: #2e3d8c;
    font-size: 26px;
    font-weight: bold;
    line-height: 1em;
    text-wrap-style: balance;
  }
  .case-counter {
    font-size: 60px;
    line-height: 1em;
    font-weight: bold;
    font-family: "Maven Pro";
    color: #0f171926;
  }
  
  .case-item-wrapper {
    padding: 20px 0;
    border-top: 1px solid #2e3d8c7d;
    border-bottom: 1px solid #2e3d8c7d;
  }
  .casehistory-pagination-wrapper {
    padding: 40px 0;
    text-align: center;
  }
  #brand-carousel .splide__slide {
    background: #2e3d8cde;
    border-radius: 30px 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 90px;
  }
  #brand-carousel ul.splide__pagination.splide__pagination--ltr {
    padding-top: 40px;
  }
  #brand-carousel button {
    height: 15px;
    width: 15px;
  }
  #brand-carousel {
    width: 100%; /* Il carosello occupa il 100% del contenitore padre */
    display: flex;
    justify-content: center; /* Centra gli elementi */
  }
  
  #brand-carousel .splide__track {
    width: 90%; /* Larghezza dell'80% rispetto al div padre */
    height: 90%; /* Altezza dell'80% rispetto al div padre */
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra orizzontalmente */
  }
  
  #brand-carousel .splide__slide {
    width: 100%; /* Occupa il 100% del track */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #brand-carousel .splide__slide img {
    max-width: 100%; /* Immagine adattabile */
    max-height: 100%; /* L'immagine riempie il contenitore ma senza sforare */
    object-fit: contain; /* Mantiene le proporzioni senza tagliare */
  }
  .archive-item-title h5 {
    padding: 0px;
  }
  @media (min-width: 768px) and (max-width: 1240px) {
    .case-item-wrapper {
      padding: 20px 30px 0;
    }
    .casehistory-loop-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      row-gap: 60px !important;
      gap: 0;
    }
    .casehistory-loop-wrapper .case-item-wrapper {
      border-left: 1px solid #2e3d8c7d;
      border-top: 0px;
      border-bottom: 0px;
    }
  
    .casehistory-loop-wrapper .case-item-wrapper:nth-child(even) {
      border-left: 0;
    }
  }
  @media (min-width: 1241px) {
    .casehistory-loop-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      row-gap: 0;
      gap: 0;
    }
    .casehistory-loop-wrapper .case-item-wrapper:nth-child(4) {
      border-left: 0;
    }
  }
  
  @media (min-width: 981px) {
    #brand-carousel .splide__track {
      width: 60%; /* Larghezza dell'80% rispetto al div padre */
      height: 80%; /* Altezza dell'80% rispetto al div padre */
      display: flex;
      align-items: center; /* Centra verticalmente */
      justify-content: center; /* Centra orizzontalmente */
    }
    .case-item-wrapper {
      padding: 20px 30px 0;
    }
    .casehistory-loop-wrapper .case-item-wrapper {
      border-left: 1px solid #2e3d8c7d;
      border-top: 0px;
      border-bottom: 0px;
    }
    .case-counter {
      font-size: 5.469vw;
    }
    .case-title h4 {
      font-size: 1.354vw;
    }
  }
  
  .machine-taxonomy-item-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    border-bottom: 1px solid #2e3d8c85;
    padding: 49px 0;
  }
  .machine-taxonomy-child-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .machine-taxonomy-description {
    text-wrap-style: balance;
    text-align: center;
  }
  .machine-taxonomy-child-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .machine-taxonomy-child-item h5,
  .archive-item-title h5 {
    font-size: 26px;
    font-weight: bold;
    color: #2e3d8c;
  }
  .machine-taxonomy-link a,
  .archive-item-link a {
    text-align: center;
    border: 1px solid #2e3d8c;
    color: #2e3d8c;
    padding: 12px 30px;
    display: block;
    border-radius: 20px 20px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    transition: 300ms;
  }
  .machine-taxonomy-link a:hover,
  .archive-item-link a:hover {
    border: 1px solid #2e3d8c;
    color: #fff !important;
    background: #2e3d8c;
    transition: 300ms;
    border-radius: 0px;
  }
  .machine-taxonomy-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  .machine-taxonomy-parent span,
  .archive-item-title span {
    text-transform: uppercase;
    color: #85b2f1;
    font-size: 18px;
    text-align: center;
    display: block;
  }
  .machine-taxonomy-parent .title-separator {
    font-size: 32px;
    line-height: 1em;
    font-weight: bold;
    color: #2e3d8c;
    text-align: center;
    justify-content: center;
  }
  .machine-taxonomy-wrapper .machine-taxonomy-item-wrapper:last-child {
    border: none;
  }
  .archive-item-thumbnail img {
    width: 100%;
    height: 100%;
  }
  .archive-item-thumbnail {
    border-radius: 30px;
    overflow: hidden;
    background: #f5f5f5;
  }
  .archive-body-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 25px 0 0;
  }
  .archive-item-title h5 {
    text-transform: uppercase;
    margin-top: 5px;
  }
  .pagination-wrapper.machines {
    margin: 100px 0 0;
    text-align: center;
  }
  .archive-item-title {
    text-align: center;
    text-wrap: balance;
  }
  .single-page-product {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .single-page-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .single-page-specifications {
    background: #f5f5f5;
    padding: 30px 20px;
    border-radius: 20px;
  }
  
  .single-page-specifications h5 {
    padding: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #262832;
    font-weight: bold;
  }
  .single-page-specifications p {
    opacity: 0.6;
    font-weight: 400;
  }
  .single-page-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
  }
  
  .single-page-buttons a {
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #2e3d8c;
    display: flex;
    padding: 16px 20px;
    border-radius: 10px 10px 0 0;
    line-height: 1em;
    font-size: 16px;
    transition: 300ms;
  }
  
  .single-page-buttons a svg {
    transition: 300ms;
    height: 14px;
    width: 14px;
    fill: #2e3d8c;
  }
  
  .single-page-buttons a:last-child {
    transition: 300ms;
    color: #2e3d8c;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .single-page-buttons a:last-child:hover {
    transition: 300ms;
    color: #fff;
    background: #2e3d8c;
    border-radius: 0px;
  }
  .single-page-buttons a:last-child:hover svg {
    transition: 300ms;
    fill: #fff;
  }
  .single-page-buttons a:first-child:hover {
    border-radius: 0px;
    background: #0f1719;
    transition: 300ms;
    border: 2px solid #0f1719;
  }
  .single-page-buttons a:first-child {
    color: #fff;
    background: #2e3d8c;
    transition: 300ms;
  }
  .single-page-buttons {
    margin-top: 10px;
  }
  
  div#gallery {
    flex: 0 1 90%;
  }
  div#thumbnails {
    flex: 0 1 10%;
  }
  
  div#gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  div#thumbnails li.splide__slide.is-active.is-visible {
    border: 1px solid #2e3d8c !important;
  }
  div#thumbnails {
    margin-top: 30px;
  }
  .single-page-description {
    margin-top: 60px;
    background: #f5f5f5;
    padding: 40px 30px;
    border-radius: 30px;
  }
  .single-page-description-wrapper h5 {
    border-bottom: 1px solid #2e3d8c85;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
  }
  .single-opacity {
    opacity: 0.6;
    text-wrap-style: balance;
  }
  .single-page-title h2 {
    padding: 0px;
    font-size: 32px;
    color: #2e3d8c;
    font-weight: bold;
    text-transform: uppercase;
  }
  .single-page-taxonomy-name {
    text-transform: uppercase;
    color: #85b2f1;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
  }
  .single-page-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    }
  @media (min-width: 981px) {
    .single-page-taxonomy-name {
      font-size: 18px;
    }
    .single-page-title h2 {
      font-size: 2.604vw;
    }
    .single-page-description-wrapper h5 {
      border-bottom: 1px solid #2e3d8c85;
      margin-bottom: 20px;
      font-weight: bold;
      font-size: 26px;
    }
    .single-page-description-wrapper {
      max-width: 90%;
      margin: 0 auto;
    }
    .single-page-description {
      margin-top: 100px;
      background: #f5f5f5;
      padding: 40px 30px;
    }
    .splide__arrows.splide__arrows--ltr {
      position: absolute;
      height: 100%;
      z-index: 0;
      width: 100%;
    }
  
    button.splide__arrow.splide__arrow--prev {
      top: -30px;
      transform: rotate(-270deg);
      width: max-content;
      height: max-content;
      background: transparent;
      left: 40%;
    }
  
    button.splide__arrow.splide__arrow--next {
      bottom: -20px;
      right: 40%;
      width: max-content;
      height: max-content;
      transform: rotate(-270deg);
      left: unset;
      top: unset;
      background: transparent;
    }
    div#thumbnails {
      margin-top: 0;
      height: max-content;
      position: relative;
    }
    div#thumbnails-track ul {
      display: flex;
      flex-direction: column;
      gap: 20px !important;
      margin-top: 0;
    }
    .single-page-gallery {
      display: flex;
      flex-direction: row-reverse;
      gap: 20px;
    }
    .single-page-buttons {
      margin-top: 20px;
    }
    .single-page-buttons {
      flex-direction: row;
    }
    .single-page-product {
      grid-template-columns: 1fr 1fr;
      align-items: center;
    }
    .archive-item-title {
      text-align: center;
      text-wrap: balance;
      max-width: 80%;
      margin: 0 auto;
    }
    .machine-taxonomy-description {
      text-wrap-style: balance;
      text-align: left;
    }
    .machine-taxonomy-parent span {
      text-align: left;
    }
    .machine-taxonomy-icon img {
      width: 80px;
      height: 80px;
    }
    .machine-taxonomy-child-item h5,
    .archive-item-title h5 {
      font-size: 1.563vw;
	 text-align: center;
    }
    .machine-taxonomy-description {
      margin-left: 25px;
      max-width: 85%;
      text-wrap-style: balance;
    }
    .machine-taxonomy-parent span {
      margin-left: 25px;
    }
    .machine-taxonomy-child-wrapper {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .machine-taxonomy-item-wrapper {
      grid-template-columns: 1fr 2fr;
      padding: 59px 0;
      align-items: center;
    }
    .machine-taxonomy-parent .title-separator {
      font-size: 2.604vw;
      align-items: center;
      text-align: left;
      justify-content: flex-start;
    }
    .machine-taxonomy-parent .title-separator:before {
      margin: 0px;
    }
  }
  
  .archive-loop-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .archive-item-title h5 {
    text-align: center;
  }
  @media (min-width: 768px) and (max-width: 1280px) {
    .archive-loop-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }
  }
  @media (min-width: 1281px) {
    .archive-loop-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 40px;
    }
    .single-page-description-wrapper {
      max-width: 80%;
      margin: 0 auto;
    }
  }
  @media (max-width: 550px) {
    .single-page-buttons a {
      width: 100%;
      text-align: center;
      justify-content: center;
    }
  }
  
  @media (min-width: 550px) and (max-width: 980px) {
    .single-page-buttons {
      flex-direction: row;
    }
  }
  
  @media (min-width: 1380px) {
    .single-page-content {
      max-width: 80%;
    }
  }
  
  @media (min-width: 2000px) {
    .single-page-title h2 {
      font-size: 2vw;
    }
  }
  
  @media(max-width: 1440px){
    div#single_page_product_section {
        background-image: unset!important;
    }
  }
  .brand_gallery_carousel_wrapper .et-pb-controllers a {
    background: #fff !important;
    height: 15px;
    width: 15px;
}

.brand_gallery_carousel_wrapper .et-pb-slider-arrows {
  display: none;
}

.brand_gallery_carousel_wrapper img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  height: auto;
}

/* home */

.home_category_wrapper.desktop-only{
  display: none;
}
.home_category_wrapper_mobile.mobile-only{
  display: block;
}
  
.home-category-link a {
  transition: 300ms;
  border: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
  display: block;
  color: #fff;
  min-width: 180px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.home-category-link a:hover {
  transition: 300ms;
  border-radius: 0px;
  background: #fff;
  color: #000;
}
.mobile-only .home_category_item {
  min-height: 550px;
  padding: 50px 20px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 20px;
  background-blend-mode: overlay;
  background-color: #00000085;
  background-size: cover;
  text-align: center;
  text-wrap: balance;
}
.home-category-icon img {
  height: 90px;
  width: 90px;
  object-fit: contain;
  transition: 300ms;
}
.mobile-only  .home-category-title h4 {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  transition: 300ms;
  padding: 0px;
  text-align: center;
}

.mobile-only  ul.splide__pagination.splide__pagination--ltr button {
  width: 15px;
  height: 15px;
  opacity: 1;
}
.mobile-only ul.splide__pagination.splide__pagination--ltr {
  bottom: 5%;
}

.mobile-view li{
    width: 90% !important;
}
@media(min-width: 981px){
  .home_category_wrapper_mobile.mobile-only{
    display: none;
  }
  .home_category_wrapper.desktop-only{
    display: flex;
  }

  .home_category_wrapper {
    display: flex;
    flex-direction: row;
  }
  
  .home_category_item {
    cursor: pointer;
    background-size: cover;
    padding: 60px;
    background-position: center;
    min-height: 80vh;
    filter: grayscale(1);
    transition: 500ms;
    background-color: #00000073;
    background-blend-mode: overlay;
  }
  
  .home_category_item.active,.home_category_item:hover {
    filter: unset;
  }
  
  .home-category-link,.home-category-text{
    display: none;
  }
  .home_category_item.active .home-category-link,
  .home_category_item.active .home-category-text{
    display: block;
  }
  
  .home-category-title h4 {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
  }
  
  .home-category-title h4 {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    writing-mode: sideways-lr;
    transition: 300ms;
    padding: 0px;
  }
  
  .active .home-category-title h4 {
    transition: 300ms;
    writing-mode: unset;
  }
  
  .home_category_item {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .home_category_item.active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    transition: 400ms;
    color: #fff;
    background-color: #00000050;
  }
  .home_category_item {
    flex-grow: 0.40;
  }
  .active .home-category-icon img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    transition: 300ms;
  }
  .home-category-icon img {
    height: 60px;
    width: 60px;
    object-fit: contain;
    transition: 300ms;
  }
  .home-category-text {
    max-width: 400px;
    text-wrap: balance;
  }
  .home_category_item.active {
    flex-grow: 1.5;
  }
}



@media(min-width: 2000px){
  .home-image-absolute{
    max-width: 80% !important;
  }
}
@media(min-width: 981px){
  .home-image-absolute {
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: 2;
  }
  .home-image-absolute{
    max-width: 1200px !important;
  }
  .home-column-with-background-absolute{
    max-width: 60%;
  }
}
@media(min-width: 1600px){
  .home-column-with-background-absolute{
    max-width: 50%;
  }
}

.home_case_history_wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  min-height: 425px;
}

.home_case_history_image {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 300ms;
  background-color: #0000003d;
}
.home_case_history_image.active {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: 500ms;
}
.home_case_history_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_case_history-item {
  min-height: 300px;
  border: 1px solid #fff;
  border-radius: 30px 30px 0 0;
  padding: 50px 20px;
  color: #fff;
  transition: 300ms;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  text-align: center;
}
.home_case_history-item.active{
  background: #2e3e8cb6;
  transition: 300ms;
  border: #2e3e8c;
}
.home_case_history_image:before {
  background: #0000005c;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
}
.home_case_history-item h4{
  padding: 0px;
  font-weight: bold;
  text-transform: uppercase;
  text-wrap: balance;
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
}
@media(max-width: 350px){
    .home_case_history-item h4{
        font-size: 24px;
    }
    li.splide__slide.home_case_history-item .text-wrapper p{
    font-size: 14px;
    line-height: 20px;
}
}
.home_case_history-item a{
  color: #fff;
  transition: 300ms;
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
}
.home_case_history-item a:hover{
  transition: 300ms;
  font-weight: bold;
}

@media(min-width: 1281px) and (max-width: 1660px){
  .home_case_history-item h4{
    font-size: 24px;
  }
  .home-case-history-grid {
    gap: 25px !important;
  }
  .home_case_history-item {
    padding: 30px;
  }
}
@media(min-width: 981px) and (max-width: 1280px){
  .home_case_history-item h4{
    font-size: 20px;
  }
  .home_case_history-item {
    padding: 20px;
}
.home-case-history-grid {
  gap: 15px !important;
}
}

.home-case-history-text-wrapper {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.home-case-history-text-wrapper {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 0 5%;
  position: absolute;
  top: 15%;
}

.home-case-history-text-wrapper h3 {
  padding: 0px;
  color: #fff;
  line-height: 1em;
  font-size: 28px;
  font-weight: bold;
  margin: 5px 0 20px;
}

.home-case-history-subtitle {
  text-transform: uppercase;
  font-size: 18px;
}

.home_case_history_wrapper .title-separator-white:before{
  margin-top:0px;
}
.home_case_history_wrapper .title-separator-white.title-hd {
  display: flex;
  align-items: center;
}
.home-case-history-subtitle {
  text-transform: uppercase;
  font-size: 18px;
}

.home-case-history-text {
  max-width: 400px;
  text-wrap: balance;
  margin-bottom: 20px;
}

.home-case-history-text-wrapper.active .home-category-link.active {
  display: block;
  min-width: 140px;
  max-width: max-content;
  margin-left: 25px;
}
.home-case-history-text-wrapper {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 0 5%;
  position: absolute;
  top: 10%;
}
.home-case-history-grid {
  display: none;
}
div#case-history-slider {
  display: block;
  position: relative;
  z-index: 5;
}
@media(min-width: 1024px){
  .home_case_history-item {
    text-align: left;
  }

  div#case-history-slider{
    display: none;
  }

  .home-case-history-grid {
    position: relative;
    z-index: 5;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
  }
  .home-case-history-text-wrapper {
    max-width: 50%;
    top: 15%;
  }
  .home-case-history-text-wrapper h3 {
    font-size: 2.604vw;
  }
  .home-case-history-text {
    margin-left: 20px;
  }
  .home-case-history-subtitle {
    margin-left: 25px;
  }
  
}


/* hero */
.home-hero-slider {
  background-image: url(/wp-content/uploads/2025/02/abstract-white-background-natural-stone-old-background-studio-room-gray-background.jpg);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: bottom;
  display: flex;
  align-items: center;
  padding: 60px 0 100px;
}
@media(min-width: 981px){
    .home-hero-slider {
        min-height: 70vh;
    }
}
.home-hero-slider-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  height: max-content;
}

.home-hero-slider-title h1,
.home-hero-slider-title h3 {
  font-size: 32px;
  font-weight: 400;
}
.home-hero-slider-image img {
  width: 100%;
  height: 100%;
  max-width: 90%;
  margin: 0 auto;
  object-fit: contain;
  max-height: 350px;
}

.home-hero-slider-image {
  display: flex;
}
.home-hero-slider-text {
  max-width: 90%;
  margin: 0 auto;
}
.home-hero-slider-subtitle {
  text-transform: uppercase;
  font-size: 18px;
  color: #85B2F1;
}
.home-hero-slider-actions a {
  min-width: 160px;
  display: block;
  text-align: center;
  transition: 300ms;
  max-width: max-content;
  background: #2E3D8C;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.home-hero-slider-actions a:hover {
  transition: 300ms;
  background: #000;
  border-radius: 0;
}
.home-hero-slider-actions{
  margin-top: 30px;
}
.home-hero-slider ul.splide__pagination.splide__pagination--ltr {
  bottom: 5%!important;
  padding: 0px;
}
.home-hero-slider button {
  height: 15px;
  width: 15px;
}
.home-hero-slider button.splide__pagination__page.is-active {
  transform: unset!important;
  border: 1px solid #2E3D8C !important;
  padding: 2px!important;
}
.home-hero-slider button.splide__pagination__page.is-active:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #2E3D8C;
  border-radius: 50%;
}
.home-brand-logos-wrapper{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.home-brand-logos-wrapper img{
  width: 100%;
  height: 100%;
  max-width: 160px;
  object-fit: contain;
  margin: 0 auto;
}
.home-brand-logos-wrapper.desktop{
  display: none;
}
div#homeBrandSliderMobile{
  display: flex;
  min-height: 200px;
}
div#homeBrandSliderMobile button{
  width: 15px;
  height: 15px;
}
div#homeBrandSliderMobile ul.splide__pagination.splide__pagination--ltr {
  padding: 0;
}
div#homeBrandSliderMobile button.splide__pagination__page.is-active {
  transform: unset!important;
  background: #2E3D8C;
  padding: 2px!important;
}
.home-hero-slider-title {
  text-wrap: balance;
}
@media(min-width: 981px){
  div#homeBrandSliderMobile{
    display: none;
  }
  .home-brand-logos-wrapper.desktop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}
  .home-hero-slider {
    padding: 0;
  }
  .home-hero-slider-text {
    max-width: 90%;
    margin: 0 auto;
}
  .home-hero-slider .splide__slide:first-child {
    margin-left: 10%;
  }
  .home-hero-slider-image img {
    width: 100%;
    height: 100%;
    max-width: 80%;
    object-fit: contain;
    max-height: 55vh;
  }
  .home-hero-slider-title h1,
  .home-hero-slider-title h3 {
    font-size: 3.646vw;
    font-weight: 400;
  }
  .home-hero-slider-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Footer */
.header-sidepanel.active .submenu_wrapper_content{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.megamenu_wrapper_content {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}
.archive .header-wrapper.on_cover .menu_item_link.with_submenu > a, 
.archive .header-wrapper.on_cover .header-menu-wrapper.desktop > .menu_item_link > a, 
.archive .header-wrapper.on_cover .header-menu-wrapper.desktop .menu_item_link.with_megamenu > a{
    color: #fff!important;
}
.archive .header-sidepanel.sidebar_absolute.active .header-menu-wrapper a{
    color: #2e3d8c!important;
}
.archive .header-wrapper.on_cover .header-support-button a {
    color: #fff!important;
}
.archive .footer-column-title h5 {
    color: #fff !important;
}
.archive .footer-column ul a,.archive .footer-contact-loop a {
    color: #fff !important;
    transition: 300ms;
}
.archive .blog_posts_wrapper .et_pb_image_container, .archive .blog_posts_wrapper .et_pb_image_container a {
    margin: 0px !important;
    min-height: 250px!important;
    object-fit: cover!important;
    transition: 300ms!important;
    position: relative!important;
    z-index: 2!important;
    display: flex !important;
    width: 100% !important;
}
@media(min-width: 981px){
  .archive .blog_posts_wrapper .et_pb_image_container, .archive .blog_posts_wrapper .et_pb_image_container a {
    margin: 0px !important;
    min-height: 300px!important;
    object-fit: cover!important;
    transition: 300ms!important;
    position: relative!important;
    z-index: 2!important;
    display: flex !important;
    width: 100% !important;
}  
}
.archive .blog_posts_wrapper img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
    object-position: center !important;
}
.blog_posts_wrapper a.more-link {
    display: block;
    margin-top: 20px;
}
.archive .blog_posts_wrapper a.more-link {
    display: block !important;
    margin-top: 20px !important;
}
a.more-link::first-letter {
    text-transform: capitalize;
}
.archive a.more-link::first-letter {
    text-transform: capitalize !important;
}
.footer-column-title h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  padding: 0px;
  margin-bottom: 15px;
}
.archive .submenu_wrapper_content .menu_item_link a,
.archive .megamenu_father_taxonomy a,
.archive .megamenu_subcategories .menu_item_link a{
    color: #2e3d8c!important;
}

.footer-column ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-column li, .footer-column a {
  line-height: 1em;
  height: max-content;
}

.footer-column ul a,
.footer-contact-loop a {
  color: #fff;
  transition: 300ms;
}
.footer-column ul a:hover,
.footer-contact-loop a:hover {
  text-decoration: underline;
  transition: 300ms;
}

.footer-sitemap-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.footer-places-item {
  display: flex;
  gap: 8px;
  align-items: center;
  text-wrap: balance;
}
.footer-places-item img {
  width: 15px;
  height: 15px;
}
.footer-contact-loop {
  color: #fff;
}
.footer-contact-loop {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-form-input p {
  display: flex;
  margin-bottom: 10px;
}
.footer-form-input input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
  border-radius: 20px 0 0 20px;
  padding: 10px 20px;
  max-width: 200px;
}
.footer-form-input input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border-radius: 0 20px 20px 0;
  border: none;
  transition: 300ms;
  background: #85B2F1;
  padding: 11px 30px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: max-content;
}
.footer-form-input input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  transition: 300ms;
  background: #000;
  color: #fff;
}
.footer-newsletter-option span {
  color: #fff;
  font-size: 12px;
  margin: 0px!important;
}
.footer-newsletter-option label {
  display: flex;
  align-items: center;
}
.footer-newsletter-option span.wpcf7-form-control-wrap a {
  transition: 300ms;
  color: #fff;
}
.footer-newsletter-option span.wpcf7-form-control-wrap a:hover {
  transition: 300ms;
  text-decoration: underline;
}
.footer-newsletter-option{
  opacity: 0.6;
}

.footer-form-input .wpcf7-spinner {
  position: absolute;
  right: -65px;
}
.footer-legal a{
  color: #fff;
}
.footer-legal a:hover{
  text-decoration: underline;
}
@media (min-width: 981px) and (max-width: 1333px){
  footer .et_pb_section_0_tb_footer:before {
    height: 95%;
    width: 35vw;
}
}
@media (min-width: 2000px){
  footer .et_pb_section_0_tb_footer:before {
    width: 35vw;
}
}


@media(min-width: 981px) and (max-width: 1444px){
  .footer-sitemap-grid {
    grid-template-columns: 1fr 1fr;
}
}

@media(min-width: 1445px){
  .footer-sitemap-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
html.js,body{
  overflow-x: hidden;
}

/* header */
.header-social-network svg {
  height: 20px;
  width: 20px;
  transition: 300ms;
}
.header-social-network a {
  display: flex;
}
.header-support-button {
  width: max-content;
  display: block;
}

.header-support-button a {
  font-weight: bold;
  text-transform: uppercase;
  color: #2E3D8C;
  border: 2px solid #2E3D8C;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 12px 20px;
  transition: 300ms;
  display: flex;
  font-size: 18px;
}

.header-support-button a:hover {
  background: #2E3D8C;
  color: #fff;
  border-radius: 0px;
  transition: 300ms;
}

.header-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.header-menu-wrapper .menu {
  display: flex;
  align-items: center;
}

.header-menu-wrapper .menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
  gap: 20px;
  justify-content: center;
}

.header-menu-wrapper a {
  color: #2E3D8C;
  transition: 300ms;
  font-size: 18px;
}
.header-menu-wrapper a:hover {
  color: #000;
  transition: 300ms;
}

ul.sub-menu {
  padding: 0px;
  transition: 300ms;
  list-style: none;
  display: none;
}
.header-logo-wrapepr{
  flex: 0 1 20%;
}
.header-menu-wrapper {
  flex: 0 1 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.header-actions {
  flex: 0 1 20%;
}
.header-support-button a {
  font-weight: bold;
  text-transform: uppercase;
  color: #2E3D8C;
  border: 2px solid #2E3D8C;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 12px 20px;
  transition: 300ms;
  display: flex;
  font-size: 18px;
}
@media(min-width:981px) and (max-width: 1333px){
  .header-menu-wrapper a {
    font-size: 14px;
  }
  .header-support-button a {
    padding: 10px 15px;
    font-size: 14px;
  }
  .header-logo-wrapepr{
    flex: 0 1 15%;
  }
  .header-menu-wrapper {
    flex: 0 1 70%;
  }
  .header-actions {
    flex: 0 1 15%;
  }
}
@media(min-width: 1334px) and (max-width: 1919px){
  .header-menu-wrapper a {
    font-size: 16px;
  }
  .header-support-button a {
    padding: 10px 15px;
    font-size: 16px;
  }
}
/*---submenu */


.submenu_wrapper_content .menu_item_link {
  border-bottom: 1px solid #2E3D8C;
  padding-bottom: 4px;
}
.menu_item_link.with_submenu {
  position: relative;
  transition: 300ms;
}

.menu_item_link.with_submenu > a{
  cursor: pointer;
}

/* Megamenu */


.megamenu_father_taxonomy a {
  padding-bottom: 4px;
  border-bottom: 1px solid #2E3D8C;
  display: block;
  margin-bottom: 19px;
  font-weight: bold;
}
.menu_item_link.with_megamenu > a {
  font-weight: bold;
  cursor: pointer;
}

.megamenu_subcategories .menu_item_link img {
  height: 15px;
  width: 15px;
  display: flex;
}
.megamenu_subcategories .menu_item_link a{
  gap: 10px;
  align-items: center;
  display: flex;
}

.megamenu_subcategories {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 0 20px;
}

.header-sidepanel.active .megamenu_father_taxonomy a {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* Side bar */
.header-burger-menu span {
  background: #2E3D8C;
  display: block;
  width: 30px;
  height: 2px;
  transition: 300ms;
  transform: rotate(0);
}
.header-sidepanel {
  background: #fff;
  width: 100%;
  max-width: 100%;
  position: absolute;
  right: -1000px;
  height: 100vh;
  transition: 500ms;
  opacity: 0;
  z-index: 50;
}
.header-sidepanel.active {
  right: 0;
  opacity: 1;
  transition: 500ms;
}
.header-actions.mobile {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.header-sidepanel .header-menu-wrapper.mobile,
.header-sidepanel  .header-actions.mobile {
  flex: unset;
}
.header-sidepanel .header-menu-wrapper.mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
}
.header-sidepanel {
  padding: 60px 30px 200px;
  display: flex;
  gap: 60px;
  flex-direction: column;
}
.header-actions.mobile {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: unset;
  align-items: unset;
}
.header-menu-wrapper.desktop {
  display: none;
}
.header-actions.desktop .header-support-button {
  display: none;
}
.header-burger-menu {
  height: 30px;
  width: 30px;
  display: flex;
  gap: 7px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.header-burger-menu.active span:first-child {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  transition: 300ms;
  opacity:0;
}
.header-burger-menu.active span:nth-child(2) {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  transition: 300ms;
}
.header-burger-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  transition: 300ms;
}
.header-grid {
  display: grid;
  align-items: center;
  max-width: 90%;
  width: 100%;
  padding: 15px 0;
  transition: 300ms;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
}
.header-actions.desktop .header-social-network{
  display:none;
}
.header-social-network{
  display:flex;
  gap: 10px;
  align-items: center;
}
.header-sidepanel.active .menu_item_link.with_submenu > a, 
.header-sidepanel.active > .menu_item_link > a,
.header-sidepanel.active .menu_item_link.with_megamenu > a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.header-sidepanel .menu_item_with_submenu_wrapper,.header-sidepanel .menu_item_with_megamenu_wrapper {
  width: 100%;
}
.header-sidepanel .menu_item_with_submenu_wrapper span, .header-sidepanel .menu_item_with_megamenu_wrapper span {
  transform: rotate(-90deg);
  transition: 300ms;
}
.header-sidepanel .menu_item_with_submenu_wrapper img, .header-sidepanel .menu_item_with_megamenu_wrapper img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.menu_item_link.with_submenu .active span,
.megamenu_father_taxonomy .active span,
.menu_item_link.with_megamenu .active span {
  transform: rotate(0);
  transition: 300ms;
}
@media(min-width: 981px) and (max-width: 1280px){
  .header-sidepanel {
    max-width: 30%;
}
}
@media (min-width: 1440px){
  .menu_item_link.with_submenu > a, 
  .header-menu-wrapper.desktop > .menu_item_link > a,
  .header-menu-wrapper.desktop .menu_item_link.with_megamenu > a {
    line-height: 90px;
    display: block;
}
  .header-sidepanel {
    display: none;
  }
  .header-menu-wrapper.desktop {
    display: flex;
  }
  .header-actions.desktop .header-support-button {
    display: flex;
  }
  .header-burger-menu{
    display: none;
  }
  .header-grid {
    display: flex;
    align-items: center;
    max-width: 1720px;
    width: 90%;
    padding: 0 0;
    transition: 300ms;
    margin: 0 auto;
  }
  .header-actions.desktop .header-social-network{
    display:flex;
  }
  .menu_item_link.with_submenu:hover .submenu_wrapper_content
  {
  opacity: 1;
  visibility: visible;
  height: auto;
  min-width: 200px;
  width: auto;
  transition: 200ms;
  padding: 25px 20px;
}

.menu_item_link.with_megamenu:hover .megamenu_wrapper_content {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: 300ms;
}
.submenu_wrapper_content {
  opacity: 0;
  background: #fff;
  height: 0px;
  transition: 100ms;
  border: 1px solid #2E3D8C;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  z-index: 50;
  left: 0;
  visibility: hidden;
  min-width: 200px;
  width: auto;
}
.megamenu_wrapper_content {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 60%; 
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  padding: 80px 100px;
  border: 1px solid #2E3D8C;
  position: absolute;
  background: #fff;
  z-index: 50;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 100ms;
}
}
@media(max-width: 350px){
  .header-logo-wrapepr svg {
    max-width: 160px;
}
}
@media(max-width: 1280){
  .megamenu_father_taxonomy a {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.header-sidepanel.active .submenu_wrapper_content,
.header-sidepanel.active .megamenu_wrapper_content,
.header-sidepanel.active .megamenu_subcategories {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-sidepanel .submenu_wrapper_content,
.header-sidepanel .megamenu_wrapper_content,
.header-sidepanel .megamenu_subcategories {
  display: none;
}
}

html.js.no-scroll {
  overflow-y: hidden;
}

.header-sidepanel.active {
  overflow-y: auto;
}

/* Color change */
.header-wrapper.on_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-wrapper.on_cover .header-logo-wrapepr path {
  fill: #fff;
  transition: 300ms;
}
.header-wrapper.on_cover .header-social-network svg {
  fill: #fff;
  transition: 300ms;
}

.header-wrapper.on_cover .header-support-button a {
  color: #fff;
  border: 2px solid #fff;
  transition: 300ms;
}

.header-wrapper.on_cover .header-support-button a:hover {
  background: #fff;
  color: #2E3D8C;
  transition: 300ms;
}

.header-wrapper.on_cover .menu_item_link.with_submenu > a, 
.header-wrapper.on_cover .header-menu-wrapper.desktop > .menu_item_link > a,
.header-wrapper.on_cover .header-menu-wrapper.desktop .menu_item_link.with_megamenu > a{
  color: #fff;
}

.header-wrapper.on_cover .header-burger-menu span {
  background: #fff;
}


.header-wrapper.on_cover.active {
  transition: 300ms;
  background: #fff;
}

.header-wrapper.on_cover.active .header-logo-wrapepr path {
  fill: #2E3D8C;
  transition: 300ms;
}

.header-wrapper.on_cover.active  .header-social-network svg {
  fill: #2E3D8C;
  transition: 300ms;
}

.header-wrapper.on_cover.active .header-burger-menu span {
  background: #2E3D8C;
  transition: 300ms;
}

.header-wrapper .header-actions.desktop .header-social-network svg,
.header-actions.mobile .header-social-network svg {
  fill: #2E3D8C;
}
.header-wrapper.on_cover .header-actions.desktop .header-social-network svg {
  fill: #fff;
}


/* Promo */
.promo-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
}

.promo-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 50px 50px 0 0;
}
.promo-item-text {
  text-wrap: balance;
}

.promo-paragraph {
  text-wrap: balance;
  margin: 20px 0 30px;
}
.promos_loop_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media(min-width: 981px){
  .promos_loop_wrapper {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
  .promo-item-text {
    max-width: 80%;
    margin: 0 0 0 auto;
  }
  .promo-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
  }
  .promo-item-text .single-page-taxonomy-name,
  .promo-item-text .promo-paragraph ,
  .promo-item-text .single-page-buttons{
    margin-left: 25px;
  }
}

@media(max-width: 980px){
    .promo-item .single-page-buttons,.promo-item .promo-paragraph,.promo-item .single-page-taxonomy-name {
        text-align: center;
    }
    .promo-item .single-page-buttons {
        justify-content: center;
    }
}


.news_sidebar_wrapper .wp-block-latest-posts__featured-image {
    border-radius: 20px;
    overflow: hidden;
}

.news_sidebar_wrapper a.wp-block-latest-posts__post-title {
    font-weight: bold;
    line-height: 1.2em;
    font-size: 18px;
    text-wrap: balance;
}

.news_sidebar_wrapper label.wp-block-search__label {
    display: none;
}

.news_sidebar_wrapper .et_pb_widget.widget_block {
    margin-bottom: 50px!important;
}
.news_sidebar_wrapper .et_pb_widget.widget_block:last-child {
    margin-bottom: 0px!important;
}

#blog_sidebar_wrapper .wp-block-button.sidebar_button a {
    transition: 300ms;
    background: #2E3D8C;
    border-radius: 20px 20px 0 0;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: bold;
}

#blog_sidebar_wrapper .wp-block-button.sidebar_button a:hover {
    transition: 300ms;
    background: #000;
    border-radius: 0;
    color: #fff!important;
}

@media(max-width: 980px){
    .blog_last_news .column.size-1of1 article:last-child,
    .blog_last_news .column.size-1of1 article:nth-child(2){
        display: none;
    }
    .blog_posts_wrapper.blog_last_news.blog_page .column.size-1of1 article:last-child,
    .blog_posts_wrapper.blog_last_news.blog_page .column.size-1of1 article:nth-child(2){
        display:block;
    }
}

.et_pb_section.et_pb_section_0_tb_footer.et_pb_with_background.et_section_regular .wpcf7-response-output {
    color: #fff !important;
}