@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap);body{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;margin:0;color:#000}::-webkit-scrollbar{display:none}.navbar{background:#fff;box-shadow:0 2px 4px 0 rgba(22,45,61,.12),0 0 6px 0 rgba(22,45,61,.12);height:auto;position:-webkit-sticky;position:sticky;top:10px;z-index:999;max-width:500px;width:95%;margin:0 auto;border-radius:100px}.navbar,.navbar-container{display:flex;justify-content:center;align-items:center}.navbar-container{height:80px;max-width:1200px}.navbar-logo{color:#000;justify-self:start;margin-left:0;cursor:pointer;text-decoration:none;display:flex;align-items:center}.navbar-logo img{max-width:60px;height:auto}.fa-typo3{margin-left:.5rem;font-size:1.8rem}.nav-menu{display:grid;grid-template-columns:repeat(4,auto);grid-gap:10px;list-style:none;text-align:center;width:auto;justify-content:end}.nav-item{height:50px;cursor:pointer}.nav-links{color:#000;display:flex;align-items:center;text-decoration:none;padding:0 1rem;height:100%;border-radius:50px}.nav-links:hover,a.nav-links.active{transition:all .2s cubic-bezier(0,1.1,0,1.11);background:#000;color:#fff;border-radius:50px}.fa-bars{color:#000}.nav-links .fa-solid{font-size:1.2em}.icon-menu,.nav-links-mobile{display:none}.navbar-logo .fa-solid{font-size:2em}.navbar-logo i:hover{color:#d1cfd4}@media screen and (max-width:465px){.navbar-logo{display:none}.nav-menu{padding:0}}@media screen and (max-height:300px){.nav-item{height:100%;box-sizing:border-box}.nav-links{padding:0}}.nav-item:nth-child(3){position:relative}.nav-item:nth-child(3) a:hover:after{content:"Currently unavailable";position:absolute;left:20px;bottom:-70px;color:#000;background:#fff;border:1px solid #000;padding:10px;border-radius:0 50px 40px}.cover{right:60%;top:30%}.cover,.coverpic{position:fixed;z-index:1}.coverpic{right:10%;bottom:0}.cover img{max-height:40vh}.cover img,.coverpic img{height:100%;-webkit-filter:drop-shadow(50px 0 3px #d1cfd4);filter:drop-shadow(50px 0 3px #D1CFD4);-webkit-animation:cover 2s ease;animation:cover 2s ease}.coverpic img{max-height:65vh}h1.ownpics{position:relative;text-align:right!important}h1 .outline{font-weight:400;font-size:4em;background:transparent;-webkit-animation:opacity 2.5s ease;animation:opacity 2.5s ease;line-height:1;letter-spacing:5px;color:#000;overflow-wrap:break-word}p.outline{position:relative;letter-spacing:5px;font-size:2em}.outline:after{content:attr(data-text);position:absolute;top:0;right:0;left:0;bottom:0;z-index:1;color:transparent;-webkit-text-stroke:3px #000}p.outline:after{-webkit-text-stroke:1px #000}.owncontainer{min-height:92vh;max-width:1200px;text-align:right;margin:0 auto;padding:3rem 0;box-sizing:border-box}@-webkit-keyframes cover{0%{-webkit-transform:translateX(100px);transform:translateX(100px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cover{0%{-webkit-transform:translateX(100px);transform:translateX(100px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes opacity{0%{opacity:0;font-size:5em;flex:2 1}to{flex:1 1;opacity:1;font-size:4em}}@keyframes opacity{0%{opacity:0;font-size:5em;flex:2 1}to{flex:1 1;opacity:1;font-size:4em}}@media screen and (max-width:1200px){.outline:after,.owncontainer h1,.owncontainer p{padding:0 40px 0 0}}@media screen and (max-width:890px){.outline:after,.owncontainer h1,.owncontainer p{padding:0 30px 0 0}}@media screen and (max-width:625px){h1 .outline{font-size:2em;line-height:unset}}@media screen and (max-width:455px){.outline:after,.owncontainer h1,.owncontainer p{padding:0}.owncontainer p,p.outline:after{text-align:center;padding:0 30px}}.cards{z-index:1;padding:3rem 0;background:hsla(0,0%,100%,.9);position:relative;min-height:92vh;box-sizing:border-box}h1{text-align:center}.cards__container{display:flex;flex-flow:column;align-items:center;max-width:1200px;width:100%;margin:0 auto}.cards__wrapper{position:relative;margin:50px 0 45px;width:100%}.cards__items{margin-bottom:24px;padding:0;display:flex}.cards__item{display:flex;flex:1 1;margin:0 1rem;border-radius:10px}.cards__item__link{display:flex;flex-flow:column;width:100%;box-shadow:0 0 5px #000;border-radius:10px;overflow:hidden;text-decoration:none;transition:box-shadow .2s linear}.cards__item__link,.cards__item__link:hover{-webkit-filter:drop-shadow(0 6px 20px rgba(0,0,0,.017));filter:drop-shadow(0 6px 20px rgba(0,0,0,.017))}.cards__item__link:hover{box-shadow:0 6px 20px #000}.cards__item__pic-wrap{position:relative;width:100%;padding-top:85%;overflow:hidden;margin:0}.fade-img{-webkit-animation-name:fade-img;animation-name:fade-img;-webkit-animation-duration:2s;animation-duration:2s}.cards__item__img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:100%;height:100%;max-height:100%;object-fit:cover;transition:all .2s linear}.cards__item__img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.cards__item__info{padding:20px 30px 30px}.cards__item__text{color:#252e48;font-size:1em;line-height:24px}@media only screen and (min-width:1200px){.content__blog__container{width:84%}}@media only screen and (max-width:1024px){.cards__item{margin-bottom:2rem}}@media only screen and (max-width:768px){.cards__item__info{padding:0 10px}}@media screen and (max-width:530px){.cards__items{display:block}.cards__wrapper{width:80%}}@media screen and (max-width:425px){.cards{padding:1rem 0}.cards__wrapper{margin:0}.cards__item__pic-wrap{padding-top:50%}.cards__item__text{line-height:16px;margin:10px}.cards__item{margin:0 0 2rem}}.footer-container{background-color:#d1cfd4;padding:1rem 0 15px;position:relative;z-index:1}.footer-container,.footer-subscription{display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-subscription{text-align:center;margin-bottom:24px;padding:24px;color:#000}.footer-subscription>p{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.footer-subscription-heading{margin-bottom:24px;font-size:24px}.footer-subscription-text{margin-bottom:24px;font-size:20px}.footer-input{padding:8px 20px;border-radius:2px;margin-right:10px;outline:none;font-size:18px;margin-bottom:16px;border:1px solid #000}.footer-links{width:100%;max-width:1200px;display:flex;justify-content:start;margin-bottom:16px}.footer-link-wrapper{display:flex}.footer-link-items{display:flex;flex-direction:column;align-items:flex-start;margin:16px;text-align:left;box-sizing:border-box}.footer-link-items h2{margin-bottom:10px}.footer-link-items>h2{color:#000}.footer-link-items a{color:#000;text-decoration:none;margin-bottom:8px}.footer-link-items a:hover{color:#000;text-decoration:underline}.footer-email-form h2{margin-bottom:32px}.footer-input::-webkit-input-placeholder{color:#b1b1b1}.footer-input::placeholder{color:#b1b1b1}.social-icon-link{color:#000;font-size:24px}.social-media{width:100%;border-top:1px solid #fff}.social-media-wrap{width:90%;max-width:1200px;margin:15px auto 0}.social-icons,.social-media-wrap{display:flex;justify-content:space-between;align-items:center}.social-icons{width:240px}.social-logo{color:#000;justify-self:start;margin-left:0;cursor:pointer;text-decoration:none;font-size:1.5rem;display:flex;align-items:center;margin-bottom:0}.footer-link-items i{width:30px;font-size:20px;vertical-align:middle}.footer-link-items div{line-height:30px}.website-rights{color:#000;font-size:15px}.footer-container i:hover{color:#fff}@media screen and (max-width:740px){.social-media-wrap{flex-direction:column}.social-logo{margin-bottom:15px}.social-icons{margin-top:15px}}@media screen and (max-width:670px){.footer-link-wrapper{flex-direction:column}.footer-link-items{margin:16px 5px;width:auto}.social-icons{display:flex;justify-content:space-evenly}}@media screen and (max-width:320px){.social-icons{justify-content:space-evenly}}.form-group-container{padding:3rem 0;min-height:62vh;box-sizing:border-box;position:relative;z-index:1;background:#fff}.form-group{box-shadow:0 2px 4px 0 rgba(22,45,61,.12),0 0 6px 0 rgba(22,45,61,.12);height:auto;z-index:999;max-width:1200px;margin:0 auto;border-radius:5px;padding:3em;box-sizing:border-box}.form-group label{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;font-size:16px;position:absolute;top:8px;left:5px;font-size:14px;padding:5px;transition:top .2s ease-in,left .2s ease-in,font-size .2s ease-in,background .2s ease-in}.form-group-divider-inside-position{margin:2em 0;position:relative}.form-group-divider-inside-position input,textarea{padding:10px;line-height:25px;font-size:16px;font-family:inherit;border:1px solid #d1cfd4;border-radius:5px;width:80%}textarea{min-height:122px;resize:vertical;width:100%;box-sizing:border-box}input:focus,input:hover,textarea:focus,textarea:hover{border-color:#000}.form__input:focus~label,.form__input:not(:placeholder-shown).form__input:not(:focus)~label{top:-17px;font-size:12px;background:#fff}.form-group-container .footer-link-items{margin:0;width:auto}.form-group-container .footer-link-items div{margin:1em 0;line-height:unset}.form-group-divider-container{display:grid;grid-template-columns:repeat(3,auto)}.form-group-divider-button{display:flex;justify-content:end}@media screen and (max-width:830px){.form-group-divider-container{grid-template-columns:repeat(2,auto)}.form-group-divider-inside-position input,textarea{width:100%;box-sizing:border-box}.form-group-divider-button{justify-content:center}}@media screen and (max-width:620px){.form-group-divider-container{grid-template-columns:repeat(1,auto)}}@media screen and (max-width:1200px){.form-group{margin:0 1em}}@media screen and (max-width:425px){.form-group{padding:1em 1em 3em}.form-group .footer-link-items{align-items:center}.form-group-container .footer-link-items div{margin:0}.form-group-divider-inside-position{margin:1em 0}}@media screen and (max-width:335px){.footer-link-items i{width:25px}.form-group{padding:1em .5em 3em}}*{outline:0!important}:root{--primary:#000}.btn,.btn--primary{padding:1em;border-radius:0;outline:none;border:none;cursor:pointer;text-decoration:none;-webkit-animation:shadow .3s linear;animation:shadow .3s linear;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;transition:.4s ease-out;font-size:16px;min-width:190px;letter-spacing:2px;text-transform:uppercase;font-weight:500;background-color:#fff;color:#000;color:var(--primary);position:relative;text-align:center}.btn--primary:before{width:25px;border-left:2px solid #000;border-right:2px solid transparent;border-top:2px solid #000;left:-15px;bottom:38px}.btn--primary:after,.btn--primary:before{content:"";height:20px;background:#fff;position:absolute;z-index:-1}.btn--primary:after{width:30px;border-left:2px solid transparent;border-bottom:2px solid #000;border-right:2px solid #000;left:calc(100% - 31px);top:38px}.btn--primary:active,.btn--primary:hover{background:#fff;color:#27251f;text-decoration:none;-webkit-animation:shadow .3s linear;animation:shadow .3s linear;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;box-shadow:0 10px 5px 0 rgba(11,24,62,.25)}.btn--primary:hover:before{transition:.4s ease-out,background 1s ease-in}.btn--primary:hover:after,.btn--primary:hover:before{width:calc(100% + 2px);background:#000;background:var(--primary);left:-3px}.btn--primary:hover:after{transition:.4s ease-out}
/*# sourceMappingURL=main.0809eacd.chunk.css.map */