@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
:root {
  --bs-primary: #5AA290;
  --bs-primary-rgb: rgb(90, 162, 144);
  --bs-secondary: #2A4D69;
  --bs-secondary-rgb: rgb(42, 77, 105);
  --bs-success: #50b677;
  --bs-success-rgb: rgb(80, 182, 119);
  --bs-danger: #f7346e;
  --bs-danger-rgb: rgb(247, 52, 110);
  --bs-warning: #ffce63;
  --bs-warning-rgb: rgb(255, 206, 99);
  --bs-info: #3F8E9D;
  --bs-info-rgb: rgb(63, 142, 157);
  --bs-light: #EDEDED;
  --bs-light-rgb: rgb(237, 237, 237);
  --bs-dark: #2c3038;
  --bs-dark-rgb: rgb(44, 48, 56);
}

.ck-editor {
  color: #2A4D69;
}
.ck-editor h1, .ck-editor .h1 {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  font-style: normal;
  line-height: 120%;
}
.ck-editor h1 i, .ck-editor h1 em, .ck-editor .h1 i, .ck-editor .h1 em {
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 992px) {
  .ck-editor h1, .ck-editor .h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .ck-editor h1, .ck-editor .h1 {
    font-size: 2.5rem;
  }
}
.ck-editor h2, .ck-editor .h2 {
  font-family: "Nunito", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .ck-editor h2, .ck-editor .h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .ck-editor h2, .ck-editor .h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .ck-editor h2, .ck-editor .h2 {
    font-size: 2rem;
  }
}
.ck-editor h3, .ck-editor .h3 {
  font-family: "Nunito", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .ck-editor h3, .ck-editor .h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .ck-editor h3, .ck-editor .h3 {
    font-size: 1.5rem;
  }
}
.ck-editor .section-label {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0.75rem;
  letter-spacing: 0.33em;
}
.ck-editor .section-label + h2,
.ck-editor .section-label + h3 {
  margin-top: 0;
}
.ck-editor hr {
  color: #D9D9D9;
  opacity: 1;
}
.ck-editor p.intro {
  font-family: "Nunito", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
}
.ck-editor .small {
  font-size: 0.875rem;
}
.ck-editor .smallest {
  font-size: 0.75rem;
}
.ck-editor .font-family-base {
  font-family: "Nunito", sans-serif;
}
.ck-editor .font-family-title {
  font-family: "Nunito", sans-serif;
}
.ck-editor .text-primary {
  color: #5AA290 !important;
}
.ck-editor .hover-text-primary:hover {
  color: #5AA290 !important;
}
.ck-editor .text-secondary {
  color: #2A4D69 !important;
}
.ck-editor .hover-text-secondary:hover {
  color: #2A4D69 !important;
}
.ck-editor .text-success {
  color: #50b677 !important;
}
.ck-editor .hover-text-success:hover {
  color: #50b677 !important;
}
.ck-editor .text-danger {
  color: #f7346e !important;
}
.ck-editor .hover-text-danger:hover {
  color: #f7346e !important;
}
.ck-editor .text-warning {
  color: #ffce63 !important;
}
.ck-editor .hover-text-warning:hover {
  color: #ffce63 !important;
}
.ck-editor .text-info {
  color: #3F8E9D !important;
}
.ck-editor .hover-text-info:hover {
  color: #3F8E9D !important;
}
.ck-editor .text-light {
  color: #EDEDED !important;
}
.ck-editor .hover-text-light:hover {
  color: #EDEDED !important;
}
.ck-editor .text-dark {
  color: #2c3038 !important;
}
.ck-editor .hover-text-dark:hover {
  color: #2c3038 !important;
}
.ck-editor .text-tertiary {
  color: #8A6E5A !important;
}
.ck-editor .hover-text-tertiary:hover {
  color: #8A6E5A !important;
}
.ck-editor button {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}
.ck-editor .btn {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  padding: 10px 20px;
  border-radius: 1.5rem;
}
.ck-editor .btn.btn-sm {
  padding: 0.33rem 1rem;
}
.ck-editor .btn.btn-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.ck-editor .btn.btn-arrow::after {
  content: "";
  width: 22px;
  height: 13px;
  margin-left: 10px;
  background: right center no-repeat;
  background-size: auto 100%;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='escape-svg-color(#fff)' viewBox='0 0 32 13'%3E%3Cpath d='M25.2148 0.285767C25.5747 -0.0953009 26.1578 -0.0953605 26.5176 0.285767L31.7305 5.81018C32.0901 6.19149 32.09 6.80969 31.7305 7.19104L26.5186 12.7135C26.1587 13.0945 25.5756 13.0947 25.2158 12.7135C24.8565 12.3323 24.8566 11.7149 25.2158 11.3336L28.9199 7.40784H0.976562C0.437264 7.40782 7.28353e-05 6.97056 0 6.43127C6.04573e-05 5.89198 0.437257 5.45473 0.976562 5.45471H28.7891L25.2148 1.66663C24.8552 1.28525 24.8551 0.667098 25.2148 0.285767Z'/%3E%3C/svg%3E");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='escape-svg-color(#fff)' viewBox='0 0 22 13'%3E%3Cpath d='M15.2148 0.285645C15.5747 -0.0951915 16.1578 -0.0953541 16.5176 0.285645L21.7305 5.81006C22.09 6.1913 22.0898 6.80957 21.7305 7.19092L16.5186 12.7144C16.1587 13.095 15.5755 13.0953 15.2158 12.7144C14.8562 12.3331 14.8564 11.7149 15.2158 11.3335L18.9189 7.40869H0.976562C0.437509 7.40868 0.000469377 6.97108 0 6.43213C0 5.89278 0.437219 5.45461 0.976562 5.45459H18.7891L15.2148 1.6665C14.8552 1.28518 14.8552 0.666988 15.2148 0.285645Z'/%3E%3C/svg%3E");
  transition: width 0.5s, margin 0.5s, transform 0.5s;
}
.ck-editor .btn.btn-arrow:hover::after {
  width: 32px;
  margin-right: -5px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='escape-svg-color(#fff)' viewBox='0 0 32 13'%3E%3Cpath d='M25.2148 0.285767C25.5747 -0.0953009 26.1578 -0.0953605 26.5176 0.285767L31.7305 5.81018C32.0901 6.19149 32.09 6.80969 31.7305 7.19104L26.5186 12.7135C26.1587 13.0945 25.5756 13.0947 25.2158 12.7135C24.8565 12.3323 24.8566 11.7149 25.2158 11.3336L28.9199 7.40784H0.976562C0.437264 7.40782 7.28353e-05 6.97056 0 6.43127C6.04573e-05 5.89198 0.437257 5.45473 0.976562 5.45471H28.7891L25.2148 1.66663C24.8552 1.28525 24.8551 0.667098 25.2148 0.285767Z'/%3E%3C/svg%3E");
  transform: translateX(0.5rem);
}
.ck-editor .btn.btn-info {
  background-color: #3F8E9D;
  border-color: #3F8E9D;
  color: #fff;
}
.ck-editor .btn.btn-outline-info {
  background-color: transparent;
  border-color: #3F8E9D;
  color: #3F8E9D;
}
.ck-editor .btn.btn-outline-info.btn-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='escape-svg-color(#3F8E9D)' viewBox='0 0 32 13'%3E%3Cpath d='M25.2148 0.285767C25.5747 -0.0953009 26.1578 -0.0953605 26.5176 0.285767L31.7305 5.81018C32.0901 6.19149 32.09 6.80969 31.7305 7.19104L26.5186 12.7135C26.1587 13.0945 25.5756 13.0947 25.2158 12.7135C24.8565 12.3323 24.8566 11.7149 25.2158 11.3336L28.9199 7.40784H0.976562C0.437264 7.40782 7.28353e-05 6.97056 0 6.43127C6.04573e-05 5.89198 0.437257 5.45473 0.976562 5.45471H28.7891L25.2148 1.66663C24.8552 1.28525 24.8551 0.667098 25.2148 0.285767Z'/%3E%3C/svg%3E");
}
.ck-editor .btn.btn-outline-info:hover {
  background-color: #3F8E9D;
  border-color: #3F8E9D;
  color: #2A4D69;
}
.ck-editor .btn.btn-outline-info:hover.btn-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='escape-svg-color(#2A4D69)' viewBox='0 0 32 13'%3E%3Cpath d='M25.2148 0.285767C25.5747 -0.0953009 26.1578 -0.0953605 26.5176 0.285767L31.7305 5.81018C32.0901 6.19149 32.09 6.80969 31.7305 7.19104L26.5186 12.7135C26.1587 13.0945 25.5756 13.0947 25.2158 12.7135C24.8565 12.3323 24.8566 11.7149 25.2158 11.3336L28.9199 7.40784H0.976562C0.437264 7.40782 7.28353e-05 6.97056 0 6.43127C6.04573e-05 5.89198 0.437257 5.45473 0.976562 5.45471H28.7891L25.2148 1.66663C24.8552 1.28525 24.8551 0.667098 25.2148 0.285767Z'/%3E%3C/svg%3E");
}
.ck-editor .btn.btn-secondary {
  background-color: #2A4D69;
  border-color: #2A4D69;
  color: #fff;
}
.ck-editor .btn.btn-secondary:hover {
  background-color: rgb(56.5714285714, 103.7142857143, 141.4285714286);
  border-color: rgb(56.5714285714, 103.7142857143, 141.4285714286);
}
.ck-editor .btn.btn-outline-secondary {
  background-color: transparent;
  border-color: #2A4D69;
  color: #2A4D69;
}
.ck-editor .btn.btn-outline-secondary.btn-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='escape-svg-color(#2A4D69)' viewBox='0 0 32 13'%3E%3Cpath d='M25.2148 0.285767C25.5747 -0.0953009 26.1578 -0.0953605 26.5176 0.285767L31.7305 5.81018C32.0901 6.19149 32.09 6.80969 31.7305 7.19104L26.5186 12.7135C26.1587 13.0945 25.5756 13.0947 25.2158 12.7135C24.8565 12.3323 24.8566 11.7149 25.2158 11.3336L28.9199 7.40784H0.976562C0.437264 7.40782 7.28353e-05 6.97056 0 6.43127C6.04573e-05 5.89198 0.437257 5.45473 0.976562 5.45471H28.7891L25.2148 1.66663C24.8552 1.28525 24.8551 0.667098 25.2148 0.285767Z'/%3E%3C/svg%3E");
}
.ck-editor .btn.btn-outline-secondary:hover {
  background-color: #2A4D69;
  border-color: #2A4D69;
  color: #fff;
}
.ck-editor .btn.btn-outline-secondary:hover.btn-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='escape-svg-color(#fff)' viewBox='0 0 32 13'%3E%3Cpath d='M25.2148 0.285767C25.5747 -0.0953009 26.1578 -0.0953605 26.5176 0.285767L31.7305 5.81018C32.0901 6.19149 32.09 6.80969 31.7305 7.19104L26.5186 12.7135C26.1587 13.0945 25.5756 13.0947 25.2158 12.7135C24.8565 12.3323 24.8566 11.7149 25.2158 11.3336L28.9199 7.40784H0.976562C0.437264 7.40782 7.28353e-05 6.97056 0 6.43127C6.04573e-05 5.89198 0.437257 5.45473 0.976562 5.45471H28.7891L25.2148 1.66663C24.8552 1.28525 24.8551 0.667098 25.2148 0.285767Z'/%3E%3C/svg%3E");
}
.ck-editor .btn.btn-primary {
  background-color: #5AA290;
  border-color: #5AA290;
  color: #fff;
}
.ck-editor .btn.btn-primary:hover {
  background-color: #2A4D69;
  border-color: #2A4D69;
  color: #fff;
}
.ck-editor .btn.btn-outline-primary {
  background-color: transparent;
  border-color: #5AA290;
  color: #5AA290;
}
.ck-editor .btn.btn-outline-primary.btn-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='escape-svg-color(#5AA290)' viewBox='0 0 32 13'%3E%3Cpath d='M25.2148 0.285767C25.5747 -0.0953009 26.1578 -0.0953605 26.5176 0.285767L31.7305 5.81018C32.0901 6.19149 32.09 6.80969 31.7305 7.19104L26.5186 12.7135C26.1587 13.0945 25.5756 13.0947 25.2158 12.7135C24.8565 12.3323 24.8566 11.7149 25.2158 11.3336L28.9199 7.40784H0.976562C0.437264 7.40782 7.28353e-05 6.97056 0 6.43127C6.04573e-05 5.89198 0.437257 5.45473 0.976562 5.45471H28.7891L25.2148 1.66663C24.8552 1.28525 24.8551 0.667098 25.2148 0.285767Z'/%3E%3C/svg%3E");
}
.ck-editor .btn.btn-outline-primary:hover {
  background-color: #5AA290;
  border-color: #5AA290;
  color: #fff;
}
.ck-editor .btn.btn-outline-primary:hover.btn-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='escape-svg-color(#fff)' viewBox='0 0 32 13'%3E%3Cpath d='M25.2148 0.285767C25.5747 -0.0953009 26.1578 -0.0953605 26.5176 0.285767L31.7305 5.81018C32.0901 6.19149 32.09 6.80969 31.7305 7.19104L26.5186 12.7135C26.1587 13.0945 25.5756 13.0947 25.2158 12.7135C24.8565 12.3323 24.8566 11.7149 25.2158 11.3336L28.9199 7.40784H0.976562C0.437264 7.40782 7.28353e-05 6.97056 0 6.43127C6.04573e-05 5.89198 0.437257 5.45473 0.976562 5.45471H28.7891L25.2148 1.66663C24.8552 1.28525 24.8551 0.667098 25.2148 0.285767Z'/%3E%3C/svg%3E");
}
.ck-editor .btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #2A4D69;
}
.ck-editor .btn.btn-white.btn-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='escape-svg-color(#2A4D69)' viewBox='0 0 32 13'%3E%3Cpath d='M25.2148 0.285767C25.5747 -0.0953009 26.1578 -0.0953605 26.5176 0.285767L31.7305 5.81018C32.0901 6.19149 32.09 6.80969 31.7305 7.19104L26.5186 12.7135C26.1587 13.0945 25.5756 13.0947 25.2158 12.7135C24.8565 12.3323 24.8566 11.7149 25.2158 11.3336L28.9199 7.40784H0.976562C0.437264 7.40782 7.28353e-05 6.97056 0 6.43127C6.04573e-05 5.89198 0.437257 5.45473 0.976562 5.45471H28.7891L25.2148 1.66663C24.8552 1.28525 24.8551 0.667098 25.2148 0.285767Z'/%3E%3C/svg%3E");
}
.ck-editor .btn.btn-white:hover {
  background-color: #2A4D69;
  border-color: #2A4D69;
  color: #fff;
}
.ck-editor .btn.btn-white:hover.btn-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='escape-svg-color(#fff)' viewBox='0 0 32 13'%3E%3Cpath d='M25.2148 0.285767C25.5747 -0.0953009 26.1578 -0.0953605 26.5176 0.285767L31.7305 5.81018C32.0901 6.19149 32.09 6.80969 31.7305 7.19104L26.5186 12.7135C26.1587 13.0945 25.5756 13.0947 25.2158 12.7135C24.8565 12.3323 24.8566 11.7149 25.2158 11.3336L28.9199 7.40784H0.976562C0.437264 7.40782 7.28353e-05 6.97056 0 6.43127C6.04573e-05 5.89198 0.437257 5.45473 0.976562 5.45471H28.7891L25.2148 1.66663C24.8552 1.28525 24.8551 0.667098 25.2148 0.285767Z'/%3E%3C/svg%3E");
}
.ck-editor .btn.btn-outline-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.ck-editor .btn.btn-outline-white:hover {
  background-color: #2A4D69;
  border-color: #2A4D69;
  color: #fff;
}
.ck-editor .link {
  font-weight: 600;
  display: inline-block;
  transition: color 0.3s;
}
.ck-editor .link::after {
  content: "";
  display: block;
  background-color: #5AA290;
  transform-origin: right 0;
  transform: scale(0, 1);
  height: 1px;
  opacity: 0;
  transition: transform 0.6s, opacity 0.3s;
}
.ck-editor .link:hover {
  color: #5AA290;
}
.ck-editor .link:hover::after {
  transform: scale(1, 1);
  transform-origin: 0 0;
  opacity: 1;
}
.ck-editor .link.link-primary {
  color: #5AA290 !important;
}
.ck-editor .link.link-primary:hover {
  color: #D9D9D9 !important;
}
.ck-editor .link.link-secondary {
  color: #2A4D69 !important;
}
.ck-editor .link.link-secondary:hover {
  color: #D9D9D9 !important;
}
.ck-editor .arrow-link {
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: flex-start;
  color: inherit;
  line-height: 1.25em;
  transition: color 0.3s;
}
.ck-editor .arrow-link::before {
  content: "\f285";
  display: inline-block;
  vertical-align: middle;
  font-family: "bootstrap-icons";
  margin-right: 1rem;
  color: #5AA290;
  transition: transform 0.3s;
}
.ck-editor .arrow-link:hover {
  color: #5AA290;
}
.ck-editor .arrow-link:hover::before {
  transform: translateX(5px);
}
.ck-editor ol {
  counter-reset: section;
  list-style-type: none;
}
.ck-editor ol li {
  font-weight: 400;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: flex-start;
}
.ck-editor ol li::before {
  flex: 0 0 auto;
  margin-right: 0.75rem;
  counter-increment: section;
  content: counters(section, ".") ". ";
  font-weight: 700;
  color: #5AA290;
}
.ck-editor ul {
  padding-left: 0;
}
.ck-editor ul li {
  list-style: none;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  background-position: 0 0.5em;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' viewBox='0 0 7 7' fill='escape-svg-color(#2A4D69)'%3E%3Ccircle cx='3.5' cy='3.5' r='3.5'/%3E%3C/svg%3E");
  background-size: 7px;
  line-height: 120%;
}
.ck-editor ul li li {
  margin: 0.25rem 0;
  background-position: 0 0.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='3' cy='3' r='3' fill='none' stroke='escape-svg-color(#D9D9D9)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 6px;
  line-height: 120%;
}