@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 100%;
}

.hero {
  background-image: url("../images/hero.png");
  width: 100%;
  height: 80%;
  background-size: cover;
  background-position: 50% 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .hero {
    height: 100%;
  }
}
.hero::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  opacity: 1;
  -webkit-box-shadow: white 0px 0px 160px 160px;
  -moz-box-shadow: white 0px 0px 160px 160px;
  box-shadow: white 0px 0px 160px 160px;
}
.hero img {
  position: absolute;
  top: 50px;
  left: 15%;
}
.hero .headline-top {
  font-size: 4.2rem;
  font-weight: 800;
  text-shadow: 3px 0 black;
  letter-spacing: 1px;
  font-weight: bold;
  position: absolute;
  left: 15%;
  bottom: 5%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .hero .headline-top {
    font-size: 1.5rem;
    text-shadow: none;
    letter-spacing: initial;
  }
}

.features {
  background: -webkit-linear-gradient(top, #0b97a6 60%, #ffffff 40%);
  background: -moz-linear-gradient(top, #0b97a6 60%, #ffffff 40%);
  background: -o-linear-gradient(top, #0b97a6 60%, #ffffff 40%);
  background: -ms-linear-gradient(top, #0b97a6 60%, #ffffff 40%);
  background: linear-gradient(top, #0b97a6 60%, #ffffff 40%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features > p {
  font-size: 2rem;
  color: #f7f9f5;
  padding: 50px 20%;
}
@media screen and (max-width: 640px) {
  .features > p {
    padding: 20px 10%;
    font-size: 1.2rem;
  }
}
.features .feature-items-wrapper {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 967px) {
  .features .feature-items-wrapper {
    flex-direction: column;
  }
}
.features .feature-items-wrapper .feature-item {
  width: 340px;
  height: 340px;
  background: #f7f9f5 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  -moz-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
}
.features .feature-items-wrapper .feature-item:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 1076px) {
  .features .feature-items-wrapper .feature-item {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 967px) {
  .features .feature-items-wrapper .feature-item {
    margin: 10px auto !important;
  }
}

.feature-description {
  background: #e7efed 0% 0% no-repeat;
  padding: 10%;
  display: flex;
}
@media screen and (max-width: 967px) {
  .feature-description {
    flex-direction: column;
  }
}
.feature-description .feature-image-container {
  width: 33%;
  text-align: right;
  padding-right: 40px;
}
@media screen and (max-width: 967px) {
  .feature-description .feature-image-container {
    width: 100%;
    flex-direction: column;
    text-align: left;
  }
}
@media screen and (min-width: 968px) {
  .feature-description .feature-image-container {
    margin-left: 13.5%;
  }
}
.feature-description .feature-text-container {
  width: 44%;
  position: relative;
}
@media screen and (max-width: 967px) {
  .feature-description .feature-text-container {
    width: 100%;
    flex-direction: column;
  }
}
.feature-description .feature-text-container h2 {
  font-size: 1.8rem;
  padding-bottom: 30px;
}
.feature-description .feature-text-container p {
  font-size: 1.3rem;
}
.feature-description .feature-text-container a {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 171px;
  height: 60px;
  margin-top: 30px;
  background: #0b97a6 0% 0% no-repeat padding-box;
  border-radius: 60px;
  opacity: 1;
  text-align: center;
  line-height: 60px;
  color: #f7f9f5;
  font-size: 1.3rem;
  text-decoration: none;
  font-weight: 800;
}
@media screen and (max-width: 1669px) {
  .feature-description .feature-text-container a {
    position: static;
  }
}

.sponsors {
  width: 100%;
}
.sponsors h2 {
  font-size: 2.5rem;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 967px) {
  .sponsors h2 {
    font-size: 1.5rem;
  }
}
.sponsors .logos-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 967px) {
  .sponsors .logos-wrapper {
    flex-direction: column;
  }
  .sponsors .logos-wrapper img:not(:last-of-type) {
    margin-right: 0 !important;
    margin-bottom: 80px;
  }
}
.sponsors .logos-wrapper img:not(:last-of-type) {
  margin-right: 100px;
}

footer {
  background: #353646 0% 0% no-repeat;
  width: 100%;
  padding: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 762px) {
  footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer .contacts-wrapper {
  display: flex;
  flex-direction: row;
  color: white;
}
footer .contacts-wrapper h2 {
  font-size: 1.1rem;
  padding-bottom: 50px;
  padding-right: 50px;
}
footer .contacts-wrapper a:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (min-width: 968px) {
  footer .contacts-wrapper {
    margin-left: 13.5%;
  }
}
@media screen and (max-width: 762px) {
  footer .logo-wrapper {
    margin-top: 50px;
  }
}

/*# sourceMappingURL=product.css.map */
