* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  height: 100dvh;
  width: 100%;
  font-size: 18px;
  font-family: "Satoshi", sans-serif;
  background: #fff;
  position: relative;
  background-image: url("../img/bg.png");
  background-size: contain;
  padding: 70px;
  background-repeat: no-repeat;
  background-position: right bottom;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  body {
    padding: 20px 40px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), url("../img/bg.png");
  }
}
@media (max-width: 420px) {
  body {
    padding: 60px 40px;
    background-size: cover;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), url("../img/bg.png");
  }
}
body .container {
  width: 100%;
  height: 100%;
  font-weight: 200;
  position: relative;
}
body .container .warpper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 420px) {
  body .container .warpper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
body .container .logo {
  width: 173px;
}
@media (max-width: 420px) {
  body .container .logo {
    width: 173px;
  }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  body .container .logo {
    width: 173px;
  }
}
body .container .hero {
  display: flex;
  flex-direction: column;
  justify-items: end;
  align-items: self-start;
  justify-content: end;
  height: calc(100% - 100px);
}
@media (max-width: 420px) {
  body .container .hero {
    justify-content: center;
    margin-top: 40px;
  }
}
body .container .hero h1 {
  color: #10538A;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  body .container .hero h1 {
    font-size: 25px;
  }
}
@media (max-width: 420px) {
  body .container .hero h1 {
    font-size: 25px;
  }
}
body .container .hero p {
  color: #10538A;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 700px;
}
@media (max-width: 420px) {
  body .container .hero p {
    font-size: 15px;
  }
}
body .container .icons {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 30px;
  text-decoration: none;
  height: 24px;
  margin-top: -12px;
  margin-right: 67px;
}
body .container .icons li {
  list-style: none;
}
body .container .icons li a {
  border: 0px;
  display: block;
  color: #10538A;
  text-decoration: none;
  transition: all ease-in-out 300ms;
}
body .container .icons li a img {
  width: 25px;
}
@media (max-width: 420px) {
  body .container .icons li a img {
    width: 20px;
    margin-left: 10px;
  }
}
@media (max-width: 420px) {
  body .container .icons {
    margin-top: 0px;
    margin-right: 0px;
  }
}

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