.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stdForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.stdForm .block {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.stdForm .block:last-child {
  margin-bottom: 0;
}
.stdForm .block.toggle {
  display: none;
}
.stdForm div.error {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: red;
}
.stdForm label {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.stdForm input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: thin solid #87a4aa;
  border-radius: 0;
  float: left;
  height: 35px;
  position: relative;
  width: 100%;
  color: #365359;
  padding: 0 5px;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 35px;
}
.stdForm input:focus {
  border: thin solid #808080;
}
.stdForm button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  height: 40px;
  line-height: 40px;
  width: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #cc0000;
  color: #FFFFFF;
  border: none;
  outline: none;
  padding: 0 10px;
  margin: 0;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.stdForm button:focus {
  outline: none;
}
.stdForm button:hover {
  background-color: #E00000;
}
.stdForm button.red {
  background: #ff0042;
  color: #fff;
}
.stdForm button.disabled {
  background-color: #808080;
  color: #FFFFFF;
  pointer-events: none;
}
.stdForm button.disabled:hover {
  background-color: #808080;
  color: #FFFFFF;
}
.stdForm button.toggleBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  height: 30px;
  width: auto;
  background: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #365359;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.stdForm button.toggleBtn:focus {
  outline: none;
}
.stdForm button.toggleBtn:hover {
  color: #808080;
}
.startScreen {
  padding-bottom: 150px;
}
.startScreen .title {
  margin-top: 140px;
  font-family: 'PT Sans', sans-serif;
  font-size: 140px;
  font-weight: 700;
  line-height: 110px;
  color: #eef7fa;
}
.startScreen .subtitle {
  margin-top: 100px;
  font-family: 'PT Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #cc0000;
}
.startScreen .subtitle span {
  font-family: 'PT Sans', sans-serif;
  font-size: 50px;
  font-weight: 700;
}
.startScreen .scrollDown {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -35px;
  height: 70px;
  width: 70px;
  font-size: 70px;
  line-height: 60px;
  color: #87a4aa;
  text-align: center;
  border: 3px solid #87a4aa;
  border-radius: 70px;
  cursor: pointer;
}
#content.contact {
  padding-bottom: 120px;
}
#content.contact .left {
  float: left;
  width: 66.66%;
  padding-right: 20px;
}
#content.contact .right {
  float: left;
  width: 33.33%;
  padding: 20px 20px 0 20px;
}
#content.contact .right:nth-child(4n +4) {
  margin-right: 0;
}
#content.contact .right:nth-child(4n + 5) {
  clear: both;
}
#content.contact .contactInfo {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
#content.contact .contactInfo a {
  line-height: 1.5em;
}
.position {
  float: left;
  margin: 100px 20px;
}
.progress-bar {
  position: relative;
  left: 50%;
  margin-left: -100px;
  height: 200px;
  width: 200px;
}
.progress-bar div {
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
}
.progress-bar div span {
  position: absolute;
  font-family: Arial;
  font-size: 25px;
  line-height: 175px;
  height: 175px;
  width: 175px;
  left: 12.5px;
  top: 12.5px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}
.progress-bar .background {
  background-color: #eaf5f9;
}
.progress-bar .rotate {
  clip: rect(0 100px 200px 0);
  background-color: #4b86db;
}
.progress-bar .left {
  clip: rect(0 100px 200px 0);
  opacity: 1;
  background-color: #b3cef6;
}
.progress-bar .right {
  clip: rect(0 100px 200px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.donateContainer .progressContainer {
  position: relative;
  float: left;
}
.donateContainer .progressContainer.beamer {
  padding: 0 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.donateContainer .progressContainer .progress {
  width: 300px;
  height: 300px;
}
.donateContainer .progressContainer .progress.beamer {
  width: 200px;
}
.donateContainer .progressContainer .progressLabel {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 170px;
  margin-top: -85px;
}
.donateContainer .progressContainer .progressLabel div {
  width: 100%;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #365359;
}
.donateContainer .progressContainer .progressLabel div.abs {
  position: relative;
  margin-bottom: 10px;
  color: #cc0000;
}
.donateContainer .progressContainer .progressLabel div.percentage {
  position: relative;
  margin-bottom: 10px;
  color: #cc0000;
  font-family: 'PT Sans', sans-serif;
  font-size: 65px;
  font-weight: 700;
}
.donateContainer .progressContainer .progressLabel div.goal {
  position: relative;
}
.donateContainer .progressContainer.beamer .progressLabel {
  height: 124px;
  margin-top: -62px;
}
.donateContainer .progressContainer.beamer .progressLabel div {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.donateContainer .progressContainer.beamer .progressLabel div.percentage {
  font-family: 'PT Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.donateContainer .donateBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  height: 40px;
  line-height: 40px;
  width: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #cc0000;
  color: #FFFFFF;
  border: none;
  outline: none;
  padding: 0 10px;
  margin: 0;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
}
.donateContainer .donateBtn:focus {
  outline: none;
}
.donateContainer .donateBtn:hover {
  background-color: #E00000;
}
.donateContainer .donateBtn.red {
  background: #ff0042;
  color: #fff;
}
.donateContainer .donateInfo {
  margin-top: 10px;
}
.donateContainer .donateInfo p {
  position: relative;
  float: left;
  width: 100%;
}
.donateContainer .donateInfo p:first-child {
  margin-top: 0;
}
.donateContainer .donateInfo p .donateAbs {
  font-size: 22px;
  color: #cc0000;
}
.donateContainer .donateInfo p .von {
  display: none;
  font-size: 22px;
}
.donateContainer .donateInfo p .donateGoal {
  font-size: 22px;
}
.donateContainer .donateInfo table {
  position: relative;
  float: left;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #365359;
  line-height: 1.1em;
}
.donateContainer .donateInfo table tr {
  width: 100%;
}
.donateContainer .donateInfo table tr td {
  text-align: left;
}
.donateContainer .donateInfo table tr td:nth-child(2) {
  text-align: right;
}
.newsWidget .newsItem {
  padding: 15px 20px;
  border-bottom: thin solid #87a4aa;
}
.newsWidget .newsItem:first-child {
  padding-top: 20px;
}
.newsWidget .newsItem:last-child {
  border-bottom: 0;
}
.newsWidget .newsItem .newsDate {
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #cc0000;
}
.newsWidget .newsItem .newsDate div {
  position: relative;
  float: right;
}
.newsWidget .newsItem .newsTitle {
  position: relative;
  float: left;
}
.newsWidget .newsItem .newsInfo {
  position: relative;
  float: left;
}
.newsWidget .newsItem .newsInfo .newsText {
  position: relative;
  float: left;
}
.newsWidget .newsItem .newsInfo .newsLink {
  position: relative;
  float: left;
  margin-top: 10px;
}
.newsContainer .newsDate {
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #cc0000;
}
.newsContainer .newsDate div {
  position: relative;
  float: right;
}
.newsContainer .newsInfo {
  position: relative;
  float: left;
  width: 100%;
}
.newsContainer .newsInfo .newsText {
  position: relative;
  float: left;
  width: 100%;
}
.teamContainer .teamMember {
  position: relative;
  float: left;
  padding: 15px 20px;
  border-bottom: thin solid #87a4aa;
}
.teamContainer .teamMember img {
  position: relative;
  float: left;
  width: 100%;
}
.teamContainer .teamMember .memberInfo h2 {
  float: left;
  width: 100%;
  text-align: center;
}
.teamContainer .teamMember .memberInfo p {
  float: left;
  margin: 0 0 10px 0;
  width: 100%;
}
.teamContainer .teamMember .memberInfo p img {
  width: 100%;
}
.teamContainer > p {
  float: left;
  padding: 10px 20px;
}
.videoContainer {
  margin-bottom: 20px;
}
.fb-page {
  width: 100%;
}
#betterplace_donation_iframe {
  position: relative;
  float: left;
  width: 100%;
}
#betterplace_donation_iframe iframe {
  max-width: 1200px !important;
}
.iframe-donations-controller .iframe-donations-fieldset {
  background: transparent none repeat scroll 0 0;
}
.iframe-donations-controller .checkout-container {
  background: transparent none repeat scroll 0 0 !important;
}
.iframe-donations-checkout-step-1 {
  background: transparent none repeat scroll 0 0 !important;
}
.newsletterForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.newsletterForm .block {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.newsletterForm .block:last-child {
  margin-bottom: 0;
}
.newsletterForm .block.toggle {
  display: none;
}
.newsletterForm div.error {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: red;
}
.newsletterForm label {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.newsletterForm input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: thin solid #87a4aa;
  border-radius: 0;
  float: left;
  height: 35px;
  position: relative;
  width: 100%;
  color: #365359;
  padding: 0 5px;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 35px;
}
.newsletterForm input:focus {
  border: thin solid #808080;
}
.newsletterForm button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  height: 40px;
  line-height: 40px;
  width: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #cc0000;
  color: #FFFFFF;
  border: none;
  outline: none;
  padding: 0 10px;
  margin: 0;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletterForm button:focus {
  outline: none;
}
.newsletterForm button:hover {
  background-color: #E00000;
}
.newsletterForm button.red {
  background: #ff0042;
  color: #fff;
}
.newsletterForm button.disabled {
  background-color: #808080;
  color: #FFFFFF;
  pointer-events: none;
}
.newsletterForm button.disabled:hover {
  background-color: #808080;
  color: #FFFFFF;
}
.newsletterForm button.toggleBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  height: 30px;
  width: auto;
  background: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #365359;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletterForm button.toggleBtn:focus {
  outline: none;
}
.newsletterForm button.toggleBtn:hover {
  color: #808080;
}
.newsletterForm button {
  width: 100%;
  text-align: center;
}
.itemSlider {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.itemSlider .itemSliderInner {
  position: relative;
  float: left;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.itemSlider .itemSliderInner .sliderItem img {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
.itemSlider#itemSliderStart .itemSliderInner .sliderItem {
  float: left;
  height: auto;
  cursor: pointer;
  width: 32%;
  margin-right: 2%;
}
.itemSlider#itemSliderStart .itemSliderInner .sliderItem:last-child {
  margin-right: 0;
}
.itemSlider#itemSliderStart .itemSliderInner .sliderItem:nth-child(4n) {
  margin-right: 2%;
}
.itemSlider#itemSliderStart .itemSliderInner .sliderItem:nth-child(3n),
.itemSlider#itemSliderStart .itemSliderInner .sliderItem:last-child {
  margin-right: 0;
}
.itemSlider#itemSliderStartBig .itemSliderInner .sliderItem {
  float: left;
  height: auto;
  cursor: pointer;
  width: 100%;
  margin-right: 0;
}
.itemSlider#itemSliderStartBig .itemSliderInner .sliderItem:last-child {
  margin-right: 0;
}
.itemSlider#itemSliderStartBig .itemSliderInner .sliderItem:nth-child(4n) {
  margin-right: 2%;
}
.itemSlider#itemSliderShip .itemSliderInner .sliderItem {
  float: left;
  height: auto;
  cursor: pointer;
  width: 100%;
  margin-right: 0;
}
.itemSlider#itemSliderShip .itemSliderInner .sliderItem:last-child {
  margin-right: 0;
}
.itemSlider#itemSliderShip .itemSliderInner .sliderItem:nth-child(4n) {
  margin-right: 2%;
}
.itemSlider#itemSliderBeamer .itemSliderInner .sliderItem {
  float: left;
  height: auto;
  cursor: pointer;
  width: 100%;
  margin-right: 0;
}
.itemSlider#itemSliderBeamer .itemSliderInner .sliderItem:last-child {
  margin-right: 0;
}
.itemSlider#itemSliderBeamer .itemSliderInner .sliderItem:nth-child(4n) {
  margin-right: 2%;
}
.itemSlider .sliderNav {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 80px;
  margin-top: -40px;
  color: white;
  font-size: 45px;
  line-height: 80px;
  text-align: center;
  background-color: #87a4aa;
  opacity: 0.6;
  z-index: 800;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.itemSlider .sliderNav.icon-left-open-mini {
  left: 0px;
  margin-left: -10px;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 80px;
}
.itemSlider .sliderNav.icon-right-open-mini {
  right: 0px;
  margin-right: -10px;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
}
.itemSlider .sliderNav:hover {
  background-color: #87a4aa;
  opacity: 1;
}
.itemSliderPagination {
  position: relative;
  top: 20px;
  left: 50%;
  margin-left: 0;
  float: left;
  width: auto;
  clear: both;
}
.itemSliderPagination span {
  float: left;
  width: 30px;
  height: 15px;
  margin-right: 10px;
  cursor: pointer;
  background-color: #87a4aa;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.itemSliderPagination span:last-child {
  margin-right: 0;
}
.itemSliderPagination span:hover {
  background-color: #cc0000;
}
.itemSliderPagination span.active {
  background-color: #cc0000;
}
.resolution {
  font-family: 'PT Sans', sans-serif;
  font-size: 60px;
  font-weight: 700;
}
.socialLinks a {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #000000;
}
.socialLinks a:hover {
  background-color: #cc0000;
}
#highlightContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 3500;
}
#highlightContainer #highlightBox {
  position: relative;
  margin: 0 auto;
  top: 40px;
  max-width: 1280px;
  z-index: 4000;
}
#highlightContainer #highlightBox .icon-cancel {
  position: absolute;
  right: 20px;
  top: -20px;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  color: #FFFFFF;
}
#highlightContainer #highlightBox .icon-cancel:hover {
  color: #cc0000;
}
#highlightContainer #highlightBox img {
  position: relative;
  float: left;
  max-width: 100%;
  height: auto;
}
ul#pressmenu {
  display: block;
  position: relative;
  width: auto;
  height: auto;
}
ul#pressmenu li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  min-height: 94px;
  height: auto;
  margin: 0 0 0 0;
  padding: 10px;
  font-size: 13px;
}
ul#pressmenu li.active {
  background: rgba(135,164,170,0.51);
}
ul#pressmenu li.active a {
  cursor: default;
}
ul#pressmenu li:hover:not(.active) {
  background: rgba(135,164,170,0.2);
}
ul#pressmenu li a {
  display: block;
  position: relative;
  width: 100%;
}
ul#pressmenu li a span {
  display: block;
  position: relative;
  width: 100%;
  color: #19282d;
  font-family: 'PT Sans', sans-serif;
}
ul#pressmenu li a span.headline {
  font-weight: 700;
  font-size: 16px;
}
ul#pressmenu li a span.txt {
  color: #2f464b;
}
@media screen and (max-width: 1024px) {
  .startScreen .title {
    margin-top: 100px;
    font-size: 120px;
    line-height: 95px;
  }
  .startScreen .subtitle {
    margin-top: 50px;
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
  }
  .startScreen .subtitle span {
    font-family: 'PT Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .itemSlider#itemSliderStart .itemSliderInner .sliderItem {
    float: left;
    height: auto;
    cursor: pointer;
    width: 49%;
    margin-right: 1.99%;
  }
  .itemSlider#itemSliderStart .itemSliderInner .sliderItem:last-child {
    margin-right: 0;
  }
  .itemSlider#itemSliderStart .itemSliderInner .sliderItem:nth-child(4n),
  .itemSlider#itemSliderStart .itemSliderInner .sliderItem:nth-child(3n) {
    margin-right: 2%;
  }
  .itemSlider#itemSliderStart .itemSliderInner .sliderItem:nth-child(2n),
  .itemSlider#itemSliderStart .itemSliderInner .sliderItem:last-child {
    margin-right: 0;
  }
  .startScreen .title {
    margin-top: 200px;
    font-size: 80px;
    line-height: 65px;
  }
  .progress {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .startScreen .title {
    margin-top: 150px;
    font-size: 70px;
    line-height: 60px;
  }
  .startScreen .subtitle {
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
  }
  .startScreen .subtitle span {
    font-family: 'PT Sans', sans-serif;
    font-size: 35px;
    font-weight: 700;
  }
}
@media screen and (max-width: 480px) {
  .itemSlider#itemSliderStart .itemSliderInner .sliderItem {
    float: left;
    height: auto;
    cursor: pointer;
    width: 100%;
    margin-right: 0;
  }
  .itemSlider#itemSliderStart .itemSliderInner .sliderItem:last-child {
    margin-right: 0;
  }
  .itemSlider#itemSliderStart .itemSliderInner .sliderItem:nth-child(4n) {
    margin-right: 2%;
  }
  .startScreen .title {
    margin-top: 110px;
    font-size: 60px;
    line-height: 50px;
  }
  .startScreen .subtitle {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }
  .startScreen .subtitle span {
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
  }
}
@media screen and (max-width: 420px) {
  .startScreen .title {
    margin-top: 150px;
    font-size: 45px;
    line-height: 40px;
  }
  .startScreen .subtitle {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }
  .startScreen .subtitle span {
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
  }
}
