@media all and (max-width:767px){.two-col-mob .et_pb_column{width:50%!important}}@media all and (max-width:767px){.three-col-mob .et_pb_column{width:33.33%!important}}@media all and (max-width:767px){.four-col-mob .et_pb_column{width:25%!important}}@media all and (max-width:767px){.five-col-mob .et_pb_column{width:15.6%!important}}@media all and (max-width:767px){.six-col-mob .et_pb_column{width:12.083%!important}.six-col-mob .et_pb_column:nth-last-child(-n+6){margin-bottom:0}.six-col-mob .et_pb_column:not(:nth-child(6n)){margin-right:5.5%!important}}@media all and (min-width:768px) and (max-width:980px){.one-col-tab .et_pb_column{margin-right:0!important;width:100%!important}.one-col-tab .et_pb_column:not(:last-child){margin-bottom:30px!important}}@media all and (min-width:768px) and (max-width:980px){.two-col-tab .et_pb_column{width:47.25%!important}.two-col-tab .et_pb_column:nth-last-child(-n+2){margin-bottom:0}.two-col-tab .et_pb_column:not(:nth-child(2n)){margin-right:5.5%!important}}@media all and (min-width:768px) and (max-width:980px){html .et-db .three-col-tab .et_pb_column{width:33.33%!important}}@media all and (min-width:768px) and (max-width:980px){.four-col-tab .et_pb_column{width:20.875%!important}.four-col-tab .et_pb_column:nth-last-child(-n+4){margin-bottom:0}.four-col-tab .et_pb_column:not(:nth-child(4n)){margin-right:5.5%!important}}@media all and (min-width:768px) and (max-width:980px){.five-col-tab .et_pb_column{width:15.6%!important}.five-col-mob .et_pb_column:nth-last-child(-n+5){margin-bottom:0}.five-col-tab .et_pb_column:not(:nth-child(5n)){margin-right:5.5%!important}}@media all and (min-width:768px) and (max-width:980px){.six-col-tab .et_pb_column{width:12.083%!important}.six-col-tab .et_pb_column:nth-last-child(-n+6){margin-bottom:0}.six-col-tab .et_pb_column:not(:nth-child(6n)){margin-right:5.5%!important}}.hvr-underline-from-center{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);position:relative;overflow:hidden}.hvr-underline-from-center:before{content:"";position:absolute;z-index:-1;left:51%;right:51%;bottom:0;background:#2098D1;height:4px;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-from-center:hover:before,.hvr-underline-from-center:focus:before,.hvr-underline-from-center:active:before{left:0;right:0}.hvr-float-shadow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);position:relative;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform,opacity;transition-property:transform,opacity}.hvr-float-shadow:hover,.hvr-float-shadow:focus,.hvr-float-shadow:active{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.hvr-float-shadow:hover:before,.hvr-float-shadow:focus:before,.hvr-float-shadow:active:before{opacity:1;-webkit-transform:translateY(5px);transform:translateY(5px)}@media all and (max-width:767px){.two-col-mob .et_pb_column{width:47.25%!important}.two-col-mob .et_pb_column:nth-last-child(-n+2){margin-bottom:0}.two-col-mob .et_pb_column:not(:nth-child(2n)){margin-right:5.5%!important}}@media all and (min-width:767px){.three-col-mob .et_pb_column{width:47.25%!important}.three-col-tab .et_pb_column:nth-last-child(-n+3){margin-bottom:0}.three-col-tab .et_pb_column:not(:nth-child(3n)){margin-right:5.5%!important}}.center{display:flex;justify-content:center;align-items:center}.blink_me{text-decoration-color:purple;animation:blinker 4s linear infinite}@keyframes blinker{30%{opacity:0}}.blink_img{position:relative;display:inline-block;padding:10px 20px;border-radius:50%;overflow:hidden;z-index:0}.blink_img::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('your-image.jpg');background-size:cover;background-position:center;border-radius:50%;z-index:-1;animation:blinkImage 3s linear infinite}@keyframes blinkImage{0%,100%{opacity:1}50%{opacity:0}}.blink_bg{position:relative;display:inline-block;color:white;z-index:0;border-radius:10%;overflow:hidden}.blink_bg::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:green;border-radius:10%;z-index:-1;animation:blinker 3s linear infinite}@keyframes blinker{0%,100%{opacity:1}50%{opacity:0}}.heartbeat{-webkit-animation:heartbeat 1.5s cubic-bezier(0.785,0.135,0.150,0.860) 2s infinite reverse both;animation:heartbeat 1.5s cubic-bezier(0.785,0.135,0.150,0.860) 2s infinite reverse both}@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(0.91);transform:scale(0.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(0.98);transform:scale(0.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(0.87);transform:scale(0.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(0.91);transform:scale(0.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(0.98);transform:scale(0.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(0.87);transform:scale(0.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@media screen and (max-width:980px){.reverse{display:flex;flex-direction:column-reverse}}.shake-bottom{-webkit-animation:shake-bottom .8s cubic-bezier(.455,.03,.515,.955) both;animation:shake-bottom .8s cubic-bezier(.455,.03,.515,.955) both}@-webkit-keyframes shake-bottom{0%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}10%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}20%,40%,60%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}30%,50%,70%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}80%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}90%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}}@keyframes shake-bottom{0%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}10%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}20%,40%,60%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}30%,50%,70%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}80%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}90%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}}.pa-fullscreen-menu .et_pb_menu__wrap{justify-content:flex-end!important}.pa-fullscreen-menu .et_pb_menu__wrap .et_pb_menu__menu{display:none!important}.pa-fullscreen-menu .et_pb_menu__wrap .et_mobile_nav_menu{display:block!important;align-items:center!important}.pa-fullscreen-menu .opened #mobile_menu1{width:100vw!important;position:fixed!important;top:0em!important;left:0vw!important;height:100vh!important;display:flex!important;justify-content:center!important;flex-direction:column!important;opacity:1!important;visibility:visible!important;transition:visibility 0.3s,opacity 0.3s ease-in-out;padding:0!important}.pa-fullscreen-menu .closed #mobile_menu1{background-color:#fff!important;text-align:center!important;width:100vw!important;position:fixed!important;left:100vw!important;top:0em!important;height:100vh!important;display:flex!important;justify-content:center!important;align-items:center!important;flex-direction:column!important;transition:visibility 0.3s,opacity 0.3s,left 1s,ease-in-out;opacity:0!important;visibility:hidden!important}.pa-fullscreen-menu #mobile_menu1 li{list-style:none!important;text-align:center!important;width:100%}.pa-fullscreen-menu .et_pb_menu__wrap span.mobile_menu_bar{z-index:999999!important}.pa-fullscreen-menu .et_pb_menu__wrap .opened .mobile_menu_bar:before{content:"\4d"!important}.pa-fullscreen-menu .opened .mobile_menu_bar{position:fixed!important}.pa-fullscreen-menu .et_mobile_menu{border-top:none}.pa-fullscreen-menu .et_mobile_menu .menu-item-has-children>a{background-color:transparent}.et_mobile_menu li a:hover{background-color:transparent;opacity:1}.pa-fullscreen-menu .et_mobile_menu li a{border-bottom:none}.phonics-tags{display:inline-flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:10px 0;text-align:center}.phonics-tags .tag{background-color:#e0f7fa;color:#00796b;padding:6px 12px;border-radius:20px;font-size:16px;white-space:nowrap;margin:4px;transition:background-color 0.3s ease}.phonics-tags .tag:hover{background-color:#b2ebf2}.icon-container{position:relative;width:100%;height:400px;overflow:hidden}.icon-float{position:absolute;width:40px;height:40px;z-index:9;animation-iteration-count:infinite;animation-timing-function:ease-in-out}.icon-float.slow{animation-duration:6s}.icon-float.medium{animation-duration:4s}.icon-float.fast{animation-duration:2.5s}.icon-pos-1{top:10%;left:20%}.icon-pos-2{top:30%;left:50%}.icon-pos-3{top:60%;left:30%}.icon-pos-4{top:80%;left:70%}.icon-pos-5{top:50%;left:10%}.icon-pos-6{top:20%;left:80%}@keyframes wave{0%,100%{transform:translateY(0px) rotate(0deg)}50%{transform:translateY(-15px) rotate(5deg)}}@keyframes floatX{0%,100%{transform:translateX(0px)}50%{transform:translateX(10px)}}@keyframes bob{0%,100%{transform:translateY(0px)}50%{transform:translateY(-20px)}}@keyframes wiggle{0%,100%{transform:rotate(0deg)}50%{transform:rotate(10deg)}}.wave{animation-name:wave}.floatX{animation-name:floatX}.bob{animation-name:bob}.wiggle{animation-name:wiggle}@media (max-width:768px){.icon-float{width:28px;height:28px}}.floatX{animation:floatXAnim 3s ease-in-out infinite alternate}@keyframes floatXAnim{from{transform:translateX(-10px)}to{transform:translateX(10px)}}.floating-banner{position:fixed;bottom:20px;right:20px;background-color:#4CAF50;color:white;padding:12px 20px;border-radius:25px;box-shadow:0 4px 10px rgba(0,0,0,0.2);animation:fadeInUp 1s ease-out,float 3s ease-in-out infinite;font-size:1rem;z-index:1000}@keyframes fadeInUp{from{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}