main.wp-block-group {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

.big-hero-page-block {
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: calc(-1 * min(6.5rem, 8vw)) !important;
}
.big-hero-page-block .hero-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 10px;
}
.big-hero-page-block .hero-top-content .hero-main-image-section {
  width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.big-hero-page-block .hero-top-content .hero-main-image-section .hero-main-image {
  width: 986px;
  height: 620px;
}
.big-hero-page-block .hero-top-content .hero-decorative-image .decorative-img {
  width: 364px;
  height: 22px;
}
.big-hero-page-block .hero-title {
  margin: 0 0 30px 0;
  text-align: center;
  width: min(20ch, 100%);
  padding: 20px;
  text-align: center !important;
  font-size: clamp(1.8rem, 1.5rem + 2vw, 3.27rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.big-hero-page-block .hero-text-section {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 41px 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .hero-description {
  color: #F9F9F9;
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 24.8px;
  word-wrap: break-word;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .hero-description p {
  text-align: center !important;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button {
  --black-700: hsla(0 0% 12% / 1);
  --border_radius: 9999px;
  --transtion: 0.3s ease-in-out;
  --offset: 2px;
  cursor: pointer;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  padding: 1rem 2rem;
  background-color: transparent;
  border: none;
  border-radius: var(--border_radius);
  -webkit-transform: scale(calc(1 + var(--active, 0) * 0.1));
          transform: scale(calc(1 + var(--active, 0) * 0.1));
  -webkit-transition: -webkit-transform var(--transtion);
  transition: -webkit-transform var(--transtion);
  transition: transform var(--transtion);
  transition: transform var(--transtion), -webkit-transform var(--transtion);
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--base);
  border-radius: var(--border_radius);
  -webkit-box-shadow: inset 0 0.5px hsl(0, 0%, 100%), inset 0 -1px 2px 0 hsl(0, 0%, 0%), 0px 4px 10px -4px hsla(0 0% 0%/calc(1 - var(--active, 0))), 0 0 0 calc(var(--active, 0) * 0.375rem) hsla(260, 97%, 50%, 0.75);
          box-shadow: inset 0 0.5px hsl(0, 0%, 100%), inset 0 -1px 2px 0 hsl(0, 0%, 0%), 0px 4px 10px -4px hsla(0 0% 0%/calc(1 - var(--active, 0))), 0 0 0 calc(var(--active, 0) * 0.375rem) hsla(260, 97%, 50%, 0.75);
  -webkit-transition: all var(--transtion);
  transition: all var(--transtion);
  z-index: 0;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: hsla(260, 97%, 61%, 0.75);
  background-image: radial-gradient(at 51% 89%, hsl(266, 45%, 74%) 0px, transparent 50%), radial-gradient(at 100% 100%, hsl(266, 36%, 60%) 0px, transparent 50%), radial-gradient(at 22% 91%, hsl(266, 36%, 60%) 0px, transparent 50%);
  background-position: top;
  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  -webkit-transition: opacity var(--transtion);
  transition: opacity var(--transtion);
  z-index: 2;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button:is(:hover, :focus-visible) {
  --active: 1;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button .dots_border {
  --size_border: calc(100% + 2px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;
  border-radius: var(--border_radius);
  z-index: -10;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button .dots_border::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 100%;
  height: 2rem;
  background-color: white;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(120%, white));
  -webkit-mask: linear-gradient(transparent 0%, white 120%);
          mask: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(120%, white));
          mask: linear-gradient(transparent 0%, white 120%);
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button .sparkle {
  position: relative;
  z-index: 10;
  width: 1.75rem;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button .sparkle .path {
  fill: currentColor;
  stroke: currentColor;
  -webkit-transform-origin: center;
          transform-origin: center;
  color: hsl(0, 0%, 100%);
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button .sparkle .path:nth-child(1) {
  --scale_path_1: 1.2;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button .sparkle .path:nth-child(2) {
  --scale_path_2: 1.2;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button .sparkle .path:nth-child(3) {
  --scale_path_3: 1.2;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button:is(:hover, :focus) .sparkle .path {
  -webkit-animation: path 1.5s linear 0.5s infinite;
          animation: path 1.5s linear 0.5s infinite;
}
.big-hero-page-block .hero-text-section .hero-description-wrapper .button.asset-button .text_button {
  position: relative;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, right top, from(hsl(0, 0%, 100%)), color-stop(120%, hsla(0 0% 100%/var(--active, 0))));
  background-image: linear-gradient(90deg, hsl(0, 0%, 100%) 0%, hsla(0 0% 100%/var(--active, 0)) 120%);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 1rem;
  color: transparent;
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes path {
  0%, 34%, 71%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  17% {
    -webkit-transform: scale(var(--scale_path_1, 1));
            transform: scale(var(--scale_path_1, 1));
  }
  49% {
    -webkit-transform: scale(var(--scale_path_2, 1));
            transform: scale(var(--scale_path_2, 1));
  }
  83% {
    -webkit-transform: scale(var(--scale_path_3, 1));
            transform: scale(var(--scale_path_3, 1));
  }
}
@keyframes path {
  0%, 34%, 71%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  17% {
    -webkit-transform: scale(var(--scale_path_1, 1));
            transform: scale(var(--scale_path_1, 1));
  }
  49% {
    -webkit-transform: scale(var(--scale_path_2, 1));
            transform: scale(var(--scale_path_2, 1));
  }
  83% {
    -webkit-transform: scale(var(--scale_path_3, 1));
            transform: scale(var(--scale_path_3, 1));
  }
}
.big-hero-page-block .hero-footer-section {
  width: 100%;
  background: black;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.big-hero-page-block .hero-footer-section .hero-footer-content {
  width: 1280px;
  height: 106px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.big-hero-page-block .hero-footer-section .hero-footer-content .hero-footer-title {
  position: static;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #F9F9F9;
  font-size: 40px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 32px;
  word-wrap: break-word;
}
.big-hero-page-block .hero-footer-section .hero-footer-content .edd_download_purchase_form {
  width: 434px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.big-hero-page-block .hero-footer-section .hero-footer-content .edd_download_purchase_form .edd_free_downloads_form_class {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.big-hero-page-block .hero-footer-section .hero-footer-content .edd_download_purchase_form .edd-free-downloads-direct-download-link, .big-hero-page-block .hero-footer-section .hero-footer-content .edd_download_purchase_form .edd-free-download.edd-free-download-single {
  height: 40px;
  padding: 0 25.75px;
  background: #ED145B;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.07);
  border-radius: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
  width: 250px;
  max-width: 250px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  cursor: pointer;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  outline-offset: -2px;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  overflow: hidden;
  text-transform: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.big-hero-page-block .hero-footer-section .hero-footer-content .edd_download_purchase_form .edd-free-downloads-direct-download-link:hover, .big-hero-page-block .hero-footer-section .hero-footer-content .edd_download_purchase_form .edd-free-download.edd-free-download-single:hover {
  background: #c9114a;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1280px) {
  .big-hero-page-block .hero-top-content .hero-main-image-section {
    width: 100%;
    padding: 0 20px;
  }
  .big-hero-page-block .hero-top-content .hero-main-image-section .hero-main-image {
    width: 100%;
    max-width: 986px;
    height: auto;
  }
  .big-hero-page-block .hero-text-section .hero-description-wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .big-hero-page-block .hero-footer-section .hero-footer-content {
    width: 100%;
    padding: 0 20px;
  }
  .big-hero-page-block .hero-footer-section .hero-footer-content .edd_download_purchase_form {
    position: static;
    width: 100%;
    max-width: 434px;
  }
}
@media (max-width: 1024px) {
  .big-hero-page-block .hero-top-content {
    gap: 40px;
  }
  .big-hero-page-block .hero-text-section {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .big-hero-page-block {
    height: auto;
    min-height: calc(100vh - min(6.5rem, 15vw));
  }
  .big-hero-page-block .hero-top-content {
    gap: 20px;
  }
  .big-hero-page-block .hero-text-section {
    padding: 20px;
  }
  .big-hero-page-block .hero-text-section .hero-title {
    font-size: 36px;
    line-height: 42px;
  }
  .big-hero-page-block .hero-text-section .hero-description-wrapper .hero-description,
  .big-hero-page-block .hero-text-section .hero-description-wrapper .hero-description-link {
    font-size: 14px;
    line-height: 20px;
  }
  .big-hero-page-block .hero-footer-section .hero-footer-content {
    height: auto;
    padding: 20px;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .big-hero-page-block .hero-footer-section .hero-footer-content .hero-footer-title {
    position: static;
    font-size: 32px;
    line-height: 36px;
  }
  .big-hero-page-block .hero-footer-section .hero-footer-content .edd_download_purchase_form {
    position: static;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .big-hero-page-block .hero-text-section .hero-title {
    font-size: 28px;
    line-height: 34px;
  }
  .big-hero-page-block .hero-text-section .hero-description-wrapper {
    gap: 20px;
  }
  .big-hero-page-block .hero-footer-section .hero-footer-content .hero-footer-title {
    font-size: 24px;
    line-height: 28px;
  }
  .big-hero-page-block .hero-top-content {
    gap: 10px;
  }
  .big-hero-page-block .hero-top-content .hero-title {
    margin: 30px 0 30px 0;
  }
  .big-hero-page-block .hero-top-content .hero-main-image {
    max-height: 40vh;
  }
}

.product-images-cluster-wrapper iframe {
  width: 70%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
}

.wp-block-acf-big-hero-page-block .big-hero-page-block-placeholder {
  padding: 40px 20px;
  border: 2px dashed #ccc;
  text-align: center;
  color: #666;
  background: #f9f9f9;
  border-radius: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}