@keyframes leftSlide{0%{left:-400px}100%{left:0}}@keyframes rightSlide{0%{right:-400px;font-size:40%}100%{right:0}}@keyframes bottomSlide{0%{bottom:-300px}100%{bottom:0}}@keyframes topSlide{0%{top:-1000px}100%{top:0}}@keyframes textGrow{0%{font-size:40%}40%{font-size:50%}60%{font-size:70%}80%{font-size:80%}}@keyframes elementGrow{0%{width:0%;height:0%}20%{width:5%;height:5%}40%{width:10%;height:10%}60%{width:30%;height:50%}}@keyframes elementHide{0%{box-shadow:none}30%{box-shadow:.1em .1em .1em #5f9ea0,-.1em -.1em .1em #5f9ea0}40%{box-shadow:.1em .1em .1em #5f9ea0,-.1em -.1em .1em #5f9ea0}50%{box-shadow:.1em .1em .1em #f08906,-.1em -.1em .1em #f08906}60%{box-shadow:.1em .1em .1em rgba(43,46,100,.3764705882),-.1em -.1em .1em rgba(43,46,100,.4509803922)}}@keyframes displayHide{0%{color:#fff}70%{color:#5f9ea0}}@keyframes hideElement{0%{display:none}10%{display:none}20%{display:none}30%{display:none}40%{display:none}50%{display:none}60%{display:none}70%{display:none}80%{display:none}90%{display:none}95%{display:none}}@media screen and (min-width:541px) and (max-width:854px){*,::after,::before{box-sizing:border-box}body{margin:0;padding:0;font-family:Delius,cursive;background-color:rgba(255,255,255,.2);width:100%;min-height:100vh;display:grid;grid-template-columns:1fr;grid-auto-rows:max-content}body .index{font-family:Roboto,sans-serif;border-bottom:.1em solid #fff;width:100%;height:max-content;min-height:100vh;display:grid;grid-template-columns:1fr;grid-auto-rows:max-content;justify-items:center}body .index .wrap-logo{padding:1em;margin-bottom:2.5em;background-color:#fff;width:52%;height:92vh;border-radius:50%;position:relative;animation-name:elementHide;animation-duration:3.5s;animation-timing-function:ease-in}body .index .wrap-logo img{width:100%;height:100%;position:relative;animation-name:leftSlide;animation-duration:4s;animation-timing-function:ease-out}body .index .wrap-welcome{padding:2em;background-color:#2b2e64;display:inherit;align-items:center}body .index .wrap-welcome p{color:#fff;padding:.5em 2em;font-size:2vw;text-shadow:.2em .2em .4em #000;line-height:1.4em;word-spacing:.1em}body .index .wrap-info{padding:.4em;width:100%;height:max-content;background-color:#2b2e64}body .index .wrap-info h2{color:#fff;text-align:center;font-size:3vw;margin-bottom:2em;text-shadow:.2em .2em .2em #000}body .index .wrap-info .reasons{padding:2em;display:grid;grid-template-columns:1fr;grid-auto-rows:max-content;row-gap:5em}body .index .wrap-info .reasons .r-wrap{display:inherit;grid-template-columns:1fr 1fr;grid-template-rows:max-content}body .index .wrap-info .reasons .r-wrap .words{display:inherit;align-items:center}body .index .wrap-info .reasons .r-wrap .words p{color:#fff;padding:.5em 2em;font-size:1.8vw;text-shadow:.2em .2em .2em #000;line-height:1.4em;word-spacing:.1em}body .index .wrap-info .reasons .r-wrap .image{width:100%;height:50vh}body .index .wrap-info .reasons .r-wrap .image img{border-radius:.4em;width:100%;height:100%}body .index .process{padding:2em;padding-bottom:4em;width:100%;background-color:#2b2e64;display:inherit;grid-template-columns:1fr;grid-auto-rows:max-content;row-gap:1em;justify-items:center}body .index .process .info-head{padding:.4em;width:100%;height:max-content;background-color:#2b2e64}body .index .process .info-head h2{color:#fff;text-align:center;text-shadow:.2em .2em .2em #000;font-size:3vw}body .index .process .words p{padding:0 1em;color:#fff;font-size:2vw;line-height:1.4em;word-spacing:.1em}body .index .process .stages{padding:.2em;width:100%;display:inherit;grid-template-columns:1fr;grid-auto-rows:max-content;row-gap:2em}body .index .process .stages .proc-wrap{padding:.4em;display:inherit;grid-template-columns:1fr 1fr;grid-auto-rows:44vh;gap:2em}body .index .process .stages .proc-wrap .proc{padding:.4em;border-radius:.4em;box-shadow:.2em .2em .4em #4e4d4d,-.1em -.1em .4em #4e4d4d}body .index .process .stages .proc-wrap .proc h4{color:#fff;text-align:center;font-size:1.5vw;padding:0 2em;margin-bottom:2em;text-shadow:.2em .2em .2em #000}body .index .process .stages .proc-wrap .proc p{color:#fff;font-size:1vw;text-shadow:.2em .2em .2em #000;line-height:1.4em;word-spacing:.1em}body .index .process .stages .proc-info{width:100%}body .index .process .stages .proc-info p{color:#fff;font-size:2vw;text-shadow:.2em .2em .2em #000;word-spacing:.1em;line-height:1.4em}body .index .process .stages .proc-wrap .proc p{font-size:1.6vw}body .index .cont-wrap{padding:.2em;padding-bottom:2em;background-color:#2b2e64;width:100%;display:inherit;grid-template-columns:1fr;justify-items:center}body .index .cont-wrap a{padding:.6em;text-decoration:none;outline-style:none;font-weight:600;text-align:center;background-color:#fff;width:90%}body .index .cont-wrap a:hover{background-color:#f08906}body footer{padding:1em;width:100%;font-family:Roboto,sans-serif;background-color:#2b2e64;display:grid;justify-items:center}body footer .navbox{width:60%}body footer .navbox p{text-align:center;color:#fff;font-weight:500;font-size:1.8vw}}