*{box-sizing:border-box;margin:0;padding:0}.low-header-section{background:#fff;justify-content:center;align-items:center;width:100%;height:40vh;display:flex;position:relative;overflow:hidden}.low-header-section:before{content:"";background:linear-gradient(90deg,#00bfff,#003d7e);border-radius:0 0 50% 50%/0 0 100% 100%;width:100%;height:100%;position:absolute;top:0;left:0;transform:scaleX(1.5)}.low-header-section .low-header-content{z-index:1;text-align:center;max-width:900px;margin:0 auto;position:relative}.low-header-section .low-header-content h2{color:#fff;margin:0;padding:0;font-size:3em}.website-event-section{background:#fff;justify-content:center;align-items:center;padding:4rem 0;display:flex}.container{flex-flow:wrap;gap:30px;display:flex;position:relative}.container .box{cursor:pointer;background:#fff;flex:calc(33.33% - 30px);width:100%;height:auto;transition:all .5s ease-in-out;position:relative;box-shadow:10px 10px 15px #00000018}.container .box:before{content:"";background:#003d7e;width:6px;height:100%;transition:all .5s ease-in-out;position:absolute}.container .box:hover:before{width:100%}.container .box .content{align-items:center;height:100%;display:flex;position:relative}.container .box .content .icon{color:#003d7e;justify-content:center;align-items:center;min-width:100px;font-size:2.5em;display:flex;position:relative}.container .box .content .text a{color:#003d7e;font-size:1.3em;font-weight:500;text-decoration:none;transition:all .5s ease-in-out}.container .box .content .text p{color:#999;font-size:.9em;font-weight:500;transition:all .5s ease-in-out}.container .box:hover .content .text a,.container .box:hover .content .text p,.container .box:hover .content .icon{color:#fff}@media (max-width:1024px){.container .box{flex:calc(50% - 30px)}}@media (max-width:480px){.container .box{flex:100%}}
