.h2-cms {
  margin: 0;
}

.contentBlockContainer {
  padding: 0;
}

.usp-text-container-dx a.btn,
.usp-text-container-sx a.btn {
  border-radius: 32px;
  margin-top: 1.5rem;
  width: fit-content;
}

.usp-text-container-dx .ul-title,
.usp-text-container-sx .ul-title {
  font-weight: bold;
  margin-top: 1.5rem;
}

.sub-video-title {
  color: #b05c36;
}

.video-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #b05c36;
  line-height: unset;
  margin-bottom: 0;
}

/*--------------------------------------------------------------------*/
.usp-row-dx {
  display: flex;
  flex-direction: row;
  margin: 2rem 0;
}

.usp-row-dx img {
  width: 40%;
}

.usp-row-dx div {
  width: 100%;
}

.usp-row-sx {
  display: flex;
  flex-direction: row;
}

.usp-row-sx img {
  width: 40%;
}

.usp-row-sx div {
  width: 100%;
}

.usp-row-dx > img,
.usp-row-sx > img {
  width: 100%;
}

.usp-text-container-dx {
  display: grid;
  place-content: center;
  padding: 0 6rem 0 2rem;
}

.usp-text-container-sx {
  display: grid;
  place-content: center;
  padding: 0 0 0 6rem;
}

.usp-text-container-dx > hr,
.usp-text-container-sx > hr {
  border-top: 1px solid #000;
  width: 100%;
}

.quotation-row a.btn {
  border-radius: 32px;
  margin-top: 1.5rem;
}

.quotation-row {
  display: flex;
  flex-direction: row;
}

.quotation-row img {
  width: 40%;
}

.quotation-row div {
  width: 100%;
}

.quotation-text-container {
  display: grid;
  place-content: center;
  padding: 0 6rem 0 6rem;
}

.quotation-text-container h2 {
  font-size: 1.6rem;
  font-weight: 600;
}

.quotation-text-container > hr {
  border-top: 1px solid #000;
  width: 100%;
}

#slider-strengths-container {
  position: relative;
  margin: 2rem 6rem;
}
#slider-strengths-container h2 {
  font-size: 1.6rem;
  font-weight: 600;
}

#slider-strengths .swiper-slide {
  max-height: unset;
}
#slider-strengths .swiper-slide .text {
  margin-top: 1.5rem;
  padding: 0;
}
#slider-strengths.swiper-container-horizontal {
  overflow-x: visible;
}
/* #slider-strengths .swiper-wrapper .swiper-slide {
  width: 33rem !important;
} */
#slider-strengths .swiper-pagination {
  position: unset;
  margin-top: 1rem;
}
#slider-strengths .swiper-button-next,
#slider-strengths .swiper-button-prev {
  background: #fff;
  color: #000;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #b05c36;
}

#slider-strengths .swiper-slide > img {
  width: 33rem;
  height: auto;
}

.available-fabrics-container {
  display: flex;
  flex-direction: row;
  align-items: start;
  margin: 2rem 6rem;
}

.available-fabrics-container div.fb-content {
  display: flex;
  flex-direction: column;
}

.available-fabrics-container > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0.5rem;
  min-height: 37rem;
  width: 25%;
}

.available-fabrics-container a.btn:hover {
  color: #fff;
}

.available-fabrics-container a.btn {
  border-radius: 32px;
  color: #fff;
  width: 50%;
}

.available-fabrics-container a.link-maanta {
  margin: 0.5rem 0;
}

.applications-examples {
  display: flex;
  flex-direction: row;
  margin: 2rem 6rem;
}

.applications-examples span {
  font-weight: 600;
  margin: 0.5rem 0;
}

.applications-examples div {
  display: flex;
  flex-direction: column;
  margin: 0 0.5rem;
  width: 33%;
}

/*--*/

.color_selector {
  padding: 0.5rem 1.2rem !important;
  background: #efeff2;
  box-shadow: inset 0 0 1px rgb(0 0 0/11%);
  border-radius: 3.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 0.3rem;
  list-style: none;
}
.color_selector li span {
  border-radius: 100%;
  width: 2.5rem !important;
  height: 2.5rem !important;
  box-shadow: inset 0 0.5px 1px rgba(0, 0, 0, 0.5);
}
.color_selector li {
  margin: 6px;
  border-radius: 100%;
  display: flex;
}
.color_selector li.selected > span {
  outline: #efeff2 solid 3px;
}

.color_selector_text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.color_selector_container {
  width: 100%;
  min-height: 40rem;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  /* position: relative; */
  background-size: cover;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 2rem;
  transition: ease 0.5s;
}

.color_selector li.selected {
  border: 6px solid rgba(0, 178, 227, 1);
  margin: 0;

  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes fadeInOpacity {
  0% {
    border: 6px solid rgba(0, 178, 227, 0);
  }
  100% {
    border: 6px solid rgba(0, 178, 227, 1);
  }
}

.data-sheet-table-container {
  margin: 2rem 6rem 0 6rem;
  overflow-x: scroll !important;
}

.package-list-container {
  margin: 2rem 6rem 0 6rem;
}

.package-list-container h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.package-content-list {
  display: flex;
  flex-direction: row;
}

.package-content-list div:first-of-type {
  margin-right: 0.5rem;
  margin-left: 0;
}

.package-content-list div {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  width: 19%;
}

.package-content-list div:last-of-type {
  margin-left: 0.5rem;
  margin-right: 0;
}

.package-content-list img {
  height: auto;
}

.package-content-list h4 {
  font-size: 1rem;
  margin-top: 0.5rem;
}

/*--*/
.youtube-video-container {
  background-image: url("/img/blocks/solaria/guide/28NERA_StefanoLodesaniStudio.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40rem;
  display: grid;
  place-content: center;
}

.video_play_button_guide {
  width: 60px;
  cursor: pointer;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highlight-guide-text {
  text-align: center;
  background: rgba(0, 178, 227, 0.15);

  border: 1px solid #b05c36;
  margin-bottom: 1rem;

  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 2rem;
}

.highlight-guide-text a.btn.btn-primary {
  border-radius: 32px;
  color: #fff;
}

.guide-text-container {
  display: flex;
  flex-direction: row;
  margin: 2rem 6rem;
}

.guide-text-container > div {
  padding: 1rem;
}

.guide-text-container div {
  width: 50%;
}

.guide-text-container h2 {
  margin-bottom: 1rem;
}

#slider-strengths-container h2 {
  color: #b05c36;
}

#cross_selling {
  margin-top: 2rem;
}

@media (max-width:1440px) {
  .usp-row-dx > img,
  .usp-row-sx > img {
    width: 60%;
  }


}

.contentBlockContainer .rte-content {
  overflow-x: hidden;
}

@media (max-width: 850px) {
  .usp_anim_radiale {
    background-image: url("/img/blocks/randa_bean_bag/descrizione/animations/radiale/usp_radiale_mobile_0.webp");

    background-repeat: no-repeat;
    background-size: cover;
    animation: 7s normal 1s infinite running imgFadeIn;
    -webkit-animation: 7s normal 1s infinite running imgFadeIn;
    width: 400px;
    height: 400px;
  }

  @keyframes imgFadeIn {
    0% {
      background-image: url("/img/blocks/randa_bean_bag/descrizione/animations/radiale/usp_radiale_mobile_0.webp");
    }
    50% {
      background-image: url("/img/blocks/randa_bean_bag/descrizione/animations/radiale/usp_radiale_mobile_1.webp");
    }
    100% {
      background-image: url("/img/blocks/randa_bean_bag/descrizione/animations/radiale/usp_radiale_mobile_0.webp");
    }
  }

  @-webkit-keyframes imgFadeIn {
    0% {
      background-image: url("/img/blocks/randa_bean_bag/descrizione/animations/radiale/usp_radiale_mobile_0.webp");
    }
    50% {
      background-image: url("/img/blocks/randa_bean_bag/descrizione/animations/radiale/usp_radiale_mobile_1.webp");
    }
    100% {
      background-image: url("/img/blocks/randa_bean_bag/descrizione/animations/radiale/usp_radiale_mobile_0.webp");
    }
  }

  .contentBlockContainer {
    padding: 0 !important;
  }
  .limit-width-block {
    margin: 0;
  }
  /* ----------------------------- Video ----------------------------- */

  #video_radiale_container .canvas_video {
    max-width: 100%;
    height: unset;
  }

  #video_radiale_container {
    flex-direction: column-reverse;
    min-height: unset;
    padding-bottom: 2rem;
  }

  #video_radiale_container .text-container {
    padding: 0 1.4rem;
    top: unset;
    left: unset;
    position: unset;
    width: 100%;
    height: auto;
  }

  /* ----------------------------- Usp ----------------------------- */

  .usp-row-dx {
    flex-direction: column;
    margin-top: 1rem;
  }

  .usp-row-dx img {
    width: 100%;
  }

  .usp-row-dx div {
    margin-top: 1rem;
    width: 100%;
  }

  .usp-row-sx {
    flex-direction: column-reverse;
    margin-top: 1rem;
  }

  .usp-row-sx img {
    width: 100%;
  }

  .usp-row-sx div {
    margin-top: 1rem;
    width: 100%;
  }

  .usp-text-container-dx {
    padding: 0 1.35rem;
  }

  .usp-text-container-sx {
    padding: 0 1.35rem;
  }

  /* ----------------------------- Quotation ----------------------------- */

  .quotation-row {
    flex-direction: column;
  }
  .quotation-row img {
    width: 100%;
  }

  .quotation-row div {
    margin-top: 1rem;
    width: 100%;
  }

  .quotation-text-container {
    padding: 0 1.35rem;
  }

  /* ----------------------------- Strengths ----------------------------- */

  #slider-strengths-container {
    margin: 1rem 0 0 0;
  }

  #slider-strengths-container h2 {
    margin: 2rem 1.35rem 1rem 1.35rem;

    font-size: 1.6rem;
    font-weight: 600;
    color: #b05c36;
    line-height: unset;
  }

  #slider-strengths .swiper-slide .text {
    margin-top: 1.5rem;
    padding: 0 1.35rem;
  }

  #slider-strengths.swiper-container-horizontal {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #slider-strengths .swiper-slide > img {
    width: 100%;
    height: auto;
  }

  #slider-strengths .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }

  #slider-strengths .swiper-button-next,
  #slider-strengths .swiper-button-prev {
    top: 40%;
  }

  /* ----------------------------- Data Sheet ----------------------------- */

  .data-sheet-table-container {
    margin: 2rem 1.35rem 0 1.35rem;
    overflow-x: scroll !important;
  }

  .package-list-container {
    margin: 0 1rem 0 1rem;
  }

  .package-content-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .package-content-list div:first-of-type {
    margin-bottom: 0.5rem;
    margin-top: 0;
  }

  .package-content-list div {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
  }

  .package-content-list div:last-of-type {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }

  /* ----------------------------- Guide ----------------------------- */
  .youtube-video-container {
    background-image: url("/img/blocks/solaria/guide/28NERA_StefanoLodesaniStudio-mobile.webp");
  }
  .highradiale-guide-text {
    text-align: left;
    margin-top: 1rem;
  }

  .guide-text-container {
    flex-direction: column;
    margin: 2rem 1.35rem;
  }

  .guide-text-container div {
    width: 100%;
  }

  .guide-text-container h2 {
    width: 100%;
  }

  /* ----------------------------- Cross Selling ----------------------------- */

  .product_cross_selling_price_container {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  .product_cross_selling_price {
    margin: 1rem 0;
  }
  .crossselling-products-container .swiper-wrapper {
    height: auto;
  }
}
