@charset "UTF-8";
a, a:hover {
  transition: all 0.25s ease;
}
.fl-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.fl-page .fl-page-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.button-secondary .fl-button {
  border: 2px solid #0593ff !important;
  background-color: rgba(254, 254, 254, 0.01) !important;
  border-radius: 4px !important;
  padding: 13px 18px !important;
  transition: all 0.25s ease;
}
.button-secondary .fl-button .fl-button-text, .button-secondary .fl-button .fl-button-text p {
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #0593ff !important;
  font-size: 16px;
  transition: all 0.25s ease;
}
.button-secondary .fl-button:hover {
  background-color: #2253a6 !important;
  border-color: #2253a6 !important;
}
.button-secondary .fl-button:hover .fl-button-text {
  color: #fff !important;
}
.title-networks h1, .title-networks h2, .title-networks h3, .title-networks h4, .title-networks h5, .title-networks h6 {
  position: relative;
  display: inline-block;
}
.title-networks h1::before, .title-networks h2::before, .title-networks h3::before, .title-networks h4::before, .title-networks h5::before, .title-networks h6::before {
  content: "";
  position: absolute;
  top: 0.07em;
  right: -1.35em;
  width: 1em;
  height: 1em;
  background: url(/wp-content/uploads/2023/05/icon-networks.svg) center / contain no-repeat;
}
.is-white {
  background-color: #fff;
}
.is-light {
  background: rgba(4, 18, 32, 0.04);
}
.is-blue, .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content {
  background-color: #2253a6;
}
.is-blue, .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content, .is-blue h1, .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content h1, .is-blue h2, .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content h2, .is-blue h3, .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content h3, .is-blue h4, .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content h4, .is-blue h5, .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content h5, .is-blue h6, .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content h6 {
  color: #fff;
}
.is-blue a, .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content a {
  color: #60ca40;
}
.is-blue .gfield input, .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .gfield input {
  border-color: #fff !important;
}
.is-blue-light {
  background-color: rgba(34, 83, 166, 0.1);
}
.accent-blue strong {
  color: #2253a6;
}
.accent-green strong {
  color: #60ca40;
}
.has-radius {
  border-radius: 10px;
  overflow: hidden;
}
.has-shaddow, .card.is-white, .schedule-section .fl-col-group .schedule-sidebar-col .is-white.schedule-sidebar-bottom-content, .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-top-content {
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.1));
}
.has-border-blue {
  border-bottom: 6px solid #2253a6;
}
.default-container, .main-section .fl-row-content-wrap {
  width: 1200px;
  max-width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.main-section {
  margin-top: clamp(60px, 0.0585651537 * 100vw, 80px);
  margin-bottom: clamp(60px, 0.0585651537 * 100vw, 80px);
}
.main-section.has-background, .main-section[class*="is-"] {
  padding-top: clamp(60px, 0.0732064422 * 100vw, 100px);
  padding-bottom: clamp(60px, 0.0732064422 * 100vw, 100px);
  margin-top: 0;
  margin-bottom: 0;
}
.fl-col-group:not(:last-child) > .fl-col {
  margin-bottom: 40px;
}
.row-title {
  margin-bottom: clamp(32px, 0.0292825769 * 100vw, 40px);
}
.row-title h2 {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #041220;
  font-size: clamp(28px, 0.0366032211 * 100vw, 50px);
  margin-bottom: -0.15em;
}
.row-title p {
  font-family: "Alegreya Sans", sans-serif;
  line-height: 140%;
  color: #666666;
  font-size: clamp(16px, 0.0219619327 * 100vw, 30px);
}
.row-title p:last-child {
  margin-bottom: 0;
}
.row-card {
  border-radius: 10px;
  padding: clamp(30px, 0.0292825769 * 100vw, 40px) clamp(20px, 0.0292825769 * 100vw, 40px);
}
.row-grid.grid-2 .fl-col-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  column-gap: 40px;
}
.row-grid.grid-2 .fl-col-content::after, .row-grid.grid-2 .fl-col-content::before {
  display: none;
}
@media (min-width: 981px) {
  .row-grid.grid-2 .fl-col-content .column {
    width: calc(100% / 2 - 40px + (40px / 2));
  }
}
@media (max-width: 980px) {
  .row-grid.grid-2 .fl-col-content {
    flex-direction: column;
    align-items: center;
  }
  .row-grid.grid-2 .fl-col-content .column {
    width: 100%;
    max-width: 550px;
  }
}
.row-grid.grid-3 .fl-col-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
.row-grid.grid-3 .fl-col-content::after, .row-grid.grid-3 .fl-col-content::before {
  display: none;
}
@media (min-width: 981px) {
  .row-grid.grid-3 .fl-col-content .column {
    width: calc(100% / 3 - 20px + (20px / 3));
  }
}
@media (max-width: 980px) {
  .row-grid.grid-3 .fl-col-content {
    flex-direction: column;
    align-items: center;
  }
  .row-grid.grid-3 .fl-col-content .column {
    width: 100%;
    max-width: 550px;
  }
}
.row-grid.grid-4 .fl-col-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
.row-grid.grid-4 .fl-col-content::after, .row-grid.grid-4 .fl-col-content::before {
  display: none;
}
@media (min-width: 981px) {
  .row-grid.grid-4 .fl-col-content .column {
    width: calc(100% / 4 - 20px + (20px / 4));
  }
}
@media (max-width: 980px) {
  .row-grid.grid-4 .fl-col-content {
    flex-direction: column;
    align-items: center;
  }
  .row-grid.grid-4 .fl-col-content .column {
    width: 100%;
    max-width: 550px;
  }
}
.column-content h2 {
  font-weight: 700;
  line-height: 120%;
  color: #041220;
  font-size: clamp(28px, 0.0292825769 * 100vw, 40px);
}
.column-content .title-networks {
  margin-bottom: 0.75em;
}
.column-content .description {
  font-size: clamp(16px, 0.0131771596 * 100vw, 18px);
  line-height: 120%;
}
.column-content p {
  margin-bottom: 1.2em;
}
.column-content p:last-child {
  margin-bottom: 0;
}
.column-content .fl-module-button {
  margin-top: 30px;
}
.column-picture.is-cover .fl-col-content, .column-picture.is-cover .fl-module-photo, .column-picture.is-cover .fl-module-content, .column-picture.is-cover .fl-photo, .column-picture.is-cover .fl-photo-content {
  height: 100%;
  width: 100%;
}
.column-picture.is-cover .picture {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column-picture.is-cover .picture img {
  flex: none;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.card, .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content {
  border-radius: 10px;
  padding: 30px clamp(20px, 0.0219619327 * 100vw, 30px);
}
.card.accent-green p strong, .schedule-section .fl-col-group .schedule-sidebar-col .accent-green.schedule-sidebar-bottom-content p strong {
  font-weight: 500;
  color: #46a941;
}
.card.has-icon-up, .schedule-section .fl-col-group .schedule-sidebar-col .has-icon-up.schedule-sidebar-bottom-content {
  margin-top: 20px;
}
@media (max-width: 980px) {
  .card.has-icon-up, .schedule-section .fl-col-group .schedule-sidebar-col .has-icon-up.schedule-sidebar-bottom-content {
    margin-top: 40px;
  }
}
.card.has-icon-up img, .schedule-section .fl-col-group .schedule-sidebar-col .has-icon-up.schedule-sidebar-bottom-content img {
  margin-top: -70%;
}
.card-main h3 {
  line-height: 120%;
  font-size: clamp(20px, 0.0175695461 * 100vw, 24px);
}
.card-main .uabb-infobox-text-wrap .uabb-text-editor p {
  line-height: 140%;
  color: #041220;
  font-size: 16px;
}
.card-main .uabb-infobox-text-wrap .uabb-text-editor p:last-child {
  padding-bottom: 0;
}
.card-main .uabb-imgicon-wrap:not(:last-child) {
  margin-top: 0;
  margin-bottom: 15px;
}
.card-small {
  padding: 20px;
}
.card-small h3 {
  line-height: 120%;
  color: #041220;
  font-size: clamp(18px, 0.0146412884 * 100vw, 20px);
}
.card-small .uabb-infobox-text-wrap .uabb-text-editor p {
  line-height: 120%;
  color: rgba(4, 18, 32, 0.75);
  font-size: 16px;
}
.card-small .uabb-infobox-text-wrap .uabb-text-editor p:last-child {
  padding-bottom: 0;
}
.card-small .uabb-imgicon-wrap:not(:last-child) {
  margin-top: 0;
  margin-bottom: 15px;
}
.testimonial {
  border-radius: 10px;
  background-color: #f6f6f6;
  position: relative;
  padding: 20px 47px 36px;
}
@media (max-width: 767px) {
  .testimonial {
    padding-left: clamp(20px, 0.0344070278 * 100vw, 47px);
    padding-right: clamp(20px, 0.0344070278 * 100vw, 47px);
  }
}
.testimonial .uabb-infobox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.testimonial .uabb-infobox-content .uabb-infobox-text-wrap {
  order: 1;
}
.testimonial .uabb-infobox-content .uabb-imgicon-wrap {
  order: 2;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}
.testimonial .uabb-infobox-content .uabb-infobox-title-wrap {
  order: 3;
  position: absolute;
  left: 50%;
  top: calc(100% + 65px);
  transform: translate(-50%, -50%);
}
.testimonial .uabb-infobox-text-wrap {
  margin-top: 18px;
  margin-bottom: 18px;
}
.testimonial .uabb-infobox-text-wrap, .testimonial .uabb-infobox-text-wrap p {
  font-weight: 500;
  font-size: 14px;
}
.testimonial .uabb-infobox-text-wrap p:last-child {
  padding-bottom: 0;
}
.testimonial .uabb-imgicon-wrap {
  margin-top: 0 !important;
}
.testimonial .uabb-infobox-title-wrap h3 {
  margin-bottom: 0 !important;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  line-height: 120%;
  font-size: 16px;
}
.testimonial .uabb-infobox-content::before {
  content: "";
  display: block;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(/wp-content/uploads/2023/03/quote-1.svg);
  -webkit-mask-image: url(/wp-content/uploads/2023/03/quote-1.svg);
  width: 66px;
  height: clamp(38px, 0.0366032211 * 100vw, 50px);
  background-color: #dddddd;
}
.testimonial, .testimonial .fl-module-content, .testimonial .uabb-module-content, .testimonial .uabb-infobox-left-right-wrap, .testimonial .uabb-infobox-text-wrap {
  flex-grow: 1;
  display: flex !important;
  flex-direction: column;
}
.testimonial .uabb-infobox-text-wrap {
  justify-content: center;
}
.anchor-link {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: clamp(55px, 0.0549048316 * 100vw, 75px);
}
.gform_wrapper .gform_validation_errors, .gform_wrapper .gform_heading {
  display: none !important;
}
.gform_wrapper form .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 15px;
}
.gform_wrapper form .gform_fields .gfield {
  width: 100%;
  position: relative;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-html {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #999999;
  text-align: center;
}
.gform_wrapper form .gform_fields .gfield.gfield_error {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none !important;
}
.gform_wrapper form .gform_fields .gfield.gfield_error .ginput_container input, .gform_wrapper form .gform_fields .gfield.gfield_error .ginput_container textarea {
  border: 1px solid #c02b0a;
}
.gform_wrapper form .gform_fields .gfield .gfield_validation_message {
  width: max-content;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: #000;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: -14px;
}
.gform_wrapper form .gform_fields .gfield label {
  display: none;
}
.gform_wrapper form .gform_fields .gfield textarea.small {
  height: 90px;
}
.gform_wrapper form .gform_fields .gfield .ginput_container textarea, .gform_wrapper form .gform_fields .gfield .ginput_container input {
  margin: 0;
  padding: 11.5px 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(22 / 16) !important;
  color: #2b2b2b;
  border: 1px solid rgba(102, 102, 102, 0.55);
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield .ginput_container textarea:focus, .gform_wrapper form .gform_fields .gfield .ginput_container textarea:active, .gform_wrapper form .gform_fields .gfield .ginput_container input:focus, .gform_wrapper form .gform_fields .gfield .ginput_container input:active {
  outline: none !important;
  border: 1px solid rgba(102, 102, 102, 0.55) !important;
}
.gform_wrapper form .gform_fields .gfield .ginput_container textarea::placeholder, .gform_wrapper form .gform_fields .gfield .ginput_container input::placeholder {
  color: rgba(109, 110, 113, 0.55);
  opacity: 1;
}
.gform_wrapper form .gform_footer {
  padding: 0 !important;
  margin: 20px auto 0 !important;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.gform_wrapper form .gform_footer input {
  margin-bottom: 0 !important;
  padding: 14px clamp(25px, 0.0322108346 * 100vw, 44px);
  font-weight: 700;
  line-height: 1 !important;
  text-transform: uppercase;
  background-color: #60ca40;
  border: none;
  border-radius: 4px;
  color: #fff;
  transition: all 0.25s ease;
  cursor: pointer;
  font-size: clamp(18px, 0.0146412884 * 100vw, 20px);
}
.gform_wrapper form .gform_footer input:hover {
  background-color: #4ba82f;
  border-radius: 4px;
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after, .slick-slider .slick-list:before, .slick-slider .slick-list:after {
  display: none;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* End Slick Slider */
.home .fl-page header #header-main.non-transparent {
  background-color: rgba(0, 0, 0, 0.5);
}
header.fl-theme-builder-header-sticky #header-top {
  background-color: #2253a6;
}
header.fl-theme-builder-header-sticky #header-main {
  background-color: #1c1b28 !important;
}
header.fl-theme-builder-header-sticky #header-main .header-menu-wrap #menu-main-menu li.menu-item a {
  padding: 25px 0 !important;
}
header #header-top {
  padding: 16px 0;
  background-color: #2253a6;
  transition: background-color 0.25s ease;
}
header #header-top.non-transparent {
  background-color: #1f589e;
}
header #header-top .header-top-row {
  margin: 0 auto;
  max-width: 1200px;
  width: 95%;
  float: none;
}
header #header-top .header-top-row .header-top-content .fl-rich-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 816px) {
  header #header-top .header-top-row .header-top-content .fl-rich-text {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0;
  }
}
header #header-top .header-top-row .header-top-content .fl-rich-text p {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  /*@media (min-width: 768px) {
							font-weight: 700;
						}*/
}
@media screen and (max-width: 910px) {
  header #header-top .header-top-row .header-top-content .fl-rich-text p {
    font-size: 14px;
  }
}
header #header-top .header-top-row .header-top-content .fl-rich-text p:not(:first-child) {
  font-weight: 600;
}
header #header-top .header-top-row .header-top-content .fl-rich-text p:not(:first-child) > a {
  font-weight: 600;
}
@media (min-width: 816px) {
  header #header-top .header-top-row .header-top-content .fl-rich-text p:not(:last-child) {
    position: relative;
    margin-right: 13px;
    padding-right: 16px;
  }
  header #header-top .header-top-row .header-top-content .fl-rich-text p:not(:last-child):after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 816px) and (max-width: 980px) {
  header #header-top .header-top-row .header-top-content .fl-rich-text p:not(:last-child) {
    margin-right: 8px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 816px) {
  header #header-top .header-top-row .header-top-content .fl-rich-text p:not(:last-child):nth-child(1) {
    display: none;
  }
  header #header-top .header-top-row .header-top-content .fl-rich-text p:not(:last-child):nth-child(2) {
    display: none;
  }
  header #header-top .header-top-row .header-top-content .fl-rich-text p:not(:last-child):nth-child(3) {
    display: block !important;
  }
  header #header-top .header-top-row .header-top-content .fl-rich-text p:not(:last-child):nth-child(3)::after {
    display: none;
  }
}
header #header-top .header-top-row .header-top-content .fl-rich-text p a {
  position: relative;
  color: #fff;
}
header #header-top .header-top-row .header-top-content .fl-rich-text p a:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.25s ease;
}
header #header-top .header-top-row .header-top-content .fl-rich-text p a:hover {
  color: #fff;
}
header #header-top .header-top-row .header-top-content .fl-rich-text p a:hover:before {
  width: 100%;
  left: 0;
  transition: all 0.25s ease;
}
header #header-top .header-top-row .header-top-content .fl-rich-text p a.portal {
  font-weight: 700;
}
header #header-top .header-top-row .header-top-content .fl-rich-text p a.portal:before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
@media (min-width: 981px) {
  header #header-top .header-top-row .header-top-content .fl-rich-text p a.portal:before {
    bottom: 0;
  }
}
header #header-top .header-top-row .header-top-content .fl-rich-text p a.portal:hover:before {
  width: 0;
  left: 50%;
}
header #header-top .header-top-row .header-top-content .fl-rich-text p a.map {
  margin-left: 26px;
}
header #header-top .header-top-row .header-top-content .fl-rich-text p a.map:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: -18px;
  top: 2px;
}
header #header-top .header-top-row .header-top-content .fl-rich-text p a.tel {
  margin-left: 5px;
}
header #header-top a.map {
  white-space: nowrap;
}
header #header-top .support::before {
  content: url("/wp-content/uploads/2023/05/support.svg");
  width: 17px;
  height: 16px;
  margin-right: 6px;
}
header #header-top .support a {
  white-space: nowrap;
}
header #header-top .phone::before {
  content: url("/wp-content/uploads/2023/05/phone.png");
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
header #header-top .phone a {
  white-space: nowrap;
}
header #header-main {
  transition: background-color 0.25s ease;
}
header #header-main.non-transparent {
  background-color: #1c1b28;
  transition: background-color 0.25s ease;
  position: relative;
  z-index: 99;
}
header #header-main .fl-row-content .fl-col-group {
  margin: 0 auto;
  max-width: 1200px;
  width: 95%;
  display: flex !important;
  flex-wrap: nowrap;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-1-2 {
  flex: 0 1 258px;
}
@media screen and (max-width: 1199px) {
  header #header-main .fl-row-content .fl-col-group .header-main-col-1-2 {
    flex: 0 1 144px;
  }
}
@media screen and (max-width: 980px) {
  header #header-main .fl-row-content .fl-col-group .header-main-col-1-2 {
    flex: 0 1 185px;
  }
}
@media screen and (max-width: 767px) {
  header #header-main .fl-row-content .fl-col-group .header-main-col-1-2 {
    flex: 0 1 207px;
  }
}
header #header-main .fl-row-content .fl-col-group .header-main-col-1-2 .fl-col-content .header-logo {
  padding: 14px 0;
}
@media (min-width: 981px) {
  header #header-main .fl-row-content .fl-col-group .header-main-col-1-2 .fl-col-content .header-logo {
    padding: 0;
  }
}
header #header-main .fl-row-content .fl-col-group .header-main-col-1-2 .fl-col-content .header-logo .fl-photo a img {
  max-height: unset !important;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content {
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap {
  width: max-content;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu #menu-main-menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /*gap: clamp(25px, 2.941vw, 40px);*/
  gap: clamp(25px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 1230px) {
  header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu #menu-main-menu {
    gap: 28px;
  }
}
@media screen and (max-width: 1080px) {
  header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu #menu-main-menu {
    gap: 20px;
  }
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu #menu-main-menu li.menu-item {
  margin: 0;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu #menu-main-menu li.menu-item a {
  padding: 37px 0;
  position: relative;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu #menu-main-menu li.menu-item a span {
  font-size: 18px;
}
@media screen and (max-width: 1025px) {
  header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu #menu-main-menu li.menu-item a span {
    font-size: 16px;
  }
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu #menu-main-menu li.menu-item a:before {
  content: "";
  height: 2px;
  width: 0;
  background-color: #0593ff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.25s ease;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu #menu-main-menu li.menu-item a:hover .menu-item-text {
  transition: all 0.25s ease;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu #menu-main-menu li.menu-item a:hover:before {
  width: 100%;
  transition: all 0.25s ease;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu #menu-main-menu li.menu-item a .menu-item-text {
  transition: all 0.25s ease;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu #menu-main-menu li.menu-item ul.sub-menu li.menu-item a {
  padding: 10px !important;
  transition: all 0.25s ease;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu #menu-main-menu li.menu-item ul.sub-menu li.menu-item a:hover {
  padding: 10px 10px 10px 15px !important;
  transition: all 0.25s ease;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu-mobile-toggle-container {
  line-height: 1;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu-mobile-toggle-container .uabb-creative-menu-mobile-toggle {
  padding: 0;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-menu-wrap .fl-module-content .uabb-creative-menu-mobile-toggle-container .uabb-creative-menu-mobile-toggle:focus {
  outline: none;
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-btn {
  width: max-content;
}
@media (max-width: 980px) {
  header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-btn {
    margin-right: 23px;
    order: -1;
  }
}
@media (max-width: 500px) {
  header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-btn {
    display: none;
  }
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-btn .fl-module-content .fl-button-wrap a {
  padding: 13px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #60ca40;
  /*box-shadow: 0px 5px 25px rgba(28, 27, 40, 0.05);*/
  border-radius: 4px;
}
@media (min-width: 981px) {
  header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-btn .fl-module-content .fl-button-wrap a {
    padding: 15px 20px;
  }
}
header #header-main .fl-row-content .fl-col-group .header-main-col-2-2 .fl-col-content .header-btn .fl-module-content .fl-button-wrap a:hover {
  background-color: #4ba82f;
}
header #header-schedule {
  padding: 20px 0;
  background-color: #041220;
}
header #header-schedule .fl-row-content-wrap {
  background-color: transparent;
}
header #header-schedule .fl-row-content-wrap .fl-row-content .fl-col-group {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  header #header-schedule .fl-row-content-wrap .fl-row-content .fl-col-group {
    flex-direction: row;
  }
}
header #header-schedule .fl-row-content-wrap .fl-row-content .fl-col-group:before, header #header-schedule .fl-row-content-wrap .fl-row-content .fl-col-group:after {
  display: none;
}
header #header-schedule .fl-row-content-wrap .fl-row-content .fl-col-group .header-schedule-logo-wrap {
  width: 200px !important;
}
header #header-schedule .fl-row-content-wrap .fl-row-content .fl-col-group .header-schedule-logo-wrap .header-schedule-logo img {
  width: 100% !important;
}
header #header-schedule .fl-row-content-wrap .fl-row-content .fl-col-group .header-schedule-title-wrap {
  width: 100% !important;
}
@media (min-width: 768px) {
  header #header-schedule .fl-row-content-wrap .fl-row-content .fl-col-group .header-schedule-title-wrap {
    width: calc(100% - 220px) !important;
  }
}
header #header-schedule .fl-row-content-wrap .fl-row-content .fl-col-group .header-schedule-title-wrap .header-schedule-title h1 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: clamp(22px, 2.727vw, 30px);
}
@media (min-width: 768px) {
  header #header-schedule .fl-row-content-wrap .fl-row-content .fl-col-group .header-schedule-title-wrap .header-schedule-title h1 {
    text-align: right;
  }
}
.footer-section {
  padding: clamp(60px, 0.0732064422 * 100vw, 100px) 0 clamp(35px, 0.065885798 * 100vw, 90px);
  background: url(/wp-content/uploads/2023/05/footer-background.jpg) no-repeat center;
  background-size: cover;
}
.footer-section .fl-col-group {
  margin: 0 auto;
  max-width: 1200px;
  width: 90% !important;
}
.footer-section .fl-col-group .footer-title-row {
  width: 100%;
}
.footer-section .fl-col-group .footer-title-row .home-form-title h2 {
  margin: 0 0 20px;
  color: #fff;
  text-align: center;
  font-family: "Alegreya Sans";
  font-weight: 500;
  line-height: 110%;
  font-size: clamp(24px, 0.0292825769 * 100vw, 40px);
}
.footer-section .fl-col-group .footer-title-row .home-form-title h2 span {
  font-weight: 800;
  color: #0593ff;
}
.footer-section .fl-col-group .footer-title-row .home-form-title p {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media (max-width: 980px) {
  .footer-section .fl-col-group .footer-title-row .home-form-title p {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .footer-section .fl-col-group .footer-title-row .home-form-title p {
    font-size: 18px !important;
  }
}
.footer-section .fl-col-group .footer-title-row .home-form-title p a {
  color: #fff;
  font-weight: 700;
}
.footer-section .fl-col-group .footer-title-row .home-form-title p a:hover {
  color: #0593ff;
}
.footer-section .fl-col-group .footer-form-row {
  padding: 0 0 clamp(30px, 0.0344070278 * 100vw, 47px);
  margin: 0 0 22px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.footer-section .fl-col-group .footer-form-row .fl-col-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-section .fl-col-group .footer-form-row .fl-col-content {
    flex-wrap: wrap;
  }
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-ul-wrap {
  width: 100%;
}
@media (min-width: 981px) {
  .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-ul-wrap {
    width: 370px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-ul-wrap {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-ul-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-ul-wrap .fl-html {
    max-width: 380px;
    margin: 0 auto;
  }
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-ul-wrap .fl-html h3 {
  color: #fff;
  font-family: "Maven Pro";
  font-weight: 500;
  letter-spacing: 0.01em;
  font-size: clamp(20px, 0.0219619327 * 100vw, 30px);
  margin-bottom: 20px;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-ul-wrap .fl-html ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 1.4;
  color: #fff;
  counter-reset: num;
}
@media (max-width: 980px) {
  .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-ul-wrap .fl-html ol {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-ul-wrap .fl-html ol {
    font-size: 18px !important;
  }
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-ul-wrap .fl-html ol li {
  padding: 0 0 0 38px;
  counter-increment: num;
  position: relative;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-ul-wrap .fl-html ol li:not(:last-child) {
  padding-bottom: 30px;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-ul-wrap .fl-html ol li:not(:last-child):after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: rgba(22, 209, 234, 0.2);
  position: absolute;
  left: 11px;
  top: 10px;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-ul-wrap .fl-html ol li:before {
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #242232;
  background-color: #60ca40;
  border-radius: 50%;
  position: absolute;
  left: -0.1em;
  top: 0.1em;
  width: 26px;
  height: 26px;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap {
  width: 100%;
  max-width: 725px;
}
@media (min-width: 981px) {
  .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap {
    width: calc(100% - 400px);
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap {
    width: calc(100% - 290px);
  }
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper .gform_validation_errors, .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper .gform_heading {
  display: none !important;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 15px;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  position: relative;
}
@media (min-width: 500px) {
  .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield:nth-child(-n + 4) {
    width: 49%;
  }
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none !important;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
  border: 1px solid #c02b0a;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
  width: max-content;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: -14px;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield label {
  display: none;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  margin: 0;
  padding: 12px 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(22 / 16);
  color: #2b2b2b;
  border: 1px solid rgba(102, 102, 102, 0.2);
  background-color: #fff;
  outline: none;
  width: 100%;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus, .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:active, .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus, .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:active {
  outline: none !important;
  border: 1px solid rgba(102, 102, 102, 0.2) !important;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder, .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: rgba(102, 102, 102, 0.55);
  opacity: 1;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 118px;
  resize: none;
}
.footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_footer {
  padding: 0;
  justify-content: center;
  width: 100%;
  margin-top: 16px !important;
}
@media (min-width: 768px) {
  .footer-section .fl-col-group .footer-form-row .fl-col-content .home-form-wrap .fl-html .gform_wrapper form .gform_footer {
    justify-content: flex-end;
  }
}
.footer-section .fl-col-group .footer-contact-row {
  width: 100% !important;
}
.footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (min-width: 981px) {
  .footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html {
    flex-direction: row;
    column-gap: 5.9%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 2.5%;
  }
}
@media (max-width: 767px) {
  .footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html {
    margin: 0 auto;
    max-width: 281px;
  }
}
.footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item {
  position: relative;
  padding-left: 24px;
  color: #fff;
  font-weight: 500;
  font-size: clamp(16px, 0.0146412884 * 100vw, 20px);
  line-height: 120%;
}
.footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item a {
  color: #fff;
}
.footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 6px;
  color: #0593ff;
}
.footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item.phone:before {
  content: "";
  transform: rotate(180deg);
  left: -3px;
}
.footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item.phone a {
  font-weight: 700;
}
.footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item.email:before {
  content: "";
  left: -6px;
  font-size: 19px;
}
.footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item.email a {
  font-weight: 700;
}
.footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item h4 {
  font-family: "Maven Pro";
  font-weight: 600;
  font-size: 26px !important;
  line-height: calc(31 / 26);
  color: #fff;
}
@media (max-width: 980px) {
  .footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item h4 {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item h4 {
    font-size: 20px !important;
  }
}
.footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item a {
  display: inline-block;
  line-height: 120%;
  font-weight: 400;
  font-size: 20px !important;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 980px) {
  .footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item a {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item a {
    font-size: 17px !important;
  }
}
.footer-section .fl-col-group .footer-contact-row .footer-contact-items .fl-html .footer-contact-item a:hover {
  color: #60ca40;
}
.footer-copyright-section {
  background-color: #1f599e;
}
.footer-copyright-section .footer-copyright-row {
  margin: 0 auto;
  padding: 18px 0;
  max-width: 1200px;
  width: 90% !important;
  float: none;
}
.footer-copyright-section .footer-copyright-row .fl-html p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(24 / 16);
  color: #fff;
}
@media (max-width: 767px) {
  .footer-copyright-section .footer-copyright-row .fl-html p {
    text-align: center;
  }
}
.footer-copyright-section .footer-copyright-row .fl-html p a {
  color: #fff;
  position: relative;
  white-space: nowrap;
}
.footer-copyright-section .footer-copyright-row .fl-html p a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.25s ease;
}
.footer-copyright-section .footer-copyright-row .fl-html p a:hover {
  color: #fff;
}
.footer-copyright-section .footer-copyright-row .fl-html p a:hover:before {
  background-color: #fff;
  transition: all 0.25s ease;
}
.footer-copyright-section .footer-copyright-row .fl-html p a:first-of-type:before {
  background-color: #fff;
}
.footer-copyright-section .footer-copyright-row .fl-html p a:first-of-type:hover {
  color: #fff;
}
.footer-copyright-section .footer-copyright-row .fl-html p a:first-of-type:hover:before {
  background-color: transparent;
  transition: all 0.25s ease;
}
.footer-copyright-section .footer-copyright-row .fl-html p span {
  padding: 0 5px;
}
#footer-schedule-top {
  background: url(/wp-content/uploads/2023/05/footer-background.jpg) no-repeat center;
  background-size: cover;
}
#footer-schedule-top .footer-schedule-top-row {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1200px;
  width: 90% !important;
  float: none;
}
#footer-schedule-copy {
  background-color: #2253a6;
}
#footer-schedule-copy .footer-schedule-copy-row {
  margin: 0 auto;
  padding: 18px 0;
  max-width: 1200px;
  width: 90% !important;
  float: none;
}
#footer-schedule-copy .footer-schedule-copy-row .fl-html p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(24 / 16);
  color: #fff;
  text-align: center;
}
#footer-schedule-copy .footer-schedule-copy-row .fl-html p a {
  color: #fff;
  position: relative;
  white-space: nowrap;
}
#footer-schedule-copy .footer-schedule-copy-row .fl-html p a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.25s ease;
}
#footer-schedule-copy .footer-schedule-copy-row .fl-html p a:hover {
  color: #fff;
}
#footer-schedule-copy .footer-schedule-copy-row .fl-html p a:hover:before {
  background-color: #fff;
  transition: all 0.25s ease;
}
#footer-schedule-copy .footer-schedule-copy-row .fl-html p a:first-of-type:before {
  background-color: #fff;
}
#footer-schedule-copy .footer-schedule-copy-row .fl-html p a:first-of-type:hover {
  color: #fff;
}
#footer-schedule-copy .footer-schedule-copy-row .fl-html p a:first-of-type:hover:before {
  background-color: transparent;
  transition: all 0.25s ease;
}
#footer-schedule-copy .footer-schedule-copy-row .fl-html p span {
  padding: 0 5px;
}
.single-hero .single-hero-col {
  margin: 0 auto;
  padding: clamp(70px, 7.143vw, 100px) 0;
  width: 90% !important;
  max-width: 1200px;
  float: none;
}
.single-hero .single-hero-col .fl-col-content {
  max-width: 600px;
}
.single-hero .single-hero-col .single-hero-title-wrap h1 {
  font-size: clamp(40px, 4vw, 56px) !important;
  font-weight: 600;
  line-height: 110%;
  color: #fff;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 10px !important;
}
@media (max-width: 980px) {
  .single-hero .single-hero-col .single-hero-title-wrap h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .single-hero .single-hero-col .single-hero-title-wrap h1 {
    font-size: 30px !important;
  }
}
.single-hero .single-hero-col .banner-excerpt p {
  text-align: left;
}
.single-section {
  padding: 70px 0;
}
@media (min-width: 981px) {
  .single-section {
    padding: 80px 0 100px;
  }
}
.single-section .fl-row-content .fl-col-group {
  margin: 0 auto;
  width: 90%;
  /*max-width: 1200px;*/
  max-width: 1200px;
}
@media (max-width: 767px) {
  .single-section .fl-row-content .fl-col-group {
    flex-direction: column!important;
  }
}
@media screen and (max-width: 980px) {
  .single-section .fl-row-content .fl-col-group {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 60px;
    justify-content: space-between;
  }
}
@media (min-width: 981px) {
  .single-section .fl-row-content .fl-col-group {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 60px;
    justify-content: space-between;
  }
}
.single-section .fl-row-content .fl-col-group:before, .single-section .fl-row-content .fl-col-group:after {
  display: none !important;
}
@media screen and (max-width: 980px) {
  .single-section .fl-row-content .fl-col-group article.single-content-col {
    width: 100% !important;
  }
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content h2 {
  margin: 0 0 0.7em;
  color: #001d4e;
  font-weight: 600;
  font-size: clamp(26px, 2.727vw, 35px);
  line-height: 150%;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content h2.with-subtitle {
  margin-bottom: 0;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content h2 strong {
  color: #2253a6;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content h2 span {
  color: #0593ff;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content h3, .single-section .fl-row-content .fl-col-group article.single-content-col .single-content h4 {
  margin: 0 0 0.7em;
  font-weight: 600;
  font-size: clamp(22px, 2.364vw, 26px);
  line-height: 140%;
  color: #001d4e;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content h3 i, .single-section .fl-row-content .fl-col-group article.single-content-col .single-content h4 i {
  color: #2253a6;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content p {
  margin: 0;
  font-weight: 400;
  font-size: clamp(18px, 1.429vw, 20px) !important;
  line-height: 150%;
  color: #001d4e;
}
@media (max-width: 980px) {
  .single-section .fl-row-content .fl-col-group article.single-content-col .single-content p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .single-section .fl-row-content .fl-col-group article.single-content-col .single-content p {
    font-size: 17px !important;
  }
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content p:not(:last-child) {
  margin: 0 0 1.5em;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content p.subtitle {
  font-style: italic;
  color: #2253a6;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content p:empty {
  display: none;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content img {
  width: 100%;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content img[width="1"] {
  width: 1px;
  height: 1px;
}
@media (min-width: 500px) {
  .single-section .fl-row-content .fl-col-group article.single-content-col .single-content img.alignright, .single-section .fl-row-content .fl-col-group article.single-content-col .single-content img[align="right"] {
    max-width: 40%;
    height: auto;
    margin: 0 0 0 20px;
    float: right;
  }
}
@media (min-width: 500px) {
  .single-section .fl-row-content .fl-col-group article.single-content-col .single-content img.alignleft, .single-section .fl-row-content .fl-col-group article.single-content-col .single-content img[align="left"] {
    max-width: 40%;
    height: auto;
    margin: 0 20px 0 0;
    float: left;
  }
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content ul {
  padding: 0;
  margin: 1.5em 0 1.5em;
  font-weight: 400;
  font-size: clamp(18px, 1.429vw, 20px) !important;
  line-height: 150%;
  color: #001d4e;
  list-style: none;
}
@media (max-width: 980px) {
  .single-section .fl-row-content .fl-col-group article.single-content-col .single-content ul {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .single-section .fl-row-content .fl-col-group article.single-content-col .single-content ul {
    font-size: 17px !important;
  }
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content ul li {
  position: relative;
  padding: 0 0 0 35px;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content ul li:not(:last-child) {
  margin-bottom: 0.7em;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  color: #16D1EA;
  position: absolute;
  left: 0;
  top: 0;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content ol {
  padding: 0;
  margin: 1.5em 0 1.5em;
  font-weight: 400;
  font-size: clamp(18px, 1.429vw, 20px) !important;
  line-height: 150%;
  color: #001d4e;
  list-style: none;
  counter-reset: myCounter;
}
@media (max-width: 980px) {
  .single-section .fl-row-content .fl-col-group article.single-content-col .single-content ol {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .single-section .fl-row-content .fl-col-group article.single-content-col .single-content ol {
    font-size: 17px !important;
  }
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content ol li {
  position: relative;
  padding: 0 0 0 35px;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content ol li:not(:last-child) {
  margin-bottom: 0.7em;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: inherit;
  position: absolute;
  top: 0px;
  left: 2px;
  background-color: transparent;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content a {
  position: relative;
  color: inherit;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content a.blue {
  font-weight: 600;
  color: #2253a6;
  border-bottom: 1px solid #2253a6;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content a.blue:hover {
  border-bottom: 1px solid transparent;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content a.main-btn {
  display: inline-block;
  margin: 0;
  padding: 16px 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1 !important;
  text-transform: uppercase;
  background-color: #1684EA;
  border: none;
  border-radius: 50px;
  color: #fff;
  transition: all 0.25s ease;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content a.main-btn:hover {
  color: #fff;
  background-color: #2795FC;
  transition: all 0.25s ease;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content #custom-map {
  margin: 30px 0;
  width: 100%;
  height: 430px;
  border: 1px solid #000;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content #custom-map img {
  margin: 0;
  max-width: none;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content img {
  margin: 30px 0;
  width: 100%;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content .testimonial-item {
  padding: 30px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (max-width: 600px) {
  .single-section .fl-row-content .fl-col-group article.single-content-col .single-content .testimonial-item {
    padding: 30px 30px 60px;
  }
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content .testimonial-item:before {
  content: "";
  width: 157px;
  height: 29px;
  background: url(/wp-content/uploads/2023/04/rating.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 1;
}
@media (max-width: 600px) {
  .single-section .fl-row-content .fl-col-group article.single-content-col .single-content .testimonial-item:before {
    right: auto;
    left: 30px;
  }
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content .testimonial-item:after {
  content: "";
  width: 88px;
  height: 63px;
  background: url(/wp-content/uploads/2023/04/quote2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content .testimonial-item:not(:last-child) {
  margin-bottom: 30px;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content .testimonial-item > p {
  margin: 0 0 42px;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content .testimonial-item .testimonial-item-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: calc(100% - 157px);
}
@media (max-width: 600px) {
  .single-section .fl-row-content .fl-col-group article.single-content-col .single-content .testimonial-item .testimonial-item-meta {
    max-width: 100%;
  }
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content .testimonial-item .testimonial-item-meta img {
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content .testimonial-item .testimonial-item-meta p {
  margin: 0;
  font-weight: 700;
  color: #3571AF;
}
.single-section .fl-row-content .fl-col-group article.single-content-col .single-content .testimonial-item .testimonial-item-meta p span {
  color: #001d4e;
  font-weight: 600;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col {
  /*width: 690px !important;*/
  display: block;
}
@media screen and (max-width: 980px) {
  .single-section .fl-row-content .fl-col-group aside.single-sidebar-col {
    display: none;
  }
}

@media (max-width: 767px) {
  .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content {
  	width: 100% !important;
  }
}

.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content {
  height: max-content;
  position: sticky;
  top: 150px;
  width: 400px;
}
@media (min-width: 981px) and (min-height: 700px) {
  .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content {
    position: sticky;
    top: 150px;
  }
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar {
  padding: 26px 20px 30px;
  border-radius: 18px;
  border: 1px solid rgba(4, 18, 32, 0.25);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 981px) and (min-height: 700px) and (max-height: 819px) {
  .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar {
    padding: 20px;
  }
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html h3 {
  margin: 0 0 15px;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  margin-left: -21px;
  margin-right: -21px;
  margin-top: -26px;
  background-color: #044579;
  border-top-left-radius: 16px;
  border-top-right-radius: 18px;
  text-transform: capitalize;
  padding: 3px 0 3px 0;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html p {
  margin: 0 12px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: black;
  text-align: center;
}
@media (min-width: 981px) and (min-height: 700px) and (max-height: 819px) {
  .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html p {
    line-height: 130%;
  }
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html p a {
  color: black;
  font-weight: 700;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html p a:hover {
  color: #4ba82f;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper .gform_validation_errors, .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper .gform_heading {
  display: none !important;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 16px;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  position: relative;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none !important;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
  border: 1px solid #c02b0a;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
  width: max-content;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: -14px;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield label {
  display: none;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  margin: 0;
  padding: 11px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(22/16);
  color: #2B2B2B;
  border: 1px solid rgba(4, 18, 32, 0.55);
  background-color: #fff;
  outline: none;
  width: 100%;
  border-radius: 4px;
}
@media (min-width: 981px) and (min-height: 700px) and (max-height: 819px) {
  .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    padding: 8px 15px;
  }
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus, .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:active, .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus, .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:active {
  outline: none !important;
  border: 1px solid rgba(102, 102, 102, 0.2) !important;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder, .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: rgba(102, 102, 102, 0.55);
  opacity: 1;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 118px;
  resize: none;
}
@media (min-width: 981px) and (min-height: 700px) and (max-height: 819px) {
  .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    height: 85px;
  }
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 29px auto 0;
  justify-content: center;
  width: 100%;
}
@media (min-width: 981px) and (min-height: 700px) and (max-height: 819px) {
  .single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_footer {
    margin: 15px auto 0;
  }
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_footer input {
  margin: 0;
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1 !important;
  text-transform: uppercase;
  width: 100%;
  max-width: 200px;
  background-color: #60CA40;
  border: none;
  border-radius: 4px;
  color: #fff;
  transition: all 0.25s ease;
  cursor: pointer;
}
.single-section .fl-row-content .fl-col-group aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_footer input:hover {
  color: #fff;
  background-color: #4ba82f;
  border-radius: 4px;
  transition: all 0.25s ease;
}
@media (min-width: 981px) {
  .single-section.category {
    padding: 60px 0 180px;
  }
}
.banner-category .title-column {
  margin: 0 auto;
  width: 90% !important;
  max-width: 1200px;
  float: none;
}
.banner-category .title-column h1 {
  text-align: left !important;
  font-size: clamp(40px, 3.333vw, 50px) !important;
  font-weight: 700;
  line-height: 136%;
  color: #fff;
}
.fl-node-s5lpuetaoxw1 {
  display: flex;
}
@media screen and (max-width: 980px) {
  .fl-node-s5lpuetaoxw1 .fl-node-jflwyar7nzsq {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
/*.fl-row-content-wrap {
  .fl-row-content {
    .fl-col-group {
      article.single-content-col {*/
#category-list {
  margin-bottom: 60px;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post {
  padding: 30px;
  background-color: #F2F6FB;
  border-radius: 10px;
  border: none !important;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post:not(:last-child) {
  margin-bottom: 30px;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-image {
  margin: 0 0 27px;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-image a {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-image a:hover img {
  transform: scale(1.05);
  transform-origin: center center;
  transition: transform 0.25s ease;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-image a img {
  width: 100%;
  transition: transform 0.25s ease;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text h2.fl-post-title {
  margin: 0 0 10px;
  color: #1C1C1C;
  font-weight: 600;
  font-size: 30px !important;
  line-height: 136%;
}
@media (max-width: 980px) {
  #category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text h2.fl-post-title {
    font-size: 25px !important;
  }
}
@media (max-width: 767px) {
  #category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text h2.fl-post-title {
    font-size: 22px !important;
  }
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text h2.fl-post-title a {
  color: #1C1C1C;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text h2.fl-post-title a:hover {
  color: #0342A6;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-excerpt {
  margin: 0 0 30px;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-excerpt p {
  margin: 0;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 160%;
  color: rgba(43, 43, 43, 0.75);
}
@media (max-width: 980px) {
  #category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-excerpt p {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-excerpt p {
    font-size: 16px !important;
  }
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-excerpt p:not(:last-child) {
  margin: 0 0 10px;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link > a {
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 0 26px 0 0;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 135%;
  color: #0342A6;
  text-transform: capitalize;
}
@media (max-width: 980px) {
  #category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link > a {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  #category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link > a {
    font-size: 18px !important;
  }
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link > a:before {
  content: "";
  width: 16px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M0 6H14M14 6L8 1M14 6L8 11' stroke='%230342A6' stroke-width='2'/%3E%3Crect x='15.953' y='6.125' width='2.06' height='1.987' style='stroke: rgb(0, 0, 0); stroke-width: 0px; fill: %230342A6;' transform='matrix(-0.819152, 0.573576, -0.83808, -0.633945, 33.942108, 0.788666)'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link > a:hover {
  opacity: 0.8;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link > a:hover:before {
  animation: arrow-hover 0.75s ease;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing {
  position: relative;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing > a.fl-post-sharing-btn {
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 0;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 135%;
  color: #aaa;
  text-transform: capitalize;
}
@media (max-width: 980px) {
  #category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing > a.fl-post-sharing-btn {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  #category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing > a.fl-post-sharing-btn {
    font-size: 18px !important;
  }
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing > a.fl-post-sharing-btn:hover {
  color: #0342A6;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing > a.fl-post-sharing-btn:hover svg path {
  fill: #0342A6;
  transition: fill 0.25s ease;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing > a.fl-post-sharing-btn.active {
  color: #0342A6;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing > a.fl-post-sharing-btn.active svg path {
  fill: #0342A6;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing > a.fl-post-sharing-btn.active + .heateor_sss_sharing_container {
  opacity: 1;
  z-index: 3;
  transform: scale(1) translateY(-50%);
}
@media (max-width: 500px) {
  #category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing > a.fl-post-sharing-btn.active + .heateor_sss_sharing_container {
    transform: scale(1);
  }
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing > a.fl-post-sharing-btn svg path {
  fill: #aaa;
  transition: fill 0.25s ease;
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing .heateor_sss_sharing_container {
  background: transparent !important;
  position: absolute;
  transform: scale(0.8) translateY(-50%);
  right: calc(100% + 5px);
  top: 50%;
  transition: all 0.25s ease;
  opacity: 0;
}
@media (max-width: 500px) {
  #category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing .heateor_sss_sharing_container {
    transform: scale(0.8);
    right: 0;
    top: auto;
    bottom: 100%;
  }
}
#category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing .heateor_sss_sharing_container .heateor_sss_sharing_ul {
  display: flex;
  flex-direction: row;
}
@media (max-width: 500px) {
  #category-list .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-text .fl-post-more-link .fl-post-sharing .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    flex-direction: column;
  }
}
#category-list .fl-module-content .fl-builder-pagination {
  padding: 60px 0 0;
}
@media (min-width: 981px) {
  #category-list .fl-module-content .fl-builder-pagination {
    position: absolute;
    bottom: 0;
    padding: 0;
    left: 50%;
    transform: translate(-70%, calc(-153% + 60px));
    max-width: 90vw;
  }
}
#category-list .fl-module-content .fl-builder-pagination ul.page-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
#category-list .fl-module-content .fl-builder-pagination ul.page-numbers li {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px !important;
  line-height: 1;
}
@media (max-width: 980px) {
  #category-list .fl-module-content .fl-builder-pagination ul.page-numbers li {
    font-size: 25px !important;
  }
}
@media (max-width: 767px) {
  #category-list .fl-module-content .fl-builder-pagination ul.page-numbers li {
    font-size: 22px !important;
  }
}
#category-list .fl-module-content .fl-builder-pagination ul.page-numbers li .page-numbers {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: transparent;
  color: #444;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
@media (min-width: 981px) {
  #category-list .fl-module-content .fl-builder-pagination ul.page-numbers li .page-numbers {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #category-list .fl-module-content .fl-builder-pagination ul.page-numbers li .page-numbers {
    width: 50px;
    height: 50px;
  }
}
#category-list .fl-module-content .fl-builder-pagination ul.page-numbers li .page-numbers:hover {
  color: #F49906;
}
#category-list .fl-module-content .fl-builder-pagination ul.page-numbers li .page-numbers.current {
  background-color: #0342A6;
  border: 1px solid #0342A6;
  color: #fff;
}
#category-list .fl-module-content .fl-builder-pagination ul.page-numbers li .page-numbers.current:hover {
  color: #fff;
}
#category-list .fl-module-content .fl-builder-pagination ul.page-numbers li .page-numbers.next, #category-list .fl-module-content .fl-builder-pagination ul.page-numbers li .page-numbers.prev {
  display: inline-block;
  border: none;
  opacity: 0.25;
  width: auto;
  height: auto;
}
#category-list .fl-module-content .fl-builder-pagination ul.page-numbers li .page-numbers.next:hover, #category-list .fl-module-content .fl-builder-pagination ul.page-numbers li .page-numbers.prev:hover {
  opacity: 1;
}
/*
      }
    }
  }
}*/
aside.single-sidebar-col {
  /*width: 100% !important;*/
  display: none;
}
@media (min-width: 981px) {
  aside.single-sidebar-col {
    display: flex;
    position: relative;
    max-width: 387px;
  }
}
@media (min-width: 981px) and (max-width: 1280px) {
  aside.single-sidebar-col {
    max-width: 360px;
  }
}
aside.single-sidebar-col .fl-col-content {
  height: max-content;
  position: sticky;
  top: 150px;
}
@media (min-width: 981px) and (min-height: 700px) {
  aside.single-sidebar-col .fl-col-content {
    position: sticky;
    top: 150px;
  }
}
aside.single-sidebar-col .fl-col-content .single-sidebar {
  padding: 26px 20px 30px;
  border-radius: 18px;
  border: 1px solid rgba(4, 18, 32, 0.25);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 981px) and (min-height: 700px) and (max-height: 819px) {
  aside.single-sidebar-col .fl-col-content .single-sidebar {
    padding: 20px;
  }
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html h3 {
  margin: 0 0 15px;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  margin-left: -21px;
  margin-right: -21px;
  margin-top: -26px;
  background-color: #044579;
  border-top-left-radius: 16px;
  border-top-right-radius: 18px;
  text-transform: capitalize;
  padding: 3px 0 3px 0;
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html p {
  margin: 0 12px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: black;
  text-align: center;
}
@media (min-width: 981px) and (min-height: 700px) and (max-height: 819px) {
  aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html p {
    line-height: 130%;
  }
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html p a {
  color: black;
  font-weight: 700;
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html p a:hover {
  color: #4ba82f;
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper .gform_validation_errors, aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper .gform_heading {
  display: none !important;
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 16px;
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  position: relative;
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none !important;
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
  border: 1px solid #c02b0a;
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
  width: max-content;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: -14px;
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield label {
  display: none;
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  margin: 0;
  padding: 11px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(22/16);
  color: #2B2B2B;
  border: 1px solid rgba(4, 18, 32, 0.55);
  background-color: #fff;
  outline: none;
  width: 100%;
  border-radius: 4px;
}
@media (min-width: 981px) and (min-height: 700px) and (max-height: 819px) {
  aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    padding: 8px 15px;
  }
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus, aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:active, aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus, aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:active {
  outline: none !important;
  border: 1px solid rgba(102, 102, 102, 0.2) !important;
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder, aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: rgba(102, 102, 102, 0.55);
  opacity: 1;
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 118px;
  resize: none;
}
@media (min-width: 981px) and (min-height: 700px) and (max-height: 819px) {
  aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    height: 85px;
  }
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 29px auto 0;
  justify-content: center;
  width: 100%;
}
@media (min-width: 981px) and (min-height: 700px) and (max-height: 819px) {
  aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_footer {
    margin: 15px auto 0;
  }
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_footer input {
  margin: 0;
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1 !important;
  text-transform: uppercase;
  width: 100%;
  max-width: 200px;
  background-color: #60CA40;
  border: none;
  border-radius: 4px;
  color: #fff;
  transition: all 0.25s ease;
  cursor: pointer;
}
aside.single-sidebar-col .fl-col-content .single-sidebar .fl-html .gform_wrapper form .gform_footer input:hover {
  color: #fff;
  background-color: #4ba82f;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.home-hero {
  /*padding-top: 50px;*/
  background-size: cover;
  margin-top: -92px;
}
@media screen and (max-width: 980px) {
  .home-hero {
    margin-top: -62px;
  }
}
@media screen and (max-width: 816px) {
  .home-hero {
    margin-top: -63px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero {
    margin-top: -58px;
  }
}
@media screen and (max-width: 655px) {
  .home-hero {
    margin-top: -55px;
  }
}
@media screen and (max-width: 500px) {
  .home-hero {
    margin-top: -52px;
  }
}
.home-hero .fl-row-content-wrap {
  padding-top: 58px;
}
@media (min-width: 981px) {
  .home-hero .fl-row-content-wrap {
    padding-top: 90px;
  }
}
.home-hero .fl-row-content {
  margin: 0 auto;
  padding: 70px 0;
  max-width: 1200px;
  width: 90%;
  float: none;
}
.home-hero .fl-row-content .fl-col-group {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 50px 4%;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.home-hero .fl-row-content .fl-col-group:before, .home-hero .fl-row-content .fl-col-group:after {
  display: none;
}
@media (min-width: 981px) {
  .home-hero .fl-row-content .fl-col-group {
    flex-direction: row;
    justify-content: space-between;
  }
}
.home-hero .fl-row-content .fl-col-group .column-content {
  margin-bottom: 0 !important;
  color: #fff;
}
@media (min-width: 981px) {
  .home-hero .fl-row-content .fl-col-group .column-content {
    width: 48.5% !important;
    max-width: 625px;
  }
}
@media (max-width: 980px) {
  .home-hero .fl-row-content .fl-col-group .column-content {
    width: 100% !important;
  }
}
.home-hero .fl-row-content .fl-col-group .column-content .subtitle {
  line-height: 120%;
  letter-spacing: 0.01em;
  font-size: clamp(18px, 0.0175695461 * 100vw, 24px);
}
.home-hero .fl-row-content .fl-col-group .column-content .subtitle p {
  margin-bottom: 10px;
}
.home-hero .fl-row-content .fl-col-group .column-content .title {
  margin-bottom: 12px;
}
.home-hero .fl-row-content .fl-col-group .column-content .title h1 {
  color: #fff;
  font-size: clamp(38px, 0.0366032211 * 100vw, 50px);
}
.home-hero .fl-row-content .fl-col-group .column-content .title h1 strong {
  color: #60ca40;
}
.home-hero .fl-row-content .fl-col-group .column-content .description p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.home-hero .fl-row-content .fl-col-group .column-content .description p:last-child {
  margin-bottom: 0;
}
.home-hero .fl-row-content .fl-col-group .column-content .description h5 {
  font-size: clamp(18px, 0.0161054173 * 100vw, 22px);
  margin-bottom: 20px;
}
.home-hero .fl-row-content .fl-col-group .column-content .description ul {
  list-style-type: none;
  padding-left: 5px;
}
.home-hero .fl-row-content .fl-col-group .column-content .description li {
  position: relative;
  padding-left: 30px;
}
.home-hero .fl-row-content .fl-col-group .column-content .description li:not(:last-child) {
  margin-bottom: 12px;
}
.home-hero .fl-row-content .fl-col-group .column-content .description li::before {
  content: "";
  display: block;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(/wp-content/uploads/2023/05/bullet.svg);
  -webkit-mask-image: url(/wp-content/uploads/2023/05/bullet.svg);
  background-color: #fff;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 0.45em;
  left: 0;
}
@media (min-width: 981px) {
  .home-hero .fl-row-content .fl-col-group .column-content .description {
    max-width: 555px;
  }
}
.home-hero .fl-row-content .fl-col-group .column-form {
  margin-bottom: 0 !important;
  max-width: 488px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 981px) {
  .home-hero .fl-row-content .fl-col-group .column-form {
    width: 47.5% !important;
    max-width: 488px;
  }
}
@media (max-width: 980px) {
  .home-hero .fl-row-content .fl-col-group .column-form {
    width: 100% !important;
  }
}
.home-hero .fl-row-content .fl-col-group .column-form .form-title {
  background-color: #2253a6;
  padding: 12px 20px;
}
.home-hero .fl-row-content .fl-col-group .column-form .form-title h3 {
  color: #fff;
  font-size: clamp(22px, 0.0219619327 * 100vw, 30px);
}
.home-hero .fl-row-content .fl-col-group .column-form .form-title h3:last-child {
  margin-bottom: 0;
}
.home-hero .fl-row-content .fl-col-group .column-form .form-description {
  padding: 20px 30px;
}
.home-hero .fl-row-content .fl-col-group .column-form .form-description p {
  font-size: 16px;
}
.home-hero .fl-row-content .fl-col-group .column-form .form-description p:not(:last-child) {
  margin-bottom: 5px;
}
.home-hero .fl-row-content .fl-col-group .column-form .form-description p:last-child {
  margin-bottom: 0;
}
.home-hero .fl-row-content .fl-col-group .column-form .form-body {
  padding: 3px 30px 30px;
}
.home-hero .fl-row-content .fl-col-group .column-form .form-body .gform_wrapper input {
  padding: 13px !important;
}
.home-hero .fl-row-content .fl-col-group .column-form .form-body .gform_footer {
  margin-top: 25px !important;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.home-hero .fl-row-content .fl-col-group .column-form .form-body .gform_footer:before {
  content: "";
  background: url(/wp-content/uploads/2023/03/Form-btn-arrow.svg) no-repeat center;
  background-size: contain;
  width: 21px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 19px;
  z-index: 10;
}
.home-hero .fl-row-content .fl-col-group .column-form .form-body .gform_footer input {
  padding: 14px 60px 14px 25px !important;
}
.home-hero .anchor {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  transition: 0.3s ease-in-out;
}
.home-hero .anchor:hover {
  filter: saturate(1.25);
}
.home-intro-section .row-grid .fl-col-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.home-intro-section .row-grid .fl-col-group::after, .home-intro-section .row-grid .fl-col-group::before {
  display: none;
}
@media (min-width: 981px) {
  .home-intro-section .row-grid .fl-col-group .column:nth-child(1) {
    width: 43.8% !important;
  }
  .home-intro-section .row-grid .fl-col-group .column:nth-child(2) {
    width: 52.2% !important;
  }
}
@media (max-width: 980px) {
  .home-intro-section .row-grid .fl-col-group {
    flex-direction: column;
  }
  .home-intro-section .row-grid .fl-col-group .column {
    width: 100% !important;
  }
  .home-intro-section .row-grid .fl-col-group .column-content {
    order: 0;
  }
  .home-intro-section .row-grid .fl-col-group .column-picture {
    order: 1;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 981px) {
  .home-intro-section .row-grid .fl-col-group .column-content {
    max-width: 570px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.home-intro-section .row-grid {
  position: relative;
}
.home-intro-section .row-grid::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(/wp-content/uploads/2023/05/decor-arrow-bottom.svg);
  -webkit-mask-image: url(/wp-content/uploads/2023/05/decor-arrow-bottom.svg);
  width: 53px;
  height: 13px;
  background-color: inherit;
}
.home-intro-section .row-grid:last-child {
  margin-bottom: 10px;
}
.home-intro-section .column-content .logo {
  margin-bottom: 30px;
}
.home-intro-section .column-content .description {
  font-size: clamp(16px, 0.0146412884 * 100vw, 20px);
  line-height: 130%;
}
.home-intro-section .column-content .description strong {
  font-weight: 500;
  letter-spacing: 0.005em;
}
.home-intro-section .column-content .description p:not(:last-child) {
  margin-bottom: 1em;
}
.home-advantages-section .row-title {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 1025px) {
  .home-advantages-section .fl-node-8jbdqyg1364w .fl-col-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 30px;
  }
}
.home-howdo-section {
  margin-bottom: clamp(60px, 0.0732064422 * 100vw, 100px);
}
.home-form-section .row-grid .fl-col-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
  flex-wrap: nowrap;
  column-gap: 20px;
}
.home-form-section .row-grid .fl-col-group::after, .home-form-section .row-grid .fl-col-group::before {
  display: none;
}
@media (min-width: 981px) {
  .home-form-section .row-grid .fl-col-group .column:nth-child(1) {
    width: 32.25% !important;
  }
  .home-form-section .row-grid .fl-col-group .column:nth-child(2) {
    width: calc(67.75% - 20px) !important;
  }
}
@media (max-width: 980px) {
  .home-form-section .row-grid .fl-col-group {
    flex-direction: column;
  }
  .home-form-section .row-grid .fl-col-group .column {
    width: 100% !important;
  }
  .home-form-section .row-grid .fl-col-group .column-content {
    order: 0;
  }
  .home-form-section .row-grid .fl-col-group .column-picture {
    order: 1;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 981px) {
  .home-form-section .row-grid .fl-col-group .column:nth-child(1) {
    min-width: 340px;
  }
}
.home-form-section .row-content .fl-col-group {
  align-items: center;
}
.home-form-section .row-content h2 {
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.01em;
  font-size: clamp(42px, 0.0366032211 * 100vw, 50px);
}
@media screen and (max-width: 980px) {
  .home-form-section .row-content h2 br {
    display: none;
  }
}
.home-form-section .row-content h2:last-child {
  margin-bottom: 0;
}
.home-form-section .row-content p {
  font-weight: 500;
  font-size: clamp(18px, 0.0146412884 * 100vw, 20px);
}
.home-form-section .row-form .fl-col-group {
  align-items: flex-start;
}
@media (min-width: 981px) {
  .home-form-section .row-form .fl-col-group .column-list {
    padding-bottom: 40px;
  }
}
@media (max-width: 980px) {
  .home-form-section .row-form .fl-col-group .column {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-form-section .row-form h3 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  letter-spacing: 0.005em;
  font-size: clamp(22px, 0.0219619327 * 100vw, 30px);
  margin-bottom: 1em;
}
.home-form-section .row-form p {
  font-weight: 500;
  font-size: clamp(16px, 0.0131771596 * 100vw, 18px);
  margin-bottom: 20px;
}
.home-form-section .row-form .textarea {
  margin-top: 4px;
}
.home-form-section .row-form .gform_footer {
  margin-left: auto;
  margin-right: auto;
}
.home-form-section .list-steps ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 1.4;
  counter-reset: num;
}
@media (max-width: 980px) {
  .home-form-section .list-steps ol {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .home-form-section .list-steps ol {
    font-size: 18px !important;
  }
}
.home-form-section .list-steps ol li {
  padding: 0 0 0 33px;
  letter-spacing: 0.01em;
  counter-increment: num;
  position: relative;
}
.home-form-section .list-steps ol li:not(:last-child) {
  padding-bottom: 30px;
}
.home-form-section .list-steps ol li:not(:last-child):after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 9px;
  top: 10px;
  background-color: rgba(255, 255, 255, 0.25);
}
.home-form-section .list-steps ol li:before {
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #60ca40;
}
.home-testimonials-section {
  margin-top: clamp(60px, 0.0732064422 * 100vw, 100px) !important;
  margin-bottom: clamp(60px, 0.0732064422 * 100vw, 100px) !important;
}
.home-testimonials-section .slider-testimonials {
  margin-bottom: 20px !important;
}
.home-testimonials-section .slider-testimonials .slick-slider .slick-list {
  padding-bottom: 100px !important;
}
@media (min-width: 981px) {
  .home-testimonials-section .slider-testimonials .slick-slider .slick-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: clamp(35px, 0.0366032211 * 100vw, 50px) !important;
  }
}
.home-testimonials-section .slider-testimonials .slick-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.home-testimonials-section .slider-testimonials .slick-slider .slick-slide {
  height: auto;
}
@media (min-width: 981px) {
  .home-testimonials-section .slider-testimonials .slick-slider .slick-slide {
    margin-left: -20px;
    margin-right: -20px;
    min-height: 240px;
  }
}
@media (max-width: 980px) {
  .home-testimonials-section .slider-testimonials .slick-slider .slick-slide {
    background-color: #2253a6;
  }
  .home-testimonials-section .slider-testimonials .slick-slider .slick-slide .uabb-infobox-text-wrap p {
    color: #fff;
    font-weight: 400;
  }
  .home-testimonials-section .slider-testimonials .slick-slider .slick-slide .uabb-infobox-content::before {
    background-color: rgba(255, 255, 255, 0.25);
  }
}
.home-testimonials-section .slider-testimonials .slick-slider .slick-center {
  background-color: #2253a6;
}
@media (min-width: 981px) {
  .home-testimonials-section .slider-testimonials .slick-slider .slick-center {
    position: relative;
    z-index: 2;
    bottom: clamp(35px, 0.0366032211 * 100vw, 50px);
    transition: 0.3s ease-in-out;
  }
}
.home-testimonials-section .slider-testimonials .slick-slider .slick-center .uabb-infobox-text-wrap p {
  color: #fff;
  font-weight: 400;
}
.home-testimonials-section .slider-testimonials .slick-slider .slick-center .uabb-infobox-content::before {
  background-color: rgba(255, 255, 255, 0.25);
}
.home-testimonials-section .slider-testimonials .slick-slider .slick-slide:not(.slick-active) {
  opacity: 0;
}
.home-testimonials-section .slider-testimonials .slick-slider ul.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: max-content;
}
.home-testimonials-section .slider-testimonials .slick-slider ul.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 11px;
  padding: 0;
  cursor: pointer;
}
.home-testimonials-section .slider-testimonials .slick-slider ul.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.home-testimonials-section .slider-testimonials .slick-slider ul.slick-dots li button:hover, .home-testimonials-section .slider-testimonials .slick-slider ul.slick-dots li button:focus {
  outline: none;
}
.home-testimonials-section .slider-testimonials .slick-slider ul.slick-dots li button:hover:before, .home-testimonials-section .slider-testimonials .slick-slider ul.slick-dots li button:focus:before {
  opacity: 0.75;
  transition: all 0.25s ease;
}
.home-testimonials-section .slider-testimonials .slick-slider ul.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #e5e5e5;
  text-align: center;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.home-testimonials-section .slider-testimonials .slick-slider ul.slick-dots li.slick-active button:before {
  background-color: #0d4a92;
}
.home-testimonials-section .slider-testimonials .slick-slider .slick-prev, .home-testimonials-section .slider-testimonials .slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 34px;
  width: 34px;
  line-height: 0px;
  font-size: 0px;
  background: transparent;
  color: transparent;
  bottom: 0;
  left: 50%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.home-testimonials-section .slider-testimonials .slick-slider .slick-prev:hover, .home-testimonials-section .slider-testimonials .slick-slider .slick-prev:focus, .home-testimonials-section .slider-testimonials .slick-slider .slick-next:hover, .home-testimonials-section .slider-testimonials .slick-slider .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.home-testimonials-section .slider-testimonials .slick-slider .slick-prev:before, .home-testimonials-section .slider-testimonials .slick-slider .slick-next:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(13, 74, 146, 0.3);
  background: url(/wp-content/uploads/2023/03/testi-arrow-left.svg) no-repeat center;
  background-size: 6px;
  background-color: #fff;
}
.home-testimonials-section .slider-testimonials .slick-slider .slick-prev {
  transform: translate(-146px, 11px);
}
.home-testimonials-section .slider-testimonials .slick-slider .slick-next {
  transform: translate(112px, 11px);
}
.home-testimonials-section .slider-testimonials .slick-slider .slick-next:before {
  background: url(/wp-content/uploads/2023/03/testi-arrow-right.svg) no-repeat center;
}
.home-testimonials-section .button-secondary .fl-button {
  width: 100%;
  max-width: 215px;
}
.home-testimonials-section .button-secondary .fl-button .fl-button-text {
  font-size: clamp(16px, 0.0146412884 * 100vw, 20px) !important;
  font-weight: 500 !important;
}
@media (max-width: 980px) {
  .home-testimonials-section .fl-row-content {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .home-testimonials-section .fl-row-content .slider-testimonials {
    max-width: 550px;
  }
  .home-testimonials-section .fl-col-group {
    max-width: 100%;
  }
}
.home-projects-section .fl-col-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.home-projects-section .fl-col-group::after, .home-projects-section .fl-col-group::before {
  display: none;
}
@media (min-width: 981px) {
  .home-projects-section .fl-col-group .column:nth-child(1) {
    width: 50.8% !important;
  }
  .home-projects-section .fl-col-group .column:nth-child(2) {
    width: 45.2% !important;
  }
}
@media (max-width: 980px) {
  .home-projects-section .fl-col-group {
    flex-direction: column;
  }
  .home-projects-section .fl-col-group .column {
    width: 100% !important;
  }
  .home-projects-section .fl-col-group .column-content {
    order: 0;
  }
  .home-projects-section .fl-col-group .column-picture {
    order: 1;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 981px) {
  .home-projects-section .fl-col-group .column-content {
    max-width: 508px;
    padding-top: clamp(5px, 0.0102489019 * 100vw, 14px);
    padding-bottom: clamp(5px, 0.0102489019 * 100vw, 14px);
  }
}
.home-projects-section .column-content .description p strong {
  font-size: clamp(18px, 0.0146412884 * 100vw, 20px);
  line-height: 120%;
  font-weight: 500;
}
.home-faq-section {
  margin-top: clamp(60px, 0.0732064422 * 100vw, 100px) !important;
  margin-bottom: clamp(60px, 0.0732064422 * 100vw, 100px) !important;
}
.home-faq-section .row-title {
  margin-bottom: 20px !important;
}
.home-faq-section .row-grid .fl-col-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
  flex-wrap: nowrap;
  column-gap: 20px;
}
.home-faq-section .row-grid .fl-col-group::after, .home-faq-section .row-grid .fl-col-group::before {
  display: none;
}
@media (min-width: 981px) {
  .home-faq-section .row-grid .fl-col-group .column:nth-child(1) {
    width: 57.7% !important;
  }
  .home-faq-section .row-grid .fl-col-group .column:nth-child(2) {
    width: calc(42.3% - 20px) !important;
  }
}
@media (max-width: 980px) {
  .home-faq-section .row-grid .fl-col-group {
    flex-direction: column;
  }
  .home-faq-section .row-grid .fl-col-group .column {
    width: 100% !important;
  }
  .home-faq-section .row-grid .fl-col-group .column-content {
    order: 0;
  }
  .home-faq-section .row-grid .fl-col-group .column-picture {
    order: 1;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-faq-section .column-faq .uabb-faq-item {
  background-color: #f9f9f9;
  border-radius: 4px;
}
.home-faq-section .column-faq .uabb-faq-item:last-child {
  margin-bottom: 0;
}
.home-faq-section .column-faq .uabb-faq-item .uabb-faq-questions-button {
  background-color: transparent;
  padding: 20px 12px 20px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home-faq-section .column-faq .uabb-faq-item .uabb-faq-questions-button:focus {
  outline: none;
}
.home-faq-section .column-faq .uabb-faq-item .uabb-faq-questions-button h4.uabb-faq-question-label {
  padding: 0;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  line-height: 120%;
  font-size: clamp(16px, 0.0131771596 * 100vw, 18px);
  color: #041220;
  max-width: 93%;
}
.home-faq-section .column-faq .uabb-faq-item .uabb-faq-questions-button h4.uabb-faq-question-label:focus {
  outline: none;
}
.home-faq-section .column-faq .uabb-faq-item .uabb-faq-questions-button .uabb-faq-icon-wrap {
  padding-top: 2px;
  opacity: 1;
  display: block;
}
.home-faq-section .column-faq .uabb-faq-item .uabb-faq-questions-button .uabb-faq-icon-wrap:focus {
  outline: none;
}
.home-faq-section .column-faq .uabb-faq-item .uabb-faq-content {
  background-color: transparent;
  padding: 10px 20px 18px;
}
.home-faq-section .column-faq .uabb-faq-item .uabb-faq-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #041220;
  max-width: 93%;
}
.home-faq-section .column-faq .uabb-faq-item.uabb-faq-item-active {
  background-color: rgba(5, 147, 255, 0.1);
}
.home-faq-section .column-faq .uabb-faq-item.uabb-faq-item-active .uabb-faq-questions-button {
  padding-bottom: 0;
}
.home-faq-section .column-map .fl-col-content {
  height: 100%;
}
.home-faq-section .column-map .map {
  border-radius: 4px;
  height: 100%;
  min-height: clamp(350px, 0.3294289898 * 100vw, 450px);
  width: 100%;
}
.home-partners-section {
  padding: 35px 0;
  background-color: #f9f9f9;
}
.home-partners-section .home-partners-row {
  margin: 0 auto;
  max-width: 1200px;
  width: 90% !important;
  float: none;
}
.home-partners-section .home-partners-row .home-partners .uabb-photo-gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px 5%;
}
@media (max-width: 600px) {
  .home-partners-section .home-partners-row .home-partners .uabb-photo-gallery {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home-partners-section .home-partners-row .home-partners .uabb-photo-gallery .uabb-photo-gallery-item {
  width: auto !important;
}
@media (max-width: 600px) {
  .home-partners-section .home-partners-row .home-partners .uabb-photo-gallery .uabb-photo-gallery-item {
    width: 47.5% !important;
  }
  .home-partners-section .home-partners-row .home-partners .uabb-photo-gallery .uabb-photo-gallery-item img {
    width: auto !important;
  }
}
@media (max-width: 420px) {
  .home-partners-section .home-partners-row .home-partners .uabb-photo-gallery .uabb-photo-gallery-item {
    width: 100% !important;
  }
}
.home-questions-section {
  padding-bottom: 23px;
  overflow: hidden;
}
.home-questions-section .home-questions-row {
  margin: 0 auto;
  max-width: 1200px;
  width: 90% !important;
  float: none;
}
.home-questions-section .home-questions-row .home-questions-content .fl-html {
  margin: 41px 0 0;
  position: relative;
  text-align: center;
}
.home-questions-section .home-questions-row .home-questions-content .fl-html h3 {
  margin: 0;
  font-weight: 600;
  font-size: clamp(25px, 2.143vw, 30px) !important;
  line-height: calc(45 / 30);
  color: #1d1d1d;
  text-align: center;
}
.home-questions-section .home-questions-row .home-questions-content .fl-html img {
  margin: 10px auto 9px;
  max-width: 300px;
  width: 100%;
}
.home-questions-section .home-questions-row .home-questions-content .fl-html .questions-btn-wrap {
  margin: 0 auto;
  padding: 5px;
  background-color: #fff;
  border-radius: 50px;
  width: fit-content;
  transform: translate(0, 50%);
}
.home-questions-section .home-questions-row .home-questions-content .fl-html .questions-btn-wrap a {
  display: block;
  position: relative;
  padding: 13px 28px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #2253a6;
  box-shadow: 0px 5px 25px rgba(28, 27, 40, 0.05);
  border-radius: 50px;
}
.home-questions-section .home-questions-row .home-questions-content .fl-html .questions-btn-wrap a:hover {
  color: #fff;
  background-color: #2253a6;
}
.home-questions-section .home-questions-row .home-questions-content .fl-html .questions-btn-wrap a:before {
  content: "";
  width: 52px;
  height: 34px;
  background: url(/wp-content/uploads/2023/03/questions-btn-before.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
.home-questions-section .home-questions-row .home-questions-content .fl-html .questions-btn-wrap a:after {
  content: "";
  width: 52px;
  height: 34px;
  background: url(/wp-content/uploads/2023/03/questions-btn-after.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
.schedule-section {
  padding: 45px 0;
  background-size: cover;
}
.schedule-section .fl-col-group {
  margin: 0 auto;
  max-width: 1200px;
  width: 90% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px;
  justify-content: center;
}
.schedule-section .fl-col-group:before, .schedule-section .fl-col-group:after {
  display: none;
}
@media (min-width: 981px) {
  .schedule-section .fl-col-group {
    flex-wrap: nowrap;
  }
}
.schedule-section .fl-col-group .schedule-content-col {
  width: 100% !important;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html h2 {
  margin: 0 0 25px;
  color: #000;
  font-weight: 600;
  font-size: clamp(26px, 2.727vw, 30px);
  line-height: 120%;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .schedule-progress-bar {
  margin-bottom: 30px;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html ol {
  padding: 0;
  margin: 0 0 38px;
  font-weight: 400;
  font-size: clamp(18px, 1.429vw, 20px) !important;
  line-height: 150%;
  color: #001d4e;
  list-style: none;
  counter-reset: myCounter;
}
@media (max-width: 980px) {
  .schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html ol {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html ol {
    font-size: 17px !important;
  }
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html ol li {
  position: relative;
  padding: 0 0 0 46px;
  color: #041220;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html ol li:not(:last-child) {
  margin-bottom: 22px;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding-left: 1px;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  background-color: #60ca40;
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper .gform_validation_errors, .schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper .gform_heading {
  display: none !important;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper form {
  padding: 30px;
  border: 1px solid rgba(102, 102, 102, 0.55);
  border-radius: 10px;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 21px;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  position: relative;
}
@media (min-width: 500px) {
  .schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper form .gform_body .gform_fields .gfield:nth-child(-n + 4) {
    width: 49%;
  }
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none !important;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, .schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
  border: 1px solid #c02b0a;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
  width: max-content;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: -14px;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper form .gform_body .gform_fields .gfield label {
  display: none;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 212px;
  resize: none;
}
.schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 30px auto 0;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .schedule-section .fl-col-group .schedule-content-col .schedule-content .fl-html .gform_wrapper form .gform_footer {
    justify-content: flex-end;
  }
}
.schedule-section .fl-col-group .schedule-sidebar-col {
  width: 100% !important;
  max-width: 400px;
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-top-content {
  margin: 0 0 50px;
  position: relative;
  padding: 30px 30px 50px;
  background-color: #fff;
  border-radius: 10px;
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-top-content:before {
  content: "";
  width: 130px;
  height: 25px;
  background: url(/wp-content/uploads/2023/04/rating.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 30px;
  bottom: 50px;
  z-index: 1;
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-top-content:after {
  content: "";
  width: 100px;
  height: 72px;
  background: url(/wp-content/uploads/2023/04/quote2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-top-content .fl-html h3 {
  margin: 0 0 17px;
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  text-align: center;
  color: #041220;
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-top-content .fl-html .schedule-sidebar-testimonial > p {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #041220;
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-top-content .fl-html .schedule-sidebar-testimonial .schedule-sidebar-testimonial-meta p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #041220;
  max-width: 80%;
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-top-content .fl-html .schedule-sidebar-testimonial .schedule-sidebar-testimonial-meta p.author {
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #2253a6;
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content a {
  color: #fff;
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .fl-html {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .fl-html h4 {
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(22px, 0.0204978038 * 100vw, 28px);
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .fl-html .schedule-contact-item {
  position: relative;
  padding-left: 35px;
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .fl-html .schedule-contact-item:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .fl-html .schedule-contact-item.phone:before {
  content: "";
  transform: rotate(180deg);
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .fl-html .schedule-contact-item.email:before {
  content: "";
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .fl-html .schedule-contact-item h4 {
  margin: 0;
  font-weight: 600;
  font-size: 22px !important;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 980px) {
  .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .fl-html .schedule-contact-item h4 {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .fl-html .schedule-contact-item h4 {
    font-size: 20px !important;
  }
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .fl-html .schedule-contact-item a {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 150%;
  color: #fff !important;
}
@media (max-width: 980px) {
  .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .fl-html .schedule-contact-item a {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .fl-html .schedule-contact-item a {
    font-size: 17px !important;
  }
}
.schedule-section .fl-col-group .schedule-sidebar-col .schedule-sidebar-bottom-content .fl-html .schedule-contact-item a:hover {
  color: #60ca40;
}
.ty-schedule-section {
  padding: 60px 0;
}
.ty-schedule-section .fl-col-group {
  margin: 0 auto;
  max-width: 1200px;
  width: 90% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px;
  justify-content: center;
}
.ty-schedule-section .fl-col-group:before, .ty-schedule-section .fl-col-group:after {
  display: none;
}
.ty-schedule-section .fl-col-group .ty-schedule-top-row {
  width: 100% !important;
  max-width: 780px;
}
.ty-schedule-section .fl-col-group .ty-schedule-top-row .ty-schedule-content .fl-html h2 {
  font-family: "Maven Pro", sans-serif;
  margin: 0 0 25px;
  color: #041220;
  font-weight: 600;
  font-size: clamp(26px, 2.727vw, 30px);
  line-height: 120%;
  text-align: center;
}
.ty-schedule-section .fl-col-group .ty-schedule-bottom-row {
  width: 100% !important;
}
.schedule-progress-bar {
  position: relative;
  background-image: linear-gradient(to right, #0593ff 0%, #0593ff 50%, #c4c4c4 50%, #c4c4c4 100%);
  height: 12px;
  border-radius: 7px;
}
.schedule-progress-bar.full {
  background-image: linear-gradient(to right, #0593ff 0%, #0593ff 100%);
}
.schedule-progress-bar.full span {
  left: 100%;
  transform: translate(-100%, -50%);
}
.schedule-progress-bar span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 9px 13px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  background-color: #2253a6;
  border-radius: 6px;
  color: #fff;
}
body.error404 .fl-page #fl-main-content .fl-builder-content .fl-row .fl-row-content-wrap {
  min-height: calc(100vh - 143px);
}
#table-for-services {
  /*padding: 46px 0 50px;*/
  /*h2 {
		text-align: center;
	}*/
}
@media (min-width: 981px) {
  #table-for-services {
    padding: 0;
  }
}
#table-for-services .table-code-module .table-content {
  overflow-x: auto;
}
#table-for-services .table-code-module table {
  text-align: center;
  width: 100%;
  border-collapse: inherit;
  position: relative;
  overflow-x: scroll;
  min-width: 700px;
}
#table-for-services .table-code-module table img {
  max-width: 25px;
  margin: 0;
}
#table-for-services .table-code-module tr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#table-for-services .table-code-module tr.top-table th {
  display: flex;
  justify-content: center;
  align-items: center;
}
#table-for-services .table-code-module tr.top-table th:first-child {
  justify-content: flex-start;
}
#table-for-services .table-code-module tr.top-table th:first-child img {
  margin: 27px 0 0 -21px;
}
#table-for-services .table-code-module tr.top-table th img {
  margin-bottom: 20px;
  max-width: 100%;
}
#table-for-services .table-code-module tr.title-table th {
  padding: 0;
  min-height: 70px;
  border-radius: 12px 12px 0 0;
  color: #fff;
  /*font-family: "Carnas", sans-serif;
					font-weight: 800;*/
  line-height: 100%;
  transition: 0.3s all;
  /*@include exfontsize(24px, 22px, 20px, 20px, 20px);*/
  font-size: 16px !important;
}
@media (max-width: 980px) {
  #table-for-services .table-code-module tr.title-table th {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  #table-for-services .table-code-module tr.title-table th {
    font-size: 14px !important;
  }
}
#table-for-services .table-code-module tr.title-table th:first-child {
  color: #002752;
  padding: 10px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#table-for-services .table-code-module tr.title-table th:nth-child(2) {
  background-color: #66314a;
}
#table-for-services .table-code-module tr.title-table th:nth-child(2):hover {
  background-color: #4e2539;
}
#table-for-services .table-code-module tr.title-table th:nth-child(3) {
  background-color: #415241;
}
#table-for-services .table-code-module tr.title-table th:nth-child(3):hover {
  background-color: #313e31;
}
#table-for-services .table-code-module tr.title-table th:nth-child(4) {
  background-color: #433f80;
}
#table-for-services .table-code-module tr.title-table th:nth-child(4):hover {
  background-color: #363368;
}
#table-for-services .table-code-module tr.title-table th:last-child {
  background-color: #002752;
}
#table-for-services .table-code-module tr.title-table th:last-child:hover {
  background-color: #00162e;
}
#table-for-services .table-code-module tr.title-table th a {
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#table-for-services .table-code-module tr.title-row td {
  width: 100% !important;
  background-color: #0050b1;
  font-weight: 800;
  color: #ffffff;
  padding-top: 13px;
  padding-bottom: 13px;
}
#table-for-services .table-code-module th, #table-for-services .table-code-module td {
  font-size: 16px;
  width: 14.7%;
  line-height: 116%;
  padding: 10px 15px;
}
#table-for-services .table-code-module th:first-child, #table-for-services .table-code-module td:first-child {
  width: 41.2%;
  text-align: left;
  padding-left: 25px;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1024px) {
  #table-for-services .table-code-module th:first-child, #table-for-services .table-code-module td:first-child {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  #table-for-services .table-code-module th, #table-for-services .table-code-module td {
    width: 18%;
  }
  #table-for-services .table-code-module th:first-child, #table-for-services .table-code-module td:first-child {
    width: 28%;
  }
}
#table-for-services .table-code-module tr:nth-child(n + 3) {
  border-left: 5px solid #0050b1;
  border-right: 5px solid #0050b1;
  border-bottom: 1px solid #093d62;
  transition: 0.2s all;
}
#table-for-services .table-code-module tr:nth-child(n + 3):nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
#table-for-services .table-code-module tr:nth-child(n + 3):hover {
  background-color: rgba(0, 80, 177, 0.15);
}
#table-for-services .table-code-module tr:nth-child(3) {
  border-top: 5px solid #0050b1;
  border-radius: 12px 0 0 0;
}
#table-for-services .table-code-module tr:last-child {
  border-bottom: 5px solid #0050b1;
  border-radius: 0 0 12px 12px;
}
#table-for-services .table-code-module tr td {
  color: #000;
  /*font-family: "Carnas", sans-serif;*/
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*@include exfontsize(20px, 19px, 18px, 18px, 18px);*/
  font-size: 16px !important;
}
@media (max-width: 980px) {
  #table-for-services .table-code-module tr td {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  #table-for-services .table-code-module tr td {
    font-size: 14px !important;
  }
}
#table-for-services .table-code-module tr td:first-child {
  justify-content: flex-start;
}
#table-for-services .table-code-module tr td:nth-child(even) {
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.12);
}
#table-for-services .table-code-module tr td:nth-child(3), #table-for-services .table-code-module tr td:nth-child(5) {
  background-color: rgba(176, 202, 230, 0.3);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.bcnetworks.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fbb-theme-child%2Fscss%2Fglobal%2F_global.scss%22%2C%22wp-content%2Fthemes%2Fbb-theme-child%2Fscss%2Fglobal%2F_mixin.scss%22%2C%22wp-content%2Fthemes%2Fbb-theme-child%2Fscss%2Findex.scss%22%2C%22wp-content%2Fthemes%2Fbb-theme-child%2Fscss%2Fglobal%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fbb-theme-child%2Fscss%2Fglobal%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fbb-theme-child%2Fscss%2Fglobal%2F_single.scss%22%2C%22wp-content%2Fthemes%2Fbb-theme-child%2Fscss%2Fglobal%2F_category.scss%22%2C%22wp-content%2Fthemes%2Fbb-theme-child%2Fscss%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2Fbb-theme-child%2Fscss%2Fpages%2F_schedule.scss%22%2C%22wp-content%2Fthemes%2Fbb-theme-child%2Fscss%2Fpages%2F_404.scss%22%2C%22wp-content%2Fthemes%2Fbb-theme-child%2Fscss%2Fmodules%2F_table-for-services.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAYA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChJA%3BAAAA%3BAAAA%3BAAMA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrJA%3BAAAA%3BAAAA%3BAAMA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1JA%3BAAAA%3BAAAA%3BAAMA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcH%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAEzTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFgUC%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAExYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFqZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAEjoBJ%3BAF2oBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAE%2FuBA%3BACCC%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BADhQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACyQQ%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAD5WL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoXM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtYR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqZS%3BAAAA%3BAAAA%3BAAaT%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACheR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFNH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoBI%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE8CG%3BAAAA%3BAAAA%3BAFpDH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE2DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFpEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoFM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBJ%3BAAAA%3BAAAA%3BAAAA%3BAFrIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE6II%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUP%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FPH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEyQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFnQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE8QI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxTL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEqUK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FTL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE6UM%3BAAAA%3BAAAA%3BAAUP%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE6WG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BACpfF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHSL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGSK%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAHtBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGsDK%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpFT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGiGW%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHtIT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGqJW%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpKT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGoLW%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH1iBrB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAICC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ%2FBJ%3BAAAA%3BAAAA%3BAAAA%3BAI4CQ%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ9DjB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI2EmB%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJjFnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI8FqB%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpGnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIsHqB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJzIrB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0JuB%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWd%3BAAAA%3BAAAA%3BAJvOX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIoPa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJjPf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI8PiB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpQjB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIwRqB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAJ%2FTtB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI8UA%3BAAAA%3BAAAA%3BAAAA%3BAJpUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI6UK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACphB9B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BALbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BALpCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK%2BCE%3BAAAA%3BAAAA%3BAAAA%3BAL%2FCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKiDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALrHL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKwIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALxIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK8IG%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANhNA%3BAAAA%3BAAAA%3BAAMA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FDD%3BAKmPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN7RA%3BAAAA%3BAAAA%3BAAMA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FDD%3BAKkUE%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BALxWD%3BAK4WG%3BAAAA%3BAAAA%3BAAAA%3BALhWH%3BAKsWG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL3YA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK0ZC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBH%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BALrdF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK%2BdE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BALpeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAKseI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAL7fF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKygBG%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BALpoBD%3BAK4oBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN3oBA%3BAAAA%3BAAAA%3BAAMA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FDD%3BAK8qBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN7qBA%3BAAAA%3BAAAA%3BAAMA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMqpBA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACn6BN%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BANLD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMcC%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANpBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMoCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANtRL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMmSK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN7RL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMySM%3BAAAA%3BAAAA%3BAAWP%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeH%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7XS%3BAAAA%3BAAAA%3BACLV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQCC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARjCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQmDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARxJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQwKG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%22%7D */