@charset "UTF-8";
.content-text h2 {
  font-size: 24px;
  padding-bottom: 12px;
}
.content-text h2 b {
  font-size: 24px;
}
.content-text h3 {
  font-size: 20px;
  padding-bottom: 12px;
}
.content-text h3 b {
  font-size: 20px;
}
.content-text h4 {
  font-size: 16px;
  padding-bottom: 12px;
}
.content-text h4 b {
  font-size: 16px;
}
.content-text h5 {
  font-size: 13px;
  padding-bottom: 12px;
}
.content-text h5 b {
  font-size: 13px;
}
.content-text p {
  font-size: 19px;
  color: #000;
  font-weight: 400;
  text-align: justify;
}
.content-text p strong {
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
.content-text ul {
  margin-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.content-text ol {
  margin-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.content-text li {
  font-size: 19px;
  color: #000;
  font-weight: 400;
}
.content-text li strong {
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
.content-text blockquote {
  position: relative;
  max-width: 1280px;
  margin: 2rem auto !important;
  padding: 2rem 3rem 2rem 4rem !important;
  background: #f8fafc;
  border-left: 3px solid #4a5568 !important;
  border-radius: 6px;
  font-family: Georgia, serif;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.content-text blockquote p {
  margin: 1rem 0 !important;
  color: #2d3748;
  font-size: 1.1rem !important;
  line-height: 1.7 !important;
  font-style: italic !important;
  font-weight: 400 !important;
}
.content-text blockquote p i {
  font-style: italic !important;
}
.content-text blockquote:before {
  content: "“";
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  color: rgba(74, 85, 104, 0.3);
  font-size: 4rem;
  font-family: Times New Roman, serif;
}
@media (max-width: 768px) {
  .content-text blockquote {
    padding: 1.5rem 2rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .content-text blockquote:before {
    left: 0.5rem;
    font-size: 3rem;
  }
  .content-text blockquote p {
    font-size: 1rem !important;
  }
  .content-text blockquote p:nth-last-child(2), .content-text blockquote p:last-child {
    font-size: 0.9rem !important;
  }
}
.content-text table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 600px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  border: unset;
}
.content-text table td {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  line-height: 1.6;
  border: unset;
}
.content-text table tr:last-child td {
  border-bottom: none;
}
.content-text table tr:hover {
  background-color: #f8f9fa;
}
.content-text table td:first-child {
  font-weight: 600;
  color: #2c3e50;
  background-color: #f8f9fa;
}
.content-text table td:nth-child(2),
.content-text table td:nth-child(3) {
  color: #34495e;
  font-weight: 400;
}
.content-text table td:nth-child(4) {
  color: #7f8c8d;
  font-size: 0.9em;
}
.content-text table b {
  color: #2c3e50;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .content-text table td {
    padding: 12px;
    font-size: 0.9em;
  }
  .content-text table td:nth-child(4) {
    font-size: 0.85em;
  }
}

.section-title {
  padding: 24px 0px;
  position: relative;
  color: rgb(35, 61, 97);
  font-size: 34px;
  padding-bottom: 24px;
  font-weight: 400;
}
.section-title strong {
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24pt;
    padding-bottom: 32px;
  }
}
.section-title::after {
  content: "";
  width: 150px;
  height: 2px;
  background: rgb(239, 126, 34);
  top: -4px;
  left: 0;
  position: absolute;
}
.section-title.centered {
  text-align: center;
  margin: 0 auto;
}
.section-title.centered::after {
  content: "";
  width: 150px;
  height: 2px;
  background: rgb(239, 126, 34);
  top: unset;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

/*# sourceMappingURL=style.css.map */
