.px-banner {
  container-type: inline-size;
  position: relative;
  min-height: 783px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 80px;
  margin-top: -83px;
}
@media screen and (max-width: 1300px) {
  .px-banner {
    margin-top: 0;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .px-banner {
    margin-bottom: 20px;
    min-height: 200px;
  }
}
.px-banner.large-height {
  background-color: var(--greenBlack);
  /* Top row - 6 squares */
  /* Left square below top row */
  /* Large rectangle on right */
  /* Three pairs of squares on left */
}
.px-banner.large-height .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.px-banner.large-height .container-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(var(--contrastColorRGB), 0.5);
}
@media screen and (min-width: 1300px) {
  .px-banner.large-height .container-wrapper::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .px-banner.large-height .container-wrapper {
    width: 100%;
  }
}
.px-banner.large-height .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(70px, auto);
  gap: 10px;
  max-width: 1300px;
  width: 100%;
  aspect-ratio: 1;
  transform: rotate(-45deg);
  transform-origin: center center;
  padding: 20px;
  position: relative;
  right: -48%;
  top: -27%;
}
@media screen and (max-width: 1300px) {
  .px-banner.large-height .container {
    right: unset;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .px-banner.large-height .container {
    display: block;
    transform: none;
    padding: 0;
    aspect-ratio: unset;
    width: 100%;
    height: 100%;
    top: 0;
  }
}
.px-banner.large-height .item {
  background-color: var(--greenBlack);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  min-height: 70px;
  border-radius: 10px;
  position: relative;
}
.px-banner.large-height .item .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(45deg) scale(1);
}
.px-banner.large-height .item .icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  animation: glow 1.5s linear alternate infinite;
}
@media screen and (max-width: 768px) {
  .px-banner.large-height .item {
    display: none;
  }
  .px-banner.large-height .item.item8 {
    display: block;
    width: 100%;
    height: 100%;
  }
  .px-banner.large-height .item.item8 img, .px-banner.large-height .item.item8 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: visible;
    position: unset;
    transform: none;
  }
}
.px-banner.large-height .item img, .px-banner.large-height .item video {
  width: 136%;
  height: 138%;
  object-fit: cover;
  transform: rotate(45deg) scale(1);
  transform-origin: center center;
  position: absolute;
  top: -20%;
  left: -18.5%;
  transition: var(--baseTransition);
}
.px-banner.large-height .item:hover img, .px-banner.large-height .item:hover video {
  transform: rotate(45deg) scale(1.1);
}
.px-banner.large-height .item1 {
  grid-column: 1;
  grid-row: 1;
}
.px-banner.large-height .item2 {
  grid-column: 2;
  grid-row: 1;
}
.px-banner.large-height .item3 {
  grid-column: 3;
  grid-row: 1;
}
.px-banner.large-height .item4 {
  grid-column: 4;
  grid-row: 1;
}
.px-banner.large-height .item5 {
  grid-column: 5;
  grid-row: 1;
}
.px-banner.large-height .item6 {
  grid-column: 6;
  grid-row: 1;
}
.px-banner.large-height .item7 {
  grid-column: 1 / 3;
  grid-row: 2 / 4;
}
.px-banner.large-height .item7 img {
  left: -20%;
  top: -21.5%;
  width: 139%;
  height: 140%;
}
.px-banner.large-height .item8 {
  position: relative;
  grid-column: 3 / 55;
  grid-row: 2 / 11;
}
.px-banner.large-height .item8 img, .px-banner.large-height .item8 video {
  top: -10%;
  left: -24%;
  height: 100%;
  width: 109%;
}
.px-banner.large-height .item8:hover img, .px-banner.large-height .item8:hover video {
  transform: rotate(45deg) scale(1.02);
}
@media screen and (max-width: 1300px) {
  .px-banner.large-height .item8 {
    grid-column: 3 / 7;
    grid-row: 2 / 7;
  }
  .px-banner.large-height .item8 img, .px-banner.large-height .item8 video {
    top: -35%;
    left: -30%;
    height: 135%;
    width: 136%;
  }
}
.px-banner.large-height .item9 {
  grid-column: 1;
  grid-row: 4;
}
.px-banner.large-height .item10 {
  grid-column: 2;
  grid-row: 4;
}
.px-banner.large-height .item11 {
  grid-column: 1;
  grid-row: 5;
}
.px-banner.large-height .item12 {
  grid-column: 2;
  grid-row: 5;
}
.px-banner.large-height .item13 {
  grid-column: 1;
  grid-row: 6;
}
.px-banner.large-height .item14 {
  grid-column: 2;
  grid-row: 6;
}
.px-banner > .image, .px-banner > .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.px-banner > .image::after, .px-banner > .video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(var(--contrastColorRGB), 0.5);
}
@media screen and (min-width: 1300px) {
  .px-banner > .image::after, .px-banner > .video::after {
    display: none;
  }
}
.px-banner > .image img, .px-banner > .image video, .px-banner > .video img, .px-banner > .video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.px-banner .text {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-left: max(4%, calc((100% - var(--reducedWidth))/2));
  padding-bottom: clamp(8.3333333333rem, 8.0780780781rem + 1.4358108108vw, 9.2777777778rem);
  color: var(--contrastColorInverted);
}
.px-banner .text h1, .px-banner .text h2, .px-banner .text h3, .px-banner .text h4, .px-banner .text h5 {
  color: var(--contrastColorInverted);
}
.px-banner .text h1 {
  text-shadow: 0px 0px 19px #50B792;
}
.px-banner .text h1 .has-white-color {
  font-size: clamp(2.2222222222rem, 1.6966966967rem + 2.9560810811vw, 4.1666666667rem);
  margin-bottom: -10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .px-banner .text h1 .has-white-color {
    margin-bottom: 0;
    font-size: clamp(1.7777777778rem, 1.4624624625rem + 1.7736486486vw, 2.9444444444rem);
  }
}
@media screen and (max-width: 768px) {
  .px-banner .text {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    margin-bottom: 20px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .px-banner .text .wp-block-buttons {
    justify-content: center;
  }
  .px-banner .text h1, .px-banner .text h2, .px-banner .text h3, .px-banner .text h4, .px-banner .text h5, .px-banner .text p {
    text-align: center;
  }
}
.px-banner .icons-big .icon-1, .px-banner .icons-big .icon-2, .px-banner .icons-big .icon-3, .px-banner .icons-big .icon-4, .px-banner .icons-big .icon-5, .px-banner .icons-big .icon-6 {
  position: absolute;
}
.px-banner .icons-big .icon-1 {
  transform: skew(24deg, -6deg) translate(-49px, 118px) rotate(88deg);
  width: 100px;
  fill: #fff;
}
.px-banner .icons-big .icon-2 {
  transform: skew(24deg, -6deg) translate(307px, 406px) rotate(33deg);
  width: 50px;
  fill: #a6d1c8;
}
.px-banner .icons-big .icon-3 {
  transform: skew(-15deg, -15deg) translate(287px, 223px) rotate(33deg);
  width: 40px;
  fill: #a6d1c8;
}
.px-banner .icons-big .icon-4 {
  transform: translate(289px, 490px) rotate(59deg);
  width: 60px;
  fill: #fff;
}
.px-banner .icons-big .icon-5 {
  transform: skew(-10deg) translate(90px, 268px) rotate(69deg);
  width: 60px;
  fill: #a6d1c8;
}
.px-banner .icons-big .icon-6 {
  transform: translate(254px, 327px) rotate(54deg);
  width: 80px;
  fill: #fff;
}
.px-banner .trustelements {
  position: absolute;
  bottom: -72px;
  height: 117px;
  width: 100%;
}
.px-banner .trustelements .trustelements-inner {
  max-width: var(--reducedWidth);
  margin: 0 auto;
  width: var(--baseWidth);
  position: relative;
}
.px-banner .trustelements .trustelements-inner::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 125px;
  background: #fff;
  box-shadow: -30px 44px 115px 0px rgba(20, 41, 36, 0.13);
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .px-banner .trustelements .trustelements-inner::after {
    height: 100px;
    top: -10px;
  }
}
.px-banner .trustelements .trustelements-inner .img_big {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  z-index: 9;
  height: 171px;
  filter: drop-shadow(-30px 44px 135px rgba(20, 41, 36, 0.2));
}
@media screen and (max-width: 1024px) {
  .px-banner .trustelements .trustelements-inner .img_big {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .px-banner .trustelements .trustelements-inner .img_big {
    top: -25px;
    left: -3px;
    width: fit-content;
    height: 125px;
    transform: none;
  }
}
.px-banner .trustelements .splide__track {
  position: relative;
  z-index: 2;
}
.px-banner .trustelements .splide__track::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 150px;
  height: 125px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 6.23%, rgba(255, 255, 255, 0.9) 100%);
  z-index: 1;
  border-radius: 7px;
}
.px-banner .trustelements .splide__track::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 150px;
  height: 125px;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0) 6.23%, rgba(255, 255, 255, 0.9) 100%);
  z-index: 1;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .px-banner .trustelements .splide__track::after {
    left: 85px;
    right: unset;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 6.23%, rgba(255, 255, 255, 0.9) 100%);
  }
}
@media screen and (max-width: 768px) {
  .px-banner .trustelements .splide__track {
    padding-top: 10px;
  }
}
.px-banner .trustelements .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.px-banner .trustelements .splide__slide:first-child {
  display: block;
}
.px-banner .trustelements .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.px-banner .trustelements .splide__slide .image {
  max-height: 85px;
  max-width: 200px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .px-banner .trustelements .splide__slide .image {
    max-height: 60px;
  }
}
.px-banner .trustelements .splide__slide .image.img_big {
  max-height: unset;
}
@media screen and (max-width: 768px) {
  .px-banner .trustelements .splide__slide .image.img_big {
    height: 80px;
  }
}
.editor-styles-wrapper .px-banner .trustelements .trustelements-inner .splide__list {
  display: flex;
}
body:not(.home) .px-banner .text {
  padding-bottom: 119px;
}
@media screen and (max-width: 768px) {
  body:not(.home) .px-banner .text {
    padding-bottom: 140px;
  }
}
@keyframes glow {
  0% {
    fill: #fff;
    scale: 1.05;
  }
  100% {
    fill: #a6d1c8;
    scale: 1;
  }
}
@keyframes pulse {
  0% {
    scale: 1.05;
  }
  100% {
    scale: 1;
  }
}
