body{color:aliceblue}body,html{overflow-x:hidden}main{margin:0}section{position:relative;display:flex;flex-direction:column;align-items:center;min-height:400px;padding:100px 20vw}@media (max-width:1024px){section{padding:80px 8vw}}@media (max-width:640px){section{padding:64px 16px}}.blue{background:rgb(17,140,255)}.darker{background:rgb(0,21,42)}.curves{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.curves svg{position:relative;display:block;width:calc(107% + 1.3px);height:125px}.curves .shape-fill{fill:rgb(17,140,255)}.curves2{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0}.curves2 svg{position:relative;display:block;width:calc(107% + 1.3px);height:120px;transform:rotateY(180deg);transform:translateY(1%)}.curves2 .shape-fill{fill:rgb(17,140,255)}.border_wave{aspect-ratio:900/300;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover;background-color:black}.waves{background-image:url(/images/waves.svg)}.wavesOpacity,.wavesOpacity1{background-image:url(/images/wavesOpacity.svg)}.book{background-image:url(/images/book.svg)}.animate-spin-slow{transform-origin:center;will-change:transform;animation:spin 20s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}