header {
  margin: 0;
	display: inline-flex;
	position: fixed;
  top: 0;
  left: 0;
	right: 0;
	flex-direction: column;
	z-index: 10;
}

h1 {	
  font-family: SF Pro Display;
  font-size: 40px;
	font-weight: 700;
}

h2 {
  font-family: SF Pro Display;
	font-size: 36px;
	font-weight: 600;
  line-height: 40px;
}

h3 {
  font-family: SF Pro Display;
	font-size: 24px;
	font-weight: 600;
}

p {
  font-family: SF Pro Display;
  font-size: 20px;
	font-weight: 400;
  padding: 0px;
}

h1, h2, h3 {
  margin: 0;
}

.banner {
  background-color: #090909;
  padding: 86px 99px;
  margin: auto;
  width: 100vw;
}

.banner-content {
  max-width: 1200px;
  margin: auto;
  padding: 0px 99px;
}

.content {
  max-width: 1200px;
  padding: 77px 99px;
  margin: auto;
}

@media (max-width: 990px) {
  .banner {
    margin-top: 74.65px;
    padding: 86px 40px;
  }

  .banner-content {
    padding: 0px;
  }

  .content {
    padding: 77px 40px;
  }
}

@media (min-width: 991px) {
  .banner-content img {
    max-width: 521px;
  }
}

.framework {
  padding: 122px 0px 50px 0px;
  display: flex;
  justify-content: center;
}

.framework img {
  max-width: 100%; 
  width: 500px; 
  margin-top: -110px;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.content .topic {
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
  gap: 14px;
}

.topic .text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.step {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.card {
  padding: 27px 31px;
  border-radius: 10px;
  border: none;
}

.card-green {
  background-color: #3F9B2126;
}

.card-orange {
  background-color: #C1833C26;
}

.card-blue {
  background-color: #048DDA26;
}

.card-title {
  gap: 12px;
  justify-content: left;
  align-items: center;

}

.links-list {
  gap: 14px;
}

.title-simple {
  font-family: SF Pro Display;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0px;
}

.links-list a {
  font-family: SF Pro Display;
  font-weight: 590;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.43px;
  text-decoration: underline;
  text-decoration-style: solid; 
}

.links-list a:hover {
  color: #409b21d3;
}

.note {
  font-weight: 700;
  font-style: italic;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.43px;
}

.text-green {
  color: #3F9B21;
}

.text-orange {
  color: #C1833C;
}

.text-blue {
  color: #048DDA;
}

.text-purple {
  color: #AF52DE;
}

.card-gray {
  background-color: #6A6A6A26;
  gap: 14px;
}

.card-gray cite, .card-gray span {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.43px;
}

.call {
	background-color: #3F9B21;
	gap: 40px;
	display: flex;
	flex-direction: row;
	padding: 14px;
	justify-content: center;
	margin-top: 95px;
}

.call span, .call a {
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 0.28px;
	font-weight: 400;
}

.call a {
	text-decoration: underline;
}

@media (max-width: 630px) {
	.call {
		flex-direction: column;
		text-align: center;
		gap: 0;
	}
}