.elementor-kit-6{--e-global-color-primary:#01002C;--e-global-color-secondary:#FA0000;--e-global-color-text:#C800FF;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-letter-spacing:-1.1px;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-letter-spacing:-0.1px;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:600;--e-global-typography-text-letter-spacing:-0.3px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{color:#FFFFFF;padding:11px 26px 11px 26px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-radius:20px 20px 20px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:100px;padding-inline-start:100px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}.site-footer .footer-inner{width:714px;max-width:100%;}.site-footer .site-branding .site-logo img{width:300px;max-width:300px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.locked-character {
  position: relative;
  overflow: hidden;
}

.locked-character::after {
  content: "LICENSED";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  color: #FFD700;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
  transition: 0.3s ease;
  z-index: 2;
}/* End custom CSS */