* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.card__link {
  letter-spacing: 0.1rem;
  text-decoration: none;
  padding: 14px;
  width: 100%;
  color: #606060;
  margin: 0;
}
.card__link:hover {
  color: #8d8d8d;
  background-color: #f1f1f1;
}
@media screen and (min-width: 960px) {
  .ToolsBoxLogo {
    width: 4rem;
    bottom: 3rem;
    right: 2rem;
  }
  .ToolsBoxLogo:hover {
    cursor: pointer;
  }
  .cards {
    background-color: #fbfbfb;
    border-radius: 0 0 0 2px;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    transition: 0.25s;
    transform: translate(150%);
    display: flex;
    align-items: flex-end;
  }
  .cards.active {
    transform: translate(0);
  }
  .cards .toolBoxIcon {
    height: 32px;
  }
  .cards a {
    display: flex;
    justify-content: space-between;
  }
  .cards .closeToolBox {
    padding: 10px;
    width: auto;
    background: none;
    border: none;
    color: #ff00a8;
  }
  .cards .closeToolBox span {
    font-size: 2rem;
  }
  .cards .closeToolBox:hover {
    cursor: pointer;
  }
  .cards .closeToolBox:hover span {
    filter: brightness(150%);
  }
}

.page .mainContent {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page .adherentMessage {
  width: 100%;
  height: auto;
  display: flex;
  font-family: Cambria;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding: 10px 3%;
}
.page .adherentMessage .message {
  width: 100%;
  height: auto;
  padding: 8px;
  background: #fff9f9;
  border: 2px solid #cf6099;
  box-shadow: 0 0 10px 1px #a3a3a340;
  border-radius: 10px;
  color: #8d8d8d;
}
.page .adherentMessage .message span {
  color: #cf6099;
}
.page .homepageContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 3%;
  width: 100%;
}
.page .articlesSection {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: none;
  height: auto;
  max-width: 100%;
  margin: 0px 0;
}
.page .articlesSection .articleHeader {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 8px;
  margin-top: 6px;
  width: 100%;
  background-color: #335775;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px #a3a3a340;
}
.page .articlesSection .articleHeader h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fbfbfb;
}
.page .homepageContainer .articlesSection .articleCarousel {
  max-width: 100%;
  margin-bottom: 14px;
}
.page .homepageContainer .articlesSection .articleCarousel h1 {
  padding: 8px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
  background-color: #3f5e78;
  color: #fff;
}
.page .homepageContainer .articlesSection .articleCarousel .swiper {
  padding-top: 10px;
  padding-bottom: 15px;
}
.page .homepageContainer .allArticlesDetails {
  width: 100%;
  margin-bottom: 10px;
}
.page .allArticlesDetails .allArticlesButton {
  width: 100%;
  display: list-item;
  text-align: center;
  background-color: #335775;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px #a3a3a340;
  padding: 12px 8px;
  z-index: 1;
  transition: 0.15s;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  color: #fbfbfb;
}
.page .allArticlesDetails .allArticlesButton::marker {
  color: #fbfbfb;
}
.page .allArticlesDetails .allArticlesButton:hover {
  cursor: pointer;
  filter: brightness(98%);
}
.allArticlesDetails .allArticleList {
  padding: 0 24px 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fbfbfb;
  box-shadow: 0 0 10px 1px #a3a3a340;
}
.allArticleList .searchTools {
  padding: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.allArticleList .searchTools div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.allArticleList .searchBar {
  width: 100%;
  margin: 12px 0;
  padding: 12px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 10px;
}
.allArticleList .searchBar::placeholder {
  color: #bcbcbc;
}
.allArticleList .searchBar:focus {
  background-color: #f1f1f1;
  outline: solid 1px #bbbbbb;
}
.allArticleList .searchBar.content {
  width: 82%;
}
.allArticleList button {
  margin-left: 0.5em;
  align-self: flex-start;
  border: none;
  background: none;
  cursor: pointer;
}
.allArticleList button img {
  height: 37px;
  cursor: pointer;
}
.allArticleList .all-articles-mission-select {
  border-radius: 10px;
  width: 85%;
  border: none;
  background-color: #f1f1f1;
  padding: 12px;
}
.allArticleList .all-articles-mission-select option[value=""] {
  color: #8d8d8d;
}
.allArticleList .all-articles-mission-select option {
  color: #606060;
}
.allArticleList .all-articles-mission-select:focus {
  background-color: #f1f1f1;
  outline: solid 1px #bbbbbb;
}
.allArticleList .selectstyle {
  color: #8d8d8d;
}
.allArticleList ul {
  width: 90%;
  max-height: 512px;
  overflow-y: scroll;
  padding: 12px;
}
.allArticleList ul li {
  height: fit-content;
  margin-bottom: 7px;
}
.allArticleList ul li a {
  max-height: none;
}
.allArticleList ul::-webkit-scrollbar {
  width: 4px;
}
.allArticleList ul::-webkit-scrollbar-track {
  background: #d1dbdf;
  border-radius: 2px;
}
.allArticleList ul::-webkit-scrollbar-thumb {
  background: #66bad9;
  border-radius: 2px;
}
.allArticleList ul::-webkit-scrollbar-thumb:hover {
  background: #6199ad;
}
.page .homepageContainerMid {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.1rem;
  padding: 0;
}
.page .homepageContainerMid .projectsList {
  width: 100%;
}
.page .homepageContainerMid .projectsList .projectsHeader {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 8px;
  margin-top: 6px;
  width: 100%;
  background-color: #335775;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px #a3a3a340;
}
.page .homepageContainerMid .projectsList .projectsHeader h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fbfbfb;
}
.page .homepageContainerMid .projectsList .projectsCarousel {
  max-width: 100%;
  margin-bottom: 14px;
}
.page .homepageContainerMid .projectsList .projectsCarousel h1 {
  padding: 8px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
  background-color: #3f5e78;
  color: #fff;
}
.page .homepageContainerMid .projectsList .projectsCarousel .swiper {
  padding-top: 10px;
  padding-bottom: 15px;
}
.page .homepageContainerMid .externalLinks {
  width: 100%;
  margin-top: 3rem;
}
.page .homepageContainerMid .externalLinks .externalLinksHeader {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 8px;
  margin-top: 6px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #335775;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px #a3a3a340;
}
.page .homepageContainerMid .externalLinks .externalLinksHeader h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fbfbfb;
}
.page .homepageContainerMid .externalLinks .newsList {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 8px;
  overflow-y: scroll;
}

.newsList {
  background-color: #f0f3f6 !important;
}

.page .homepageContainerMid .externalLinks .newsList li {
  width: 100%;
}
.page .homepageContainerMid .externalLinks .newsList::-webkit-scrollbar {
  width: 4px;
}
.page .homepageContainerMid .externalLinks .newsList::-webkit-scrollbar-track {
  background: #d1dbdf;
  border-radius: 2px;
}
.page .homepageContainerMid .externalLinks .newsList::-webkit-scrollbar-thumb {
  background: #66bad9;
  border-radius: 2px;
}
.page
  .homepageContainerMid
  .externalLinks
  .newsList::-webkit-scrollbar-thumb:hover {
  background: #6199ad;
}
.page .news {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 612px;
  background-color: #fbfbfb;
  box-shadow: 0 0 10px 1px #a3a3a340;
  margin: 30px 8px 8px;
  border-radius: 5px;
}
.page .news .newsHeader {
  width: 100%;
  height: 42px;
  padding: 8px;
}
.page .news .newsHeader h4 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #606060;
}
.page .news .press {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 45%;
  padding: 0 24px 12px;
}
.page .news .projects {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55%;
  padding: 0 24px 12px;
}
.page .news .projects .projectsList {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 8px;
  overflow-y: scroll;
}
.page .news .projects .projectsList li {
  width: 100%;
}
.page .news .projects .projectsList::-webkit-scrollbar {
  width: 4px;
}
.page .news .projects .projectsList::-webkit-scrollbar-track {
  background: #d1dbdf;
  border-radius: 2px;
}
.page .news .projects .projectsList::-webkit-scrollbar-thumb {
  background: #66bad9;
  border-radius: 2px;
}
.page .news .projects .projectsList::-webkit-scrollbar-thumb:hover {
  background: #6199ad;
}
.homepageContainerMid {
  width: 100%;
  padding: 20px 3%;
  display: flex;
  justify-content: center;
}
.homepageContainerMid details {
  width: 100%;
}
.homepageContainerMid details[open] .allArticlesButton {
  border-radius: 5px 5px 0 0;
}
.homepageContainerBot {
  width: 100%;
  padding: 10px 3%;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.homepageContainerBot .newsLetter {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #fbfbfb;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px #a3a3a340;
  padding: 12px;
}
.homepageContainerBot .newsLetter p {
  width: 100%;
  text-align: center;
  font-weight: 300;
  color: #8d8d8d;
}
.homepageContainerBot .newsLetter header {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.homepageContainerBot .newsLetter header h4 {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #606060;
}
.homepageContainerBot .newsLetter header p {
  margin-top: 24px;
}
.homepageContainerBot .newsLetter header p .editNwslt {
  display: none;
}
.homepageContainerBot .newsLetter .stylingBar {
  background-color: #32a1bf;
  height: 2px;
  margin: 12px 0;
  width: 80%;
}
.homepageContainerBot .newsLetter .showNwsltForm {
  width: 100%;
  display: list-item;
  text-align: center;
  background-color: #fbfbfb;
  border-radius: 5px;
  padding: 12px;
  z-index: 1;
  transition: 0.15s;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #606060;
}
.homepageContainerBot .newsLetter .showNwsltForm::marker {
  color: #606060;
}
.homepageContainerBot .newsLetter .showNwsltForm:hover {
  cursor: pointer;
  filter: brightness(98%);
}

@media screen and (max-width: 1200px) {
  .page .homepageContainerMid {
    flex-direction: column !important;
  }
  .page .homepageContainerMid .externalLinks {
    width: 100% !important;
  }
}
@media screen and (min-width: 960px) {
  .page {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page .adherentMessage {
    padding: 18px 0 0;
  }
  .page .adherentMessage .message {
    width: 90%;
  }
  .page .homepageContainer {
    width: 90%;
    margin-top: 10px;
    padding: 0;
  }
  .page .homepageContainer .articlesSection {
    width: 100%;
  }
  .page .homepageContainer .allArticlesDetails {
    width: 80%;
  }

  .allArticleList {
    width: 100%;
    max-height: 575px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fbfbfb;
    box-shadow: 0 0 10px 1px #a3a3a340;
  }
  .allArticleList ul {
    min-height: 80%;
  }
  .allArticleList ul li {
    margin-top: 18px;
    display: flex;
    justify-content: center;
  }
  .allArticleList .searchTools {
    padding: 8px 10%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .allArticleList .searchTools div {
    width: 40%;
    padding-left: 18px;
  }
  .allArticleList .searchTools .all-articles-mission-select {
    width: 90%;
    color: #606060;
    border-radius: 10px;
    border: none;
    background-color: #f1f1f1;
    padding: 12px;
    margin: 0;
  }
  .allArticleList .searchTools .all-articles-mission-select:focus {
    background-color: #f1f1f1;
    outline: solid 1px #bbbbbb;
  }
  .allArticleList .searchTools .all-articles-mission-select option[value=""] {
    color: #8d8d8d;
  }
  .allArticleList .searchTools .all-articles-mission-select option {
    color: #606060;
  }
  .allArticleList .searchTools .all-articles-mission-select:hover {
    cursor: pointer;
  }
  .allArticleList .searchTools .selectstyle {
    color: #8d8d8d;
  }
  .allArticleList .searchBar {
    width: 60%;
    margin: 12px 0;
    padding: 12px;
    background-color: #f1f1f1;
    border: none;
    border-radius: 10px;
  }
  .allArticleList .searchBar::placeholder {
    color: #bcbcbc;
  }
  .allArticleList .searchBar:focus {
    background-color: #f1f1f1;
    outline: solid 1px #bbbbbb;
  }
  .allArticleList .searchBar.content {
    width: 82%;
  }
  .allArticleList .project-page-mission-select {
    width: auto;
  }
  .allArticleList ul {
    width: 98%;
    max-height: 512px;
    overflow-y: scroll;
    padding: 0 10%;
  }
  .page .homepageContainerMid {
    flex-direction: row;
  }
  .page .homepageContainerMid .projectsList {
    width: 66%;
  }
  .page .homepageContainerMid .externalLinks {
    margin-top: 0;
    margin-left: 10px;
    width: 33%;
  }
  .page .homepageContainerMid .externalLinks .newsList {
    height: 330px;
  }
  .page .homepageContainerBot .newsLetter {
    width: 70%;
  }
  .page .homepageContainerBot .newsLetter header p .editNwslt {
    display: inline-block;
    background: none;
    border: none;
    transition: 0.15s;
  }
  .page .homepageContainerBot .newsLetter header p .editNwslt:hover {
    cursor: pointer;
    filter: brightness(0%);
  }
  .page .homepageContainerBot .newsLetter header .editNwsltForm {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .page .homepageContainerBot .newsLetter header .editNwsltForm label {
    width: 100%;
    margin-top: 4px;
    color: #8d8d8d;
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
    font-weight: 300;
  }
  .page .homepageContainerBot .newsLetter header .editNwsltForm label input {
    margin-top: 2px;
  }
  .page .homepageContainerBot .newsLetter header .editNwsltForm button {
    padding: 4px;
    margin: 8px;
  }
  .page .homepageContainerBot .newsLetter header .editNwsltForm button:hover {
    cursor: pointer;
  }
}
.articleListCard {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 20rem;
  min-height: 20rem;
  background-color: #fbfbfb;
  box-shadow: 0 0 6px 1px #a3a3a359;
  border-radius: 5px;
  color: #565656;
  transition: 0.15s;
  text-decoration: none;
  overflow-y: hidden;
}
.articleListCard:hover {
  cursor: pointer;
  box-shadow: 0 0 8px 1px #a3a3a3a6;
}
.articleListCard:hover .articleDesc {
  max-height: 40%;
}
.articleListCard:hover .articleDesc .readArticleButton {
  height: 100%;
  filter: opacity(100%);
}
.articleListCard .articleCardHeader {
  position: absolute;
  background-color: #fbfbfb;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 4px;
}
.articleListCard .articleCardHeader .articleTitle {
  width: 80%;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5%;
}
.articleListCard .articleCardHeader .articleDate {
  position: absolute;
  right: 25px;
  top: 0px;
  font-size: 0.8rem;
  font-weight: 400;
}
.articleListCard .articleDesc {
  position: absolute;
  bottom: 0;
  height: fit-content;
  max-height: 15%;
  font-size: 0.9rem;
  background-color: #fbfbfb;
  width: 90%;
  padding: 12px;
  transition: 0.3s;
  word-break: break-word;
}
.articleListCard .articleDesc .readArticleButton {
  height: 1%;
  filter: opacity(0);
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.articleListCard .articleCardBackground {
  padding: 1px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 960px) {
  .articleListCard .articleDesc {
    max-height: 40%;
  }
  .articleListCard .articleDesc .readArticleButton {
    filter: none;
  }
}
.newsletterForm {
  padding: 18px 18px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsletterForm .labelTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.newsletterForm .labelTop label {
  width: 50%;
  padding-left: 4px;
  margin-bottom: 4px;
  color: #8d8d8d;
}
.newsletterForm label {
  width: 100%;
  padding-left: 4px;
  margin-bottom: 4px;
  color: #8d8d8d;
}
.newsletterForm input {
  padding: 8px 12px;
  width: 60%;
  height: 3em;
  border: none;
  border-radius: 10px;
  background-color: #f1f1f1;
}
.newsletterForm input:nth-last-child(1) {
  margin-left: 4px;
}
.newsletterForm input:focus {
  outline: solid 1px rgb(206, 206, 206);
}
.newsletterForm .names {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.newsletterForm .names input {
  width: 49%;
}
.newsletterForm .birthdate {
  width: 100%;
  justify-content: flex-start;
}
.newsletterForm .birthdate input {
  width: auto;
}
.newsletterForm input {
  width: 100%;
  margin-bottom: 8px;
}
.newsletterForm .submitButton {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8bb9cc;
  padding: 12px 24px;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}
.newsletterForm .submitButton:hover {
  cursor: pointer;
  background-color: #66c6f0;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64,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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-scrollbar {
  background: #dcdcdc;
}
.swiper-scrollbar-drag {
  background: #66bad9;
}
.projectListCard {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 25rem;
  min-height: 25rem;
  background-color: #fbfbfb;
  box-shadow: 0 0 6px 1px #a3a3a359;
  border-radius: 5px;
  color: #565656;
  transition: 0.15s;
  text-decoration: none;
  overflow-y: hidden;
}
.projectListCard:hover {
  cursor: pointer;
  box-shadow: 0 0 8px 1px #a3a3a3a6;
}
.projectListCard .content {
  position: absolute;
  bottom: 0;
  min-height: 40%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.projectListCard .content .contentHeader {
  background-color: #fbfbfb;
  width: 100%;
  z-index: 1;
  box-shadow: 0 2px 4px #c2c0c0a6;
}
.projectListCard .content .contentHeader .projectTitle {
  word-wrap: break-word;
  text-align: center;
  font-weight: 500;
  padding: 8px 4px;
}
.projectListCard .content .contentDesc {
  background-color: #fbfbfb;
  width: 100%;
  height: 100%;
}
.projectListCard .content .contentDesc .projectDesc {
  font-size: 0.9rem;
  padding: 8px 12px;
  transition: 0.3s;
  word-break: break-word;
}
.projectListCard .projectCardBackground {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.stylingBar {
  background-color: #32a1bf;
  height: 1.5px;
  width: 100%;
}
.project-page-container {
  padding: 12px;
  width: 96%;
  background-color: #335775;
  height: auto;
  box-shadow: 0 0 10px 1px #a3a3a340;
  margin: 8px;
  border-radius: 5px;
}
.project-page-container .project-page-searcher-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-page-container
  .project-page-searcher-container
  .project-page-searcher {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 0.5em;
}
.project-page-container
  .project-page-searcher-container
  .project-page-searcher
  div {
  width: 100%;
  display: flex;
}
.project-page-container
  .project-page-searcher-container
  .project-page-searcher
  div
  input {
  width: 90%;
  border-radius: 5px;
  border: none;
  background-color: #f1f1f1;
  padding: 6px 12px;
}
.project-page-container
  .project-page-searcher-container
  .project-page-searcher
  div
  input::placeholder {
  color: #bcbcbc;
  font-size: 1.2em;
}
.project-page-container
  .project-page-searcher-container
  .project-page-searcher
  div
  input:focus {
  background-color: #f1f1f1;
  outline: solid 1px #bbbbbb;
}
.project-page-container
  .project-page-searcher-container
  .project-page-searcher
  div
  button {
  align-self: center;
  font-size: 1em;
}
.project-page-container
  .project-page-searcher-container
  .project-page-searcher
  .project-page-mission-select {
  width: 90%;
  color: #606060;
  border-radius: 5px;
  border: none;
  background-color: #f1f1f1;
  padding: 6px 12px;
  margin: 0.5em 0 0;
}
.project-page-container
  .project-page-searcher-container
  .project-page-searcher
  .project-page-mission-select:focus {
  background-color: #f1f1f1;
  outline: solid 1px #bbbbbb;
}
.project-page-container
  .project-page-searcher-container
  .project-page-searcher
  .project-page-mission-select
  option[value=""] {
  color: #8d8d8d;
}
.project-page-container
  .project-page-searcher-container
  .project-page-searcher
  .project-page-mission-select
  option {
  color: #606060;
}
.project-page-container
  .project-page-searcher-container
  .project-page-searcher
  .selectstyle {
  color: #8d8d8d;
}
.project-page-container .project-page-searcher-container button {
  margin-left: 0.5em;
  align-self: flex-start;
  border: none;
  background: none;
  cursor: pointer;
}
.project-page-container .project-page-searcher-container button img {
  height: 37px;
  cursor: pointer;
}
.project-page-container .project-page-list-container {
  min-height: 50vh;
  overflow-y: auto;
}
.project-page-container .project-page-list-container::-webkit-scrollbar {
  width: 4px;
}
.project-page-container .project-page-list-container::-webkit-scrollbar-track {
  background: #dcdcdc;
  border-radius: 2px;
}
.project-page-container .project-page-list-container::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 2px;
}
.project-page-container
  .project-page-list-container::-webkit-scrollbar-thumb:hover {
  background: #8a8a8a;
}
.project-page-container .project-page-list-container.content {
  background: none;
}
.project-page-container .project-page-list-container .projectCardLink {
  color: #606060;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.project-page-container .project-page-list-container.grouped .missionList {
  margin-top: 10px;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 6px;
}
.project-page-container .project-page-list-container.grouped .missionList h2 {
  font-weight: 500;
  text-align: center;
  font-size: 1.1rem;
  padding: 4px 6px;
  border-radius: 6px;
  color: #606060;
}
.project-page-container
  .project-page-list-container.grouped
  .missionList
  .projectCount {
  display: flex;
  color: #606060;
  font-size: 0.9rem;
  width: 100%;
  padding: 4px 6px;
}
@media screen and (min-width: 960px) {
  .project-page-container {
    width: 70%;
    margin: 1em 0 0;
  }
  .project-page-container
    .project-page-searcher-container
    .project-page-searcher {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .project-page-container
    .project-page-searcher-container
    .project-page-searcher
    div {
    justify-content: center;
    display: flex;
    width: 50%;
  }
  .project-page-container
    .project-page-searcher-container
    .project-page-searcher
    div
    input {
    width: 80%;
  }
  .project-page-container
    .project-page-searcher-container
    .project-page-searcher
    div
    button {
    align-self: center;
    font-size: 1em;
  }
  .project-page-container
    .project-page-searcher-container
    .project-page-searcher
    .project-page-mission-select {
    width: 40%;
    margin: 0;
  }
  .project-page-container .project-page-list-container.grouped {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .project-page-container .project-page-list-container.grouped .missionList {
    margin-top: 20px;
    width: 49%;
  }
  .project-page-container .project-page-list-container.grouped .missionList h2 {
    margin-top: 1%;
  }
}
.project-page-card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f6f6f6;
  box-shadow: 0 0 10px 1px #a3a3a340;
  border-radius: 8px;
  margin: 18px 8px;
  transition: 0.15s;
  height: 50vh;
}
.project-page-card:hover {
  filter: brightness(98%);
}
.project-page-card h3 {
  width: 100%;
  text-align: center;
  border-radius: 8px 8px 0 0;
  border-bottom: solid 2px #efad65;
  padding: 6px 0;
}
.project-page-card .imgContainer {
  width: 100%;
  max-height: 45%;
}
.project-page-card .imgContainer img {
  padding: 12px 12px 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-page-card .projectInfo {
  padding: 12px;
  width: 100%;
  margin-bottom: 8%;
  word-wrap: break-word;
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
}
.project-page-card .projectInfo .project-page-card-text {
  margin: 8px 0;
}
.project-page-card .dateInfo {
  position: absolute;
  bottom: 4px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
  height: 6%;
}
.project-page-card .dateInfo img {
  margin-right: 6px;
}
.project-page-card .dateInfo p {
  font-size: 0.9rem;
}
.project-page-card .dateInfo .seeMore {
  position: absolute;
  right: 12px;
  bottom: 12px;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .project-page-card {
    flex-direction: column;
    height: 60vh;
  }
  .project-page-card.grouped .projectInfo {
    width: 95%;
  }
  .project-page-card .imgContainer {
    width: 90%;
    height: 50%;
    margin-right: 12px;
  }
  .project-page-card .imgContainer img {
    width: 100%;
  }
  .project-page-card h3 {
    padding: 12px 0;
  }
  .project-page-card .projectInfo {
    width: 70%;
  }
  .project-page-card .projectInfo .project-page-card-text p {
    padding-bottom: 20px;
  }
  .project-page-card .dateInfo {
    position: absolute;
    bottom: 0;
  }
  .project-page-card .dateInfo .seeMore {
    position: absolute;
  }
}
.newsCard {
  position: relative;
  margin: 0 0 8px;
  padding: 8px 4px;
  width: 100%;
  display: flex;
  height: 3rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  background-color: #fbfbfb;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 2px 4px #a3a3a340;
  border-radius: 4px;
  color: #565656;
  transition: 0.15s;
}
.newsCard:hover {
  cursor: pointer;
  filter: brightness(98%);
}
.newsCard .date {
  position: relative;
  display: flex;
  width: 20%;
}
.newsCard .date .stylingVertical {
  position: absolute;
  right: 0;
  height: 100%;
  width: 2px;
  background-color: #ccc;
}
.newsCard .date p {
  font-size: 0.8rem;
  text-align: center;
  width: 75px;
}
.newsCard .title {
  width: 80%;
  padding-left: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.newsCard p {
  height: 100%;
  font-size: 0.9rem;
  text-decoration: none;
}
.errorPage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #f6f6f6;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 107em;
  background-attachment: fixed;
}
.errorPage .errorHeader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.errorPage .errorHeader a {
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.errorPage .errorHeader a:hover {
  cursor: pointer;
}
.errorPage .errorHeader h1 {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  color: #ff00a8;
}
.errorPage .errorHeader h1:hover {
  cursor: pointer;
}
.errorContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: none;
}
.errorContainer p {
  color: #8d8d8d;
}
.errorContainer .errorDisplay {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 15px;
  width: 95%;
  height: 30%;
  padding: 12px;
  text-align: center;
  border-radius: 10px;
  background-color: #fbfbfb;
  box-shadow: 0 0 10px 1px #a3a3a340;
}
.errorContainer .errorDisplay .errorText {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
}
.errorContainer .errorDisplay .homeButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
}
.errorContainer .errorDisplay h1 {
  font-size: 3em;
  color: #606060;
}
.errorContainer .errorDisplay a {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  text-decoration: none;
  background-color: #f2f2f2;
  color: #8d8d8d;
  border-bottom: 1px solid #e6e6e6;
  transition: 0.15s;
}
.errorContainer .errorDisplay a:hover {
  background-color: #f7f7f7;
  color: #606060;
}
.errorContainer .errorDisplay .navBottom {
  position: absolute;
  bottom: 0px;
  border-radius: 0 0 4px 4px;
}
@media screen and (min-width: 960px) {
  .errorPage .errorHeader {
    height: 115px;
  }
  .errorContainer .errorDisplay {
    width: 50%;
  }
}

body {
  font-family: Open-sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.App {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  background-color: #ffffff;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 107em;
}
.App .page {
  height: 100%;
  margin-top: 70px;
  padding-bottom: 500px;
  background-color: #ffffff;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 107em;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95%;
}
.App .notifications {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
a {
  margin: 10px;
}
ul {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 0;
}
ul li {
  text-align: left;
}
@media screen and (min-width: 960px) {
  .App .page {
    margin-top: 95px;
    padding-bottom: 250px;
  }
  .App .page.scrolled {
    margin-top: 60px;
  }
}
.veryTinySmallIcon {
  width: 14px;
  height: 14px;
}
.verySmallIcon {
  width: 20px;
  height: 20px;
}
.midSmallIcon {
  width: 25px;
  height: 25px;
}
.smallIcon {
  width: 30px;
  height: 30px;
}
.medIcon {
  width: 45px;
  height: 45px;
}
.bigIcon {
  width: 64px;
  height: 64px;
}
.textGreen {
  color: #68d065;
}
.textYellow {
  color: #f8e57c;
}
.textPink {
  color: #ff00a8;
}
.textBlue {
  color: #32a1bf;
}
.textGrey {
  color: #8d8d8d;
}
.textOrange {
  color: #efad65;
}
.textRed {
  color: red;
}
.smallText {
  font-size: 0.8rem;
}
@font-face {
  font-family: Crushed Stone;
  src: url(/assets/police/Crushed\ Stone.a88655b2.otf) format("opentype");
}
@font-face {
  font-family: Cambria;
  src: url(/assets/Crushed\ Stone.a88655b2.otf) format("opentype");
}
@font-face {
  font-family: Cambria;
  src: local("Cambria"), local("Cambria-Font-For-Android"),
    url(./fonts/Cambria-Font-For-Android.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Cambria;
  src: local("Cambria"), local("Cambria-Font-For-Linux"),
    url(/assets/Cambria-Font-For-Linux.1a0833a8.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Cambria;
  src: local("Cambria"), local("Cambria-Font-For-MAC"),
    url(/assets/Cambria-Font-For-Linux.1a0833a8.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Cambria;
  src: local("Cambria"), local("Cambria-Font-For-Windows"),
    url(/assets/Cambria-Font-For-Linux.1a0833a8.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Crushed Stone";
  src: url("../police/Crushed%20Stone.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MorningSunshine";
  src: url("../police/MorningSunshine.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
