@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700";body{font-family:"Poppins",sans-serif;font-size:2rem;line-height:1.7}.heading-xxxl{font-size:6.8rem;line-height:1.3}.heading-xxl{font-size:5.5rem;line-height:1.3}.heading-xl{font-size:4.4rem;line-height:1.3}.heading-l{font-size:3.5;line-height:1.5}.heading-m{font-size:2.8rem;line-height:1.7}.heading-s{font-size:2.4rem;line-height:1.7}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%}@media screen and (max-width: 64em){html{font-size:56.25%}}@media screen and (max-width: 48em){html{font-size:50%}}@media screen and (max-width: 31.25em){html{font-size:47.25%}}body{box-sizing:border-box;background-color:#fff;overflow-x:hidden}::selection{background-color:#25b9d9;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}.block{display:block}.container{width:100%;max-width:144rem;margin:0 auto}.accent{color:#7fcf08}.btn{padding:2rem 4rem;border-radius:15px;font-size:2.4rem;font-weight:700;cursor:pointer}.btn:disabled{opacity:.4;pointer-events:none}.btn--primary{background-color:#25b9d9;color:#fff;transition:background-color .3s}.btn--primary:hover,.btn--primary:focus{background-color:#2e8599}.btn--ghost{background-color:#fff;border:2px solid #25b9d9;color:#25b9d9;transition:background-color .3s}.btn--ghost:hover,.btn--ghost:focus{background-color:#25b9d9;color:#fff}.btn .btn:disabled{opacity:.3;pointer-events:none}.input:not(:last-child){margin-bottom:2rem}.input__label{display:block}.input__control{width:100%;background-color:#f5f9fa;border:1px solid #87a2a8;padding:1.6rem 2.4rem;border-radius:10px}.input__control:focus{outline:1px solid #25b9d9}.input__control--error{border-color:red}.input__control--error:focus{outline:1px solid red}.link{color:#25b9d9;text-decoration:underline}.link:hover{color:#2e8599}.toast{position:fixed;bottom:0;left:0;right:0;z-index:4;max-width:800px;padding:10px 20px;margin:auto;background:#ccc;font-family:inherit;text-align:center;color:#333;visibility:hidden;opacity:0;transition:opacity .2s,top .2s,visibility .2s;border-radius:3px;box-shadow:0 6px 20px rgba(0,0,0,.2)}.toast--visible{bottom:20px;opacity:1;visibility:visible}.toast--success{background:#00c02b;border-color:#009d23;color:#fff}.toast--error{background:#d50000;border-color:#ba0000;color:#fff}.sidebar{position:fixed;top:0;left:0;z-index:10;width:100%;height:100%;pointer-events:none;overflow:hidden}.sidebar--visible{pointer-events:all}.sidebar--visible .sidebar__background{transform:scaleX(1);opacity:1;pointer-events:all}.sidebar--visible .sidebar__container{transform:translateX(0);opacity:1;pointer-events:all}.sidebar__background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(20,45,51,.7);transform:scaleX(0);transform-origin:right;opacity:0;pointer-events:none;transition:transform .3s,opacity .3s}.sidebar__container{position:absolute;top:0;right:0;max-width:70rem;height:100vh;background-color:#fff;overflow-y:auto;transform:translateX(20rem);opacity:0;pointer-events:none;transition:transform .3s,opacity .3s}.sidebar__btn-wrapper{position:sticky;top:0;right:0;padding:2rem 3rem;margin-bottom:3rem;background-color:#fff;border-bottom:1px solid #87a2a8;text-align:right}.sidebar__content{padding:0 3rem 3rem 3rem}.sidebar__content p:not(:last-child){margin-bottom:2.4rem}.sidebar__content ul{list-style:disc;margin-bottom:2.4rem;margin-left:2rem}.hidden{display:none}.nav{position:fixed;top:0;left:0;z-index:3;width:100%;height:8rem;padding:0 5vw;background-color:#fff;box-shadow:0 10px 30px rgba(20,45,51,.06)}.nav--active .hamburger__lines{background-color:rgba(0,0,0,0)}.nav--active .hamburger__lines::before{transform:translateY(0) rotate(45deg)}.nav--active .hamburger__lines::after{transform:translateY(0) rotate(-45deg)}.nav--active .nav__background,.nav--active .nav__list{opacity:1;pointer-events:all}.nav__background{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(20,45,51,.9);opacity:0;pointer-events:none;transition:opacity .3s}@media screen and (max-width: 35em){.nav__background{display:block}}.nav .container{height:100%}.nav__wrapper{display:flex;justify-content:space-between;align-items:stretch;height:100%}@media screen and (max-width: 35em){.nav__wrapper{align-items:center}}.nav__logo-link{display:flex;justify-content:flex-start;align-items:center;transition:filter .3s}.nav__logo-link:hover{filter:saturate(120%) brightness(104%)}.nav__logo{width:6rem;height:6rem;border-radius:15px}.nav__list{display:flex;justify-content:flex-start;align-items:center;gap:3rem;height:100%}@media screen and (max-width: 35em){.nav__list{flex-direction:column;gap:0;position:fixed;top:0;right:0;width:100%;max-width:24rem;padding-top:8rem;background-color:#fff;opacity:0;pointer-events:none}}.nav__list-item{display:flex;justify-content:center;align-items:center;height:100%}@media screen and (max-width: 35em){.nav__list-item{justify-content:stretch;width:100%;height:auto;text-align:right;border-bottom:1px solid #daeef2}}.nav__list-item--active{border-bottom:5px solid #25b9d9;font-weight:700}.nav__list-item--active .nav__link{font-weight:700;color:#25b9d9}@media screen and (max-width: 35em){.nav__list-item--active{background-color:#25b9d9}.nav__list-item--active .nav__link{color:#fff}}.nav__link{color:#142d33;transition:color .3s}@media screen and (max-width: 35em){.nav__link{width:100%;padding:2rem 3rem}}.nav__link:hover{color:#25b9d9}.hamburger{display:none;position:relative;z-index:8;height:6rem;width:6.2rem;padding:1rem;background-color:#fff;border:2px solid #25b9d9;border-radius:4px}@media screen and (max-width: 35em){.hamburger{display:flex;justify-content:center;align-items:center}}.hamburger__lines{position:relative;height:.2rem;width:100%;background-color:#25b9d9}.hamburger__lines::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#25b9d9;transform:translateY(-1.2rem);transition:transform .3s}.hamburger__lines::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#25b9d9;transform:translateY(1.2rem);transition:transform .3s}.footer{padding:4rem 5vw 2rem;background-color:#142d33;color:#fff}.footer__grid{display:grid;grid-template-columns:.5fr repeat(2, 1fr) .5fr;grid-gap:4rem}@media screen and (max-width: 72.625em){.footer__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 40em){.footer__grid{grid-template-columns:1fr}}.footer__logo{max-width:12rem}@media screen and (max-width: 72.625em){.footer__links-wrapper{grid-column:1/2;grid-row:2/3}}@media screen and (max-width: 40em){.footer__links-wrapper{grid-column:unset;grid-row:unset}}.footer__list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1rem}@media screen and (max-width: 25em){.footer__list{grid-template-columns:1fr}}.footer__list-item{display:flex;justify-content:flex-start;align-items:center;gap:.4rem}.footer__list-item::before{content:"";display:block;width:6px;height:6px;background-color:#25b9d9;border-radius:100px}@media screen and (max-width: 18.75em){.footer__list-item::before{display:none}}@media screen and (max-width: 72.625em){.footer__contact-wrapper{grid-column:2/3;grid-row:2/3}}@media screen and (max-width: 40em){.footer__contact-wrapper{grid-column:unset;grid-row:unset}}.footer__contact-list li{display:flex;justify-content:flex-start;align-items:center;gap:.4rem}.footer__contact-list li .link{word-wrap:break-word}.footer__contact-list li::before{content:"";display:block;width:6px;height:6px;background-color:#25b9d9;border-radius:100px}@media screen and (max-width: 18.75em){.footer__contact-list li::before{display:none}}@media screen and (max-width: 72.625em){.footer__social-wrapper{grid-column:1/-1;grid-row:3/4}}@media screen and (max-width: 40em){.footer__social-wrapper{grid-column:unset;grid-row:unset}}.footer__social-grid{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.footer__social-link{transition:transform .3s}.footer__social-link:hover{transform:scale(1.1)}.footer__social-icon{width:3rem;height:auto}.footer__copyright{padding-top:1rem;margin-top:3.2rem;border-top:1px solid #506c73;text-align:center}.community{padding:8rem 5vw}.community__wrapper{position:relative;z-index:1;background-color:#142d33;border-radius:16px;overflow:hidden}.community__background-wrapper{position:absolute;top:0;right:0;z-index:-1;width:70%;height:100%}@media screen and (max-width: 44.375em){.community__background-wrapper{width:100%}}.community__background-wrapper::after{content:"";position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background-image:linear-gradient(to right, #142d33, transparent)}@media screen and (max-width: 44.375em){.community__background-wrapper::after{background-image:linear-gradient(to right, #142d33, rgba(20, 45, 51, 0.8))}}.community__background{width:100%;height:100%;opacity:.8}@media screen and (max-width: 44.375em){.community__background{object-position:right}}.community__content{max-width:60rem;padding:4.2rem;color:#fff}.community__symbol{width:12.6rem}.community__tagline{margin:2.4rem 0 0}.community__text{margin-bottom:3.2rem}.hero{background-image:linear-gradient(rgba(20, 45, 51, 0.8), rgba(20, 45, 51, 0.8)),url("../img/hero.jpg");background-position:center;background-size:cover;display:flex;justify-content:flex-start;align-items:flex-end;min-height:80vh;padding:20rem 5vw 7rem;color:#fff}.hero__content-wrapper{max-width:78.9rem}.hero__logo{width:100%;max-width:22rem;margin-bottom:4.8rem}.programmes{padding:8rem 5vw;background-image:linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),url("../img/programmes-bg.png");background-position:center;background-size:cover}.programmes__header{display:grid;grid-template-columns:max-content 1fr;grid-gap:3.2rem;align-items:center;margin-bottom:3.2rem}@media screen and (max-width: 53.75em){.programmes__header{grid-template-columns:1fr}}.programmes__header::after{content:"";display:block;width:100%;height:4px;background-color:#25b9d9;border-radius:4px}@media screen and (max-width: 53.75em){.programmes__header::after{display:none}}.programmes__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.6rem}@media screen and (max-width: 79.25em){.programmes__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 39.5em){.programmes__grid{grid-template-columns:1fr}}.programme-card{display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;border-radius:16px;height:48rem;background-size:cover;overflow:hidden}.programme-card--courses{background-image:linear-gradient(rgba(20, 45, 51, 0.9), rgba(20, 45, 51, 0.9)),url("../img/programme-courses.jpg");background-position:left}@media screen and (max-width: 79.25em){.programme-card--courses{grid-column:1/-1}}.programme-card--app{background-image:linear-gradient(rgba(20, 45, 51, 0.9), rgba(20, 45, 51, 0.9)),url("../img/programme-app.jpg");background-position:center}.programme-card--consultation{background-image:linear-gradient(rgba(20, 45, 51, 0.9), rgba(20, 45, 51, 0.9)),url("../img/programme-consultation.jpg");background-position:right}.programme-card__content{max-width:60rem;padding:3.2rem 3.6rem 3.2rem;color:#fff}.programme-card__icon{display:block;height:8.6rem;width:auto;margin-bottom:2.4rem}.programme-card__link{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 3.6rem;margin-top:1rem;background-color:#25b9d9;border-radius:8px;color:#fff;font-weight:700;transition:background-color .3s}.programme-card__link:hover{background-color:#2e8599}.bridge{padding:12rem 5vw;background-image:linear-gradient(rgba(20, 45, 51, 0.7), rgba(20, 45, 51, 0.7)),url("../img/aim-bridge-gap.jpg");background-attachment:fixed;background-position:center}.bridge__content{max-width:102.4rem;color:#fff}.program-hero{background-image:linear-gradient(rgba(20, 45, 51, 0.8), rgba(20, 45, 51, 0.8)),url("../img/wellness-course-header.jpg");background-position:center;background-size:cover;padding:20rem 5vw 4.2rem;color:#fff}.program-hero__wrapper{max-width:90rem}.program-hero__title{margin-bottom:1rem}.program-hero__subtitle{margin-bottom:3.2rem;max-width:80rem}.matters{position:relative;overflow:hidden}@media screen and (max-width: 99.375em){.matters{padding-left:5vw}}@media screen and (max-width: 88.75em){.matters{padding:0 5vw}}.matters__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:8rem}@media screen and (max-width: 88.75em){.matters__grid{grid-template-columns:1fr}}.matters__content-wrapper{padding:8rem 0}@media screen and (max-width: 88.75em){.matters__content-wrapper{max-width:64rem}}.matters__subtext{margin-bottom:1.2rem}@media screen and (max-width: 64em){.matters__subtext{text-shadow:0 2px 4px rgba(20,45,51,.1)}}@media screen and (max-width: 64em){.matters__copy{text-shadow:0 2px 4px rgba(20,45,51,.1)}}.matters__img-wrapper{position:relative}@media screen and (max-width: 88.75em){.matters__img-wrapper{position:absolute;top:0;right:0;z-index:-1;width:50%;height:100%;opacity:.1}}@media screen and (max-width: 64em){.matters__img-wrapper{width:100%}}.matters__img{position:absolute;top:0;left:0;width:100%;height:auto;transform:scale(1.2) translateX(10%);transform-origin:left}@media screen and (max-width: 88.75em){.matters__img{height:100%;transform:scale(1.6);transform-origin:left top;object-fit:contain}}.gallery{border-top:4px solid #25b9d9;border-bottom:4px solid #25b9d9}.gallery__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:50rem;grid-auto-rows:50rem;grid-gap:4px}@media screen and (max-width: 81.25em){.gallery__grid{grid-template-rows:max-content;grid-auto-rows:max-content}}@media screen and (max-width: 61.25em){.gallery__grid{grid-template-columns:1fr}}@media screen and (max-width: 43.75em){.gallery__grid{grid-template-rows:max-content;grid-auto-rows:max-content}}.gallery__img-wrapper{position:relative}.gallery__img-wrapper::before{content:"";position:absolute;bottom:0;left:0;z-index:2;width:100%;height:100%;background-image:linear-gradient(to top, #142d33, transparent)}@media screen and (max-width: 43.75em){.gallery__img-wrapper::before{display:none}}.gallery__img-wrapper:nth-child(1){grid-column:1/-1}.gallery__img-info-wrapper{position:absolute;bottom:2rem;left:2rem;z-index:3;color:#fff}@media screen and (max-width: 43.75em){.gallery__img-info-wrapper{position:static;background-color:#142d33;padding:2rem}}.gallery__img-info-wrapper p{margin-bottom:.4rem}.gallery__img-list li{font-size:1.6rem}.gallery__img-list li:not(:last-child){margin-bottom:.4rem}.gallery__img{display:block;width:100%;height:100%}@media screen and (max-width: 43.75em){.gallery__img{height:auto}}.course-cta{padding:12rem 5vw 4rem;background-image:linear-gradient(to right, #142d33, rgba(127, 207, 8, 0.6)),url("../img/wellness-community.jpg");background-position:center;background-size:cover}.course-cta__content-wrapper{max-width:58rem;color:#fff}.course-cta__title{margin-bottom:1.2rem}.course-cta__text{margin-bottom:3.2rem}.view-courses{padding:20rem 5vw 8rem;background-image:linear-gradient(rgba(20, 45, 51, 0.8), rgba(20, 45, 51, 0.8)),url("../img/programme-courses.jpg");background-position:center;background-size:cover;color:#fff}.view-courses__logo{display:block;max-width:10rem;margin-bottom:2rem}.view-courses__wrapper{max-width:70rem}.about-hero{background-image:linear-gradient(rgba(20, 45, 51, 0.8), rgba(20, 45, 51, 0.8)),url("../img/about-hero.jpg");background-position:center;background-size:cover;padding:20rem 5vw 4.2rem;color:#fff}.about-hero__wrapper{max-width:90rem}.about-hero__symbol{display:block;max-width:12.6rem;margin-bottom:1rem}.video{height:max-content;background-color:#fff}.video__video{width:100%;height:100%}.team{padding:8rem 5vw}.team--experts{background-color:#daeef2;background-image:linear-gradient(rgba(218, 238, 242, 0.96), rgba(218, 238, 242, 0.96)),url("../img/panel-bg.png");background-size:cover}.team__header{display:grid;grid-template-columns:max-content 1fr;grid-gap:3.2rem;align-items:center;margin-bottom:3.2rem}@media screen and (max-width: 34.6875em){.team__header{grid-template-columns:1fr}}.team__header::after{content:"";display:block;width:100%;height:4px;background-color:#25b9d9;border-radius:4px}@media screen and (max-width: 34.6875em){.team__header::after{display:none}}.team__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:4rem}@media screen and (max-width: 67.5em){.team__grid{grid-gap:2rem;grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 36.25em){.team__grid{grid-template-columns:1fr}}.team-card{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;background-color:#fff;padding:4px;box-shadow:0 20px 24px -4px rgba(20,45,51,.08),0 8px 8px -4px rgba(20,45,51,.03);border-radius:16px}.team-card--expert{background-color:#142d33;color:#fff}.team-card__img{display:block;width:100%;height:34.6rem;border-radius:16px;object-position:top}@media screen and (max-width: 51.875em){.team-card__img{height:44rem;object-position:center}}.team-card__body{padding:2.2rem 3.3rem}.team-card__director-wrapper{display:grid;grid-template-columns:max-content 1fr;grid-gap:1rem;align-items:center}.team-card__director-wrapper::after{content:"";display:block;width:100%;height:2px;background-color:#7fcf08}.team-card__designations{opacity:.7}.team-card__btn-wrapper{display:grid;grid-template-columns:1fr max-content;align-items:center;grid-gap:1rem;margin-top:auto;padding:1rem 3.3rem 3rem}.team-card__btn-wrapper::before{content:"";display:block;width:100%;height:1px;background-color:#daeef2}.team-card__btn{background-color:rgba(0,0,0,0);color:#25b9d9;text-decoration:underline;cursor:pointer}.team-card__btn:hover{color:#2e8599}.mission{padding:8rem 5vw;border-top:4px solid #87a2a8;border-bottom:4px solid #87a2a8}.mission__header{margin-bottom:4rem}.mission__list-item{display:grid;grid-template-columns:3.8rem 1fr;grid-gap:3rem}@media screen and (max-width: 22.5em){.mission__list-item{grid-template-columns:1fr}}.mission__list-item:first-of-type .mission__node-wrapper::before{height:calc(100% - 6rem);top:unset;bottom:0}.mission__list-item:last-of-type .mission__node-wrapper::before{height:6rem}.mission__list-item:not(:last-child) .mission__content-wrapper{margin-bottom:2.4rem}.mission__node-wrapper{position:relative}@media screen and (max-width: 22.5em){.mission__node-wrapper{display:none}}.mission__node-wrapper::before{content:"";position:absolute;top:0;left:50%;width:4px;height:100%;background-color:#142d33}.mission__node{width:3.8rem;height:3.8rem;background-color:#142d33;border-radius:12px;transform:translateY(6rem)}.mission__content-wrapper{padding:6rem 4rem;background-position:center;background-size:cover;border-radius:20px;color:#fff}.mission__content-wrapper--education{background-image:linear-gradient(to right, #142d33, rgba(20, 45, 51, 0.7)),url("../img/mission-education.jpg")}.mission__content-wrapper--health{background-image:linear-gradient(to right, #142d33, rgba(20, 45, 51, 0.7)),url("../img/mission-health.jpg")}.mission__content-wrapper--community{background-image:linear-gradient(to right, #142d33, rgba(20, 45, 51, 0.7)),url("../img/mission-community.jpg")}.mission__content-wrapper--product{background-image:linear-gradient(to right, #142d33, rgba(20, 45, 51, 0.7)),url("../img/mission-product.jpg")}.mission__content-wrapper--research{background-image:linear-gradient(to right, #142d33, rgba(20, 45, 51, 0.7)),url("../img/mission-research.jpg")}.mission__content-wrapper--expansion{background-image:linear-gradient(to right, #142d33, rgba(20, 45, 51, 0.7)),url("../img/mission-expansion.jpg")}.mission__content{max-width:68rem}.mission__content h3{margin-bottom:1rem}.mission__content p:not(:last-child){margin-bottom:1.2rem}.plan{padding:8rem 5vw;background-color:#f5f9fa}.plan__header{margin-bottom:4.8rem}.plan__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.6rem}@media screen and (max-width: 52.1875em){.plan__grid{grid-template-columns:1fr}}.plan-card{display:flex;justify-content:flex-start;align-items:flex-end;min-height:44.4rem;padding:3.2rem;border-radius:16px;background-size:cover;background-position:center}.plan-card--education{background-image:linear-gradient(rgba(20, 45, 51, 0.8), rgba(20, 45, 51, 0.8)),url("../img/action-wellness.jpg")}.plan-card--camps{background-image:linear-gradient(rgba(20, 45, 51, 0.8), rgba(20, 45, 51, 0.8)),url("../img/action-camps.jpg")}.plan-card--app{grid-column:1/-1;background-image:linear-gradient(rgba(20, 45, 51, 0.8), rgba(20, 45, 51, 0.8)),url("../img/action-app.jpg")}.plan-card--consultation{grid-column:1/-1;background-image:linear-gradient(rgba(20, 45, 51, 0.8), rgba(20, 45, 51, 0.8)),url("../img/action-consultation.jpg")}.plan-card__content{max-width:68.8rem;color:#fff}.plan-card__content p:not(:last-child){margin-bottom:1.2rem}.plan-card__title-wrapper--grid{display:grid;grid-template-columns:repeat(2, max-content);align-items:center;grid-gap:1rem}@media screen and (max-width: 52.1875em){.plan-card__title-wrapper--grid{grid-template-columns:1fr}}.plan-card__number{font-size:12rem;color:#87a2a8;line-height:1}.plan-card__title{max-width:48rem}@media screen and (max-width: 52.1875em){.plan-card__title{max-width:unset}}.about-cta{padding:12rem 5vw 4rem;background-image:linear-gradient(to right, #142d33, rgba(127, 207, 8, 0.6)),url("../img/about-cta.jpg");background-position:center;background-size:cover}.about-cta__content-wrapper{max-width:58rem;color:#fff}.about-cta__title{margin-bottom:2.4rem}.app-hero{background-image:linear-gradient(rgba(20, 45, 51, 0.8), rgba(20, 45, 51, 0.8)),url("../img/app-hero.jpg");background-position:center;background-size:cover;padding:32rem 5vw 4.2rem;color:#fff}.app-hero__title{max-width:50rem}.app-hero__btn-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:2rem;margin-top:3rem}@media screen and (max-width: 26.875em){.app-hero__btn-wrapper{flex-direction:column;align-items:stretch}}.app-hero__btn{transition:transform .3s}.app-hero__btn:hover{transform:scale(1.1)}.app-hero__btn-img{height:7.5rem;width:auto}@media screen and (max-width: 26.875em){.app-hero__btn-img{display:block;width:100%;max-width:36rem;height:auto}}.app-features{padding:8rem 5vw}.app-features__header{max-width:38.6rem;margin-bottom:4rem}.app-features__list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:3.6rem}@media screen and (max-width: 61.25em){.app-features__list{grid-template-columns:1fr}}@media screen and (max-width: 61.25em){.app-features__list-item{display:grid;grid-template-columns:max-content 1fr;grid-gap:3.2rem;padding:3.6rem;border-radius:16px;box-shadow:0 10px 30px rgba(20,45,51,.1)}}@media screen and (max-width: 32.5em){.app-features__list-item{grid-template-columns:1fr;grid-gap:1rem}}.app-features__icon{display:block;height:9rem;width:auto;margin-bottom:1rem}.app-features__title{max-width:28rem}@media screen and (max-width: 61.25em){.app-features__title{max-width:unset}}.security{padding:0 5vw}@media screen and (max-width: 58.75em){.security{padding:0}}.security__content-wrapper{padding:32rem 7.4rem 5rem;border-radius:16px;background-image:linear-gradient(rgba(20, 45, 51, 0.8), rgba(20, 45, 51, 0.8)),url("../img/security.jpg");background-position:center;background-size:cover}@media screen and (max-width: 58.75em){.security__content-wrapper{border-radius:unset}}.security__content{max-width:64rem;color:#fff}.bridge-gap{padding:8rem 5vw}.bridge-gap__container{display:grid;grid-template-columns:1fr 2.8fr;grid-gap:4rem}@media screen and (max-width: 58.75em){.bridge-gap__container{grid-template-columns:1fr;grid-gap:2rem}}@media screen and (max-width: 58.75em){.bridge-gap__header{max-width:66rem}}.bridge-gap__line{display:flex;justify-content:flex-start;align-items:center;margin-top:2.8rem}@media screen and (max-width: 58.75em){.bridge-gap__line{margin-top:1rem}}.bridge-gap__line::before{content:"";display:block;width:35%;height:1.4rem;border-radius:8px;background-color:#25b9d9}.bridge-gap__line::after{content:"";display:block;width:65%;height:1.4rem;border-radius:8px;background-color:#7fcf08}.bridge-gap__content-wrapper{max-width:80rem}.bridge-gap__content-wrapper p:not(:last-child){margin-bottom:1.6rem}.specified{padding:0 3rem}@media screen and (max-width: 58.75em){.specified{padding:0}}.specified__content-wrapper{padding:36rem 5vw 5rem;border-radius:16px;background-image:linear-gradient(rgba(20, 45, 51, 0.8), rgba(20, 45, 51, 0.8)),url("../img/one-size.jpg");background-position:center;background-size:cover;background-attachment:fixed}@media screen and (max-width: 58.75em){.specified__content-wrapper{border-radius:unset}}.specified__content{max-width:70.8rem;color:#fff}.specified__title{max-width:50rem}.support{padding:8rem 5vw;background-color:#f5f9fa}.support__header{max-width:80rem}.support__list-wrapper{margin-top:5.4rem}.support__list{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:2rem;margin-top:1rem}.support__list-item{padding:2rem;background-color:#daeef2;border-radius:12px;display:grid;grid-template-columns:4px 1fr;grid-gap:2rem;align-items:center}@media screen and (max-width: 27.5em){.support__list-item{width:100%}}.support__list-item::before{content:"";width:1rem;height:1rem;border-radius:50%;background-color:#25b9d9}.assurance{padding:8rem 5vw}.assurance__header{margin-bottom:3.2rem}.assurance__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2.4rem}@media screen and (max-width: 88.75em){.assurance__grid{grid-gap:1rem}}@media screen and (max-width: 65.3125em){.assurance__grid{grid-template-columns:1fr}}.assurance-card{padding:24rem 3rem 4.2rem;background-position:center;background-size:cover;border-radius:16px}.assurance-card--team{background-image:linear-gradient(rgba(20, 45, 51, 0.85), rgba(20, 45, 51, 0.85)),url("../img/assurance-team.jpg")}.assurance-card--guidance{background-image:linear-gradient(rgba(20, 45, 51, 0.85), rgba(20, 45, 51, 0.85)),url("../img/assurance-guidance.jpg")}.assurance-card--plan{background-image:linear-gradient(rgba(20, 45, 51, 0.85), rgba(20, 45, 51, 0.85)),url("../img/assurance-plan.jpg")}.assurance-card__content{color:#fff}.graph{background-color:#f5f9fa;padding:8rem 5vw}.graph__header{margin-bottom:3.2rem}.graph__img{display:block;max-width:100%;height:auto;box-shadow:0 0 30px rgba(20,45,51,.1)}.graph__btn-wrapper{display:flex;justify-content:flex-end;align-items:center;gap:2rem;flex-wrap:wrap;margin-top:3.2rem;padding-top:3.2rem;border-top:2px solid #87a2a8}.bright-tomorrow{padding:12rem 5vw 12rem;background-image:linear-gradient(to right, #142d33, rgba(127, 207, 8, 0.6)),url("../img/way-forward.jpg");background-position:center;background-size:cover}.bright-tomorrow__content-wrapper{max-width:67rem;color:#fff}.bright-tomorrow__title{margin-bottom:1.2rem}.bright-tomorrow__text{max-width:60rem}.app-cta{padding:12rem 5vw 4rem;margin-top:4px;background-image:linear-gradient(to right, #142d33, rgba(20, 45, 51, 0.6)),url("../img/app-cta.jpg");background-position:center;background-size:cover}.app-cta__content-wrapper{max-width:64.8rem;color:#fff}.app-cta__title{margin-bottom:2.4rem}.blogs-header{padding:20rem 5vw 4.2rem;background-image:linear-gradient(rgba(20, 45, 51, 0.8), rgba(20, 45, 51, 0.8)),url("../img/blogs-header.jpg");background-position:center;background-size:cover}.blogs-header__wrapper{color:#fff}.blogs{padding:8rem 5vw}.blogs__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:4rem}@media screen and (max-width: 67.5em){.blogs__grid{grid-gap:2rem}}@media screen and (max-width: 51.875em){.blogs__grid{grid-template-columns:1fr}}.blog-card{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;background-color:#fff;padding:4px;box-shadow:0 20px 24px -4px rgba(20,45,51,.08),0 8px 8px -4px rgba(20,45,51,.03);border-radius:16px}.blog-card--expert{background-color:#142d33;color:#fff}.blog-card__img{display:block;width:100%;height:34.6rem;border-radius:16px;object-position:center}.blog-card__body{padding:2.2rem 3.3rem}.blog-card__designations{opacity:.7}.blog-card__btn-wrapper{display:grid;grid-template-columns:1fr max-content;align-items:center;grid-gap:1rem;margin-top:auto;padding:1rem 3.3rem 3rem}.blog-card__btn-wrapper::before{content:"";display:block;width:100%;height:1px;background-color:#daeef2}.blog-card__btn{background-color:rgba(0,0,0,0);color:#25b9d9;text-decoration:underline;cursor:pointer}.blog-card__btn:hover{color:#2e8599}.blog{padding:8rem 5vw}.blog__wrapper p:not(:last-child){margin-bottom:2.4rem}.blog__wrapper img{display:block;margin:2rem 0;max-width:100%;border-radius:16px}.blog__wrapper ul,.blog__wrapper ol{margin:2rem 0 2rem 2rem}.blog__wrapper ul li:not(:last-child),.blog__wrapper ol li:not(:last-child){margin-bottom:2.4rem}.blog__wrapper ul{list-style:disc}.blog__wrapper ol{list-style:decimal}.blog-more{padding:8rem 5vw;background-color:#f5f9fa}.blog-more__header{margin-bottom:3.2rem}.contact{background-image:linear-gradient(rgba(20, 45, 51, 0.8), rgba(20, 45, 51, 0.8)),url("../img/contact.jpg");background-size:cover;background-position:center;padding:16rem 5vw 8rem}.contact__grid{display:grid;grid-template-columns:repeat(2, 1fr);max-width:102.4rem}@media screen and (max-width: 56.875em){.contact__grid{grid-template-columns:1fr;grid-gap:4rem}}.contact__header{max-width:43rem;color:#fff}.contact__info-wrapper{margin:2rem 0}.contact__info-wrapper p:not(:last-child){margin-bottom:1.2rem}.contact__symbol{display:block;max-width:15.8rem;margin-top:3.6rem}.contact__form-wrapper{background-color:#fff;padding:3.2rem;border-radius:16px}.contact__form-btn-wrapper{text-align:right}.gallery-wrapper{padding:8rem 5vw;margin-top:4rem}.galleryz{display:flex;flex-wrap:wrap;gap:10px}.galleryz__item{position:relative}.galleryz__item::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to top, #142d33, transparent);z-index:2;pointer-events:none}.galleryz__item--image,.galleryz__item--video{width:250px;height:250px;background-color:#7fcf08;cursor:pointer;border-radius:8px;overflow:hidden}.galleryz__item--image:hover .galleryz__thumb,.galleryz__item--video:hover .galleryz__thumb{opacity:.3}.galleryz__item--image .galleryz__thumb,.galleryz__item--video .galleryz__thumb{width:100%;height:100%;object-fit:cover;transition:opacity .3s}.galleryz__text{position:absolute;width:100%;bottom:0;left:0;padding:1rem;z-index:3;color:#fff;font-size:1.8rem;pointer-events:none}.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);justify-content:center;align-items:top;padding:8rem 5vw;z-index:30}.lightbox__close{position:absolute;top:20px;right:20px;padding:1rem 2.5rem;border-radius:8px;background-color:#25b9d9;font-size:30px;color:#fff;cursor:pointer}.lightbox__content{max-width:100%;max-height:100%}.lightbox__content img,.lightbox__content video{width:100%;height:100%;max-height:100%}.lightbox--active{display:flex}/*# sourceMappingURL=main.min.css.map */