.elementor-kit-8{--e-global-color-primary:#FFD900;--e-global-color-secondary:#000000;--e-global-color-text:#FF7610;--e-global-color-accent:#8A8A8A;--e-global-color-67d8ffc:#FFFFFF;--e-global-color-a6fcb91:#83EBEC;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:52px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:48px;--e-global-typography-text-font-weight:700;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:none;--e-global-typography-56b9c35-font-family:"Inter";--e-global-typography-56b9c35-font-size:16px;--e-global-typography-56b9c35-font-weight:400;--e-global-typography-56b9c35-text-transform:none;--e-global-typography-56b9c35-font-style:normal;--e-global-typography-56b9c35-text-decoration:none;--e-global-typography-0ab6cd0-font-size:40px;--e-global-typography-0ab6cd0-font-weight:700;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );}.elementor-kit-8 h2{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );}.elementor-kit-8 h3{font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1520px;}.e-con{--container-max-width:1520px;}.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);}@media(max-width:1366px){.elementor-kit-8{--e-global-typography-secondary-font-size:42px;--e-global-typography-text-font-size:38px;}.elementor-kit-8 h1{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-8 h2{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-secondary-font-size:38px;--e-global-typography-text-font-size:30px;}.elementor-kit-8 h1{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-8 h2{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:16px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:32px;--e-global-typography-accent-font-size:18px;--e-global-typography-56b9c35-font-size:15px;}.elementor-kit-8 h1{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-8 h2{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-8 h3{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.pencil-marquee{
  position: relative;
  overflow: hidden;
  background-color: #f7d400;
}

.pencil-marquee::before{
  content: "";
  position: absolute;
  inset: 0;
  width: 200%;
  background-image: url("https://www.schoolpressclub.com/frontend/wp-content/uploads/2026/01/frame_1321317190-scaled.webp");
  background-repeat: repeat;
  background-size: 1000px auto;
  will-change: transform;
  animation: pencilScrollSmooth 40s linear infinite;
}

@keyframes pencilScrollSmooth{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(-50%);
  }
}/* End custom CSS */