.wcl-action__container {
  position: relative;
  background-color: var(--green-color);
  color: var(--white-color);
  border-radius: 35px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.wcl-action__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wcl-action__title {
  text-align: center;
  margin-bottom: 35px;
}
.wcl-action__image {
  width: 100%;
  max-width: 416px;
  height: auto;
  margin-bottom: 20px;
}
.wcl-action__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wcl-action__text {
  text-align: center;
  max-width: 808px;
  margin-bottom: 40px;
  font-size: 20px;
}
.wcl-action__links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wcl-action__button.wcl-button--green {
  border-color: var(--white-color);
}
.wcl-action__button.wcl-button--green:hover {
  border-color: var(--green-hover);
}
.wcl-action__decor-left {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.wcl-action__decor-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wcl-action__decor-right {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}
.wcl-action__decor-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 23.4375em) and (max-width: 90em) {
  @supports (margin-top: clamp( 3.125rem , 1.474471831rem  +  7.0422535211vw , 7.8125rem )) {
    .wcl-action {
      margin-top: clamp( 3.125rem , 1.474471831rem  +  7.0422535211vw , 7.8125rem );
    }
  }
  @supports not (margin-top: clamp( 3.125rem , 1.474471831rem  +  7.0422535211vw , 7.8125rem )) {
    .wcl-action {
      margin-top: calc(3.125rem + 4.6875 * (100vw - 23.4375rem) / 66.5625);
    }
  }
  @supports (margin-bottom: clamp( 0.625rem , -0.2552816901rem  +  3.7558685446vw , 3.125rem )) {
    .wcl-action {
      margin-bottom: clamp( 0.625rem , -0.2552816901rem  +  3.7558685446vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , -0.2552816901rem  +  3.7558685446vw , 3.125rem )) {
    .wcl-action {
      margin-bottom: calc(0.625rem + 2.5 * (100vw - 23.4375rem) / 66.5625);
    }
  }
  @supports (padding-top: clamp( 2.5rem , 1.7297535211rem  +  3.2863849765vw , 4.6875rem )) {
    .wcl-action__container {
      padding-top: clamp( 2.5rem , 1.7297535211rem  +  3.2863849765vw , 4.6875rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 1.7297535211rem  +  3.2863849765vw , 4.6875rem )) {
    .wcl-action__container {
      padding-top: calc(2.5rem + 2.1875 * (100vw - 23.4375rem) / 66.5625);
    }
  }
  @supports (padding-bottom: clamp( 3.125rem , 2.3547535211rem  +  3.2863849765vw , 5.3125rem )) {
    .wcl-action__container {
      padding-bottom: clamp( 3.125rem , 2.3547535211rem  +  3.2863849765vw , 5.3125rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.3547535211rem  +  3.2863849765vw , 5.3125rem )) {
    .wcl-action__container {
      padding-bottom: calc(3.125rem + 2.1875 * (100vw - 23.4375rem) / 66.5625);
    }
  }
}
@media (min-width: 90em) {
  .wcl-action {
    margin-top: 7.8125rem;
  }
  .wcl-action {
    margin-bottom: 3.125rem;
  }
  .wcl-action__container {
    padding-top: 4.6875rem;
  }
  .wcl-action__container {
    padding-bottom: 5.3125rem;
  }
}
@media screen and (max-width: 1920px) {
  .wcl-action__container {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .wcl-action__text {
    font-size: 18px;
  }
  .wcl-action__decor-left {
    left: -100px;
  }
  .wcl-action__decor-right {
    right: -100px;
  }
}
@media screen and (max-width: 576px) {
  .wcl-action__links {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 23.4375em) {
  .wcl-action {
    margin-top: 3.125rem;
  }
  .wcl-action {
    margin-bottom: 0.625rem;
  }
  .wcl-action__container {
    padding-top: 2.5rem;
  }
  .wcl-action__container {
    padding-bottom: 3.125rem;
  }
}
