/* ------------------------------------------ */
/* ------------- BUTTONS B3 v3 START--------------- */
/* ------------------------------------------ */
@media only screen and (min-width: 600px) {
  #home #buttons-b3 .wrapper {
    --custom-button-size: 140px;
    justify-content: center;
    gap: 10px 20px;
  }

  #home #buttons-b3 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-block: 25px;
  }

  #home #buttons-b3 .button {
    margin: 0;
    border-radius: 50%;
    position: relative;
    aspect-ratio: 1/1;
    border: 3px solid var(--custom-button-border-color, var(--secondary-color));
    box-shadow: 0px 9.933px 24.832px rgba(0, 0, 0, 0.10);
    /* width: var(--custom-button-size);  */
    flex-basis: var(--custom-button-size);
    max-width: var(--custom-button-size);
    height: var(--custom-button-size);
    box-sizing: border-box;
    transition: all .35s ease-in-out;
    align-items: center;
  }

  #home #buttons-b3 .button .button-link {
    padding: 10px 8px;
    transition: all .35s ease-in-out;
  }

  #home #buttons-b3 .button .button-title {
    font-size: 14px;
    line-height: 1.1;
    text-transform: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #home #buttons-b3 .wrapper .button:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    transform: scale(1.1);
    height: auto;
    padding-bottom: 5px;
    aspect-ratio: unset;
  }

  #home #buttons-b3 .wrapper .button .icon-wrapper {
    margin-bottom: 10px;
  }

  #home #buttons-b3 .wrapper .button:hover .icon-wrapper {
    height: 30px;
  }

  #home #buttons-b3 .wrapper .button .icon-wrapper .raw-svg svg,
  #home #buttons-b3 .wrapper .button .icon-wrapper .raw-svg svg *,
  #home #buttons-b3 .wrapper .button .icon-wrapper {
    transition: all .35s ease-in-out;
  }

  #home #buttons-b3 .wrapper .button:hover .icon-wrapper .raw-svg svg {
    width: 30px;
    height: 30px;
  }

  #home #buttons-b3 .button:hover .button-link {
    padding-top: 10px;
  }

  #home #buttons-b3 .wrapper .button:hover .button-title {
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
}

@media only screen and (min-width: 960px) {
  #container #home #cms-gallery .text {
    padding-bottom: 150px;
  }

  #home #cms-gallery .pause,
  #home #cms-gallery .play,
  #home #cms-gallery .position {
    bottom: 105px;
  }

  #home #cms-gallery .pause,
  #home #cms-gallery .play {
    left: auto;
    right: 70px;
  }

  #home #buttons-b3 {
    margin-top: -105px;
  }

  #home #buttons-b3 .button:nth-child(8) {
    display: none;
  }
}

@media only screen and (min-width: 1450px) and (max-width: 1920px) {
  #home #buttons-b3 .button {
    border-width: 4px;
  }

  #home #buttons-b3 .button .button-title {
    font-size: 16px;
  }

  #home #buttons-b3 .wrapper {
    --custom-button-size: 150px;
  }

}

@media only screen and (max-width: 599px) {
  #home #buttons-b3 .wrapper .button .icon-wrapper {
    border-radius: 50%;
    padding: 10px;
    border: 1px solid var(--custom-button-border-color, var(--secondary-color));
  }
}

/* ------------------------------------------ */
/* ------------- BUTTONS B3 v3 END */
/* ------------------------------------------ */