@charset "UTF-8";
/*
Theme Name: Hodess
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
.clear {
  clear: both;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
div {
  position: relative;
  box-sizing: border-box;
}
/* ##### COLORS ##### */
/* Old colors To be thrown away later */
/* ##### FONTS ##### */
/* ##### SCREEN SIZES ##### */
/* ##### UTILITY VARIABLES ##### */
/* ##### DEFAULT TEXT STYLES ##### */
h1 {
  font-size: 86px;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1105px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 900px) {
  h1 {
    line-height: 120%;
  }
}
h1.underline {
  position: relative;
}
h1.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 0px;
  border-bottom: 2px solid #E1B87F;
  animation-name: homepage-hero-underline;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
h2 {
  font-size: 40px;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1105px) {
  h2 {
    font-size: 28px !important;
  }
}
h2 strong {
  font-weight: 700;
}
h2.underline {
  position: relative;
  padding-bottom: 20px;
}
h2.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 0px;
  border-bottom: 2px solid #E1B87F;
  animation-name: homepage-hero-underline;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
h3 {
  font-size: 36px;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1105px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  font-family: "avenir-next-lt-pro", sans-serif;
  letter-spacing: -0.56px;
  color: #000000;
}
@media only screen and (max-width: 1105px) {
  h4 {
    font-size: 20px;
    line-height: 1.1em;
  }
}
h5 {
  font-size: 24px;
  font-weight: 800;
  font-family: "avenir-next-lt-pro", sans-serif;
  line-height: 158%;
  color: #000000;
}
@media only screen and (max-width: 1105px) {
  h5 {
    font-size: 22px;
    line-height: 1.1em;
  }
}
h6 {
  font-size: 22px;
  font-weight: 600;
  font-family: "avenir-next-lt-pro", sans-serif;
  line-height: normal;
}
@media only screen and (max-width: 1105px) {
  h6 {
    font-size: 18px;
    line-height: 1.1em;
  }
}
em {
  font-style: italic;
}
* {
  box-sizing: border-box;
}
/* #####LIST STYLES ##### */
/* This file contains reasonable resets, basic page styles, and reusable/utility  classes that are used in many places throughout the site */
/*
*:focus {
    outline: none;
} */
html {
  /*scroll-behavior: smooth;*/
}
html.locked {
  overflow: hidden;
}
body {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  overflow-x: clip;
}
a {
  color: #FFB81C;
}
a:hover {
  color: #384967;
}
a:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #FFB81C;
}
button:focus-visible {
  outline: 1px solid #fff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px #FFB81C !important;
}
.slick-dots button:focus {
  outline: 1px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #FFB81C;
}
p {
  line-height: 200%;
  margin: 0 0 2em 0;
}
img {
  max-width: 100%;
  height: auto;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bg-image.left {
  object-position: left;
}
.bg-image.right {
  object-position: right;
}
div.alignleft, img.alignleft {
  display: block;
}
@media only screen and (min-width: 900px) {
  div.alignleft, img.alignleft {
    float: left;
    margin: 0 30px 35px 0;
  }
}
@media only screen and (max-width: 650px) {
  div.alignleft, img.alignleft {
    width: 100%;
  }
}
div.alignright, img.alignright {
  display: block;
}
@media only screen and (min-width: 900px) {
  div.alignright, img.alignright {
    float: right;
    margin: 0 0 35px 30px;
  }
}
strong {
  font-weight: 700;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
#page {
  z-index: 2;
  background: #fff;
}
@media only screen and (max-width: 650px) {
  #page {
    /*overflow: hidden; */
  }
}
@media only screen and (max-width: 450px) {
  #page {
    margin-bottom: 0 !important;
  }
}
#content {
  overflow-x: clip;
}
.flex {
  display: flex;
}
.flexwrap {
  flex-wrap: wrap;
}
.flexcenter {
  align-items: center;
}
.container {
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1650px) {
  .container {
    margin: 0 30px;
  }
}
.container-wide {
  width: 100%;
  padding: 0 80px;
}
@media only screen and (max-width: 1650px) {
  .container-wide {
    /*padding: 0 30px;*/
  }
}
.eyebrow {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  color: #B9C9CC;
}
.eyebrow-block {
  display: inline-block;
  background: #FFB81C;
  padding: 6px 10px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.42px;
  line-height: normal;
}
.button {
  display: inline-block;
  background: #6ECEB2;
  color: #000000;
  border-radius: 8px;
  padding: 11px 20px 11px 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.64px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 650px) {
  .button {
    font-size: 20px;
  }
}
.button svg {
  margin-top: -3px;
  vertical-align: middle;
  margin-right: 16px;
  transition: all 0.3s ease-out;
}
.button svg path {
  stroke: #000000;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #6ECEB2;
}
.button.outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid #6ECEB2;
  backdrop-filter: blur(8px);
}
.button.outline svg path {
  stroke: #ffffff;
}
.button.outline:hover {
  background: #6ECEB2;
  color: #000000;
  padding-left: 26px;
}
.button.outline:hover svg {
  margin-right: 6px;
}
.button.outline:hover svg path {
  stroke: #000000;
}
.cta-link {
  position: relative;
  color: #384967;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 650px) {
  .cta-link {
    font-size: 18px;
  }
}
.cta-link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: 1px solid #8F3237;
  width: 100%;
  max-width: 0px;
  transition: max-width 0.3s ease-out;
}
.cta-link svg {
  vertical-align: middle;
  margin-left: 10px;
}
.cta-link svg path {
  stroke: #384967;
  transition: all 0.3s ease-out;
}
.cta-link.before-arrow svg {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}
.cta-link:hover {
  color: #8F3237;
}
.cta-link:hover::before {
  max-width: 300px;
}
.cta-link:hover svg path {
  stroke: #8F3237;
}
.cta-link.white {
  color: #ffffff;
}
.cta-link.white::before {
  border-bottom: 1px solid #FFB81C;
}
.cta-link.white svg path {
  stroke: #ffffff;
  transition: all 0.3s ease-out;
}
.cta-link.white:hover {
  color: #FFB81C;
}
.cta-link.white:hover svg path {
  stroke: #FFB81C;
}
.module {
  padding: 80px 0;
  background: #ffffff;
}
@media only screen and (max-width: 900px) {
  .module {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 650px) {
  .module {
    padding: 48px 0;
  }
}
/* Responsively embed videos */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-navigation {
  display: none;
}
/*.fancybox-navigation {
	position:static;
}
.fancybox-caption__body {
	font-family:$font-karla;
	font-weight:900;
	font-size:10px;
}
.fancybox-button {
	background:transparent;
	opacity:1 !important;
	color:$color-white;
}*/
.facetwp-hidden {
  display: none !important;
}
.mejs-inner, .mejs-layers {
  position: unset;
}
:target {
  scroll-margin-top: 0;
}
/*
@import "pages/home";
@import "pages/projects-overview";
@import "pages/single-project";
@import "pages/news-overview";
@import "pages/single-news";
@import "pages/single-team-member";
@import "pages/search";
@import "pages/404";
*/
.skip-link {
  position: absolute;
  top: -43px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
}
.skip-link:focus {
  top: 0;
}
.siteheader {
  height: 81px;
  width: 100%;
  color: #ffffff;
  max-width: 100%;
  position: sticky;
  top: 0;
  z-index: 900;
  transition: height, background 1s;
  -webkit-transition: height, background 1s;
  -moz-transition: height, background 1s;
  -o-transition: height, background 1s;
  width: 100vw;
}
@media only screen and (max-width: 900px) {
  .siteheader {
    /*overflow-x: clip;*/
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 650px) {
  .siteheader {
    height: 60px;
  }
}
.siteheader .container-wide {
  justify-content: space-between;
  padding: 0 40px 0 20px;
}
@media only screen and (max-width: 900px) {
  .siteheader .container-wide {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.siteheader #logo, .siteheader #searchicon {
  flex-basis: 28px;
}
.siteheader #logo {
  margin-top: 15px;
}
@media only screen and (max-width: 900px) {
  .siteheader #logo {
    flex: 1;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 650px) {
  .siteheader #logo {
    line-height: initial;
    top: 0;
    margin-left: 0;
    flex-basis: 60%;
  }
}
.siteheader #logo a {
  display: block;
}
@media only screen and (max-width: 650px) {
  .siteheader #logo a {
    padding: 0;
  }
}
.siteheader #logo a .mark {
  transform-origin: 13px;
  transition: all 1s;
}
@media only screen and (max-width: 650px) {
  .siteheader #logo svg {
    height: 50px;
  }
}
.siteheader #logo svg:hover .mark {
  animation-name: logoanimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.siteheader .header-right {
  text-align: right;
  position: unset;
  /*height: 100px;*/
}
@media only screen and (max-width: 900px) {
  .siteheader .header-right {
    display: none;
  }
}
.siteheader .header-right .main-nav-holder {
  list-style: none;
}
@media only screen and (max-width: 1305px) {
  .siteheader .header-right .main-nav-holder {
    padding-right: 0;
  }
}
.siteheader .header-right .main-nav-holder .main-nav {
  margin-top: 15px;
}
.siteheader .header-right .main-nav-holder .main-nav > li {
  display: inline-block;
  transition: all 0.3s ease-out;
  padding: 0 15px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1105px) {
  .siteheader .header-right .main-nav-holder .main-nav > li {
    padding: 0 8px;
  }
}
.siteheader .header-right .main-nav-holder .main-nav > li > a {
  font-family: "avenir-next-lt-pro", sans-serif;
  text-decoration: none;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  display: block;
}
.siteheader .header-right .main-nav-holder .main-nav > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #FFB81C;
  transition: width 0.3s ease-out;
}
.siteheader .header-right .main-nav-holder .main-nav > li > a:hover {
  color: #FFB81C;
}
.siteheader .header-right .main-nav-holder .main-nav > li > a:hover::before {
  width: 100%;
}
.siteheader .header-right .main-nav-holder .main-nav > li > a:hover svg {
  transform: rotate(180deg);
}
.siteheader .header-right .main-nav-holder .main-nav > li > a:hover svg path {
  stroke: #FFB81C;
}
.siteheader .header-right .main-nav-holder .main-nav > li > a:focus-visible {
  outline: 3px solid #FFB81C;
}
.siteheader .header-right .main-nav-holder .main-nav > li > a.active {
  color: #FFB81C;
}
.siteheader .header-right .main-nav-holder .main-nav > li > a.active svg path {
  stroke: #FFB81C;
}
.siteheader .header-right .main-nav-holder .main-nav > li > a svg {
  margin-left: 5px;
  vertical-align: middle;
  transition: all 0.3s ease-out;
}
.siteheader .header-right .main-nav-holder .main-nav > li:has(.mega-menu a.active) > a {
  color: #FFB81C;
}
.siteheader .header-right .main-nav-holder .main-nav > li:has(.mega-menu a.active) > a svg path {
  stroke: #FFB81C;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100vw;
  color: #ffffff;
  padding: 20px;
  background-color: #000000;
  background-image: url(images/pattern-hex-black.svg);
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu a {
  color: #ffffff;
  text-decoration: none;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area {
  flex-basis: 700px;
  min-height: 300px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 20px;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area:has(.featured-news) {
  border-right: none;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image .label {
  position: absolute;
  right: 30px;
  top: 16px;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  line-height: normal;
  transition: all 0.3s ease-out;
  max-width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  interpolate-size: allow-keywords;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image .label svg {
  vertical-align: middle;
  transition: all 0.3s ease-out;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image .overlay {
  position: absolute;
  bottom: 0;
  height: 100%;
  max-height: 0px;
  width: 100%;
  background: linear-gradient(270deg, #384967 20%, rgba(56, 73, 103, 0) 100%), linear-gradient(0deg, #384967 0%, #384967 100%), #000;
  background-blend-mode: normal, multiply, color;
  transition: all 0.3s ease-out;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image .overlay .blurb-text {
  position: absolute;
  right: 20px;
  top: 75px;
  max-width: 334px;
  text-align: left;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image:hover .overlay, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image:focus-visible .overlay {
  max-height: 400px;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image:hover .label, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image:focus-visible .label {
  background: #FFB81C;
  color: #000000;
  outline: 1px solid #fff;
  outline-offset: 4px;
  max-width: 324px;
  justify-content: space-between;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image:hover .label svg path, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image:focus-visible .label svg path {
  stroke: #000000;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news {
  overflow: hidden;
  clip-path: polygon(calc(100% - 83px) 0%, 100% 48px, 100% 100%, 0 100%, 0 0);
  display: block;
  position: relative;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news .project-meta {
  height: 100%;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news .project-meta .title-box {
  text-align: left;
  position: absolute;
  bottom: 0;
  height: 100%;
  max-height: 100px;
  transition: all 0.3s ease-out;
  padding: 20px 30px;
  padding-bottom: 0;
  width: 100%;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news .project-meta .title-box::before {
  clip-path: unset;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news .project-meta .title-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 0%, #000 100%), #000;
  mix-blend-mode: color;
  z-index: 1;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news .project-meta .title-box .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(84, 88, 89, 0) 0%, #545859 79.81%);
  opacity: 0;
  z-index: 3;
  transition: 0.3s ease;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news .project-meta .title-box h3 {
  font-size: 24px;
  z-index: 3;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news .project-meta .title-box .blurb {
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  max-width: 500px;
  margin-top: 10px;
  margin-bottom: 30px;
  z-index: 3;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news .project-meta .title-box .read-more {
  position: absolute;
  bottom: -100px;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 3;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news:hover .title-box, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news:focus-visible .title-box {
  max-height: 400px;
  padding-bottom: 30px;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news:hover .title-box .gradient, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news:focus-visible .title-box .gradient {
  opacity: 1;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news:hover .title-box .blurb, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news:focus-visible .title-box .blurb {
  opacity: 1;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news:hover .title-box .read-more, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news:focus-visible .title-box .read-more {
  bottom: 20px;
  opacity: 1;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news:hover .label, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news:focus-visible .label {
  background: #FFB81C;
  color: #000000;
  outline: 1px solid #fff;
  outline-offset: 4px;
  max-width: 324px;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news:hover .label svg path, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-news:focus-visible .label svg path {
  stroke: #000000;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns {
  flex: 1;
  gap: 20;
  text-align: left;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links:last-child {
  border: none;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li {
  margin-bottom: 5px;
  margin-left: 10px;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a {
  font-weight: 700;
  line-height: 150%;
  transition: all 0.3s ease-out;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a svg {
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a:hover, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a:focus-visible {
  color: #FFB81C;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a:hover svg, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a:focus-visible svg {
  margin-left: 15px;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a:hover svg path, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a:focus-visible svg path {
  stroke: #FFB81C;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child {
  margin-bottom: 25px;
  margin-left: 0;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  background: #000000;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a:hover, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a:focus-visible {
  background: #FFB81C;
  color: #000000;
  outline: 1px solid #fff;
  outline-offset: 4px;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a:hover svg, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a:focus-visible svg {
  margin-left: 10px;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a:hover svg path, .siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a:focus-visible svg path {
  stroke: #000000;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li .link-blurb {
  margin-left: 10px;
  margin-top: 20px;
  color: #D7D2CB;
}
.siteheader .header-right .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links:only-child a {
  max-width: fit-content;
}
.siteheader #mobilenav {
  display: none;
}
@media only screen and (max-width: 900px) {
  .siteheader #mobilenav {
    display: block;
    flex: 0;
    text-align: right;
    padding-right: 0;
    margin-top: 0;
  }
}
.nav-search-field-mobile {
  display: none;
  padding: 30px;
  background: #ffffff;
  color: #000000;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 900;
}
.nav-search-field-mobile .close-nav-search {
  display: none;
  top: 12px;
  position: relative;
}
.nav-search-field-mobile .close-nav-search svg path {
  stroke: #ffffff;
}
.nav-search-field-mobile #search {
  width: 85%;
  border: none;
  border-bottom: 2px solid #8F3237;
  background: none;
  color: #8F3237;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  -webkit-appearance: none;
  border-radius: 0;
}
.nav-search-field-mobile #search::placeholder {
  color: #8F3237;
  opacity: 1;
}
body.admin-bar .siteheader {
  top: 32px;
}
body.home .siteheader {
  position: absolute;
  opacity: 0;
  animation-name: homepage-nav-fade;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
footer {
  background: #003C6C;
  color: #ffffff;
  padding: 40px 0;
  z-index: 200;
  position: relative;
}
@media only screen and (max-width: 650px) {
  footer {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 450px) {
  footer {
    position: relative;
  }
}
footer .footer-columns {
  gap: 32px;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  footer .footer-columns {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 900px) {
  footer .footer-column {
    flex-basis: 100%;
    max-width: 100% !important;
  }
}
footer .footer-links {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  footer .footer-links {
    order: 3;
  }
}
footer .footer-links h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFB81C;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
  margin-top: 16px;
}
footer .footer-links .menu-quicklinks-container ul {
  columns: 2;
  column-gap: 30px;
}
footer .footer-links .menu-quicklinks-container ul li {
  margin-bottom: 10px;
}
footer .footer-links .menu-quicklinks-container ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1.6px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
footer .footer-links .menu-quicklinks-container ul li a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: 1px solid #FFB81C;
  width: 100%;
  max-width: 0px;
  transition: max-width 0.3s ease-out;
}
footer .footer-links .menu-quicklinks-container ul li a:hover {
  color: #FFB81C;
}
footer .footer-links .menu-quicklinks-container ul li a:hover::before {
  max-width: 300px;
}
footer .footer-links .footer-legal {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 33px;
}
@media only screen and (max-width: 900px) {
  footer .footer-links .footer-legal {
    text-align: center;
  }
}
footer .footer-links .footer-legal a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 20px;
  transition: all 0.3s ease-out;
}
footer .footer-links .footer-legal a:hover {
  text-decoration: underline;
  color: #FFB81C;
}
footer .footer-social {
  display: flex;
  gap: 40px;
  align-self: end;
  min-width: 190px;
  flex-grow: 1;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  footer .footer-social {
    justify-content: center;
    order: 3;
  }
}
footer .footer-social a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-social a svg {
  display: block;
  height: 42px;
  width: auto;
}
footer .footer-social a svg path {
  transition: fill 0.3s ease-out;
  fill: #FFB81C;
}
@media only screen and (max-width: 900px) {
  footer .footer-social.footer-social--desktop {
    display: none;
  }
}
footer .footer-cta {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  footer .footer-cta {
    order: 1;
  }
}
@media only screen and (max-width: 650px) {
  footer .footer-cta {
    max-width: 100%;
  }
}
footer .footer-cta h4 {
  font-size: 40px;
  font-weight: 600;
  color: #FFB81C;
  text-transform: uppercase;
}
@keyframes homepage-nav-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes homepage-hero-underline {
  0% {
    max-width: 0px;
  }
  100% {
    max-width: 100%;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.homepage-hero {
  aspect-ratio: 1.7777777778;
  background: #000000;
}
.homepage-hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.homepage-hero .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(44.22% 84.5% at 100% 50%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.54) 100%);
  z-index: 2;
}
.homepage-hero .intersect {
  position: absolute;
  top: 29px;
  left: 0;
  width: 638px;
  height: calc(100% - 58px);
  fill: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(9.300699234px);
  z-index: 3;
}
.homepage-hero .circle-pattern {
  position: absolute;
  top: 0;
  height: fit-content;
  width: 100%;
  mix-blend-mode: screen;
  z-index: 4;
}
.homepage-hero .message {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  width: 100%;
  max-width: 430px;
  z-index: 5;
  /*opacity:0;*/
  /*bottom: 250px;*/
}
.homepage-hero .message h1 {
  /*animation-name: homepage-hero-message;
		animation-duration: 1.5s;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-fill-mode:forwards;*/
  position: relative;
  font-size: 49px;
  font-weight: 400;
  line-height: 146%;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.homepage-hero .message h1 strong {
  font-size: 60px;
  font-weight: 700;
}
.homepage-hero .message h1 strong span {
  font-size: 72.5px;
  font-weight: 800;
}
.homepage-hero .message h1 sup {
  font-size: 24px;
  vertical-align: super;
  top: -20px;
}
.homepage-hero .logo-marquee {
  position: absolute;
  opacity: 0;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  animation-name: homepage-nav-fade;
  animation-duration: 1.5s;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.homepage-hero .logo-marquee:hover .logo-track {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .homepage-hero .logo-marquee .logo-track {
    animation: none;
  }
}
.homepage-hero .logo-marquee .logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 5rem;
  animation: marquee 30s linear infinite;
  will-change: transform;
}
.homepage-hero .logo-marquee .logo-track .logo-set {
  display: flex;
  gap: 100px;
  width: 100vw;
}
.homepage-hero .logo-marquee .logo-track .logo-set .logo {
  flex: 0 0 auto;
}
.homepage-hero .logo-marquee .logo-track .logo-set .logo img {
  display: block;
  height: 32px;
  width: auto;
}
.intro-section {
  padding: 200px 0 0 0;
  background: linear-gradient(180deg, var(--Dark-Blue-700, #002D51) 0%, var(--Dark-Blue-500, #004B87) 100%);
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .intro-section {
    padding: 30px 0;
  }
}
.intro-section .container-wide.flex {
  justify-content: flex-end;
}
.intro-section .container-wide.flex .intro-inner {
  max-width: 720px;
}
.intro-section .container-wide.flex .intro-inner ul {
  list-style-type: none;
  margin: 0.5em 0 1em 15px;
  font-size: 16px;
  line-height: 150%;
}
.intro-section .container-wide.flex .intro-inner ul > li {
  margin-bottom: 12px;
  padding-left: 11px;
  position: relative;
}
.intro-section .container-wide.flex .intro-inner ul > li::before {
  content: "";
  width: 1px;
  height: 17px;
  border-left: 1px solid #E1B87F;
  position: absolute;
  top: 2px;
  left: -15px;
}
.intro-section .container-wide.flex .intro-inner ul > li ul {
  list-style-type: none;
  margin-left: 5px;
}
.intro-section .container-wide.flex .intro-inner ul > li ul li {
  font-weight: 400;
}
.intro-section .container-wide.flex .intro-inner ul > li ul li::before {
  content: "";
  width: 1px;
  height: 17px;
  border-left: 1px solid #E1B87F;
  position: absolute;
  top: 2px;
  left: -15px;
}
.intro-section .container-wide.flex .intro-inner ol {
  list-style-type: decimal;
  margin: 0.5em 0 1em 15px;
  font-size: 16px;
  line-height: 150%;
}
.intro-section .container-wide.flex .intro-inner ol li {
  margin-bottom: 12px;
  font-weight: 400;
}
.intro-section .container-wide.flex .intro-inner ol li ol {
  list-style-type: lower-alpha;
}
.intro-section .container-wide.flex .intro-inner ol li ol li {
  font-weight: 400;
}
.intro-section .container-wide.flex .intro-inner ol li ol li::marker {
  font-weight: 700;
}
@media only screen and (max-width: 1440px) {
  .intro-section .container-wide.flex .intro-inner {
    max-width: calc(100% - 40%);
  }
}
@media only screen and (max-width: 1105px) {
  .intro-section .container-wide.flex .intro-inner {
    max-width: 1600px;
  }
}
.intro-section .container-wide.flex .intro-inner h2 {
  max-width: 420px;
  margin-bottom: 20px;
}
.interactive-services-slider {
  padding: 120px 0;
  background: #004B87;
  min-height: 800px;
  overflow: hidden;
}
.interactive-services-slider .circle-pattern {
  position: absolute;
  top: 0;
  height: fit-content;
  width: 100%;
  transition-duration: 5s !important;
  opacity: 1 !important;
}
.interactive-services-slider .container-wide.flex {
  gap: auto;
}
/*

@import "parts/flex-cta-thin";
@import "parts/flex-location-callout";
@import "parts/flex-page-header";
@import "parts/flex-by-the-numbers";
@import "parts/flex-text-image";
@import "parts/flex-featured-project";

@import "parts/flex-photo-carousel";
@import "parts/flex-testimonial-carousel";
@import "parts/flex-interactive-video-player";
@import "parts/flex-related-projects";
@import "parts/flex-related-news";
@import "parts/flex-featured-news";
@import "parts/flex-single-video";
@import "parts/flex-timeline";
@import "parts/flex-call-to-action";
@import "parts/flex-awards";
@import "parts/flex-team-member-grid";
@import "parts/flex-what-we-do";
@import "parts/flex-locations";
@import "parts/flex-text-form";
@import "parts/flex-groups-of-bullets";
@import "parts/flex-resources";
@import "parts/flex-featured-contacts";
@import "parts/flex-faqs";
@import "parts/flex-grid-of-cards";
@import "parts/flex-default-content";
@import "parts/flex-jump-menu";
@import "parts/flex-grid-of-icons-blurbs";
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}
/* Icons (disabled)
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("fonts/slick.eot");
        src: slick-font-url("fonts/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("fonts/slick.woff") format("woff"), slick-font-url("fonts/slick.ttf") format("truetype"), slick-font-url("fonts/slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: " ";
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: " ";
}
/* Custom Stuff */
.slick-prev-next img {
  top: 50%;
  position: absolute;
}
.slick-prev-next.slick-prev img {
  left: 10px;
}
.slick-prev-next.slick-next img {
  right: 10px;
  transform: rotate(180deg);
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body label, body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body legend {
  color: #8F3237;
  font-size: 16px;
  font-weight: 700;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container input[type=text], body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container input[type=email], body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container input[type=tel], body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container input[type=number], body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container input[type=file], body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container select, body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container textarea {
  border: none;
  border-radius: unset;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container .name_first label, body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container .name_last label {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.28px;
  margin-top: 5px;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container input:where([type="checkbox"], [type="radio"]) {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  position: relative;
  outline: none !important;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container input:where([type="checkbox"], [type="radio"])::before {
  display: none;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container input:where([type="checkbox"], [type="radio"])::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid #000000;
  transition: all 0.3s ease-out;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container input:where([type="checkbox"], [type="radio"]):checked {
  background: #FFB81C;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container input:where([type="checkbox"], [type="radio"]):checked::after {
  outline-offset: 5px;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container input:where([type="checkbox"], [type="radio"])[type="radio"]::after {
  border-radius: 50%;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container .add_list_item, body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container .delete_list_item {
  background: #8F3237;
  border-radius: 0px;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container.ginput_container_multiselect option {
  -webkit-appearance: none;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container.ginput_container_multiselect option:checked {
  background: #FFB81C;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container.ginput_container_multiselect .chosen-choices li {
  background: #FFB81C !important;
  color: #000000 !important;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container.ginput_container_multiselect .chosen-choices li a {
  filter: invert(1);
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .ginput_container.ginput_container_multiselect .chosen-choices li.search-field {
  background: transparent !important;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body fieldset:not(.gfield--type-name, .gfield--type-address) legend {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body fieldset:not(.gfield--type-name, .gfield--type-address) label {
  color: #000000;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .gform_drop_area {
  border: none;
  border-radius: unset;
  color: #384967;
  padding: 20px;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .gform_drop_area::before {
  background-image: url(images/upload-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  height: 55px;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform-body .gform_drop_area button {
  background: #384967;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform_footer .gform_button {
  background: #000000;
  color: #ffffff;
  padding: 6px 10px 9px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 2.4px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
  outline: 1px solid transparent;
  border-radius: 0;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform_footer .gform_button svg {
  margin-top: 3px;
  vertical-align: middle;
  margin-left: 10px;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform_footer .gform_button svg path {
  stroke: #ffffff;
  transition: all 0.3s ease-out;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform_footer .gform_button:hover {
  background: #FFB81C;
  color: #000000;
  outline-color: #000000;
  outline-offset: 5px;
}
body.page-template-page-flex-modules .gform-theme.gform-theme--framework.gform_wrapper .gform_footer .gform_button:hover svg path {
  stroke: #000000;
}
/*  --------------------- Mobile Nav Styles  ------------------------*/
ul.mobileicons {
  list-style: none;
  line-height: unset;
  margin-top: 12px;
  padding-left: 0;
  z-index: 902;
  position: relative;
}
ul.mobileicons li {
  display: inline-block;
  margin-left: 0px;
}
ul.mobileicons li img {
  margin-top: -15px;
}
#nav-icon3 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 10px 0 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 8px;
}
#nav-icon3 span:nth-child(4) {
  top: 16px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#mobilenavcontainer {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 901;
  background-color: #000000;
  background-image: url(images/pattern-hex-black.svg);
  color: #ffffff;
  width: 100%;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 15px;
  width: 100%;
  height: 100vh;
  display: none;
}
@media only screen and (max-width: 1105px) {
  #mobilenavcontainer {
    /*display: block;*/
  }
}
#mobilenavcontainer.open {
  right: 0;
  display: block;
}
#mobilenavcontainer .global-nav {
  background: #D7D2CB;
  padding: 15px 20px;
}
#mobilenavcontainer .global-nav .nav-search-field {
  background: #ffffff;
  border-bottom: 1px solid #8F3237;
  margin-bottom: 15px;
}
#mobilenavcontainer .global-nav .nav-search-field #search {
  width: 90%;
  border: none;
  line-height: 128%;
  font-size: 14px;
  padding-left: 5px;
}
#mobilenavcontainer .global-nav .nav-search-field #search::placeholder {
  color: #8F3237;
}
#mobilenavcontainer .global-nav .nav-search-field .submit-search {
  background: none;
  border: none;
}
#mobilenavcontainer .global-nav .nav-search-field .submit-search svg {
  vertical-align: middle;
}
#mobilenavcontainer .global-nav .nav-search-field .submit-search svg circle, #mobilenavcontainer .global-nav .nav-search-field .submit-search svg path {
  stroke: #8F3237;
}
#mobilenavcontainer .global-nav .menu-global-nav-container li {
  margin-bottom: 15px;
}
#mobilenavcontainer .global-nav .menu-global-nav-container li a {
  font-weight: 600;
  color: #000000;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
}
#mobilenavcontainer .global-nav .menu-global-nav-container li:last-of-type {
  margin-bottom: 0;
}
#mobilenavcontainer .main-nav-holder {
  padding: 15px 20px;
  height: inherit;
  position: relative;
  z-index: 1;
}
#mobilenavcontainer .main-nav-holder .main-nav {
  overflow-x: hidden;
  height: inherit;
}
#mobilenavcontainer .main-nav-holder .main-nav > li {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  position: unset;
}
#mobilenavcontainer .main-nav-holder .main-nav > li > a {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
#mobilenavcontainer .main-nav-holder .main-nav > li > a svg {
  margin-left: 10px;
  transform: rotate(-90deg);
  vertical-align: center;
}
#mobilenavcontainer .main-nav-holder .main-nav > li > a svg path {
  stroke-width: 2px;
}
#mobilenavcontainer .main-nav-holder .main-nav > li.open {
  height: inherit;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu {
  /*display:none;*/
  position: absolute;
  top: 0;
  left: 100%;
  max-height: calc(100dvh - 250px);
  overflow-y: auto;
  height: inherit;
  width: 100%;
  transition: left 0.3s ease-out;
  background-color: #000000;
  background-image: url(images/pattern-hex-black.svg);
  color: #ffffff;
  z-index: 2;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu.open {
  left: 0;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .close-mega {
  font-size: 24px;
  font-family: "avenir-next-lt-pro", sans-serif;
  color: #FFB81C;
  font-weight: 700;
  text-decoration: none;
  margin-left: 15px;
  margin-top: 15px;
  display: inline-block;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .close-mega svg {
  transform: rotate(90deg);
  vertical-align: middle;
  margin-right: 10px;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .close-mega svg path {
  stroke: #FFB81C;
  stroke-width: 2px;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner {
  flex-direction: column;
  padding: 20px;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner a {
  color: #ffffff;
  text-decoration: none;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area {
  margin-bottom: 20px;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image {
  /*display:none;*/
  display: flex;
  flex-direction: column;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image img {
  display: none;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image .overlay {
  order: 2;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image .overlay .blurb-text {
  margin-left: 10px;
  margin-top: 20px;
  color: #D7D2CB;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .featured-area .featured-image .label {
  order: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  background: #2D2926;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns {
  flex-direction: column;
  gap: 20px;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links {
  flex: 1;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links:last-child {
  border: none;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li {
  margin-bottom: 5px;
  margin-left: 10px;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a {
  font-weight: 700;
  line-height: 150%;
  transition: all 0.3s ease-out;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a svg {
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a:hover, #mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a:focus-visible {
  color: #FFB81C;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a:hover svg, #mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a:focus-visible svg {
  margin-left: 15px;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a:hover svg path, #mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li a:focus-visible svg path {
  stroke: #FFB81C;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child {
  margin-left: 0;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  background: #000000;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a:hover, #mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a:focus-visible {
  background: #FFB81C;
  color: #000000;
  outline: 1px solid #fff;
  outline-offset: 4px;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a:hover svg, #mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a:focus-visible svg {
  margin-left: 10px;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a:hover svg path, #mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li:first-child a:focus-visible svg path {
  stroke: #000000;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links li .link-blurb {
  margin-left: 10px;
  margin-top: 20px;
  color: #D7D2CB;
}
#mobilenavcontainer .main-nav-holder .main-nav > li .mega-menu .mega-menu-inner .link-columns .links:only-child a {
  max-width: fit-content;
}
ul.mobilenav {
  margin: 0;
  padding: 0;
}
ul.mobilenav li {
  display: block;
  float: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
ul.mobilenav li.open {
  margin-bottom: 25px;
}
ul.mobilenav li:last-child {
  border: none;
  padding-bottom: 0;
}
ul.mobilenav li > a svg {
  display: none;
}
ul.mobilenav li.menu-item-has-children > a svg {
  display: block;
  position: absolute;
  right: -30px;
  top: 6px;
  width: 14px;
  height: 16px;
  text-align: center;
  outline: 0;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
ul.mobilenav li.menu-item-has-children > a.open svg {
  transform: rotate(-90deg);
}
ul.mobilenav li.menu-item-has-children > a.open svg path {
  stroke: #FFB81C;
}
ul.mobilenav li a {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  position: relative;
  padding-left: 8px;
}
ul.mobilenav li a.open {
  color: #FFB81C;
}
ul.mobilenav li ul {
  display: none;
  padding-left: 0;
  padding-top: 22px;
}
ul.mobilenav li ul li {
  padding-right: 0;
  border: none;
  margin-bottom: 7px;
  padding-bottom: 0;
}
ul.mobilenav li ul li a {
  color: #ffffff;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  font-weight: 15px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children > a {
  background-image: url(images/mobile-arrow.svg);
  background-position: right;
  background-repeat: no-repeat;
  width: 90%;
  font-size: 16px;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children .sub-menu li {
  margin-bottom: 30px;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children .sub-menu li a {
  font-size: 16px;
  font-family: "avenir-next-lt-pro", sans-serif;
  text-transform: uppercase;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children .sub-menu .sub-menu a {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 20px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fhodess.circles.studio%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fhodess%2Fsass%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fhodess%2Fsass%2F_reset.scss%22%2C%22wp-content%2Fthemes%2Fhodess%2Fsass%2F_variables.scss%22%2C%22wp-content%2Fthemes%2Fhodess%2Fsass%2F_global.scss%22%2C%22wp-content%2Fthemes%2Fhodess%2Fsass%2Fparts%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fhodess%2Fsass%2Fparts%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fhodess%2Fsass%2Fparts%2F_animations.scss%22%2C%22wp-content%2Fthemes%2Fhodess%2Fsass%2Fparts%2F_flex-home-hero.scss%22%2C%22wp-content%2Fthemes%2Fhodess%2Fsass%2Fparts%2F_flex-intro-section.scss%22%2C%22wp-content%2Fthemes%2Fhodess%2Fsass%2Fparts%2F_flex-interactive-services-slider.scss%22%2C%22wp-content%2Fthemes%2Fhodess%2Fsass%2Fcomponents%2Fslick-theme.scss%22%2C%22wp-content%2Fthemes%2Fhodess%2Fsass%2Fcomponents%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fhodess%2Fsass%2Fcomponents%2F_mobile-nav.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0e%3BAAAA%3BAAAA%3BAAAmB%3BAAAA%3BAAAA%3BAAAsB%3BAAAA%3BAAAA%3BAAAyB%3BAAAA%3BAAAA%3BAAAA%3BAAA4E%3BAAAA%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAA4F%3BAAAA%3BAAAA%3BAACppB%3BAAAA%3BAAAA%3BAAAA%3BAAChH%3BAAAA%3BAAAA%3BAAAA%3BADFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAFzLD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%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%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHlVD%3BAGyVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAH3WA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG6XA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAHrYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAaT%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1KF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACfJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChIL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BANqLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAM%2FOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACzBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BATfD%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU4CI%3BAAAA%3BAAAA%3BAV5CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU8DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAVjHJ%3BAU0HC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAVnID%3BAU%2BIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAC9LN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAXpKL%3BAYCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAYT%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%22%7D */