/* colors */
/* fonts */
/* breakpoints */
/** Load Fonts **/
@import url("//fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/** Set Base Font Sizes */
html {
  font-size: 1.125;
}

body {
  font-size: 1rem;
  line-height: 1.6666666667;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #121212;
  font-family: area-normal, sans-serif;
  line-height: 1.6666666667;
}

strong {
  font-weight: 900;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-family: area-normal, sans-serif;
}
h1.no-marg,
h2.no-marg,
h3.no-marg,
h4.no-marg,
h5.no-marg,
h6.no-marg {
  margin-bottom: 0;
}

h1 {
  font-size: 2.2222222222rem;
  line-height: 1.25;
  color: white;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.8888888889rem;
  }
}

h2 {
  font-size: 1.6666666667rem;
  line-height: 1.25;
  color: #121212;
}
@media (min-width: 992px) {
  h2 {
    font-size: 1.7777777778rem;
  }
}
h2.h1 {
  font-size: 1.7777777778rem;
  line-height: normal;
  color: #F05A13;
  padding: 0;
  border: 0;
}

h3 {
  font-size: 1.3333333333rem;
  line-height: 1.6666666667rem;
  color: #121212;
  font-weight: bold;
  margin-bottom: 20px;
}
h3.target {
  padding: 10px 0 10px 80px;
  background: url(../images/icon-target.png) no-repeat 0 center;
  background-size: 57px;
  min-height: 90px;
}
h3.chart {
  padding: 10px 0 10px 80px;
  background: url(../images/icon-chart.png) no-repeat 0 center;
  background-size: 54px;
  min-height: 90px;
}
h3.pad {
  padding: 10px 0 10px 80px;
  background: url(../images/icon-pad.png) no-repeat 0 center;
  background-size: 50px;
  min-height: 90px;
}

.emma a.button {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 20px 32px;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 8px;
  color: black;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  background-color: white;
  -webkit-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
}
.emma a.button:hover {
  background-color: #A20088;
  color: white;
  border-color: #A20088;
}
.emma a.button.dialog-cancel {
  padding: 0;
  border: 0;
  background-color: transparent;
  margin-left: 15px;
}
.emma a.button.dialog-cancel:hover {
  text-decoration: underline;
  color: black;
}

.largetext {
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .largetext {
    font-size: 55px;
    line-height: 65px;
  }
}
.largetext strong {
  color: #A20088;
  font-weight: 700;
}

/* General Styles
-------------------------------------------- */
:root {
  --body-bg: #EDEDED;
}

.emma {
  padding: 0;
}
@media (max-width: 992px) {
  .emma {
    overflow-x: hidden;
  }
}

.emma a {
  text-decoration: underline;
  color: #A20088;
}
.emma a:hover {
  text-decoration: none;
}

.emma-nav a {
  padding-right: 10px;
}

.emma-nav {
  float: right;
  font-size: 12px;
  font-family: "Roboto";
  position: absolute;
}

.emma .emma-nav p {
  padding-top: 1px;
}

.emma .block {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.emma-login-button .form-wrapper {
  margin: auto;
  padding-top: 40px;
}

.region-content-top .block, .region-content-bottom .block {
  padding: 0;
}

.container {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .container {
    padding: 0 10px;
  }
}

#page-main {
  background: none !important;
}

#block-subtara-local-tasks {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
}
#block-subtara-local-tasks nav {
  margin: 0;
}
#block-subtara-local-tasks ul {
  margin: 0;
}
#block-subtara-local-tasks ul li {
  margin: 0;
}

.node-content > .field--name-field-content {
  background-color: white;
}

table {
  border: 0;
  width: 100%;
  max-width: 100%;
}
table strong {
  font-weight: 700;
}
table tr {
  border-bottom: 1px solid #E0E0E0;
}
table td {
  border: 0;
  padding: 40px 0;
  text-align: right;
}
table td:first-child {
  text-align: left;
}
table.headingtable tr {
  border: 0;
}
table.headingtable tr:first-child {
  background-color: #6EE7D8;
}
table.headingtable tr:first-child td {
  font-weight: bold;
}
table.headingtable td {
  padding: 5px;
}

hr {
  background: #E0E0E0;
  margin: 40px 0 50px;
  height: 1px;
}

.message {
  padding: 14px;
  border-radius: 4px;
}
.message::before {
  display: none;
}
.message.message-status {
  background-color: #6FA9AF;
}
.message.message-error {
  background-color: #A20088;
}

.user-logout-confirm {
  padding: 150px 0;
  background: #F1F2F2;
}
.user-logout-confirm .form-actions {
  margin: 0 auto;
  width: 255px;
  max-width: 100%;
}
.user-logout-confirm .form-actions .button:not(.dialog-cancel) {
  background-color: #6EE7D8;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 14px 32px;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 8px;
  color: black;
  text-transform: none;
  display: inline-block;
  -webkit-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
}
.user-logout-confirm .form-actions .button:not(.dialog-cancel):hover {
  background-color: #A20088;
  color: white;
  border-color: #A20088;
}

.session-limit-form {
  padding: 50px 20px;
  background: #FFFFFF;
  position: relative;
  width: 100%;
  margin: 100px auto;
}
@media (min-width: 992px) {
  .session-limit-form {
    max-width: 1170px;
    padding: 50px 25px;
  }
}
.session-limit-form p {
  font-size: 1.3333333333rem;
  line-height: 1.6666666667rem;
  color: #121212;
  font-weight: bold;
  margin-bottom: 20px;
}
.session-limit-form legend {
  margin-bottom: 15px;
}
.session-limit-form .button:not(.dialog-cancel) {
  background-color: #6EE7D8;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 14px 32px;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 8px;
  color: black;
  text-transform: none;
  display: inline-block;
  -webkit-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
}
.session-limit-form .button:not(.dialog-cancel):hover {
  background-color: #A20088;
  color: white;
  border-color: #A20088;
}

.emma-header {
  padding: 30px 0 26px;
  margin: 0;
  background-color: white;
}
.emma-header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .emma-header > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.emma-header .emma-nav {
  position: relative;
  margin-left: auto;
}
.emma-header .emma-nav a {
  color: #212121;
  font-size: 10px;
}
.emma-header .emma-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.emma-header .emma-branding > a {
  display: inline-block;
  margin: 0 15px 0 0;
  background: url(../images/logo-mobile.svg) no-repeat center;
  width: 160px;
  height: 49px;
}
@media (min-width: 768px) {
  .emma-header .emma-branding > a {
    background: none;
    width: auto;
    height: auto;
  }
}
.emma-header .emma-branding > a.name {
  display: none;
}
@media (min-width: 768px) {
  .emma-header .emma-branding > a.name {
    display: inline-block;
  }
}
.emma-header .emma-branding > a img {
  display: none;
}
@media (min-width: 768px) {
  .emma-header .emma-branding > a img {
    display: block;
  }
}
.emma-header h3 {
  display: inline-block;
  font-size: 0;
  font-weight: bold;
  padding-left: 15px;
  color: black;
  text-transform: uppercase;
  background: url(../images/every-market.png) no-repeat 0 0;
  background-size: 100%;
  width: 176.6px;
  height: 37px;
  margin: 0;
  position: absolute;
  top: 0;
}
.emma-header img {
  height: 36px;
}

.menu-toggle {
  background: url(../images/menu.svg) no-repeat center;
  width: 30px;
  height: 30px;
  border: 0;
  font-size: 0;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 9;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:hover {
  border: 0;
}

.region-primary-menu {
  display: none;
}
@media (min-width: 768px) {
  .region-primary-menu {
    display: block;
  }
}
.region-primary-menu.expanded {
  display: block;
}

#block-subtara-main-menu ul.main-menu {
  padding: 0;
  margin-top: 50px;
}
@media (min-width: 768px) {
  #block-subtara-main-menu ul.main-menu {
    margin-top: 0;
  }
}
#block-subtara-main-menu ul.main-menu li.menu-item {
  border-bottom: 0;
}
#block-subtara-main-menu ul.main-menu li.menu-item.menu-item-has-children::after {
  content: "";
  background: url(../images/angle-down.svg) no-repeat center;
  width: 15px;
  height: 20px;
}
#block-subtara-main-menu ul.main-menu li.menu-item a {
  font-size: 20px;
  line-height: 1.5;
  color: #A20088;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: none !important;
}
#block-subtara-main-menu ul.main-menu li.menu-item a:hover {
  text-decoration: underline !important;
  background-color: transparent !important;
  color: #A20088;
  border: 0;
}
#block-subtara-main-menu ul.main-menu li.menu-item:hover {
  background-color: transparent;
}
#block-subtara-main-menu ul.main-menu .submenu {
  padding-left: 10px;
}
@media (min-width: 768px) {
  #block-subtara-main-menu ul.main-menu .submenu {
    z-index: 9;
    border-radius: 5px;
    right: 0;
    background-color: white;
    -webkit-filter: drop-shadow(0px 0px 20.5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 20.5px rgba(0, 0, 0, 0.25));
    padding-left: 0.5rem;
    min-width: 250px;
    padding: 20px;
  }
}
#block-subtara-main-menu ul.main-menu .submenu li.menu-item {
  border-bottom: 0;
  border-top: 0;
}
#block-subtara-main-menu ul.main-menu .submenu li.menu-item a {
  font-size: 18px;
  font-weight: 500;
}

/* Footer */
body[data-aos-easing=bounce] [data-aos], [data-aos][data-aos][data-aos-easing=bounce] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

[data-aos=footer-bar] {
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
}
[data-aos=footer-bar].aos-animate {
  height: 367px;
}

[data-aos=footer-bar2] {
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
}
[data-aos=footer-bar2].aos-animate {
  height: 194px;
}

[data-aos=footer-bar3] {
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
}
[data-aos=footer-bar3].aos-animate {
  height: 468px;
}

.emma-footer {
  background-color: white;
  padding-top: 15px;
  padding-bottom: 10px;
}

.emma-footer:after {
  content: "";
  display: table;
  clear: both;
}

.emma-footer p {
  font-size: 10px;
  text-transform: uppercase;
  color: #212121;
}

.emma-c, .emma-contact {
  float: left;
  width: 25%;
}

.emma-powered {
  float: left;
  width: 50%;
}

#last-section {
  display: none;
}

.emma-footer.footernew {
  background: none;
  background-color: black;
  color: white;
  padding: 73px 0;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}
.emma-footer.footernew p {
  text-transform: none;
  color: white;
}
.emma-footer.footernew a {
  color: #6EE7D8;
  text-transform: none;
}
.emma-footer.footernew .footer-branding {
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .emma-footer.footernew .footer-branding {
    margin: 0 0 55px;
  }
}
.emma-footer.footernew .footer-branding a {
  background: url(../images/logo-footer-mobile.svg) no-repeat center;
  width: 260px;
  height: 89px;
  display: block;
}
@media (min-width: 768px) {
  .emma-footer.footernew .footer-branding a {
    background: none;
    width: auto;
    height: auto;
  }
}
.emma-footer.footernew .footer-branding a img {
  display: none;
}
@media (min-width: 768px) {
  .emma-footer.footernew .footer-branding a img {
    display: block;
  }
}
.emma-footer.footernew .footer-nav {
  margin-bottom: 35px;
}
.emma-footer.footernew .footer-nav a {
  display: inline-block;
  margin: 0 30px 0 0;
  text-decoration: none;
  font-weight: bold;
}
.emma-footer.footernew .footer-nav a:hover {
  text-decoration: underline;
}
.emma-footer.footernew .footer-socials {
  margin: 0 0 50px;
}
@media (min-width: 768px) {
  .emma-footer.footernew .footer-socials {
    margin: 0 0 140px;
  }
}
.emma-footer.footernew .footer-socials a {
  display: inline-block;
  margin: 0 36px 15px 0;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.emma-footer.footernew .footer-socials a.li {
  background: url(../images/LI.svg) no-repeat center;
}
.emma-footer.footernew .footer-socials a.x {
  background: url(../images/X.svg) no-repeat center;
}
.emma-footer.footernew .footer-socials a.fb {
  background: url(../images/FB.svg) no-repeat center;
}
.emma-footer.footernew .footer-socials a.ig {
  background: url(../images/Insta.svg) no-repeat center;
}
.emma-footer.footernew .footer-copy p {
  display: inline-block;
  margin: 0 20px 15px 0;
  font-size: 20px;
  line-height: 1.5;
}
.emma-footer.footernew .footer-copy p a {
  color: white;
  text-decoration: none;
}
.emma-footer.footernew .footer-copy p a:hover {
  text-decoration: underline;
}
.emma-footer.footernew .footer-copy p a.highlight {
  color: #6EE7D8;
}
.emma-footer.footernew .bars {
  position: absolute;
  right: 5%;
  bottom: 0;
  display: none;
  width: 35.7%;
  height: auto;
  aspect-ratio: 1.1;
  max-width: 515px;
}
@media (min-width: 992px) {
  .emma-footer.footernew .bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.emma-footer.footernew .bars .bar {
  background-color: #6EE7D8;
  width: 20%;
}
/* Login Page
-------------------------------------------- */
.emma.emma-login {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: black;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .emma.emma-login {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.emma.emma-login .login-left {
  width: 100%;
  background: url(../images/login-image.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  height: 100vh;
}
@media (min-width: 768px) {
  .emma.emma-login .login-left {
    width: 38%;
    position: relative;
  }
}
.emma.emma-login .login-left .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #6EE7D8;
  background-blend-mode: hue;
  z-index: 1;
  display: none;
}
.emma.emma-login .login-left a {
  display: block;
  text-align: center;
  margin: 0 40px 56px;
  position: relative;
  z-index: 2;
}
.emma.emma-login #page {
  width: 86%;
  height: auto;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .emma.emma-login #page {
    width: 62%;
    position: relative;
    height: 100vh;
  }
}
.emma.emma-login #main {
  background-color: white;
}

.wrapper-nice-login {
  border: 0;
}
@media (max-width: 768px) {
  .wrapper-nice-login {
    padding-left: 0;
    padding-right: 0;
  }
}

.emma .layout-main-wrapper .emma-nav {
  top: -85px;
  right: 0;
  margin-right: 15px;
}

.emma-login-container {
  width: 400px;
  margin: auto;
  padding-bottom: 70px;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .emma-login-container {
    padding-bottom: 195px;
  }
}

.user-pass {
  width: 90%;
  margin: auto;
  padding-bottom: 70px;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .user-pass {
    padding-bottom: 195px;
    width: 400px;
  }
}
.user-pass p {
  font-size: 14px;
}
.user-pass .nice-login-login {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.user-pass .nice-login-login a {
  text-decoration: none;
}
.user-pass .nice-login-login a:hover {
  text-decoration: underline;
}

.emma-login-header img {
  margin: auto;
  padding: 12px;
  display: block;
  width: 275px;
}

.emma-login-header h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  color: black;
}
@media (min-width: 768px) {
  .emma-login-header h1 {
    font-size: 70px;
    margin-bottom: 60px;
  }
}

.emma-login-header h2 {
  font-size: 14px;
}

.emma-nav.emma-login {
  width: 300px;
}

.emma-nav.emma-login a {
  font-size: 10px;
  color: #212121;
}

.emma-login-form label, .emma-login-form #edit-name--description, .emma-login-form #edit-pass--description {
  color: #BDBDBD;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 7px;
}

.emma-login-form {
  width: 100%;
  margin: auto;
}
.emma-login-form .form-item {
  margin-bottom: 25px;
}

.emma-login-form input {
  border-radius: 4px;
  border: 1px solid #BDBDBD;
}
.emma-login-form input:focus {
  border: 1px solid #BDBDBD;
}

.emma-login-form input::-webkit-input-placeholder {
  opacity: 0.5;
  font-family: "Roboto";
}

.emma-login-form input::-moz-placeholder {
  opacity: 0.5;
  font-family: "Roboto";
}

.emma-login-form input::-ms-input-placeholder {
  opacity: 0.5;
  font-family: "Roboto";
}

.emma-login-form input::placeholder {
  opacity: 0.5;
  font-family: "Roboto";
}

.nice-login-pass {
  position: relative;
  text-align: right;
  font-size: 0.5rem;
}

.nice-login__login__actions, .nice-login__pass__actions {
  display: block;
}
.nice-login__login__actions input[type=submit], .nice-login__pass__actions input[type=submit] {
  border: 0;
  border-radius: 4px;
  background: #6FA9AF;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  padding: 16px 34px;
  margin-bottom: 15px;
}
.nice-login__login__actions input[type=submit]:hover, .nice-login__pass__actions input[type=submit]:hover {
  color: white;
}

/* Home Page
-------------------------------------------- */
.homepage.emma {
  background: none;
  padding: 0;
}

#contactform {
  background: #6FA9AF url(../images/contactbg.png) no-repeat center;
  background-size: cover;
  padding: 60px 15px;
  min-height: 800px;
}
@media (min-width: 992px) {
  #contactform {
    padding: 116px 15px;
  }
}
#contactform .block-content {
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
}
#contactform h2.block-title {
  color: #FFF;
  text-align: center;
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  line-height: 106.553%;
}
@media (min-width: 992px) {
  #contactform h2.block-title {
    font-size: 65px;
  }
}
#contactform form > .form-item {
  margin-bottom: 25px;
}
#contactform form label {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
#contactform form input, #contactform form select, #contactform form textarea {
  background-color: white;
  border-radius: 4px;
}
#contactform form input.button, #contactform form select.button, #contactform form textarea.button {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 18px 14px 16px;
  min-width: 174px;
  background-color: #A20088;
  border: 0;
}

/* Responsive */
@media screen and (min-width: 1150px) {
  .container {
    width: 100%;
    max-width: 1170px;
  }
}
@media screen and (max-width: 650px) {
  .emma-blocks-column, .emma .homepage-content p {
    width: 100%;
  }
  .emma-block-panel p {
    padding: 15px;
  }
  #block-homepagetextblock p {
    width: 85%;
  }
  .emma-header h3 {
    display: block;
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 25px;
  }
  .emma-header .emma-nav {
    top: 0;
    right: -35px;
    position: absolute;
  }
  .emma-block-panel {
    height: auto;
  }
  .emma-block-panel p {
    margin-bottom: 25px;
  }
  .emma-login-container {
    width: 90%;
    background-image: url();
  }
  .emma-nav.emma-login {
    width: 240px;
  }
}
/* at 1150+, the panels look ok */
@media screen and (max-width: 1149px) and (min-width: 651px) {
  .emma-blocks-column {
    width: 50%;
    margin: auto;
  }
  .emma-login-container {
    width: 75%;
  }
}
.paragraph--type--graphic-h1-banner {
  background: url(../images/avoq-top.svg) no-repeat center bottom;
  background-size: 195%;
  background-color: black;
  color: white;
  text-align: center;
  height: calc(100vh - 93px);
  fill: linear-gradient(43deg, rgba(110, 230, 215, 0.65) 12.78%, rgba(130, 206, 202, 0.65) 40.46%, rgba(118, 192, 191, 0.65) 50.45%, rgba(88, 156, 165, 0.65) 70.44%, rgba(54, 115, 135, 0.65) 88.9%, rgba(54, 115, 135, 0.65) 89.67%);
  background-blend-mode: hard-light;
}
@media (min-width: 992px) {
  .paragraph--type--graphic-h1-banner {
    background-size: auto;
  }
}
.paragraph--type--graphic-h1-banner > .container {
  max-width: 772px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 65px;
  padding-bottom: 150px;
}
@media (min-width: 992px) {
  .paragraph--type--graphic-h1-banner > .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.paragraph--type--graphic-h1-banner h1 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .paragraph--type--graphic-h1-banner h1 {
    margin-bottom: 35px;
  }
}
.paragraph--type--graphic-h1-banner .field--name-field-cta {
  position: absolute;
  width: calc(100% - 60px);
  text-align: center;
  bottom: 25px;
  z-index: 1;
}
@media (min-width: 992px) {
  .paragraph--type--graphic-h1-banner .field--name-field-cta {
    bottom: 50px;
  }
}
.paragraph--type--graphic-h1-banner .field--name-field-cta a {
  font-size: 20px;
  line-height: 1.5;
  color: white;
  background: url(../images/arrow-down.svg) no-repeat center bottom;
  background-size: 10px;
  padding-bottom: 35px;
  display: block;
}
@media (min-width: 992px) {
  .paragraph--type--graphic-h1-banner .field--name-field-cta a {
    padding-bottom: 60px;
    background-size: auto;
  }
}
.paragraph--type--graphic-h1-banner p {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

.paragraph--type--map-banner {
  min-height: 100vh;
  background: white url(../images/avoq-bottom.svg) no-repeat center top;
  background-size: 195%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type--map-banner {
    background-size: auto;
  }
}
.paragraph--type--map-banner .inner {
  height: 100%;
  width: 100%;
  margin-bottom: 150px;
  position: relative;
  z-index: 2;
  min-height: 100vh;
}
@media (min-width: 992px) {
  .paragraph--type--map-banner .inner {
    margin-bottom: 0;
  }
}
.paragraph--type--map-banner .inner > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
}
@media (min-width: 992px) {
  .paragraph--type--map-banner .inner > .container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.paragraph--type--map-banner .inner > .container .content {
  max-width: 590px;
  padding-bottom: 20%;
}
@media (min-width: 992px) {
  .paragraph--type--map-banner .inner > .container .content {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.paragraph--type--map-banner h2 {
  color: #A20088;
  margin: 0 0 15px;
}
.paragraph--type--map-banner p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.paragraph--type--map-banner .map {
  width: 120%;
  height: auto;
  z-index: 1;
  aspect-ratio: 1.337;
  margin: 125px 0 20px;
  margin-left: -20%;
}
@media (min-width: 992px) {
  .paragraph--type--map-banner .map {
    position: absolute;
    width: 880px;
    top: 35%;
    right: 600px;
    margin: 0;
  }
}

.paragraph--type--text-and-overlapping-image-banne {
  background-color: #6EE7D8;
  padding: 200px 0 135px;
  position: relative;
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-overlapping-image-banne {
    padding: 135px 0;
    min-height: 75vh;
  }
}
.paragraph--type--text-and-overlapping-image-banne h2 {
  color: black;
  margin: 0 0 25px;
}
.paragraph--type--text-and-overlapping-image-banne p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.paragraph--type--text-and-overlapping-image-banne > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-overlapping-image-banne > .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.paragraph--type--text-and-overlapping-image-banne > .container .content {
  max-width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-overlapping-image-banne > .container .content {
    max-width: 550px;
  }
}
.paragraph--type--text-and-overlapping-image-banne > .container .field--name-field-cta {
  margin-top: 40px;
}
.paragraph--type--text-and-overlapping-image-banne > .container .field--name-field-cta a {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 20px 13px;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 8px;
  color: black;
  text-transform: none;
  display: inline-block;
  -webkit-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
}
.paragraph--type--text-and-overlapping-image-banne > .container .field--name-field-cta a:hover {
  background-color: #A20088;
  color: white;
  border-color: #A20088;
}
.paragraph--type--text-and-overlapping-image-banne .image {
  text-align: center;
  position: absolute;
  top: -300px;
  left: 70px;
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-overlapping-image-banne .image {
    top: -100px;
    left: 570px;
    width: 938px;
  }
}
.paragraph--type--grid-cards-banner {
  background-color: black;
  padding: 135px 0;
  position: relative;
  color: white;
}
@media (min-width: 992px) {
  .paragraph--type--grid-cards-banner {
    min-height: 100vh;
    max-height: 1150px;
  }
}
.paragraph--type--grid-cards-banner h2 {
  color: #6EE7D8;
  margin: 0 0 25px;
}
.paragraph--type--grid-cards-banner p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.paragraph--type--grid-cards-banner > .container {
  height: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--grid-cards-banner > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.paragraph--type--grid-cards-banner > .container .content {
  width: 100%;
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .paragraph--type--grid-cards-banner > .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph--type--grid-cards-banner > .container .content .field--name-field-heading {
    width: 42%;
  }
  .paragraph--type--grid-cards-banner > .container .content .field--name-field-description {
    width: 58%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--grid-cards-banner > .container .cards .field--name-field-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 18px;
  }
}
.paragraph--type--grid-cards-banner > .container .cards .paragraph--type--card {
  background-color: white;
  border: 1px solid white;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  padding-top: 36px;
  margin-bottom: 30px;
}
.paragraph--type--grid-cards-banner > .container .cards .paragraph--type--card > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: black;
  height: 100%;
  padding: 0;
}
.paragraph--type--grid-cards-banner > .container .cards .paragraph--type--card > .container > .field {
  padding: 0 32px;
  margin: 0;
}
.paragraph--type--grid-cards-banner > .container .cards .paragraph--type--card > .container > .field.field--name-field-cta {
  padding: 0;
  margin-top: auto;
  border-radius: 0 0 12px 12px;
}
.paragraph--type--grid-cards-banner > .container .cards .paragraph--type--card > .container > .field.field--name-field-cta a {
  display: block;
  padding: 32px 16px;
  text-align: center;
  background-color: black;
  color: white;
  text-decoration: none;
  border-radius: 0 0 12px 12px;
}
.paragraph--type--grid-cards-banner > .container .cards .paragraph--type--card > .container > .field.field--name-field-cta a:hover {
  text-decoration: underline;
}
.paragraph--type--grid-cards-banner > .container .cards .paragraph--type--card h3 {
  margin-bottom: 26px;
}
.paragraph--type--grid-cards-banner > .container .cards .paragraph--type--card:hover {
  margin-top: -50px;
  background-color: #6EE7D8;
  -webkit-transition: margin 500ms ease-in-out;
  transition: margin 500ms ease-in-out;
}
.paragraph--type--grid-cards-banner > .container .cards .paragraph--type--card:hover > .container > .field.field--name-field-cta {
  background-color: white;
  color: black;
}
.paragraph--type--grid-cards-banner .image {
  position: absolute;
  top: -56px;
  right: 0;
}

.paragraph--type--banner-pair {
  position: relative;
  color: white;
}
.paragraph--type--banner-pair .banner-top {
  padding: 105px 0 100px;
}
@media (min-width: 992px) {
  .paragraph--type--banner-pair .banner-top {
    padding: 195px 0;
  }
}
@media (min-width: 992px) {
  .paragraph--type--banner-pair .banner-top .content .field--name-field-description {
    width: 55%;
  }
}
.paragraph--type--banner-pair .banner-bottom {
  padding: 200px 0 78px;
  margin-top: -150px;
  background-color: #F3F3F3;
}
@media (min-width: 992px) {
  .paragraph--type--banner-pair .banner-bottom {
    padding: 112px 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .paragraph--type--banner-pair .banner-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.paragraph--type--banner-pair .banner-bottom .field--name-field-large-text {
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .paragraph--type--banner-pair .banner-bottom .field--name-field-large-text {
    font-size: 55px;
    line-height: 65px;
  }
}
.paragraph--type--banner-pair .banner-bottom .field--name-field-large-text p {
  margin: 0;
}
@media (min-width: 992px) {
  .paragraph--type--banner-pair .banner-bottom .field--name-field-large-text {
    width: 55%;
  }
}
.paragraph--type--banner-pair .banner-bottom .field--name-field-large-text strong {
  color: #A20088;
}
.paragraph--type--banner-pair .banner-bottom .field--name-field-cta {
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .paragraph--type--banner-pair .banner-bottom .field--name-field-cta {
    width: 45%;
  }
}
.paragraph--type--banner-pair .banner-bottom .field--name-field-cta a {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 20px 32px;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 8px;
  color: black;
  text-transform: none;
  display: inline-block;
  -webkit-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
}
.paragraph--type--banner-pair .banner-bottom .field--name-field-cta a:hover {
  background-color: #A20088;
  color: white;
  border-color: #A20088;
}
.paragraph--type--banner-pair .field {
  margin: 0;
}
.paragraph--type--banner-pair h2 {
  color: black;
  margin: 0 0 25px;
}
.paragraph--type--banner-pair h2 strong {
  color: #A20088;
}
.paragraph--type--banner-pair p {
  color: black;
}
@media (min-width: 992px) {
  .paragraph--type--banner-pair .image {
    position: absolute;
    right: auto;
    left: 57%;
    bottom: 10%;
    width: 665px;
  }
}

.paragraph--type--icons-banner {
  background-color: black;
  padding: 142px 0;
  position: relative;
  color: white;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--icons-banner {
    max-height: 1150px;
  }
}
.paragraph--type--icons-banner h2 {
  color: #6EE7D8;
  margin: 0 0 25px;
}
.paragraph--type--icons-banner p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.paragraph--type--icons-banner > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.paragraph--type--icons-banner > .container .content {
  width: 100%;
  padding: 0 3.5%;
  margin-bottom: 125px;
  text-align: center;
}
@media (min-width: 992px) {
  .paragraph--type--icons-banner > .container .content {
    margin-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--icons-banner > .container .icons .field--name-field-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #6EE7D8;
    gap: 1px;
  }
  .paragraph--type--icons-banner > .container .icons .field--name-field-icons > .field-item {
    width: 33.333%;
    text-align: center;
    background-color: black;
    padding-bottom: 30px;
  }
}
.paragraph--type--icons-banner > .container .icons .field--name-field-icons > .field-item:last-child .paragraph--type--icon {
  border-bottom: 0;
}
.paragraph--type--icons-banner > .container .icons .paragraph--type--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 238px;
  margin: 0 auto 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #6EE7D8;
}
@media (min-width: 992px) {
  .paragraph--type--icons-banner > .container .icons .paragraph--type--icon {
    margin-bottom: 0;
    width: auto;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.paragraph--type--icons-banner > .container .icons .paragraph--type--icon > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: black;
  height: 100%;
  padding: 0;
}
.paragraph--type--icons-banner > .container .icons .paragraph--type--icon > .container > .field {
  padding: 0 0;
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  color: white;
  font-weight: bold;
}
.paragraph--type--icons-banner > .container .icons .paragraph--type--icon > .container > .field.field--name-field-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120px;
  margin-bottom: 10px;
}
.paragraph--type--icons-banner > .container .icons .paragraph--type--icon > .container > .field.field--name-field-image img {
  margin: 0;
}
.paragraph--type--icons-banner > .container .icons .paragraph--type--icon h3 {
  margin-bottom: 26px;
}
.paragraph--type--icons-banner .image {
  position: absolute;
  top: -56px;
  right: 0;
}

.paragraph--type--page-banner {
  background-color: black;
  padding: 57px 0;
  position: relative;
  color: white;
  text-align: center;
}
@media (min-width: 992px) {
  .paragraph--type--page-banner {
    min-height: 60vh;
    max-height: 1150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 135px 0;
  }
}
.paragraph--type--page-banner > .container {
  height: 100%;
}
.paragraph--type--page-banner .field--name-field-blue-text {
  color: #6EE7D8;
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .paragraph--type--page-banner .field--name-field-blue-text {
    font-size: 30px;
  }
}
.paragraph--type--page-banner .field--name-field-blue-text strong {
  font-weight: 900;
}
.paragraph--type--page-banner .field--name-field-blue-text p {
  margin: 0;
}
.paragraph--type--page-banner .field--name-field-description {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.paragraph--type--page-banner .field--name-field-cta {
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .paragraph--type--page-banner .field--name-field-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.paragraph--type--page-banner .field--name-field-cta a {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 20px 32px;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 8px;
  color: black;
  text-transform: none;
  display: inline-block;
  background-color: white;
  -webkit-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
  margin: 0 10px 15px;
}
.paragraph--type--page-banner .field--name-field-cta a:hover {
  background-color: #A20088;
  color: white;
  border-color: #A20088;
}

.paragraph--type--text {
  padding-top: 140px;
  padding-bottom: 90px;
  background-color: white;
}
.paragraph--type--text .field--name-field-description {
  padding: 0 5%;
}
.paragraph--type--text h2 {
  color: #A20088;
}
.paragraph--type--text .field--name-field-media-image {
  text-align: center;
}
.paragraph--type--text .field--name-field-cta {
  text-align: center;
  margin-top: 50px;
  width: 100%;
}
.paragraph--type--text .field--name-field-cta a {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 20px 32px;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 8px;
  color: black;
  text-transform: none;
  display: inline-block;
  -webkit-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
}
.paragraph--type--text .field--name-field-cta a:hover {
  background-color: #A20088;
  color: white;
  border-color: #A20088;
}
.paragraph--type--text.grey {
  background-color: #F3F3F3;
}
.paragraph--type--text.grey a.button {
  background-color: transparent;
}
.paragraph--type--text.grey a.button:hover {
  background-color: #A20088;
}

.paragraph--type--text-and-image-fade-section {
  background-color: white;
  padding: 110px 0 66px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section {
    padding: 70px 0;
  }
}
.paragraph--type--text-and-image-fade-section h2 {
  color: #A20088;
  margin: 0 0 25px;
}
.paragraph--type--text-and-image-fade-section p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.paragraph--type--text-and-image-fade-section > .container {
  z-index: 1;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.paragraph--type--text-and-image-fade-section > .container .content {
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section > .container .content {
    max-width: 628px;
    padding: 87px 0 80px;
    margin-top: 30px;
  }
}
.paragraph--type--text-and-image-fade-section > .container .field--name-field-cta {
  margin-top: 40px;
}
.paragraph--type--text-and-image-fade-section > .container .field--name-field-cta a {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  text-transform: none;
}
.paragraph--type--text-and-image-fade-section > .container .field--name-field-cta a:hover {
  color: #A20088;
  text-decoration: underline;
}
.paragraph--type--text-and-image-fade-section .overlay {
  width: 100vw;
  position: absolute;
  margin-left: -50vw;
  left: 50%;
  bottom: 0;
  z-index: 0;
  height: calc(100% - 30px);
  display: none;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section .overlay {
    display: block;
  }
}
.paragraph--type--text-and-image-fade-section .image {
  text-align: left;
  margin-top: 66px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: relative;
  width: 130%;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section .image {
    margin-top: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section .image .inner {
    position: absolute;
  }
}
.paragraph--type--text-and-image-fade-section .image img {
  -webkit-filter: drop-shadow(0px 0px 20.5px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 0px 20.5px rgba(0, 0, 0, 0.25));
  margin-left: 10px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section .image img {
    margin-left: 68px;
    min-width: 628px;
  }
}
.paragraph--type--text-and-image-fade-section.teal {
  background-color: #6EE7D8;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section.teal {
    background-color: white;
  }
}
.paragraph--type--text-and-image-fade-section.teal .overlay {
  background-color: #6EE7D8;
  display: none;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section.teal .overlay {
    display: block;
  }
}
.paragraph--type--text-and-image-fade-section.teal .image {
  margin-bottom: -150px;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section.teal .image {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section.left > .container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.paragraph--type--text-and-image-fade-section.left .image {
  text-align: left;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section.left .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }
}
.paragraph--type--text-and-image-fade-section.left .image .inner {
  right: 50px;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section.left .image .inner {
    right: 68px;
  }
}
.paragraph--type--text-and-image-fade-section.left .image img {
  margin-left: -50px;
  margin-right: 50px;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-image-fade-section.left .image img {
    margin-left: 0;
    margin-right: 68px;
  }
}

.paragraph--type--report-card-grid {
  padding: 80px 0;
  position: relative;
  background-color: white;
}
@media (min-width: 992px) {
  .paragraph--type--report-card-grid > .container .field--name-field-report-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph--type--report-card-grid > .container .field--name-field-report-cards > .field-item {
    width: calc(50% - 20px);
  }
}
.paragraph--type--report-card-grid > .container .paragraph--type--report-card {
  background-color: white;
  border: 1px solid white;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.paragraph--type--report-card-grid > .container .paragraph--type--report-card > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: black;
  height: 100%;
  padding: 0;
}
.paragraph--type--report-card-grid > .container .paragraph--type--report-card > .container > .field {
  padding: 50px 8%;
  margin: 0;
}
.paragraph--type--report-card-grid > .container .paragraph--type--report-card > .container > .field.field--name-field-image {
  padding: 32px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6EE7D8;
}
.paragraph--type--report-card-grid > .container .paragraph--type--report-card > .container > .field.field--name-field-image .field--name-field-media-image {
  background-color: #6FA9AF;
  border-radius: 50%;
  width: 133px;
  height: 133px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.paragraph--type--report-card-grid > .container .paragraph--type--report-card > .container > .field.field--name-field-image .field--name-field-media-image img {
  margin: 0;
}
.paragraph--type--report-card-grid > .container .paragraph--type--report-card > .container > .field.field--name-field-description {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 25px;
}
.paragraph--type--report-card-grid > .container .paragraph--type--report-card > .container > .field.field--name-field-description ul, .paragraph--type--report-card-grid > .container .paragraph--type--report-card > .container > .field.field--name-field-description ol {
  color: #A20088;
  margin-bottom: 15px;
}
.paragraph--type--report-card-grid > .container .paragraph--type--report-card > .container > .field.field--name-field-description ul li, .paragraph--type--report-card-grid > .container .paragraph--type--report-card > .container > .field.field--name-field-description ol li {
  padding: 0;
  font-weight: 700;
}
.paragraph--type--report-card-grid > .container .paragraph--type--report-card h3 {
  padding: 0 8%;
  margin: 50px 0 20px;
  font-size: 24px;
  line-height: 1;
  color: #A20088;
  font-weight: 700;
}
.paragraph--type--report-card-grid.overlap {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.paragraph--type--report-card-grid.overlap .field--name-field-report-cards {
  margin-top: -55px;
  position: relative;
  z-index: 2;
}
.paragraph--type--report-card-grid.overlap::after {
  width: 100%;
  height: calc(100% - 55px);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  background-color: white;
}

.paragraph--type--logo-grid-section .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: white;
}
@media (min-width: 992px) {
  .paragraph--type--logo-grid-section .inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #F3F3F3;
  }
}
.paragraph--type--logo-grid-section .inner .content {
  padding: 125px 30px 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--logo-grid-section .inner .content {
    width: 43.6%;
    padding: 180px 7%;
  }
}
.paragraph--type--logo-grid-section .inner .content .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .paragraph--type--logo-grid-section .inner .content .content-inner {
    display: block;
    position: sticky;
    top: 50px;
  }
}
.paragraph--type--logo-grid-section .inner .content .content-inner .field--name-field-heading {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 992px) {
  .paragraph--type--logo-grid-section .inner .content .content-inner .field--name-field-heading {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.paragraph--type--logo-grid-section .inner .content .content-inner .field--name-field-description {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 140px;
}
@media (min-width: 992px) {
  .paragraph--type--logo-grid-section .inner .content .content-inner .field--name-field-description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}
.paragraph--type--logo-grid-section .inner .content h2 {
  color: #A20088;
}
.paragraph--type--logo-grid-section .inner .logos {
  background-color: white;
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--logo-grid-section .inner .logos {
    width: 56.4%;
    padding: 177px 8% 154px;
  }
}
.paragraph--type--logo-grid-section .inner .logos .field--name-field-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
  gap: 1px;
}
@media (min-width: 992px) {
  .paragraph--type--logo-grid-section .inner .logos .field--name-field-logos {
    gap: 0;
  }
}
.paragraph--type--logo-grid-section .inner .logos .field--name-field-logos::after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: white;
  margin-top: -1px;
}
.paragraph--type--logo-grid-section .inner .logos .field--name-field-logos .contextual {
  display: none;
}
.paragraph--type--logo-grid-section .inner .logos .field--name-field-logos > .field-item {
  background-color: white;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  width: 100%;
  padding: 50px 0;
}
.paragraph--type--logo-grid-section .inner .logos .field--name-field-logos > .field-item:nth-child(even) {
  border-right: 0;
}
@media (min-width: 992px) {
  .paragraph--type--logo-grid-section .inner .logos .field--name-field-logos > .field-item {
    width: 49.9%;
    padding: 180px 8%;
    height: 420px;
  }
}
.paragraph--type--logo-grid-section .inner .logos .field--name-field-logos > .field-item img {
  margin: 0;
}

.paragraph--type--video-section {
  background-color: #6EE7D8;
  padding: 169px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--video-section {
    padding: 135px 0;
    min-height: 100vh;
  }
}
.paragraph--type--video-section h2 {
  color: black;
  margin: 0 0 25px;
}
.paragraph--type--video-section p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .paragraph--type--video-section > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .paragraph--type--video-section > .container .content {
    width: 26.6%;
    padding: 100px 0;
  }
}
.paragraph--type--video-section > .container .field--name-field-cta {
  margin-top: 40px;
}
.paragraph--type--video-section > .container .field--name-field-cta a {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 20px 13px;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 8px;
  color: black;
  text-transform: none;
  display: inline-block;
  -webkit-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
}
.paragraph--type--video-section > .container .field--name-field-cta a:hover {
  background-color: #A20088;
  color: white;
  border-color: #A20088;
}
.paragraph--type--video-section .video {
  aspect-ratio: 16/9;
  height: 100%;
  position: relative;
  margin-top: 80px;
}
@media (min-width: 992px) {
  .paragraph--type--video-section .video {
    width: 67%;
    margin-top: 0;
  }
}
.paragraph--type--video-section .video iframe, .paragraph--type--video-section .video video {
  border-radius: 17px;
  -webkit-box-shadow: 0px 0px 20.5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20.5px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.paragraph--type--image-row {
  padding: 20px 0;
  background-color: white;
}
.paragraph--type--image-row.top_padding {
  padding-top: 100px;
}
.paragraph--type--image-row.bottom_padding {
  padding-bottom: 100px;
}
.paragraph--type--image-row .field--name-field-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
}
@media (min-width: 992px) {
  .paragraph--type--image-row .field--name-field-images {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.paragraph--type--image-row .field--name-field-images > .field-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.paragraph--type--image-row .field--name-field-images > .field-item img {
  width: 100%;
  margin: 0;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20.5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20.5px 0px rgba(0, 0, 0, 0.2);
}

.paragraph--type--three-image-grid {
  padding: 15px 0;
  background-color: white;
}
.paragraph--type--three-image-grid > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
}
@media (min-width: 992px) {
  .paragraph--type--three-image-grid > .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.paragraph--type--three-image-grid > .container .left {
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--three-image-grid > .container .left {
    width: calc(50% - 24px);
  }
}
.paragraph--type--three-image-grid > .container .left div {
  width: 100%;
}
.paragraph--type--three-image-grid > .container .left img {
  margin: 0;
  width: 100%;
}
.paragraph--type--three-image-grid > .container .right {
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--three-image-grid > .container .right {
    width: calc(50% - 24px);
  }
}
.paragraph--type--three-image-grid > .container .right .field--name-field-two-side-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px;
}
.paragraph--type--three-image-grid > .container .right .field--name-field-two-side-images > .field-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.paragraph--type--three-image-grid > .container .right .field--name-field-two-side-images > .field-item div {
  height: 100%;
}
.paragraph--type--three-image-grid > .container .right .field--name-field-two-side-images > .field-item img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  width: 100%;
  height: 100%;
}

.paragraph--type--testimonial-carousel {
  background-color: black;
  padding: 142px 0;
  position: relative;
  color: black;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--testimonial-carousel {
    max-height: 1150px;
  }
}
.paragraph--type--testimonial-carousel > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: none;
  padding: 0;
}
.paragraph--type--testimonial-carousel .field--name-field-testimonials .paragraph--type--testimonial {
  height: 100%;
}
.paragraph--type--testimonial-carousel .field--name-field-testimonials .testimonial {
  background-color: white;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  min-height: 474px;
  height: 100%;
}
.paragraph--type--testimonial-carousel .field--name-field-testimonials .testimonial .content {
  padding: 64px 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--testimonial-carousel .field--name-field-testimonials .testimonial .content {
    width: 63%;
  }
}
.paragraph--type--testimonial-carousel .field--name-field-testimonials .testimonial .content::before {
  content: " ";
  background: url(../images/quotes.svg) no-repeat center;
  background-size: cover;
  width: 71px;
  height: 56px;
  display: block;
  margin-bottom: 30px;
}
.paragraph--type--testimonial-carousel .field--name-field-testimonials .testimonial .content .field--name-field-description {
  font-size: 20px;
  line-height: 1.5;
}
.paragraph--type--testimonial-carousel .field--name-field-testimonials .testimonial .content .field--name-field-name {
  font-size: 20px;
  line-height: 1.5;
  color: #A20088;
  font-weight: 700;
  margin: 0 0 5px;
}
.paragraph--type--testimonial-carousel .field--name-field-testimonials .testimonial .content .field--name-field-title {
  font-size: 20px;
  line-height: 1.5;
  color: #A20088;
  margin: 0;
}
.paragraph--type--testimonial-carousel .field--name-field-testimonials .testimonial .image {
  display: none;
  width: 37%;
}
@media (min-width: 992px) {
  .paragraph--type--testimonial-carousel .field--name-field-testimonials .testimonial .image {
    display: block;
  }
}
.paragraph--type--testimonial-carousel .field--name-field-testimonials .testimonial .image img {
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 12px 12px 0;
}
.paragraph--type--testimonial-carousel .slick-dots {
  padding: 0;
  margin: 46px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.paragraph--type--testimonial-carousel .slick-dots li {
  padding: 0 10px;
}
.paragraph--type--testimonial-carousel .slick-dots li button {
  border: 0;
  background-color: #6EE7D8;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
}
.paragraph--type--testimonial-carousel .slick-dots li.slick-active button {
  background-color: white;
}
.paragraph--type--testimonial-carousel button.slick-arrow {
  border: 0;
  background: url(../images/angle-left.svg) no-repeat center;
  background-color: transparent;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  font-size: 0;
  left: 30%;
}
.paragraph--type--testimonial-carousel button.slick-arrow.slick-next {
  background: url(../images/angle-right.svg) no-repeat center;
  background-color: transparent;
  background-size: 20px;
  left: auto;
  right: 30%;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.paragraph--type--image-background-section {
  background-size: cover;
  padding: 159px 0 100px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--image-background-section {
    padding: 165px 0 160px;
  }
}
.paragraph--type--image-background-section h2 {
  color: #FFF;
  text-shadow: 0px 0px 9.7px rgba(0, 0, 0, 0.25);
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 992px) {
  .paragraph--type--image-background-section h2 {
    font-size: 93.527px;
    line-height: 112.5px;
    letter-spacing: -1.871px;
  }
}
.paragraph--type--image-background-section > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--image-background-section > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.paragraph--type--image-background-section > .container .content {
  max-width: 100%;
  color: rgba(255, 255, 255, 0.76);
  text-shadow: 0px 0px 6.1px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media (min-width: 992px) {
  .paragraph--type--image-background-section > .container .content {
    max-width: 57%;
    font-size: 32px;
    line-height: 42px;
  }
}
.paragraph--type--image-background-section > .container .image {
  text-align: center;
  width: 100%;
  margin: 30px 0;
}
@media (min-width: 992px) {
  .paragraph--type--image-background-section > .container .image {
    margin: 0;
    width: 40%;
    text-align: right;
  }
}
.paragraph--type--image-background-section > .container .image img {
  max-width: 225px;
}
@media (min-width: 992px) {
  .paragraph--type--image-background-section > .container .image img {
    max-width: none;
  }
}

.paragraph--type--floating-content-boxes {
  position: relative;
}
.paragraph--type--floating-content-boxes > .container {
  max-width: none;
  padding: 0;
}
.paragraph--type--floating-content-boxes h2 {
  color: #A20088;
}
.paragraph--type--floating-content-boxes .field--name-field-boxes > .field-item {
  width: 98%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20.5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20.5px 0px rgba(0, 0, 0, 0.1);
  margin: -50px 0 0 0;
  background-color: white;
  z-index: 2;
  position: relative;
  padding: 45px 20px 60px;
  max-width: 98%;
}
@media (min-width: 992px) {
  .paragraph--type--floating-content-boxes .field--name-field-boxes > .field-item {
    max-width: 1208px;
    margin: -100px 0 0 -47px;
    padding: 45px 10% 130px;
  }
}
.paragraph--type--floating-content-boxes .field--name-field-boxes > .field-item:last-child {
  z-index: 1;
  margin: -20px 0 0 auto;
}
@media (min-width: 992px) {
  .paragraph--type--floating-content-boxes .field--name-field-boxes > .field-item:last-child {
    margin: -47px -47px 0 auto;
    padding: 120px 8% 100px;
  }
}

.paragraph--type--two-column-text-section {
  min-height: 60vh;
  padding: 110px 0;
}
.paragraph--type--two-column-text-section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.paragraph--type--two-column-text-section .content .field--name-field-heading {
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--two-column-text-section .content .field--name-field-description {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--two-column-text-section .content .field--name-field-right-column {
    width: 44%;
  }
}
.paragraph--type--two-column-text-section.grey {
  background-color: #F3F3F3;
}

.paragraph--type--header-image-and-text-section {
  padding: 50px 0 80px;
}
@media (min-width: 992px) {
  .paragraph--type--header-image-and-text-section {
    padding: 95px 0 345px;
  }
}
.paragraph--type--header-image-and-text-section .heading .field--name-field-title {
  color: #A20088;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.paragraph--type--header-image-and-text-section .heading .field--name-field-heading {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
}
@media (min-width: 992px) {
  .paragraph--type--header-image-and-text-section .heading .field--name-field-heading {
    font-size: 40px;
    line-height: 58px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--header-image-and-text-section .heading .container .inner {
    width: 73%;
  }
}
.paragraph--type--header-image-and-text-section > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--header-image-and-text-section > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.paragraph--type--header-image-and-text-section > .container .content {
  max-width: 100%;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .paragraph--type--header-image-and-text-section > .container .content {
    max-width: 526px;
    font-size: 20px;
    font-weight: 600;
  }
}
.paragraph--type--header-image-and-text-section .image {
  text-align: right;
  width: 100%;
  margin: 20px 0 30px -12vw;
}
@media (min-width: 992px) {
  .paragraph--type--header-image-and-text-section .image {
    position: absolute;
    top: 0;
    right: 600px;
    width: 928px;
    margin: 0;
  }
}
.paragraph--type--header-image-and-text-section .image img {
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 0px 20.5px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 0px 20.5px rgba(0, 0, 0, 0.25));
}

.paragraph--type--text-and-large-image-section {
  background-color: white;
  padding: 63px 0 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-large-image-section {
    padding: 130px 0 50px;
    min-height: 100vh;
  }
}
.paragraph--type--text-and-large-image-section h2 {
  color: #A20088;
  margin: 0 0 25px;
}
.paragraph--type--text-and-large-image-section p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-large-image-section > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.paragraph--type--text-and-large-image-section > .container .content {
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-large-image-section > .container .content {
    max-width: 580px;
    padding: 50px 0 0;
  }
}
.paragraph--type--text-and-large-image-section > .container .field--name-field-heading p {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-large-image-section > .container .field--name-field-heading p {
    font-size: 32px;
  }
}
.paragraph--type--text-and-large-image-section > .container .field--name-field-cta {
  margin-top: 40px;
}
.paragraph--type--text-and-large-image-section > .container .field--name-field-cta a {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  text-transform: none;
}
.paragraph--type--text-and-large-image-section > .container .field--name-field-cta a:hover {
  color: #A20088;
  text-decoration: underline;
}
.paragraph--type--text-and-large-image-section .image {
  text-align: left;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: relative;
  min-height: 100%;
  min-width: 150%;
  margin: 0 0 -100px -10%;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-large-image-section .image {
    margin: 0;
    min-width: auto;
  }
}
.paragraph--type--text-and-large-image-section .image .inner {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-large-image-section .image .inner {
    position: absolute;
  }
}
.paragraph--type--text-and-large-image-section .image img {
  margin-left: 50px;
  margin: 0;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-large-image-section .image img {
    width: 70vw;
    margin-bottom: -150px;
    margin-left: 10px;
    max-width: 1026px;
  }
}
.paragraph--type--text-and-large-image-section.teal {
  background-color: #6EE7D8;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-large-image-section.left > .container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.paragraph--type--text-and-large-image-section.left .image {
  text-align: right;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-large-image-section.left .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.paragraph--type--text-and-large-image-section.left .image .inner {
  right: 50px;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-large-image-section.left .image .inner {
    right: 68px;
  }
}
.paragraph--type--text-and-large-image-section.left .image img {
  margin-left: 0;
  margin-right: 50px;
}
@media (min-width: 992px) {
  .paragraph--type--text-and-large-image-section.left .image img {
    margin-left: 0;
    margin-right: 68px;
  }
}

.paragraph--type--large-text-on-grey-background {
  background-color: #F3F3F3;
  padding-top: 92px;
  padding-bottom: 90px;
  text-align: center;
}
@media (min-width: 992px) {
  .paragraph--type--large-text-on-grey-background .field--name-field-description {
    max-width: 68%;
    margin: 0 auto;
  }
}
.paragraph--type--large-text-on-grey-background p {
  color: #000;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
@media (min-width: 992px) {
  .paragraph--type--large-text-on-grey-background p {
    font-size: 55px;
    line-height: 68px;
  }
}
.paragraph--type--large-text-on-grey-background p strong {
  color: #A20088;
  font-weight: 700;
}

.paragraph--type--report-image-heading-section {
  background-size: cover;
  min-height: 484px;
  padding: 159px 0 100px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--report-image-heading-section {
    padding: 100px 0 60px;
  }
}
.paragraph--type--report-image-heading-section h2 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.paragraph--type--report-module-large-icon-section {
  background-size: cover;
  min-height: 484px;
  padding: 36px 0 85px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: -35vw 0;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-large-icon-section {
    padding: 164px 0 154px;
    background-position: center;
  }
}
.paragraph--type--report-module-large-icon-section > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-large-icon-section > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.paragraph--type--report-module-large-icon-section .content {
  max-width: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-large-icon-section .content {
    max-width: 50%;
  }
}
.paragraph--type--report-module-large-icon-section h2 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.paragraph--type--report-module-large-icon-section .field--name-field-heading {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-large-icon-section .field--name-field-heading {
    font-size: 32px;
  }
}
.paragraph--type--report-module-large-icon-section .field--name-field-description {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-large-icon-section .field--name-field-description {
    padding-right: 10%;
  }
}
.paragraph--type--report-module-large-icon-section .image {
  width: 50%;
  height: auto;
  aspect-ratio: 1;
  max-width: 200px;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 35px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-large-icon-section .image {
    width: 393px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: none;
  }
}
.paragraph--type--report-module-large-icon-section .image img {
  max-width: 50%;
}
.paragraph--type--report-module-large-icon-section .field--name-field-bottom-heading h2 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 130px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-large-icon-section .field--name-field-bottom-heading h2 {
    margin-bottom: -40px;
  }
}

.paragraph--type--report-module-section-intro {
  padding: 66px 0 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #121212;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-section-intro {
    padding: 62px 0;
  }
}
.paragraph--type--report-module-section-intro > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-section-intro > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.paragraph--type--report-module-section-intro .content {
  max-width: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-section-intro .content {
    max-width: 72.5%;
  }
}
.paragraph--type--report-module-section-intro .field--name-field-icon {
  text-align: center;
}
.paragraph--type--report-module-section-intro .field--name-field-icon .field--name-field-media-image {
  background-color: #6FA9AF;
  border-radius: 50%;
  width: 91px;
  height: auto;
  aspect-ratio: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 35px;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-section-intro .field--name-field-icon .field--name-field-media-image {
    margin: 0;
  }
}
.paragraph--type--report-module-section-intro .field--name-field-icon .field--name-field-media-image img {
  margin: 0;
  width: 53px;
}
.paragraph--type--report-module-section-intro h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #A20088;
}
.paragraph--type--report-module-section-intro .field--name-field-heading {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-section-intro .field--name-field-heading {
    font-size: 40px;
    line-height: 1.25;
  }
}
.paragraph--type--report-module-section-intro .field--name-field-description {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.paragraph--type--report-module-section-intro .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto -450px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  left: 75%;
  width: 419px;
  z-index: 5;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-section-intro .image {
    width: 578px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: none;
    bottom: -570px;
    position: absolute;
    bottom: -200px;
  }
}
.paragraph--type--report-module-section-intro.teal {
  background-color: #6EE7D8;
}
.paragraph--type--report-module-section-intro.grey {
  background-color: #F3F3F3;
}
.paragraph--type--report-module-section-intro.white {
  background-color: white;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-section-intro.large_top .image {
    bottom: auto;
    top: -208px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--report-module-section-intro.normal_top .image {
    bottom: auto;
    top: -150px;
  }
}
.paragraph--type--report-module-section-intro.large_bottom .image {
  bottom: -200px;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-section-intro.large_bottom .image {
    bottom: -570px;
  }
}

.paragraph--type--large-list-section {
  padding: 350px 0 84px;
  background-color: white;
}
@media (min-width: 992px) {
  .paragraph--type--large-list-section {
    padding: 83px 0 60px;
  }
}
.paragraph--type--large-list-section .field--name-field-list-items .field-item:last-child .paragraph--type--large-list-item {
  margin-bottom: 0;
}

.paragraph--type--large-list-item {
  margin-bottom: 154px;
}
@media (min-width: 992px) {
  .paragraph--type--large-list-item {
    margin-bottom: 85px;
  }
}
.paragraph--type--large-list-item > .container {
  padding: 0;
}
@media (min-width: 992px) {
  .paragraph--type--large-list-item > .container {
    padding: 0 20px;
  }
}
.paragraph--type--large-list-item .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.paragraph--type--large-list-item .content .number {
  color: #6EE7D8;
  font-size: 300px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
  letter-spacing: -6px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .paragraph--type--large-list-item .content .number {
    font-size: 166.4px;
    line-height: 125%;
    width: 106px;
    margin-right: 40px;
    min-width: 106px;
    letter-spacing: -3.328px;
    position: relative;
    top: 0;
    padding: 0;
  }
}
.paragraph--type--large-list-item .content .listcont {
  position: relative;
  z-index: 2;
}
.paragraph--type--large-list-item .content .listcont .field--name-field-heading, .paragraph--type--large-list-item .content .listcont h3 {
  color: #A20088;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.4px;
}
.paragraph--type--large-list-item .content .listcont .field--name-field-heading p, .paragraph--type--large-list-item .content .listcont h3 p {
  margin: 0;
}
@media (min-width: 992px) {
  .paragraph--type--large-list-item .content .listcont .field--name-field-heading, .paragraph--type--large-list-item .content .listcont h3 {
    font-size: 40px;
  }
}
.paragraph--type--large-list-item .content .listcont .field--name-field-description {
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .paragraph--type--large-list-item .content .listcont .field--name-field-description {
    font-size: 20px;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .paragraph--type--large-list-item .content {
    width: 57%;
  }
}

.paragraph--type--report-module-two-column {
  padding: 250px 0 30px;
  background-color: #F3F3F3;
}
@media (min-width: 992px) {
  .paragraph--type--report-module-two-column {
    padding: 83px 0 60px;
  }
}

.paragraph--type--report-two-column-item {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .paragraph--type--report-two-column-item {
    margin-bottom: 85px;
  }
}
.paragraph--type--report-two-column-item > .container {
  padding: 0;
}
@media (min-width: 992px) {
  .paragraph--type--report-two-column-item > .container {
    padding: 0 20px;
  }
}
.paragraph--type--report-two-column-item .content {
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--report-two-column-item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 34px;
  }
}
.paragraph--type--report-two-column-item .content .left .field--name-field-heading, .paragraph--type--report-two-column-item .content .left h3 {
  color: #A20088;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .paragraph--type--report-two-column-item .content .left .field--name-field-heading, .paragraph--type--report-two-column-item .content .left h3 {
    font-size: 40px;
  }
}
.paragraph--type--report-two-column-item .content .left .field--name-field-heading p, .paragraph--type--report-two-column-item .content .left h3 p {
  margin: 0;
}
.paragraph--type--report-two-column-item .content .right {
  display: none;
}
@media (min-width: 992px) {
  .paragraph--type--report-two-column-item .content .right {
    width: 50%;
  }
}
.paragraph--type--report-two-column-item .content .right .field--name-field-description {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .paragraph--type--report-two-column-item .content .right .field--name-field-description {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 45px;
  }
}
.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .accordion {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.accordion .accordion__nav {
  width: 100%;
}
@media (min-width: 992px) {
  .accordion .accordion__nav {
    width: 48%;
  }
}
.accordion .accordion__nav a {
  color: #A8A8A8;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: block;
  margin-bottom: 20px;
}
.accordion .accordion__nav a.active {
  color: #A20088;
}
.accordion .accordion__nav .accordiontab {
  display: none;
}
.accordion .accordion_content {
  color: #A20088;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  width: 100%;
}
@media (min-width: 992px) {
  .accordion .accordion_content {
    width: 49%;
  }
}
.accordion .accordion_content .accordiontab {
  display: none;
}
.accordion .accordion_content .accordiontab.active {
  display: block;
}

.paragraph--type--simple-carousel {
  background-color: #6EE7D8;
  padding: 260px 0 99px;
  position: relative;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--simple-carousel {
    padding: 48px 0 111px;
  }
}
.paragraph--type--simple-carousel > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
}
.paragraph--type--simple-carousel .field--name-field-slides .paragraph--type--simple-slide {
  height: 100%;
}
.paragraph--type--simple-carousel .field--name-field-slides .simpleslide {
  background-color: white;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 14px;
  min-height: 328px;
  height: 100%;
}
.paragraph--type--simple-carousel .field--name-field-slides .simpleslide .content {
  padding: 36px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--simple-carousel .field--name-field-slides .simpleslide .content {
    padding: 70px 6%;
  }
}
.paragraph--type--simple-carousel .field--name-field-slides .simpleslide .content .field--name-field-description {
  font-size: 20px;
  line-height: 1.5;
}
.paragraph--type--simple-carousel .field--name-field-slides .simpleslide .content .field--name-field-heading {
  color: #A20088;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.4px;
}
@media (min-width: 992px) {
  .paragraph--type--simple-carousel .slick-list {
    overflow: visible;
  }
}
.paragraph--type--simple-carousel .slick-dots {
  padding: 0;
  margin: 46px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.paragraph--type--simple-carousel .slick-dots li {
  padding: 0 10px;
}
.paragraph--type--simple-carousel .slick-dots li button {
  border: 0;
  background-color: #6EE7D8;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
}
.paragraph--type--simple-carousel .slick-dots li.slick-active button {
  background-color: white;
}
.paragraph--type--simple-carousel button.slick-arrow {
  border: 0;
  background: url(../images/simplearrow-left.svg) no-repeat center;
  background-color: transparent;
  background-size: 14px;
  width: 14px;
  height: 25px;
  position: absolute;
  bottom: -50px;
  font-size: 0;
  left: 0;
}
@media (min-width: 992px) {
  .paragraph--type--simple-carousel button.slick-arrow {
    bottom: -70px;
  }
}
.paragraph--type--simple-carousel button.slick-arrow.slick-disabled {
  background: url(../images/simplearrow-left-disabled.svg) no-repeat center;
}
.paragraph--type--simple-carousel button.slick-arrow.slick-next {
  background: url(../images/simplearrow-right.svg) no-repeat center;
  background-color: transparent;
  background-size: 14px;
  left: auto;
  right: 0;
}
.paragraph--type--simple-carousel button.slick-arrow.slick-next.slick-disabled {
  background: url(../images/simplearrow-right-disabled.svg) no-repeat center;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.paragraph--type--cta-cards-section {
  background: url(../images/bgmap.png) no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
  padding: 100px 20px 50px;
}
@media (min-width: 992px) {
  .paragraph--type--cta-cards-section {
    padding-top: 200px;
    padding-bottom: 150px;
    padding: 200px 5% 150px;
  }
}
.paragraph--type--cta-cards-section h2 {
  color: #FFF;
  text-align: center;
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  line-height: 106.553%;
  margin-bottom: 65px;
}
@media (min-width: 992px) {
  .paragraph--type--cta-cards-section h2 {
    font-size: 65px;
  }
}
.paragraph--type--cta-cards-section .field--name-field-cta-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.paragraph--type--cta-cards-section .field--name-field-cta-cards > .field-item {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .paragraph--type--cta-cards-section .field--name-field-cta-cards > .field-item {
    width: 48%;
  }
}
.paragraph--type--cta-cards-section .field--name-field-cta-cards > .field-item .paragraph--type--cta-card {
  border-radius: 20px;
  background-color: white;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--cta-cards-section .field--name-field-cta-cards > .field-item .paragraph--type--cta-card:hover {
    scale: 1.1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.paragraph--type--cta-cards-section .field--name-field-cta-cards > .field-item .paragraph--type--cta-card > a {
  display: block;
  color: #121212;
  text-decoration: none;
}
.paragraph--type--cta-cards-section .field--name-field-cta-cards > .field-item .paragraph--type--cta-card .field--name-field-title {
  font-size: 30px;
  line-height: 1.2;
  padding: 42px 10px 30px;
  font-weight: 700;
  margin-bottom: 0;
  background-color: #6EE7D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph--type--cta-cards-section .field--name-field-cta-cards > .field-item .paragraph--type--cta-card .field--name-field-title {
    font-size: 45px;
    min-height: 192px;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--cta-cards-section .field--name-field-cta-cards > .field-item .paragraph--type--cta-card .field--name-field-title {
    font-size: 50px;
  }
}
.paragraph--type--cta-cards-section .field--name-field-cta-cards > .field-item .paragraph--type--cta-card .field--name-field-image {
  background-color: #FFFFFF;
  padding: 20px;
}
/*# sourceMappingURL=sourcemaps/style.css.map */
