@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes glowPulse{0%{box-shadow:0 0 5px rgba(0,54,137,.1)}50%{box-shadow:0 0 20px rgba(0,54,137,.3)}100%{box-shadow:0 0 5px rgba(0,54,137,.1)}}@keyframes glowPulseWarm{0%{box-shadow:0 0 5px rgba(233,33,48,.1)}50%{box-shadow:0 0 20px rgba(233,33,48,.25)}100%{box-shadow:0 0 5px rgba(233,33,48,.1)}}@keyframes glowOuterRing{0%{box-shadow:0 0 0 0 rgba(0,54,137,.4)}70%{box-shadow:0 0 0 15px rgba(0,54,137,0)}100%{box-shadow:0 0 0 0 rgba(0,54,137,0)}}#homepage section.pof-blocks{animation:fadeInUp .8s ease-out backwards}#homepage section.pof-blocks:nth-of-type(1){animation-delay:.1s}#homepage section.pof-blocks:nth-of-type(2){animation-delay:calc(0.1s*2)}#homepage section.pof-blocks:nth-of-type(3){animation-delay:calc(0.1s*3)}#homepage section.pof-blocks:nth-of-type(4){animation-delay:calc(0.1s*4)}#homepage section.pof-blocks:nth-of-type(5){animation-delay:calc(0.1s*5)}#homepage section.pof-blocks:nth-of-type(6){animation-delay:calc(0.1s*6)}#homepage section.pof-blocks:nth-of-type(7){animation-delay:calc(0.1s*7)}#homepage section.pof-blocks:nth-of-type(8){animation-delay:calc(0.1s*8)}#homepage section.pof-blocks:nth-of-type(9){animation-delay:calc(0.1s*9)}#homepage section.pof-blocks:nth-of-type(10){animation-delay:calc(0.1s*10)}#homepage .single-box,#homepage .training-box,#homepage .courses-container--text,#homepage .card{transition:all .3s ease-in-out}#homepage .single-box:hover,#homepage .training-box:hover,#homepage .courses-container--text:hover,#homepage .card:hover{animation:glowPulse 1.5s ease-in-out infinite;transform:translateY(-5px)}#homepage .box-top .single-box--header,#homepage .sign-up-cta--text-content,#homepage .quote-box-container{transition:all .3s ease-in-out}#homepage .box-top .single-box--header:hover,#homepage .sign-up-cta--text-content:hover,#homepage .quote-box-container:hover{animation:glowPulseWarm 1.5s ease-in-out infinite}#homepage .heading,#homepage .body-text,#homepage h1,#homepage h2,#homepage h3,#homepage h4,#homepage h5,#homepage h6{animation:fadeIn .8s ease-out backwards;animation-delay:.3s}#homepage .primary-button,#homepage .secondary-button,#homepage button,#homepage [role=button]{transition:all .3s ease-in-out}#homepage .primary-button:hover,#homepage .secondary-button:hover,#homepage button:hover,#homepage [role=button]:hover{animation:glowOuterRing 1.5s infinite}#homepage .offer-block-elements>*{transition:box-shadow .3s ease-in-out}#homepage .offer-block-elements>*:hover{box-shadow:0 0 20px rgba(0,54,137,.2)}#homepage .section-background,#homepage .courses-container__background{animation:fadeIn calc(0.8s*1.5) ease-out backwards;animation-delay:0s}@media(max-width: 767px){#homepage section.pof-blocks{animation-duration:calc(0.8s*.7)}#homepage section.pof-blocks:nth-of-type(n){animation-delay:.1s !important}#homepage .slide-box--master-box:hover,#homepage .single-box:hover,#homepage .training-box:hover{transform:none}}
