.app__footer{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;width:100%;padding:4rem 2rem 2rem;background-image:url(/_next/static/media/footerBackground.9dfd3832.png);background-repeat:repeat;background-size:contain;background-position:50%}.app__footer .upper__footer{width:85%;display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.app__footer .upper__footer .footer__section{display:flex;flex-direction:column;flex:1;margin-bottom:1rem;min-width:200px}.app__footer .upper__footer .footer__section img{width:90%;height:auto}.app__footer .upper__footer .footer__section .desc{font-size:1rem;font-weight:300;margin-top:1rem}.app__footer .upper__footer .footer__section .heading{font-size:1.5rem;font-weight:700}.app__footer .upper__footer .footer__section .heading ul{display:flex;flex-direction:column}.app__footer .upper__footer .footer__section .heading ul li{color:#fff;list-style:none;margin-top:1rem}.app__footer .upper__footer .footer__section .socials{display:flex;gap:1rem}@media screen and (max-width:800px){.app__footer .upper__footer{width:100%;flex-wrap:wrap;display:flex}.app__footer .upper__footer .footer__section{align-items:center;width:100%;justify-content:center;text-align:center}}.app__footer .line{width:90%;height:1px;border-bottom:1px solid #df6951;margin:2rem auto 0}.app__footer .lower__footer{display:flex;align-items:center;justify-content:center;width:100%;padding:2rem 0 0}.changeback{padding:1rem!important}.changeback .app__navbar{padding:2rem;background-color:var(--white-color);border-radius:20px;box-shadow:10px 10px 10px rgba(0,0,0,.1);width:80%!important}.changeback .app__navbar .app__navbar-links li a{color:var(--primary-color)}@media screen and (max-width:1100px){.changeback .app__navbar{padding:1rem;width:95%!important}}.start{background:transparent;position:fixed;top:0;left:0;width:100vw;z-index:500;padding:2rem}@media screen and (max-width:850px){.start{padding:1rem}}.start .app__navbar{overflow:visible;width:75%;max-height:72px;justify-content:space-between}@media screen and (max-width:850px){.start .app__navbar{width:100%;max-height:60px;padding:1rem}}@media screen and (max-width:1100px){.start .app__navbar{width:90%;max-height:60px;padding:1rem}}.start .app__navbar .app__navbarLogo{display:flex;align-items:center;justify-content:center;width:150px}@media screen and (max-width:850px){.start .app__navbar .app__navbarLogo{width:150px}}.start .app__navbar .app__navbar-links{flex:1;display:flex;justify-content:center;gap:.5rem;align-items:center;list-style:none}.start .app__navbar .app__navbar-links li{padding:0 1rem;cursor:pointer;position:relative;text-align:center}.start .app__navbar .app__navbar-links li .hover-dropdown{display:none;animation:dropdown .7s ease-in-out}.start .app__navbar .app__navbar-links li .relative-position{display:flex;flex-direction:row;gap:.5rem;justify-content:center;align-items:center}.start .app__navbar .app__navbar-links li .relative-position svg{height:24px;width:24px}.start .app__navbar .app__navbar-links li:hover .hover-dropdown{background:linear-gradient(90deg,#f9fcff,#dee4ea);position:relative;overflow:hidden;width:200px;position:absolute;display:flex;flex-direction:column;top:100%;left:0;border-radius:5px}.start .app__navbar .app__navbar-links li:hover .hover-dropdown a{color:var(--header-green);width:fit-content;font-weight:300}.start .app__navbar .app__navbar-links li:hover .hover-dropdown li{padding:.5rem;border-radius:5px;text-align:left;width:100%}.start .app__navbar .app__navbar-links li:hover .hover-dropdown li:hover a{color:#a14c3d}.start .app__navbar .app__navbar-links a{text-decoration:none;flex-direction:column;font-weight:300;color:#fff;padding:.7rem 0;text-align:center;font-size:1rem;transition:all .3s ease-in-out}.start .app__navbar .app__navbar-links a:hover{color:var(--text-hover)}.start .app__navbar .app__navbar-links .nohover:hover{color:var(--header-green)}@media screen and (max-width:850px){.start .app__navbar .app__navbar-links{display:none}}.start .app__navbar .app__navbar-button{margin:0 1rem;padding:.7rem 2rem;border-radius:5px;font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#df6951;color:var(--white-color);transition:all .3s ease-in-out}.start .app__navbar .app__navbar-button:hover{background:#a14c3d}@media screen and (max-width:850px){.start .app__navbar .app__navbar-button{display:none}}.app__navbar-menu{width:35px;height:35px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center}.app__navbar-menu .navbar-icon{border-radius:5px;padding:.4rem;width:100%;height:100%;color:var(--white-color)}@media screen and (max-width:850px){.app__navbar-menu .navbar-icon{color:#df6951}}.app__navbar-menu .sidebar{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:start;align-items:start;flex-direction:column;overflow:scroll;background-color:#f8f8f8;box-shadow:0 0 20px hsla(0,0%,66%,.15)}.app__navbar-menu .sidebar ul{width:100%;position:relative;display:flex;flex-direction:column;padding:1rem;color:#000}.app__navbar-menu .sidebar ul svg{position:absolute;top:0;right:0;margin:0;width:30px;height:30px;cursor:pointer}.app__navbar-menu .sidebar ul li{position:relative;margin:1rem}.app__navbar-menu .sidebar ul li a{font-size:1rem;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out;color:#000;text-decoration:none}.app__navbar-menu .sidebar ul li a:hover{color:var(--text-hover)}.app__navbar-menu .sidebar ul li span svg{position:absolute;display:flex;justify-content:center;align-items:center;padding-bottom:10px;margin-right:50px}.app__navbar-menu .sidebar ul li span .answer li{list-style:circle}@media screen and (min-width:850px){.app__navbar-menu,.app__navbar-menu .sidebar{display:none}}@keyframes dropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}