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

*:focus {
  outline: none;
}

*:active {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.contacts {
  background: rgba(230, 230, 230, 0.65);
  background-image: url("/web/assets/8.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.contacts-plane {
  background: linear-gradient(rgba(250, 250, 250, 0.65) 60%, rgb(255, 255, 255));
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  width: 100%;
  height: 100%;
  position: absolute;
}
.contacts-contact {
  width: 400px;
  height: 120px;
  padding: 30px;
  background: rgba(250, 250, 250, 0.95);
  display: flex;
  align-items: center;
}
.contacts-contact div:nth-child(1) {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (width < 890px) {
  .contacts {
    height: -moz-fit-content;
    height: fit-content;
  }
  #contacts-list {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #footer {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
@media (width < 450px) {
  .contacts-contact {
    height: -moz-fit-content;
    height: fit-content;
    width: 270px;
  }
  .contacts-contact .hstack {
    flex-direction: column;
    gap: 20px;
  }
  #footer {
    flex-direction: column;
    justify-content: center;
  }
}
@media (width < 300px) {
  #footer-links {
    display: none;
  }
}
.hero {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  background: rgba(250, 250, 250, 0.65);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
.hero-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: url("/web/assets/8.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s;
  overflow-x: hidden;
}
.hero-image {
  width: 50vw;
  height: 80vh;
  margin-right: 60px;
  margin-top: 75px;
}
.hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-copy {
  width: 100%;
  height: 100vh;
  padding-left: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.hero-copy .headline {
  padding: 0;
  margin: 0;
}
.hero-copy .subheadline {
  padding: 0;
  margin: 0;
  width: 550px;
}
.hero-copy .headline {
  padding: 0;
  margin: 0;
}
.hero-header {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 43px;
  right: 80px;
  display: flex;
  flex-direction: row;
  gap: 80px;
}
.hero-header a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: roboto-regular;
  text-decoration: none;
}
.hero-header a:hover {
  opacity: 0.5;
}
.hero-header-menu {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 36px;
  right: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.hero-logo {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 30px;
  left: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-learn {
  width: 150px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: rgb(81, 160, 243);
  background: rgb(255, 255, 255);
}

.cta-partner {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgb(81, 160, 243);
  border: 2px solid rgb(81, 160, 243);
  color: rgb(255, 255, 255);
}

#cta-btns {
  gap: 40px;
}

@media (width > 1650px) {
  .hero {
    width: 1650px;
  }
  #main-wrapper {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    border: none;
  }
}
@media (width <= 1650px) {
  .hero {
    width: 100vw;
  }
  #main-wrapper {
    width: 100vw;
  }
}
@media (width <= 990px) {
  .hero-header {
    display: none;
  }
  .hero-image {
    display: none;
  }
  .hero-copy .vstack {
    width: 600px;
  }
  .hero-header-menu {
    display: block;
  }
}
@media (width <= 745px) {
  .hero {
    justify-self: center;
  }
  .hero-copy {
    padding-left: 80px;
  }
  .hero-copy .headline {
    font-size: 35px;
    line-height: 42px;
  }
  .hero-copy .subheadline {
    font-size: 14px;
  }
}
@media (width <= 690px) {
  .hero-copy {
    padding-left: 40px;
  }
  .hero-logo {
    left: 40px;
  }
  .hero-header-menu {
    right: 40px;
  }
  .hero-copy .subheadline {
    width: 100%;
    padding-right: 20px;
  }
}
@media (width <= 540px) {
  .hero-wrapper {
    width: 100vw;
  }
  .hero {
    width: 100vw;
  }
  .hero-logo {
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-copy {
    padding-left: 0px;
  }
  .hero-copy .vstack {
    align-items: center;
    width: 100%;
  }
  #cta-btns {
    gap: 30px;
  }
  .hero-copy .headline {
    font-size: 30px;
    line-height: 32px;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  .hero-copy .subheadline {
    padding-left: 20px;
    text-align: center;
  }
  .cta-learn {
    width: 130px;
  }
  .cta-partner {
    width: 170px;
  }
}
@media (height <= 700px) {
  .hero {
    height: 700px;
  }
  .hero-image {
    height: 80%;
  }
  .hero-copy {
    height: 700px;
  }
}
@media (height > 900px) {
  .hero {
    height: 900px;
  }
  .hero-image {
    height: 80%;
  }
  .hero-copy {
    height: 900px;
  }
}
.metrics {
  width: 100%;
  height: 400px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
}
.metrics-metric {
  width: 250px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.metricshadow {
  text-shadow: 0px 30px 60px rgba(37, 37, 37, 0.7);
}

@media (width < 950px) {
  .metrics {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 40px;
    padding-top: 40px;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (width < 545px) {
  .metrics {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.services {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
}
.services-wrapper {
  background: rgba(230, 230, 230, 0.65);
  width: 100%;
  height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
  background-image: url("/web/assets/8.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s;
  position: relative;
}
.services-wrapper-plane {
  background: rgba(250, 250, 250, 0.65);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  width: 100%;
  height: 100%;
  position: absolute;
}
.services-wrapper .services-title {
  font-family: noto-bold;
}
.services-service {
  background: rgb(255, 255, 255);
  width: 300px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 20px 10px rgba(0, 0, 0, 0.142);
}
.services-service .service-title {
  position: absolute;
  font-family: noto-semibold;
  left: 30px;
  top: 90px;
  color: rgb(240, 240, 240);
}
.services-service .service-profile {
  width: 100%;
  height: 150px;
  position: relative;
}
.services-service .service-profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.services-service .service-profile .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.services-service .service-body {
  width: 300px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 30px;
  padding-bottom: 20px;
}
.services-service .service-body p {
  width: 240px;
  height: 100px;
  font-family: roboto-regular;
}
.services-service .service-body a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 5px;
  font-family: roboto-regular;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1973d2;
  cursor: default;
}
.services-service .service-body a:hover {
  opacity: 0.7;
}

@media (width < 1130px) {
  .services-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .services {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width < 1130px) {
  .services {
    grid-template-columns: 1fr;
  }
}
.about {
  width: 100%;
  min-height: 500px;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.about-profile {
  width: 100%;
  height: 500px;
  background-image: url("/web/assets/8.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s;
  position: absolute;
}
.about-profile-plane {
  width: 100vw;
  height: 100%;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: linear-gradient(rgba(250, 250, 250, 0.65), rgb(255, 255, 255));
}

#p1 {
  text-align: center;
}

#p2 {
  text-align: center;
}

#text {
  width: 500px;
}

@media (width < 530px) {
  .about {
    width: 100vw;
  }
  #text {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #p1 {
    width: 100%;
    word-break: nowrap;
  }
  #p2 {
    width: 100%;
  }
}
.partners {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.partners-wrapper {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
  margin: 50px;
}
.partners-container {
  width: 110px;
  height: 110px;
  box-shadow: 0px 1px 30px 10px rgba(0, 0, 0, 0.1);
}
.partners-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (width <= 890px) {
  .partners-wrapper {
    flex-direction: column;
    gap: 50px;
  }
  #partners-title {
    text-align: center;
  }
}
@media (width <= 510px) {
  .partners {
    flex-direction: column;
  }
  .partners-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.hstack {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
}

.vstack {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.borders {
  border: 1px solid rgb(190, 190, 190);
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mid {
  margin-left: auto;
  margin-right: auto;
}

@font-face {
  font-family: "roboto-black";
  src: url("./fonts/roboto/Roboto-Black.ttf");
}
@font-face {
  font-family: "roboto-bold";
  src: url("./fonts/roboto/Roboto-Bold.ttf");
}
@font-face {
  font-family: "roboto-extrabold";
  src: url("./fonts/roboto/Roboto-ExtraBold.ttf");
}
@font-face {
  font-family: "roboto-extralight";
  src: url("./fonts/roboto/Roboto-ExtraLight.ttf");
}
@font-face {
  font-family: "roboto-italic";
  src: url("./fonts/roboto/Roboto-Italic.ttf");
}
@font-face {
  font-family: "roboto-light";
  src: url("./fonts/roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: "roboto-medium";
  src: url("./fonts/roboto/Roboto-Medium.ttf");
}
@font-face {
  font-family: "roboto-regular";
  src: url("./fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: "roboto-semibold";
  src: url("./fonts/roboto/Roboto-SemiBold.ttf");
}
@font-face {
  font-family: "roboto-thin";
  src: url("./fonts/roboto/Roboto-Thin.ttf");
}
@font-face {
  font-family: "noto-black";
  src: url("./fonts/noto/NotoSerif-Black.ttf");
}
@font-face {
  font-family: "noto-bold";
  src: url("./fonts/noto/NotoSerif-Bold.ttf");
}
@font-face {
  font-family: "noto-extrabold";
  src: url("./fonts/noto/NotoSerif-ExtraBold.ttf");
}
@font-face {
  font-family: "noto-extralight";
  src: url("./fonts/noto/NotoSerif-ExtraLight.ttf");
}
@font-face {
  font-family: "noto-italic";
  src: url("./fonts/noto/NotoSerif-Italic.ttf");
}
@font-face {
  font-family: "noto-light";
  src: url("./fonts/noto/NotoSerif-Light.ttf");
}
@font-face {
  font-family: "noto-medium";
  src: url("./fonts/noto/NotoSerif-Medium.ttf");
}
@font-face {
  font-family: "noto-regular";
  src: url("./fonts/noto/NotoSerif-Regular.ttf");
}
@font-face {
  font-family: "noto-semibold";
  src: url("./fonts/noto/NotoSerif-SemiBold.ttf");
}
@font-face {
  font-family: "noto-thin";
  src: url("./fonts/noto/NotoSerif-Thin.ttf");
}
@font-face {
  font-family: "pf-bold";
  src: url("./fonts/playfair/PlayfairDisplay-Bold.ttf");
}
@font-face {
  font-family: "pf-semibold";
  src: url("./fonts/playfair/PlayfairDisplay-SemiBold.ttf");
}
.a-text-display-large {
  margin: 0;
  padding: 0;
  font-size: 57px;
  line-height: 64px;
  letter-spacing: -0.25px;
  color: #090A0B;
}
.a-text-display-large.lighten {
  color: #f0f0f0;
}

.a-text-display-medium {
  margin: 0;
  padding: 0;
  font-size: 45px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #090A0B;
}
.a-text-display-medium.lighten {
  color: #f0f0f0;
}

.a-text-display-small {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #090A0B;
}
.a-text-display-small.lighten {
  color: #f0f0f0;
}

.a-text-headline-large {
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #090A0B;
}
.a-text-headline-large.lighten {
  color: #f0f0f0;
}

.a-text-headline-medium {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #090A0B;
}
.a-text-headline-medium.lighten {
  color: #f0f0f0;
}

.a-text-headline-small {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #090A0B;
}
.a-text-headline-small.lighten {
  color: #f0f0f0;
}

.a-text-title-large {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #090A0B;
}
.a-text-title-large.lighten {
  color: #f0f0f0;
}

.a-text-title-medium {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #090A0B;
}
.a-text-title-medium.lighten {
  color: #f0f0f0;
}

.a-text-title-small {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #090A0B;
}
.a-text-title-small.lighten {
  color: #f0f0f0;
}

.a-text-body-large {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #090A0B;
}
.a-text-body-large.lighten {
  color: #f0f0f0;
}

.a-text-body-medium {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #090A0B;
}
.a-text-body-medium.lighten {
  color: #f0f0f0;
}

.a-text-body-small {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #090A0B;
}
.a-text-body-small.lighten {
  color: #f0f0f0;
}

.a-text-label-large {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #090A0B;
}
.a-text-label-large.lighten {
  color: #f0f0f0;
}

.a-text-label-semi {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #090A0B;
}
.a-text-label-semi.lighten {
  color: #f0f0f0;
}

.a-text-label-medium {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #090A0B;
}
.a-text-label-medium.lighten {
  color: #f0f0f0;
}

.a-text-label-small {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #090A0B;
}
.a-text-label-small.lighten {
  color: #f0f0f0;
}

p {
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=main.css.map */