@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400&family=Noto+Sans:ital,wght@0,100;0,400;0,500;0,600;0,700;1,400&display=swap");
body {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 840px) {
  body {
    overflow-x: hidden;
  }
}

.container {
  width: 1160px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
}

.navbar-floating {
  background: #132E42;
  position: fixed;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
}

.navbar {
  height: 60px;
  color: white;
}
.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 1;
}
@media (max-width: 840px) {
  .navbar .container {
    align-items: center;
  }
}
.navbar-logo {
  width: 200px;
  display: inline-block;
  text-decoration: none;
  padding-top: 4px;
}
@media (max-width: 840px) {
  .navbar-logo {
    width: 140px;
    padding-top: 10px;
  }
}
.navbar-logo img {
  width: 100%;
}
.navbar-right {
  display: flex;
  align-items: center;
}
.navbar-menu {
  display: flex;
  margin-right: 20px;
}
@media (max-width: 840px) {
  .navbar-menu {
    display: none;
  }
}
.navbar-element {
  margin-right: 30px;
  font-weight: 500;
  display: inline-block;
  color: white;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.navbar-element:hover {
  opacity: 0.8;
}
.navbar-button {
  text-align: center;
}
.navbar-button a {
  display: inline-block;
  text-decoration: none;
  color: black;
  background: white;
  border-radius: 5px;
  padding: 10px 40px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 7px;
}
.navbar-button a:hover {
  opacity: 0.8;
}

.hero {
  background-image: url("/img/web/mastogram-hu.png");
  background-size: cover;
  background-position: 50% 100%;
  height: 600px;
  z-index: 2;
  position: relative;
}
@media (max-width: 840px) {
  .hero {
    max-height: 330px;
  }
}

.header {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 40px;
  padding-top: 60px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: white;
  padding-bottom: 20px;
}
@media (max-width: 840px) {
  .header {
    font-size: 30px;
    line-height: 46px;
  }
}

.features {
  background-color: #132E42;
}
.features-container {
  width: 1160px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  color: white;
  justify-content: space-between;
}
@media (max-width: 840px) {
  .features-container {
    flex-direction: column;
  }
}
.features-feature {
  width: 30%;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 840px) {
  .features-feature {
    width: 100%;
    margin-top: 30px;
  }
}
.features-image {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.features-image img {
  width: 100%;
}
.features-header {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 26px;
  padding-top: 30px;
}
.features-text {
  padding-top: 20px;
  font-size: 18px;
  line-height: 29px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 840px) {
  .features-text {
    max-width: 80%;
  }
}
.features-text span {
  display: inline-block;
  padding-top: 20px;
  opacity: 0.78;
  font-style: italic;
  font-size: 0.8em;
  line-height: 24px;
}

.why-container {
  width: 1160px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.why-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 840px) {
  .why-row {
    flex-direction: column;
  }
}
.why-why {
  width: 40%;
  padding-top: 60px;
}
@media (max-width: 840px) {
  .why-why {
    width: 100%;
  }
}
.why-superHeader {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 56px;
  padding-top: 40px;
}
.why-superHeader span {
  display: inline-block;
  background-image: url("/img/web/bridge-line.svg");
  background-size: cover;
  background-position: center;
  padding: 0 12px;
}
.why-header {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 32px;
}
.why-text {
  font-size: 18px;
  padding-top: 30px;
  line-height: 30px;
  opacity: 0.8;
}

.how {
  background-color: #04518C;
  color: white;
  padding-top: 60px;
  overflow-x: hidden;
}
.how-header {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 50px;
  padding-top: 60px;
  position: absolute;
  left: 0;
  width: 400px;
  max-width: 100%;
}
@media (max-width: 840px) {
  .how-header {
    position: relative;
    width: 100%;
  }
}
.how-howContainer {
  padding-bottom: 60px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
}
.how-row {
  display: flex;
}
.how-row:nth-child(1) {
  justify-content: flex-end;
}
.how-row:nth-child(2) {
  justify-content: center;
}
.how-row:nth-child(3) {
  justify-content: flex-start;
}
.how-how {
  display: flex;
  width: 400px;
  max-width: 90%;
  align-items: flex-end;
  padding-top: 20px;
}
@media (max-width: 840px) {
  .how-how {
    padding-top: 60px;
  }
}
.how-step {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  width: 7%;
  height: 20px;
  display: block;
  flex-shrink: 0;
  padding-bottom: 5px;
  text-align: right;
  padding-right: 5px;
}
.how-text {
  font-size: 20px;
  line-height: 30px;
  border-top-left-radius: 18px;
  border-top: 5px solid white;
  border-left: 5px solid white;
  padding: 14px 14px;
  width: 93%;
  flex-shrink: 0;
}
.how-smile {
  background-image: url("/img/web/smile.png");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 0 center;
}

.action {
  background-color: #04518C;
  color: white;
  padding-bottom: 60px;
}
.action-bridges {
  width: 700px;
  max-width: 90%;
  background-image: url("/img/web/bridge.png");
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  background-size: 50px;
  opacity: 0.1;
}
.action-header {
  text-align: center;
  padding-top: 80px;
  font-size: 44px;
  line-height: 56px;
  font-weight: bold;
}
.action-header span {
  display: inline-block;
  background-image: url("/img/web/bridge-line.svg");
  background-size: cover;
  background-position: center;
  padding: 0 12px;
}
.action-button {
  text-align: center;
  padding-top: 80px;
}
.action-button a {
  display: inline-block;
  text-decoration: none;
  color: black;
  background: white;
  border-radius: 5px;
  padding: 20px 80px;
  font-weight: bold;
  font-size: 18px;
}
.action-button a:hover {
  opacity: 0.8;
}

.footer {
  background-color: #04518C;
  color: white;
  padding-bottom: 14px;
  padding-top: 100px;
}
.footer a {
  color: white;
  font-size: 14px;
}
.footer-left {
  align-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 840px) {
  .footer-left {
    flex-direction: column;
  }
}
.footer-logo {
  float: left;
  margin-right: 20px;
  opacity: 0.4;
  width: 170px;
}
.footer-logo img {
  width: 100%;
}
.footer .allRights {
  opacity: 0.6;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  padding-top: 4px;
}
@media (max-width: 840px) {
  .footer .allRights {
    padding-top: 20px;
  }
}

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