@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700";body{font-family:"Inter",sans-serif;font-size:2rem;line-height:1.7}.xxxl{font-size:clamp(8rem,10vw + 1rem,12rem);line-height:1.3}.xxl{font-size:clamp(6rem,8vw + 1rem,8rem);line-height:1.3}.xl{font-size:clamp(4.8rem,6vw + 1rem,6rem);line-height:1.3}.l{font-size:clamp(3.6rem,4.8vw + 1rem,4.8rem);line-height:1.3}.m{font-size:clamp(2.8rem,3.6vw + 1rem,3.6rem);line-height:1.5}.s{font-size:2.4rem;line-height:1.7}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;scroll-behavior:smooth}@media screen and (max-width: 64em){html{font-size:56.25%}}@media screen and (max-width: 48em){html{font-size:50%}}body{box-sizing:border-box;background-color:#fff}::selection{background-color:#53b61a;color:#fff}a{text-decoration:none}a,button{display:inline-block}button,input,textarea{outline:none;border:none;font-family:inherit;font-size:inherit}ol,ul{list-style:none}img{display:block;max-width:100%;border:0;object-fit:cover}.bold{font-weight:700}.normal{font-weight:400}.light{font-weight:300}.container{max-width:127.8rem;margin:0 auto}.brand{color:#53b61a}.btn{position:relative;padding:2rem 4.8rem;text-align:center;font-weight:700;border-radius:12px;cursor:pointer}.btn--primary{background-color:#53b61a;color:#fff;transition:background-color .3s}.btn--primary:hover{background-color:#3f8914}.btn--ghost{padding:1.6rem 4.8rem;border:4px solid #53b61a;background-color:rgba(0,0,0,0);color:#53b61a;transition:background-color .3s}.btn--ghost:hover{background-color:#3f8914;border-color:#3f8914;color:#fff}.btn:disabled{opacity:.3;pointer-events:none}.input:not(:last-child){margin-bottom:2.4rem}.input__label{display:block;font-weight:700}.input__control{display:block;width:100%;padding:1.6rem;background-color:#f6f6f6;border-top-right-radius:8px;border-bottom-right-radius:8px;border-left:8px solid #1b1b1b;outline:2px solid rgba(0,0,0,0);transition:border-color .3s,outline-color .3s}.input__control--error{border-color:red}.input__control--textarea{height:16rem;resize:none}.input__control:focus{border-color:#53b61a;outline-color:#53b61a}.input__message{display:none;color:red}.link{display:flex;justify-content:flex-start;align-items:center;max-width:max-content;color:#53b61a;font-weight:700;border-bottom:2px solid #53b61a;transition:color .3s,border-bottom-color .3s}.link--small .link__icon{height:auto;width:2rem}.link__icon{height:100%;width:auto}.link:hover{color:#3f8914;border-bottom-color:#3f8914}.toast{position:fixed;bottom:0;left:0;right:0;z-index:14;max-width:800px;padding:10px 20px;margin:auto;background:#ccc;border-radius:16px;font-family:inherit;text-align:center;color:#333;border-radius:16px;overflow:hidden;visibility:hidden;opacity:0;transition:opacity .2s,top .2s,visibility .2s,transform .3s;border-radius:3px;box-shadow:0 6px 20px rgba(0,0,0,.2)}.toast--visible{transform:translateY(-20px);opacity:1;visibility:visible}.toast--success{background:#00c02b;border-color:#009d23;color:#fff}.toast--error{background:#d50000;border-color:#ba0000;color:#fff}.nav{position:fixed;top:0;left:0;z-index:10;width:100%}.nav__container{margin:1.8rem;padding:1rem 5vw;background-color:#fff;box-shadow:0 10px 20px rgba(27,27,27,.1);border-radius:16px}@media screen and (max-width: 28.125em){.nav__container{margin:1rem}}.nav__bar{display:flex;justify-content:space-between;align-items:stretch}@media screen and (max-width: 15em){.nav__bar{flex-direction:column;align-items:center;gap:2.4rem}}.nav__logo{height:5rem;width:auto;object-fit:contain}.nav__list{display:flex;justify-content:flex-start;align-items:center;gap:2.4rem}.nav__link{color:#53b61a}.nav__link:hover{color:#3f8914}.nav__button{display:flex;justify-content:flex-start;align-items:center;gap:1rem;background-color:rgba(0,0,0,0)}.nav__button:hover{color:#53b61a}.footer{background-color:#1b1b1b;padding:2.4rem;color:#fff}@media screen and (max-width: 28.125em){.footer{padding:1.2rem}}.footer__wrapper{display:flex;align-items:center;justify-content:space-between;gap:2rem}@media screen and (max-width: 32.5em){.footer__wrapper{flex-direction:column;gap:1rem}}.hero{padding:24rem 2.4rem 8rem;background-image:linear-gradient(rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.7)),url("../img/hero.jpg");background-size:cover;background-position:center}.hero__content{max-width:75.6rem;color:#fff}.hero__title{margin-bottom:1.6rem}.hero__subtitle{max-width:70rem;margin-bottom:3.2rem}.hero__points{display:flex;justify-content:flex-start;align-items:center;gap:2rem;margin-bottom:3.2rem}@media screen and (max-width: 31.25em){.hero__points{flex-direction:column;align-items:flex-start}}.hero__point:not(:last-child){display:flex;justify-content:flex-start;align-items:center;gap:2rem}@media screen and (max-width: 31.25em){.hero__point:not(:last-child){flex-direction:column;align-items:flex-start}}.hero__point:not(:last-child)::after{content:"|"}@media screen and (max-width: 31.25em){.hero__point:not(:last-child)::after{content:"";width:3rem;height:2px;background-color:#fff}}.hero__links-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:2rem}@media screen and (max-width: 27.5em){.hero__links-wrapper{flex-direction:column;align-items:flex-start}}.academy{position:relative;z-index:1;padding:8rem 2.4rem}.academy__bg-wrapper{position:absolute;top:0;right:0;z-index:1;width:100%;max-width:70rem;height:100%}.academy__bg-wrapper::after{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-image:linear-gradient(to right, #fff, rgba(255, 255, 255, 0.1))}.academy__bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.7}@media screen and (max-width: 50em){.academy__bg{opacity:.3}}.academy__content-wrapper{position:relative;z-index:2;max-width:70rem}.academy__title{margin-bottom:1.6rem}.course__header{position:relative;z-index:1;padding:24rem 2.4rem 4rem;background-color:#1b1b1b;color:#fff}.course__header-bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.3}.course__header-content{max-width:69rem}.course__name{margin-bottom:2.4rem}.course__header-details{display:flex;justify-content:flex-start;align-items:center;gap:2.4rem}@media screen and (max-width: 34.375em){.course__header-details{flex-direction:column;align-items:flex-start;gap:1rem}}.course__content-wrapper{padding:4rem 2.4rem}.course__details{max-width:72.4rem}.learn{padding:4rem 2.4rem 8rem}.learn__grid{display:grid;grid-template-columns:1fr 2.4fr;grid-gap:6rem}@media screen and (max-width: 59.0625em){.learn__grid{grid-template-columns:1fr;grid-gap:1.2rem}}.learn__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.6rem}@media screen and (max-width: 38.4375em){.learn__list{grid-template-columns:1fr;grid-gap:1.2rem}}.learn__list-item{display:flex;justify-content:flex-start;align-items:flex-start;gap:1rem;padding:2.4rem;background-color:#f6f6f6;border-radius:12px}.learn__list-item::before{content:"";flex-shrink:0;width:1rem;height:1rem;border-radius:50%;background-color:#53b61a;transform:translateY(1.4rem)}.lecturer{padding:10rem 2.4rem;border-top:3px solid #53b61a;border-bottom:3px solid #53b61a}.lecturer__header{margin-bottom:6rem}.lecturer__description{margin-bottom:2rem}.lecturer__grid{display:grid;grid-template-columns:24rem 1fr;grid-gap:2.8rem}@media screen and (max-width: 31.25em){.lecturer__grid{grid-template-columns:1fr}}.lecturer__img{width:100%;height:100%;border-radius:12px}.lecturer__qualification{margin-bottom:2rem}.lecturer__about{margin-bottom:2.8rem;padding-bottom:2.8rem;border-bottom:2px solid #f6f6f6}.lecturer__extra-wrapper{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:2.4rem}@media screen and (max-width: 52.5em){.lecturer__extra-wrapper{grid-template-columns:1fr}}.lecturer__extra{display:flex;justify-content:flex-start;align-items:flex-start;gap:1rem}.lecturer__extra::before{content:"";flex-shrink:0;width:1rem;height:1rem;border-radius:50%;background-color:#53b61a;transform:translateY(1.4rem)}.why{padding:10rem 2.4rem}.why__grid{display:grid;grid-template-columns:1fr 3.6fr;grid-gap:3.2rem}@media screen and (max-width: 55em){.why__grid{grid-template-columns:1fr;grid-gap:1.2rem}}.why__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.2rem}@media screen and (max-width: 35em){.why__list{grid-template-columns:1fr}}.why__list-item{display:grid;grid-template-columns:7rem 1fr;grid-gap:1.6rem;align-items:center;padding:3.2rem 2.4rem;background-color:#f6f6f6;border-radius:12px}.why__icon-wrapper{display:flex;justify-content:center;align-items:center}.works{padding:10rem 2.4rem;background-color:#1b1b1b;color:#fff}.works__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:3.2rem}@media screen and (max-width: 75.9375em){.works__grid{grid-template-columns:1fr 2fr}}@media screen and (max-width: 37.5em){.works__grid{grid-template-columns:1fr}}.works__list-item{display:grid;grid-template-columns:max-content 1fr;grid-gap:2.4rem}.works__list-item:not(:last-child) p{padding-bottom:2.4rem}.works__list-item:last-child .works__node-wrapper::after{display:none}.works__node-wrapper{position:relative}.works__node-wrapper::after{content:"";position:absolute;top:0;left:50%;height:100%;width:2px;background-color:#53b61a;transform:translateX(-50%)}.works__node{width:1.6rem;height:1.6rem;background-color:#53b61a;border-radius:50%}.benefits{padding:10rem 2.4rem 0}.benefits__header{margin-bottom:2rem}.benefits__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.6rem}@media screen and (max-width: 60em){.benefits__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 34.6875em){.benefits__grid{grid-template-columns:1fr}}@media screen and (max-width: 60em){.benefits__grid-item{display:grid;grid-template-columns:1fr;grid-gap:2rem;align-items:center}}.benefits__grid-item p{max-width:31.8rem}@media screen and (max-width: 60em){.benefits__grid-item p{max-width:unset}}.benefits__img{display:block;width:100%;height:32rem;margin-top:1.6rem;border-top-left-radius:12px;border-top-right-radius:12px}@media screen and (max-width: 60em){.benefits__img{grid-column:1/2;grid-row:1/2;border-radius:12px}}.upcoming{padding:10rem 2.4rem;background-color:#f6f6f6}.upcoming__header{margin-bottom:2.4rem}.upcoming__header-details{max-width:90rem;margin-top:2rem}.upcoming__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.6rem;margin-top:2rem}@media screen and (max-width: 63.25em){.upcoming__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 37.5em){.upcoming__grid{grid-template-columns:1fr}}.upcoming__grid-item{padding:2rem;background-color:#fff;border-radius:12px}.upcoming__more{display:flex;justify-content:flex-end;align-items:center;margin-top:2rem;text-align:right}.contact{padding:24rem 2.4rem 8rem;background-image:linear-gradient(rgba(27, 27, 27, 0.8), rgba(27, 27, 27, 0.8)),url("../img/contact.jpg");background-size:cover;background-position:center;overflow:hidden}.contact__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:4rem}@media screen and (max-width: 50em){.contact__grid{grid-template-columns:1fr}}.contact__info-wrapper{color:#fff}.contact__logo{display:block;width:100%;max-width:24.2rem;margin-bottom:2rem}.contact__quick-wrapper{margin-top:2rem;padding-bottom:3.6rem;border-bottom:3px solid #53b61a}.contact__quick-wrapper p:not(:last-child){margin-bottom:1.2rem}.contact__links-wrapper{margin-top:4rem}.contact__link{display:flex;justify-content:flex-start;align-items:center;gap:1rem;text-decoration:underline;color:#fff}.contact__link:hover{color:#53b61a}.contact__link:not(:last-child){margin-bottom:1rem}.contact__form{padding:4rem;background-color:#fff;border-radius:12px}.contact__btn-wrapper{margin-top:2rem;padding-top:2rem;text-align:right}/*# sourceMappingURL=main.min.css.map */