.bebas, .app main .parallax-divider .filter .discuss-wrapper .info .info-content h2, .app main .new-section .section-text h2, .header-minimal .contents h2, header .info .info-content h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-light, .app main .parallax-divider .filter .discuss-wrapper .info .info-content h3, .app .overlay-wrapper .overlay-content ul li, .cookie-banner p, .news-list .news-item a .news-info .date-text, .news-list .news-item a .news-info .excerpt-text, .projects-list .project-item a .project-info .date-text, .projects-list .project-item a .project-info .excerpt-text, header .info .info-content h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular, #project-gallery-modal .project-gallery-footer, .project-wrapper .project-details .course-data h6, .project-wrapper .project-details .project-content p, .app main .new-section .section-features div h4, .app main .new-section .section-features div h2, .app main .new-section .section-text p, .app .overlay-wrapper .overlay-content p, .cookie-banner p a, nav .social-links .social-link a, nav .page-links .page-link a, nav .page-links .page-link span, aside .aside-contents .aside-main-links ul li a, aside .aside-contents .aside-info-links ul li a, aside .aside-contents .aside-legal-links ul li a, .button, .new-button, footer .copyright-bar .second-col a, footer .copyright-bar .second-col, footer .copyright-bar .back-top a span, footer .copyright-bar .first-col, footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form button, footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form .textbox-wrapper input, footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-item a, .slides-control .slides-control-title, .header-minimal .contents h3, .header-minimal .contents p, header .info .info-content .header-category span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium, .project-wrapper .project-details .course-data h5, .project-wrapper .project-details h4, .project-wrapper .desktop-image-layout .image .image-text .project-gallery-btn span, .projects-list .project-item a .project-info .date-text, .app main .parallax-divider .filter .filter-footer, .app main .new-section .section-text p a, .app .overlay-wrapper .overlay-content ul li strong, .app .overlay-wrapper .overlay-content h3, .news-list .news-item a .news-info .title-text, .news-list .news-item a .news-info .category-text span, .news-list .news-item a .news-image .news-image-category, .projects-list .project-item a .project-info .title-text, .projects-list .project-item a .project-info .category-text span, .projects-list .project-item a .project-image .project-image-category, nav .page-links .page-link .page-link-menu li span, nav .page-links .page-link .page-link-menu li a, aside .aside-contents .aside-main-links h5, aside .aside-contents .aside-info-links h5, aside .aside-contents .aside-legal-links h5, .button.highlighted, footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-heading, footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-heading, .header-minimal .contents .category-wrapper .category {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold, .app main .new-section .section-features div h3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}

header {
  width: 100%;
  position: relative;
  margin-top: 67px;
  height: calc(100vh - 134px);
}
header.menu-open {
  opacity: 0.3;
  filter: blur(1px);
  transition: opacity 0.3s ease, filter 0.3s ease;
}
@media (min-width: 61.25em) {
  header {
    margin-top: 76px;
    width: 100%;
    height: calc(100vh - 228px);
  }
}
header .slides {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../../images/static/backgrounds/background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 61.25em) {
  header .slides {
    left: 25%;
  }
}
header .slides .slides-filter {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(38, 46, 48, 0.7);
}
header .down-arrows {
  display: none;
}
@media (min-width: 61.25em) {
  header .down-arrows {
    display: block;
    position: absolute;
    z-index: 4;
    height: 105px;
    right: 30%;
    bottom: -8px;
  }
}
header .down-arrows svg {
  height: 70px;
  animation: down-arrows infinite 2s ease;
}
@media (min-width: 61.25em) {
  header .down-arrows svg {
    height: 105px;
    right: 30%;
  }
}
header .down-arrows svg path {
  fill: #EEE;
}
@keyframes down-arrows {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
}
header .info {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
}
header .info .info-content {
  margin-left: 40px;
}
@media (min-width: 61.25em) {
  header .info .info-content {
    margin-left: 180px;
  }
}
header .info .info-content .header-category {
  margin-bottom: 25px;
}
@media (min-width: 61.25em) {
  header .info .info-content .header-category {
    margin-bottom: 25px;
  }
}
header .info .info-content .header-category span {
  padding: 5px 9px;
  border: solid 1px #EEE;
  color: #EEE;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 61.25em) {
  header .info .info-content .header-category span {
    padding: 8px 12px;
    font-size: 14px;
  }
}
header .info .info-content h1 {
  width: 90%;
  text-align: left;
  font-size: 56px;
  line-height: 1.1em;
  color: #EEE;
}
@media (min-width: 61.25em) {
  header .info .info-content h1 {
    width: 100%;
    font-size: 90px;
    line-height: 1.2em;
  }
}
header .info .info-content h2 {
  text-align: left;
  font-size: 20px;
  color: #EEE;
  line-height: 1.3em;
  width: 90%;
}
@media (min-width: 61.25em) {
  header .info .info-content h2 {
    width: 100%;
    font-size: 22px;
  }
}

.header-minimal {
  margin-top: 40px;
  background: #262e30;
  padding: 76px 0;
}
@media (min-width: 61.25em) {
  .header-minimal {
    margin-top: 76px;
  }
}
.header-minimal .contents {
  max-width: 1200px;
  margin: 0 auto;
}
.header-minimal .contents .category-wrapper {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.header-minimal .contents .category-wrapper .category {
  border: solid 1px #3CEC31;
  padding: 9px 11px;
  font-size: 13px;
  text-transform: uppercase;
  color: #3CEC31;
}
.header-minimal .contents h2 {
  text-align: center;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 10px;
  color: white;
  margin-right: 25px;
  margin-left: 25px;
}
@media (min-width: 61.25em) {
  .header-minimal .contents h2 {
    font-size: 90px;
    line-height: 1;
    letter-spacing: -1px;
    width: 75%;
    margin: 0 auto 15px auto;
  }
}
.header-minimal .contents p {
  text-align: center;
  font-size: 18px;
  color: #AAA;
  line-height: 1.5em;
}
@media (min-width: 61.25em) {
  .header-minimal .contents p {
    font-size: 20px;
    color: #AAA;
    line-height: 1.6em;
    width: 60%;
    margin: 0 auto 20px auto;
  }
}
.header-minimal .contents h3 {
  text-align: center;
  font-size: 18px;
  color: #FFF;
  line-height: 1.5em;
}
@media (min-width: 61.25em) {
  .header-minimal .contents h3 {
    font-size: 20px;
    color: #AAA;
    line-height: 1.6em;
  }
}

.slides-control {
  display: none;
  height: 67px;
  line-height: 67px;
  background: #262e30;
  text-align: right;
  padding-right: 40px;
}
@media (min-width: 61.25em) {
  .slides-control {
    display: block;
    height: 76px;
    line-height: 76px;
    padding-right: 40px;
  }
}
.slides-control .slides-control-title {
  float: left;
  text-align: left;
  font-size: 16px;
  color: #AAA;
  line-height: 1;
  height: inherit;
  line-height: inherit;
  margin-right: 25px;
  margin-left: 40px;
}
@media (min-width: 61.25em) {
  .slides-control .slides-control-title {
    float: right;
    font-size: 18px;
  }
}
.slides-control .slides-control-buttons {
  display: none;
  float: right;
  height: inherit;
  line-height: inherit;
}
.slides-control .slides-control-buttons a {
  text-decoration: none;
}
.slides-control .slides-control-buttons a:not(:last-child) {
  margin-right: 12px;
}
@media (min-width: 61.25em) {
  .slides-control .slides-control-buttons a:not(:last-child) {
    margin-right: 16px;
  }
}
.slides-control .slides-control-buttons a i {
  color: #3CEC31;
  line-height: inherit;
  font-size: 18px;
}
@media (min-width: 61.25em) {
  .slides-control .slides-control-buttons a i {
    font-size: 20px;
  }
}

footer.menu-open {
  opacity: 0.3;
  filter: blur(1px);
  transition: opacity 0.3s ease, filter 0.3s ease;
}
footer .footer {
  background: #262e30;
  padding: 50px 0;
  margin: 0px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 61.25em) {
  footer .footer {
    padding: 100px 0;
    margin: 0px 180px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .footer .column-1 {
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 61.25em) {
  footer .footer .column-1 {
    flex: 1 1 auto;
    margin-right: 76px;
  }
}
footer .footer .column-1 img {
  width: 200px;
  height: 163px;
}
footer .footer .column-2 {
  display: none;
}
@media (min-width: 61.25em) {
  footer .footer .column-2 {
    display: flex;
    flex: 1 1 auto;
    margin-right: 76px;
    border-right: solid 1px #1b2022;
    padding-right: 76px;
  }
}
footer .footer .column-2 .footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 76px;
}
footer .footer .column-2 .footer-menu ul.footer-menu-items {
  list-style: none;
  flex: 1;
}
footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-heading {
  margin-bottom: 22px;
  font-size: 12px;
  text-transform: uppercase;
  color: #AAA;
}
footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-heading span {
  padding-bottom: 3px;
  border-bottom: solid 1px #AAA;
}
footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-item {
  margin-bottom: 16px;
}
footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-item a {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 15px;
  color: #EEE;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 2px;
  border-bottom: solid 1px transparent;
}
footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-item a:hover {
  border-color: #EEE;
}
footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-item.active a {
  border-color: #3CEC31;
}
@media (min-width: 61.25em) {
  footer .footer .column-3 {
    flex: 20 1 auto;
  }
}
footer .footer .column-3 ul.footer-subscribe {
  list-style: none;
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-heading {
  margin-bottom: 22px;
  font-size: 12px;
  text-transform: uppercase;
  color: #AAA;
  text-align: center;
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-heading span {
  padding-bottom: 3px;
  border-bottom: solid 1px #AAA;
}
@media (min-width: 61.25em) {
  footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-heading {
    text-align: right;
  }
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter {
  margin-bottom: 40px;
  text-align: right;
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
@media (min-width: 61.25em) {
  footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form {
    flex-direction: row;
  }
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form .textbox-wrapper {
  border: solid 1px #AAA;
  background: none;
  width: 100%;
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form .textbox-wrapper input {
  border: none;
  height: 52px;
  width: 100%;
  background: none;
  font-size: 16px;
  color: #AAA;
  padding: 0 14px;
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form .textbox-wrapper input:focus {
  outline: 0;
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form .textbox-wrapper input::-moz-placeholder {
  color: #48565b;
  font-style: italic;
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form .textbox-wrapper input::placeholder {
  color: #48565b;
  font-style: italic;
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form button {
  border: solid 1px #AAA !important;
  height: 52px;
  background: #AAA;
  border: solid 1px #AAA;
  font-size: 16px;
  color: #262e30;
  padding: 0 14px;
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-socials {
  text-align: center;
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-socials a {
  margin-left: 14px;
  vertical-align: middle;
  text-decoration: none;
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-socials a i {
  color: #EEE;
  font-size: 25px;
}
footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-socials a:first-child i {
  font-size: 25px;
  margin-right: 2px;
}
@media (min-width: 61.25em) {
  footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-socials a:first-child i {
    font-size: 21px;
  }
}
@media (min-width: 61.25em) {
  footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-socials {
    text-align: right;
  }
  footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-socials a:first-child {
    margin-left: 14px;
  }
}
footer .copyright-bar {
  padding: 0 40px;
  display: block;
  background: #242b2d;
  height: 76px;
}
@media (min-width: 61.25em) {
  footer .copyright-bar {
    display: flex;
    flex-direction: row;
  }
}
footer .copyright-bar .first-col {
  text-align: center;
  font-size: 14px;
  height: 76px;
  line-height: 76px;
  color: #AAA;
  text-transform: uppercase;
}
@media (min-width: 61.25em) {
  footer .copyright-bar .first-col {
    flex: 20;
    text-align: left;
  }
}
footer .copyright-bar .back-top {
  text-align: center;
  display: none;
  height: 76px;
}
@media (min-width: 61.25em) {
  footer .copyright-bar .back-top {
    display: flex;
    flex: 3;
    text-align: center;
  }
}
footer .copyright-bar .back-top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  height: 76px;
  text-decoration: none;
  padding: 0 !important;
  margin-bottom: 0;
  margin: 0 auto;
}
footer .copyright-bar .back-top a i {
  height: 15px;
  display: block;
  width: 100%;
  text-align: center;
  color: #3CEC31;
  margin-bottom: 5px;
  animation: slide2 infinite 1s ease;
}
@keyframes slide2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0px, 4px);
  }
}
footer .copyright-bar .back-top a span {
  height: 15px;
  display: block;
  text-align: center;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
}
footer .copyright-bar .second-col {
  display: none;
  text-align: right;
  font-size: 14px;
  line-height: 76px;
  height: 76px;
  color: #AAA;
  text-transform: uppercase;
}
footer .copyright-bar .second-col a {
  font-size: 14px;
  letter-spacing: -1px;
  color: #AAA;
  text-decoration: none;
}
@media (min-width: 61.25em) {
  footer .copyright-bar .second-col {
    display: flex;
    justify-content: flex-end;
    flex: 20;
    text-align: right !important;
  }
  footer .copyright-bar .second-col a {
    text-align: right;
  }
}

.bebas, .app main .parallax-divider .filter .discuss-wrapper .info .info-content h2, .app main .new-section .section-text h2, header .info .info-content h1, .header-minimal .contents h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-light, .app main .parallax-divider .filter .discuss-wrapper .info .info-content h3, .app .overlay-wrapper .overlay-content ul li, .cookie-banner p, .news-list .news-item a .news-info .date-text, .news-list .news-item a .news-info .excerpt-text, .projects-list .project-item a .project-info .date-text, .projects-list .project-item a .project-info .excerpt-text, header .info .info-content h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular, #project-gallery-modal .project-gallery-footer, .project-wrapper .project-details .course-data h6, .project-wrapper .project-details .project-content p, .app main .new-section .section-features div h4, .app main .new-section .section-features div h2, .app main .new-section .section-text p, .app .overlay-wrapper .overlay-content p, .cookie-banner p a, nav .social-links .social-link a, nav .page-links .page-link a, nav .page-links .page-link span, aside .aside-contents .aside-main-links ul li a, aside .aside-contents .aside-info-links ul li a, aside .aside-contents .aside-legal-links ul li a, .button, .new-button, header .info .info-content .header-category span, .header-minimal .contents p, .header-minimal .contents h3, .slides-control .slides-control-title, footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-item a, footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form .textbox-wrapper input, footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form button, footer .copyright-bar .first-col, footer .copyright-bar .back-top a span, footer .copyright-bar .second-col, footer .copyright-bar .second-col a {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium, .project-wrapper .project-details .course-data h5, .project-wrapper .project-details h4, .project-wrapper .desktop-image-layout .image .image-text .project-gallery-btn span, .projects-list .project-item a .project-info .date-text, .app main .parallax-divider .filter .filter-footer, .app main .new-section .section-text p a, .app .overlay-wrapper .overlay-content ul li strong, .app .overlay-wrapper .overlay-content h3, .news-list .news-item a .news-info .title-text, .news-list .news-item a .news-info .category-text span, .news-list .news-item a .news-image .news-image-category, .projects-list .project-item a .project-info .title-text, .projects-list .project-item a .project-info .category-text span, .projects-list .project-item a .project-image .project-image-category, nav .page-links .page-link .page-link-menu li span, nav .page-links .page-link .page-link-menu li a, aside .aside-contents .aside-main-links h5, aside .aside-contents .aside-info-links h5, aside .aside-contents .aside-legal-links h5, .button.highlighted, .header-minimal .contents .category-wrapper .category, footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-heading, footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-heading {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold, .app main .new-section .section-features div h3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.new-button {
  height: 54px;
  line-height: 54px;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 24px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  position: relative;
}
.new-button i {
  line-height: 54px;
  margin-left: 6px;
  font-size: 14px;
  animation: slide1 1s infinite;
}
@keyframes slide1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(6px, 0);
  }
}
.new-button.float-left {
  float: left;
  margin-right: 15px;
}
.new-button.float-right {
  float: right;
  margin-left: 15px;
}
.new-button.full-width {
  display: block;
  margin: 0;
}
.new-button.solid-dark {
  background: #2B3336;
  border: solid 1px #2B3336;
  color: #EEE;
}
.new-button.solid-dark i {
  color: #EEE;
}
.new-button.solid-light {
  background: #EEE;
  border: solid 1px #EEE;
  color: #2B3336;
}
.new-button.solid-light i {
  color: #2B3336;
}
.new-button.solid-green {
  background: #3CEC31;
  border: solid 1px #3CEC31;
  color: #2B3336;
}
.new-button.solid-green i {
  color: #2B3336;
}
.new-button.hollow-dark {
  background: none;
  border: solid 1px #2B3336;
  color: #2B3336;
}
.new-button.hollow-dark i {
  color: #2B3336;
}
.new-button.hollow-light {
  background: none;
  border: solid 1px #EEE;
  color: #EEE;
}
.new-button.hollow-light i {
  color: #EEE;
}
.new-button.hollow-green {
  background: none;
  border: solid 1px #3CEC31;
  color: #EEE;
}
.new-button.hollow-green i {
  color: #EEE;
}

.button {
  height: 48px;
  padding: 0 24px;
  line-height: 48px;
  background: #424e52;
  border-radius: 5px;
  color: #EEE;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow 0.15s ease;
}
.button.full-width {
  width: 100%;
}
.button.highlighted {
  background: #3CEC31;
  color: #2B3336;
}
@keyframes slide1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(6px, 0);
  }
}
.button.blue {
  background: #31BBEC;
  color: #2B3336;
}
.button.green {
  background: #3CEC31;
  color: #2B3336;
}
.button.pink {
  background: #FF33CC;
  color: #2B3336;
}

.bebas, .app main .parallax-divider .filter .discuss-wrapper .info .info-content h2, .app main .new-section .section-text h2, header .info .info-content h1, .header-minimal .contents h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-light, .app main .parallax-divider .filter .discuss-wrapper .info .info-content h3, .app .overlay-wrapper .overlay-content ul li, .cookie-banner p, .news-list .news-item a .news-info .date-text, .news-list .news-item a .news-info .excerpt-text, .projects-list .project-item a .project-info .date-text, .projects-list .project-item a .project-info .excerpt-text, header .info .info-content h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular, #project-gallery-modal .project-gallery-footer, .project-wrapper .project-details .course-data h6, .project-wrapper .project-details .project-content p, .app main .new-section .section-features div h4, .app main .new-section .section-features div h2, .app main .new-section .section-text p, .app .overlay-wrapper .overlay-content p, .cookie-banner p a, nav .social-links .social-link a, nav .page-links .page-link a, nav .page-links .page-link span, aside .aside-contents .aside-main-links ul li a, aside .aside-contents .aside-info-links ul li a, aside .aside-contents .aside-legal-links ul li a, header .info .info-content .header-category span, .header-minimal .contents p, .header-minimal .contents h3, .slides-control .slides-control-title, footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-item a, footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form .textbox-wrapper input, footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form button, footer .copyright-bar .first-col, footer .copyright-bar .back-top a span, footer .copyright-bar .second-col, footer .copyright-bar .second-col a, .new-button, .button {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium, .project-wrapper .project-details .course-data h5, .project-wrapper .project-details h4, .project-wrapper .desktop-image-layout .image .image-text .project-gallery-btn span, .projects-list .project-item a .project-info .date-text, .app main .parallax-divider .filter .filter-footer, .app main .new-section .section-text p a, .app .overlay-wrapper .overlay-content ul li strong, .app .overlay-wrapper .overlay-content h3, .news-list .news-item a .news-info .title-text, .news-list .news-item a .news-info .category-text span, .news-list .news-item a .news-image .news-image-category, .projects-list .project-item a .project-info .title-text, .projects-list .project-item a .project-info .category-text span, .projects-list .project-item a .project-image .project-image-category, nav .page-links .page-link .page-link-menu li span, nav .page-links .page-link .page-link-menu li a, aside .aside-contents .aside-main-links h5, aside .aside-contents .aside-info-links h5, aside .aside-contents .aside-legal-links h5, .header-minimal .contents .category-wrapper .category, footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-heading, footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-heading, .button.highlighted {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold, .app main .new-section .section-features div h3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}

aside {
  display: none;
  position: fixed;
  z-index: 999;
  top: 67px;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #262e30;
}
@media (min-width: 61.25em) {
  aside {
    top: 76px;
    width: 480px;
  }
}
aside.dark {
  background: #262e30;
}
aside.dark:after {
  background: rgba(38, 46, 48, 0.8);
}
aside.light {
  background: #EEE;
}
aside.light:after {
  background: rgba(238, 238, 238, 0.8);
}
aside #close-aside-menu-btn {
  position: absolute;
  z-index: 999;
  top: 25px;
  right: 40px;
  width: 40px;
  height: 40px;
  border: solid 1px #394347;
  transition: border-color 0.2s ease;
  background: #262e30;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
aside #close-aside-menu-btn:hover {
  border-color: #AAA;
}
aside #close-aside-menu-btn i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #3CEC31;
}
aside .aside-contents {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
  overflow-y: auto;
  scrollbar-color: #343e41 #262e30;
}
aside .aside-contents::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
aside .aside-contents::-webkit-scrollbar-thumb {
  background: #343e41;
}
aside .aside-contents::-webkit-scrollbar-track {
  background: #262e30;
}
@media (min-width: 61.25em) {
  aside .aside-contents {
    left: 40px;
    padding-left: 0;
  }
}
aside .aside-contents .aside-logo {
  height: 170px;
  text-align: center;
  padding: 0 40px 40px 40px;
  margin-bottom: 40px;
}
aside .aside-contents .aside-logo img {
  height: 150px;
}
aside .aside-contents .aside-main-links h5, aside .aside-contents .aside-info-links h5, aside .aside-contents .aside-legal-links h5 {
  font-size: 10px;
  text-transform: uppercase;
  color: #AAA;
  margin-bottom: 15px;
}
aside .aside-contents .aside-main-links h5 span, aside .aside-contents .aside-info-links h5 span, aside .aside-contents .aside-legal-links h5 span {
  padding-bottom: 3px;
  border-bottom: solid 1px #AAA;
}
aside .aside-contents .aside-main-links ul, aside .aside-contents .aside-info-links ul, aside .aside-contents .aside-legal-links ul {
  list-style: none;
}
aside .aside-contents .aside-main-links ul li, aside .aside-contents .aside-info-links ul li, aside .aside-contents .aside-legal-links ul li {
  height: 46px;
  line-height: 46px;
  position: relative;
  display: flex;
  flex-direction: row;
}
aside .aside-contents .aside-main-links ul li:not(:last-child), aside .aside-contents .aside-info-links ul li:not(:last-child), aside .aside-contents .aside-legal-links ul li:not(:last-child) {
  border-bottom: solid 1px #22282b;
}
aside .aside-contents .aside-main-links ul li a, aside .aside-contents .aside-info-links ul li a, aside .aside-contents .aside-legal-links ul li a {
  flex: 20 1 auto;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #EEE;
}
aside .aside-contents .aside-main-links ul li i, aside .aside-contents .aside-info-links ul li i, aside .aside-contents .aside-legal-links ul li i {
  flex: 1 1 auto;
  height: 46px;
  text-align: right;
  line-height: 46px;
  color: #394347;
  transition: color 0.1s ease;
}
aside .aside-contents .aside-main-links ul li.active a, aside .aside-contents .aside-info-links ul li.active a, aside .aside-contents .aside-legal-links ul li.active a {
  color: #3CEC31;
}
aside .aside-contents .aside-main-links ul li.active i, aside .aside-contents .aside-info-links ul li.active i, aside .aside-contents .aside-legal-links ul li.active i {
  color: #3CEC31;
}
aside .aside-contents .aside-main-links ul li:hover:not(.active) i, aside .aside-contents .aside-info-links ul li:hover:not(.active) i, aside .aside-contents .aside-legal-links ul li:hover:not(.active) i {
  color: #EEE;
}
aside .aside-contents .aside-main-links, aside .aside-contents .aside-info-links {
  margin-bottom: 25px;
}
aside .aside-contents .aside-legal-links {
  margin-bottom: 40px;
}
aside .aside-contents .aside-social-links {
  text-align: center;
  margin-bottom: 76px;
}
aside .aside-contents .aside-social-links a {
  text-decoration: none;
}
aside .aside-contents .aside-social-links a:not(:last-child) {
  margin-right: 20px;
}
aside .aside-contents .aside-social-links a i {
  font-size: 22px;
  color: white;
}

.bebas, .app main .parallax-divider .filter .discuss-wrapper .info .info-content h2, .app main .new-section .section-text h2, header .info .info-content h1, .header-minimal .contents h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-light, .app main .parallax-divider .filter .discuss-wrapper .info .info-content h3, .app .overlay-wrapper .overlay-content ul li, .cookie-banner p, .news-list .news-item a .news-info .date-text, .news-list .news-item a .news-info .excerpt-text, .projects-list .project-item a .project-info .date-text, .projects-list .project-item a .project-info .excerpt-text, header .info .info-content h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular, #project-gallery-modal .project-gallery-footer, .project-wrapper .project-details .course-data h6, .project-wrapper .project-details .project-content p, .app main .new-section .section-features div h4, .app main .new-section .section-features div h2, .app main .new-section .section-text p, .app .overlay-wrapper .overlay-content p, .cookie-banner p a, nav .social-links .social-link a, nav .page-links .page-link a, nav .page-links .page-link span, header .info .info-content .header-category span, .header-minimal .contents p, .header-minimal .contents h3, .slides-control .slides-control-title, footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-item a, footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form .textbox-wrapper input, footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-newsletter form button, footer .copyright-bar .first-col, footer .copyright-bar .back-top a span, footer .copyright-bar .second-col, footer .copyright-bar .second-col a, .new-button, .button, aside .aside-contents .aside-main-links ul li a, aside .aside-contents .aside-info-links ul li a, aside .aside-contents .aside-legal-links ul li a {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium, .project-wrapper .project-details .course-data h5, .project-wrapper .project-details h4, .project-wrapper .desktop-image-layout .image .image-text .project-gallery-btn span, .projects-list .project-item a .project-info .date-text, .app main .parallax-divider .filter .filter-footer, .app main .new-section .section-text p a, .app .overlay-wrapper .overlay-content ul li strong, .app .overlay-wrapper .overlay-content h3, .news-list .news-item a .news-info .title-text, .news-list .news-item a .news-info .category-text span, .news-list .news-item a .news-image .news-image-category, .projects-list .project-item a .project-info .title-text, .projects-list .project-item a .project-info .category-text span, .projects-list .project-item a .project-image .project-image-category, nav .page-links .page-link .page-link-menu li span, nav .page-links .page-link .page-link-menu li a, .header-minimal .contents .category-wrapper .category, footer .footer .column-2 .footer-menu ul.footer-menu-items li.footer-menu-heading, footer .footer .column-3 ul.footer-subscribe li.footer-subscribe-heading, .button.highlighted, aside .aside-contents .aside-main-links h5, aside .aside-contents .aside-info-links h5, aside .aside-contents .aside-legal-links h5 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold, .app main .new-section .section-features div h3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}

nav {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  height: 67px;
  background: #262e30;
  color: #EEE;
  transition: all 0.2s ease;
}
nav.hide {
  transform: translateY(-67px);
}
@media (min-width: 61.25em) {
  nav.hide {
    transform: translateY(-76px);
  }
}
@media (min-width: 61.25em) {
  nav {
    height: 76px;
  }
}
nav a {
  color: #EEE;
}
nav svg {
  float: left;
  height: 34px;
  margin-top: 16.5px;
  margin-left: 20px;
}
nav svg path.logo-stroke {
  fill: white;
}
@media (min-width: 61.25em) {
  nav svg {
    height: 40px;
    margin-top: 18px;
    margin-left: 25px;
  }
}
nav .page-links {
  display: none;
  float: left;
  list-style: none;
  height: inherit;
  margin-left: 25px;
  text-transform: uppercase;
}
@media (min-width: 61.25em) {
  nav .page-links {
    display: block;
  }
}
nav .page-links.hidden {
  display: none;
}
nav .page-links .page-link {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  height: inherit;
  line-height: 76px;
}
nav .page-links .page-link a, nav .page-links .page-link span {
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: solid 2px transparent;
}
nav .page-links .page-link.active span {
  border-bottom-color: #3CEC31;
}
nav .page-links .page-link .page-link-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 225px;
  top: 90%;
  left: 0;
  background: #FFF;
  list-style: none;
  padding: 18px 40px 18px 18px;
}
nav .page-links .page-link .page-link-menu li {
  padding: 0;
  margin: 0;
  line-height: 18px;
  height: auto;
}
nav .page-links .page-link .page-link-menu li:not(:last-child) {
  margin-bottom: 10px;
}
nav .page-links .page-link .page-link-menu li a {
  color: #262e30;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  padding-bottom: none;
  border: none;
}
nav .page-links .page-link .page-link-menu li span {
  display: none;
  border: solid 1px #AAA;
  border-radius: 11px;
  color: #AAA;
  font-size: 15px;
  height: 18px;
  line-height: 16px;
  padding: 0 12px;
  margin-left: 10px;
}
nav .page-links .page-link .page-link-menu li:hover span {
  display: inline-block;
}
nav .page-links .page-link:hover .page-link-menu {
  display: block;
}
@media (min-width: 61.25em) {
  nav {
    top: 0;
    height: 76px;
  }
}
nav .nav-menu-btn {
  display: none;
}
nav .nav-menu-btn i {
  line-height: inherit;
  font-size: 20px;
}
@media (min-width: 61.25em) {
  nav .nav-menu-btn {
    display: block;
    float: left;
    margin-left: 180px;
    height: 76px;
    line-height: 76px;
  }
}
nav .menu-button {
  float: right;
  margin-right: 25px;
  text-align: center;
  line-height: 67px;
  cursor: pointer;
}
@media (min-width: 61.25em) {
  nav .menu-button {
    display: none;
  }
}
nav .menu-button i {
  color: #EEE;
  text-align: center;
  height: 67px;
  line-height: 67px;
  font-size: 20px;
}
nav .menu-button i.fa-xmark {
  display: none;
}
nav .menu-button i.fa-bars {
  display: block;
}
nav.dark {
  background: #262e30;
  color: #EEE;
}
nav.dark a {
  color: #EEE;
}
nav.dark i {
  color: #EEE;
}
nav.dark svg path.logo-stroke {
  fill: white;
}
nav.dark .page-links .page-link .page-link-menu {
  background: #EEE;
}
nav.dark .page-links .page-link .page-link-menu li a {
  color: #262e30;
}
nav.dark .page-links .page-link .page-link-menu li span {
  color: #AAA;
}
nav.light {
  background: #F3F3F3;
  color: #262e30;
}
nav.light a {
  color: #262e30;
}
nav.light i {
  color: #262e30;
}
nav.light svg path.logo-stroke {
  fill: #CCC;
}
nav.light .page-links .page-link .page-link-menu {
  background: #262e30;
}
nav.light .page-links .page-link .page-link-menu li a {
  color: #EEE;
}
nav.light .page-links .page-link .page-link-menu li span {
  color: #AAA;
}
nav .social-links {
  display: none;
  float: right;
  list-style: none;
  height: inherit;
  padding-right: 40px;
}
@media (min-width: 61.25em) {
  nav .social-links {
    display: block;
    position: absolute;
    right: 0;
  }
}
nav .social-links .social-link {
  display: inline-block;
  margin-left: 18px;
  height: inherit;
  line-height: 76px;
}
nav .social-links .social-link a {
  text-decoration: none;
  font-size: 18px;
}
nav .social-links .social-link a i {
  margin-right: 3px;
  font-size: 22px;
}
nav.minimise .page-links {
  transition: left 0.8s ease;
  left: -800px;
}
nav.minimise .social-links {
  transition: right 0.8s ease;
  right: -800px;
}
nav.maximise .page-links {
  transition: left 0.8s ease;
  left: 0px;
}
nav.maximise .social-links {
  transition: right 0.8s ease;
  right: 0px;
}

.projects-list {
  display: block;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
}
@media (min-width: 61.25em) {
  .projects-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
.projects-list .project-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 61.25em) {
  .projects-list .project-item {
    margin-bottom: 0;
  }
  .projects-list .project-item.featured {
    grid-column: span 3;
  }
}
.projects-list .project-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #2b3336;
}
.projects-list .project-item a .project-image {
  width: 100%;
  aspect-ratio: 3/2;
  background: #DDD;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.projects-list .project-item a .project-image .project-image-filter {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(38, 46, 48, 0.5);
}
.projects-list .project-item a .project-image .project-image-category {
  display: none;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  height: 26px;
  padding: 0 8px;
  line-height: 26px;
  background: #3CEC31;
  color: #262e30;
  font-size: 12px;
  text-transform: uppercase;
}
.projects-list .project-item a .project-info {
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.projects-list .project-item a .project-info .category-text {
  margin-bottom: 18px;
}
.projects-list .project-item a .project-info .category-text span {
  border: solid 1px #AAA;
  padding: 5px 7px;
  font-size: 11px;
  text-transform: uppercase;
  color: #AAA;
}
.projects-list .project-item a .project-info .title-text {
  font-size: 19px;
  color: white;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 5px;
}
.projects-list .project-item a .project-info .excerpt-text {
  font-size: 17px;
  color: #EEE;
  line-height: 1.5em;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
}
.projects-list .project-item a .project-info .date-text {
  margin-top: auto;
  font-size: 14px;
  color: #AAA;
  line-height: 1.5em;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 61.25em) {
  .projects-list .project-item.featured a {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .projects-list .project-item.featured a .project-image {
    flex: 1;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .projects-list .project-item.featured a .project-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .projects-list .project-item.featured a .project-info .title-text {
    font-size: 32px;
    width: 90%;
    line-height: 1.3em;
  }
  .projects-list .project-item.featured a .project-info .date-text {
    width: 90%;
  }
}

.news-list {
  display: block;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
}
@media (min-width: 61.25em) {
  .news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
.news-list .news-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 61.25em) {
  .news-list .news-item {
    margin-bottom: 0;
  }
  .news-list .news-item.featured {
    grid-column: span 3;
  }
}
.news-list .news-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #2b3336;
}
.news-list .news-item a .news-image {
  width: 100%;
  aspect-ratio: 3/2;
  background: #DDD;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.news-list .news-item a .news-image .news-image-filter {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(38, 46, 48, 0.5);
}
.news-list .news-item a .news-image .news-image-category {
  display: none;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  height: 26px;
  padding: 0 8px;
  line-height: 26px;
  background: #3CEC31;
  color: #262e30;
  font-size: 12px;
  text-transform: uppercase;
}
.news-list .news-item a .news-info {
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-list .news-item a .news-info .category-text {
  margin-bottom: 18px;
}
.news-list .news-item a .news-info .category-text span {
  border: solid 1px #AAA;
  padding: 5px 7px;
  font-size: 11px;
  text-transform: uppercase;
  color: #AAA;
}
.news-list .news-item a .news-info .title-text {
  font-size: 19px;
  color: white;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 5px;
}
.news-list .news-item a .news-info .excerpt-text {
  font-size: 17px;
  color: #EEE;
  line-height: 1.5em;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
}
.news-list .news-item a .news-info .date-text {
  margin-top: auto;
  font-size: 14px;
  color: #AAA;
  line-height: 1.5em;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 61.25em) {
  .news-list .news-item.featured a {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .news-list .news-item.featured a .news-image {
    flex: 1;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .news-list .news-item.featured a .news-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .news-list .news-item.featured a .news-info .title-text {
    font-size: 32px;
    width: 90%;
    line-height: 1.3em;
  }
  .news-list .news-item.featured a .news-info .date-text {
    width: 90%;
  }
}

.cookie-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(38, 46, 48, 0.7); /* full-page dark overlay */
  align-items: flex-end;
  justify-content: center;
  z-index: 9999;
}

.cookie-banner {
  background: #22282b;
  color: white;
  padding: 20px 25px;
  margin: 20px;
  max-width: 600px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookie-banner p {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.5em;
  color: white;
}
.cookie-banner p a {
  color: white;
  text-decoration: none;
}

.cookie-accept {
  flex: 0 0 auto;
  background: #fff;
  color: #222;
  padding: 0 14px;
  white-space: nowrap;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

html, body {
  width: 100%;
  margin: 0;
  background: #262e30;
  scrollbar-color: #343e41 #262e30;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background: #343e41;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #262e30;
}

body {
  overflow: auto;
  position: relative;
}
body.modal-open {
  overflow: hidden;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 61.25em) {
  .hide-on-mobile {
    display: inline;
  }
}

.show-on-mobile {
  display: inline;
}
@media (min-width: 61.25em) {
  .show-on-mobile {
    display: none;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.app {
  width: 100%;
  height: 100vh;
}
.app .progress-container {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: none;
}
.app .progress-bar {
  height: 4px;
  background: #3CEC31;
  width: 0%;
}
.app .overlay-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20000;
  background: rgba(38, 46, 48, 0.5);
  align-items: center;
  justify-items: center;
  justify-content: center;
  overscroll-behavior: contain;
}
.app .overlay-wrapper.open {
  display: flex;
}
.app .overlay-wrapper .overlay-content {
  width: 100%;
  padding: 25px;
  background: #202628;
}
@media (min-width: 61.25em) {
  .app .overlay-wrapper .overlay-content {
    width: 50%;
    padding: 50px;
  }
}
.app .overlay-wrapper .overlay-content h3 {
  font-size: 22px;
  line-height: 22px;
  color: #EEE;
  margin-bottom: 15px;
}
.app .overlay-wrapper .overlay-content p {
  font-size: 17px;
  line-height: 1.5em;
  color: #AAA;
  margin-bottom: 25px;
}
.app .overlay-wrapper .overlay-content p.no-bottom-margin {
  margin-bottom: 0;
}
.app .overlay-wrapper .overlay-content p a {
  color: #EEE;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: dashed 1px #3CEC31;
}
.app .overlay-wrapper .overlay-content p .divider {
  margin: 0 10px;
  color: #999;
}
.app .overlay-wrapper .overlay-content ul {
  margin-left: 40px;
}
.app .overlay-wrapper .overlay-content ul.bottom-margin {
  margin-bottom: 25px;
}
.app .overlay-wrapper .overlay-content ul li {
  font-size: 17px;
  line-height: 1.5em;
  color: #EEE;
}
.app .overlay-wrapper .overlay-content ul li:not(:last-child) {
  margin-bottom: 12px;
}
.app main .new-section {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 61.25em) {
  .app main .new-section {
    padding: 152px 0;
  }
}
@media (max-width: 46.24em) {
  .app main .new-section.no-header {
    margin-top: 76px;
  }
}
.app main .new-section.no-top-padding {
  padding: 0 0 40px 0;
}
@media (min-width: 61.25em) {
  .app main .new-section.no-top-padding {
    padding: 0 0 152px 0;
  }
}
.app main .new-section.less-padding {
  padding: 0;
}
@media (min-width: 61.25em) {
  .app main .new-section.less-padding {
    padding: 76px 0;
  }
}
.app main .new-section.dark {
  background: #262e30;
}
.app main .new-section.dark h2, .app main .new-section.dark p, .app main .new-section.dark a {
  color: white;
}
.app main .new-section.dark .new-button {
  color: #262e30;
}
.app main .new-section.light {
  background: #EEE;
  background: linear-gradient(90deg, #EAEAEA 15px, transparent 1%) center/16px 16px, linear-gradient(#EAEAEA 15px, transparent 1%) center/16px 16px, #444;
}
.app main .new-section.light h2, .app main .new-section.light p, .app main .new-section.light a {
  color: #262e30;
}
.app main .new-section.light .new-button {
  color: white;
}
@media (min-width: 61.25em) {
  .app main .new-section.has-top-skew:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 76px solid #262e30;
    border-left: 38px solid transparent;
    height: 0;
    width: 200px;
  }
}
.app main .new-section.has-bottom-skew {
  padding-bottom: 152px;
}
@media (min-width: 61.25em) {
  .app main .new-section.has-bottom-skew:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 76px solid #262e30;
    border-right: 38px solid transparent;
    height: 0;
    width: 200px;
  }
}
.app main .new-section .section-text {
  margin-bottom: 40px;
}
@media (min-width: 61.25em) {
  .app main .new-section .section-text {
    margin-bottom: 70px;
  }
}
.app main .new-section .section-text h2 {
  text-align: left;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 10px;
}
@media (min-width: 61.25em) {
  .app main .new-section .section-text h2 {
    font-size: 90px;
    line-height: 1;
    letter-spacing: -1px;
    margin-left: 180px;
    margin-bottom: 15px;
  }
  .app main .new-section .section-text h2.flipped {
    margin-right: 180px;
    text-align: right;
  }
}
.app main .new-section .section-text p {
  text-align: left;
  font-size: 18px;
  margin-left: 40px;
  margin-right: 40px;
  line-height: 1.5em;
}
.app main .new-section .section-text p a {
  text-decoration: none;
}
@media (min-width: 61.25em) {
  .app main .new-section .section-text p {
    font-size: 20px;
    margin-left: 180px;
    margin-right: 205px;
    line-height: 1.6em;
  }
}
.app main .new-section .section-features {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  margin-right: 40px;
  gap: 20px;
}
.app main .new-section .section-features:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 61.25em) {
  .app main .new-section .section-features {
    display: flex;
    flex-direction: row;
    margin-left: 180px;
    margin-right: 40px;
    gap: 25px;
  }
  .app main .new-section .section-features:not(:last-child) {
    margin-bottom: 25px;
  }
  .app main .new-section .section-features.full-width {
    margin-left: 40px;
  }
  .app main .new-section .section-features.flipped {
    margin-left: 40px;
    margin-right: 180px;
  }
}
.app main .new-section .section-features div {
  flex: 1;
  padding: 30px;
  border: solid 1px #262e30;
  border-radius: 0px;
}
.app main .new-section .section-features div h2 {
  text-align: left;
  font-size: 14px;
  color: #454554;
  line-height: 1;
  margin-bottom: 10px;
}
.app main .new-section .section-features div h3 {
  text-align: left;
  font-size: 24px;
  color: #454554;
  line-height: 1;
  margin-bottom: 10px;
}
.app main .new-section .section-features div h4 {
  text-align: left;
  font-size: 18px;
  color: #454554;
  line-height: 1.5em;
  margin-bottom: 0px;
}
.app main .new-section .section-controls {
  position: relative;
  margin-left: 40px;
  margin-top: 40px;
}
@media (min-width: 61.25em) {
  .app main .new-section .section-controls {
    position: relative;
    margin-left: 180px !important;
    margin-top: 76px;
  }
}
.app main .parallax-divider {
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 790px;
}
@media (min-width: 61.25em) {
  .app main .parallax-divider {
    background-attachment: fixed;
  }
}
.app main .parallax-divider .filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  background: rgba(43, 51, 54, 0.6);
}
@media (min-width: 61.25em) {
  .app main .parallax-divider .filter {
    padding: 76px 0;
  }
}
.app main .parallax-divider .filter.less-filter {
  background: rgba(43, 51, 54, 0.2);
}
.app main .parallax-divider .filter .discuss-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.app main .parallax-divider .filter .discuss-wrapper .video-wrapper {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (min-width: 61.25em) {
  .app main .parallax-divider .filter .discuss-wrapper .video-wrapper {
    left: 25%;
    right: 40px;
  }
}
.app main .parallax-divider .filter .discuss-wrapper .video-wrapper video {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 46.24em) {
  .app main .parallax-divider .filter .discuss-wrapper .video-wrapper video {
    width: auto;
    height: 100vh;
    aspect-ratio: 9/16;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.app main .parallax-divider .filter .discuss-wrapper .video-wrapper .video-filter {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(38, 46, 48, 0.5);
}
.app main .parallax-divider .filter .discuss-wrapper .info {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.app main .parallax-divider .filter .discuss-wrapper .info .info-content {
  margin-left: 40px;
  margin-right: 40px;
  width: 100%;
}
@media (min-width: 61.25em) {
  .app main .parallax-divider .filter .discuss-wrapper .info .info-content {
    margin-left: 180px;
  }
}
.app main .parallax-divider .filter .discuss-wrapper .info .info-content h2 {
  width: 100%;
  text-align: left;
  font-size: 60px;
  line-height: 1.2em;
  color: #EEE;
  width: 90%;
  margin-bottom: 5px;
}
@media (min-width: 61.25em) {
  .app main .parallax-divider .filter .discuss-wrapper .info .info-content h2 {
    text-align: left;
    font-size: 90px;
    width: 100%;
  }
}
.app main .parallax-divider .filter .discuss-wrapper .info .info-content h3 {
  text-align: left;
  font-size: 18px;
  color: #EEE;
  line-height: 1.3em;
  margin-bottom: 30px;
}
@media (min-width: 61.25em) {
  .app main .parallax-divider .filter .discuss-wrapper .info .info-content h3 {
    font-size: 22px;
  }
}
.app main .parallax-divider .filter .discuss-wrapper .info .info-content .new-button {
  float: left;
}
.app main .parallax-divider .filter .topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  background: #262e30;
}
.app main .parallax-divider .filter .filter-footer {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 76px;
  line-height: 76px;
  padding-left: 180px;
  bottom: 0;
  font-size: 16px;
  color: white;
  background: #262e30;
}
.app main .parallax-divider .filter .filter-footer i {
  color: #AAA;
  font-size: 16px;
  line-height: 76px;
  margin-right: 5px;
}
@media (min-width: 61.25em) {
  .app main .parallax-divider .filter .filter-footer {
    display: block;
  }
}

.show-on-mobile {
  display: block;
}
@media (min-width: 61.25em) {
  .show-on-mobile {
    display: none;
  }
}

.projects-list {
  display: block;
  margin-top: 40px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 40px;
}
@media (min-width: 61.25em) {
  .projects-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
.projects-list .project-item {
  background: #2b3336;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 61.25em) {
  .projects-list .project-item {
    margin-bottom: 0;
  }
  .projects-list .project-item.featured {
    grid-column: span 3;
  }
}
.projects-list .project-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.projects-list .project-item a .project-image {
  width: 100%;
  aspect-ratio: 3/2;
  background: #DDD;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.projects-list .project-item a .project-image .project-image-filter {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(38, 46, 48, 0.5);
}
.projects-list .project-item a .project-image .project-image-category {
  display: none;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  height: 26px;
  padding: 0 8px;
  line-height: 26px;
  background: #3CEC31;
  color: #262e30;
  font-size: 12px;
  text-transform: uppercase;
}
.projects-list .project-item a .project-info {
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.projects-list .project-item a .project-info .category-text {
  margin-bottom: 18px;
}
.projects-list .project-item a .project-info .category-text span {
  border: solid 1px #3CEC31;
  padding: 5px 7px;
  font-size: 11px;
  text-transform: uppercase;
  color: #3CEC31;
}
.projects-list .project-item a .project-info .title-text {
  font-size: 19px;
  color: white;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 5px;
}
.projects-list .project-item a .project-info .excerpt-text {
  font-size: 17px;
  color: #EEE;
  line-height: 1.5em;
  text-align: left;
  margin-top: 5px;
}
.projects-list .project-item a .project-info .date-text {
  margin-top: auto;
  font-size: 14px;
  color: #AAA;
  line-height: 1.5em;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 61.25em) {
  .projects-list .project-item.featured a {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .projects-list .project-item.featured a .project-image {
    flex: 1;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .projects-list .project-item.featured a .project-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.project-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 46.24em) {
  .project-wrapper {
    flex-direction: column-reverse;
  }
}
.project-wrapper .project-gallery-wrapper {
  position: relative;
}
.project-wrapper .mobile-image-layout {
  display: none;
}
@media (max-width: 46.24em) {
  .project-wrapper .mobile-image-layout {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.project-wrapper .mobile-image-layout img {
  width: 100%;
}
.project-wrapper .desktop-image-layout {
  display: none;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  height: 550px;
}
@media (min-width: 61.25em) {
  .project-wrapper .desktop-image-layout {
    display: grid;
  }
}
.project-wrapper .desktop-image-layout .image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.project-wrapper .desktop-image-layout .image .image-filter {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(38, 46, 48, 0.5);
}
.project-wrapper .desktop-image-layout .image .image-text {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(38, 46, 48, 0.5);
}
.project-wrapper .desktop-image-layout .image .image-text .project-gallery-btn {
  display: flex;
  flex-direction: row;
  gap: 10px;
  height: 48px;
  border-radius: 24px;
  border: solid 1px white;
  background: none;
  padding: 0 18px;
  align-items: center;
  cursor: pointer;
}
.project-wrapper .desktop-image-layout .image .image-text .project-gallery-btn img {
  width: 18px;
  height: 18px;
}
.project-wrapper .desktop-image-layout .image .image-text .project-gallery-btn span {
  color: white;
  font-size: 16px;
  color: #FFF;
}
.project-wrapper .desktop-image-layout .image-1 {
  grid-row: 1/3;
  grid-column: 1/2;
}
.project-wrapper .desktop-image-layout .image-2 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.project-wrapper .desktop-image-layout .image-3 {
  grid-row: 2/3;
  grid-column: 2/3;
}
.project-wrapper .project-details {
  display: block;
  padding: 40px;
  background: white;
}
@media (max-width: 46.24em) {
  .project-wrapper .project-details {
    padding: 30px;
  }
}
.project-wrapper .project-details h4 {
  font-size: 19px;
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 61.25em) {
  .project-wrapper .project-details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
}
.project-wrapper .project-details .project-content {
  flex: 2;
  background: white;
}
.project-wrapper .project-details .project-content p {
  font-size: 17px;
  color: #333;
  line-height: 1.6em;
}
.project-wrapper .project-details .project-content p:not(:last-child) {
  margin-bottom: 25px;
}
.project-wrapper .project-details .course-data {
  flex: 1;
  margin-top: 25px;
}
@media (min-width: 61.25em) {
  .project-wrapper .project-details .course-data {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.project-wrapper .project-details .course-data h5 {
  font-size: 11px;
  line-height: 11px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.project-wrapper .project-details .course-data h6 {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  margin-bottom: 25px;
}
.project-wrapper .project-details .course-data .course-map {
  width: 100%;
  padding-bottom: 66.66%;
  background: #323b3f;
}

#project-gallery-modal {
  position: fixed;
  display: none;
  z-index: 100000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #262e30;
}
#project-gallery-modal.is-visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
#project-gallery-modal .project-gallery-footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #AAA;
}
#project-gallery-modal #close-project-gallery-modal-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: none;
  text-align: center;
  line-height: 50px;
  border: none;
  color: white;
  cursor: pointer;
}
#project-gallery-modal #close-project-gallery-modal-btn i {
  color: #3CEC31;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
}
#project-gallery-modal .splide-prev, #project-gallery-modal .splide-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 50px;
  width: 50px;
  background: none;
  border: none;
  cursor: pointer;
}
#project-gallery-modal .splide-prev i, #project-gallery-modal .splide-next i {
  color: #3CEC31;
  text-align: center;
  line-height: 50px;
  font-size: 28px;
}
#project-gallery-modal .splide-prev {
  left: 40px;
}
#project-gallery-modal .splide-next {
  right: 40px;
}
#project-gallery-modal .gallery-wrapper {
  padding: 25px;
}
#project-gallery-modal .gallery-wrapper #main-carousel {
  margin-bottom: 25px;
  padding: 25px;
  width: 100%;
  max-width: 1200px;
  background: #22282b;
}
#project-gallery-modal .gallery-wrapper #main-carousel .splide__slide img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#project-gallery-modal .gallery-wrapper #thumbnail-slider {
  width: 100%;
  max-width: 1200px;
}
#project-gallery-modal .gallery-wrapper #thumbnail-slider .splide__slide {
  opacity: 0.5;
}
#project-gallery-modal .gallery-wrapper #thumbnail-slider .splide__slide.is-active {
  opacity: 1;
  border: none;
}

@media (max-width: 768px) {
  #project-gallery-modal .gallery-wrapper {
    padding: 15px;
  }
  #project-gallery-modal .gallery-wrapper #main-carousel,
  #project-gallery-modal .gallery-wrapper #thumbnail-slider {
    max-width: 100%;
  }
  #project-gallery-modal .splide-prev,
  #project-gallery-modal .splide-next {
    width: 36px;
    height: 36px;
  }
  #project-gallery-modal .splide-prev i,
  #project-gallery-modal .splide-next i {
    font-size: 20px;
    line-height: 36px;
  }
  #project-gallery-modal #close-project-gallery-modal-btn {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #project-gallery-modal #close-project-gallery-modal-btn i {
    font-size: 18px;
    line-height: 40px;
  }
  #project-gallery-modal .project-gallery-footer {
    font-size: 12px;
  }
}/*# sourceMappingURL=projects.css.map */