.wcl-hero-simple-block {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.wcl-hero-simple-block #svg-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wcl-hero-simple-block #bg-canvas {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wcl-hero-simple-block--data .wcl-button.wcl-hero-simple-block__button svg {
  display: none;
}
.wcl-hero-simple-block--light {
  margin-top: 108px;
}
.wcl-hero-simple-block--light .wcl-hero-simple-block__bg--desktop {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wcl-hero-simple-block--light .wcl-hero-simple-block__bg--desktop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wcl-hero-simple-block--light .wcl-hero-simple-block__bg--mobile {
  display: none;
}
.wcl-hero-simple-block--light .wcl-hero-simple-block__container {
  padding-top: 20px;
}
.wcl-hero-simple-block--light .wcl-hero-simple-block__content {
  position: relative;
  z-index: 3;
}
.wcl-hero-simple-block--light .wcl-hero-simple-block__title h1 {
  color: var(--color-black);
}
.wcl-hero-simple-block--light .wcl-hero-simple-block__text {
  color: #404040;
}
.wcl-hero-simple-block--light .wcl-hero-simple-block__button.wcl-button--gradient {
  color: var(--color-dark);
}
.wcl-hero-simple-block--light .wcl-hero-simple-block__button.wcl-button--gradient svg path {
  fill: var(--color-dark);
}
.wcl-hero-simple-block--dark {
  background: var(--gradient1);
}
.wcl-hero-simple-block--dark ::-moz-selection {
  background: var(--color-white);
  color: var(--color-dark);
}
.wcl-hero-simple-block--dark ::selection {
  background: var(--color-white);
  color: var(--color-dark);
}
.wcl-hero-simple-block--dark ::-moz-selection {
  background: var(--color-white);
  color: var(--color-dark);
}
.wcl-hero-simple-block--dark .wcl-hero-simple-block__content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60%;
  left: -150px;
  width: 650px;
  height: 110px;
  border-radius: 50px;
  background-color: #2F0C25;
  filter: blur(50px);
}
.wcl-hero-simple-block--dark .wcl-hero-simple-block__title {
  color: var(--color-white);
}
.wcl-hero-simple-block--dark .wcl-hero-simple-block__title span {
  transition: var(--transition);
}
.wcl-hero-simple-block--dark .wcl-hero-simple-block__title a {
  color: var(--color-orange3);
  text-decoration: none;
}
.wcl-hero-simple-block--dark .wcl-hero-simple-block__title a:hover,
.wcl-hero-simple-block--dark .wcl-hero-simple-block__title a span:hover {
  color: var(--color-orange2) !important;
}
.wcl-hero-simple-block--dark .wcl-hero-simple-block__text {
  color: var(--color-alto);
}
.wcl-hero-simple-block__container {
  display: flex;
  justify-content: space-between;
  padding-top: 128px;
}
.wcl-hero-simple-block__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 665px;
  display: flex;
  flex-direction: column;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: 700px;
  padding-bottom: 120px;
}
.wcl-hero-simple-block__title {
  margin-bottom: 16px;
}
.wcl-hero-simple-block__title h1 {
  color: var(--color-white);
  line-height: 1.28;
  font-weight: 500;
}
.wcl-hero-simple-block__text {
  font-weight: 500;
  max-width: 619px;
}
.wcl-hero-simple-block__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.wcl-hero-simple-block__image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  height: auto;
  aspect-ratio: 640/700;
  top: -30px;
  margin-right: -60px;
  margin-left: -60px;
}
.wcl-hero-simple-block__image::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: var(--decor-color);
  filter: blur(150px);
}
.wcl-hero-simple-block__image--background {
  transform: translateY(-100px);
}
.wcl-hero-simple-block__image--background #svg-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.wcl-hero-simple-block__image--background #canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wcl-hero-simple-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.wcl-hero-simple-block__image--static img {
  -o-object-position: center;
     object-position: center;
}
.wcl-hero-simple-block__image.wcl-hide-gradient::after {
  display: none;
}
@media (min-width: 23.4375em) and (max-width: 90em) {
  @supports (font-size: clamp( 1.875rem , 1.3908450704rem  +  2.0657276995vw , 3.25rem )) {
    .wcl-hero-simple-block--light .wcl-hero-simple-block__title h1 {
      font-size: clamp( 1.875rem , 1.3908450704rem  +  2.0657276995vw , 3.25rem );
    }
  }
  @supports not (font-size: clamp( 1.875rem , 1.3908450704rem  +  2.0657276995vw , 3.25rem )) {
    .wcl-hero-simple-block--light .wcl-hero-simple-block__title h1 {
      font-size: calc(1.875rem + 1.375 * (100vw - 23.4375rem) / 66.5625);
    }
  }
  @supports (font-size: clamp( 2.25rem , 1.8978873239rem  +  1.5023474178vw , 3.25rem )) {
    .wcl-hero-simple-block__title h1 {
      font-size: clamp( 2.25rem , 1.8978873239rem  +  1.5023474178vw , 3.25rem );
    }
  }
  @supports not (font-size: clamp( 2.25rem , 1.8978873239rem  +  1.5023474178vw , 3.25rem )) {
    .wcl-hero-simple-block__title h1 {
      font-size: calc(2.25rem + 1 * (100vw - 23.4375rem) / 66.5625);
    }
  }
}
@media only screen and (min-width: 769px) {
  .wcl-hero-simple-block__bg--mobile {
    display: none;
  }
  .wcl-hero-simple-block__image--mobile {
    height: 0;
  }
  .wcl-hero-simple-block__image--mobile::after {
    display: none;
  }
  .wcl-hero-simple-block__image--mobile svg {
    height: 0;
  }
}
@media (min-width: 64em) and (max-width: 90em) {
  @supports (width: clamp( 31.25rem , 12.7884615385rem  +  28.8461538462vw , 38.75rem )) {
    .wcl-hero-simple-block--light .wcl-hero-simple-block__content {
      width: clamp( 31.25rem , 12.7884615385rem  +  28.8461538462vw , 38.75rem );
    }
  }
  @supports not (width: clamp( 31.25rem , 12.7884615385rem  +  28.8461538462vw , 38.75rem )) {
    .wcl-hero-simple-block--light .wcl-hero-simple-block__content {
      width: calc(31.25rem + 7.5 * (100vw - 64rem) / 26);
    }
  }
}
@media (min-width: 90em) {
  .wcl-hero-simple-block--light .wcl-hero-simple-block__content {
    width: 38.75rem;
  }
  .wcl-hero-simple-block--light .wcl-hero-simple-block__title h1 {
    font-size: 3.25rem;
  }
  .wcl-hero-simple-block__title h1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 64em) {
  .wcl-hero-simple-block--light .wcl-hero-simple-block__content {
    width: 31.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .wcl-hero-simple-block--light {
    margin-top: 71px;
  }
  .wcl-hero-simple-block--light .wcl-hero-simple-block__bg--desktop {
    opacity: 0.5;
  }
  .wcl-hero-simple-block--light .wcl-hero-simple-block__content {
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
  }
  .wcl-hero-simple-block--light .wcl-hero-simple-block__text {
    max-width: 100%;
    margin-bottom: 12px;
  }
  .wcl-hero-simple-block--dark .wcl-hero-simple-block__container {
    position: relative;
  }
  .wcl-hero-simple-block--dark .wcl-hero-simple-block__container::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 19, 95, 0.168627451);
  }
  .wcl-hero-simple-block--dark .wcl-hero-simple-block__content--background {
    justify-content: center;
    max-width: 100%;
  }
  .wcl-hero-simple-block--dark .wcl-hero-simple-block__content--background .wcl-hero-simple-block__title {
    margin-top: auto;
  }
  .wcl-hero-simple-block--dark .wcl-hero-simple-block__content--background .wcl-hero-simple-block__text {
    max-width: 100%;
  }
  .wcl-hero-simple-block--dark .wcl-hero-simple-block__content {
    padding-top: 88px;
    max-height: none;
    min-height: 812px;
    height: auto;
  }
  .wcl-hero-simple-block--dark .wcl-hero-simple-block__content::after {
    display: none;
  }
  .wcl-hero-simple-block__container {
    padding-top: 0;
  }
  .wcl-hero-simple-block__image--background #canvas {
    max-height: 800px;
  }
  .wcl-hero-simple-block__image--background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    transform: translateY(0);
  }
  .wcl-hero-simple-block__image img--background {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .wcl-hero-simple-block--light .wcl-hero-simple-block__bg--desktop img {
    height: 50%;
    -o-object-position: right top;
       object-position: right top;
  }
  .wcl-hero-simple-block--light .wcl-hero-simple-block__bg--mobile {
    position: relative;
    display: flex;
    width: 100vw;
    margin-left: -30px;
    margin-right: -30px;
    height: auto;
  }
  .wcl-hero-simple-block--light .wcl-hero-simple-block__bg--mobile::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -2px;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    background: #FFFFFF;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 7%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 85%, rgb(255, 255, 255) 100%);
  }
  .wcl-hero-simple-block--light .wcl-hero-simple-block__bg--mobile img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  .wcl-hero-simple-block--light .wcl-hero-simple-block__container {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0.45) 75%, rgba(255, 255, 255, 0.05) 100%);
  }
  .wcl-hero-simple-block--light .wcl-hero-simple-block__content {
    position: relative;
  }
  .wcl-hero-simple-block--light .wcl-breadcrumbs {
    margin-bottom: 20px;
  }
  .wcl-hero-simple-block--light .wcl-hero-simple-block__text {
    color: var(--color-dark);
  }
  .wcl-hero-simple-block--light .wcl-hero-simple-block__buttons {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 150px;
    display: flex;
    flex-direction: column;
  }
  .wcl-hero-simple-block--light .wcl-hero-simple-block__button {
    width: 100% !important;
    justify-content: center;
  }
  .wcl-hero-simple-block__content {
    padding-bottom: 80px;
  }
  .wcl-hero-simple-block__title {
    margin-bottom: 8px;
  }
  .wcl-hero-simple-block__text {
    font-size: 18px;
  }
  .wcl-hero-simple-block__button.wcl-button--gradient {
    width: 50%;
    justify-content: center;
  }
  .wcl-hero-simple-block__button.wcl-button--secondary {
    width: 50%;
    justify-content: center;
  }
  .wcl-hero-simple-block__image--static {
    margin: 24px auto 0;
    aspect-ratio: 375/375;
    max-width: 375px;
  }
  .wcl-hero-simple-block__image--desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 576px) {
  .wcl-hero-simple-block--light .wcl-hero-simple-block__buttons {
    position: static;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .wcl-hero-simple-block--light .wcl-hero-simple-block__bg--desktop {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .wcl-hero-simple-block--light .wcl-hero-simple-block__bg--mobile {
    margin-left: -15px;
    margin-right: -15px;
  }
  .wcl-hero-simple-block__content {
    padding-bottom: 40px;
  }
  .wcl-hero-simple-block__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .wcl-hero-simple-block__button.wcl-button--gradient {
    width: 100%;
  }
  .wcl-hero-simple-block__button.wcl-button--secondary {
    width: 100%;
  }
  .wcl-hero-simple-block__image {
    top: 0;
  }
  .wcl-hero-simple-block__image--background #canvas {
    max-height: 600px;
  }
  .wcl-hero-simple-block__image--background {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .wcl-hero-simple-block__image--background #canvas {
    max-height: 450px;
  }
}
@media (max-width: 23.4375em) {
  .wcl-hero-simple-block--light .wcl-hero-simple-block__title h1 {
    font-size: 1.875rem;
  }
  .wcl-hero-simple-block__title h1 {
    font-size: 2.25rem;
  }
}
