section#default-content {
  margin-top: 9rem;
  margin-bottom: 4rem;
}
section#default-content a {
  color: #5a80c6;
  font-weight: 800;
}
section#default-content a:hover {
  text-decoration: underline;
}
section#default-content .section-after-title--title {
  padding-top: 8rem;
}
section#default-content .section-after-title--title-header {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  color: #5a80c6;
}
section#default-content .section-after-title--box.maincolor-border {
  border: 0.1rem solid #5a80c6;
  padding: 2rem;
  margin-bottom: 4rem;
  margin-top: 3rem;
}
section#default-content .section-after-title--box--title p {
  color: #1a2421;
  font-size: 2.2rem;
  font-weight: 700;
}
section#default-content .section-after-title--box--content p {
  color: #5a80c6;
  font-size: 1.9rem;
  line-height: 2rem;
  margin-bottom: 0;
  font-weight: 500;
}
section#default-content .section-title {
  position: relative;
}
section#default-content .section-title .watermark {
  position: absolute;
  z-index: -9;
  left: -14rem;
  top: -9rem;
}
section#default-content .section-title .watermark img {
  width: 100%;
}
section#default-content .section-title h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
}
section#default-content .section-title h2:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  display: block;
  max-width: 41rem;
  width: 100%;
  border-bottom: 0.1rem dashed #1a2421;
}
section#default-content .section-content {
  margin-top: 4rem;
}
section#default-content .section-content .desc {
  font-size: 1.8rem;
}

#deliverables .deliverables--header {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #5a80c6;
  padding: 2rem 0;
}
@media (max-width: 864px) {
  #deliverables .deliverables--header {
    display: none;
  }
}
#deliverables .deliverables--d-name--deliverable h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
#deliverables .deliverables--d-name--name {
  text-align: left;
  font-weight: 700;
  padding-top: 1rem;
  margin-bottom: 2rem;
  color: #5a80c6;
  font-size: 1.8rem;
}
#deliverables .deliverables--deliverable {
  padding: 2rem 0;
}
#deliverables .deliverables .column {
  padding: 1rem 0;
}
#deliverables .deliverables--name {
  text-align: left;
  padding: 20px 0;
}
@media (max-width: 119.9rem) {
  #deliverables .deliverables--name {
    display: none;
  }
}
#deliverables .single-deliverable-inner {
  text-align: center;
  border: 1px solid #5a80c6;
  border-bottom: 0;
}
@media (max-width: 57.5rem) {
  #deliverables .single-deliverable-inner .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (max-width: 57.5rem) {
  #deliverables .single-deliverable-inner .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
#deliverables .single-deliverable-inner .column {
  height: 10rem;
  border-right: 0.1rem solid #5a80c6;
  color: #5a80c6;
  display: flex;
  justify-content: center;
  align-items: center;
}
#deliverables .single-deliverable-inner .column:last-child {
  border-right: none;
}
#deliverables .single-deliverable-inner--download .isDisabled {
  cursor: not-allowed;
}
#deliverables .single-deliverable-inner--download .isDisabled img {
  opacity: 0.5;
}
@media (max-width: 99.2rem) {
  #deliverables .single-deliverable-body {
    padding-bottom: 2rem;
  }
}
#deliverables .single-deliverable-body p {
  border-left: 0.4rem solid #707070;
  padding: 0 5rem 0 3.3rem;
  line-height: 3rem;
  font-size: 1.8rem;
  color: #5a80c6;
}
@media (max-width: 99.2rem) {
  #deliverables .single-deliverable-body p {
    padding-left: 2rem;
  }
}

section#default-content {
  margin-top: 0;
  margin-bottom: 0;
}
section#default-content div.section-title {
  display: none;
}
