.w1-footer{padding:3em 1em;background-color:#202040;color:white;width:100%;padding:2em 1em;}.w1-footer__group{max-width:120em;margin:0 auto;display:flex;font-size:1.4em;justify-content:space-between;}@media only screen and (max-width:37.5em){.w1-footer__group{flex-direction:column;}}.w1-footer__col{width:75%;display:flex;}.w1-footer__col:last-child{width:25%;}@media only screen and (max-width:37.5em){.w1-footer__col{flex-direction:column;width:100%;padding:1em;margin:0;}.w1-footer__col:last-child{width:100%;}}.w1-footer__link{margin-right:2%;margin-top:1.5em;width:100%;}.w1-footer__link-first{min-width:33%;}.w1-footer__link--1{font-size:1.4em;font-weight:600;color:white;line-height:1.5em;display:block;text-decoration:none;}.w1-footer__link--2{width:100%;margin-top:1em;font-weight:300;color:white;line-height:1.5em;display:block;text-decoration:none;}.w1-footer__social{font-size:2em;margin:0.5em;cursor:pointer;}.w5-project{width:100%;padding:2em 1em;background-color:white;color:var(--text-color-w);}.w5-project__group{max-width:120em;margin:0 auto;}.w5-project__heading{text-align:center;display:block;}.w5-project__heading__main{font-weight:700;font-size:3em;line-height:1.6em;}.w5-project__heading__line{margin-top:2em;border-bottom:0.2em solid rgba(var(--main-color-w), 1);width:15em;display:inline-block;}.w5-project__heading__sub{margin-top:2em;font-weight:300;font-size:1.5em;line-height:1.8em;}.w5-project__item{margin-top:2em;display:grid;grid-template-columns:repeat(3, minmax(20em, 1fr));grid-template-rows:repeat(3, minmax(30em, 1fr));grid-gap:2em;}@media only screen and (max-width:37.5em){.w5-project__item{grid-template-columns:repeat(3, minmax(10em, 1fr));grid-template-rows:repeat(3, minmax(15em, 1fr));grid-gap:1em;}}.w5-project__item__card{position:relative;border-radius:2em;overflow:hidden;transition:all 0.5s;}.w5-project__item__card--1{grid-row:1 / span 2;grid-column:1/2;background-position:center;background-repeat:no-repeat;background-size:cover;}.w5-project__item__card--2{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:1 / 2;grid-column:2 / 3;}.w5-project__item__card--3{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:1 / 2;grid-column:3 / 4;}.w5-project__item__card--4{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:2 / 3;grid-column:2 / 3;}.w5-project__item__card--5{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:2 / span 2;grid-column:3 / 4;}.w5-project__item__card--6{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:3 / 4;grid-column:2 / 3;}.w5-project__item__card--7{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:3 / 4;grid-column:1 / 2;}@media only screen and (max-width:37.5em){.w5-project__item__card{border-radius:1em;}}.w5-project__item__card__imgbox{max-width:39em;background-size:contain;background-position:center;}.w5-project__item__card__imgbox__img{max-width:100%;}.w5-project__item__card__info{position:absolute;top:50%;text-align:center;width:100%;color:white;display:none;}.w5-project__item__card__info__name{font-size:1.7em;}.w5-project__item__card__info__des{margin-top:2em;font-size:1.4em;font-weight:300;}.w5-project__item__card__overlay{position:absolute;height:100%;width:100%;top:0;left:0;transition:all 0.2s;}.w5-project__item__card:hover .w5-project__item__card__overlay{background-color:rgba(var(--second-color-w), 1);}.w5-project__item__card:hover .w5-project__item__card__info{display:block;}.w5-project__item__card:hover .w5-project__item__card__imgbox__img{transition:all 0.2s;opacity:0;}.w21-blankpage{width:100%;background-color:white;}.w21-blankpage__group{max-width:120em;margin:0 auto;padding:0 .5em;}.w21-blankpage__content{line-height:1.8em;font-size:1.6em;text-align:justify;}.w12-articles-12{background-color:white;width:100%;padding:1em .5em;}.w12-articles-12__group{max-width:120em;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;}.w12-articles-12__items{display:flex;justify-content:space-between;align-items:center;margin-top:2em;flex-wrap:wrap;width:100%;}@media only screen and (max-width:37.5em){.w12-articles-12__items{width:100%;margin-top:2em;}}.w12-articles-12__items__image{min-width:50%;width:50%;position:relative;}@media only screen and (max-width:37.5em){.w12-articles-12__items__image{width:100%;margin-top:2em;}}.w12-articles-12__items__image__imgbox{margin:0 auto;width:100%;border-radius:5%;background-size:contain;background-position:center;}.w12-articles-12__items__image__imgbox__img{width:100%;height:100%;}.w12-articles-12__items__info{margin-left:2em;width:45%;}@media only screen and (max-width:37.5em){.w12-articles-12__items__info{width:100%;margin-top:2em;}}.w12-articles-12__items__info__user{display:block;margin-top:2em;}.w12-articles-12__items__info__des{display:block;margin-top:1em;font-size:1.6em;line-height:1.8em;text-align:justify;}.w12-articles-12__items__info__text{font-weight:600;font-size:1.6em;text-decoration:underline;line-height:1.8em;}.w12-articles-12__items__info__text:hover{color:rgba(var(--second-color-w), 1);transition:all .2s;}.w12-articles-12__items__info__link{display:block;text-transform:uppercase;color:#777;margin-top:1em;text-align:right;margin-right:1em;font-size:1em;}.w7-introducer{width:100%;padding:2em 1em;}.w7-introducer__group{max-width:120em;margin:0 auto;display:flex;justify-content:center;}@media only screen and (max-width:62.5em){.w7-introducer__group{flex-direction:column;}}.w7-introducer__imgbox{width:50%;height:auto;background-size:contain;background-position:center;}.w7-introducer__imgbox iframe{min-height:20em;}@media only screen and (max-width:62.5em){.w7-introducer__imgbox{width:100%;}}.w7-introducer__imgbox__img{width:100%;height:100%;margin:0 auto;}.w7-introducer__info{width:50%;display:flex;flex-direction:column;justify-content:center;padding:2em;background-color:#f7f7f7;background-size:cover;background-position:center;background-repeat:no-repeat;}@media only screen and (max-width:62.5em){.w7-introducer__info{width:100%;}}.w7-introducer__info__heading{font-size:6em;font-weight:300;line-height:1.8em;display:inline-block;}.w7-introducer__info__des{margin-top:3em;font-size:1.3em;line-height:1.8em;color:var(--text-color-w);}.w7-introducer__info__sub{font-weight:bold;font-size:1.4em;display:block;width:fit-content;margin-left:auto;margin-top:.5em;}.w13-ctaregister-7{font-weight:500;width:100%;padding:3em 1em;background-color:white;}.w13-ctaregister-7__group{max-width:60em;margin:0 auto;text-align:center;border:0.1em solid #eee;padding:2em;box-shadow:0.3em 0.3em 0.3em #eee;border-radius:2em;}.w13-ctaregister-7__heading{font-weight:700;text-align:center;font-size:2em;line-height:1.7em;text-transform:capitalize;}.w13-ctaregister-7__items{justify-content:space-between;}.w13-ctaregister-7__items__form{display:block;margin-top:2em;}.w13-ctaregister-7__items__form__input{margin-top:1em;display:block;padding:1.2em;border:0.15em solid #eee;border-radius:0.8em;background-color:white;}.w13-ctaregister-7__items__form__input__text{outline:none;border:none;width:97%;display:inline-block;font-size:1.5em;}.w13-ctaregister-7__items__form__input__icon{color:red;}.w13-ctaregister-7__items__form__select{padding:1em;width:100%;border-radius:0.5em;margin-top:1em;border:0.15em solid #eee;font-size:1.5em;}.w13-ctaregister-7__items__form__text{height:3em;outline:none;width:100%;margin-top:1em;display:block;padding:1.2em;border-radius:0.5em;border:0.15em solid #eee;font-size:1.5em;}.w13-ctaregister-7__items__form__des{color:red;font-weight:300;font-size:1em;margin-top:1em;display:block;font-size:1.5em;}.w13-ctaregister-7__items__button{padding:1em 2em;display:inline-block;font-weight:700;color:white;font-size:1.6em;margin:0 auto;background-size:200% auto;border-radius:2em;border:none;margin-top:1em;border:none;animation:buttonMoveBg 0.5s infinite alternate-reverse;}.w21-banner{width:100%;background-color:#fff;}.w21-banner__group{max-width:120em;position:relative;margin:0 auto;overflow:hidden;}.w21-banner .swiper-button-next{color:rgba(var(--main-color-w), 1);z-index:2;}.w21-banner .swiper-button-prev{color:rgba(var(--main-color-w), 1);z-index:2;}.w21-banner .swiper-pagination-bullet{background-color:rgba(var(--main-color-w), 1);}.w21-banner .swiper-pagination{z-index:2;}.w21-banner__imgbox{width:100%;background-size:contain;background-position:center;}.w21-banner__imgbox__img{width:100%;}