body:has(.sec-content) .sec-page-head .title,
.content{
  max-width: 80rem;
}
.content .h1,
.content .h2{
  margin: 4rem 0 1.6rem;
}
.content .h3,
.content .h4{
  margin: 3.2rem 0 1.6rem;
}
.content .h5,
.content .h6{
  margin: 3.2rem 0 2.4rem;
  font-weight: normal;
}
.content :is(h1, h2, h3, h4, h5, h6):first-child{
  margin-top: 0;
}
.content :is(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 0;
}
.content .badge + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 2.4rem;
}
.content :is(h1, h2, .h1, .h2) + p{
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.36px;
}
.content p,
.content li{
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.32px;
  margin-bottom: 1.6rem;
}
.content p:last-child{
  margin-bottom: 0;
}
.content ul,
.content ol{
  margin-bottom: 1.6rem;
}
.content li{
  margin-bottom: 0;
  padding-left: 2.2rem;
}
.content li::after{
  left: 1rem;
  top: 1.2rem;
  width: 0.3rem;
  height: 0.3rem;
}
.content p strong{
  font-weight: 600;
}
.content p:has(+ ul),
.content p:has(+ ol){
  margin-bottom: 0;
}
.content p:has(+ ul) strong,
.content p:has(+ ol) strong{
  font-weight: bold;
}
.content hr{
  margin: 4rem 0;
  border-top: 0;
  border-color: #E5EAF0;
}
.content hr:first-child{
  margin-top: 0;
}
.content hr:last-child{
  margin-bottom: 0;
}
.content ol ul,
.content ul ol,
.content ol ol,
.content ul ul{
  list-style: lower-alpha;
  padding-left: 2.2rem;
}
.content ol ul li,
.content ul ol li,
.content ol ol li,
.content ul ul li{
  padding-left: 0;
}
.content ol ul li::after,
.content ul ol li::after,
.content ol ol li::after,
.content ul ul li::after{
  content: none;
}
.content a{
  text-decoration: underline !important;
  text-decoration-skip-ink: none;
  color: var(--light-black);
}
.content a:hover{
  text-decoration: none !important;
  color: var(--black);
}
.contact-box{
  margin: 2.4rem 0;
  padding: 1.6rem;
  align-items: flex-start;
}
.contact-box:first-child{
  margin-top: 0;
}
.contact-box:last-child{
  margin-bottom: 0;
}
.content-box-icon{
  width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
}
.contact-box-text .h6,
.contact-box-text p{
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.10px;
}
.contact-box-text .h6{
  font-weight: 500;
  color: var(--black);
  margin: 0 0 0.4rem !important;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .content .h5,
  .content .h6 {
    margin: 2.8rem 0 2rem;
  }
  .content hr {
    margin: 3.2rem 0;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .content .h1,
  .content .h2 {
    margin: 3.2rem 0 1.6rem;
  }
  .content .h5,
  .content .h6 {
    margin: 2.8rem 0 2rem;
  }
  .content hr {
    margin: 3.2rem 0;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .content .h1,
  .content .h2
  {
    margin: 3.2rem 0 1.6rem;
  }
  .content .h3,
  .content .h4 {
    margin: 2.4rem 0 1.2rem;
  }
  .content .h5,
  .content .h6 {
    margin: 2.4rem 0 2rem;
  } 
  .content hr {
    margin: 2.4rem 0;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  body:has(.sec-content) .sec-page-head .title, 
  .content {
    max-width: 100%;
  }
  .content .h1,
  .content .h2 {
    margin: 2r.4em 0 1.2rem;
  }
  .content .h3,
  .content .h4 {
    margin: 2rem 0 1.2rem;
  }
  .content .h5,
  .content .h6 {
    margin: 2rem 0 1.6rem;
  }
  .content hr {
    margin: 2rem 0;
  }
}
@media(max-width:767.98px){
  body:has(.sec-content) .sec-page-head .title, 
  .content {
    max-width: 100%;
  }
  .content .h1,
  .content .h2 {
    margin: 2rem 0 1.2rem;
  }
  .content .h3,
  .content .h4 {
    margin: 2rem 0 1.2rem;
  }
  .content .h5,
  .content .h6 {
    margin: 2rem 0 1.6rem;
  }
  .content hr {
    margin: 2rem 0;
  }
}