* {
  box-sizing: border-box;
  font-family: "Alumni Sans", sans-serif;
  color: #ECEADE;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #173E1D;
}
body .full {
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 800px;
}
body #main {
  min-height: 1000px;
}
body #main.femida-bg {
  background: url("../femida.png") no-repeat center center;
  background-size: cover;
}
body #main .header {
  margin-top: 60px;
  display: flex;
  flex-wrap: nowrap;
  height: 100px;
  min-width: 1200px;
  width: 70vw;
}
body #main .header .logo {
  background: url("../logo1.png") no-repeat center center/contain;
  width: 151px;
  height: 175px;
  position: relative;
  top: -40px;
}
body #main .header .menu {
  flex: 1;
  margin-left: 80px;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 50px;
  margin-top: 20px;
}
body #main .header .menu .menu-item {
  color: #ECEADE;
  font-size: 30px;
  cursor: pointer;
  text-transform: uppercase;
}
body #main .header .menu .menu-item.active-item {
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
body #main .title {
  min-width: 1200px;
  width: 70vw;
  text-align: left;
  margin-top: 70px;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 60px;
  text-shadow: 5px 2px 4px rgba(0, 0, 0, 0.25);
}
body #main .subtitle {
  min-width: 1200px;
  width: 70vw;
  text-align: left;
  margin-top: 50px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  font-family: "Sen", sans-serif;
}
body #main .spacer {
  flex-grow: 1;
}
body #main .main-footer {
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  flex-wrap: nowrap;
  height: 100px;
  min-width: 1200px;
  width: 70vw;
}
body #main .main-footer .ask-button {
  border-radius: 50vh;
  background-color: #DE5833;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
body #main .main-footer .info {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #DE5833;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: monospace;
  font-size: 40px;
  font-weight: 600;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
body #main .feedback {
  min-width: 1200px;
  width: 70vw;
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
body #main .feedback__preheader {
  font-size: 24px;
}
body #main .feedback__header {
  font-size: 44px;
  margin-bottom: 30px;
}
body #main .feedback__input {
  width: 500px;
  border: 1px solid black;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 10px;
  backdrop-filter: blur(10px);
}
body #main .feedback__input input {
  border: none;
  background: transparent;
  font-size: 24px;
  color: white;
  font-weight: bold;
  width: 100%;
  outline: none;
}
body #main .feedback__button {
  text-align: left;
}
body #main .feedback__button input {
  border: none;
  outline: none;
  color: white;
  font-weight: bold;
  background-color: #DE5833;
  font-size: 24px;
  padding: 10px 30px;
  border-radius: 6px;
}

.header0 {
  height: 104px;
  color: #04340C;
  text-transform: uppercase;
  font-size: 80px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}

.bg0 {
  height: initial !important;
}

.text0 {
  min-width: 1200px;
  width: 70vw;
  background-color: #ECEADE;
  border-radius: 100px;
  padding: 100px;
  font-family: "Sen", sans-serif;
  color: #04340C;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 40px;
}
.text0 h3 {
  color: #404041;
  font-size: 35px;
  line-height: 60px;
}
.text0 p, .text0 b, .text0 a {
  font-family: "Sen", sans-serif;
  color: #404041;
}

.bg1 {
  background-color: #ECEADE;
  height: initial !important;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  justify-content: flex-start !important;
}

.header1 {
  height: 104px;
  color: #DE5833;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 80px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text1 {
  min-width: 1200px;
  width: 70vw;
  font-family: "Sen", sans-serif;
  color: #404041;
  font-size: 25px;
  line-height: 50px;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 60px;
}
.text1 h3 {
  color: #404041;
}
.text1 p, .text1 b {
  font-family: "Sen", sans-serif;
  color: #404041;
}
.text1 a h3 {
  text-decoration: underline !important;
}

.bg2 {
  height: initial !important;
  background-color: #04340C;
  background-image: url("../patterns.png"), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2O4F2H8HwAF6gJpEUcpJQAAAABJRU5ErkJggg==), url("../orange-building.png");
  background-size: cover, 100% calc(100% - 190px), contain;
  background-position: center center, 80px 50px, right center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-blend-mode: normal;
  justify-content: flex-start !important;
}

.header2 {
  font-family: "Alumni Sans", sans-serif;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 80px;
  margin-top: 100px;
}

.text2 {
  min-width: 1200px;
  width: 70vw;
  font-family: "Sen", sans-serif;
  font-size: 25px;
  line-height: 50px;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 120px;
}
.text2 p, .text2 b {
  font-family: "Sen", sans-serif;
}

.bg3 {
  background-color: #ECEADE;
  background-image: url("../pattern2.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  height: initial !important;
  justify-content: flex-start !important;
}

.header3 {
  height: 104px;
  color: #DE5833;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 80px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text3 {
  min-width: 1200px;
  width: 70vw;
  font-family: "Sen", sans-serif;
  color: #404041;
  font-size: 25px;
  line-height: 50px;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 60px;
}
.text3 h3 {
  color: #404041;
}
.text3 p, .text3 b {
  font-family: "Sen", sans-serif;
  color: #404041;
}

.about-container {
  display: flex;
}
.about-container > div {
  flex: 1 1 0;
  width: 0;
}
.about-container__left {
  background: url("/assets/about.png") center 20px/contain no-repeat;
  margin-right: 20px;
  min-height: 500px;
}
.about-container__right {
  font-size: 22px;
  line-height: 32px;
}

.articles {
  display: flex;
}
.articles .article {
  flex: 0 0 50%;
}
.articles .article h3 {
  color: #404041;
  font-size: 35px;
  line-height: 60px;
}
.articles .article h3.article-header {
  margin-top: 0;
}
.articles .article p, .articles .article b, .articles .article a {
  font-family: "Sen", sans-serif;
  color: #404041;
}
.articles .article p.article-paragraph, .articles .article b.article-paragraph, .articles .article a.article-paragraph {
  margin-bottom: 0;
  margin-top: 0;
}
.articles .article p.article-date, .articles .article b.article-date, .articles .article a.article-date {
  margin: 0;
  font-size: 1rem;
}
.articles .article p.article-link, .articles .article b.article-link, .articles .article a.article-link {
  margin-left: 20px;
  text-transform: uppercase;
}

.feedback-result {
  justify-content: flex-start !important;
}
.feedback-result .text0 {
  margin-top: 100px;
}