@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #623977;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #93C35B;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #93C35B;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 147, 195, 91;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #ffffff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #93C35B;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(147, 195, 91, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #93C35B;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2393C35B' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #93C35B;
  box-shadow: 0 0 0 0.25rem rgba(147, 195, 91, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #93C35B;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2393C35B' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #93C35B;
  box-shadow: 0 0 0 0.25rem rgba(147, 195, 91, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #93C35B;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #93C35B;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(147, 195, 91, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #93C35B;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
#content404 {
  text-align: center;
  padding: 75px 50px;
}
@media (max-width: 575.98px) {
  #content404 {
    padding: 75px 20px;
  }
}
#content404 a {
  padding: 15px 25px;
  border-bottom: 0px;
  background: #93C35B;
  color: #ffffff;
  margin-top: 17px;
}

section.donateSection {
  position: relative;
}
section.donateSection.contrast h1, section.donateSection.contrast h2, section.donateSection.contrast h3, section.donateSection.contrast p, section.donateSection.contrast span, section.donateSection.contrast a, section.donateSection.contrast .message p {
  color: black;
}
section.donateSection.contrast #donateSubmit {
  background: #623977;
}
section.donateSection .donateContent {
  max-width: 500px;
  text-align: center;
}
section.donateSection.trapeziumsLeft .fullContainer {
  padding-top: 140px;
  padding-bottom: 140px;
}
section.donateSection.trapeziumsRight .fullContainer {
  padding-top: 140px;
  padding-bottom: 140px;
}
section.donateSection .message, section.donateSection .monthlymessage {
  display: none;
}
section.donateSection .message.active, section.donateSection .monthlymessage.active {
  display: block;
}
section.donateSection .donateOptions {
  margin-bottom: 30px;
}
section.donateSection .donateOptions div {
  display: inline-block;
  color: #623977;
  background: #ffffff;
  position: relative;
  padding: 10px 65px;
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
@media (max-width: 575.98px) {
  section.donateSection .donateOptions div {
    padding: 10px 45px;
    font-family: "soleil", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}
section.donateSection .donateOptions div p {
  color: inherit;
  margin-bottom: 0px;
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
@media (max-width: 575.98px) {
  section.donateSection .donateOptions div p {
    font-family: "soleil", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}
section.donateSection .donateOptions div.active {
  color: #ffffff;
  background: #623977;
}
section.donateSection .donateOptions div.active p {
  color: inherit;
}
section.donateSection .donateOptions div.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: calc(50% - 20px);
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #623977 transparent transparent transparent;
}
section.donateSection .donateOptions div:hover {
  cursor: pointer;
}
section.donateSection .donateOptions .single {
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  section.donateSection .donateOptions .single {
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  section.donateSection .message, section.donateSection .monthlymessage {
    padding: 0 20px;
  }
}
section.donateSection .message p, section.donateSection .monthlymessage p {
  font-family: "soleil", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  color: #4A4A4A;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  section.donateSection .message p, section.donateSection .monthlymessage p {
    font-family: "soleil", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }
}
section.donateSection .amountOption, section.donateSection .monthlyamountOption {
  background: #ffffff;
  border-radius: 50px;
  position: relative;
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  section.donateSection .amountOption, section.donateSection .monthlyamountOption {
    width: 70px;
    height: 70px;
  }
}
section.donateSection .amountOption.other, section.donateSection .monthlyamountOption.other {
  margin-right: 0px;
}
section.donateSection .amountOption:hover, section.donateSection .monthlyamountOption:hover {
  cursor: pointer;
}
section.donateSection .amountOption p, section.donateSection .monthlyamountOption p {
  display: flex;
  position: absolute;
  color: #623977;
  margin: 0;
  top: 50%;
  left: 50%;
  padding-bottom: 3px;
  transform: translate(-50%, -50%);
  font-family: "soleil", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 575.98px) {
  section.donateSection .amountOption p, section.donateSection .monthlyamountOption p {
    font-family: "soleil", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }
}
section.donateSection .amountOption p.other, section.donateSection .monthlyamountOption p.other {
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
section.donateSection .amountOption.active, section.donateSection .monthlyamountOption.active {
  background: #623977;
}
section.donateSection .amountOption.active p, section.donateSection .monthlyamountOption.active p {
  color: #ffffff;
}
section.donateSection .donateMonthly {
  display: none;
}
section.donateSection .amountGroup {
  max-width: 250px;
  width: 100%;
  margin: 30px auto;
  border: 1px solid #623977;
  display: none;
}
section.donateSection .amountGroup span {
  background-color: #623977;
  border: 1px solid #623977;
  border-radius: 0px;
  color: #ffffff;
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
section.donateSection .amountGroup #donationAmountOther {
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
section.donateSection .amountGroup #donationAmountOther:focus {
  outline: none;
  outline-width: 0px;
  box-shadow: none;
}
section.donateSection .donateResponse {
  display: none;
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #623977;
  margin-top: 60px;
}
section.donateSection .donateResponse.error {
  color: red;
}
section.donateSection #donateSubmit {
  padding: 15px 25px;
  border-bottom: 0px;
  background: #93C35B;
  color: #ffffff;
  margin-top: 17px;
  width: 80%;
  border: 0px;
  font-family: "soleil", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 575.98px) {
  section.donateSection #donateSubmit {
    font-family: "soleil", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }
}

section.stages {
  position: relative;
}
section.stages.contrast h1, section.stages.contrast h2, section.stages.contrast h3, section.stages.contrast p, section.stages.contrast span, section.stages.contrast a {
  color: black;
}
section.stages.contrast .tabs .heading span p {
  color: black;
}
section.stages.contrast .tabs .heading .circle, section.stages.contrast .tabs .heading.active .circle {
  background: black;
}
section.stages.contrast .tabs .heading .circle p, section.stages.contrast .tabs .heading.active .circle p {
  color: #ffffff;
}
section.stages .headingAndIntro {
  padding: 0 50px;
  padding-top: 115px;
}
@media (max-width: 575.98px) {
  section.stages .headingAndIntro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.stages .headingAndIntro a {
  padding-bottom: 10px;
  margin-top: 10px;
}
section.stages .headingAndIntro a:hover {
  border-bottom: #623977 solid 4px;
}
section.stages .content {
  padding: 0 50px;
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 575.98px) {
  section.stages .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.stages .content .arrow1 {
  position: relative;
}
section.stages .content .arrow1::before {
  margin-left: calc(16.5% - 40px);
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #ffffff transparent;
  top: -20px;
}
@media (max-width: 991.98px) {
  section.stages .content .arrow1::before {
    margin-left: calc(16.5% - 15px);
  }
}
section.stages .content .arrow2 {
  position: relative;
}
section.stages .content .arrow2::before {
  margin-left: 50%;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #ffffff transparent;
  top: -20px;
}
@media (max-width: 991.98px) {
  section.stages .content .arrow2::before {
    margin-left: calc(50% - 15px);
  }
}
section.stages .content .arrow3 {
  position: relative;
}
section.stages .content .arrow3::before {
  margin-right: calc(16.5% - 30px);
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #ffffff transparent;
  top: -20px;
  right: 0px;
}
@media (max-width: 991.98px) {
  section.stages .content .arrow3::before {
    margin-right: calc(16.5% - 15px);
  }
}
section.stages .content .tabContent {
  background-color: #ffffff;
  padding: 60px;
  display: none;
  -moz-columns: 50px 2;
       columns: 50px 2;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media (max-width: 991.98px) {
  section.stages .content .tabContent {
    -moz-columns: 50px 1;
         columns: 50px 1;
  }
}
@media (max-width: 575.98px) {
  section.stages .content .tabContent {
    padding: 40px 20px;
  }
}
section.stages .content .tabContent.active {
  display: block;
}
section.stages .tabs {
  padding: 20px 50px;
  margin-bottom: 10px;
}
section.stages .tabs .heading {
  justify-content: center;
  display: flex;
}
section.stages .tabs .heading span {
  display: flex;
  align-self: center;
}
section.stages .tabs .heading span p {
  font-family: "soleil", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  color: #623977;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  section.stages .tabs .heading span p {
    font-family: "soleil", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
  }
}
section.stages .tabs .heading span:last-of-type {
  margin-left: 20px;
}
section.stages .tabs .heading .circle {
  padding: 25px;
  background: #ffffff;
  border-radius: 25px;
  position: relative;
}
section.stages .tabs .heading .circle p {
  display: flex;
  position: absolute;
  color: #623977;
  margin: 0;
  top: 50%;
  left: 50%;
  padding-bottom: 3px;
  transform: translate(-50%, -50%);
  font-family: "soleil", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 23px;
}
section.stages .tabs .heading.active .circle {
  background: #623977;
}
section.stages .tabs .heading.active .circle p {
  color: #ffffff;
}
section.stages .tabs .heading .tab {
  display: inline-flex;
}
@media (max-width: 991.98px) {
  section.stages .tabs .heading .tab {
    flex-direction: column;
  }
  section.stages .tabs .heading .tab span {
    text-align: center;
  }
  section.stages .tabs .heading .tab span:last-of-type {
    margin-left: 0px;
  }
}
section.stages .tabs .heading .tab:hover {
  cursor: pointer;
}
section.stages .tabs .heading .tab:hover .circle {
  background: #623977;
}
section.stages .tabs .heading .tab:hover .circle p {
  color: #ffffff;
}
section.stages .trianglesRight .headingAndIntro {
  padding-top: 140px;
}
section.stages .trianglesRight .content {
  padding-bottom: 115px;
  background-color: #ffffff;
}
section.stages .imageContainer {
  height: 100%;
  position: relative;
}
section.stages .imageContainer img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.stages .imageContainer img {
    position: relative;
    max-height: 400px;
  }
}

#footer {
  height: auto;
  background: #623977;
  position: relative;
  padding-bottom: 60px;
}
#footer.contrast h1, #footer.contrast h2, #footer.contrast h3, #footer.contrast p, #footer.contrast span, #footer.contrast a {
  color: black;
}
#footer #copyright {
  padding: 0 50px;
}
@media (max-width: 991.98px) {
  #footer #copyright .links {
    text-align: center;
  }
}
#footer #copyright .links span {
  color: #ffffff;
  margin: 0 13px;
  font-weight: 600;
}
#footer #copyright .links span:last-of-type {
  display: none;
}
#footer #copyright .links a {
  font-family: "soleil", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  color: #ffffff;
}
#footer #copyright .links a:hover {
  color: #93C35B;
}
@media (max-width: 575.98px) {
  #footer #copyright {
    padding: 0 20px;
  }
}
#footer #copyright p {
  color: #ffffff;
  font-family: "soleil", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 991.98px) {
  #footer #copyright p {
    text-align: center;
  }
}
#footer #copyright p a {
  font-family: "soleil", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  color: #ffffff !important;
}
#footer #copyright p a:hover {
  color: #93C35B !important;
  text-decoration: none;
}
#footer #copyright .webdesign {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  #footer #copyright .webdesign {
    display: block;
    text-align: center;
  }
  #footer #copyright .webdesign div {
    display: inline-block;
  }
  #footer #copyright .webdesign div a, #footer #copyright .webdesign div p {
    display: inline-block;
  }
}
#footer #copyright .webdesign a {
  text-decoration: none;
  color: #ffffff;
}
#footer #copyright .webdesign a:hover {
  color: #93C35B;
}
#footer .greenDot {
  display: inline-block;
  margin: 0 5px 15px 5px;
}
#footer .contentPadding {
  padding-top: 65px;
  padding-bottom: 135px;
}
@media (max-width: 991.98px) {
  #footer .contentPadding {
    padding-bottom: 60px;
  }
}
#footer .contentPadding .middle {
  display: flex;
  height: 100%;
  align-items: center;
}
#footer .contentPadding .middle p {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  #footer .contentPadding .mobilePaddingBottom {
    padding-bottom: 50px;
  }
  #footer .contentPadding .mobilePaddingBottom:last-of-type {
    padding-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  #footer .contentPadding .svg {
    text-align: center;
  }
}
#footer .contentPadding .textAlignCenter {
  justify-content: center;
  width: 100%;
}
#footer .contentPadding .textAlignRight {
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 991.98px) {
  #footer .contentPadding .textAlignRight {
    justify-content: center;
  }
}
#footer .contentPadding .socialItems a {
  margin-left: 20px;
  border-bottom: solid 4px #623977;
  border-top: solid 4px #623977;
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}
#footer .contentPadding .socialItems a:hover {
  border-bottom: solid 4px #93C35B;
}
#footer::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  left: -15px;
  top: -100px;
  z-index: 1;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 1950px;
  border-color: transparent transparent #623977 transparent;
}

#footerContact.contrast h1, #footerContact.contrast h2, #footerContact.contrast h3, #footerContact.contrast p, #footerContact.contrast span, #footerContact.contrast a {
  color: black;
}
@media (max-width: 575.98px) {
  #footerContact .mobileHide {
    display: block;
  }
}
#footerContact .flower {
  display: flex;
  justify-content: flex-end;
  padding: 0 100px 0 0;
  height: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  #footerContact .flower {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 575.98px) {
  #footerContact .flower {
    padding-left: 20px;
    padding-right: 20px;
    padding: 0 0 0 20px;
  }
}
#footerContact .flower svg {
  align-self: flex-end;
  margin-bottom: 17px;
}
@media (max-width: 575.98px) {
  #footerContact .flower svg {
    margin-bottom: -10%;
    height: 100%;
  }
}
#footerContact .details {
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  #footerContact .details {
    padding-right: 50px;
  }
}
@media (max-width: 575.98px) {
  #footerContact .details {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#footerContact .details .intro {
  margin-bottom: 25px;
}
#footerContact .details .footerFlex div {
  display: inline-block;
}
@media (max-width: 991.98px) {
  #footerContact .details .footerFlex div.item {
    display: block;
  }
}
#footerContact .details .footerFlex div.item:last-of-type {
  margin-top: 20px;
}
#footerContact .details .footerFlex div a {
  text-decoration: none;
}
#footerContact .details .footerFlex div a:hover {
  color: #93C35B;
}
#footerContact .details .footerFlex .item:first-of-type {
  margin-right: 40px;
}
#footerContact .logoContainer {
  display: flex;
  justify-content: space-between;
}
#footerContact .logoContainer .mobileShow {
  margin-right: 0px;
}
@media (max-width: 575.98px) {
  #footerContact .logoContainer .mobileShow {
    display: none !important;
  }
}
#footerContact .logoContainer .logos {
  padding-left: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 46px;
  margin-top: 60px;
  margin-bottom: 110px;
  position: relative;
}
@media (max-width: 575.98px) {
  #footerContact .logoContainer .logos {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    width: 100%;
  }
}
#footerContact .logoContainer .logos div {
  justify-content: center;
  height: 96px;
}
@media (max-width: 991.98px) {
  #footerContact .logoContainer .logos div {
    margin-right: 20px;
  }
}
#footerContact .logoContainer .logos div img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

section.blogSection {
  position: relative;
}
section.blogSection.contrast h1, section.blogSection.contrast h2, section.blogSection.contrast h3, section.blogSection.contrast p, section.blogSection.contrast span, section.blogSection.contrast a, section.blogSection.contrast a.blogLink {
  color: black;
}
section.blogSection .date {
  font-weight: 600;
  margin-bottom: 10px;
}
section.blogSection .heading {
  padding: 0 50px;
  margin-bottom: 55px;
}
@media (max-width: 575.98px) {
  section.blogSection .heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.blogSection .threecols {
  padding: 0 50px;
}
@media (max-width: 575.98px) {
  section.blogSection .threecols {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.blogSection.trapeziumsLeft .fullContainer {
  padding-top: 140px;
  padding-bottom: 140px;
}
section.blogSection.trapeziumsRight .fullContainer {
  padding-top: 140px;
  padding-bottom: 140px;
}
section.blogSection a.blogLink {
  position: absolute;
  display: inline-block;
  right: 50px;
  text-decoration: none;
  color: #623977;
  padding-bottom: 7px;
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  border-bottom: solid 4px #93C35B;
}
section.blogSection a.blogLink:hover {
  border-bottom: solid 4px #623977;
}
section.blogSection .content {
  padding: 0 50px;
}
@media (max-width: 575.98px) {
  section.blogSection .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575.98px) {
  section.blogSection .content .mobileHide {
    display: block;
  }
}
section.blogSection .content a {
  padding-bottom: 7px;
}
section.blogSection .content a:hover {
  border-bottom: #623977 solid 4px;
}
section.blogSection .content .right {
  padding-left: 66.6px;
}
@media (max-width: 575.98px) {
  section.blogSection .content .right {
    padding-left: 0px;
  }
}
section.blogSection .content .middle {
  padding-left: 33.3px;
  padding-right: 33.3px;
}
@media (max-width: 575.98px) {
  section.blogSection .content .middle {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
  }
}
section.blogSection .content .left {
  padding-right: 66.6px;
}
@media (max-width: 575.98px) {
  section.blogSection .content .left {
    padding-left: 0px;
    margin-bottom: 40px;
  }
}

section.section.trapeziumsLeft .fullContainer {
  padding-top: 140px;
  padding-bottom: 140px;
}
section.section.trapeziumsRight .fullContainer {
  padding-top: 140px;
  padding-bottom: 140px;
}
section.section.threeColumnSection {
  position: relative;
}
section.section.threeColumnSection.contrast h1, section.section.threeColumnSection.contrast h2, section.section.threeColumnSection.contrast h3, section.section.threeColumnSection.contrast p, section.section.threeColumnSection.contrast span, section.section.threeColumnSection.contrast a {
  color: black;
}
section.section.threeColumnSection .heading {
  margin-bottom: 60px;
}
section.section.threeColumnSection h3 {
  color: #623977;
}
section.section.threeColumnSection .paddingLeft {
  padding: 0 20px 0 50px;
}
@media (max-width: 575.98px) {
  section.section.threeColumnSection .paddingLeft {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.section.threeColumnSection .paddingLeft.content {
  margin-bottom: 75px;
}
section.section.threeColumnSection .paddingLeft.content a {
  margin-top: 10px;
  padding-bottom: 10px;
}
section.section.threeColumnSection .paddingLeft.content a:hover {
  border-bottom: #623977 solid 4px;
}
section.section.threeColumnSection .paddingCenter {
  padding: 0 35px;
}
@media (max-width: 991.98px) {
  section.section.threeColumnSection .paddingCenter {
    padding: 0 50px;
  }
}
@media (max-width: 575.98px) {
  section.section.threeColumnSection .paddingCenter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.section.threeColumnSection .paddingCenter.content {
  margin-bottom: 75px;
}
section.section.threeColumnSection .paddingCenter.content a {
  padding-bottom: 10px;
  margin-top: 10px;
}
section.section.threeColumnSection .paddingCenter.content a:hover {
  border-bottom: #623977 solid 4px;
}
section.section.threeColumnSection .paddingRight {
  padding: 0 50px 0 20px;
}
@media (max-width: 991.98px) {
  section.section.threeColumnSection .paddingRight {
    padding: 0 50px;
  }
}
@media (max-width: 575.98px) {
  section.section.threeColumnSection .paddingRight {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.section.threeColumnSection .paddingRight.content {
  margin-bottom: 75px;
}
section.section.threeColumnSection .paddingRight.content a {
  padding-bottom: 10px;
  margin-top: 10px;
}
section.section.threeColumnSection .paddingRight.content a:hover {
  border-bottom: #623977 solid 4px;
}

section.section.doubleColumnSection.contrast h1, section.section.doubleColumnSection.contrast h2, section.section.doubleColumnSection.contrast h3, section.section.doubleColumnSection.contrast p, section.section.doubleColumnSection.contrast span, section.section.doubleColumnSection.contrast a {
  color: black;
}
section.section.doubleColumnSection h3 {
  color: #623977;
}
section.section.doubleColumnSection .row div:last-of-type .content {
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  section.section.doubleColumnSection .sitePaddingLeft.content {
    margin-bottom: 90px;
  }
}
section.section.doubleColumnSection .sitePaddingLeft.content a {
  margin-top: 10px;
  padding-bottom: 10px;
}
section.section.doubleColumnSection .sitePaddingLeft.content a:hover {
  border-bottom: #623977 solid 4px;
}
@media (max-width: 991.98px) {
  section.section.doubleColumnSection .sitePaddingRight.content {
    margin-bottom: 90px;
  }
}
section.section.doubleColumnSection .sitePaddingRight.content a {
  padding-bottom: 10px;
  margin-top: 10px;
}
section.section.doubleColumnSection .sitePaddingRight.content a:hover {
  border-bottom: #623977 solid 4px;
}

section.section.selfReferral.contrast h1, section.section.selfReferral.contrast h2, section.section.selfReferral.contrast h3, section.section.selfReferral.contrast p, section.section.selfReferral.contrast span, section.section.selfReferral.contrast a {
  color: black;
}
section.section.selfReferral.contrast .content a, section.section.selfReferral.contrast .sitePadding.content a {
  background: #623977;
}
section.section.selfReferral h3 {
  color: #623977;
}
section.section.selfReferral .headingContainer {
  padding: 0 50px;
}
@media (max-width: 575.98px) {
  section.section.selfReferral .headingContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.section.selfReferral .sitePadding.content {
  margin-bottom: 0px;
  -moz-columns: 50px 2;
       columns: 50px 2;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media (max-width: 991.98px) {
  section.section.selfReferral .sitePadding.content {
    -moz-columns: 50px 1;
         columns: 50px 1;
  }
}
section.section.selfReferral .sitePadding.content a {
  padding: 15px 25px;
  border-bottom: 0px;
  background: #93C35B;
  color: #ffffff;
  margin-top: 17px;
}

section.block-Self.minusMargin {
  margin-top: -75px;
}
@media (max-width: 575.98px) {
  section.block-Self.minusMargin {
    margin-top: 0px;
  }
}
section.block-Self.minusMargin .trianglesLeft:before {
  z-index: -1;
  border-style: solid;
  border-width: 100px 0 0 1950px;
  border-color: transparent transparent transparent #EAF1F3;
  top: -100px;
}
section.block-Self.minusMargin .trianglesLeft .content {
  padding-top: 15px;
}
section.selfref {
  position: relative;
}
section.selfref.contrast h1, section.selfref.contrast h2, section.selfref.contrast h3, section.selfref.contrast p, section.selfref.contrast span, section.selfref.contrast a {
  color: black;
}
section.selfref.contrast .content a, section.selfref.contrast .sitePadding.content a {
  background: #623977;
}
section.selfref .content {
  padding: 0 50px;
  padding-top: 115px;
  padding-bottom: 140px;
}
@media (max-width: 575.98px) {
  section.selfref .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.selfref .content .heading {
  min-width: 100%;
}
section.selfref .content .columns {
  -moz-columns: 50px 2;
       columns: 50px 2;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media (max-width: 991.98px) {
  section.selfref .content .columns {
    -moz-columns: 50px 1;
         columns: 50px 1;
  }
}
section.selfref .content a {
  padding: 15px 25px;
  border-bottom: 0px;
  background: #93C35B;
  color: #ffffff;
  margin-top: 17px;
}
section.selfref.trianglesRight .content {
  padding: 0 50px;
  padding-top: 140px;
  padding-bottom: 115px;
}
@media (max-width: 575.98px) {
  section.selfref.trianglesRight .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.selfref .imageContainer {
  height: 100%;
  position: relative;
}
section.selfref .imageContainer img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.selfref .imageContainer img {
    position: relative;
    max-height: 400px;
  }
}

.navigation .menuDesktop {
  padding-top: 40px;
  padding-bottom: 20px;
}
.navigation .sitePaddingLeft {
  position: relative;
}
.navigation .sitePaddingLeft a {
  position: absolute;
  top: 0;
  z-index: 3;
}

#nav-icon {
  width: 36px;
  height: 40px;
  margin-left: calc(100% - 50px);
  display: none;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #4A4A4A;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 6px 6px 0;
}
#nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 6px 0 0 6px;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(3) {
  top: 12px;
}
#nav-icon span:nth-child(5) {
  top: 24px;
}
#nav-icon span:nth-child(2) {
  top: 0px;
}
#nav-icon span:nth-child(4) {
  top: 12px;
}
#nav-icon span:nth-child(6) {
  top: 24px;
}
#nav-icon.open span:nth-child(6) {
  transform: rotate(45deg);
  left: calc(50% - 4px);
  top: 17px;
}
#nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  left: 4px;
  top: 7px;
}
#nav-icon.open span:nth-child(2) {
  transform: rotate(-45deg);
  left: calc(50% - 4px);
  top: 7px;
}
#nav-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
  left: 4px;
  top: 17px;
}
#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
@media (max-width: 1399.98px) {
  #nav-icon {
    display: block;
  }
}

.menuContainer {
  position: relative;
  visibility: hidden;
}
.menuContainer.active {
  visibility: visible;
}
.menuContainer .menu {
  position: absolute;
  width: 100%;
  z-index: 2;
  background: #EAF1F3;
  height: 0px;
  transition: 0.5s;
}
.menuContainer .menu .content {
  color: #4A4A4A;
  padding-top: 100px;
  display: none;
}
.menuContainer .menu .content .menu-primary-container {
  padding: 50px 28px;
}
.menuContainer .menu .content .menu-primary-container ul {
  padding-left: 0px;
}
.menuContainer .menu .content .menu-primary-container ul li {
  display: block;
  list-style: none;
  margin-bottom: 40px;
}
.menuContainer .menu .content .menu-primary-container ul li:last-of-type {
  margin-bottom: 0;
}
.menuContainer .menu .content .menu-primary-container ul li a {
  text-decoration: none;
  color: #4A4A4A;
  position: relative;
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.menuContainer .menu.show {
  height: 100vh;
  transition: 0.5s;
}

.buttons {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 9990;
}
@media (max-width: 575.98px) {
  .buttons {
    right: 20px;
  }
}
.buttons div {
  display: inline-flex;
  width: 45px;
  height: 40px;
  background: #EAF1F3;
  margin-left: 5px;
  align-items: center;
  justify-content: center;
}
.buttons div.contrast h1, .buttons div.contrast h2, .buttons div.contrast h3, .buttons div.contrast p, .buttons div.contrast span, .buttons div.contrast a {
  color: black;
}
.buttons div#contrast {
  width: auto;
  padding: 0 10px;
}
.buttons div#contrast.contrast h1, .buttons div#contrast.contrast h2, .buttons div#contrast.contrast h3, .buttons div#contrast.contrast p, .buttons div#contrast.contrast span, .buttons div#contrast.contrast a {
  color: black;
}
.buttons div.donate {
  background: #623977;
  width: auto;
  padding: 0 20px;
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .buttons div.donate {
    padding: 0 10px;
    margin-left: 5px;
  }
}
.buttons div.donate .purpleBtn {
  color: #ffffff;
  text-decoration: none;
}
.buttons div p {
  margin: 0;
  color: #4A4A4A;
  font-family: "soleil", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.buttons div:hover {
  cursor: pointer;
}

.menuDesktop.contrast .menu-primary-container ul li a {
  color: black;
}
.menuDesktop .menu-primary-container {
  text-align: right;
}
.menuDesktop .menu-primary-container ul {
  padding-left: 0px;
}
.menuDesktop .menu-primary-container ul li {
  display: inline-block;
  list-style: none;
  padding: 0 15px;
}
.menuDesktop .menu-primary-container ul li:last-of-type {
  padding-right: 0px;
}
.menuDesktop .menu-primary-container ul li.current_page_item a {
  text-decoration: none;
  color: #4A4A4A;
  position: relative;
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.menuDesktop .menu-primary-container ul li.current_page_item a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #93C35B;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform: scaleX(1);
}
.menuDesktop .menu-primary-container ul li a {
  text-decoration: none;
  color: #4A4A4A;
  position: relative;
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.menuDesktop .menu-primary-container ul li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #93C35B;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.menuDesktop .menu-primary-container ul li a:hover::before {
  transform: scaleX(1);
}
@media (max-width: 1399.98px) {
  .menuDesktop .desktopNav {
    display: none;
  }
}

.trapeziumsRight {
  z-index: 0;
}
@media (max-width: 991.98px) {
  .trapeziumsRight {
    margin-top: -40px !important;
  }
}
@media (max-width: 767.98px) {
  .trapeziumsRight {
    margin-top: -55px !important;
  }
}
@media (max-width: 991.98px) {
  .trapeziumsRight {
    margin-bottom: -40px !important;
  }
}
@media (max-width: 767.98px) {
  .trapeziumsRight {
    margin-bottom: -55px !important;
  }
}
.trapeziumsRight::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 0;
  left: -15px;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 1950px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.trapeziumsRight::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  left: -15px;
  bottom: 0;
  z-index: 1;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 1950px;
  border-color: transparent transparent transparent #ffffff;
}

.trapeziumsLeft {
  z-index: 0;
}
.trapeziumsLeft::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  z-index: 2;
  left: -15px;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 1950px;
  border-color: #ffffff transparent transparent transparent;
}
.trapeziumsLeft::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  left: -15px;
  z-index: 1;
  bottom: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 1950px;
  border-color: transparent transparent #ffffff transparent;
}

.trianglesRight {
  z-index: 0;
}
@media (max-width: 991.98px) {
  .trianglesRight {
    margin-top: -60px !important;
  }
}
@media (max-width: 767.98px) {
  .trianglesRight {
    margin-top: -75px !important;
  }
}
.trianglesRight.headerSection {
  margin-top: 0px !important;
}
.trianglesRight::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 0;
  left: -15px;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 1950px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.trianglesRight::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  left: -15px;
  z-index: 1;
  bottom: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 1950px;
  border-color: transparent transparent #ffffff transparent;
}

.trianglesLeft {
  z-index: 0;
}
@media (max-width: 991.98px) {
  .trianglesLeft {
    margin-bottom: -60px !important;
  }
}
@media (max-width: 767.98px) {
  .trianglesLeft {
    margin-bottom: -75px !important;
  }
}
.trianglesLeft::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  z-index: 2;
  left: -15px;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 1950px;
  border-color: #ffffff transparent transparent transparent;
}
.trianglesLeft::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  left: -15px;
  bottom: 0;
  z-index: 1;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 1950px;
  border-color: transparent transparent transparent #ffffff;
}

.headerSection.trianglesRight + .trapeziumsRight, .headerSection.trapeziumsRight + .trapeziumsRight {
  margin-top: 0;
}
.headerSection.trianglesRight + .trianglesRight, .headerSection.trapeziumsRight + .trianglesRight {
  margin-top: 0;
}
.headerSection.trianglesLeft + .trapeziumsLeft, .headerSection.trapeziumsLeft + .trapeziumsLeft {
  margin-top: 0;
}
.headerSection.trianglesLeft + .trianglesLeft, .headerSection.trapeziumsLeft + .trianglesLeft {
  margin-top: 0;
}

.headerSection.purpleSection.trianglesRight + .blueSection.trapeziumsRight, .headerSection.purpleSection.trianglesRight + .purpleSection.trapeziumsRight {
  margin-top: -100px;
  margin-bottom: 0px;
}
.headerSection.purpleSection.trianglesRight + .blueSection.trapeziumsRight::before, .headerSection.purpleSection.trianglesRight + .purpleSection.trapeziumsRight::before {
  border-color: #623977 transparent transparent transparent;
}
.headerSection.purpleSection.trianglesRight + .blueSection.trianglesRight, .headerSection.purpleSection.trianglesRight + .purpleSection.trianglesRight {
  margin-top: -100px;
  margin-bottom: 0px;
}
.headerSection.purpleSection.trianglesRight + .blueSection.trianglesRight::before, .headerSection.purpleSection.trianglesRight + .purpleSection.trianglesRight::before {
  border-color: #623977 transparent transparent transparent;
}
.headerSection.purpleSection.trapeziumsRight + .blueSection.trapeziumsLeft, .headerSection.purpleSection.trapeziumsRight + .purpleSection.trapeziumsLeft {
  margin-top: -100px;
  margin-bottom: 0px;
}
.headerSection.purpleSection.trapeziumsRight + .blueSection.trapeziumsLeft::before, .headerSection.purpleSection.trapeziumsRight + .purpleSection.trapeziumsLeft::before {
  border-color: #623977 transparent transparent transparent;
}
.headerSection.purpleSection.trapeziumsRight + .blueSection.trianglesLeft, .headerSection.purpleSection.trapeziumsRight + .purpleSection.trianglesLeft {
  margin-top: -100px;
  margin-bottom: 0px;
}
.headerSection.purpleSection.trapeziumsRight + .blueSection.trianglesLeft::before, .headerSection.purpleSection.trapeziumsRight + .purpleSection.trianglesLeft::before {
  border-color: #623977 transparent transparent transparent;
}
.headerSection.purpleSection.trianglesLeft + .blueSection.trapeziumsLeft, .headerSection.purpleSection.trianglesLeft + .purpleSection.trapeziumsLeft {
  margin-top: -100px;
  margin-bottom: 0px;
}
.headerSection.purpleSection.trianglesLeft + .blueSection.trapeziumsLeft::before, .headerSection.purpleSection.trianglesLeft + .purpleSection.trapeziumsLeft::before {
  border-color: #623977 transparent transparent transparent;
}
.headerSection.purpleSection.trianglesLeft + .blueSection.trianglesLeft, .headerSection.purpleSection.trianglesLeft + .purpleSection.trianglesLeft {
  margin-top: -100px;
  margin-bottom: 0px;
}
.headerSection.purpleSection.trianglesLeft + .blueSection.trianglesLeft::before, .headerSection.purpleSection.trianglesLeft + .purpleSection.trianglesLeft::before {
  border-color: #623977 transparent transparent transparent;
}
.headerSection.purpleSection.trapeziumsLeft + .blueSection.trapeziumsRight, .headerSection.purpleSection.trapeziumsLeft + .purpleSection.trapeziumsRight {
  margin-top: -100px;
  margin-bottom: 0px;
}
.headerSection.purpleSection.trapeziumsLeft + .blueSection.trapeziumsRight::before, .headerSection.purpleSection.trapeziumsLeft + .purpleSection.trapeziumsRight::before {
  border-color: #623977 transparent transparent transparent;
}
.headerSection.purpleSection.trapeziumsLeft + .blueSection.trianglesRight, .headerSection.purpleSection.trapeziumsLeft + .purpleSection.trianglesRight {
  margin-top: -100px;
  margin-bottom: 0px;
}
.headerSection.purpleSection.trapeziumsLeft + .blueSection.trianglesRight::before, .headerSection.purpleSection.trapeziumsLeft + .purpleSection.trianglesRight::before {
  border-color: #623977 transparent transparent transparent;
}

.purpleSection.trianglesRight + .blueSection.trapeziumsRight, .purpleSection.trianglesRight + .purpleSection.trapeziumsRight {
  margin-top: 0px;
  margin-bottom: 0px;
}
.purpleSection.trianglesRight + .blueSection.trianglesRight, .purpleSection.trianglesRight + .purpleSection.trianglesRight {
  margin-top: 0px;
  margin-bottom: 0px;
}
.purpleSection.trapeziumsRight + .blueSection.trapeziumsLeft, .purpleSection.trapeziumsRight + .purpleSection.trapeziumsLeft {
  margin-top: 0px;
  margin-bottom: 0px;
}
.purpleSection.trapeziumsRight + .blueSection.trianglesLeft, .purpleSection.trapeziumsRight + .purpleSection.trianglesLeft {
  margin-top: 0px;
  margin-bottom: 0px;
}
.purpleSection.trianglesLeft + .blueSection.trapeziumsLeft, .purpleSection.trianglesLeft + .purpleSection.trapeziumsLeft {
  margin-top: 0px;
  margin-bottom: 0px;
}
.purpleSection.trianglesLeft + .blueSection.trianglesLeft, .purpleSection.trianglesLeft + .purpleSection.trianglesLeft {
  margin-top: 0px;
  margin-bottom: 0px;
}
.purpleSection.trapeziumsLeft + .blueSection.trapeziumsRight, .purpleSection.trapeziumsLeft + .purpleSection.trapeziumsRight {
  margin-top: 0px;
  margin-bottom: 0px;
}
.purpleSection.trapeziumsLeft + .blueSection.trianglesRight, .purpleSection.trapeziumsLeft + .purpleSection.trianglesRight {
  margin-top: 0px;
  margin-bottom: 0px;
}

.blueSection.trianglesRight + .blueSection.trapeziumsRight, .blueSection.trianglesRight + .purpleSection.trapeziumsRight {
  margin-top: 0px;
  margin-bottom: 0px;
}
.blueSection.trianglesRight + .blueSection.trianglesRight, .blueSection.trianglesRight + .purpleSection.trianglesRight {
  margin-top: 0px;
  margin-bottom: 0px;
}
.blueSection.trapeziumsRight + .blueSection.trapeziumsLeft, .blueSection.trapeziumsRight + .purpleSection.trapeziumsLeft {
  margin-top: 0px;
  margin-bottom: 0px;
}
.blueSection.trapeziumsRight + .blueSection.trianglesLeft, .blueSection.trapeziumsRight + .purpleSection.trianglesLeft {
  margin-top: 0px;
  margin-bottom: 0px;
}
.blueSection.trianglesLeft + .blueSection.trapeziumsLeft, .blueSection.trianglesLeft + .purpleSection.trapeziumsLeft {
  margin-top: 0px;
  margin-bottom: 0px;
}
.blueSection.trianglesLeft + .blueSection.trianglesLeft, .blueSection.trianglesLeft + .purpleSection.trianglesLeft {
  margin-top: 0px;
  margin-bottom: 0px;
}
.blueSection.trapeziumsLeft + .blueSection.trapeziumsRight, .blueSection.trapeziumsLeft + .purpleSection.trapeziumsRight {
  margin-top: 0px;
  margin-bottom: 0px;
}
.blueSection.trapeziumsLeft + .blueSection.trapeziumsRight::before, .blueSection.trapeziumsLeft + .purpleSection.trapeziumsRight::before {
  border-color: #EAF1F3 transparent transparent transparent;
}
.blueSection.trapeziumsLeft + .blueSection.trianglesRight, .blueSection.trapeziumsLeft + .purpleSection.trianglesRight {
  margin-top: 0px;
  margin-bottom: 0px;
}
.blueSection.trapeziumsLeft + .blueSection.trianglesRight::before, .blueSection.trapeziumsLeft + .purpleSection.trianglesRight::before {
  border-color: #EAF1F3 transparent transparent transparent;
}

#home {
  margin: 75px 0 175px 0;
}
#home.contrast h1, #home.contrast h2, #home.contrast h3, #home.contrast p, #home.contrast span, #home.contrast a {
  color: black;
}
#home.contrast .listing.listFlex a.readMore {
  color: black;
}
#home.contrast .pagination .nav-links a, #home.contrast .pagination .nav-links a svg path {
  color: black;
  fill: black;
}
#home .seperator {
  max-width: 1080px;
  margin: 80px auto;
  border-top: solid #EAF1F3 2px;
}
#home .pagination {
  text-align: center;
}
#home .pagination h2 {
  display: none;
}
#home .pagination .nav-links a {
  font-family: "soleil", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  color: #4A4A4A;
  padding: 15px;
  display: inline-table;
  background: #EAF1F3;
  margin-left: 20px;
  min-width: 50px;
  height: 50px;
}
#home .pagination .nav-links span.current {
  font-family: "soleil", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  color: #ffffff;
  padding: 15px;
  display: inline-table;
  background: #93C35B;
  margin-left: 20px;
  min-width: 50px;
  height: 50px;
}
#home section .navigation::after {
  content: none;
}
#home section .navigation::before {
  content: none;
}
#home .listing {
  max-width: 1080px;
  margin: 0 auto;
}
#home .listing.listFlex {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  #home .listing.listFlex {
    flex-direction: column;
  }
}
#home .listing.listFlex .blogDetails {
  align-self: center;
}
@media (max-width: 767.98px) {
  #home .listing.listFlex .blogDetails {
    align-self: flex-start;
    margin-top: 20px;
  }
}
#home .listing.listFlex .date {
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
#home .listing.listFlex .imageContainer {
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  #home .listing.listFlex .imageContainer {
    width: 100%;
    padding-right: 0px;
  }
}
#home .listing.listFlex .imageContainer img {
  width: 380px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  #home .listing.listFlex .imageContainer img {
    width: 100%;
    height: auto;
  }
}
#home .listing.listFlex a.readMore {
  text-decoration: none;
  display: inline-block;
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #623977;
  border-bottom: #93C35B solid 4px;
}

.blogContainer {
  max-width: 780px;
  margin: 75px auto 175px auto;
}
.blogContainer .backlink {
  margin-top: -40px;
}
.blogContainer .backlink .readmore {
  text-decoration: none;
  display: inline-block;
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #623977;
  border-bottom: #93C35B solid 4px;
  padding-bottom: 5px;
}
.blogContainer section.section {
  margin: 0 auto;
}
.blogContainer section.section.contrast h1, .blogContainer section.section.contrast h2, .blogContainer section.section.contrast h3, .blogContainer section.section.contrast p, .blogContainer section.section.contrast span, .blogContainer section.section.contrast a {
  color: black;
}
.blogContainer section.section.contrast .listing.listFlex a.readMore {
  color: black;
}
.blogContainer section.section.contrast .pagination .nav-links a, .blogContainer section.section.contrast .pagination .nav-links a svg path {
  color: black;
  fill: black;
}
.blogContainer section.section .intro {
  margin-bottom: 30px;
}
.blogContainer section.section .imageContainer {
  margin-top: 30px;
}
.blogContainer section.section .imageContainer img {
  max-width: 100%;
}
.blogContainer section.section .captionContainer {
  text-align: right;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
}
.blogContainer section.section .captionContainer p {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.blogContainer section.section .captionContainer p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 80%;
  border-bottom: 4px solid #93C35B;
}

section.headerSection {
  position: relative;
}
section.headerSection + #footerContact {
  margin-top: 75px;
}
section.headerSection + #footerContact .details h2 {
  display: none;
}
section.headerSection.contrast h1, section.headerSection.contrast h2, section.headerSection.contrast p {
  color: #ffffff;
}
section.headerSection::before {
  z-index: 9999;
}
section.headerSection .centerAlign {
  text-align: center;
}
section.headerSection .centerAlign .content {
  padding-left: 50px;
  padding-top: 115px;
  padding-bottom: 115px;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  section.headerSection .centerAlign .content {
    max-width: 100%;
    padding-right: 50px;
  }
}
section.headerSection .content {
  padding-left: 50px;
  padding-top: 140px;
  padding-bottom: 115px;
  max-width: 600px;
}
@media (max-width: 991.98px) {
  section.headerSection .content {
    max-width: 100%;
    padding-right: 50px;
  }
}
@media (max-width: 575.98px) {
  section.headerSection .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.headerSection .content.addedPadding {
  padding-top: 200px;
  padding-bottom: 150px;
  padding-right: 50px;
}
@media (max-width: 575.98px) {
  section.headerSection .content.addedPadding {
    padding-top: 140px;
    padding-bottom: 40px;
    padding-right: 20px;
  }
}
section.headerSection .content.noPadding {
  padding-left: 0px;
}
@media (max-width: 1399.98px) {
  section.headerSection .content.noPadding {
    padding-top: 130px;
  }
}
@media (max-width: 1199.98px) {
  section.headerSection .content.noPadding {
    padding-top: 155px;
  }
}
@media (max-width: 991.98px) {
  section.headerSection .content.noPadding {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 180px;
  }
}
section.headerSection .content p.headerDescription {
  font-family: "soleil", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  section.headerSection .content p.headerDescription {
    font-family: "soleil", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
  }
}
section.headerSection .content p.headerDescription.greenText {
  color: #93C35B;
}
section.headerSection .headerImageContainer {
  height: 100%;
  position: relative;
}
section.headerSection .headerImageContainer img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.headerSection .headerImageContainer img {
    position: relative;
    max-height: 400px;
  }
}
section.headerSection .campaignHeaders {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section.headerSection .campaignHeaders .headercampaignLogo {
  width: 40%;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  section.headerSection .campaignHeaders .headercampaignLogo {
    padding-bottom: 20px;
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 575.98px) {
  section.headerSection .campaignHeaders .headercampaignLogo {
    width: 80%;
  }
}
section.headerSection .campaignHeaders .headercampaignText {
  padding-left: 60px;
  width: 50%;
  max-width: 480px;
  min-width: 400px;
}
@media (max-width: 991.98px) {
  section.headerSection .campaignHeaders .headercampaignText {
    padding-top: 0;
    padding-left: 50px;
    width: 100%;
    max-width: 600px;
    min-width: 600px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  section.headerSection .campaignHeaders .headercampaignText {
    padding-top: 0;
    padding-left: 50px;
    width: 100%;
    max-width: 520px;
    min-width: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  section.headerSection .campaignHeaders .headercampaignText {
    width: 80%;
    padding-left: 20px;
    padding-bottom: 40px;
  }
}
section.headerSection .campaignHeaders .headercampaignText p {
  margin-bottom: 0;
}

section.section.fundraising.contrast h1, section.section.fundraising.contrast h2, section.section.fundraising.contrast h3, section.section.fundraising.contrast p, section.section.fundraising.contrast span, section.section.fundraising.contrast a {
  color: black;
}
section.section.fundraising.contrast .narrowContent a {
  background: #623977;
}
section.section.fundraising.contrast ul li::before {
  color: #623977;
}
section.section.fundraising ul li::before {
  color: #93C35B;
}
section.section.fundraising .narrowContent {
  margin: 0 auto;
  max-width: 500px;
  padding: 0 20px;
}
section.section.fundraising .narrowContent .intro {
  margin-bottom: 50px;
}
section.section.fundraising .narrowContent a {
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  padding: 15px 25px;
  border-bottom: 0px;
  background: #93C35B;
  text-decoration: none;
  color: #ffffff;
  margin-top: 17px;
  width: calc(100% - 100px);
  display: inherit;
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
}

section.testimonial {
  position: relative;
}
@media (max-width: 991.98px) {
  section.testimonial .row-reverse {
    flex-direction: column-reverse;
  }
}
section.testimonial .slick-list {
  height: 100%;
}
section.testimonial .slick-track {
  height: 100%;
}
section.testimonial .content {
  padding: 0 50px;
  padding-top: 140px;
  padding-bottom: 115px;
}
@media (max-width: 575.98px) {
  section.testimonial .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.testimonial .content.slider-nav .sliderContainer {
  padding-bottom: 18px;
}
section.testimonial .content.slider-nav .slick-dots {
  padding-left: 0px;
  position: absolute;
  bottom: 97px;
  right: 50px;
}
section.testimonial .content.slider-nav .slick-dots li {
  list-style: none;
  display: inline-block;
  padding-right: 16px;
}
section.testimonial .content.slider-nav .slick-dots li:last-of-type {
  padding-right: 0px;
}
section.testimonial .content.slider-nav .slick-dots li button {
  font-size: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: none;
  display: inline-block;
}
section.testimonial .content.slider-nav .slick-dots li.slick-active button {
  background: #ffffff;
}
section.testimonial .content p {
  color: #ffffff;
  margin-bottom: 85px;
}
section.testimonial .content a {
  padding-bottom: 10px;
  margin-top: 10px;
  text-decoration: none;
  color: #ffffff;
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  border-bottom: #93C35B solid 4px;
}
section.testimonial .content a:hover {
  border-bottom: #ffffff solid 4px;
}
section.testimonial.trianglesRight .row-reverse .content {
  padding: 0 50px;
  padding-top: 140px;
  padding-bottom: 115px;
}
@media (max-width: 991.98px) {
  section.testimonial.trianglesRight .row-reverse .content {
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  section.testimonial.trianglesRight .row-reverse .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.testimonial .imageContainer {
  height: 100%;
  position: relative;
}
section.testimonial .imageContainer img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.testimonial .imageContainer img {
    position: relative;
    max-height: 400px;
  }
}

section.section.twoColumnSection.contrast h1, section.section.twoColumnSection.contrast h2, section.section.twoColumnSection.contrast h3, section.section.twoColumnSection.contrast p, section.section.twoColumnSection.contrast span, section.section.twoColumnSection.contrast a {
  color: black;
}
section.section.twoColumnSection h3 {
  color: #623977;
}
section.section.twoColumnSection .sitePaddingRight .row .column:nth-of-type(odd) .content {
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  section.section.twoColumnSection .sitePaddingRight .row .column:nth-of-type(odd) .content {
    padding-right: 0px;
  }
}
section.section.twoColumnSection .sitePaddingRight .row .column:nth-of-type(odd) .content.solo {
  padding-right: 0px;
}
section.section.twoColumnSection .sitePaddingRight .row .column:nth-of-type(even) .content {
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  section.section.twoColumnSection .sitePaddingRight .row .column:nth-of-type(even) .content {
    padding-left: 0px;
  }
}
section.section.twoColumnSection .sitePaddingRight .content {
  margin-bottom: 75px;
}
section.section.twoColumnSection .sitePaddingRight .content a {
  padding-bottom: 10px;
}
section.section.twoColumnSection .sitePaddingRight .content a:hover {
  border-bottom: #623977 solid 4px;
}
section.section.twoColumnSection .sitePaddingRight .row div:nth-last-child(2) .content {
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  section.section.twoColumnSection .sitePaddingRight .row div:nth-last-child(2) .content {
    margin-bottom: 75px;
  }
}
section.section.twoColumnSection .sitePaddingRight .row div:nth-last-child(1) .content {
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  section.section.twoColumnSection .sitePaddingLeft {
    padding: 0 50px;
  }
}
@media (max-width: 575.98px) {
  section.section.twoColumnSection .sitePaddingLeft {
    padding: 0 20px;
  }
}
section.section.twoColumnSection .sitePaddingLeft .content {
  margin-bottom: 75px;
}
section.section.twoColumnSection .sitePaddingLeft .content a {
  padding-bottom: 10px;
}
section.section.twoColumnSection .sitePaddingLeft .content a:hover {
  border-bottom: #623977 solid 4px;
}
@media (max-width: 991.98px) {
  section.section.twoColumnSection .content {
    margin-bottom: 75px;
  }
}

section.imageandtext {
  position: relative;
}
section.imageandtext.contrast h1, section.imageandtext.contrast h2, section.imageandtext.contrast h3, section.imageandtext.contrast p, section.imageandtext.contrast span, section.imageandtext.contrast a {
  color: black;
}
section.imageandtext #mailchimp {
  margin-top: 20px;
}
section.imageandtext #mailchimp input.email {
  padding: 15px;
  margin-top: 50px;
  width: 50%;
  border: none;
}
section.imageandtext #mailchimp input.email::-moz-placeholder {
  color: #4A4A4A;
}
section.imageandtext #mailchimp input.email:-ms-input-placeholder {
  color: #4A4A4A;
}
section.imageandtext #mailchimp input.email::placeholder {
  color: #4A4A4A;
}
section.imageandtext #mailchimp input.joinBtn {
  padding: 15px 30px;
  margin-left: -5px;
  background: #623977;
  color: #ffffff;
  border: none;
}
section.imageandtext #mailchimp input:focus {
  outline: none;
  border: none;
}
section.imageandtext .mailchimp_message {
  opacity: 0;
  transition: opacity 500 ease-in-out;
  height: 18px;
  margin-top: 15px;
}
section.imageandtext .mailchimp_message.success {
  color: #93C35B;
  opacity: 1;
  transition: 0.2s;
}
section.imageandtext .mailchimp_message.error {
  color: red;
  opacity: 1;
  transition: 0.2s;
}
section.imageandtext .content {
  padding: 0 50px;
  padding-top: 140px;
  padding-bottom: 115px;
}
@media (max-width: 991.98px) {
  section.imageandtext .content {
    padding-top: 60px;
  }
}
@media (max-width: 575.98px) {
  section.imageandtext .content {
    padding: 60px 20px 0 20px;
  }
}
section.imageandtext .content a {
  padding-bottom: 10px;
  margin-top: 10px;
}
section.imageandtext .content a:hover {
  border-bottom: #623977 solid 4px;
}
section.imageandtext.trianglesRight .content {
  padding: 0 50px;
  padding-top: 115px;
  padding-bottom: 140px;
}
@media (max-width: 991.98px) {
  section.imageandtext.trianglesRight .content {
    padding-top: 60px;
  }
}
@media (max-width: 575.98px) {
  section.imageandtext.trianglesRight .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.imageandtext.trianglesRight .row-reverse .content {
  padding: 0 50px;
  padding-top: 140px;
  padding-bottom: 115px;
}
@media (max-width: 991.98px) {
  section.imageandtext.trianglesRight .row-reverse .content {
    padding-top: 60px;
  }
}
@media (max-width: 575.98px) {
  section.imageandtext.trianglesRight .row-reverse .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  section.imageandtext.trianglesLeft .content {
    padding-bottom: 170px;
  }
}
section.imageandtext.trianglesLeft .row-reverse .content {
  padding: 0 50px;
  padding-top: 115px;
  padding-bottom: 140px;
}
@media (max-width: 991.98px) {
  section.imageandtext.trianglesLeft .row-reverse .content {
    padding-top: 60px;
  }
}
@media (max-width: 575.98px) {
  section.imageandtext.trianglesLeft .row-reverse .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.imageandtext .imageContainer {
  height: 100%;
  position: relative;
}
section.imageandtext .imageContainer img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.imageandtext .imageContainer img {
    position: relative;
    max-height: 400px;
  }
}

section.section.oneColumnSection.contrast h1, section.section.oneColumnSection.contrast h2, section.section.oneColumnSection.contrast h3, section.section.oneColumnSection.contrast p, section.section.oneColumnSection.contrast span, section.section.oneColumnSection.contrast a {
  color: black;
}
section.section.oneColumnSection h3 {
  color: #623977;
}
section.section.oneColumnSection h3.greenText {
  color: #93C35B;
}
section.section.oneColumnSection .sitePaddingLeft.content {
  margin-bottom: 0px;
}
section.section.oneColumnSection .sitePaddingLeft.content a {
  padding-bottom: 10px;
  margin-top: 10px;
}
section.section.oneColumnSection .sitePaddingLeft.content a:hover {
  border-bottom: #623977 solid 4px;
}
section.section.oneColumnSection .sitePaddingLeft.content a.button.purple {
  padding: 15px 25px;
  padding-bottom: 15px !important;
  border-bottom: 0px;
  background: #623977;
  color: #ffffff !important;
  margin-top: 12px;
}
section.section.oneColumnSection .sitePaddingLeft.content a.button.purple:hover {
  border-bottom: 0px !important;
}

section.section.textandquote.contrast h1, section.section.textandquote.contrast h2, section.section.textandquote.contrast h3, section.section.textandquote.contrast p, section.section.textandquote.contrast span, section.section.textandquote.contrast a {
  color: black;
}
section.section.textandquote .sitePadding.quote {
  position: relative;
}
section.section.textandquote .sitePadding.quote p {
  font-family: "soleil", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  color: #623977;
  padding-bottom: 35px;
}
section.section.textandquote .sitePadding.quote::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50px;
  width: 50%;
  border-bottom: 4px solid #93C35B;
}

body {
  min-height: 100vh;
}
body #page.true {
  background: none;
  min-height: 100vh;
}
body #page.true .protectedContainer {
  align-items: center;
  display: flex;
  min-height: 100vh;
  justify-content: center;
  text-align: center;
}
body #page.true .protectedContainer h1 {
  margin-bottom: 20px;
}
body #page.true .protectedContainer .formContainer {
  padding: 50px;
  background: #623977;
}
body #page.true .protectedContainer .formContainer p {
  color: white;
}
body #page.true .protectedContainer .formContainer p.home {
  margin-top: 30px;
}
body #page.true .protectedContainer .formContainer p.home a {
  color: #93C35B;
}
body #page.true .protectedContainer .formContainer p.home a:hover {
  color: #ffffff;
}
body #page.true .protectedContainer .formContainer form label {
  margin-top: 30px;
  font-size: 0px;
}
body #page.true .protectedContainer .formContainer form label input {
  font-size: 18px;
  border: 0px;
  padding: 8px;
}
body #page.true .protectedContainer .formContainer form input[type=submit] {
  background: #93C35B;
  border: 0px;
  margin-left: -4px;
  color: #ffffff;
  padding: 8px 30px;
}

section.section.resources.contrast h1, section.section.resources.contrast h2, section.section.resources.contrast h3, section.section.resources.contrast p, section.section.resources.contrast span, section.section.resources.contrast a {
  color: black;
}
section.section.resources .sitePaddingSmall {
  padding: 0px 30px;
}
@media (max-width: 575.98px) {
  section.section.resources .sitePaddingSmall {
    padding: 0px 0px;
  }
}
section.section.resources .heading {
  margin-bottom: 65px;
}
section.section.resources a {
  transition: 0.2s ease-in-out;
}
section.section.resources a:hover {
  border-bottom: #623977 solid 4px;
}
section.section.resources .spacing .content {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 60px;
}

.cookie-notice-container #cn-notice-text {
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}
@media (max-width: 991.98px) {
  .cookie-notice-container #cn-notice-text {
    font-family: "soleil", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
}
@media (max-width: 575.98px) {
  .cookie-notice-container #cn-notice-text {
    font-family: "soleil", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
  }
}
.cookie-notice-container .cn-button.bootstrap.purpleBtn {
  background: #623977;
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.cookie-notice-container .cn-button.bootstrap.greenBtn {
  background: #93C35B;
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

section.imagelinks, section.events {
  position: relative;
}
section.imagelinks .titleFlex, section.events .titleFlex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.imagelinks .titleFlex .purpleText, section.events .titleFlex .purpleText {
  margin-left: 10px;
}
section.imagelinks.contrast h1, section.imagelinks.contrast h2, section.imagelinks.contrast h3, section.imagelinks.contrast p, section.imagelinks.contrast span, section.imagelinks.contrast a, section.events.contrast h1, section.events.contrast h2, section.events.contrast h3, section.events.contrast p, section.events.contrast span, section.events.contrast a {
  color: black;
}
section.imagelinks .blockIntroTextSize, section.events .blockIntroTextSize {
  max-width: 50%;
}
@media (max-width: 1199.98px) {
  section.imagelinks .blockIntroTextSize, section.events .blockIntroTextSize {
    max-width: 100%;
  }
}
section.imagelinks .content, section.events .content {
  padding: 0 50px;
  padding-top: 100px;
  padding-bottom: 160px !important;
}
@media (max-width: 991.98px) {
  section.imagelinks .content, section.events .content {
    padding-top: 80px !important;
  }
}
@media (max-width: 575.98px) {
  section.imagelinks .content, section.events .content {
    padding-top: 40px !important;
  }
}
section.imagelinks .content a, section.events .content a {
  padding-bottom: 10px;
  margin-top: 10px;
}
section.imagelinks .content a:hover, section.events .content a:hover {
  border-bottom: #623977 solid 4px;
}
section.imagelinks.trianglesRight .content, section.events.trianglesRight .content {
  padding: 0 50px;
  padding-top: 115px;
  padding-bottom: 140px;
}
@media (max-width: 991.98px) {
  section.imagelinks.trianglesRight .content, section.events.trianglesRight .content {
    padding-top: 60px;
  }
}
@media (max-width: 575.98px) {
  section.imagelinks.trianglesRight .content, section.events.trianglesRight .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.imagelinks.trianglesRight .row-reverse .content, section.events.trianglesRight .row-reverse .content {
  padding: 0 50px;
  padding-top: 100px;
  padding-bottom: 115px;
}
@media (max-width: 991.98px) {
  section.imagelinks.trianglesRight .row-reverse .content, section.events.trianglesRight .row-reverse .content {
    padding-top: 60px;
  }
}
@media (max-width: 575.98px) {
  section.imagelinks.trianglesRight .row-reverse .content, section.events.trianglesRight .row-reverse .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  section.imagelinks.trianglesLeft .content, section.events.trianglesLeft .content {
    padding-bottom: 170px;
  }
}
@media (max-width: 575.98px) {
  section.imagelinks.trianglesLeft .content, section.events.trianglesLeft .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.imagelinks.trianglesLeft .row-reverse .content, section.events.trianglesLeft .row-reverse .content {
  padding: 0 50px;
  padding-top: 115px;
  padding-bottom: 140px;
}
@media (max-width: 991.98px) {
  section.imagelinks.trianglesLeft .row-reverse .content, section.events.trianglesLeft .row-reverse .content {
    padding-top: 60px;
  }
}
@media (max-width: 575.98px) {
  section.imagelinks.trianglesLeft .row-reverse .content, section.events.trianglesLeft .row-reverse .content {
    padding-top: 115px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.imagelinks .flexContent, section.events .flexContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 9px;
  gap: 21px;
}
section.imagelinks .flexContent.flex-start, section.events .flexContent.flex-start {
  justify-content: flex-start;
}
section.imagelinks .flexContent.flex-wrap, section.events .flexContent.flex-wrap {
  flex-wrap: wrap;
}
section.imagelinks .flexContent .tile, section.events .flexContent .tile {
  display: block;
  margin-top: 21px;
  padding-bottom: 0;
  width: calc(33.3333333333% - 38px);
  margin-right: 7px;
  margin-left: 7px;
}
section.imagelinks .flexContent .tile:hover, section.events .flexContent .tile:hover {
  border-bottom: 0;
}
section.imagelinks .flexContent .tile:nth-child(3n+1), section.events .flexContent .tile:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 14px;
}
section.imagelinks .flexContent .tile:nth-child(3n+3), section.events .flexContent .tile:nth-child(3n+3) {
  margin-left: 14px;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  section.imagelinks .flexContent .tile, section.events .flexContent .tile {
    width: 100%;
  }
}
section.imagelinks .flexContent .tile .imgContainer, section.events .flexContent .tile .imgContainer {
  width: 100%;
  position: relative;
}
section.imagelinks .flexContent .tile .imgContainer .purpleOverlay, section.events .flexContent .tile .imgContainer .purpleOverlay {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background: #623977;
  padding: 20px 23px;
  font-family: "soleil", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  section.imagelinks .flexContent .tile .imgContainer .purpleOverlay, section.events .flexContent .tile .imgContainer .purpleOverlay {
    font-family: "soleil", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
  }
}
section.imagelinks .flexContent .tile .imgContainer img, section.events .flexContent .tile .imgContainer img {
  width: 100%;
}
section.imagelinks .flexContent .event, section.events .flexContent .event {
  display: flex;
  flex: 1 0 33%;
  flex-direction: column;
  max-width: calc(33.3333333333% - 14px);
  align-self: stretch;
}
@media (max-width: 767.98px) {
  section.imagelinks .flexContent .event, section.events .flexContent .event {
    flex: 1 0 50%;
    max-width: calc(50% - 14px);
  }
}
@media (max-width: 575.98px) {
  section.imagelinks .flexContent .event, section.events .flexContent .event {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
section.imagelinks .flexContent .event .event:nth-of-type(4n), section.events .flexContent .event .event:nth-of-type(4n) {
  flex-basis: 100%;
  display: flex;
}
section.imagelinks .flexContent .event .eventContent, section.events .flexContent .event .eventContent {
  background: #ffffff;
  padding: 25px;
  height: 100%;
}
section.imagelinks .flexContent .event .excerpt, section.events .flexContent .event .excerpt {
  margin-bottom: 10px;
}
section.imagelinks .flexContent .event .dateTime, section.events .flexContent .event .dateTime {
  color: #93C35B;
  margin-bottom: 5px;
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
section.imagelinks .flexContent .event .title h3, section.events .flexContent .event .title h3 {
  color: #623977;
}
section.imagelinks .flexContent .event .imgContainer, section.events .flexContent .event .imgContainer {
  width: 100%;
  position: relative;
}
section.imagelinks .flexContent .event .imgContainer img, section.events .flexContent .event .imgContainer img {
  width: 100%;
}

section.section.selfReferral.contrast h1, section.section.selfReferral.contrast h2, section.section.selfReferral.contrast h3, section.section.selfReferral.contrast p, section.section.selfReferral.contrast span, section.section.selfReferral.contrast a {
  color: black;
}
section.section.selfReferral.contrast .content a, section.section.selfReferral.contrast .sitePadding.content a {
  background: #623977;
}
section.section.selfReferral h3 {
  color: #623977;
}
section.section.selfReferral .headingContainer {
  padding: 0 50px;
}
@media (max-width: 575.98px) {
  section.section.selfReferral .headingContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section.block-one_column_text_and_background.minusMargin {
  margin-top: -75px;
}
@media (max-width: 575.98px) {
  section.block-one_column_text_and_background.minusMargin {
    margin-top: 0px;
  }
}
section.block-one_column_text_and_background.minusMargin .trianglesLeft:before {
  z-index: -1;
  border-style: solid;
  border-width: 100px 0 0 1950px;
  border-color: transparent transparent transparent #EAF1F3;
  top: -100px;
}
section.block-one_column_text_and_background.minusMargin .trianglesLeft .content {
  padding-top: 15px;
}
section.one_column_text_and_background {
  position: relative;
}
section.one_column_text_and_background.contrast h1, section.one_column_text_and_background.contrast h2, section.one_column_text_and_background.contrast h3, section.one_column_text_and_background.contrast p, section.one_column_text_and_background.contrast span, section.one_column_text_and_background.contrast a {
  color: black;
}
section.one_column_text_and_background.contrast .content a, section.one_column_text_and_background.contrast .sitePadding.content a {
  background: #623977;
}
section.one_column_text_and_background .content {
  padding: 115px 70px 0 50px;
}
@media (max-width: 575.98px) {
  section.one_column_text_and_background .content {
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.one_column_text_and_background .content .heading {
  min-width: 100%;
}
section.one_column_text_and_background.trianglesRight .content {
  padding: 0 50px;
  padding-top: 140px;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  section.one_column_text_and_background.trianglesRight .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.one_column_text_and_background .imageContainer {
  height: 100%;
  position: relative;
}
section.one_column_text_and_background .imageContainer img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.one_column_text_and_background .imageContainer img {
    position: relative;
    max-height: 400px;
  }
}
section .flower {
  display: flex;
  justify-content: flex-end;
  padding: 0 100px 0 0;
  height: 135%;
  margin-top: -100px;
  position: relative;
}
@media (max-width: 1199.98px) {
  section .flower {
    height: 100%;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  section .flower {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 575.98px) {
  section .flower {
    padding-left: 20px;
    padding-right: 20px;
    padding: 0 0 0 20px;
    display: block;
  }
}
section .flower svg {
  align-self: flex-end;
  margin-bottom: 17px;
}
@media (max-width: 575.98px) {
  section .flower svg {
    margin-bottom: -10%;
    height: 100%;
    width: 150px;
  }
}

html {
  font-family: "soleil", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
html body {
  max-width: 1920px;
  margin: 0 auto;
}

body {
  background: #E0EAED;
}

@media (max-width: 991.98px) {
  .slick-slide div {
    display: block !important;
  }
}
section#blocks {
  margin-top: -15px;
}
@media (max-width: 575.98px) {
  section#blocks section:last-of-type.trapeziumsRight, section#blocks section:last-of-type.trianglesLeft {
    margin-bottom: 0px !important;
  }
}
section.section:last-of-type {
  margin-bottom: 55px !important;
}
@media (max-width: 575.98px) {
  section.section:last-of-type.trapeziumsRight, section.section:last-of-type.trianglesLeft {
    margin-bottom: 0px !important;
  }
}
section.section.removeMargin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.row-reverse {
  flex-direction: row-reverse;
}

a {
  text-decoration: none;
}
a:hover {
  color: inherit;
}

p a {
  color: #623977 !important;
  padding-bottom: 0px !important;
}
p a:hover {
  color: #623977 !important;
  border-bottom: #623977 solid 2px !important;
}

h1 {
  font-family: "soleil", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  color: #93C35B;
}
h1.white {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  h1 {
    font-family: "soleil", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
  }
}

h2 {
  font-family: "soleil", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  h2 {
    font-family: "soleil", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
  }
}

h3 {
  font-family: "soleil", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}
h3.h2 {
  font-family: "soleil", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  h3 {
    font-family: "soleil", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }
  h3.h2 {
    font-family: "soleil", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
  }
}

p {
  color: #4A4A4A;
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}
p.intro {
  font-family: "soleil", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}
@media (max-width: 991.98px) {
  p {
    font-family: "soleil", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
  p.intro {
    font-family: "soleil", sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  p {
    font-family: "soleil", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
  }
  p.intro {
    font-family: "soleil", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
  }
}

.blogTag {
  font-family: "soleil", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}

strong {
  font-weight: 600;
}

section.section {
  margin: 55px 0;
}
section ul {
  padding-left: 20px;
  list-style: none;
}
section ul li {
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #4A4A4A;
  position: relative;
  margin-bottom: 20px;
}
section ul li::before {
  content: "•";
  color: #623977;
  position: absolute;
  font-weight: bold;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
  font-size: 170%;
  top: -2px;
}
section ul.boxstyle {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
  list-style: none;
  margin: 20px 0;
}
section ul.boxstyle li {
  flex: 1 1 calc(33.33% - 20px);
  max-width: 410px;
  display: inline;
  align-items: flex-start;
  padding: 24px;
  background-color: #EAF1F3;
  color: #4A4A4A;
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 991.98px) {
  section ul.boxstyle li {
    flex: 1 1 100%;
  }
}
section ul.boxstyle li::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px solid white;
  pointer-events: none;
  box-sizing: border-box;
}
section ul.boxstyle li.purpleBG {
  background-color: #623977;
  color: #ffffff;
}
section ul.boxstyle li.greenBG {
  background-color: #93C35B;
  color: #ffffff;
}
section ul.boxstyle li.whiteBG {
  background-color: #ffffff;
  color: #623977;
}
section ul.boxstyle li.whiteBG::after {
  border: 2px solid #EAF1F3;
}
section ul.boxstyle li span {
  display: block;
  margin-bottom: 5px;
}
section ul.boxstyle li::before {
  content: none;
}
section ul.boxstyle.four-column li {
  flex: 1 1 calc(25% - 20px);
}
@media (max-width: 991.98px) {
  section ul.boxstyle.four-column li {
    flex: 1 1 100%;
  }
}
section ul.boxstyle.wider {
  margin-right: -33%;
}
@media (max-width: 991.98px) {
  section ul.boxstyle.wider {
    margin-right: 0;
  }
}

a {
  transition: 0.2s ease-in-out;
}
a.purple {
  text-decoration: none;
  display: inline-block;
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #623977;
  border-bottom: #93C35B solid 4px;
}
@media (max-width: 991.98px) {
  a.purple {
    font-family: "soleil", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
  }
}
@media (max-width: 575.98px) {
  a.purple {
    font-family: "soleil", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
  }
}
a.purple:hover {
  color: #623977;
}
a.green {
  text-decoration: none;
  display: inline-block;
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #93C35B;
  border-bottom: #623977 solid 4px;
}
@media (max-width: 991.98px) {
  a.green {
    font-family: "soleil", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
  }
}
@media (max-width: 575.98px) {
  a.green {
    font-family: "soleil", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
  }
}
a.green:hover {
  color: #93C35B;
}
a.white {
  text-decoration: none;
  display: inline-block;
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #ffffff;
  border-bottom: #93C35B solid 4px;
}
a.white:hover {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .mobileHide {
    display: none;
  }
}

.mobileShow {
  display: none;
}
@media (max-width: 991.98px) {
  .mobileShow {
    display: block;
  }
}

.whiteText {
  color: #ffffff;
}

.purpleText {
  color: #623977;
}

.greenText {
  color: #93C35B;
}

.xlarge {
  font-size: 30px;
  line-height: 1.3em;
}

.large {
  font-size: 25px;
  line-height: 1.3em;
}

.medium {
  font-size: 23px;
  line-height: 1.3em;
}

.sitePadding {
  padding: 0 50px;
}
@media (max-width: 575.98px) {
  .sitePadding {
    padding: 0 20px;
  }
}

.sitePaddingLeft {
  padding: 0 100px 0 50px;
}
@media (max-width: 575.98px) {
  .sitePaddingLeft {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sitePaddingRight {
  padding: 0 50px 0 0;
}
@media (max-width: 991.98px) {
  .sitePaddingRight {
    padding: 20px 50px 0 50px;
  }
}
@media (max-width: 575.98px) {
  .sitePaddingRight {
    padding: 20px 20px 0 20px;
  }
}

.verticalCenter {
  align-self: center;
}

.purpleBG {
  background: #623977;
}

.blueBG {
  background: #EAF1F3;
}

#page {
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
#page .navigation {
  position: relative;
  padding-top: 25px;
  z-index: 999;
}
@media (max-width: 575.98px) {
  #page .navigation {
    padding-top: 55px;
  }
}
#page .navigation::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 0;
  left: -15px;
  bottom: -100px;
  height: 0;
  border-style: solid;
  border-width: 100px 1950px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
#page.mobileOpen {
  height: calc(100vh + 100px);
}
#page .exit {
  position: fixed;
  right: calc((100vw - 1920px) / 2 - 62px);
  transform: rotate(270deg);
  margin-top: 300px;
  z-index: 9999;
}
@media screen and (max-width: 1920px) {
  #page .exit {
    right: -62px;
  }
}
#page .exit a {
  color: #ffffff;
  background: #93C35B;
  text-decoration: none;
  padding: 15px 35px;
  display: inline-block;
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

#single-post {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  #single-post {
    margin-top: 60px;
  }
}
