@charset "UTF-8";
@import url("https://cogbranding.github.io/COGbrandingCDN.github.io/src/cdn/css/divi/diviNormalize.css");
:root {
  --desktop-width: 80%;
  --mobile-width: 90%;
  --h1-font-size: 2.625rem;
  --h2-font-size: 2.25rem;
  --h3-font-size: 1.75rem;
  --h4-font-size: 1.5rem;
  --h5-font-size: 1.25rem;
  --h6-font-size: 1rem;
  --h1-font-size-mobile: 2rem;
  --h2-font-size-mobile: 1.75rem;
  --h3-font-size-mobile: 1.5rem;
  --h4-font-size-mobile: 1.25rem;
  --h5-font-size-mobile: 1.125rem;
  --h6-font-size-mobile: 0.9375rem;
  --dropdown-icon-color: $blue;
  --site-background: #fff;
}
#contact-description .et_pb_text_inner > p, #contact-description .vertical-tabs__tabs ul.et_pb_tabs_controls li .et_pb_text_inner > a, .vertical-tabs__tabs ul.et_pb_tabs_controls li #contact-description .et_pb_text_inner > a {
  color: white;
  font-weight: 500;
}
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
h1, .h1 {
  font-size: var(--h1-font-size);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #fff;
}
@media (max-width: 980px) {
  h1, .h1 {
    font-size: var(--h1-font-size-mobile);
  }
}
h2, .h2 {
  font-size: var(--h2-font-size);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #01609d;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: var(--h2-font-size-mobile);
  }
}
h3, .h3 {
  font-size: var(--h3-font-size);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #01609d;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: var(--h3-font-size-mobile);
  }
}
h4, .h4 {
  font-size: var(--h4-font-size);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #37c2db;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: var(--h4-font-size-mobile);
  }
}
h5, .h5 {
  font-size: var(--h5-font-size);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #111;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: var(--h5-font-size-mobile);
  }
}
h6, .h6 {
  font-size: var(--h6-font-size);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #01609d;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: var(--h6-font-size-mobile);
  }
}
p, .vertical-tabs__tabs ul.et_pb_tabs_controls li a, ol, ul {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
::selection {
  background-color: #37c2db;
  color: #fff;
}
.et_pb_section {
  padding: 30px 0 !important;
}
@media (max-width: 980px) {
  .et_pb_section {
    padding: 20px 0 !important;
  }
}
@media (min-width: 980px) {
  .home-testimonial::after {
    width: 420px;
    height: 420px;
    content: "";
    display: block;
    background: transparent;
    border: 35px solid #37c2db;
    border-radius: 50%;
    position: absolute;
    top: 70%;
    right: 25px;
  }
}
@media (min-width: 980px) {
  .testimonial-circle::after {
    width: 420px;
    height: 420px;
    content: "";
    display: block;
    background: transparent;
    border: 35px solid #37c2db;
    border-radius: 50%;
    position: absolute;
    top: 1350px;
    left: -200px;
    visibility: visible;
    z-index: 1;
  }
}
.testimonial-circle * {
  visibility: visible;
}
.btn-inline .btn--primary, .btn-inline .hero--donate__content #gform_submit_button_1, .hero--donate__content .btn-inline #gform_submit_button_1, .btn-inline .hero--donate__content .gfield-choice-input:not(#choice_1_13_1):checked ~ label, .hero--donate__content .btn-inline .gfield-choice-input:not(#choice_1_13_1):checked ~ label, .btn-inline .news-blog__blog .et_pb_post a.more-link, .news-blog__blog .et_pb_post .btn-inline a.more-link {
  margin-right: 10px;
}
.imgBlock {
  overflow: hidden;
  border-radius: 5px;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.imgBlock img {
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 980px) {
  .imgBlock img {
    border-radius: 15px;
  }
}
.aqua {
  background-color: #37c2db;
}
.dark-blue {
  background-color: #01609d;
}
@media (max-width: 980px) {
  div#et-main-area {
    margin-top: 41px;
  }
}
.foot-text h5 {
  color: white;
  float: right;
}
.long-text h3:not(:first-child) {
  padding-top: 2rem;
}
.long-text p, .long-text .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .long-text a {
  padding-bottom: 1.25em;
}
.fd-cr-m .et_pb_column:first-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .btn-inline .et_pb_button_module_wrapper {
    display: block;
  }
  .btn-inline .et_pb_button_module_wrapper:not(:last-child) {
    margin-bottom: 12px;
  }
}
.section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section * {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 980px) {
  .bg-border {
    margin: 0 1rem 1rem 1rem;
    border-radius: 1rem;
  }
}
.row {
  width: var(--desktop-width);
  margin: 0 auto;
}
@media (max-width: 980px) {
  .row {
    width: var(--mobile-width);
  }
}
.et_pb_tab_content h4 {
  color: #01609d;
}
.vertical-tabs__sec {
  margin: -2rem 0;
}
.salesian {
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 1rem;
  margin: 1rem;
}
.portrait {
  padding-left: 13rem;
}
fieldset {
  border: 0px !important;
}
#main-header {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05) !important;
}
@media (max-width: 980px) {
  #main-header {
    background-color: #fff;
  }
}
#main-header.et-fixed-header {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05) !important;
}
#main-header .container {
  width: 95%;
}
#main-header #logo {
  height: 35px !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
@media (max-width: 980px) {
  #main-header #logo {
    content: url("/wp-content/uploads/2023/07/Dunlea-Centre-Corporate-Identity-Icon-Colour.svg");
  }
}
#main-header #top-menu .menu-item-has-children > a:first-child {
  padding-right: 0;
}
#main-header #top-menu .menu-item-has-children > a:first-child::after {
  display: none;
}
#main-header #top-menu li {
  padding-right: 2rem;
}
#main-header #top-menu li:last-child {
  padding-right: 0;
}
#main-header #top-menu a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #111;
  border-bottom: 2px solid #fff;
  transition: all 0.15s ease-in-out !important;
}
#main-header #top-menu a:hover {
  opacity: 1 !important;
  border-color: #37c2db;
  transition: all 0.15s ease-in-out !important;
}
#main-header #top-menu .current-menu-item > a {
  border-color: #37c2db;
}
#main-header .sub-menu {
  border-color: #fff;
  border-radius: 10px;
  width: 320px;
}
#main-header .sub-menu a {
  width: 280px;
}
@media (min-width: 981px) {
  #main-header .sub-menu a {
    border-radius: 10px;
  }
}
#main-header .sub-menu a:hover {
  background-color: rgba(0, 0, 0, 0.03);
  border-color: #fff !important;
}
#main-header .sub-menu .current-menu-item > a {
  background-color: rgba(0, 0, 0, 0.03);
  border-color: #fff !important;
}
.mobile_menu_bar:before {
  color: #01609d;
  font-size: 3rem;
}
.et_mobile_menu {
  border-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.et_mobile_menu .menu-item-has-children > a {
  font-weight: 500;
}
.et_mobile_menu li a {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  padding: 12px 10px;
  border-bottom: none;
}
.et_mobile_menu li a:hover {
  background-color: transparent !important;
  opacity: 1 !important;
}
.et_mobile_menu .sub-menu li {
  padding-left: 0;
}
.et_mobile_menu .sub-menu li ul {
  padding-left: 12px;
}
.et_mobile_menu .sub-menu li:last-child a {
  margin-bottom: 10px;
}
.et_mobile_menu .sub-menu a {
  font-size: 0.9375rem;
  font-weight: 400;
  border-bottom: none;
  padding: 10px 10px 10px 0;
}
li.header--icons {
  padding-right: 0 !important;
  position: relative;
}
@media (max-width: 980px) {
  li.header--icons {
    padding-right: 1rem !important;
    list-style-type: none;
    z-index: 999;
    top: -9px;
  }
}
li.header--icons .header__icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
li.header--icons .header__icons a.header__icons__icon:not(:last-child) {
  padding-right: 1.25rem;
}
@media (max-width: 980px) {
  li.header--icons .header__icons a.header__icons__icon:not(:last-child) {
    padding-right: 1.5rem;
  }
}
li.header--icons .header__icons a.header__icons__icon::before {
  font-family: "ETmodules";
  font-size: 1.25rem;
  color: #01609d;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 980px) {
  li.header--icons .header__icons a.header__icons__icon::before {
    color: #01609d;
    font-size: 1.75rem;
  }
}
li.header--icons .header__icons a.header__icons__icon:hover {
  border-color: #fff !important;
}
li.header--icons .header__icons a.header__icons__icon:hover::before {
  color: #37c2db;
  transition: all 0.2s ease-in-out;
}
li.header--icons .header__icons a.header__icons--phone::before {
  content: "";
}
li.header--icons .header__icons a.header__icons--email::before {
  content: "";
}
@media (max-width: 980px) {
  #et_mobile_nav_menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
  content: "L";
  color: #01609d;
  top: 6px;
  font-size: 1.5rem;
}
ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after {
  content: "K";
}
.footer {
  padding-bottom: 0 !important;
  border-radius: 1rem;
  margin: 0 1rem 1rem 1rem;
}
@media (max-width: 980px) {
  .footer {
    border-radius: 0;
    margin: 0;
  }
}
.footer__upper-row {
  padding-bottom: 30px !important;
}
@media (min-width: 981px) {
  .footer__upper-row {
    border-bottom: 1px solid var(--white-10);
  }
}
.footer__upper-row__icon {
  margin-bottom: 0 !important;
}
.footer__upper-row__icon img {
  height: 3rem !important;
  transition: all 2s cubic-bezier(0.78, 0.08, 0.19, 0.91);
}
.footer__upper-row__icon img:hover {
  transform: rotate(360deg);
  transition: all 2s cubic-bezier(0.78, 0.08, 0.19, 0.91);
}
.footer__upper-row__content h5 {
  color: #ebebeb;
  padding-bottom: 0;
}
@media (max-width: 980px) {
  .footer__main-row {
    display: flex;
    align-items: center;
    padding: 20px 0 !important;
  }
}
.footer__main-row h5 {
  padding: 0;
}
@media (max-width: 980px) {
  .footer__main-row .et_pb_column {
    margin-bottom: 10px !important;
  }
}
.footer__main-row:nth-child(2) {
  padding-bottom: 5rem !important;
}
.footer__content h4, .footer__content p, .footer__content .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .footer__content a, .footer__content a {
  color: #ebebeb;
}
.footer__content h4 {
  font-size: 0.9375rem;
}
@media (min-width: 981px) {
  .footer__content h4 {
    padding-bottom: 1.5rem;
  }
}
.footer__content p, .footer__content .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .footer__content a {
  font-size: 0.9375rem;
  line-height: 1.2;
}
.footer__content a {
  padding-bottom: 2px;
}
.footer__lower-row__content p, .footer__lower-row__content .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .footer__lower-row__content a {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 1.25em;
}
.footer__lower-row__content p:last-child {
  text-align: justify;
}
@media (max-width: 980px) {
  .footer__social {
    position: relative;
    left: -10px;
  }
}
.footer__social a.icon:before {
  color: #ebebeb !important;
}
.footer__social a.icon:hover:before {
  color: #37c2db !important;
  opacity: 1 !important;
}
@media (max-width: 980px) {
  .footer h4.footer__accordion {
    padding: 20px 0 10px;
  }
  .footer h4.footer__accordion::after {
    content: "3";
    font-family: "ETmodules";
    float: right;
  }
  .footer h4.footer__accordion:not(:last-child) {
    border-top: 1px solid var(--white-10);
  }
}
.footer span.et_pb_image_wrap {
  margin-bottom: 1rem;
  /* Override the helper class btw */
}
.btn, .hero--donate__content #gform_submit_button_1, .hero--donate__content .gfield-choice-input:not(#choice_1_13_1) ~ label, .news-blog__blog .et_pb_post a.more-link {
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 10px !important;
  border: 1px solid transparent !important;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  transition: all 0.2s ease-in-out !important;
}
@media (max-width: 767px) {
  .btn, .hero--donate__content #gform_submit_button_1, .hero--donate__content .gfield-choice-input:not(#choice_1_13_1) ~ label, .news-blog__blog .et_pb_post a.more-link {
    width: 100%;
  }
}
.btn:hover, .hero--donate__content #gform_submit_button_1:hover, .hero--donate__content .gfield-choice-input:not(#choice_1_13_1) ~ label:hover, .news-blog__blog .et_pb_post a.more-link:hover {
  border: 1px solid transparent !important;
  padding: 12px 18px !important;
  transition: all 0.2s ease-in-out !important;
}
.btn:after, .hero--donate__content #gform_submit_button_1:after, .hero--donate__content .gfield-choice-input:not(#choice_1_13_1) ~ label:after, .news-blog__blog .et_pb_post a.more-link:after {
  display: none;
}
.btn--primary, .hero--donate__content #gform_submit_button_1, .hero--donate__content .gfield-choice-input:not(#choice_1_13_1):checked ~ label, .news-blog__blog .et_pb_post a.more-link {
  background-color: #01609d;
  color: #fff;
}
.btn--primary:hover, .hero--donate__content #gform_submit_button_1:hover, .hero--donate__content .gfield-choice-input:not(#choice_1_13_1):checked ~ label:hover, .news-blog__blog .et_pb_post a.more-link:hover {
  background-color: #2778ac !important;
}
.btn--secondary {
  background-color: #37c2db;
  color: #fff;
}
.btn--secondary:hover {
  background-color: #2fa5ba !important;
}
.btn--secondary:first-child {
  margin-right: 0.5rem;
}
.btn--tertiary {
  padding: 12px 18px !important;
  background-color: #37c2db;
  color: #fff !important;
}
.btn--tertiary:hover {
  background-color: #2fa5ba !important;
}
.btn--tertiary:first-child {
  margin-right: 0.5rem;
}
.btn--dark {
  background-color: #111;
  color: #fff;
}
.btn--dark:hover {
  background-color: #282828 !important;
}
.btn--light {
  background-color: #fff;
  border: 1px solid #dadada !important;
  color: #111;
}
.btn--light:hover {
  background-color: #e6e6e6 !important;
}
.btn--mobile-header {
  position: absolute;
  width: 100%;
  border-radius: 0 0 0 0 !important;
}
.btn--home {
  display: block;
}
.btn--mwt {
  max-width: 200px !important;
}
input#gform_submit_button_2 {
  background-color: #01609d;
  box-shadow: 0 2px 0 0 #01609d;
  color: white;
  padding: 10px 35px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  left: 45%;
  top: 70%;
  font-weight: bold;
  margin-top: 6px !important;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  border-radius: 300px;
}
.card, .news-blog__blog .et_pb_post {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid;
  border-color: #dadada;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
.card .et_pb_blurb_image, .news-blog__blog .et_pb_post .et_pb_blurb_image {
  width: 100%;
}
.card .et_pb_image_wrap, .news-blog__blog .et_pb_post .et_pb_image_wrap {
  width: 100%;
}
.card .et_pb_main_blurb_image, .news-blog__blog .et_pb_post .et_pb_main_blurb_image {
  width: 100%;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0 !important;
  overflow: hidden;
  width: fill;
}
@media (max-width: 980px) {
  .card .et_pb_main_blurb_image, .news-blog__blog .et_pb_post .et_pb_main_blurb_image {
    background-size: cover;
  }
}
.card .et_pb_main_blurb_image img, .news-blog__blog .et_pb_post .et_pb_main_blurb_image img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  transition: all 0.2s ease-in-out;
}
.card .et_pb_blurb_description, .news-blog__blog .et_pb_post .et_pb_blurb_description {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 30px;
}
@media (max-width: 980px) {
  .card .et_pb_blurb_description, .news-blog__blog .et_pb_post .et_pb_blurb_description {
    padding: 30px 20px;
  }
}
.card .et_pb_blurb_description h4, .news-blog__blog .et_pb_post .et_pb_blurb_description h4 {
  font-size: 1.125rem;
  padding-bottom: 10px;
  transition: all 0.2s ease-in-out;
  color: #01609d;
}
.card .et_pb_blurb_description h4::after, .news-blog__blog .et_pb_post .et_pb_blurb_description h4::after {
  content: "$";
  font-family: "ETmodules";
  opacity: 0;
  padding-left: 0;
  transition: all 0.2s ease-in-out;
}
.card .et_pb_blurb_description p, .news-blog__blog .et_pb_post .et_pb_blurb_description p, .card .et_pb_blurb_description .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .card .et_pb_blurb_description a, .news-blog__blog .et_pb_post .et_pb_blurb_description .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .news-blog__blog .et_pb_post .et_pb_blurb_description a {
  font-size: 1rem;
}
.card .et_pb_blurb_description p:not(:last-of-type), .news-blog__blog .et_pb_post .et_pb_blurb_description p:not(:last-of-type) {
  flex-grow: 1;
}
.card .et_pb_blurb_content, .news-blog__blog .et_pb_post .et_pb_blurb_content {
  max-width: 100% !important;
}
.card:hover, .news-blog__blog .et_pb_post:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}
.card:hover img, .news-blog__blog .et_pb_post:hover img {
  transform: scale(1.04);
  transition: all 0.2s ease-in-out;
}
.card:hover h4, .news-blog__blog .et_pb_post:hover h4 {
  color: #01609d;
  transition: all 0.2s ease-in-out;
}
.card:hover h4::after, .news-blog__blog .et_pb_post:hover h4::after {
  opacity: 1;
  padding-left: 8px;
  transition: all 0.2s ease-in-out;
}
.card--hero {
  border: none;
}
.card--hero .et_pb_blurb_description h4 {
  font-size: 0.9375rem;
}
.card--hero .et_pb_blurb_description p, .card--hero .et_pb_blurb_description .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .card--hero .et_pb_blurb_description a {
  font-size: 0.875rem;
}
@media (min-width: 981px) {
  .card--hero:not(:last-child) {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 980px) {
  .card--hero {
    border-left: 6px solid #fff;
    transition: all 0.2s ease-in-out;
    margin-bottom: 10px !important;
  }
  .card--hero:hover {
    border-color: #37c2db;
    transition: all 0.2s ease-in-out;
  }
  .card--hero:hover .et_pb_blurb_description h4 {
    color: #37c2db;
  }
  .card--hero:hover .et_pb_blurb_description h4::after {
    color: #37c2db !important;
    transition: all 0.2s ease-in-out;
  }
  .card--hero .et_pb_blurb_description {
    padding: 20px;
  }
  .card--hero h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0 !important;
  }
  .card--hero h4::after {
    content: "5" !important;
    font-family: "ETmodules";
    font-size: 1.5rem;
    position: absolute;
    right: 12px;
    transition: all 0.2s ease-in-out;
  }
  .card--hero p, .card--hero .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .card--hero a {
    display: none;
  }
}
.breadcrumbs {
  padding: 1rem 0 !important;
  margin-top: 1rem;
  border-bottom: 1px solid var(--black-5);
}
.breadcrumbs__row {
  padding: 10px 0 !important;
}
.breadcrumbs__row a {
  color: lightblue;
}
.breadcrumbs__breadcrumb {
  font-size: 0.875rem;
  font-weight: 500;
}
.breadcrumbs__breadcrumb span {
  color: #fff;
  opacity: 1;
}
.breadcrumbs__breadcrumb span.before-icon {
  font-size: 1.0625rem !important;
  opacity: 0.5 !important;
}
.breadcrumbs__breadcrumb span.before-icon, .breadcrumbs__breadcrumb span.separator {
  margin-right: 5px;
  color: #fff;
  opacity: 0.75;
}
.breadcrumbs__breadcrumb span.current {
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(55, 194, 219, 0.2);
}
.breadcrumbs__breadcrumb a {
  padding: 10px;
  border-radius: 5px;
  color: lightblue !important;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 640px) {
  .breadcrumbs__breadcrumb a {
    padding: 0px;
  }
}
.breadcrumbs__breadcrumb a:hover {
  background-color: rgba(1, 96, 157, 0.1);
  transition: all 0.1s ease-in-out;
}
.breadcrumbs {
  overflow: hidden;
}
.breadcrumbs::after {
  width: 200px;
  height: 200px;
  content: "";
  z-index: 999;
  display: block;
  background: transparent;
  border: 35px solid #37c2db;
  border-radius: 50%;
  position: absolute;
  top: -150px;
  right: 50px;
}
@media (max-width: 980px) {
  .breadcrumbs::after {
    display: none;
  }
}
@media (min-width: 981px) {
  .hero {
    padding: 20px 0 !important;
  }
}
.hero__row {
  padding: 20px 0 !important;
}
.hero__page-title {
  max-width: 900px;
}
.hero__links .et-pb-icon {
  color: #111 !important;
  font-size: 2.5rem;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 479px) {
  .hero__links .et-pb-icon {
    font-size: 1.5rem;
  }
}
@media (max-width: 479px) {
  .hero__links .et_pb_main_blurb_image {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 479px) {
  .hero__links .et_pb_blurb_content {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 479px) {
  .hero__links .et_pb_image_wrap {
    width: 20px;
  }
}
.hero__links a {
  color: #111;
  font-weight: 600;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.1s ease-in-out;
}
.hero__links:hover .et-pb-icon {
  color: #37c2db !important;
  transition: all 0.15s ease-in-out;
}
.hero__links:hover a {
  border-color: #111;
  transition: all 0.1s ease-in-out;
}
.hero__links__social {
  position: relative;
  left: -10px;
}
@media (min-width: 480px) {
  .hero__links__social {
    height: 48px;
  }
}
@media (max-width: 479px) {
  .hero__links__social {
    left: -5px;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 980px) {
  .hero__links__social__row {
    padding-top: 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 980px) {
  .hero__links__social__col:not(:last-child) {
    margin-bottom: 50px !important;
  }
}
.hero__links__social li {
  margin-bottom: 0 !important;
}
.hero__links__social a.icon {
  width: unset !important;
  height: unset !important;
  margin-right: 1rem !important;
}
.hero__links__social a.icon:before {
  font-size: 1.75rem !important;
  color: #111 !important;
  width: unset !important;
  height: unset !important;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 479px) {
  .hero__links__social a.icon:before {
    font-size: 1.25rem !important;
  }
}
.hero__links__social a.icon:hover:before {
  color: #37c2db !important;
  transition: all 0.15s ease-in-out;
}
.hero.noBody .hero__page-title {
  margin-bottom: 0 !important;
}
.hero.noBody .hero__page-title h1 {
  padding-bottom: 0;
  color: #01609d;
}
.hero__page-title h4 {
  padding-top: 1rem;
  color: white;
  line-height: 140%;
  font-size: 1rem;
}
@media (min-width: 981px) {
  .hero__page-title h4 {
    font-size: 18px;
  }
}
.hero__page-title p:first-of-type {
  padding-top: 1rem;
}
.hero__page-title p, .hero__page-title .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .hero__page-title a {
  color: white;
}
.home-hero {
  overflow: hidden;
}
.home-hero__circle {
  z-index: 9;
  height: 1200px;
  width: 1200px;
  top: -40%;
  left: -40%;
  background-color: #01609d;
  border-radius: 50%;
  position: absolute;
  margin-left: 24vw;
  box-shadow: 20px 0 0 20px #37c2db;
}
@media (max-width: 981px) {
  .home-hero__circle {
    display: none;
  }
}
@media (min-width: 981px) and (max-width: 1025px) {
  .home-hero__circle {
    margin-left: 6vw;
    box-shadow: 10px 0 0 20px #37c2db;
    height: 1000px;
    width: 1000px;
    top: -20%;
  }
}
@media (min-width: 1026px) and (max-width: 1299px) {
  .home-hero__circle {
    margin-left: 16vw;
    box-shadow: 15px 0 0 20px #37c2db;
    height: 1000px;
    width: 1000px;
    top: -20%;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .home-hero__circle {
    margin-left: 27vw;
    box-shadow: 15px 0 0 20px #37c2db;
    height: 1000px;
    width: 1000px;
    top: -20%;
  }
}
@media (min-width: 1501px) and (max-width: 1700px) {
  .home-hero__circle {
    margin-left: 19vw;
    box-shadow: 20px 0 0 20px #37c2db;
    height: 1300px;
    width: 1300px;
    top: -45%;
  }
}
@media (min-width: 1701px) and (max-width: 1921px) {
  .home-hero__circle {
    height: 1500px;
    width: 1500px;
    top: -40%;
    left: -65%;
    background-color: #01609d;
    border-radius: 50%;
    position: absolute;
    margin-left: 42vw;
    box-shadow: 20px 0 0 20px #37c2db;
  }
}
@media (min-width: 1922px) and (max-width: 2560px) {
  .home-hero__circle {
    height: 2000px;
    width: 2000px;
    top: -66%;
    left: -75%;
    background-color: #01609d;
    border-radius: 50%;
    position: absolute;
    margin-left: 24vw;
    box-shadow: 20px 0 0 20px #37c2db;
  }
}
@media (max-width: 980px) {
  .home-hero::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #01609d;
    width: 100%;
    height: 750px;
    border-radius: 0 0 500px 500px;
    content: "";
    display: block;
    margin-top: -20px;
    box-shadow: 0px 20px 0 20px #37c2db;
  }
}
.home-hero__divi-row {
  width: 100% !important;
}
.home-hero__divi-sec {
  padding: 0 0 15px 0 !important;
}
@media (max-width: 980px) {
  .home-hero__divi-sec {
    padding: 0 !important;
  }
}
.home-hero__row {
  display: flex;
  width: 100%;
  margin-bottom: -75px;
}
@media (max-width: 980px) {
  .home-hero__row {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}
.home-hero__row .mySwiper {
  height: 80svh;
  flex: 1 1 50%;
  background-size: cover;
  margin-left: -175px;
}
.home-hero__row .mySwiper img {
  object-fit: none;
}
@media (min-width: 981px) {
  .home-hero__col {
    z-index: 10;
    height: 80svh;
    flex: 1 1 50%;
    background-size: cover;
    margin-left: -175px;
  }
}
@media (max-width: 980px) {
  .home-hero__col {
    width: 90%;
    margin: auto;
  }
}
@media (min-width: 981px) {
  .home-hero__col--content {
    padding-left: 15%;
    margin-right: 15%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 980px) {
  .home-hero__col--image {
    height: 400px;
    border-radius: 1rem;
  }
}
@media (min-width: 981px) {
  .home-hero__content {
    margin-bottom: 1rem !important;
    margin-left: 5rem;
    padding-bottom: 2rem;
  }
}
.home-hero__content h1 {
  color: white;
}
@media (min-width: 981px) {
  .home-hero__content h1 {
    font-size: 3.325rem !important;
  }
}
@media (max-width: 980px) {
  .home-hero__content h1 {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
.home-hero__content h5 {
  color: #37c2db;
}
.home-hero__content p, .home-hero__content .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .home-hero__content a {
  color: white;
}
@media (max-width: 980px) {
  .home-hero__content p, .home-hero__content .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .home-hero__content a {
    margin-bottom: 2rem;
  }
}
@media (min-width: 981px) {
  .btn__wrapper {
    margin-left: 5rem;
  }
}
@media (max-width: 980px) {
  .btn__wrapper {
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.btn__wrapper a.btn.btn--secondary, .btn__wrapper .hero--donate__content a.btn--secondary#gform_submit_button_1, .hero--donate__content .btn__wrapper a.btn--secondary#gform_submit_button_1, .btn__wrapper .news-blog__blog .et_pb_post a.btn--secondary.more-link, .news-blog__blog .et_pb_post .btn__wrapper a.btn--secondary.more-link, .btn__wrapper a.btn.btn--light, .btn__wrapper .hero--donate__content a.btn--light#gform_submit_button_1, .hero--donate__content .btn__wrapper a.btn--light#gform_submit_button_1, .btn__wrapper .news-blog__blog .et_pb_post a.btn--light.more-link, .news-blog__blog .et_pb_post .btn__wrapper a.btn--light.more-link {
  margin-top: 0.5rem;
}
.media-with-text__row {
  overflow-x: hidden;
  overflow-y: hidden;
}
@media (min-width: 981px) {
  .media-with-text__row {
    margin-bottom: 3rem;
  }
}
@media (max-width: 980px) {
  .media-with-text__row.fd-cr-m .media-with-text__col:first-child {
    margin-bottom: 0 !important;
  }
  .media-with-text__row.fd-cr-m .media-with-text__image {
    margin-bottom: 30px !important;
  }
}
.media-with-text__image {
  padding-bottom: 2rem;
}
.media-with-text__content {
  padding-bottom: 2rem;
}
.media-with-text__content .btn, .media-with-text__content .hero--donate__content #gform_submit_button_1, .hero--donate__content .media-with-text__content #gform_submit_button_1, .media-with-text__content .hero--donate__content .gfield-choice-input:not(#choice_1_13_1) ~ label, .hero--donate__content .media-with-text__content .gfield-choice-input:not(#choice_1_13_1) ~ label, .media-with-text__content .news-blog__blog .et_pb_post a.more-link, .news-blog__blog .et_pb_post .media-with-text__content a.more-link {
  margin-right: 1rem !important;
}
.media-with-text__content--values p, .media-with-text__content--values .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .media-with-text__content--values a {
  padding-bottom: 1em !important;
}
.media-with-text__content--values ul {
  padding: 0 !important;
}
.media-with-text__content--values ul li {
  list-style-type: none;
}
.media-with-text__content--values ul li::before {
  position: relative;
  top: 1px;
  content: "";
  font-family: "ETmodules";
  color: #37c2db;
  padding-right: 0.75rem;
  transition: all 0.2s ease-in-out;
}
.media-with-text__content--values ul li:hover::before {
  color: #01609d;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 986px) {
  .text-vertical-center {
    display: block !important;
  }
  .text-vertical-center.reversed-mobile {
    display: flex !important;
    flex-direction: column-reverse;
    gap: 1.88rem;
  }
}
@media (min-width: 987px) {
  .centered-content-row .center-align-content p, .centered-content-row .center-align-content .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .centered-content-row .center-align-content a {
    text-align: center;
  }
  .centered-content-row .center-align-content h2 {
    text-align: center;
  }
}
.our-team__sec {
  padding: 20px 0 40px !important;
}
.our-team__row {
  padding: 15px 0 !important;
  width: 80% !important;
  display: flex !important;
  flex-direction: column !important;
}
@media (min-width: 981px) {
  .our-team__row {
    padding: 0 !important;
    width: 90% !important;
    max-width: 1440px !important;
    display: flex !important;
    flex-direction: row !important;
  }
}
.our-team__borderfix {
  margin-bottom: 1rem;
}
.our-team__col {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  margin-top: 2rem;
}
.our-team__col.et_clickable {
  cursor: pointer;
}
.our-team__col:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}
.our-team__image {
  margin-bottom: 0 !important;
  flex-grow: 2;
  min-width: 100%;
}
.our-team__image .et_pb_image_wrap {
  display: block;
  height: 100%;
  width: 100%;
}
.our-team__image .et_pb_image_wrap img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .our-team__image {
    height: 500px !important;
  }
  .our-team__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1440px) {
  .our-team__image {
    height: 600px !important;
  }
}
.our-team__content {
  padding: 20px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.our-team__content:last-child {
  margin-bottom: initial !important;
  padding-bottom: 20px !important;
}
.our-team__content h4 {
  font-size: 1.0625rem;
  padding-bottom: 4px;
  color: #01609d;
}
.our-team__content p, .our-team__content .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .our-team__content a {
  font-size: 0.875rem;
}
@media (min-width: 980px) {
  .our-team__content {
    display: inline-block;
  }
}
.our-team__popup__row {
  width: 90% !important;
}
.our-team__popup__image {
  text-align: center !important;
}
.our-team__popup__content h2 {
  font-size: 1.5rem;
  padding-bottom: 10px;
}
.our-team__popup__content h4 {
  font-size: 1rem;
  color: #333;
  padding-bottom: 20px;
}
.our-team__popup__content h5 {
  font-size: 1rem;
  padding-top: 20px;
}
.our-team__popup__content p, .our-team__popup__content .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .our-team__popup__content a {
  font-size: 0.9375rem;
}
.our-team__popup__content li:before {
  position: relative;
  top: 2px;
  font-family: "ETmodules";
  content: "";
  color: #37c2db;
  padding-right: 1rem;
}
.pum-container {
  width: 80% !important;
  margin-left: -40% !important;
}
.pum-close {
  padding: 1px 10px 5px !important;
  height: unset !important;
  width: unset !important;
  background: #fff !important;
  border: 1px solid var(--error) !important;
  color: var(--error) !important;
  font-weight: inherit !important;
  font-size: 20px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  transition: all 0.15s ease-in-out;
}
.pum-close:hover {
  background: var(--error) !important;
  color: #fff !important;
}
.vertical-tabs__tabs {
  border: none;
}
.vertical-tabs__tabs ul.et_pb_tabs_controls {
  float: left;
  width: 20%;
  margin-right: 3%;
  background: transparent;
}
@media (max-width: 767px) {
  .vertical-tabs__tabs ul.et_pb_tabs_controls {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.vertical-tabs__tabs ul.et_pb_tabs_controls:after {
  content: none;
}
.vertical-tabs__tabs ul.et_pb_tabs_controls li {
  width: 100%;
  background: #fff;
  border: 1px solid #dadada !important;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: all 0.15s ease-in-out;
}
.vertical-tabs__tabs ul.et_pb_tabs_controls li:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .vertical-tabs__tabs ul.et_pb_tabs_controls li {
    margin-bottom: 0;
  }
  .vertical-tabs__tabs ul.et_pb_tabs_controls li:first-child {
    border-radius: 5px 5px 0 0;
    border-width: 1px 1px 0 1px !important;
  }
  .vertical-tabs__tabs ul.et_pb_tabs_controls li:nth-of-type(2), .vertical-tabs__tabs ul.et_pb_tabs_controls li:nth-of-type(3) {
    border-radius: 0;
    border-width: 0 1px !important;
  }
  .vertical-tabs__tabs ul.et_pb_tabs_controls li:last-child {
    border-radius: 0 0 5px 5px;
    border-width: 0 1px 1px !important;
  }
}
.vertical-tabs__tabs ul.et_pb_tabs_controls li.et_pb_tab_active {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  border-left: 6px solid #37c2db !important;
}
@media (max-width: 767px) {
  .vertical-tabs__tabs ul.et_pb_tabs_controls li.et_pb_tab_active {
    border-width: 1px 1px 1px 6px !important;
  }
}
.vertical-tabs__tabs ul.et_pb_tabs_controls li a {
  padding: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .vertical-tabs__tabs ul.et_pb_tabs_controls li a {
    padding: 12px 16px;
  }
}
.vertical-tabs__tabs .et_pb_tab {
  padding: 0;
}
@media (min-width: 768px) {
  .vertical-tabs__tabs .et_pb_tab_content {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
    flex-direction: column;
  }
}
.contact-form label, .hero--donate__content label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #111;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .hero--donate__content input[type="text"], .hero--donate__content input[type="email"], .hero--donate__content input[type="tel"], .contact-form textarea, .hero--donate__content textarea, .contact-form select {
  margin: 5px 0;
  background-color: #fff;
  border: 2px solid #dadada;
  border-radius: 5px;
  color: #333;
  padding: 0 20px !important;
  font-size: 1rem !important;
  width: 100% !important;
  height: 45px;
  transition: all 0.1s ease-in-out;
}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus, .hero--donate__content input[type="text"]:focus, .hero--donate__content input[type="email"]:focus, .hero--donate__content input[type="tel"]:focus, .contact-form textarea:focus, .hero--donate__content textarea:focus, .contact-form select:focus {
  border-color: #111;
  transition: all 0.1s ease-in-out;
}
.contact-form .required, .hero--donate__content .required {
  color: var(--error);
}
.contact-form textarea, .hero--donate__content textarea {
  padding: 20px !important;
  height: 200px;
}
.toggle {
  background: #fff;
  border-color: #dadada;
  border-radius: 5px;
  padding: 16px;
  transition: all 0.15s ease-in-out;
}
.toggle:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.15s ease-in-out;
}
.toggle h5.et_pb_toggle_title {
  font-size: 1.0625rem;
  color: #111;
}
.toggle h5.et_pb_toggle_title:before {
  content: "2" !important;
  transform: rotate(180deg);
  font-size: 1.5rem;
  color: #111;
  transition: all 0.2s ease-in-out;
}
.toggle.et_pb_toggle_open h5.et_pb_toggle_title:before {
  transform: rotate(0) !important;
}
.toggle .et_pb_toggle_content {
  padding-top: 0;
}
.toggle .et_pb_toggle_content ul {
  padding: 0 !important;
}
.toggle .et_pb_toggle_content ul li {
  margin: 4px 0;
  list-style-type: none;
}
.toggle .et_pb_toggle_content ul li.current-menu-item a {
  color: #111;
  font-weight: 600;
}
.toggle .et_pb_toggle_content ul li.current-menu-item a:hover {
  border-color: #fff;
}
.toggle .et_pb_toggle_content ul a {
  color: #333;
  border-bottom: 1px solid #fff;
  transition: all 0.1s ease-in-out;
}
.toggle .et_pb_toggle_content ul a:hover {
  border-color: #111;
  transition: all 0.1s ease-in-out;
}
.toggle ul.listed__menu {
  padding-top: 0.5em !important;
}
.hero--donate__content.donate-form {
  margin-top: 20px;
}
.hero--donate__content .gfield_description {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 160% !important;
  letter-spacing: -0.01em !important;
}
.hero--donate__content .gfield_required {
  display: none;
}
.hero--donate__content #gform_submit_button_1 {
  width: 100%;
  border-radius: unset !important;
  padding: 12px 40px !important;
}
.hero--donate__content #gform_submit_button_1:hover {
  padding: 12px 40px !important;
}
.hero--donate__content .gfield-choice-input:not(#choice_1_13_1) {
  display: none;
}
.hero--donate__content .gfield-choice-input:not(#choice_1_13_1) ~ label {
  width: 100%;
  background-color: transparent;
  color: #111;
  border-color: #111 !important;
  border-radius: unset !important;
  margin-top: 10px;
  padding: 14px 40px;
  max-width: 100%;
}
.hero--donate__content .gfield-choice-input:not(#choice_1_13_1) ~ label:hover {
  border-color: #111 !important;
  padding: 14px 40px !important;
}
.hero--donate__content .gfield-choice-input:not(#choice_1_13_1):checked ~ label {
  border-color: #01609d !important;
}
.hero--donate__content .gfield-choice-input:not(#choice_1_13_1):checked ~ label:hover {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 14px 40px !important;
}
.hero--donate__content #label_1_13_1 {
  font-size: 16px;
  letter-spacing: 0;
}
.hero--donate__content .ginput_total {
  color: #01609d !important;
  font-weight: 500;
}
@media (min-width: 981px) {
  .hero--donate__content #input_1_3 {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .hero--donate__content #input_1_3 .gchoice_1_3_0, .hero--donate__content #input_1_3 .gchoice_1_3_1 {
    width: 49%;
  }
  .hero--donate__content #input_1_3 #label_1_3_0, .hero--donate__content #input_1_3 #label_1_3_1 {
    max-width: 100% !important;
    padding: 12px 75px;
  }
  .hero--donate__content #input_1_3 #label_1_3_0:hover, .hero--donate__content #input_1_3 #label_1_3_1:hover {
    padding: 12px 75px !important;
  }
  .hero--donate__content #input_1_3 #label_1_3_1, .hero--donate__content #input_1_3 #label_1_13_1 {
    margin-left: 10px;
  }
}
.hero--donate__content .gform_title {
  display: none;
}
.contact-form .row {
  margin-left: 0px;
}
.content__sec {
  padding: 20px 0 60px !important;
}
.content__row {
  padding: 20px 0 !important;
}
@media (min-width: 981px) {
  .content__col.content {
    padding: 0 40px;
  }
}
.content__image {
  margin-bottom: 2rem !important;
}
.content__content h1, .content__content h2, .content__content h3, .content__content h4, .content__content h5, .content__content h6 {
  padding-bottom: 10px;
}
.content__content h3:not(:first-child) {
  padding-top: 1rem;
}
.resources__links p, .resources__links .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .resources__links a {
  background: #fff;
  margin-bottom: 1rem;
  padding: 20px !important;
  border-radius: 5px;
  border: 1px solid #dadada;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.15s ease-in-out;
}
.resources__links p a, .resources__links .vertical-tabs__tabs ul.et_pb_tabs_controls li a a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .resources__links a a {
  color: #111;
  font-weight: 500;
}
.resources__links p a::after, .resources__links .vertical-tabs__tabs ul.et_pb_tabs_controls li a a::after, .vertical-tabs__tabs ul.et_pb_tabs_controls li .resources__links a a::after {
  background: #37c2db;
  color: #fff;
  border-radius: 50%;
  padding: 0 4px;
  font-family: "ETmodules";
  content: "$";
  float: right;
  margin-right: 10px;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 479px) {
  .resources__links p a::after, .resources__links .vertical-tabs__tabs ul.et_pb_tabs_controls li a a::after, .vertical-tabs__tabs ul.et_pb_tabs_controls li .resources__links a a::after {
    float: none;
    margin-left: 10px;
    padding: 4px;
  }
}
.resources__links p:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.15s ease-in-out;
}
.resources__links p:hover a::after {
  margin-right: 0;
  transition: all 0.15s ease-in-out;
}
@keyframes runMarquee {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(calc(-256rem));
  }
}
.marquee-logo {
  animation: 120s linear 0s infinite normal none running runMarquee;
  display: flex;
  width: calc(500rem);
  opacity: 1;
}
.marquee-logo__row {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 144rem;
  margin: 0px auto;
}
.marquee-logo__logo {
  display: flex;
  margin: 0 3rem;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 5rem;
}
.marquee-logo__logo img {
  max-width: 100%;
  max-height: 100%;
}
.dropdown {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  cursor: pointer;
}
@media (min-width: 981px) {
  .dropdown {
    display: none;
  }
}
.dropdown.submenu-open .dropdown__label {
  padding-bottom: 0;
}
.dropdown__label {
  padding: 1rem 5%;
  width: 100%;
}
.dropdown__label h5 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
}
.dropdown__label h5::before, .dropdown__label h5::after {
  font-family: "ETmodules";
}
.dropdown__label h5::before {
  content: "p";
  color: #01609d;
}
.dropdown__label h5::after {
  content: "3";
  opacity: 0.5;
  font-size: 1.5rem;
  position: absolute;
  right: 0;
}
.dropdown__submenu {
  position: relative;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
  transition: all 0.5s ease;
  overflow: hidden;
  max-height: 0;
}
.dropdown__submenu.submenu-open {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
  pointer-events: all;
  transform: translateY(0%);
  overflow: visible;
  max-height: 240px;
  transition-delay: -0.15s;
}
.dropdown__submenu__item {
  display: block;
  padding: 0.75rem 5%;
  font-size: 16px;
  color: #111;
}
.dropdown__submenu__item:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 0 0);
}
select {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.h3 {
  color: #37c2db;
}
html * {
  font-family: "Montserrat", sans-serif;
}
fieldset {
  border: 1px solid lightgray;
  font-size: 22px;
}
input[type="text"] {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: black;
}
input[type="email"] {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: black;
}
input[type="tel"] {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: black;
}
.sub-entry3 {
  width: 100%;
  float: left;
}
.np-form label:before {
  content: "\a";
  white-space: pre;
}
.np-form {
  padding-left: 20px;
  padding-right: 20px;
}
p, .vertical-tabs__tabs ul.et_pb_tabs_controls li a {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.np-form input[type=text], input[type=tel], input[type=email], select, textarea, input[type=number], input[type=date] {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.np-form legend {
  padding-top: 1rem !important;
  font-weight: bold;
}
div {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
input.largerCheckbox {
  width: 20px;
  height: 20px;
}
.np-form input[type=checkbox] {
  vertical-align: middle;
}
.np-form select {
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.np-form input[type=text] {
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.np-form span {
  color: red;
}
.np-form input[type=submit], input[type=button] {
  background-color: #01609d;
  box-shadow: 0 2px 0 0 #01609d;
  color: black;
  padding: 10px 35px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
.sub-entry {
  width: 45%;
  float: left;
}
.sub-entry7 {
  width: 30%;
  float: left;
}
.sub-entry8 {
  width: 30%;
  float: left;
}
.sub-entry9 {
  width: 30%;
  float: right;
}
.sub-entry4 {
  width: 48%;
  float: left;
}
.sub-entry5 {
  width: 48%;
  float: right;
}
.sub-entry1 {
  width: 45%;
  float: right;
}
.sub-entry2 {
  width: 100%;
}
.leftbox {
  float: left;
  width: 25%;
}
.middlebox {
  float: left;
  width: 25%;
}
.rightbox {
  float: right;
  width: 25%;
}
.buttonHolder {
  text-align: center;
}
.np-form label {
  display: inline-block;
  font-size: 18px;
}
.np-form input[type=submit], input[type=button] {
  background-color: #01609d;
  box-shadow: 0 2px 0 0 #01609d;
  color: white;
  padding: 10px 35px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: center;
  position: relative;
  left: 45%;
  top: 70%;
  font-weight: bold;
  margin-top: 6px !important;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  border-radius: 300px;
}
input[type=checkbox] {
  accent-color: #01609d;
  mix-blend-mode: multiply;
}
.np-form input[type=submit]:hover {
  background-color: #01609d;
}
@media screen and (max-width: 1062px) {
  .np-form .col-25, .np-form .col-75 {
    width: 100%;
    margin-top: 0;
  }
  .np-form select {
    width: 101%;
  }
  .np-form input[type=submit] {
    margin-top: 0;
    left: 45%;
    top: 70%;
  }
}
.home-welcome__content {
  margin-bottom: 30px !important;
}
.home-welcome__content h5 {
  color: #01609d;
  padding-bottom: 10px;
}
.journey-path__heading {
  padding-bottom: 10px !important;
}
.journey-path__row {
  padding: 15px 0 !important;
}
@media (max-width: 980px) {
  .journey-path .et_pb_column:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
.home-testimonial__content {
  padding-top: 2rem;
}
.home-testimonial__content h3 {
  color: #01609d;
}
@media (min-width: 980px) {
  .home-testimonial__content p:first-child {
    font-size: 8rem;
    font-weight: 600;
    position: absolute;
    top: -135px;
    left: -5px;
    color: #37c2db;
    pointer-events: none;
  }
}
@media (max-width: 979px) {
  .home-testimonial__content p:first-child {
    display: none;
  }
}
.home-testimonial__content h2 {
  color: #01609d;
}
.et_pb_row_10 {
  overflow-x: hidden;
}
.home__slider {
  position: relative;
  width: 100%;
  height: auto;
}
.home__slider__background {
  position: relative;
}
.home__slider__container {
  position: relative;
  overflow: hidden;
  max-height: 80vh;
}
.home__slider__circle {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #01609d;
  border-radius: 50%;
  z-index: 1;
}
.home__slider__hero {
  max-height: 80vh;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .home__slider__hero {
    margin-left: 250px;
    /* Add margin-left only on larger devices */
  }
}
.home__slider__content {
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 2;
  text-align: left;
  color: #fff;
}
.home__slider__content h1, .home__slider__content p, .home__slider__content .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .home__slider__content a {
  color: white;
}
.home__slider__content a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  font-weight: bold;
}
.home__links {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 1.5rem 0;
  z-index: 9999;
  background: white;
  border-radius: 15px 0px 15px 0px;
}
@media (max-width: 980px) {
  .home__links {
    display: none;
  }
}
.home__links a {
  margin: 0;
  background-color: #f0f0f0;
  text-align: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 0.5rem;
  color: black;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 981px) {
  .home__links a {
    padding: 4px 8px;
    font-size: 1rem;
    font-weight: 400;
  }
  .home__links a:hover {
    background-color: #c7c7c7 !important;
    transition: all 0.3s ease-in-out;
  }
  .home__links a:not(:last-child) {
    margin-right: 6px;
  }
}
.home__links h5 {
  font-size: 16px;
  padding: 15px;
  letter-spacing: -0.01em;
}
.home__links h5::before {
  font-family: "ETmodules";
}
.home__links h5::before {
  content: "p";
  color: #01609d;
  margin-right: 1rem;
  margin-top: 1rem;
}
.news-blog__blog .column.size-1of3 {
  width: 31.3% !important;
  margin-right: 2% !important;
}
.news-blog__blog .column.size-1of2 {
  width: 48% !important;
  margin-right: 2% !important;
}
.news-blog__blog .column.size-1of1 .et_pb_post {
  margin-bottom: 20px !important;
}
.news-blog__blog .column.size-1of1 .et_pb_post:last-child {
  margin-bottom: 30px !important;
}
.news-blog__blog .et_pb_post {
  border: 1px solid #dadada;
}
.news-blog__blog .et_pb_post a.entry-featured-image-url {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.news-blog__blog .et_pb_post img {
  transition: all 0.3s ease-in-out;
}
.news-blog__blog .et_pb_post h2.entry-title {
  font-size: 1.375rem;
  padding-bottom: 10px;
}
.news-blog__blog .et_pb_post p.post-meta {
  padding-bottom: 1em !important;
}
@media (max-width: 767px) {
  .news-blog__blog .et_pb_post p.post-meta {
    padding-bottom: 0.5em !important;
  }
}
.news-blog__blog .et_pb_post .post-content p, .news-blog__blog .et_pb_post .post-content .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .news-blog__blog .et_pb_post .post-content a {
  font-size: 0.9375rem;
}
.news-blog__blog .et_pb_post .post-content-inner {
  display: none;
  margin-bottom: 30px;
}
.news-blog__blog .et_pb_post a.more-link {
  display: inline-block;
}
.news-blog__blog .et_pb_post a.more-link:first-letter {
  text-transform: capitalize;
}
.news-blog__blog .et_pb_post:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.post-template {
  padding: 0 0 20px 0 !important;
}
.post-template__row {
  padding-top: 0 !important;
  max-width: 900px;
}
.post-template__featured-image {
  margin-bottom: 30px !important;
}
.post-template__meta {
  margin-bottom: 12px !important;
}
.post-template__meta p, .post-template__meta .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .post-template__meta a {
  font-size: 0.9375rem;
}
.post-template__title {
  margin-bottom: 20px !important;
}
.post-template__title h1 {
  font-size: 2.5rem;
  color: #37c2db;
}
.post-template__excerpt {
  padding-bottom: 40px;
  margin-bottom: 40px !important;
  border-bottom: 1px solid var(--black-20);
}
.post-template__excerpt h6 {
  font-size: 1rem;
}
.post-template__excerpt p, .post-template__excerpt .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .post-template__excerpt a {
  font-size: 1rem;
}
.post-template__content h1 {
  font-size: 2.25rem;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .post-template__content h1 {
    font-size: 1.75rem;
  }
}
.post-template__content h2 {
  font-size: 2rem;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .post-template__content h2 {
    font-size: 1.625rem;
  }
}
.post-template__content h3 {
  font-size: 1.75rem;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .post-template__content h3 {
    font-size: 1.5rem;
  }
}
.post-template__content h4 {
  font-size: 1.5rem;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .post-template__content h4 {
    font-size: 1.375rem;
  }
}
.post-template__content h5 {
  font-size: 1.25rem;
  margin: 10px 0;
}
.post-template__content h6 {
  font-size: 1.125rem;
  margin: 10px 0;
}
.post-template__content p, .post-template__content .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .post-template__content a, .post-template__content ol, .post-template__content ul {
  font-size: 1rem;
  line-height: 1.7;
}
.post-template__content p, .post-template__content .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .post-template__content a {
  padding-bottom: 1.25em;
}
.post-template__content li {
  margin: 5px 0;
}
.post-template__content li:first-child {
  margin: 10px 0 5px;
}
.post-template__content code {
  background: whitesmoke;
  padding: 0 5px;
}
.post-template__navigation {
  padding: 0 !important;
  position: fixed;
  top: 160px;
  width: 100vw;
  display: flex;
  height: calc(100vh - 35%);
  background-color: transparent;
}
@media (max-width: 980px) {
  .post-template__navigation {
    display: none;
  }
}
.post-template__navigation__row {
  padding: 0 !important;
  width: 100%;
}
.post-template__navigation__content .nav-previous, .post-template__navigation__content .nav-next {
  background: #fff;
  border: 1px solid #01609d;
  margin: -20px;
  transition: all 0.15s ease-in-out;
  border-radius: 0 0 10px 10px;
}
.post-template__navigation__content .nav-previous:hover, .post-template__navigation__content .nav-next:hover {
  background: #01609d;
  transition: all 0.15s ease-in-out;
}
.post-template__navigation__content .nav-previous:hover a, .post-template__navigation__content .nav-next:hover a {
  color: #fff;
}
.post-template__navigation__content .nav-previous a, .post-template__navigation__content .nav-next a {
  color: #01609d;
  padding: 20px 40px;
}
.post-template__navigation__content .nav-previous {
  transform: rotate(-90deg);
  left: -44px;
}
.post-template__navigation__content .nav-next {
  transform: rotate(90deg);
  right: -15px;
}
.hero--donate {
  background: #fff;
}
.hero--donate__card {
  padding: 20px !important;
  max-width: 40%;
  margin-left: auto !important;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 980px) {
  .hero--donate__card {
    margin-left: 0;
  }
}
.hero--bequest {
  background: #fff;
}
.hero--bequest input[type="text"], .hero--bequest input[type="email"], .hero--bequest input[type="tel"] {
  height: 40px;
  margin: 3px 0;
  font-family: "Montserrat", sans-serif;
}
.hero--bequest textarea {
  height: 120px;
}
.hero--bequest input[type="submit"] {
  padding: 12px 24px !important;
  border-radius: 5px !important;
  width: 100%;
}
.hero--bequest .card .et_pb_blurb_description h4::after, .hero--bequest .news-blog__blog .et_pb_post .et_pb_blurb_description h4::after, .news-blog__blog .hero--bequest .et_pb_post .et_pb_blurb_description h4::after {
  content: "" !important;
}
@media (max-width: 980px) {
  .hero--bequest .card .et_pb_blurb_description p, .hero--bequest .news-blog__blog .et_pb_post .et_pb_blurb_description p, .news-blog__blog .hero--bequest .et_pb_post .et_pb_blurb_description p, .hero--bequest .card .et_pb_blurb_description .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .hero--bequest .card .et_pb_blurb_description a, .hero--bequest .news-blog__blog .et_pb_post .et_pb_blurb_description .vertical-tabs__tabs ul.et_pb_tabs_controls li a, .vertical-tabs__tabs ul.et_pb_tabs_controls li .hero--bequest .news-blog__blog .et_pb_post .et_pb_blurb_description a {
    display: block;
  }
  .hero--bequest .card--hero {
    margin-left: 0;
  }
}
span.dollor {
  top: 50px;
  position: relative;
  left: 10px;
  font-family: "Montserrat", sans-serif;
  width: 0%;
  font-size: 18px;
  font-weight: 400;
}
p.donation-success {
  color: var(--success);
  background: var(--success-l1);
  border: 1px solid var(--success-l2);
  padding: 10px !important;
  border-radius: 5px;
  font-weight: 500;
}
.beq {
  margin-left: 30% !important;
  margin-bottom: 4rem !important;
}
._3d-flip-book {
  margin-bottom: 100px;
}
body .newsletter-sidebar-menu {
  margin-bottom: 50px;
}
body .newsletter-sidebar-menu .et_pb_menu__menu {
  display: block !important;
}
body .newsletter-sidebar-menu .et_mobile_nav_menu {
  display: none !important;
}
body .newsletter-sidebar-menu ul {
  padding-left: 0;
}
body .newsletter-sidebar-menu ul li {
  display: block !important;
  width: 100%;
  font-weight: 500;
  color: #111;
  font-size: 1rem;
  margin-bottom: 5px;
}
body .newsletter-sidebar-menu ul li.current_page_item a {
  color: #37c2db;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fdunleacentre.org.au%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fabstracts%2F_variables.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fbase%2F_fonts.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fbase%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fbase%2F_helpers.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Flayout%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Flayout%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fcomponents%2F_button.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fcomponents%2F_card.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fcomponents%2F_breadcrumb.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fcomponents%2F_hero.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fcomponents%2F_media-with-text.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fcomponents%2F_our-team.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fcomponents%2F_vertical-tabs.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fcomponents%2F_input.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fcomponents%2F_content.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fcomponents%2F_resources.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fcomponents%2F_slider.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fcomponents%2F_dropdown.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fcomponents%2F_form.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fpages%2F_blog.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fpages%2F_post.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fpages%2F_donate.scss%22%2C%22wp-content%2Fthemes%2Fdivi-child%2Fscss%2Fpages%2F_newsletter.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAA0BA%3BACtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACDA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BACtFA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC7LA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BACtOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BACrHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BACxIZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACjVA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAmBZ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAWxB%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAGY%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACnGR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAC3KJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzFhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAC%2FNG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAYQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BACpCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAC3ChB%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAClCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BACnFZ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjJA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAII%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjPA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BACvEhB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACpKZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAC3EA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEK%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASU%3BAAAA%3BAAAA%22%7D */