.paragraph-wrapper {
  position: relative;
}
.paragraph-wrapper p {
  text-align: left;
}
.paragraph-wrapper.title-mobile-hidden .title {
  display: none;
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper.title-mobile-hidden .title {
    display: block;
  }
}
.paragraph-wrapper.highlight-bg-grey .paragraph-content .highlight {
  background-color: #FBFBFB;
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper.text-align-center {
    text-align: center;
  }
  .paragraph-wrapper.text-align-center p {
    text-align: center;
  }
}
.paragraph-wrapper.padding-top-10 {
  padding-top: 10rem;
}
.paragraph-wrapper.padding-bottom-10 {
  padding-bottom: 10rem;
}
.paragraph-wrapper.image-header-mobile-hidden .image-header {
  display: none;
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper.image-header-mobile-hidden .image-header {
    display: block;
  }
}
.paragraph-wrapper .image-mobile-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper .image-mobile-only {
    display: none;
  }
}
.paragraph-wrapper.image-mobile-fullwidth .image-mobile-only {
  margin-left: -2rem;
  margin-right: -2rem;
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper.image-mobile-fullwidth .image-mobile-only {
    margin-left: unset;
    margin-right: unset;
  }
}
.paragraph-wrapper .relative {
  position: relative;
}
.paragraph-wrapper .image-header img {
  position: relative;
  z-index: 1;
}
.paragraph-wrapper .background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.paragraph-wrapper p.font-medium {
  font-weight: 500;
}
.paragraph-wrapper .paragraph-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1440px;
  font-size: 18px;
}
.paragraph-wrapper .paragraph-content p.semibold {
  font-weight: 600;
}
.paragraph-wrapper .paragraph-content .title {
  font-size: 45px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 1rem;
}
.paragraph-wrapper .paragraph-content .title.light p {
  color: #78B846;
  font-size: 31px;
  font-weight: 700;
}
.paragraph-wrapper .paragraph-content .title.small p {
  font-size: 18px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper .paragraph-content .title.small p {
    font-size: 31px;
    font-weight: bold;
  }
}
.paragraph-wrapper .paragraph-content .title__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.paragraph-wrapper .paragraph-content .title__inner .title {
  margin-bottom: 0;
  margin-right: 1rem;
}
.paragraph-wrapper .paragraph-content .title__inner .title p {
  color: #78B846;
}
.paragraph-wrapper .paragraph-content .title__inner .subtitle {
  font-size: 23px;
  font-weight: bold;
}
.paragraph-wrapper .paragraph-content .title__inner .subtitle.light p {
  color: #215550;
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper .paragraph-content .title__inner .subtitle {
    font-size: 23px;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper .paragraph-content .title__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .paragraph-wrapper .paragraph-content .title__inner .title {
    margin-right: 0;
  }
}
.paragraph-wrapper .paragraph-content .highlight {
  background-color: #EAF1E1;
  padding: 0.8rem 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper .paragraph-content .text-align-center {
    text-align: center;
  }
  .paragraph-wrapper .paragraph-content .text-align-center p {
    text-align: center;
  }
}
.paragraph-wrapper .paragraph-content .footer {
  font-size: 16px;
  font-weight: 600;
}
.paragraph-wrapper .paragraph-content .footer.text-align-center p {
  text-align: center;
  margin-bottom: 0;
}
.paragraph-wrapper .paragraph-content .flex-row .flex-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper .paragraph-content .flex-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .paragraph-wrapper .paragraph-content .flex-row.two-columns > .flex-item {
    width: 50%;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper .paragraph-content .timeline.horizontal {
    padding-top: 40px;
  }
  .paragraph-wrapper .paragraph-content .timeline.horizontal:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #215550;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .paragraph-wrapper .paragraph-content .timeline.horizontal:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #215550;
    border-right: 0;
    position: absolute;
    top: -2px;
    right: -3px;
  }
}
.paragraph-wrapper .paragraph-content .timeline.horizontal .field--name-field-paragraphs {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper .paragraph-content .timeline.horizontal .field--name-field-paragraphs {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper .paragraph-content .timeline.horizontal.timeline-columns-2 .field--name-field-paragraphs > .field__item {
    width: 50%;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper .paragraph-content .timeline.horizontal.timeline-columns-3 .field--name-field-paragraphs > .field__item {
    width: 33.33333%;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper .paragraph-content .timeline.horizontal.timeline-columns-4 .field--name-field-paragraphs > .field__item {
    width: 25%;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper .paragraph-content .timeline.vertical {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #215550;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 6px solid #215550;
    border-bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -3px;
    position: absolute;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item {
    width: 50%;
    position: relative;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item:nth-child(odd) {
    padding-right: 50px;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item:nth-child(odd) .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .flex-item.item-content {
    align-items: flex-end;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item:nth-child(odd) .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .title__inner {
    flex-direction: row-reverse;
    align-items: center;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item:nth-child(odd) .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .title__inner .title {
    margin-bottom: 0;
    margin-left: 2rem;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item:nth-child(odd) .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content:before {
    content: '';
    height: 1px;
    width: 5rem;
    background-color: #215550;
    position: absolute;
    top: 45px;
    right: -50px;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item:nth-child(odd) .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #215550;
    position: absolute;
    z-index: 1;
    right: -52px;
    top: 43px;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item:nth-child(odd) .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content p {
    text-align: right;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item:nth-child(even) {
    margin-left: 50%;
    padding-left: 50px;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item:nth-child(even) .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .flex-item.item-content {
    align-items: flex-start;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item:nth-child(even) .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .title__inner {
    flex-direction: row;
    align-items: center;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item:nth-child(even) .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .title__inner .title {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item:nth-child(even) .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content:before {
    content: '';
    height: 1px;
    width: 5rem;
    background-color: #215550;
    position: absolute;
    top: 45px;
    left: -50px;
  }
  .paragraph-wrapper .paragraph-content .timeline.vertical .field--name-field-paragraphs .field__item:nth-child(even) .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #215550;
    position: absolute;
    z-index: 1;
    left: -52px;
    top: 43px;
  }
}
.paragraph-wrapper img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph-wrapper .max-500 img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .paragraph-wrapper .max-500 img {
    max-width: 500px;
  }
}
.paragraph-wrapper .padding-bottom-5 {
  padding-bottom: 5rem;
}
.timeline.horizontal .paragraph--type--timeline-element {
  position: relative;
}
@media screen and (min-width: 768px) {
  .timeline.horizontal .paragraph--type--timeline-element .paragraph-content:before {
    content: '';
    width: 1px;
    height: 50px;
    background-color: #215550;
    display: block;
    position: absolute;
    left: 50%;
    top: -40px;
  }
  .timeline.horizontal .paragraph--type--timeline-element .paragraph-content:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #215550;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -42px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.paragraph--type--timeline-element .paragraph-wrapper .paragraph-content {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .title {
    margin-bottom: 1rem;
  }
}
.paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .flex-item.item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .flex-item.item-content {
    align-items: center;
  }
  .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .flex-item.item-content .highlight {
    margin-top: auto;
  }
}
.paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .flex-item.item-content .text__inner p {
  font-size: 14px;
  font-weight: 300;
}
.paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .flex-item.item-content .text__inner p.semibold {
  font-weight: 600;
}
.paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .flex-item.item-content .text__inner p:last-child {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .paragraph--type--timeline-element .paragraph-wrapper .paragraph-content .flex-item.item-content .text__inner {
    margin-bottom: 2rem;
    margin-top: 0;
  }
}
.paragraph--type--timeline-vertical .paragraph-wrapper {
  padding-bottom: 5rem;
}
.paragraph--type--image-text .paragraph-wrapper .paragraph-content {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .paragraph--type--image-text .paragraph-wrapper .paragraph-content .text__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.paragraph--type--hero .paragraph-content .image-secondary {
  position: absolute;
  z-index: 1;
  bottom: -110px;
  right: 0;
}
.paragraph--type--hero .paragraph-content .image-secondary img {
  max-width: 267px;
}
.paragraph--type--hero .paragraph-content .text-align-center {
  text-align: center;
}
.paragraph--type--hero .paragraph-content .text-align-center p {
  text-align: center;
}
.paragraph--type--timeline-vertical > .paragraph-wrapper > .paragraph-content > .image-secondary {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: -110px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .paragraph--type--timeline-vertical > .paragraph-wrapper > .paragraph-content > .image-secondary {
    display: block;
  }
}
.paragraph--type--timeline-vertical > .paragraph-wrapper > .paragraph-content > .image-secondary img {
  max-width: 267px;
}
.paragraph--type--timeline-vertical > .paragraph-wrapper.image-secondary-top > .paragraph-content > .image-secondary {
  top: -150px;
}
.paragraph--type--timeline-vertical > .paragraph-wrapper.image-secondary-bottom-left > .paragraph-content > .image-secondary {
  bottom: 0;
  left: 0;
  right: unset;
}
.paragraph--type--bottom .paragraph-wrapper .paragraph-content p {
  color: unset;
}
.paragraph--type--bottom .paragraph-wrapper .paragraph-content .title {
  margin-bottom: 1rem;
}
.paragraph--type--bottom .paragraph-wrapper .paragraph-content .title p {
  color: #78B846;
  font-size: 31px;
  font-weight: 700;
}
.paragraph--type--bottom .paragraph-wrapper .paragraph-content .subtitle {
  margin-bottom: 1rem;
}
.paragraph--type--bottom .paragraph-wrapper .paragraph-content .subtitle p {
  font-size: 31px;
  font-weight: bold;
}
.paragraph--type--bottom .paragraph-wrapper .paragraph-content a.btn.btn-light {
  color: #EAF1E1;
  background-color: #78B846;
}
.paragraph--type--bottom .paragraph-wrapper .paragraph-content .text__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paragraph--type--bottom .paragraph-wrapper .paragraph-content .text-align-center {
  text-align: center;
}
.paragraph--type--bottom .paragraph-wrapper .paragraph-content .text-align-center p {
  text-align: center;
}
.animate__animated.animate__delay-01s {
  -webkit-animation-delay: calc(1s * 0.1);
  animation-delay: calc(1s * 0.1);
  -webkit-animation-delay: calc(var(--animate-delay) * 0.1);
  animation-delay: calc(var(--animate-delay) * 0.1);
}
.animate__animated.animate__delay-02s {
  -webkit-animation-delay: calc(1s * 0.2);
  animation-delay: calc(1s * 0.2);
  -webkit-animation-delay: calc(var(--animate-delay) * 0.2);
  animation-delay: calc(var(--animate-delay) * 0.2);
}
.animate__animated.animate__delay-03s {
  -webkit-animation-delay: calc(1s * 0.3);
  animation-delay: calc(1s * 0.3);
  -webkit-animation-delay: calc(var(--animate-delay) * 0.3);
  animation-delay: calc(var(--animate-delay) * 0.3);
}
.animate__animated.animate__delay-04s {
  -webkit-animation-delay: calc(1s * 0.4);
  animation-delay: calc(1s * 0.4);
  -webkit-animation-delay: calc(var(--animate-delay) * 0.4);
  animation-delay: calc(var(--animate-delay) * 0.4);
}
.animate__animated.animate__delay-05s {
  -webkit-animation-delay: calc(1s * 0.5);
  animation-delay: calc(1s * 0.5);
  -webkit-animation-delay: calc(var(--animate-delay) * 0.5);
  animation-delay: calc(var(--animate-delay) * 0.5);
}
.animate__animated.animate__delay-06s {
  -webkit-animation-delay: calc(1s * 0.6);
  animation-delay: calc(1s * 0.6);
  -webkit-animation-delay: calc(var(--animate-delay) * 0.6);
  animation-delay: calc(var(--animate-delay) * 0.6);
}
.animate__animated.animate__delay-07s {
  -webkit-animation-delay: calc(1s * 0.7);
  animation-delay: calc(1s * 0.7);
  -webkit-animation-delay: calc(var(--animate-delay) * 0.7);
  animation-delay: calc(var(--animate-delay) * 0.7);
}
.animate__animated.animate__delay-08s {
  -webkit-animation-delay: calc(1s * 0.8);
  animation-delay: calc(1s * 0.8);
  -webkit-animation-delay: calc(var(--animate-delay) * 0.8);
  animation-delay: calc(var(--animate-delay) * 0.8);
}
.animate__animated.animate__delay-09s {
  -webkit-animation-delay: calc(1s * 0.9);
  animation-delay: calc(1s * 0.9);
  -webkit-animation-delay: calc(var(--animate-delay) * 0.9);
  animation-delay: calc(var(--animate-delay) * 0.9);
}
.animate__animated.animate__delay-11s {
  -webkit-animation-delay: calc(1s * 1.1);
  animation-delay: calc(1s * 1.1);
  -webkit-animation-delay: calc(var(--animate-delay) * 1.1);
  animation-delay: calc(var(--animate-delay) * 1.1);
}
.animate__animated.animate__delay-12s {
  -webkit-animation-delay: calc(1s * 1.2);
  animation-delay: calc(1s * 1.2);
  -webkit-animation-delay: calc(var(--animate-delay) * 1.2);
  animation-delay: calc(var(--animate-delay) * 1.2);
}
.animate__animated.animate__delay-13s {
  -webkit-animation-delay: calc(1s * 1.3);
  animation-delay: calc(1s * 1.3);
  -webkit-animation-delay: calc(var(--animate-delay) * 1.3);
  animation-delay: calc(var(--animate-delay) * 1.3);
}
.animate__animated.animate__delay-14s {
  -webkit-animation-delay: calc(1s * 1.4);
  animation-delay: calc(1s * 1.4);
  -webkit-animation-delay: calc(var(--animate-delay) * 1.4);
  animation-delay: calc(var(--animate-delay) * 1.4);
}
.animate__animated.animate__delay-15s {
  -webkit-animation-delay: calc(1s * 1.5);
  animation-delay: calc(1s * 1.5);
  -webkit-animation-delay: calc(var(--animate-delay) * 1.5);
  animation-delay: calc(var(--animate-delay) * 1.5);
}
