@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700&display=swap";.header{position:fixed;width:100%;z-index:20}.header__top{background:#fff;height:5vh;display:flex}@media(max-width:900px){.header__top{font-size:.875rem}}@media(max-width:600px){.header__top{display:none;flex-direction:column;gap:.5rem;align-items:flex-end}}.header__top .container{display:flex;justify-content:flex-end;align-items:center;gap:2rem;padding:.25rem 0}@media(max-width:600px){.header__top .container{flex-direction:column;gap:.5rem;align-items:flex-end}}.header__icon{gap:1rem}.header__bottom,.header__icon{display:flex;align-items:center}.header__bottom{height:10vh;color:#fff;background:#245ce7;padding:1rem 0}.header__logo{position:relative;z-index:20}.header__logo img{height:60px;width:auto}.header__bottom-wrapper{display:flex;justify-content:space-between;align-items:center}.header__nav{display:flex;align-items:center;gap:2rem;font-size:1rem}@media(max-width:1200px){.header__nav{position:fixed;width:100vw;z-index:10;background:#245ce7;left:0;top:0;height:100vh;flex-direction:column;align-items:center;padding:12rem 0;justify-content:space-between;transform:translateY(-100%)}}.header__link{position:relative}.header__link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:0;left:0;background:#fff;transform-origin:bottom right;transition:transform .25s ease-out}.header__link:hover:after{transform:scaleX(1);transform-origin:bottom left}.header__burger{display:none;flex-direction:column;gap:.5rem;z-index:20}@media(max-width:1200px){.header__burger{display:flex}}.header__burger .line{width:2rem;color:#fff;border-top:2px solid;background:#fff}.hero{padding-top:15vh;height:100vh;height:100svh;position:relative;background:url(/hero-bg.svg) no-repeat 50%;background-size:cover}@media(max-width:600px){.hero{padding-top:10vh}}.hero .container{display:flex;height:100%;align-items:center;overflow:hidden}.hero .slogan{display:flex;flex-direction:column;gap:1rem;flex:1 1}@media(max-width:900px){.hero .slogan{max-width:500px}}.hero .slogan .title{font-size:3rem;color:#245ce7}.hero .slogan .subtitle,.hero .slogan .title{font-weight:700;overflow:hidden}.hero .board,.hero .slogan .button,.hero .slogan .desc{overflow:hidden}.hero .board{flex:1 1;display:flex;align-items:center;justify-content:center;height:100vw}.hero .board img{height:30%;width:auto;rotate:10deg}@media(max-width:900px){.hero .board{position:absolute;opacity:15%;z-index:-1;height:100vh;width:90vw}.hero .board .img{height:60%}}.hero svg path{animation:pathAnim 24s;animation-timing-function:linear;animation-iteration-count:infinite}.hero svg path:nth-child(2){animation-delay:1s}.hero svg path:nth-child(3){animation-delay:3s}.hero svg path:nth-child(4){animation-delay:4s}@keyframes pathAnim{0%{d:path("M0,192	C220,100,440,100,660,192 C880,290,1100,290,1320,192	L1320 500 L0 500")}25%{d:path("M0,100	C220,100,440,292,660,292 C880,292,1100,100,1320,100	L1320 500 L0 500")}50%{d:path("M0,192	C220,290,440,290,660,192 C880,100,1100,100,1320,192	L1320 500 L0 500")}75%{d:path("M0,292	C220,292,440,100,660,100 C880,100,1100,292,1320,292	L1320 500 L0 500")}to{d:path("M0,192	C220,100,440,100,660,192 C880,290,1100,290,1320,192	L1320 500 L0 500")}}button{outline:transparent;border:none;background:transparent;width:-moz-fit-content;width:fit-content;color:#fff;padding:1rem 2rem;border-radius:2rem;min-width:180px;text-transform:capitalize;font-size:inherit;font-family:inherit;transition:.3s;cursor:pointer}button.green{background:#24e74e}button.blue{background:#245ce7}button.yellow{background:#e7af24}button:focus,button:hover{filter:brightness(110%)}.about{background:rgba(36,92,231,.1);position:relative;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.about:before{position:absolute;content:"";inset:0;background:url(/before.svg) no-repeat top;background-size:cover;z-index:-1;opacity:.5}.about__team{display:flex}@media(max-width:600px){.about__team{flex-direction:column;gap:2rem}}.about__member{flex:1 1;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:1rem;padding:1rem}.about__member .circle{width:33%;aspect-ratio:1;border-radius:50%;background:#e7af24;overflow:hidden}@media(max-width:600px){.about__member .circle{width:66%}}.about__member .circle .image{border-radius:50%;position:relative;left:5px}.about__member .name{font-size:1.25rem;font-weight:700}.about__member .desc{font-style:italic}.about__content{padding:2rem 0;min-height:600px;display:flex;align-items:center}.about__video{position:absolute;opacity:0;max-height:600px}.about__text{position:relative;width:50%;left:50%;padding-left:2rem;display:flex;flex-direction:column;gap:1rem}@media(max-width:1200px){.about__video{position:relative;width:100%}.about__text{width:100%;left:0;padding-top:2rem;padding-left:0}.about__content{display:block}}.section-title{display:flex;flex-direction:column;gap:1rem;align-items:center;padding-bottom:2rem}.section-title__title{font-size:2rem;font-weight:700;color:#245ce7}.training-cards{display:flex;flex-direction:column;gap:2rem;padding:2rem 0}.card{display:flex;background-color:#245ce7;border-radius:2rem;overflow:hidden;color:#fff;min-height:500px}.card .desc>div{display:flex;flex-direction:column;gap:.5rem}.card__reverse{flex-direction:row-reverse}.card .image-overlay{position:absolute;inset:0;z-index:10;background:#245ce7;overflow:hidden}.card .image-wrapper{width:50%;border-radius:2rem;overflow:hidden;position:relative;background:#000}.card .content{width:50%;padding:2rem}.card .content .title{font-size:2rem}@media(max-width:900px){.card{max-height:unset}.card,.card__reverse{flex-direction:column}.card .content,.card .image-wrapper{width:100%}}.footer{background:#e7af24;margin-top:1rem;color:#fff;border-top-left-radius:20px;border-top-right-radius:20px}.footer__content{display:flex;padding:4rem 0}@media(max-width:900px){.footer__content{flex-direction:column;gap:1rem}}.footer__content>div{flex:1 1;align-self:center}.footer__logo .logo{width:100px}@media(max-width:900px){.footer__menu{display:none}}.footer__contact{display:flex;flex-direction:column;gap:.5rem}.footer__contact>a{align-items:center}.footer__contact>a,.footer__socials{display:flex;gap:1rem}.modal{position:fixed;top:0;left:0;z-index:100}.modal,.modal-overlay{width:100%;height:100%}.modal-overlay{background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.modal-wrapper{width:90%;max-width:600px;background:#fff;border-radius:20px;padding:2rem}.modal-header{display:flex;justify-content:flex-end;font-size:2rem}.modal-close-icon{cursor:pointer}.modal-content{display:flex;flex-direction:column;font-size:14px}.modal-content p{padding-top:10px}.modal-image-wrapper{height:200px;width:300px;overflow:hidden;border-radius:20px;align-self:center}.camp{position:relative;display:flex;flex-direction:column}.camp-subtitle{text-align:center;margin:1rem;font-size:1.25rem}.camp-bg{width:50%;height:100%;position:absolute;background:#639;top:0;left:0}.camp-bg--1{background:url(/oboz-2.jpg) no-repeat 50%}.camp-bg--2{background:url(/gap-weekend.jpg) no-repeat 50%}.camp-bg--3{background:url(/oboz.jpg) no-repeat 50%}@media(max-width:900px){.camp-bg{position:static;height:200px;width:100%}}.camp-content{display:flex;gap:2rem;padding:2rem 0}.camp-content>div{flex:1 1}@media(max-width:900px){.camp-content>div:first-child{display:none}}.camp-text{display:flex;flex-direction:column;gap:.5rem}.camp-text ul li:before{content:"•";font-weight:700;display:inline-block;width:1em}.camp-text li:nth-child(1n):before{color:#245ce7}.camp-text li:nth-child(2n):before{color:#24e74e}.camp-text li:nth-child(3n):before{color:#e724bd}.camp-text li:nth-child(4n):before{color:#e7af24}.member{padding-top:15vh;overflow-x:hidden}@media(max-width:600px){.member{padding-top:10vh}}.member .member-text{padding-top:2rem;display:flex;flex-direction:column;gap:1rem}.member .member-img-wrapper{width:100vw;height:600px}@media(max-width:600px){.member .member-img-wrapper{height:200px}}*,:after,:before{-ms-box-sizing:border-box;box-sizing:border-box}*{margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:15vh}@media(max-width:600px){html{font-size:14px;scroll-behavior:unset}}body{font-family:Montserrat,sans-serif;line-height:1.5;color:#202020}a{text-decoration:none;color:inherit}img{display:block;object-fit:cover;width:100%;height:100%}.container{width:min(1320px,90%);margin-inline:auto;overflow-x:hidden}.section{padding:2rem 0}ul{list-style:none}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:5px;background-color:#f5f5f5;position:absolute}::-webkit-scrollbar{width:5px;background-color:#f5f5f5}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#245ce7}