@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap");@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@0,400;0,700;0,900;1,700&display=swap");@font-face{font-family:AmSans;src:url("/fonts/Am Sans Regular.otf");font-style:normal;font-weight:400;font-display:swap}*,:after,:before{margin:0;padding:0;-moz-box-sizing:inherit;box-sizing:inherit}*{scrollbar-width:thin;scrollbar-color:#474747 #666}html{font-size:62.5%}@media only screen and (max-width:75em){html{font-size:56.25%}}@media only screen and (max-width:56.25em){html{font-size:50%}}@media only screen and (min-width:112.5em){html{font-size:75%}}body{-moz-box-sizing:border-box;box-sizing:border-box;background-color:#666}main{padding-bottom:200px}::-moz-selection{background-color:#85ab2c;color:#fff}::selection{background-color:#85ab2c;color:#fff}.home__container{max-width:160rem;margin:0 auto}.page-container{position:relative;min-height:100vh}@-webkit-keyframes moveInLeft{0%{opacity:0;-webkit-transform:translateX(-15rem);transform:translateX(-15rem)}80%{-webkit-transform:translateX(2rem);transform:translateX(2rem)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-moz-keyframes moveInLeft{0%{opacity:0;-moz-transform:translateX(-15rem);transform:translateX(-15rem)}80%{-moz-transform:translateX(2rem);transform:translateX(2rem)}to{opacity:1;-moz-transform:translateX(0);transform:translateX(0)}}@keyframes moveInLeft{0%{opacity:0;-webkit-transform:translateX(-15rem);-moz-transform:translateX(-15rem);transform:translateX(-15rem)}80%{-webkit-transform:translateX(2rem);-moz-transform:translateX(2rem);transform:translateX(2rem)}to{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes moveInRight{0%{opacity:0;-webkit-transform:translateX(15rem);transform:translateX(15rem)}80%{-webkit-transform:translateX(-2rem);transform:translateX(-2rem)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-moz-keyframes moveInRight{0%{opacity:0;-moz-transform:translateX(15rem);transform:translateX(15rem)}80%{-moz-transform:translateX(-2rem);transform:translateX(-2rem)}to{opacity:1;-moz-transform:translateX(0);transform:translateX(0)}}@keyframes moveInRight{0%{opacity:0;-webkit-transform:translateX(15rem);-moz-transform:translateX(15rem);transform:translateX(15rem)}80%{-webkit-transform:translateX(-2rem);-moz-transform:translateX(-2rem);transform:translateX(-2rem)}to{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes moveInBottom{0%{opacity:0;-webkit-transform:translateY(3rem);transform:translateY(3rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes moveInBottom{0%{opacity:0;-moz-transform:translateY(3rem);transform:translateY(3rem)}to{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}}@keyframes moveInBottom{0%{opacity:0;-webkit-transform:translateY(3rem);-moz-transform:translateY(3rem);transform:translateY(3rem)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes shakeItBaby{0%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}2%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}4%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}6%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}8%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}10%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-moz-keyframes shakeItBaby{0%{-moz-transform:rotate(2deg);transform:rotate(2deg)}2%{-moz-transform:rotate(-2deg);transform:rotate(-2deg)}4%{-moz-transform:rotate(2deg);transform:rotate(2deg)}6%{-moz-transform:rotate(-2deg);transform:rotate(-2deg)}8%{-moz-transform:rotate(2deg);transform:rotate(2deg)}10%{-moz-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes shakeItBaby{0%{-webkit-transform:rotate(2deg);-moz-transform:rotate(2deg);transform:rotate(2deg)}2%{-webkit-transform:rotate(-2deg);-moz-transform:rotate(-2deg);transform:rotate(-2deg)}4%{-webkit-transform:rotate(2deg);-moz-transform:rotate(2deg);transform:rotate(2deg)}6%{-webkit-transform:rotate(-2deg);-moz-transform:rotate(-2deg);transform:rotate(-2deg)}8%{-webkit-transform:rotate(2deg);-moz-transform:rotate(2deg);transform:rotate(2deg)}10%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}}body{font-family:Roboto,sans-serif;line-height:1.7;text-align:left}.heading-primary,body{font-weight:400;color:#fff}.heading-primary{font-family:AmSans,sans-serif;line-height:1.1;display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-pack:center;justify-content:center;grid-gap:6rem;gap:6rem;font-style:normal;text-transform:uppercase;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;font-size:8rem;letter-spacing:3rem;text-align:center}@media only screen and (max-width:56.25em){.heading-primary{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;grid-gap:6rem;gap:6rem;letter-spacing:2rem}}@media only screen and (max-width:37.5em){.heading-primary{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:2rem;gap:2rem;letter-spacing:2rem}}@media only screen and (max-width:22.5em){.heading-primary{font-size:6rem}}.heading-primary--main{-webkit-animation-name:moveInLeft;-moz-animation-name:moveInLeft;animation-name:moveInLeft;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;animation-timing-function:ease-out}.heading-primary--main,.heading-primary--sub{-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-duration:1s}.heading-primary--sub{-webkit-animation-name:moveInRight;-moz-animation-name:moveInRight;animation-name:moveInRight;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;animation-timing-function:ease-out}.heading-secondary{font-size:3.5rem;line-height:1.3;text-transform:uppercase;font-weight:700;background-image:-webkit-linear-gradient(left,#a6d637,#b8de5f);background-image:-moz-linear-gradient(left,#a6d637,#b8de5f);background-image:linear-gradient(90deg,#a6d637,#b8de5f);display:inline-block;-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:2px;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}@media only screen and (max-width:37.5em){.heading-secondary{font-weight:500;max-width:60rem}}.heading-secondary:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1);text-shadow:.5rem 1rem 2rem rgba(0,0,0,.1)}.heading-tertiary{font-size:1.6rem;font-weight:700;text-transform:uppercase}.heading-forth{display:block;font-size:7rem;font-family:AmSans,sans-serif;text-align:center;font-weight:400;color:#a6d637;letter-spacing:3px;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.paragraph{font-size:1.6rem}.paragraph:not(:last-child){margin-bottom:3rem}.u-center-text{text-align:center!important}.u-margin-bottom-big{margin-bottom:8rem!important}.u-margin-bottom-medium{margin-bottom:4rem!important}.u-margin-bottom-small{margin-bottom:1.5rem!important}.u-margin-top-big{margin-top:8rem!important}.u-margin-top-huge{margin-top:10rem!important}.header__heading__container{margin:4rem 0 0}@media only screen and (max-width:56.25em){.header__heading__container{padding:0 1rem}}.header{padding:2rem;display:grid;grid-template-columns:1fr}@media only screen and (max-width:37.5em){.header{padding:.5rem}}.footer__container{background-color:#666;position:absolute;bottom:0;width:100%;height:12rem;padding:0 2rem;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center}.footer__created-by{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start;grid-gap:.5rem;gap:.5rem;color:#fff}.footer__created-by__text{font-size:1rem;text-transform:uppercase;font-weight:700;letter-spacing:1.5px;line-height:1.3}.footer__created-by__logo{position:relative;width:15rem;height:5rem}.footer__created-by__name{font-size:2rem;font-weight:600;line-height:1;letter-spacing:1px}.footer__created-by__email{text-decoration:none;color:#90c3be;border-bottom:1px solid #90c3be;line-height:1.2}@media only screen and (max-width:37.5em){.footer__navigation{display:none}}.footer__photos-by{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:end;align-items:flex-end;grid-gap:.5rem;gap:.5rem}.footer__photos-by__text{font-size:1rem;text-transform:uppercase;font-weight:700;letter-spacing:1.5px;line-height:1.3}.footer__photos-by__name{font-size:2rem;font-weight:600;line-height:1;letter-spacing:1px;text-transform:uppercase}.footer__photos-by__email{text-decoration:none;color:#a6d637;border-bottom:1px solid #a6d637;line-height:1.2}.footer__nav__list{list-style:none;display:-moz-box;display:flex;grid-gap:4rem;gap:4rem;font-size:1.4rem}.footer__nav__list__item a{text-decoration:none;color:#a6d637;text-transform:uppercase;line-height:1.2}.navigation{height:12rem}.main__navigation{padding:0 2rem;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;height:10rem}@media only screen and (max-width:75em){.main__navigation{padding:6rem 2rem 5rem}}@media only screen and (max-width:56.25em){.main__navigation__links{display:none}}.main__navigation--sticky{padding:0 4rem;position:fixed;left:0;top:0;bottom:0;width:100%;z-index:5;height:12rem;background-color:#666;opacity:.95}.main__navigation__checkbox{display:none}.main__navigation__button{display:none;text-align:center;cursor:pointer;height:7rem;width:7rem;border-radius:50%;border:none;background-color:inherit}@media only screen and (max-width:56.25em){.main__navigation__button{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}}.main__navigation__icon{position:relative}.main__navigation__icon,.main__navigation__icon:after,.main__navigation__icon:before{display:inline-block;height:3px;width:4.5rem;background-color:#fff}.main__navigation__icon:after,.main__navigation__icon:before{content:"";position:absolute;left:0;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.main__navigation__icon:before{top:-1.2rem}.main__navigation__icon:after{top:1.2rem}.main__navigation__button:hover .main__navigation__icon:before{top:-1.5rem}.main__navigation__button:hover .main__navigation__icon:after{top:1.5rem}.main__navigation__checkbox:checked+.main__navigation__button .main__navigation__icon{background-color:transparent}.main__navigation__checkbox:checked+.main__navigation__button .main__navigation__icon:before{top:0;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);transform:rotate(135deg)}.main__navigation__checkbox:checked+.main__navigation__button .main__navigation__icon:after{top:0;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);transform:rotate(-135deg)}.nav__list{list-style:none;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;grid-gap:4rem;gap:4rem}@media only screen and (max-width:75em){.nav__list{grid-gap:1rem;gap:1rem}}@media only screen and (max-width:56.25em){.nav__list{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start;grid-gap:6rem;gap:6rem;margin-top:14rem;margin-left:2rem}}.nav__list__item{position:relative;text-transform:uppercase;display:block;padding:1rem 2.5rem;font-size:1.8rem;font-weight:500}.nav__list__item,.nav__list__item a,.nav__list__item div{z-index:10;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.nav__list__item a,.nav__list__item div{text-decoration:none;color:#a6d637;font-size:2rem;cursor:pointer}.nav__list__item--active a{color:#85ab2c}.nav__list__item:before{content:"";position:absolute;top:0;left:0;height:100%;width:3px;background-color:#fff;border-radius:3rem;-webkit-transform:scaleY(0);-moz-transform:scaleY(0);transform:scaleY(0);-webkit-transition:width .4s cubic-bezier(1,0,0,1) .2s,background-color .1s,-webkit-transform .2s;transition:width .4s cubic-bezier(1,0,0,1) .2s,background-color .1s,-webkit-transform .2s;-moz-transition:transform .2s,width .4s cubic-bezier(1,0,0,1) .2s,background-color .1s,-moz-transform .2s;transition:transform .2s,width .4s cubic-bezier(1,0,0,1) .2s,background-color .1s;transition:transform .2s,width .4s cubic-bezier(1,0,0,1) .2s,background-color .1s,-webkit-transform .2s,-moz-transform .2s;z-index:-10}.nav__list__item--active:before,.nav__list__item:hover:before{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1);width:100%}.nav__list__item:hover a,.nav__list__item:hover div{color:#85ab2c}.nav__list__item:active:before{background-color:#536b1c}.navigation__drawer{display:block}.side-drawer{position:fixed;left:0;top:0;z-index:100;height:100vh;width:40%;background:hsla(0,0%,40%,.95);box-shadow:0 3rem 8rem rgba(0,0,0,.3)}.slide-in-left-enter{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%)}.slide-in-left-enter-active{-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.slide-in-left-enter-active,.slide-in-left-exit{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);opacity:1}.slide-in-left-exit-active{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);opacity:0;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}@media only screen and (max-width:75em){.logo__container{height:9rem;width:9rem}}@media only screen and (max-width:56.25em){.logo__container{height:8rem;width:8rem}}.btn{font-family:Roboto,sans-serif;font-size:2rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#333;padding:1.5rem 4rem;border:none;border-radius:3rem;background-color:#a6d637;cursor:pointer;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s;position:relative;-webkit-animation-name:shakeItBaby;-moz-animation-name:shakeItBaby;animation-name:shakeItBaby;-webkit-animation-delay:10s;-moz-animation-delay:10s;animation-delay:10s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:4s;-moz-animation-duration:4s;animation-duration:4s}.btn:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);transform:translateY(-3px);box-shadow:0 1rem 2rem rgba(0,0,0,.2)}.btn:hover:after{-webkit-transform:scaleX(1.4) scaleY(1.6);-moz-transform:scaleX(1.4) scaleY(1.6);transform:scaleX(1.4) scaleY(1.6);opacity:0}.btn--green,.btn--green:after{background-color:#a6d637}.btn:after{content:"";display:inline-block;height:100%;width:100%;border-radius:3rem;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s;opacity:1}.btn--animated{-webkit-animation:moveInBottom .5s ease-out .75s;-moz-animation:moveInBottom .5s ease-out .75s;animation:moveInBottom .5s ease-out .75s;-webkit-animation-fill-mode:backwards;-moz-animation-fill-mode:backwards;animation-fill-mode:backwards}.image-upload{display:-moz-box;display:flex;-moz-box-align:start;align-items:flex-start;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:1rem;gap:1rem}.image-upload__preview{width:25rem;height:16.66667rem;border:1px solid #a6d637;border-radius:3rem;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;text-align:center;margin-bottom:1rem}.image-upload__preview img{border-radius:3rem;width:100%;height:100%;object-fit:cover}.form-control{margin:1rem 0}.form-control input,.form-control label,.form-control select,.form-control textarea{display:block}.form-control label{font-size:1.8rem;font-weight:500;margin-bottom:.5rem}.form-control p{font-size:1.4rem}.form-control input,.form-control select,.form-control textarea{border-radius:3rem;width:33%;font:inherit;font-size:1.6rem;line-height:1.6;border:1px solid #a6d637;background-color:#e0e0e0;padding:.6rem 1rem}.form-control input,.form-control textarea{width:100%}.form-control input:focus,.form-control select:focus,.form-control textarea:focus{outline:none;background:#c2c2c2}.form-control--invalid label,.form-control--invalid p{margin-top:.4rem;color:#ffd1d1}.form-control--invalid input,.form-control--invalid select,.form-control--invalid textarea{border-color:red;background:#ffd1d1}.performer__list{margin:0 auto;width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));justify-items:center;grid-gap:5rem;gap:5rem}.performer__item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;max-width:40rem;min-width:30rem;border-radius:3rem;box-shadow:0 3rem 8rem rgba(0,0,0,.3);background-color:#666;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;position:relative;overflow:hidden;grid-gap:1rem;gap:1rem}.performer__item img{width:100%;object-fit:contain;height:10rem}.performer__item:hover{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);transform:translateY(-5px)}.performer__content{width:100%;padding:1rem 2rem;grid-gap:1rem;gap:1rem}.performer__content,.performer__summary{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.performer__summary{grid-gap:.3rem;gap:.3rem}.performer__title{font-size:2rem;line-height:1;color:#a6d637;text-transform:uppercase}.performer__email{color:#8cb8e1;font-size:1.6rem}.performer-table__list{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:.4rem;gap:.4rem}.performer-table__item{display:grid;grid-template-columns:1fr 1.5fr .5fr .75fr 1fr 3.5fr .5fr .5fr .5fr;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:1.6rem}@media only screen and (max-width:56.25em){.performer-table__item{grid-template-columns:1fr 1.5fr .5fr .75fr .75fr .5fr .5fr .5fr}}@media only screen and (max-width:37.5em){.performer-table__item{grid-template-columns:1.5fr .5fr .75fr .5fr .5fr .5fr}}.performer-table__item__image{display:-moz-box;display:flex}@media only screen and (max-width:37.5em){.performer-table__item__image{display:none}}.performer-table__item img{width:100%;object-fit:cover;height:10rem}.performer-table__item--odd{background-color:#5c5c5c}.performer-table__item--even{background-color:#757575}.performer-table__item__name{font-size:1.5rem;font-weight:400;line-height:1.3;color:#fff;text-transform:uppercase}@media only screen and (max-width:37.5em){.performer-table__item__name{font-size:1.3rem;margin-left:1rem}}.performer-table__item__email{justify-self:center;align-self:center;color:#8cb8e1;position:relative}.performer-table__item__email:hover .performer-table__item__helper-text{display:block}.performer-table__item__tel{justify-self:center;font-size:1.2rem}@media only screen and (max-width:37.5em){.performer-table__item__tel{font-size:1.1rem}}.performer-table__item__type{width:4rem;height:4rem;align-self:center;justify-self:center;cursor:pointer;position:relative}@media only screen and (max-width:37.5em){.performer-table__item__type{display:none}}.performer-table__item__type__helper-text{width:6rem;text-align:center;font-size:1.4rem;line-height:1.2;position:absolute;display:none;bottom:0;left:50%;-webkit-transform:translate(-50%,140%);-moz-transform:translate(-50%,140%);transform:translate(-50%,140%)}.performer-table__item__type:hover .performer-table__item__type__helper-text{display:block}.performer-table__item__keywords{font-style:italic;font-size:1.2rem;color:#a6d637}.performer-table__item__description{font-size:1rem}@media only screen and (max-width:56.25em){.performer-table__item__description{display:none}}.performer-table__item__actions{cursor:pointer;align-self:center;justify-self:center;position:relative;border:none;background-color:transparent}.performer-table__item__actions:hover .performer-table__item__helper-text{display:block}.performer-table__item__icon{font-size:3rem}@media only screen and (max-width:37.5em){.performer-table__item__icon{font-size:2.5rem}}.performer-table__item__helper-text{color:#fff;width:6rem;text-align:center;font-size:1.4rem;line-height:1.2;position:absolute;display:none;bottom:0;left:50%;-webkit-transform:translate(-50%,70%);-moz-transform:translate(-50%,70%);transform:translate(-50%,70%)}.performer-table__item__email__helper-text{-webkit-transform:translate(-100%,60%);-moz-transform:translate(-100%,60%);transform:translate(-100%,60%)}.performer-edit__buttons{margin-top:2rem;width:100%;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.dashboard{background-color:#5c5c5c;padding:2rem;display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;grid-gap:2rem;gap:2rem;display:grid;grid-template-columns:repeat(6,1fr);grid-column-gap:4rem;-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem;text-align:center}@media only screen and (max-width:22.5em){.dashboard{padding:1rem}}@media only screen and (max-width:56.25em){.dashboard{grid-template-columns:1fr;grid-template-rows:-webkit-max-content 30vh;grid-template-rows:max-content 30vh;grid-column-gap:0;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;grid-row-gap:6rem;row-gap:6rem}}.dashboard__image{grid-column:5/7;border-radius:3rem;overflow:hidden;position:relative}@media only screen and (max-width:56.25em){.dashboard__image{width:80%;justify-self:center;grid-column:1/-1;grid-row:2/3}}@media only screen and (max-width:37.5em){.dashboard__image{width:95%;justify-self:center;grid-column:1/-1;grid-row:2/3}}@media only screen and (max-width:22.5em){.dashboard__image{width:100%}}.dashboard__content{grid-column:1/5}.dashboard__info{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:.5rem;gap:.5rem;margin-bottom:2rem}.dashboard__info__heading{font-size:3.6rem;color:#e0e0e0;font-weight:700;text-transform:none;letter-spacing:1px}@media only screen and (max-width:75em){.dashboard__info__heading{font-size:3rem}}@media only screen and (max-width:37.5em){.dashboard__info__heading{font-size:2.5rem}}.dashboard__info__heading span{color:#a6d637;text-transform:uppercase}.dashboard__info__text{font-size:2.2rem;color:#e0e0e0;font-weight:400}@media only screen and (max-width:75em){.dashboard__info__text{font-size:2rem}}@media only screen and (max-width:37.5em){.dashboard__info__text{font-size:1.6rem}}.dashboard__body{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding:6rem 2rem;-moz-box-align:center;align-items:center}.dashboard__body__request{font-size:2.6rem;text-align:center;font-weight:600;letter-spacing:.25px}@media only screen and (max-width:37.5em){.dashboard__body__request{font-size:2.2rem}}.dashboard__body__request--pending{color:#8cb8e1}.dashboard__body__request--rejected{color:#e65035}.dashboard__body__request--confirmed{color:#a6d637}.dashboard__body__request--noevent{color:#e0e0e0}.dashboard__body__actions button{width:70%}.dashboard__actions{margin-top:6rem;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center}@media only screen and (max-width:56.25em){.dashboard__actions{justify-content:space-around}}@media only screen and (max-width:37.5em){.dashboard__actions{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:2rem;gap:2rem}}.dashboard__actions__send-mail{line-height:1.2!important;background-color:transparent;padding:1rem 3rem;text-transform:uppercase;border:2px solid #a6d637;color:#a6d637;border-radius:3rem;text-decoration:none;font-size:1.6rem;font-weight:500;letter-spacing:2px;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.dashboard__actions__send-mail:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);transform:translateY(-3px);box-shadow:0 1rem 2rem rgba(0,0,0,.2)}.button{line-height:1.2!important;-webkit-text-decoration:0;-moz-text-decoration:0;text-decoration:0;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#333;padding:1rem 3rem;border:2px solid transparent;border-radius:3rem;background-color:#a6d637;cursor:pointer;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s;position:relative}.button:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);transform:translateY(-3px);box-shadow:0 1rem 2rem rgba(0,0,0,.2)}.button:hover:after{-webkit-transform:scaleX(1.4) scaleY(1.6);-moz-transform:scaleX(1.4) scaleY(1.6);transform:scaleX(1.4) scaleY(1.6);opacity:0}.button:after{content:"";display:inline-block;height:100%;width:100%;border-radius:3rem;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s;opacity:1}.button--pulsating:after{background-color:#a6d637}.button--inverse{background:transparent;color:#a6d637;border:2px solid #a6d637}.button--inverse:after{display:none}.button--danger{background:#e65035;border-color:#e65035;color:#474747}.button--danger:after{background-color:transparent}.button--danger:active,.button--danger:hover{color:#333}.button--danger--inverse{background:transparent;border-color:#e65035;color:#e65035}.button--danger--inverse:after{background-color:transparent}.button--danger--inverse:active,.button--danger--inverse:hover{color:#e65035}.button:active:disabled,.button:disabled,.button:hover:disabled{background:#c2c2c2;color:#333;border-color:#c2c2c2;cursor:not-allowed}.button:active:disabled:after,.button:disabled:after,.button:hover:disabled:after{display:none}.button--animated--shake{-webkit-animation-name:shakeItBaby;-moz-animation-name:shakeItBaby;animation-name:shakeItBaby;-webkit-animation-delay:10s;-moz-animation-delay:10s;animation-delay:10s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:4s;-moz-animation-duration:4s;animation-duration:4s}.button--animated--move-in{-webkit-animation:moveInBottom .5s ease-out .75s;-moz-animation:moveInBottom .5s ease-out .75s;animation:moveInBottom .5s ease-out .75s;-webkit-animation-fill-mode:backwards;-moz-animation-fill-mode:backwards;animation-fill-mode:backwards}.button--small{padding:1rem 2rem;font-size:1.2rem;font-weight:400}.button--big{padding:1.5rem 4rem;font-size:2rem;font-weight:500}.button--pulsating.button--inverse:after{background-color:transparent}.button--pulsating.button--inverse:hover:after{background-color:#e7a944}.loading-spinner__as-overlay{height:100%;width:100%;margin:0 auto;position:absolute;top:0;left:0;background:hsla(0,0%,46%,.9);display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center}.loading-spinner__dual-ring{display:inline-block;width:64px;height:64px}.loading-spinner__dual-ring:after{content:" ";display:block;width:46px;height:46px;margin:1px;border-radius:50%;border-color:#a6d637 transparent;border-style:solid;border-width:5px;-webkit-animation:lds-dual-ring 1.2s linear infinite;-moz-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite}.loading-spinner__logo{border-radius:50%;-webkit-animation:pulsate 1.3s linear infinite;-moz-animation:pulsate 1.3s linear infinite;animation:pulsate 1.3s linear infinite}@-webkit-keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-moz-keyframes lds-dual-ring{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes pulsate{0%{-webkit-transform:scale(.8);transform:scale(.8)}70%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@-moz-keyframes pulsate{0%{-moz-transform:scale(.8);transform:scale(.8)}70%{-moz-transform:scale(1.1);transform:scale(1.1)}to{-moz-transform:scale(.8);transform:scale(.8)}}@keyframes pulsate{0%{-webkit-transform:scale(.8);-moz-transform:scale(.8);transform:scale(.8)}70%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(.8);-moz-transform:scale(.8);transform:scale(.8)}}.modal{z-index:100;position:fixed;top:22vh;left:10%;width:80%;background:#666;box-shadow:0 3rem 8rem rgba(0,0,0,.3);border-radius:3rem}.modal__header{width:100%;padding:1rem;background-color:#85ab2c;color:#fff}.modal__header h2{text-transform:uppercase;text-align:center;font-size:2.5rem;font-weight:600;margin:.5rem;color:#474747}.modal__content,.modal__footer{padding:1rem .5rem}.modal__footer{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;justify-content:space-around}.modal-enter{-webkit-transform:translateY(-10rem);-moz-transform:translateY(-10rem);transform:translateY(-10rem);opacity:0}.modal-enter-active{-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.modal-enter-active,.modal-exit{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);opacity:1}.modal-exit-active{-webkit-transform:translateY(-10rem);-moz-transform:translateY(-10rem);transform:translateY(-10rem);opacity:0;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.notification{position:fixed;bottom:0;left:0;height:5rem;width:100%;background-color:#1b1b1b;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;color:#fff;padding:.5rem 10%;box-shadow:0 -3px 6px rgba(0,0,0,.2)}.notification h2{margin:0;font-size:2rem;color:#fff}.notification p{font-size:1.6rem;font-weight:400}.pending{background-color:#177cbe}.success{background-color:#85ab2c}.error{background-color:#e65035}.backdrop{height:100vh;background:rgba(0,0,0,.75);z-index:10}.backdrop,.photo-modal{position:fixed;top:0;left:0;width:100%}.photo-modal{z-index:100;margin:0 auto;right:0;box-shadow:0 3rem 8rem rgba(0,0,0,.3)}@media screen and (orientation:portrait){.photo-modal{top:15%}}.photo-modal__content{position:relative}.photo-modal__image--container{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr;grid-template-rows:100vh}@media screen and (orientation:portrait){.photo-modal__image--container{grid-template-rows:100vw}}@media screen and (orientation:landscape){.photo-modal__image--container{grid-template-rows:100vh}}.photo-modal__image{display:-moz-box;display:flex}.photo-modal__icon{font-size:4rem;font-weight:500}.photo-modal__button{border:none;padding:1rem 2rem;color:#fff;background-color:transparent;z-index:100;cursor:pointer}.photo-modal__button--left{position:absolute;top:50%;left:0;-webkit-transform:translate(10%,-50%);-moz-transform:translate(10%,-50%);transform:translate(10%,-50%);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.photo-modal__button--left:hover{-webkit-transform:translate(-10%,-50%) scale(1.1);-moz-transform:translate(-10%,-50%) scale(1.1);transform:translate(-10%,-50%) scale(1.1);color:#000}.photo-modal__button--right{position:absolute;top:50%;right:0;-webkit-transform:translate(-10%,-50%);-moz-transform:translate(-10%,-50%);transform:translate(-10%,-50%);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.photo-modal__button--right:hover{-webkit-transform:translate(10%,-50%) scale(1.1);-moz-transform:translate(10%,-50%) scale(1.1);transform:translate(10%,-50%) scale(1.1);color:#000}.photo-modal__button--close{position:absolute;left:50%;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}@media screen and (orientation:portrait){.photo-modal__button--close{bottom:16%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);transform:translate(-50%)}}@media screen and (orientation:landscape){.photo-modal__button--close{bottom:0;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);transform:translate(-50%)}}.photo-modal__button--close:hover{-webkit-transform:translate(-50%) scale(1.2);-moz-transform:translate(-50%) scale(1.2);transform:translate(-50%) scale(1.2);color:#000}.photo-modal-enter{-webkit-transform:translateY(-10rem);-moz-transform:translateY(-10rem);transform:translateY(-10rem);opacity:0}.photo-modal-enter-active{-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.photo-modal-enter-active,.photo-modal-exit{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);opacity:1}.photo-modal-exit-active{-webkit-transform:translateY(-10rem);-moz-transform:translateY(-10rem);transform:translateY(-10rem);opacity:0;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.error-modal__paragraph{font-size:1.6rem;text-align:center}.sliding-banner{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.banner-text{margin:0 auto}@media only screen and (max-width:37.5em){.banner-text{font-size:2rem}}.news__list__item{position:relative;padding:2rem;border-radius:3rem;min-width:25rem;max-width:25rem;min-height:30rem;background-image:-webkit-linear-gradient(5deg,#757575,#333);background-image:-moz-linear-gradient(5deg,#757575,#333);background-image:linear-gradient(85deg,#757575,#333);margin-bottom:2rem;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:1rem;gap:1rem;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.news__list__item:not(:first-child){margin-left:4rem;box-shadow:-3rem 0 3rem -2rem #000}.news__list__item:first-child:hover,.news__list__item:hover{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);transform:rotate(3deg)}.news__list__item__date{color:#949494;font-size:1.4rem}.news__list__item__word{text-transform:uppercase;font-size:1.4rem;font-weight:500;color:#a6d637}.news__list__item__title-button{font-size:2.3rem;color:#fff;line-height:1.2;font-weight:700;letter-spacing:-.5px;margin-bottom:3rem;text-decoration:none}.news__list__item__title-button:hover{color:#c2c2c2}.news__list__item__abstract{font-size:1.4rem}.news__list__item:hover+.news__list__item{margin-left:3rem}.news__list::-webkit-scrollbar{width:120px}.news__list{padding:3rem 0 0 2rem;font-size:1.6rem;-moz-box-flex:4;flex:4 1;list-style:none;display:-moz-box;display:flex;overflow-x:scroll;position:relative}.news__list::-webkit-scrollbar-track{background:#666}.news__list::-webkit-scrollbar-thumb{width:5rem;background-color:#474747;border-radius:3rem}.section-news{padding:4rem}@media only screen and (max-width:75em){.section-news{padding:2rem}}@media only screen and (max-width:37.5em){.section-news{padding:1rem}}.news-table__list{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:.4rem;gap:.4rem}.news__table-head__container{display:-moz-box;display:flex;width:100%;-moz-box-pack:start;justify-content:flex-start}.news-table__item{display:grid;grid-template-columns:2fr 1fr 3fr .5fr .5fr;grid-gap:.5rem;gap:.5rem;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;padding:.25rem}.news-table__item--odd{background-color:#5c5c5c}.news-table__item--even{background-color:#757575}.news-table__item__title{font-size:1.5rem;font-weight:400;line-height:1.3;color:#fff;text-transform:uppercase;margin-left:.5rem}@media only screen and (max-width:37.5em){.news-table__item__title{font-size:1.1rem}}.news-table__item__date{font-size:1.4rem}@media only screen and (max-width:37.5em){.news-table__item__date{font-size:1rem}}.news-table__item__abstract{font-size:1.4rem}@media only screen and (max-width:37.5em){.news-table__item__abstract{font-size:.9rem}}.news-table__item__message{font-size:1rem}.news-table__item__icon{font-size:3rem}@media only screen and (max-width:37.5em){.news-table__item__icon{font-size:2.5rem}}.news-table__item__actions{cursor:pointer;align-self:center;justify-self:center;position:relative;border:none;background-color:transparent}.news-table__item__actions:hover .news-table__item__helper-text{display:block}.news-table__item__helper-text{color:#fff;width:6rem;text-align:center;font-size:1.4rem;line-height:1.2;position:absolute;display:none;bottom:0;left:50%;-webkit-transform:translate(-50%,60%);-moz-transform:translate(-50%,60%);transform:translate(-50%,60%)}.add-news{max-width:80rem;margin:0 auto}.add-news__form{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:1rem;gap:1rem}.add-news__buttons{display:-moz-box;display:flex;width:100%;-moz-box-pack:justify;justify-content:space-between}.add-news__button{align-self:flex-start}.news-item{font-size:1.6rem;max-width:100rem;-moz-box-pack:center;justify-content:center;background-color:#757575;padding:6rem;border-radius:3rem;box-shadow:0 3rem 8rem rgba(0,0,0,.3)}.news-item,.news-item__container{margin:0 auto;display:-moz-box;display:flex}.news-item__container{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:1rem;gap:1rem;padding:0 2rem}.news-item__image{margin:3rem 0;align-self:center;width:80%;height:30rem;position:relative}.news-item__abstract{font-style:italic}.news-item__message ol,.news-item__message ul{margin-left:1.7rem}.news__table-tail__container{background-color:#757575;padding:1rem;margin-top:2rem;display:-moz-box;display:flex;margin-bottom:.5rem;width:100%;-moz-box-pack:end;justify-content:flex-end}.news__search-form{margin:0 0 1rem;box-shadow:0 5rem 10rem rgba(0,0,0,.5);padding:1rem;border-radius:6px;max-width:50rem;font-size:1.4rem}.news__search-form,.news__search-form__controls{width:100%;display:-moz-box;display:flex;grid-gap:1rem;gap:1rem}.news__search-form__controls{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}.news__search-form__control{-moz-box-flex:1;flex:1 1;display:-moz-box;display:flex;grid-gap:1rem;gap:1rem;-moz-box-align:center;align-items:center}.news__search-form__control select{font:inherit;background-color:#fff;border-radius:6px;width:70%;padding:.25rem}.news__search-form__control label{font-weight:700;color:#333}.news__search-form__button{margin-left:1rem;display:-moz-box;display:flex;-moz-box-align:center;align-items:center}@media (min-width:768px){.controls,.form{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}.controls{width:80%}.control select{width:100%}.form button{width:20%}}.program-tab__container{background-color:#757575;padding:2rem;border-radius:.5rem}.program-tab__head{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center}.program-tab__head__heading{font-size:3.5rem;color:#e0e0e0;margin-bottom:2rem;letter-spacing:1px}.program-tab__head span{color:#a6d637;text-transform:uppercase}.program-tab__tail{margin-top:5rem;border-radius:3rem;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.program-show__body{background-color:#666;padding:2rem;border-radius:.5rem;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}@media only screen and (max-width:56.25em){.program-show__body{font-size:1.5rem}}.program-show__body__no-program{font-size:2rem}.program-show__body__title{text-align:center;color:#a6d637;text-transform:uppercase;font-size:3.2rem;font-weight:700;letter-spacing:1px}@media only screen and (max-width:75em){.program-show__body__title{font-size:2.6rem;font-weight:600}}.program-show__body__container{grid-column:1/7;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:4rem;gap:4rem;-moz-box-align:center;align-items:center}@media only screen and (max-width:75em){.program-show__body__container{grid-column:1/6}}@media only screen and (max-width:56.25em){.program-show__body__container{grid-column:1/-1;grid-row:1/2}}.program-show__body__image{overflow:hidden;border-radius:2rem;display:-moz-box;display:flex;height:60rem;position:relative}@media only screen and (max-width:75em){.program-show__body__image{height:70rem;grid-column:6/13}}@media only screen and (max-width:56.25em){.program-show__body__image{grid-column:1/-1;grid-row:2/3}}.program-show__body__message{color:#fff;justify-self:center;font-size:1.5rem;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;grid-gap:2rem;gap:2rem}.program-show__body__message table{border-spacing:2.5rem;font-style:normal;font-size:1.5rem}.program-show__body__message td,.program-show__body__message th{border-spacing:10px}.program-show__body__message ol,.program-show__body__message ul{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;list-style:none;grid-gap:.5rem;gap:.5rem;font-size:2rem}.program-show__body__message strong{font:inherit;font-size:2rem;font-weight:400;text-transform:uppercase;letter-spacing:.5px}.program-show__body__message p{font-size:2.5rem}.program-show__body__actions{padding:5rem 2rem 0;grid-column:1/-1;display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end}.tab__container{padding:2rem;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:1rem;gap:1rem}@media only screen and (max-width:75em){.tab__container{padding:1rem}}.tab__head{-moz-box-flex:0;flex:0 1;display:-moz-box;display:flex;grid-gap:.5rem;gap:.5rem;-moz-box-pack:start;justify-content:flex-start}.tab__body{padding:2rem;border-radius:.5rem}.tab__body,.tab__button{background-color:#a3a3a3}.tab__button{position:relative;font:inherit;font-size:1.6rem;text-transform:uppercase;font-weight:500;color:#333;padding:2.2rem 3rem;border:none;border-radius:.5rem;text-decoration:none;line-height:1.2rem;-webkit-transition:all .1s;-moz-transition:all .1s;transition:all .1s;cursor:pointer}@media only screen and (max-width:37.5em){.tab__button{padding:2rem}}.tab__button:after{content:"";width:100%;height:1.4rem;background-color:#a3a3a3;position:absolute;bottom:0;left:0;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.tab__button--selected{color:#fff;position:relative;border-bottom-left-radius:0;border-bottom-right-radius:0}.tab__button--selected:after{bottom:-1.4rem}.editor{border-radius:10px}.editor label{font-size:1.8rem;font-weight:500;margin-bottom:.5rem}.ck-editor__editable_inline{min-height:500px}.ck-toolbar{background-color:#e0e0e0!important;border-radius:10px 10px 0 0!important;border-top:1px solid #a6d637!important;border-left:1px solid #a6d637!important;border-right:1px solid #a6d637!important}.ck .ck-editor__main>.ck-editor__editable{background-color:#e0e0e0!important;border-radius:0 0 10px 10px!important;border:1px solid #a6d637!important;color:#000}.ck .ck-editor__main>.ck-editor__editable:focus{border:1px solid #a6d637!important;box-shadow:none!important;background:#c2c2c2!important;color:#000}.editor body,.editor ol,.editor p,.editor ul{margin-left:2rem;font-size:1.5rem!important;font-family:inherit;line-height:1.6}.hero{grid-column:1/-1;grid-row:1/2;padding:6rem 4rem 10rem;display:grid;grid-template-columns:repeat(4,minmax(25rem,1fr));grid-template-rows:repeat(4,-webkit-min-content);grid-template-rows:repeat(4,min-content);grid-row-gap:8rem;row-gap:8rem}@media only screen and (max-width:75em){.hero{grid-template-columns:repeat(4,minmax(23rem,1fr));padding:3rem 4rem 6rem}}@media only screen and (max-width:56.25em){.hero{grid-template-columns:repeat(2,minmax(25rem,1fr));padding:3rem 3rem 6rem}}@media only screen and (max-width:37.5em){.hero{grid-template-columns:repeat(2,minmax(15rem,1fr));margin:6rem 0 0;padding:3rem 0 6rem}}.hero__heading{grid-column:1/-1;text-align:center}.hero__paragraphs{grid-column:1/-1;line-height:1.9;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}@media only screen and (max-width:75em){.hero__paragraphs{margin:0 3rem}}@media only screen and (max-width:37.5em){.hero__paragraphs{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin:0 4rem;grid-gap:2rem;gap:2rem}}.hero__paragraph{text-align:justify}.hero__paragraph--1{grid-column:1/2}.hero__paragraph--2{grid-column:2/-1}@media only screen and (max-width:56.25em){.hero__paragraph{margin:0 3rem}}.hero__cards{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}@media only screen and (max-width:75em){.hero__cards{padding:0 6rem;grid-template-columns:1fr 1fr;justify-items:center;-moz-box-pack:center;justify-content:center;grid-column-gap:0;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;grid-row-gap:6rem;row-gap:6rem}}@media only screen and (max-width:56.25em){.hero__cards{padding:0;grid-template-columns:1fr 1fr;justify-items:center}}@media only screen and (max-width:37.5em){.hero__cards{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}}.hero__card{padding:2rem;border-radius:2rem;box-shadow:0 3rem 8rem rgba(0,0,0,.3);background-color:#85ab2c;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:3rem;gap:3rem;color:#000;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s;text-align:justify}@media only screen and (max-width:75em){.hero__card{max-width:35rem;padding:2rem}}@media only screen and (max-width:56.25em){.hero__card{margin:0 1rem}}@media only screen and (max-width:37.5em){.hero__card{max-width:35rem;padding:3rem 4rem}}.hero__card:hover{-webkit-transform:translateY(-2rem);-moz-transform:translateY(-2rem);transform:translateY(-2rem);box-shadow:0 5rem 10rem rgba(0,0,0,.5)}.hero__card__heading{align-self:center}.hero__button--1{justify-self:center;grid-row:4/5;grid-column:1/-1}.hero__gallery{grid-row:1/2;grid-column:1/-1;padding:4rem 4rem 6rem;margin-top:2rem;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,6vw);grid-gap:2rem;gap:2rem}@media only screen and (max-width:37.5em){.hero__gallery{grid-gap:.5rem;gap:.5rem;padding:1rem}}.hero__gallery__img{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.hero__gallery__img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}@media only screen and (max-width:37.5em){.hero__gallery__img:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);transform:scale(1.05)}}.hero__gallery__item{overflow:hidden;position:relative;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;width:100%;height:100%}.hero__gallery__item:hover{box-shadow:0 3rem 8rem rgba(0,0,0,.3)}@media only screen and (max-width:37.5em){.hero__gallery__item:hover{-webkit-transform:translateY(-.25rem);-moz-transform:translateY(-.25rem);transform:translateY(-.25rem)}}.hero__gallery__item--1{grid-column:1/3;grid-row:1/3}.hero__gallery__item--2{grid-column:3/5;grid-row:1/4}.hero__gallery__item--3{grid-column:7/8;grid-row:4/5}.hero__gallery__item--4{grid-column:2/3;grid-row:3/4}.hero__gallery__item--5{grid-column:1/3;grid-row:7/9}.hero__gallery__item--6{grid-column:7/9;grid-row:1/4}.hero__gallery__item--7{grid-column:2/5;grid-row:4/7}.hero__gallery__item--8{grid-column:1/2;grid-row:3/7}.hero__gallery__item--9{grid-column:5/8;grid-row:5/9}.hero__gallery__item--10{grid-column:3/5;grid-row:7/9}.hero__gallery__item--11{grid-column:8/9;grid-row:4/9}.hero__gallery__item--12{grid-column:5/7;grid-row:1/3}.hero__gallery__item--13{grid-column:5/7;grid-row:3/5}.summary__gallery{grid-column:1/-1;padding:2rem;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,minmax(20vw,1fr));grid-gap:2rem;gap:2rem}@media only screen and (max-width:56.25em){.summary__gallery{grid-column:1/-1;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,minmax(20vw,1fr))}}@media only screen and (max-width:37.5em){.summary__gallery{grid-column:1/-1;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,minmax(25vw,1fr));padding:1rem;grid-gap:1rem;gap:1rem}}.summary__gallery__img{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.summary__gallery__img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}.summary__gallery__item{overflow:hidden;position:relative;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}@media only screen and (max-width:37.5em){.summary__gallery__item--9{display:none}}.summary__gallery__item:hover,.summary__text{box-shadow:0 3rem 8rem rgba(0,0,0,.3);border-radius:3rem}.summary__text{grid-column:1/3;margin:2rem;padding:2rem;display:grid;grid-template-rows:-webkit-min-content -webkit-min-content minmax(6rem,-webkit-min-content) 1fr;grid-template-rows:min-content min-content minmax(6rem,min-content) 1fr;grid-row-gap:4rem;row-gap:4rem}.summary__text--flip{grid-column:5/-1;grid-row:2/3}@media only screen and (max-width:56.25em){.summary__text{grid-column:1/-1;max-width:50rem;justify-self:center;margin-bottom:6rem}}.summary__text__heading-secondary{margin-top:1rem;text-align:center}.summary__text__heading-tertiary{display:block}.summary__text__btn{display:inline-block;align-self:end;justify-self:center}.section__summary{display:grid;grid-template-columns:repeat(6,1fr);padding:5rem 4rem 12rem}@media only screen and (max-width:56.25em){.section__summary{padding:5rem 2rem 8rem}}@media only screen and (max-width:37.5em){.section__summary{padding:3rem 1rem}}.section__summary__heading{grid-column:1/-1;grid-row:1/2}@media only screen and (max-width:37.5em){.section__summary__heading{margin:0!important}}.support__container{padding:10rem 4rem 6rem;margin:0 auto}@media only screen and (max-width:75em){.support__container{padding:10rem 4rem 6rem}}@media only screen and (max-width:56.25em){.support__container{padding:10rem 3rem 3re,3rem}}@media only screen and (max-width:37.5em){.support__container{padding:3rem 0}}.support__heading{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;margin-bottom:3rem}@media only screen and (max-width:37.5em){.support__heading{padding:0 1rem;margin:auto auto 6rem}}@media only screen and (max-width:22.5em){.support__heading{padding:0 1rem;text-align:center;margin:0 auto 6rem}}.support__images{display:-moz-box;display:flex;position:relative;-moz-box-align:center;align-items:center;justify-content:space-around;overflow:hidden}@media only screen and (max-width:56.25em){.support__images{display:grid;grid-template-columns:1fr 1fr;justify-items:center;-moz-box-align:center;align-items:center}}@media only screen and (max-width:37.5em){.support__images{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:4rem;gap:4rem}}.support__image{position:relative}.gallery__container{margin-top:2rem;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.gallery__heading{margin-left:4rem;align-self:flex-start}.gallery__years{padding:4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));grid-gap:4rem;gap:4rem}.gallery__button{margin-top:4rem;align-self:center}.gallery__item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;position:relative;border-radius:3rem;overflow:hidden;box-shadow:0 2rem 6rem rgba(0,0,0,.03);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.gallery__item:hover{box-shadow:0 3rem 8rem rgba(0,0,0,.3);-webkit-transform:translateY(-1rem);-moz-transform:translateY(-1rem);transform:translateY(-1rem)}.gallery__item:hover .gallery__item__year{box-shadow:0 5rem 10rem rgba(0,0,0,.5);color:#b8de5f;background-color:hsla(0,0%,46%,.95)}.gallery__item__year{font-size:3rem;font-weight:500;text-align:center;padding:1rem 2rem;border-radius:3rem;color:#a6d637;background-color:hsla(0,0%,46%,.75);text-decoration:none;position:absolute;top:5%;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);z-index:10}.gallery__item img{width:30rem;height:30rem;object-fit:cover}.photos__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));grid-gap:1rem;gap:1rem}.photos__list__container{padding:4rem;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:2rem;gap:2rem}.photos__list__image{overflow:hidden;position:relative;width:100%;height:25rem;cursor:pointer}.photos__list__heading{align-self:flex-start}.create-gallery__container{padding:4rem;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:2rem;gap:2rem}.create-gallery__container p,.create-gallery__heading{text-align:center}.create-gallery__featured-image{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;grid-gap:2rem;gap:2rem}.create-gallery__featured-image img{margin:2rem 0;width:30rem;height:20rem}.create-gallery__featured-image button{margin:2rem auto 0}.create-gallery__button{align-self:center}.create-gallery__select{width:100%;text-align:center}.create-gallery__select__input{display:none}.create-gallery__select__icon{color:#e7a944}.create-gallery__result{margin:2rem;display:-moz-box;display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.upload-gallery__container{padding:8rem 4rem;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:2rem;gap:2rem}.upload-gallery__container p,.upload-gallery__heading{text-align:center}.upload-gallery__featured-image{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;grid-gap:2rem;gap:2rem}.upload-gallery__featured-image img{margin:2rem 0;width:30rem;height:20rem}.upload-gallery__featured-image button{margin:2rem auto 0}.upload-gallery__button{align-self:center}.upload-gallery__select{width:100%;text-align:center}.upload-gallery__select__input{display:none}.upload-gallery__select__icon{color:#e7a944;cursor:pointer}.upload-gallery__actions{align-self:center;display:-moz-box;display:flex;grid-gap:6rem;gap:6rem}.upload-gallery__result{margin:2rem;display:-moz-box;display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.program{padding:0 2rem;margin-top:2rem;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}@media only screen and (max-width:56.25em){.program{padding:0}}.program__heading{margin-left:2rem;align-self:flex-start}.general-admin__container{padding:0 2rem;margin-top:2rem;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}@media only screen and (max-width:56.25em){.general-admin__container{padding:0 1rem}}@media only screen and (max-width:37.5em){.general-admin__container{padding:0}}.general-admin__heading{margin-left:2rem;align-self:flex-start}.authentication{padding:0 2rem;max-width:55rem;margin:6rem auto}.authentication h2{display:block;text-align:center;text-transform:none}.authentication form{margin:1rem 0;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:2rem;gap:2rem}.authentication__buttons{margin-top:1rem;display:grid;grid-row-gap:6rem;row-gap:6rem;grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content;align-content:center;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center}.authentication__buttons__submit{grid-column:1/3;justify-self:center}.registration{padding:0 2rem;max-width:70rem;margin:6rem auto;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.registration h2{display:block;text-align:center;text-transform:none}.registration form{margin:1rem 0;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:1.5rem;gap:1.5rem}.registration__form__container{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.registration__form__select{-moz-box-flex:1;flex:1 1 auto}.registration__form__button{align-self:start}.contact-page__container{-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;grid-gap:3rem;gap:3rem;max-width:80rem;margin:4rem auto 0}.contact-page__actions,.contact-page__container{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.contact-page__actions{grid-gap:2rem;gap:2rem}.contact-page__actions div{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;grid-gap:2rem;gap:2rem}.contact-page__actions__icon{font-size:2.5rem;color:#a6d637}.contact-page__actions p{font-size:2rem;color:#e0e0e0;line-height:1.3}@media only screen and (max-width:22.5em){.contact-page__actions p{font-size:1.6rem}}.contact-page__actions a{text-decoration:none;font-size:2rem;line-height:1.3;color:#8cb8e1;border-bottom:1px solid #8cb8e1}@media only screen and (max-width:22.5em){.contact-page__actions a{font-size:1.6rem}}