/*
File: styles.scss
This should only contain @import statements from other files
*/
/*
File: _variables.scss
This should contain variable declarations. Actual usage should occur elsewhere
*/
/*
COLORS
*/
/*
TYPOGRAPHY
*/
/*
SIZING
*/
/*
BREAKPOINTS
*/
/*
File: _mixins.scss
This should contain mixins that would work throughout the site
TODO: Find a better place for these mixins
*/
/*
File: _layout.scss
This should contain site-wide layout overrides for Divi and Wordpress
*/
/*
DIVI LAYOUT OVERRIDES
*/
body {
  overflow-x: hidden;
}
.et_pb_section:not(.et_pb_fullwidth_section) {
  padding: 3rem 0;
}
.et_pb_row {
  width: 90.09%;
  max-width: 1920px;
  padding: 1.5rem 0;
}
.et_pb_module {
  margin-bottom: 1.5rem;
}
.et_pb_module.et-last-child, .et_pb_module:last-child {
  margin-bottom: 0;
}
.rf-centered--row {
  display: flex;
}
.rf-centered--row .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 980px) {
  .rf-centered--row {
    flex-direction: column;
  }
  .rf-centered--row .et_pb_image {
    max-width: 500px;
  }
  .rf-flip {
    flex-direction: column-reverse;
  }
  .rf-flip .et_pb_column:last-child {
    margin-bottom: 30px !important;
  }
}
/*
File: _animation.scss
This should contain site-wide animation styles
*/
/*
DELAYED BLURB ENTRY
This progressively delays the animation start of images in later columns
to create a cool effect
*/
#rf-body img {
  animation-fill-mode: both;
}
@media only screen and (min-width: 980.02px) {
  #rf-body .et_pb_column:nth-child(2) img {
    animation-delay: 0.25s;
  }
  #rf-body .et_pb_column:nth-child(3) img {
    animation-delay: 0.5s;
  }
  #rf-body .et_pb_column:nth-child(4) img {
    animation-delay: 0.75s;
  }
  #rf-body .et_pb_column:nth-child(5) img {
    animation-delay: 1s;
  }
  #rf-body .et_pb_column:nth-child(6) img {
    animation-delay: 1.25s;
  }
}
/*
File: _typography.scss
This should contain sizing and font choices for typography
*/
body.et_divi_theme p a:hover {
  color: #c4514b !important;
  font-weight: 700 !important;
}
body.et_divi_theme h1, body.et_divi_theme .h1 {
  font-family: "Playfair Display", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  min-height: 0vw;
  text-transform: capitalize;
  font-size: 4rem;
  font-size: clamp(3rem, calc(3rem + ((1vw - 0.3rem) * 1.8478)), 4rem);
}
body.et_divi_theme h1 span, body.et_divi_theme .h1 span {
  display: block;
}
body.et_divi_theme h2, body.et_divi_theme .h2 {
  font-family: "Playfair Display", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  min-height: 0vw;
  text-transform: capitalize;
  font-size: 3rem;
  font-size: clamp(2rem, calc(2rem + ((1vw - 0.3rem) * 1.8478)), 3rem);
}
body.et_divi_theme h2 span, body.et_divi_theme .h2 span {
  display: block;
}
body.et_divi_theme h3, body.et_divi_theme .h3 {
  font-family: "Playfair Display", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  min-height: 0vw;
  text-transform: capitalize;
  font-size: 2rem;
  font-size: clamp(1.5rem, calc(1.5rem + ((1vw - 0.3rem) * 1.8478)), 2rem);
}
body.et_divi_theme h3 span, body.et_divi_theme .h3 span {
  display: block;
}
body.et_divi_theme h4, body.et_divi_theme .h4 {
  font-family: "Playfair Display", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  min-height: 0vw;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-size: clamp(1.25rem, calc(1.25rem + ((1vw - 0.3rem) * 1.8478)), 1.5rem);
}
body.et_divi_theme h4 span, body.et_divi_theme .h4 span {
  display: block;
}
body.et_divi_theme h5, body.et_divi_theme .h5 {
  font-family: "Playfair Display", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  min-height: 0vw;
  text-transform: capitalize;
  font-size: 1.25rem;
  font-size: clamp(1rem, calc(1rem + ((1vw - 0.3rem) * 1.8478)), 1.25rem);
}
body.et_divi_theme h5 span, body.et_divi_theme .h5 span {
  display: block;
}
body.et_divi_theme h6, body.et_divi_theme .h6 {
  font-family: "Playfair Display", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  min-height: 0vw;
  text-transform: capitalize;
  font-size: 1rem;
  font-size: clamp(0.85rem, calc(0.85rem + ((1vw - 0.3rem) * 1.8478)), 1rem);
  line-height: 1.5rem;
}
body.et_divi_theme h6 span, body.et_divi_theme .h6 span {
  display: block;
}
body.et_divi_theme, body.et_divi_theme a, body.et_divi_theme li {
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
}
body.et_divi_theme a {
  transition: all 0.3s ease;
}
body.et_divi_theme .rf-paragraph--large, body.et_divi_theme .rf-paragraph--large a {
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1.3125rem;
  font-size: clamp(1rem, calc(1rem + ((1vw - 0.3rem) * 0.5435)), 1.3125rem);
}
body.et_divi_theme .rf-paragraph--small, body.et_divi_theme .rf-paragraph--small a {
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
body.et_divi_theme .et_pb_layout_dark {
  color: #fff;
}
/*
File: _buttons.scss
This should contain overrides for buttons
*/
/*
INDIVIDUAL BUTTON STYLES
*/
#rf-body .et_pb_button, #rf-body .gform_button, #rf-body [type=submit] {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #fff;
  background-color: #c4514b;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.75rem 1.5rem !important;
}
#rf-body .et_pb_button:hover, #rf-body .gform_button:hover, #rf-body [type=submit]:hover {
  color: #5b7e6e;
}
#rf-body .et_pb_button:hover, #rf-body .gform_button:hover, #rf-body [type=submit]:hover {
  background-color: transparent !important;
  color: #c4514b !important;
  box-shadow: 0 0 0 0.0625rem inset #c4514b;
}
#rf-body .rf-button--no-background {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #c4514b;
  background-color: transparent;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 1.5rem !important;
}
#rf-body .rf-button--no-background:hover {
  color: #5b7e6e;
}
#rf-body .rf-button--no-background:hover {
  color: #5b7e6e !important;
  background-color: transparent !important;
}
#rf-body .rf-button--inverse {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #c4514b;
  background-color: #fff;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #c4514b !important;
}
#rf-body .rf-button--inverse:hover {
  color: #5b7e6e;
}
#rf-body .rf-button--inverse:hover {
  color: #fff !important;
  background-color: #c4514b !important;
}
#rf-body .rf-button--inverse:hover {
  box-shadow: 0 0 0 0.0625rem inset #fff;
}
#rf-body .rf-button--inverse-outline {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #fff;
  background-color: #c4514b;
  box-shadow: 0 0 0 0.0625rem inset #fff;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent !important;
}
#rf-body .rf-button--inverse-outline:hover {
  color: #5b7e6e;
}
#rf-body .rf-button--inverse-outline:hover {
  color: #c4514b;
  background-color: #fff !important;
}
#rf-body .rf-button--inverse-outline:hover {
  box-shadow: 0 0 0 0.0625rem inset #fff !important;
}
#rf-body .rf-button--outline {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #c4514b;
  background-color: transparent;
  box-shadow: 0 0 0 0.0625rem inset #c4514b;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.75rem 1.5rem !important;
}
#rf-body .rf-button--outline:hover {
  color: #5b7e6e;
}
#rf-body .rf-button--outline:hover {
  color: #fff !important;
  background-color: #c4514b !important;
  box-shadow: 0 0 0 0.0625rem inset #c4514b !important;
}
#rf-body .rf-button--secondary {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #fff;
  background-color: #5b7e6e;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.75rem 1.5rem !important;
}
#rf-body .rf-button--secondary:hover {
  color: #5b7e6e;
}
#rf-body .rf-button--secondary:hover {
  background-color: transparent !important;
  color: #5b7e6e !important;
  box-shadow: 0 0 0 0.0625rem inset #5b7e6e;
}
#rf-body .rf-button--secondary-outline {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #5b7e6e;
  background-color: transparent;
  box-shadow: 0 0 0 0.0625rem inset #5b7e6e;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.75rem 1.5rem !important;
}
#rf-body .rf-button--secondary-outline:hover {
  color: #5b7e6e;
}
#rf-body .rf-button--secondary-outline:hover {
  color: #fff !important;
  background-color: #5b7e6e !important;
  box-shadow: 0 0 0 0.0625rem inset #5b7e6e !important;
}
#rf-body .rf-button--fullwidth {
  width: 100% !important;
}
/* 
MULTI-BUTTON LAYOUTS
*/
#rf-body .et_pb_button + .et_pb_button {
  margin-left: 1.5rem;
}
/*
File: _header.scss
This should contain overrides for the main header
*/
/*
TOP HEADER
*/
#top-header #et-info-phone {
  transition: all 0.3s ease;
}
#top-header #et-info-phone:hover {
  opacity: 0.7;
}
#top-header .et-social-icons li {
  margin: 0;
}
#top-header .et-social-icons li .icon {
  transform: translateY(4px);
}
#top-header .et-social-icons li .icon:before {
  font-size: 20px !important;
}
#top-header li.rf-button--inverse a {
  padding: 0.375rem 0.75rem !important;
  color: #c4514b !important;
  height: fit-content;
}
#top-header li.rf-button--inverse a:hover {
  color: #fff !important;
  opacity: 1 !important;
}
/*
MAIN HEADER
*/
#main-header .et_pb_menu__wrap {
  display: flex;
  justify-content: flex-end;
}
#main-header #menu-top-menu {
  display: flex;
  align-items: center;
}
/*
MAIN MENU
*/
#main-header #top-menu li a {
  font-size: 14px;
}
#main-header #top-menu li ul {
  width: auto;
}
#main-header #top-menu li ul a {
  width: auto;
  white-space: nowrap;
}
@media (max-width: 980px) {
  #main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main-header .logo_container {
    position: static;
  }
  #main-header #et_search_icon, #main-header .select_page {
    display: none;
  }
  #main-header .mobile_menu_bar::before {
    color: rgba(92, 92, 92, 0.6);
    font-size: 3rem;
    position: absolute;
    transform: translateY(10px);
  }
  #main-header .mobile_nav.opened .mobile_menu_bar::before {
    content: "M";
  }
  #main-header .mobile_nav {
    padding: 0 !important;
  }
  #main-header #et_mobile_nav_menu {
    margin: 0;
  }
  .et_header_style_centered .et_mobile_menu {
    top: 65px;
  }
  .et_header_style_centered #main-header .container {
    display: block;
    text-align: left;
  }
  .et_header_style_centered #main-header div#et-top-navigation {
    position: absolute;
    bottom: auto;
    top: 0;
  }
  .et_header_style_centered #main-header #et_mobile_nav_menu {
    margin-top: 0;
  }
  .et_header_style_centered #main-header #et_mobile_nav_menu .mobile_nav {
    padding: 0;
  }
}
/*
File: _fullwidth-header.scss
This should only contain fullwidth-header css
*/
#rf-body .et_pb_fullwidth_header {
  padding: 3rem 0;
}
#rf-body .et_pb_fullwidth_header_container {
  margin: auto;
  max-width: 1920px;
  width: 90.09%;
}
@media screen and (max-width: 400px) {
  #rf-body .et_pb_fullwidth_header_container {
    margin-left: auto;
    margin-right: auto;
  }
  #rf-body .et_pb_fullwidth_header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/*
File: _footer.scss
This should contain overrides for the footer
*/
/*
MAIN FOOTER AREA
*/
#main-footer #footer-widgets {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  #main-footer #footer-widgets {
    display: unset;
  }
  #main-footer #footer-widgets .title {
    text-align: center;
  }
  #main-footer #footer-widgets .footer-widget:first-child {
    padding-top: 20px;
  }
}
#main-footer #footer-widgets .footer-widget {
  width: 100%;
  display: flex;
  justify-content: center;
}
#main-footer #footer-widgets .footer-widget li {
  padding-left: 0;
}
#main-footer #footer-widgets .footer-widget li::before {
  display: none !important;
}
/*
BOTTOM BAR
*/
#footer-info {
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  float: none;
  padding: 0.75rem 0;
  text-align: center;
}
/*
File: _forms.scss
This should contain overrides for forms
*/
/*
GENERAL FORM OVERRIDES
*/
/*
GRAVITY FORMS
*/
#et-main-area .gform_wrapper .gform_submission_error {
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
}
.gform_heading {
  display: none;
}
/*rwe
MAILCHIMP NEWSLETTER SIGNUP
*/
.gform_heading {
  display: none;
}
input[type=number] {
  border: 1px solid #bbb;
}
#et-main-area .gform_wrapper .gf_simple_horizontal {
  position: relative;
  display: flex;
  justify-content: center;
}
#et-main-area .gform_wrapper .gf_simple_horizontal, #et-main-area .gform_wrapper .gf_simple_horizontal * {
  margin: 0 auto;
  max-width: 838px;
  width: 100%;
  height: 3rem;
}
#et-main-area .gform_wrapper .gf_simple_horizontal .gfield {
  padding: 0;
}
#et-main-area .gform_wrapper .gf_simple_horizontal input {
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  border: 1px solid #c4514b;
  color: #c4514b;
}
#et-main-area .gform_wrapper .gf_simple_horizontal input::placeholder {
  color: #c4514b;
}
#et-main-area .gform_wrapper .gf_simple_horizontal .gform_footer {
  position: absolute;
  width: 25%;
  right: 0;
}
#et-main-area .gform_wrapper .gf_simple_horizontal #gform_submit_button_2 {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #fff;
  background-color: #c4514b;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.75rem 1.5rem !important;
  width: 100%;
  letter-spacing: 2px;
  font-size: 1rem;
}
#et-main-area .gform_wrapper .gf_simple_horizontal #gform_submit_button_2:hover {
  color: #5b7e6e;
}
#et-main-area .gform_wrapper .gf_simple_horizontal #gform_submit_button_2:hover {
  background-color: transparent !important;
  color: #c4514b !important;
  box-shadow: 0 0 0 0.0625rem inset #c4514b;
}
/*
File: _social-icons.scss
This file is just for the inline social icon styles from the [rf_social_media] shortcode
*/
.rf-social-icons-inline .ul-social-et {
  display: flex;
  list-style-type: none;
  padding: 0;
}
.rf-social-icons-inline .ul-social-et .et-social-icon {
  margin: 0 1.5rem 0 0;
}
.rf-social-icons-inline .ul-social-et .et-social-icon:last-child {
  margin: 0;
}
.rf-social-icons-inline .ul-social-et .et-social-icon a {
  font-size: 1.5rem;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border-style: solid;
  border-width: 0.125rem;
}
.rf-social-icons-inline .ul-social-et .et-social-icon a::before {
  position: relative;
}
.rf-social-icons-inline .ul-social-et .et-social-icon span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#rf-body .rf-news .entry-featured-image-url {
  max-width: 550px;
}
#rf-body .rf-news .entry-title {
  line-height: 0.5em;
}
#rf-body .rf-news .entry-title a {
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 1.5rem !important;
}
#rf-body .rf-news a.more-link {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-family: "Josefin Sans", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  width: auto;
  color: #c4514b;
  background-color: transparent;
  box-shadow: 0 0 0 0.0625rem inset #c4514b;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.75rem 1.5rem !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 1.5rem;
}
#rf-body .rf-news a.more-link:hover {
  color: #5b7e6e;
}
#rf-body .rf-news a.more-link:hover {
  color: #fff !important;
  background-color: #c4514b !important;
  box-shadow: 0 0 0 0.0625rem inset #c4514b !important;
}
/*
File: _home.scss
This should contain overrides for home page
*/
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fflamingodeck.wpenginepowered.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fflamingodeck%2Fstyles%2Fscss%2Fstyles.scss%22%2C%22wp-content%2Fthemes%2Fflamingodeck%2Fstyles%2Fscss%2Fbase%2F_layout.scss%22%2C%22wp-content%2Fthemes%2Fflamingodeck%2Fstyles%2Fscss%2Fbase%2F_animation.scss%22%2C%22wp-content%2Fthemes%2Fflamingodeck%2Fstyles%2Fscss%2Fbase%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fflamingodeck%2Fstyles%2Fscss%2Fglobal%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Fflamingodeck%2Fstyles%2Fscss%2Fglobal%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fflamingodeck%2Fstyles%2Fscss%2Fglobal%2F_fullwidth-header.scss%22%2C%22wp-content%2Fthemes%2Fflamingodeck%2Fstyles%2Fscss%2Fglobal%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fflamingodeck%2Fstyles%2Fscss%2Fglobal%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fflamingodeck%2Fstyles%2Fscss%2Fglobal%2F_social-icons.scss%22%2C%22wp-content%2Fthemes%2Fflamingodeck%2Fstyles%2Fscss%2Fglobal%2F_news.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACSA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BADpDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEiBI%3BAAAA%3BAAAA%3BAAGA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFvBZ%3BAAAA%3BAAAA%3BAAAA%3BAGmFI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAHxHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvBF%3BAAAA%3BAAAA%3BACxCM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhCF%3BAAAA%3BAAAA%3BACPM%3BAAAA%3BAAAA%3BAAAA%3BAA2CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpCF%3BAAAA%3BAAAA%3BAChCM%3BAAAA%3BAAAA%3BAAAA%3BAAuEA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3CF%3BAAAA%3BAAAA%3BACdM%3BAAAA%3BAAAA%3BAAAA%3BAA4DA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlDF%3BAAAA%3BAAAA%3BACxBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrDF%3BAAAA%3BAAAA%3BACxCM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxDF%3BAAAA%3BAAAA%3BACxBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmFJ%3BAAAA%3BAAAA%3BAJvIJ%3BAAAA%3BAAAA%3BAIkJI%3BAAAA%3BAAAA%3BAJlJJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKUE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAL%2FBJ%3BAAAA%3BAAAA%3BAK2CE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAL%2FCF%3BAAAA%3BAAAA%3BAK2DI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BALnIN%3BAAAA%3BAAAA%3BAAAA%3BAMOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANvBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOWE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAP7BR%3BAAAA%3BAAAA%3BAOyCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPzCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BARtBA%3BAAAA%3BAAAA%3BAQ8BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALON%3BAAAA%3BAAAA%3BACxCM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpCR%3BAAAA%3BAAAA%3BAAAA%3BASQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjCF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP6DF%3BAAAA%3BAAAA%3BACxBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpDR%3BAAAA%3BAAAA%3BAAAA%22%7D */