.wp-block-heading.is-style-ctwebsite-heading-gradient-effect,
.wp-block-heading.is-style-ctwebsite-heading-custom-gradient mark {
  background: -webkit-linear-gradient(180deg, var(--wp--preset--color--secondary), var(--wp--preset--color--primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wp-block-buttons.is-style-ctwebsite-buttons-translate a.wp-block-button__link {
  transition: all ease 0.2s;
  box-shadow: 2px 10px 20px rgb(124 125 185 / 26%);
}
.wp-block-buttons.is-style-ctwebsite-buttons-translate a.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 2px 10px 25px rgb(124 125 185 / 50%);
}
a.wp-block-button__link.has-light-color-color.has-primary-gradient-gradient-background:hover {
  background: var(--wp--preset--color--secondary) !important;
}
a.wp-block-button__link:hover {
  background: var(--wp--preset--color--secondary) !important;
  color: #fff !important;
  border-color: var(--wp--preset--color--secondary) !important;
}
figure.wp-block-image.is-style-ctwebsite-image-shadow img {
  box-shadow: 0 10px 30px #0b0d1616;
}
.wp-block-group.is-style-ctwebsite-group-shadow,
.wp-block-group.is-style-ctwebsite-group-shadow-small {
  box-shadow: 0 0 30px #0d0d1514;
  transition: all ease 0.2s;
}
.wp-block-group.is-style-ctwebsite-group-shadow-small {
  box-shadow: 0 0 15px #0d0d1514;
}
.wp-block-group.is-style-ctwebsite-group-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 40px #0d0d1529;
}
.wp-block-group.is-style-ctwebsite-group-shadow-small:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px #0d0d1529;
}
.wp-block-buttons.is-style-ctwebsite-buttons-translate-normal a.wp-block-button__link {
  transition: all ease 0.2s;
}
.wp-block-buttons.is-style-ctwebsite-buttons-translate-normal a.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px #0d0d1522;
}
ul.wp-block-list.is-style-ctwebsite-list-no-bullet {
  list-style: none;
}
.wp-block-group.is-style-ctwebsite-group-fade-overlay {
  position: relative;
}
.wp-block-group.is-style-ctwebsite-group-fade-overlay:after,
.wp-block-group.is-style-ctwebsite-group-fade-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  z-index: 2;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 2.05%, rgba(255, 255, 255, 0) 64.98%);
}
.wp-block-group.is-style-ctwebsite-group-fade-overlay:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 39.24%, #ffffff 95.74%);
  left: auto;
  right: 0;
}
