@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800;900&display=swap");
html {
  font-size: 62.5%;
}

.page-title {
  font-size: 6rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-title {
    font-size: 5rem !important;
  }
}

@media screen and (max-width: 450px) {
  .page-title {
    font-size: 3.5rem !important;
  }
}

.section-title {
  font-size: 3.8rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

.section-title-large {
  font-size: 5.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: black;
}

@media screen and (max-width: 768px) {
  .section-title-large {
    font-size: 4.5rem !important;
  }
}

@media screen and (max-width: 450px) {
  .section-title-large {
    font-size: 3rem !important;
  }
}

.section-title-md {
  font-size: 3.8rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: black;
}

@media screen and (max-width: 768px) {
  .section-title-md {
    font-size: 3rem !important;
  }
}

@media screen and (max-width: 450px) {
  .section-title-md {
    font-size: 2.8rem !important;
  }
}

.section-subtitle-lg {
  font-size: 2.8rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section-subtitle-lg {
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 450px) {
  .section-subtitle-lg {
    font-size: 2.1rem !important;
  }
}

.section-subtitle {
  font-size: 2.1rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section-subtitle {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 450px) {
  .section-subtitle {
    font-size: 1.9rem !important;
  }
}

.body-text {
  font-size: 1.6rem;
  font-family: 'Inter', sans-serif;
}

.primary-color {
  color: #1990d2;
}

.grey-color {
  color: #555555;
}

.section-mt {
  margin-top: 15rem !important;
}

.subtitle-block-1 {
  width: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subtitle-block-1 h2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  margin: 0;
}

.subtitle-block-1 hr {
  margin-left: 2rem;
  width: 100%;
  height: 0.02rem;
}

.subtitle-block-2 {
  width: 400px;
  max-width: 70%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1990d2;
}

.subtitle-block-2 hr {
  height: 2px;
}

.open-sidebar {
  right: 0 !important;
}
/*# sourceMappingURL=global.css.map */