@import url("https://fonts.googleapis.com/css2?family=Inter&family=Sora:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}

.img-responsive {
  display: block;
  max-width: 100%;
}

.cw-main__wrap {
  height: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .cw-main__wrap {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .cw-main__wrap {
    margin-top: 120px;
  }
}
.cw-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cw-article {
  width: 100%;
  margin: auto;
  text-align: center;
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media only screen and (max-width: 767px) {
  .cw-article__inwrap {
    padding-top: 30px;
  }
}
.cw-article__graphic {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  transform: scale(0.95);
}
.cw-article__image-bg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cw-article__title {
  line-height: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #012A38;
  margin-bottom: 30px;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media only screen and (max-width: 767px) {
  .cw-article__title {
    line-height: 28px;
    font-size: 24px;
  }
}
.cw-article__desc {
  font-size: 15px;
  color: #012A38;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .cw-article__desc {
    margin-bottom: 30px;
  }
}
.cw-article__link {
  color: #012A38;
  text-decoration: underline;
  font-weight: 600;
}
.cw-article__link:hover, .cw-article__link:focus {
  color: #012A38;
}