@charset "UTF-8";
/*
Theme Name: Morrison-Maierle
*/
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;
}
a[href^="tel"] {
  color: inherit !important;
  text-decoration: none !important;
}
/* ##### COLORS ##### */
/* ##### FONTS ##### */
/* ##### SCREEN SIZES ##### */
/* ##### UTILITY VARIABLES ##### */
/* ##### DEFAULT TEXT STYLES ##### */
h1 {
  font-size: 54px;
  font-weight: 300;
  font-family: 'Kanit', sans-serif;
  line-height: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1105px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 42px;
  font-weight: 500;
  font-family: 'Kanit', sans-serif;
  line-height: 1.15em;
  color: #002F70;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1105px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Kanit', sans-serif;
  line-height: 1.25em;
  color: #002F70;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1105px) {
  h3 {
    font-size: 28px;
  }
}
h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Kanit', sans-serif;
  line-height: 1.25em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1105px) {
  h4 {
    font-size: 24px;
    line-height: 1.1em;
  }
}
h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Kanit', sans-serif;
  line-height: 1.25em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1105px) {
  h5 {
    font-size: 22px;
    line-height: 1.1em;
  }
}
h6 {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Kanit', sans-serif;
  line-height: 1.25em;
}
@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;
}
body {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  color: #333F4C;
}
a {
  text-decoration: none;
  color: #005FBE;
}
p {
  line-height: 150%;
  margin: 0 0 1em 0;
  letter-spacing: 0.25px;
}
img {
  max-width: 100%;
  height: auto;
}
div.alignleft, img.alignleft {
  display: block;
}
@media only screen and (min-width: 900px) {
  div.alignleft, img.alignleft {
    float: left;
    margin: 0 25px 25px 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 25px 25px;
  }
}
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: 450px) {
  #page {
    /*overflow: hidden; */
    margin-bottom: 0 !important;
  }
}
#content {
  overflow-x: clip;
}
.flex {
  display: flex;
}
.flexwrap {
  flex-wrap: wrap;
}
.flexcenter {
  align-items: center;
}
.flexsplit {
  justify-content: space-between;
}
.container {
  max-width: 1166px;
  margin: 0 auto;
}
@media only screen and (max-width: 1255px) {
  .container {
    margin: 0 20px;
  }
}
.container-narrow {
  max-width: 900px;
  margin: 0 auto 0 98px;
}
@media only screen and (max-width: 1255px) {
  .container-narrow {
    margin: 0 20px;
  }
}
.bluebutton {
  display: inline-block;
  font-family: 'Kanit', sans-serif;
  background: #005FBE;
  color: #ffffff;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 14px;
}
.bluebutton svg {
  display: none;
}
.button {
  display: inline-block;
  font-family: 'Kanit', sans-serif;
  color: #005FBE !important;
  background: #ffffff;
  text-transform: uppercase;
  border: 1px solid #005FBE;
  padding: 0px 0px 0px 10px;
  text-decoration: none;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  height: 25px;
  line-height: 25px;
}
.button svg {
  width: 25px;
  height: 25px;
  border-left: 1px solid #005FBE;
  vertical-align: bottom;
  margin-left: 10px;
}
.button.white-outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff !important;
}
.button.white-outline svg {
  border-color: #ffffff;
}
.button.email-icon svg {
  width: 15px;
  height: 25px;
  padding: 0 5px;
  box-sizing: initial;
}
.button:hover svg {
  background: #6CC351;
}
.button:hover svg path {
  fill: #ffffff;
}
.cta-link {
  display: inline-block;
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #005FBE;
  font-weight: 500;
  letter-spacing: 0.75px;
  position: relative;
}
.cta-link span {
  border-bottom: 1px solid #005FBE;
  padding-bottom: 5px;
}
.cta-link svg {
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.cta-link:hover {
  color: #43852E;
}
.cta-link:hover span {
  border-color: #43852E;
}
.cta-link:hover svg path {
  fill: #005FBE;
}
.cta-link.reversed {
  color: #ffffff;
}
.cta-link.reversed span {
  border-bottom: 1px solid #ffffff;
}
.cta-link.reversed:hover {
  color: #6CC351;
}
.cta-link.reversed:hover span {
  border-bottom: 1px solid #6CC351;
}
.cta-link.reversed:hover svg path {
  fill: #ffffff;
}
.ctas a {
  margin-right: 20px;
}
.module {
  padding: 30px 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-navigation {
  position: static;
}
.fancybox-caption__body {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 900;
  font-size: 10px;
}
.fancybox-button {
  background: transparent;
  opacity: 1 !important;
  color: #ffffff;
}
.facetwp-hidden {
  display: none !important;
}
.home-hero {
  height: 50vw;
  min-height: 350px;
}
.home-hero .backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333F4C;
  overflow: hidden;
}
.home-hero .backgrounds img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: spin_photos 6s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.home-hero .backgrounds video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}
.home-hero .scrolldown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: center;
}
.home-hero .scrolldown svg {
  display: block;
  margin: 10px auto;
}
@media only screen and (max-width: 650px) {
  .home-hero .scrolldown {
    display: none;
  }
}
.home-hero h1 {
  position: relative;
  color: #ffffff;
  font-size: 42px;
  line-height: 162%;
  font-weight: 400;
  padding-top: 15vw;
  max-width: 600px;
}
@media only screen and (max-width: 650px) {
  .home-hero h1 {
    font-size: 28px;
    padding-top: 28vw;
  }
}
.home-hero .words {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .home-hero .words {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }
}
.home-hero .words span {
  font-size: 56px;
  line-height: 59px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  height: 100%;
  animation: spin_words 6s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 650px) {
  .home-hero .words span {
    font-size: 38px;
    line-height: 40px;
  }
}
@keyframes spin_words {
  25% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(-100px);
  }
  75% {
    transform: translateY(-150px);
  }
  100% {
    transform: translateY(-200px);
  }
}
@media only screen and (max-width: 650px) {
  @keyframes spin_words {
    25% {
      transform: translateY(-40px);
    }
    50% {
      transform: translateY(-80px);
    }
    75% {
      transform: translateY(-120px);
    }
    100% {
      transform: translateY(-160px);
    }
  }
}
@keyframes spin_photos {
  33% {
    transform: translateY(-100%);
  }
  66% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(-300%);
  }
}
.latest-insights {
  background-repeat: no-repeat;
  background-size: cover;
}
.latest-insights .latest-insights-grid {
  display: grid;
  grid-auto-columns: 2fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 45px;
  margin: 30px 0;
}
@media only screen and (max-width: 900px) {
  .latest-insights .latest-insights-grid {
    display: block;
  }
}
.latest-insights .latest-insights-grid .insight {
  height: 245px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .latest-insights .latest-insights-grid .insight {
    height: 450px;
  }
}
@media only screen and (max-width: 650px) {
  .latest-insights .latest-insights-grid .insight {
    height: 375px;
  }
}
.latest-insights .latest-insights-grid .insight img {
  position: absolute;
  top: 0;
  left: 0;
  width: 245px;
  height: 245px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 900px) {
  .latest-insights .latest-insights-grid .insight img {
    width: 100%;
    height: 450px;
  }
}
@media only screen and (max-width: 650px) {
  .latest-insights .latest-insights-grid .insight img {
    height: 375px;
  }
}
.latest-insights .latest-insights-grid .insight .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 245px;
  height: 245px;
  background: rgba(0, 143, 173, 0.8);
}
.latest-insights .latest-insights-grid .insight:first-child {
  grid-row-end: span 2;
  height: auto;
}
.latest-insights .latest-insights-grid .insight:first-child img {
  width: 100%;
  height: 100%;
}
.latest-insights .latest-insights-grid .insight:first-child .overlay {
  width: 100%;
  height: 100%;
}
.latest-insights .latest-insights-grid .insight:first-child .title-card {
  right: -30px;
}
.latest-insights .latest-insights-grid .insight .title-card {
  position: absolute;
  right: 0;
  bottom: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
  width: calc(100% - 230px);
  padding: 0 20px 20px 20px;
}
@media only screen and (max-width: 650px) {
  .latest-insights .latest-insights-grid .insight .title-card {
    bottom: 0;
    width: 100%;
  }
}
.latest-insights .latest-insights-grid .insight .title-card .insight-cat {
  display: inline-block;
  background: rgba(0, 47, 112, 0.9);
  color: #ffffff;
  font-size: 12px;
  line-height: 27px;
  padding: 0 30px 0 23px;
  top: -15px;
  margin-left: -20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}
.latest-insights .latest-insights-grid .insight .title-card .insight-date {
  color: #00819C;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.latest-insights .latest-insights-grid .insight .title-card h3 {
  font-size: 20px;
  color: #002F70;
}
.latest-insights .latest-insights-grid .insight .title-card a.cta-link {
  display: none;
  margin-top: 7px;
}
.latest-insights .latest-insights-grid .insight:hover .overlay {
  display: block;
}
.latest-insights .latest-insights-grid .insight:hover .title-card a.cta-link {
  display: inline-block;
}
.latest-insights .slider-navigation-outer {
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .latest-insights .slider-navigation-outer {
    display: none;
  }
}
.latest-insights .slider-navigation-outer .slider-navigation {
  height: 25px;
  padding: 0 30px;
  display: inline-block;
}
.latest-insights .slider-navigation-outer .slider-navigation .slick-prev, .latest-insights .slider-navigation-outer .slider-navigation .slick-next {
  background: none;
  border: 1px solid #005FBE;
  width: 25px;
  height: 25px;
}
.latest-insights .slider-navigation-outer .slider-navigation .slick-prev svg, .latest-insights .slider-navigation-outer .slider-navigation .slick-next svg {
  top: 0px;
}
.latest-insights .slider-navigation-outer .slider-navigation .slick-prev svg:hover, .latest-insights .slider-navigation-outer .slider-navigation .slick-next svg:hover {
  background: #6CC351;
}
.latest-insights .slider-navigation-outer .slider-navigation .slick-prev svg:hover path, .latest-insights .slider-navigation-outer .slider-navigation .slick-next svg:hover path {
  fill: #ffffff;
}
.latest-insights .slider-navigation-outer .slider-navigation .slick-prev svg {
  transform: rotate(180deg);
}
.latest-insights .slider-navigation-outer .slider-navigation .slick-dots {
  position: relative;
  bottom: initial;
  padding: 0 10px;
}
.latest-insights .slider-navigation-outer .slider-navigation .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 10px;
}
.latest-insights .slider-navigation-outer .slider-navigation .slick-dots li button::before {
  content: "";
  height: 12px;
  width: 12px;
  font-size: 23px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0);
  border: 1px solid #005FBE;
  opacity: 1;
  transform: all 0.5s;
}
.latest-insights .slider-navigation-outer .slider-navigation .slick-dots li.slick-active button::before {
  font-size: 50px;
  line-height: 16px;
  background: #6CC351;
  opacity: 1;
}
.latest-insights .view-more-insights {
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .latest-insights .view-more-insights {
    text-align: center;
    margin-top: 30px;
  }
}
.project-highlights .title-bar {
  background: rgba(0, 95, 190, 0.9);
  padding: 14px 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.project-highlights .title-bar .container.flex {
  align-content: space-between;
}
.project-highlights .title-bar .container.flex h2 {
  color: #ffffff;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  flex: 1;
}
@media only screen and (max-width: 650px) {
  .project-highlights .title-bar .container.flex .button {
    display: none;
  }
}
.project-highlights .featured-projects-slider {
  height: 550px;
  z-index: 1;
}
@media only screen and (max-width: 650px) {
  .project-highlights .featured-projects-slider {
    height: auto;
  }
}
.project-highlights .featured-projects-slider .slick-list {
  height: 100%;
}
.project-highlights .featured-projects-slider .slick-list .slick-track {
  height: 100%;
}
.project-highlights .featured-projects-slider .project {
  height: 100%;
}
.project-highlights .featured-projects-slider .project .description {
  position: absolute;
  background: #002F70;
  color: #ffffff;
  padding: 100px 360px 100px calc(50vw - 600px);
  height: 100%;
  width: 55%;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 320px) 100%, 0% 100%);
  z-index: 2;
}
@media only screen and (max-width: 1255px) {
  .project-highlights .featured-projects-slider .project .description {
    padding: 100px 260px 40px 50px;
    width: 65%;
  }
}
@media only screen and (max-width: 900px) {
  .project-highlights .featured-projects-slider .project .description {
    width: 75%;
    padding: 100px 260px 40px 25px;
  }
}
@media only screen and (max-width: 650px) {
  .project-highlights .featured-projects-slider .project .description {
    width: 100%;
    position: relative;
    padding: 100px 25px 25px 25px;
    clip-path: unset;
    height: auto;
  }
}
.project-highlights .featured-projects-slider .project .description .project-industry {
  display: inline-block;
  background: rgba(0, 129, 156, 0.9);
  color: #ffffff;
  font-size: 12px;
  line-height: 27px;
  padding: 0 30px 0 23px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  margin-bottom: 50px;
  min-width: 50%;
}
@media only screen and (max-width: 1255px) {
  .project-highlights .featured-projects-slider .project .description .project-industry {
    margin-bottom: 25px;
  }
}
.project-highlights .featured-projects-slider .project .description h3 {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.25px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .project-highlights .featured-projects-slider .project .description h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.project-highlights .featured-projects-slider .project img {
  height: 100%;
  position: absolute;
  right: 0;
  width: calc(45% + 305px);
  clip-path: polygon(320px 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1255px) {
  .project-highlights .featured-projects-slider .project img {
    width: calc(35% + 305px);
  }
}
@media only screen and (max-width: 900px) {
  .project-highlights .featured-projects-slider .project img {
    width: calc(25% + 305px);
  }
}
@media only screen and (max-width: 650px) {
  .project-highlights .featured-projects-slider .project img {
    position: relative;
    width: 100%;
    clip-path: unset;
    height: auto;
  }
}
.project-highlights .slider-navigation-outer {
  background: #ffffff;
  text-align: right;
  padding: 20px calc(50vw - 583px) 0 0;
  bottom: 0px;
  z-index: 2;
  height: 45px;
  width: calc(45% + 319px);
  clip-path: polygon(36px 0, 100% 0%, 100% 100%, 0% 100%);
  right: 0;
  position: absolute;
}
@media only screen and (max-width: 1255px) {
  .project-highlights .slider-navigation-outer {
    padding: 20px 50px 0;
    width: calc(35% + 319px);
  }
}
@media only screen and (max-width: 900px) {
  .project-highlights .slider-navigation-outer {
    width: calc(25% + 319px);
  }
}
@media only screen and (max-width: 650px) {
  .project-highlights .slider-navigation-outer {
    position: relative;
    width: 100%;
    clip-path: unset;
    text-align: center;
  }
}
.project-highlights .slider-navigation-outer .slider-navigation {
  height: 25px;
  padding: 0 30px;
  display: inline-block;
}
.project-highlights .slider-navigation-outer .slider-navigation .slick-prev, .project-highlights .slider-navigation-outer .slider-navigation .slick-next {
  background: none;
  border: 1px solid #005FBE;
  width: 25px;
  height: 25px;
}
.project-highlights .slider-navigation-outer .slider-navigation .slick-prev svg, .project-highlights .slider-navigation-outer .slider-navigation .slick-next svg {
  top: 0px;
}
.project-highlights .slider-navigation-outer .slider-navigation .slick-prev svg:hover, .project-highlights .slider-navigation-outer .slider-navigation .slick-next svg:hover {
  background: #6CC351;
}
.project-highlights .slider-navigation-outer .slider-navigation .slick-prev svg:hover path, .project-highlights .slider-navigation-outer .slider-navigation .slick-next svg:hover path {
  fill: #ffffff;
}
.project-highlights .slider-navigation-outer .slider-navigation .slick-prev svg {
  transform: rotate(180deg);
}
.project-highlights .slider-navigation-outer .slider-navigation .slick-dots {
  position: relative;
  bottom: initial;
  padding: 0 10px;
}
.project-highlights .slider-navigation-outer .slider-navigation .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 10px;
}
.project-highlights .slider-navigation-outer .slider-navigation .slick-dots li button::before {
  content: "";
  height: 12px;
  width: 12px;
  font-size: 23px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0);
  border: 1px solid #005FBE;
  opacity: 1;
  transform: all 0.5s;
}
.project-highlights .slider-navigation-outer .slider-navigation .slick-dots li.slick-active button::before {
  font-size: 50px;
  line-height: 16px;
  background: #6CC351;
  opacity: 1;
}
.single-team-member-hero {
  top: 85px;
  padding: 60px 0;
  background: rgba(237, 238, 241, 0.5);
  margin-bottom: 85px;
}
@media only screen and (max-width: 900px) {
  .single-team-member-hero {
    flex-wrap: wrap;
    height: auto;
  }
}
.single-team-member-hero .flex {
  gap: 100px;
}
@media only screen and (max-width: 900px) {
  .single-team-member-hero .flex {
    gap: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .single-team-member-hero .flex {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.single-team-member-hero .flex .photo {
  flex-basis: 275px;
}
@media only screen and (max-width: 900px) {
  .single-team-member-hero .flex .photo {
    flex-basis: 100%;
  }
}
.single-team-member-hero .flex .photo img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .single-team-member-hero .flex .photo img {
    position: relative;
  }
}
.single-team-member-hero .flex .photo .title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #00819C;
}
.single-team-member-hero .flex .photo .suffixes {
  font-size: 12px;
  margin-bottom: 12px;
  font-style: italic;
  text-transform: uppercase;
}
.single-team-member-hero .flex .photo .office {
  font-size: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.single-team-member-hero .flex .photo .office a {
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  letter-spacing: initial;
  color: #6CC351;
}
.single-team-member-hero .flex .photo .email {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.single-team-member-hero .flex .photo .email a {
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  letter-spacing: 0.75px;
  color: #6CC351;
}
.single-team-member-hero .flex .info {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  .single-team-member-hero .flex .info {
    flex-basis: 100%;
  }
}
.single-team-member-hero .flex .info a {
  color: #6CC351;
  font-weight: 500;
}
.single-team-member-hero .flex .info h1 {
  font-size: 42px;
  color: #002F70;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .single-team-member-hero .flex .info h1 {
    font-size: 30px;
  }
}
.single-team-member-hero .flex .info .bio {
  margin: 22px 0 35px;
  letter-spacing: 0.5px;
}
.single-team-member-hero .flex .info .bio p {
  margin-bottom: 1em;
}
.single-team-member-hero .flex .info .favorite-activity h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.single-team-member-hero .flex .info .favorite-activity img {
  margin-bottom: 10px;
}
.single-team-member-hero .flex .info .favorite-activity .caption {
  font-size: 12px;
  line-height: 150%;
  font-style: italic;
}
.team-member-projects {
  padding: 60px 0;
}
.team-member-projects h2 {
  margin-bottom: 30px;
}
.team-member-projects .pushers {
  margin-top: 30px;
  display: flex !important;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .team-member-projects .pushers {
    flex-wrap: wrap;
  }
}
.team-member-projects .pushers .slick-list {
  margin-right: -20px;
  width: 100%;
}
.team-member-projects .pushers .slick-list .slick-track {
  display: flex;
  margin: 0;
}
.team-member-projects .pushers .slick-list .slick-track .pusher {
  margin-right: 20px;
  flex: 1;
}
@media only screen and (max-width: 650px) {
  .team-member-projects .pushers .slick-list .slick-track .pusher {
    margin-right: 0;
  }
}
.team-member-projects .pushers .pusher {
  flex-basis: calc(33.33% - 10px);
  height: 375px;
  align-items: flex-end;
  color: #ffffff;
  display: flex !important;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .team-member-projects .pushers .pusher {
    flex-basis: 100%;
  }
}
.team-member-projects .pushers .pusher .pusher-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team-member-projects .pushers .pusher .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.67%, rgba(0, 0, 0, 0.8) 97.33%);
}
.team-member-projects .pushers .pusher .content-holder {
  padding: 30px;
}
@media only screen and (max-width: 650px) {
  .team-member-projects .pushers .pusher .content-holder {
    padding: 20px;
  }
}
.team-member-projects .pushers .pusher .content-holder h3 {
  color: #ffffff;
  font-size: 24px;
}
@media only screen and (max-width: 650px) {
  .team-member-projects .pushers .pusher .content-holder h3 {
    font-size: 22px;
  }
}
.team-member-projects .pushers .pusher .content-holder .location {
  font-size: 12px;
  text-transform: uppercase;
  margin: 15px 0;
  letter-spacing: 1.5px;
}
.team-member-projects .pushers .pusher .content-holder .body-copy {
  display: none;
  margin-top: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  .team-member-projects .pushers .pusher .content-holder .body-copy {
    font-size: 14px;
  }
}
.team-member-projects .pushers .pusher .content-holder .link {
  margin-top: 16px;
  display: none;
}
@media only screen and (max-width: 900px) {
  .team-member-projects .pushers .pusher .content-holder .link {
    margin-top: 10px;
  }
}
.team-member-projects .pushers .pusher:hover .overlay {
  background: rgba(0, 143, 173, 0.9);
}
.team-member-projects .pushers .pusher:hover .content-holder .body-copy, .team-member-projects .pushers .pusher:hover .content-holder .link {
  display: block;
}
.team-member-projects .pushers.nohover .pusher:hover .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.67%, rgba(0, 0, 0, 0.8) 97.33%);
}
.team-member-projects .slider-navigation-outer {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .team-member-projects .slider-navigation-outer {
    flex-wrap: wrap;
  }
}
.team-member-projects .slider-navigation {
  height: 25px;
  padding: 0 30px;
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  .team-member-projects .slider-navigation {
    flex-basis: 100%;
    max-width: fit-content;
    margin: 0 auto;
  }
}
.team-member-projects .slider-navigation .slick-prev, .team-member-projects .slider-navigation .slick-next {
  background: none;
  border: 1px solid #005FBE;
  width: 25px;
  height: 25px;
}
.team-member-projects .slider-navigation .slick-prev svg, .team-member-projects .slider-navigation .slick-next svg {
  top: 0px;
}
.team-member-projects .slider-navigation .slick-prev svg:hover, .team-member-projects .slider-navigation .slick-next svg:hover {
  background: #6CC351;
}
.team-member-projects .slider-navigation .slick-prev svg:hover path, .team-member-projects .slider-navigation .slick-next svg:hover path {
  fill: #ffffff;
}
.team-member-projects .slider-navigation .slick-prev svg {
  transform: rotate(180deg);
}
.team-member-projects .slider-navigation .slick-dots {
  position: relative;
  bottom: initial;
  padding: 0 10px;
}
.team-member-projects .slider-navigation .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 10px;
}
.team-member-projects .slider-navigation .slick-dots li button::before {
  content: "";
  height: 12px;
  width: 12px;
  font-size: 23px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0);
  border: 1px solid #005FBE;
  opacity: 1;
  transform: all 0.5s;
}
.team-member-projects .slider-navigation .slick-dots li.slick-active button::before {
  font-size: 50px;
  line-height: 16px;
  background: #6CC351;
  opacity: 1;
}
body.page-template-page-locations-overview .map {
  padding-top: 85px;
  height: 82vw;
  max-height: 700px;
  background: #EDEEF1;
}
body.page-template-page-locations-overview .browse-locations {
  background: rgba(237, 238, 241, 0.5);
  padding: 60px 0;
}
body.page-template-page-locations-overview .browse-locations h2 {
  font-family: 'Libre Franklin', sans-serif;
  color: #005FBE;
  font-size: 18px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 35px;
}
body.page-template-page-locations-overview .browse-locations .state-grid {
  gap: 35px 20px;
  margin-bottom: 50px;
}
body.page-template-page-locations-overview .browse-locations .state-grid .location {
  flex-basis: calc(25% - 15px);
  background: #ffffff;
  font-size: 12px;
  line-height: 150%;
  min-width: 250px;
  cursor: pointer;
}
@media only screen and (max-width: 1105px) {
  body.page-template-page-locations-overview .browse-locations .state-grid .location {
    flex-basis: calc(33.333% - 15px);
  }
}
@media only screen and (max-width: 900px) {
  body.page-template-page-locations-overview .browse-locations .state-grid .location {
    flex-basis: calc(50% - 15px);
  }
}
@media only screen and (max-width: 650px) {
  body.page-template-page-locations-overview .browse-locations .state-grid .location {
    flex-basis: 100%;
  }
}
body.page-template-page-locations-overview .browse-locations .state-grid .location img {
  width: 100%;
  height: 75px;
  object-fit: cover;
  object-position: center;
}
body.page-template-page-locations-overview .browse-locations .state-grid .location .location-inner {
  padding: 15px 20px 20px;
}
body.page-template-page-locations-overview .browse-locations .state-grid .location .location-inner h3 {
  font-size: 20px;
  color: #005FBE;
  margin-bottom: 15px;
}
body.page-template-page-locations-overview .browse-locations .state-grid .location .location-inner .address {
  margin-bottom: 15px;
}
body.page-template-page-locations-overview .browse-locations .state-grid .location .location-inner .phone {
  margin-bottom: 15px;
}
body.single-offices .location-primary-content {
  padding: 30px 0;
}
body.single-offices .location-primary-content .container.flex {
  gap: 120px;
}
@media only screen and (max-width: 900px) {
  body.single-offices .location-primary-content .container.flex {
    flex-wrap: wrap;
    gap: 30px;
  }
}
body.single-offices .location-primary-content .container.flex .photo {
  flex-basis: 45%;
}
@media only screen and (max-width: 900px) {
  body.single-offices .location-primary-content .container.flex .photo {
    flex-basis: 100%;
  }
}
body.single-offices .location-primary-content .container.flex .text {
  flex: 1;
}
body.single-offices .location-primary-content .container.flex .text h2 {
  margin-bottom: 20px;
}
body.single-offices .location-primary-content .container.flex .text .location-contact {
  gap: 87px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 150%;
}
body.single-offices .location-primary-content .container.flex .text .location-contact h3 {
  color: #005FBE;
  font-size: 20px;
}
body.single-offices .location-primary-content .container.flex .text .location-contact a {
  font-family: 'Kanit', sans-serif;
  letter-spacing: 0.75px;
  font-weight: 500;
}
body.single-offices .location-primary-content .container.flex .text .location-contact .location > div {
  margin: 8px 0;
}
body.single-offices .location-primary-content .container.flex .text .location-contact .contact > div {
  margin: 8px 0;
}
body.single-offices .location-primary-content .container.flex .text .location-contact .contact svg {
  margin-right: 7px;
}
body.single-offices .pusher-boxes {
  background: rgba(237, 238, 241, 0.5);
}
.filter-bar {
  padding: 60px 0 30px 0;
}
@media only screen and (max-width: 900px) {
  .filter-bar {
    padding: 30px 0;
  }
}
.filter-bar .flex {
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 1105px) {
  .filter-bar .flex {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 900px) {
  .filter-bar .flex {
    gap: 10px;
  }
}
.filter-bar .flex .label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1105px) {
  .filter-bar .flex .label {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 1105px) {
  .filter-bar .flex .filter {
    flex-basis: calc(33.333% - 15px);
  }
}
@media only screen and (max-width: 900px) {
  .filter-bar .flex .filter {
    flex-basis: 100%;
  }
}
.filter-bar .flex .filter .facetwp-facet {
  margin-bottom: 0;
}
.filter-bar .flex .filter .facetwp-facet .fs-search {
  display: none;
}
.filter-bar .flex .filter .facetwp-facet .fs-option:hover {
  background: #002F70;
  color: #ffffff;
}
.filter-bar .flex .filter .facetwp-facet .fs-label-wrap {
  border-color: #005FBE;
}
.filter-bar .flex .filter .facetwp-facet .fs-label-wrap .fs-label {
  padding: 6px 22px 6px 20px;
}
.filter-bar .flex .filter .facetwp-facet .fs-label-wrap .fs-arrow {
  border-top-color: #6CC351;
}
.filter-bar .flex .filter .facetwp-facet .fs-dropdown {
  background: #F8F6F8;
}
.filter-bar .flex .filter .facetwp-facet .fs-wrap.multiple .fs-option {
  padding: 8px 10px 8px 40px;
}
.filter-bar .flex .filter .facetwp-facet .fs-wrap.multiple .fs-option i {
  left: 20px;
  border-color: #005FBE;
  border-radius: 0px;
}
.filter-bar .flex .filter .facetwp-facet .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #6CC351;
  border-color: #005FBE;
}
@media only screen and (max-width: 1105px) {
  .filter-bar .flex .searchfilter {
    flex-basis: calc(50% - 10px);
  }
}
@media only screen and (max-width: 900px) {
  .filter-bar .flex .searchfilter {
    flex-basis: 100%;
  }
}
.filter-bar .flex .searchfilter .facetwp-facet {
  margin-bottom: 0;
  width: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .filter-bar .flex .searchfilter .facetwp-facet {
    width: auto;
  }
  .filter-bar .flex .searchfilter .facetwp-facet .facetwp-search {
    border-bottom: 1px solid #005FBE;
  }
}
.filter-bar .flex .searchfilter .facetwp-facet:hover {
  width: auto;
}
.filter-bar .flex .searchfilter .facetwp-facet:hover .facetwp-search {
  border-bottom: 1px solid #005FBE;
}
.filter-bar .flex .searchfilter svg {
  display: inline-block;
}
.filter-bar .flex .searchfilter svg path {
  fill: #005FBE;
  stroke: #005FBE;
}
.filter-bar .flex .searchfilter .searchfield {
  display: inline-block;
}
.filter-bar .flex .searchfilter .searchfield .facetwp-icon {
  opacity: 1;
  left: 0;
  right: unset;
}
.filter-bar .flex .searchfilter .searchfield .facetwp-icon::before {
  background-image: url(images/search_icon_blue.svg);
}
.filter-bar .flex .searchfilter .searchfield .facetwp-icon.f-loading::before {
  background-image: url('/wp-content/plugins/facetwp/assets/images/loading.png');
}
.filter-bar .flex .searchfilter .searchfield .facetwp-search {
  border: none;
  padding: 5px 5px 5px 30px;
}
@media only screen and (max-width: 900px) {
  .filter-bar .flex .searchfilter .searchfield .facetwp-search {
    border-bottom: 1px solid #005FBE;
  }
}
.filter-bar .flex .clearfilters {
  flex: 1;
  text-align: right;
  font-size: 12px;
}
@media only screen and (max-width: 900px) {
  .filter-bar .flex .clearfilters {
    flex-basis: 100%;
    text-align: left;
  }
}
.filter-bar .flex .clearfilters #rbutton {
  background: none;
  border: none;
  color: #005FBE;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
}
.news-items .facetwp-template {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 15px;
}
.news-items .facetwp-template .post {
  flex-basis: calc(33.33% - 10px);
  cursor: pointer;
}
@media only screen and (max-width: 1105px) {
  .news-items .facetwp-template .post {
    flex-basis: calc(50% - 15px);
  }
}
@media only screen and (max-width: 650px) {
  .news-items .facetwp-template .post {
    flex-basis: 100%;
  }
}
.loadmoretrigger {
  text-align: right;
}
.loadmoretrigger button {
  display: inline-block;
  font-family: 'Kanit', sans-serif;
  color: #005FBE !important;
  background: #ffffff;
  text-transform: uppercase;
  border: 1px solid #005FBE;
  padding: 0px 0px 0px 10px;
  text-decoration: none;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  height: 25px;
  line-height: 25px;
  padding-right: 35px;
}
.loadmoretrigger button::after {
  content: ' ';
  position: absolute;
  right: 0;
  height: 25px;
  width: 25px;
  background-image: url(images/button-arrow.svg);
  border-left: 1px solid #005FBE;
}
.loadmoretrigger button:hover::after {
  background-color: #6CC351;
  background-image: url(images/button-arrow-white.svg);
}
.projects-grid {
  margin-bottom: 25px;
}
.projects-grid .facetwp-template {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 15px;
}
.projects-grid .facetwp-template .pusher {
  cursor: pointer;
  flex-basis: calc(33.33% - 10px);
  height: 375px;
  align-items: flex-end;
  color: #ffffff;
  display: flex !important;
}
@media only screen and (max-width: 1105px) {
  .projects-grid .facetwp-template .pusher {
    flex-basis: calc(50% - 10px);
  }
}
@media only screen and (max-width: 650px) {
  .projects-grid .facetwp-template .pusher {
    flex-basis: 100%;
  }
}
.projects-grid .facetwp-template .pusher .pusher-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.projects-grid .facetwp-template .pusher .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.67%, rgba(0, 0, 0, 0.8) 97.33%);
}
.projects-grid .facetwp-template .pusher .content-holder {
  padding: 30px;
}
.projects-grid .facetwp-template .pusher .content-holder h3 {
  color: #ffffff;
  font-size: 24px;
}
.projects-grid .facetwp-template .pusher .content-holder .location {
  font-size: 12px;
  text-transform: uppercase;
  margin: 15px 0;
  letter-spacing: 1.5px;
}
.projects-grid .facetwp-template .pusher .content-holder .body-copy {
  display: none;
  margin-top: 20px;
  font-size: 16px;
}
.projects-grid .facetwp-template .pusher .content-holder .link {
  margin-top: 16px;
  display: none;
}
.projects-grid .facetwp-template .pusher:hover .overlay {
  background: rgba(0, 143, 173, 0.9);
}
.projects-grid .facetwp-template .pusher:hover .content-holder .body-copy, .projects-grid .facetwp-template .pusher:hover .content-holder .link {
  display: block;
}
body.error404 .page-header {
  height: 50vw;
}
body.error404 .page-header h1 {
  font-size: 56px;
  margin-bottom: 30px;
  max-width: 700px;
}
body.error404 .page-header p {
  font-size: 20px;
}
body.error404 .page-header a {
  color: #6CC351;
}
body.search-results .search-content {
  padding: 60px 0;
}
body.search-results .search-content .results-intro {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #333F4C;
  padding-bottom: 5px;
  letter-spacing: 0.25em;
}
body.search-results .search-content .results-intro span {
  display: inline-block;
  margin-left: 5px;
  font-family: 'Kanit', sans-serif;
  font-size: 30px;
  text-transform: none;
}
body.search-results .search-content article {
  padding: 30px 0;
}
body.search-results .search-content article .results-content {
  gap: 60px;
}
body.search-results .search-content article .results-content .image {
  flex-basis: 150px;
}
body.search-results .search-content article .results-content .image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
body.search-results .search-content article .results-content .text {
  flex: 1;
}
body.search-results .search-content article .results-content .text h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
body.search-results .search-content article .results-content .text h3 a {
  color: #002F70;
}
body.search-results .search-content article .results-content .text .post-type {
  color: #00819C;
  font-size: 18px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
body.search-results .search-content article .results-content .text p {
  color: #333F4C;
}
header {
  height: 85px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 5.88%, rgba(0, 0, 0, 0.135) 39.16%, rgba(0, 0, 0, 0) 66.43%);
  max-width: 100vw;
  position: absolute;
  z-index: 900;
  display: flex;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
@media only screen and (max-width: 900px) {
  header {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 650px) {
  header {
    height: 60px;
  }
}
header #logo, header #searchicon {
  flex-basis: 10%;
  line-height: 88px;
}
@media only screen and (max-width: 1105px) {
  header #logo {
    flex-basis: 175px;
  }
}
@media only screen and (max-width: 900px) {
  header #logo {
    flex: 1;
  }
}
@media only screen and (max-width: 650px) {
  header #logo {
    line-height: initial;
    top: 13px;
    flex-basis: 60%;
  }
}
header #logo a {
  display: block;
  padding: 14px 20px;
}
@media only screen and (max-width: 650px) {
  header #logo a {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 650px) {
  header #logo svg {
    height: 35px;
    width: 111px;
  }
}
header #searchicon {
  text-align: right;
}
@media only screen and (max-width: 1105px) {
  header #searchicon {
    flex-basis: 7%;
  }
}
@media only screen and (max-width: 900px) {
  header #searchicon {
    line-height: 65px;
  }
}
header #searchicon a {
  display: inline-block;
  padding: 0 20px;
}
header #searchicon a:hover svg path {
  stroke: #6CC351;
  fill: #6CC351;
}
header #searchicon a.selected svg path {
  stroke: #6CC351;
  fill: #6CC351;
}
@media only screen and (max-width: 650px) {
  header #searchicon svg {
    width: 25px;
  }
}
header #header_inner {
  flex-basis: 80%;
  text-align: right;
  position: initial;
}
@media only screen and (max-width: 900px) {
  header #header_inner {
    display: none;
  }
}
header #header_inner .primary_nav {
  list-style: none;
  line-height: 85px;
}
header #header_inner .primary_nav > li {
  display: inline-block;
  position: relative;
}
header #header_inner .primary_nav > li.hasmega {
  position: unset;
}
header #header_inner .primary_nav > li:hover > a:after {
  width: 100%;
}
header #header_inner .primary_nav > li > a {
  font-family: 'Kanit', sans-serif;
  padding: 0 23px 5px 23px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1255px) {
  header #header_inner .primary_nav > li > a {
    padding: 0 15px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1105px) {
  header #header_inner .primary_nav > li > a {
    padding: 0 7px;
    font-size: 14px;
  }
}
header #header_inner .primary_nav > li > a:after {
  content: ' ';
  border-top: 5px solid #6CC351;
  position: absolute;
  left: 0px;
  bottom: 6px;
  display: block;
  transition: width 0.4s;
  width: 0%;
}
header #header_inner .primary_nav > li .sub-menu {
  display: none;
  position: absolute;
  background: #EDEEF1;
  text-align: left;
  padding: 10px 40px 36px 40px;
  line-height: 2.5em;
  margin-top: -6px;
  left: -40px;
  min-width: max-content;
}
header #header_inner .primary_nav > li .sub-menu a {
  font-family: 'Kanit', sans-serif;
  color: #005FBE;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
header #header_inner .primary_nav > li .sub-menu a:hover {
  color: #6CC351;
}
header #header_inner .primary_nav > li .sub-menu.twocol-submenu .menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
header #header_inner .primary_nav > li .sub-menu.megamenu {
  padding: 18px 40px;
  font-family: 'Kanit', sans-serif;
  margin-top: -6px;
  width: 100%;
  left: 0;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 2fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner .megablock:first-child {
  grid-row-end: span 2;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner li {
  line-height: 14px;
  margin: 12px 0;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner h6 {
  color: #005FBE;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner h6 a {
  font-family: 'Libre Franklin', sans-serif;
  color: #333F4C;
  text-decoration: none;
  font-size: 13px;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner a {
  font-family: 'Libre Franklin', sans-serif;
  color: #333F4C;
  text-decoration: none;
  text-transform: none;
  font-size: 13px;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner a::after {
  content: ' ';
  background-image: none;
  display: none;
}
header #header_inner .primary_nav > li .sub-menu.megamenu .megamenu_inner a:hover {
  color: #6CC351;
}
header #header_inner .nav-search-field {
  display: none;
  color: #ffffff;
  line-height: 85px;
  position: absolute;
  right: 3vw;
  width: calc(70% - 3vw);
}
header #header_inner .nav-search-field .close-nav-search {
  top: 12px;
  position: relative;
}
header #header_inner .nav-search-field .close-nav-search svg path {
  stroke: #ffffff;
}
header #header_inner .nav-search-field #search {
  width: 90%;
  border: none;
  border-bottom: 2px solid #ffffff;
  background: none;
  color: #ffffff;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  font-size: 15px;
  -webkit-appearance: none;
  border-radius: 0;
}
header #header_inner .nav-search-field #search::placeholder {
  color: #ffffff;
  opacity: 1;
}
header #mobilenav {
  display: none;
}
@media only screen and (max-width: 900px) {
  header #mobilenav {
    display: block;
    flex: 0;
    text-align: right;
    padding: 15px 20px;
    background: #002F70;
  }
}
header.scrolled {
  position: fixed;
  background: #ffffff;
}
header.scrolled #logo svg path.letters {
  fill: #333F4C;
}
header.scrolled .search_icon svg path {
  stroke: #005FBE;
  fill: #005FBE;
}
header.scrolled #header_inner .primary_nav > li > a {
  color: #005FBE;
}
header.scrolled #header_inner .nav-search-field {
  color: #333F4C;
}
header.scrolled #header_inner .nav-search-field .close-nav-search svg path {
  stroke: #005FBE;
}
header.scrolled #header_inner .nav-search-field #search {
  color: #333F4C;
  border-bottom: 2px solid #005FBE;
  -webkit-appearance: none;
  border-radius: 0;
}
header.scrolled #header_inner .nav-search-field #search:placeholder {
  color: #333F4C;
}
#mobilenavcontainer {
  display: none;
}
.nav-search-field-mobile {
  display: none;
  padding: 22px 22px 38px 22px;
  background: #ffffff;
  color: #005FBE;
  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: #005FBE;
}
.nav-search-field-mobile #search {
  width: 85%;
  border: none;
  border-bottom: 2px solid #005FBE;
  background: none;
  color: #333F4C;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  font-size: 15px;
  -webkit-appearance: none;
  border-radius: 0;
}
.nav-search-field-mobile #search::placeholder {
  color: #333F4C;
  opacity: 0.5;
}
.cta-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 185px 0;
}
@media only screen and (max-width: 650px) {
  .cta-block {
    padding: 60px 0 185px 0;
  }
}
.cta-block .top-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 8.81%, rgba(255, 255, 255, 0.65) 43.39%, rgba(255, 255, 255, 0) 63.02%);
}
.cta-block .container.flex {
  gap: 20px;
}
@media only screen and (max-width: 900px) {
  .cta-block .container.flex {
    flex-wrap: wrap;
  }
}
.cta-block .container.flex .cta-headline {
  flex: 1;
}
@media only screen and (max-width: 1105px) {
  .cta-block .container.flex .cta-headline {
    max-width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  .cta-block .container.flex .cta-headline {
    flex-basis: 100%;
    max-width: none;
  }
}
.cta-block .container.flex .cta-headline h2 {
  font-size: 48px;
  font-weight: 500;
  color: #002F70;
  padding-right: 130px;
}
@media only screen and (max-width: 1105px) {
  .cta-block .container.flex .cta-headline h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 900px) {
  .cta-block .container.flex .cta-headline h2 {
    font-size: 30px;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cta-block .container.flex .cta-card {
  background: #ffffff;
  flex-basis: 428px;
  padding: 50px 80px 50px 50px;
}
@media only screen and (max-width: 1105px) {
  .cta-block .container.flex .cta-card {
    padding: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .cta-block .container.flex .cta-card {
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (max-width: 650px) {
  .cta-block .container.flex .cta-card {
    flex-basis: 100%;
    padding: 30px 25px;
  }
}
.cta-block .container.flex .cta-card h3 {
  font-size: 30px;
  font-weight: 500;
  color: #002F70;
  margin-bottom: 25px;
}
@media only screen and (max-width: 900px) {
  .cta-block .container.flex .cta-card h3 {
    font-size: 24px;
  }
}
footer {
  background: #EDEEF1;
  padding: 60px 0;
}
@media only screen and (max-width: 650px) {
  footer {
    padding: 40px 0 20px 0;
  }
}
footer .footer-columns {
  display: flex;
}
@media only screen and (max-width: 900px) {
  footer .footer-columns {
    flex-wrap: wrap;
  }
}
footer .footer-columns > div {
  flex: 1;
  font-size: 12px;
}
@media only screen and (max-width: 900px) {
  footer .footer-columns > div {
    flex-basis: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 650px) {
  footer .footer-columns > div {
    flex-basis: 100%;
    margin: 20px 0;
  }
}
footer .footer-columns > div h5 {
  color: #002F70;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  footer .footer-columns > div h5 {
    font-size: 16px;
  }
}
footer .footer-columns .footer-cta p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 650px) {
  footer .footer-columns .footer-social {
    order: 6;
  }
}
footer .footer-columns .footer-social a {
  display: inline-block;
  margin-right: 30px;
}
footer .footer-columns .footer-social a:hover svg path {
  fill: #6CC351;
}
footer .footer-columns .footer-newsletter .gform_wrapper.gravity-theme .gform_body input {
  background: #ffffff;
}
footer .footer-columns .footer-newsletter .gform_footer {
  margin-top: 0;
  padding-top: 0;
}
.legal-footer {
  background: #002F70;
  color: #ffffff;
  padding: 16px 0;
}
@media only screen and (max-width: 650px) {
  .legal-footer {
    text-align: center;
  }
}
.legal-footer .copyright {
  display: inline-block;
  font-size: 12px;
  margin-right: 100px;
}
@media only screen and (max-width: 650px) {
  .legal-footer .copyright {
    margin: 0 0 10px 0;
    line-height: 150%;
  }
}
.legal-footer .privacy-policy {
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  .legal-footer .privacy-policy {
    display: block;
  }
}
.legal-footer .privacy-policy a {
  text-transform: uppercase;
  font-family: 'Kanit', sans-serif;
  text-decoration: underline;
  color: #ffffff;
}
@media only screen and (max-width: 650px) {
  .legal-footer .privacy-policy a {
    font-size: 14px;
  }
}
.module.headline-text {
  padding: 30px 0;
}
.module.headline-text .container {
  gap: 145px;
}
@media only screen and (max-width: 900px) {
  .module.headline-text .container {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.module.headline-text .container .container-narrow {
  gap: 70px;
}
.module.headline-text .headline {
  flex-basis: 40%;
}
@media only screen and (max-width: 900px) {
  .module.headline-text .headline {
    flex-basis: 100%;
  }
}
.module.headline-text .body-text {
  flex: 1;
}
.module.headline-text .body-text ul li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
.module.headline-text .body-text ul li:before {
  content: '•';
  position: absolute;
  color: #6CC351;
  font-size: 24px;
  left: 0;
}
.module.headline-text .body-text ol {
  list-style: decimal;
  padding-left: 15px;
}
.module.headline-text .body-text ol li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
@media only screen and (max-width: 900px) {
  .module.headline-text .body-text {
    flex-basis: 100%;
  }
}
.module.headline-text .body-text h3 {
  color: #002F70;
  /*font-size:12px;
			color:$color-mediumblue;
			letter-spacing: 1.5px;
			text-transform:uppercase;
			margin-bottom:20px;*/
}
.module.headline-text.singlecolumn .container.flex, .module.headline-text.singlecolumn .container-narrow.flex {
  display: block;
}
.module.headline-text.singlecolumn .container.flex h2, .module.headline-text.singlecolumn .container-narrow.flex h2 {
  margin-bottom: 30px;
  max-width: 900px;
}
.module.headline-text.singlecolumn .container.flex .body-text, .module.headline-text.singlecolumn .container-narrow.flex .body-text {
  max-width: 900px;
}
.module.headline-text.singlecolumn .container-narrow {
  margin-left: 98px;
}
.module.headline-text.bg-darkblue {
  background: #002F70;
}
.module.headline-text.bg-mediumblue {
  background: #005FBE;
}
.module.headline-text.bg-aqua {
  background: #008FAD;
}
.module.headline-text.bg-lime {
  background: #6CC351;
}
.module.headline-text.bg-black {
  background: #333F4C;
}
.module.headline-text.bg-lightgrey {
  background: #EDEEF1;
}
.module.headline-text.bg-darkblue, .module.headline-text.bg-mediumblue, .module.headline-text.bg-aqua, .module.headline-text.bg-lime, .module.headline-text.bg-black {
  color: #ffffff;
}
.module.headline-text.bg-darkblue h2, .module.headline-text.bg-darkblue h3, .module.headline-text.bg-darkblue h4, .module.headline-text.bg-darkblue h5, .module.headline-text.bg-darkblue h6, .module.headline-text.bg-mediumblue h2, .module.headline-text.bg-mediumblue h3, .module.headline-text.bg-mediumblue h4, .module.headline-text.bg-mediumblue h5, .module.headline-text.bg-mediumblue h6, .module.headline-text.bg-aqua h2, .module.headline-text.bg-aqua h3, .module.headline-text.bg-aqua h4, .module.headline-text.bg-aqua h5, .module.headline-text.bg-aqua h6, .module.headline-text.bg-lime h2, .module.headline-text.bg-lime h3, .module.headline-text.bg-lime h4, .module.headline-text.bg-lime h5, .module.headline-text.bg-lime h6, .module.headline-text.bg-black h2, .module.headline-text.bg-black h3, .module.headline-text.bg-black h4, .module.headline-text.bg-black h5, .module.headline-text.bg-black h6 {
  color: #ffffff !important;
}
.module.headline-text.bg-darkblue a, .module.headline-text.bg-mediumblue a, .module.headline-text.bg-aqua a, .module.headline-text.bg-lime a, .module.headline-text.bg-black a {
  color: #ffffff;
}
.module.headline-text.extrapadding {
  padding-top: 60px;
}
@media only screen and (max-width: 900px) {
  .module.headline-text.extrapadding {
    padding-top: 30px;
  }
}
.module.headline-text .socialtitle {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.module.headline-text .socialicons a {
  margin: 0 27px 0 0;
}
.module.headline-text .socialicons a svg {
  vertical-align: middle;
}
.module.headline-text .socialicons a svg path {
  fill: #6CC351;
}
.module.headline-text .socialicons a svg path.play {
  fill: #ffffff;
  stroke: #ffffff;
}
.text-block {
  padding: 30px 0;
}
.text-block ul li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
.text-block ul li:before {
  content: '•';
  position: absolute;
  color: #6CC351;
  font-size: 24px;
  left: 0;
}
.text-block ol {
  list-style: decimal;
  padding-left: 15px;
}
.text-block ol li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
.text-block .container-narrow {
  margin-left: 98px;
}
.text-block h2 {
  margin-bottom: 30px;
}
.text-block h3 {
  color: #002F70;
  font-size: 30px;
  margin-bottom: 25px;
}
.text-block h4 {
  color: #002F70;
  font-size: 24px;
  margin-bottom: 25px;
}
.text-block h5 {
  color: #002F70;
  font-size: 20px;
  margin-bottom: 15px;
}
.text-block h6 {
  color: #002F70;
  font-size: 18px;
  margin-bottom: 15px;
}
.page-header {
  height: 25vw;
  min-height: 375px;
  background-color: #002F70;
  color: #ffffff;
}
.page-header .background-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-header .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}
.page-header .container {
  height: 100%;
  align-items: center;
}
.page-header .container .pagetitle-holder {
  flex: 1;
  padding-top: 30px;
}
@media only screen and (max-width: 900px) {
  .page-header .container .pagetitle-holder {
    padding-top: 30px;
  }
}
.page-header .container .pagetitle-holder .heading-label {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .page-header .container .pagetitle-holder .heading-label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 650px) {
  .page-header .container .pagetitle-holder .heading-label {
    font-size: 12px;
  }
}
.page-header .container .pagetitle-holder h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 56px;
  line-height: 107%;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1255px) {
  .page-header .container .pagetitle-holder h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1105px) {
  .page-header .container .pagetitle-holder h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 900px) {
  .page-header .container .pagetitle-holder h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 650px) {
  .page-header .container .pagetitle-holder h1 {
    font-size: 30px;
  }
}
.page-header .container .pagetitle-holder .insight-meta {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 12px;
}
.page-header .container .pagetitle-holder .insight-meta > div {
  display: inline-block;
  margin-right: 8px;
}
.page-header .container .pagetitle-holder .insight-meta svg {
  vertical-align: middle;
}
.core-values {
  background: #005FBE;
  color: #ffffff;
  padding: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .core-values .cv-segments {
    flex-wrap: wrap;
  }
}
.core-values .cv-segments .cv-title {
  padding: 10px 25px;
  flex: 1;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  .core-values .cv-segments .cv-title {
    flex-basis: 100%;
    justify-content: center;
  }
}
.core-values .cv-segments .cv-title h2 {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0.25px;
}
.core-values .cv-segments .cv-block {
  padding: 15px 25px;
  flex: 1;
  max-width: 233px;
}
@media only screen and (max-width: 900px) {
  .core-values .cv-segments .cv-block {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .core-values .cv-segments .cv-block {
    flex-basis: 100%;
  }
}
.core-values .cv-segments .cv-block .title {
  font-family: 'Kanit', sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}
.core-values .cv-segments .cv-block .sub-text {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.core-values .cv-segments .cv-block.darkblue {
  background: #002F70;
}
.core-values .cv-segments .cv-block.aqua {
  background: #008FAD;
}
.core-values .cv-segments .cv-block.lime {
  background: #6CC351;
  max-width: none;
}
.module.stats {
  background: #EDEEF1;
  color: #005FBE;
}
.module.stats.bg-darkblue {
  background: #002F70;
}
.module.stats.bg-mediumblue {
  background: #005FBE;
}
.module.stats.bg-white {
  background: #ffffff;
}
.module.stats.bg-aqua {
  background: #008FAD;
}
.module.stats.bg-lime {
  background: #6CC351;
}
.module.stats.bg-black {
  background: #333F4C;
}
.module.stats.font-darkblue {
  color: #002F70;
}
.module.stats.font-mediumblue {
  color: #005FBE;
}
.module.stats.font-white {
  color: #ffffff;
}
.module.stats.font-aqua {
  color: #00819C;
}
.module.stats.font-lime {
  color: #43852E;
}
.module.stats.font-black {
  color: #333F4C;
}
.module.stats .stat-block {
  text-align: center;
  flex: 1;
}
@media only screen and (max-width: 900px) {
  .module.stats .stat-block {
    flex-basis: 50%;
    padding: 25px;
  }
}
.module.stats .stat-block .number {
  font-size: 96px;
  font-family: 'Kanit', sans-serif;
  margin-bottom: 25px;
}
@media only screen and (max-width: 900px) {
  .module.stats .stat-block .number {
    font-size: 72px;
  }
}
@media only screen and (max-width: 650px) {
  .module.stats .stat-block .number {
    font-size: 60px;
  }
}
.module.stats .stat-block .label {
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #333F4C;
}
@media only screen and (max-width: 650px) {
  .module.stats .stat-block .label {
    font-size: 18px;
  }
}
.text_image.lightgrey {
  background: #EDEEF1;
}
.text_image .text_image_inner.flex {
  gap: 108px;
}
@media only screen and (max-width: 900px) {
  .text_image .text_image_inner.flex {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.text_image .text_image_inner.flex .image-column {
  flex-basis: 45%;
  max-width: 45%;
}
.text_image .text_image_inner.flex .image-column.image-right {
  order: 1;
}
@media only screen and (max-width: 900px) {
  .text_image .text_image_inner.flex .image-column {
    flex-basis: 100%;
    max-width: 100%;
    order: 1;
  }
}
.text_image .text_image_inner.flex .image-column .caption {
  position: absolute;
  bottom: 10px;
  left: 20px;
  max-width: calc(100% - 40px);
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 150%;
  font-style: italic;
}
.text_image .text_image_inner.flex .text-column {
  flex: 1;
}
.text_image .text_image_inner.flex .text-column ul li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
.text_image .text_image_inner.flex .text-column ul li:before {
  content: '•';
  position: absolute;
  color: #6CC351;
  font-size: 24px;
  left: 0;
}
.text_image .text_image_inner.flex .text-column ol {
  list-style: decimal;
  padding-left: 15px;
}
.text_image .text_image_inner.flex .text-column ol li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
@media only screen and (max-width: 900px) {
  .text_image .text_image_inner.flex .text-column {
    flex-basis: 100%;
    order: 2;
  }
}
.text_image .text_image_inner.flex .text-column h2 {
  font-size: 42px;
  text-transform: none;
  color: #002F70;
  margin-bottom: 30px;
  text-rendering: optimizeSpeed;
}
@media only screen and (max-width: 900px) {
  .text_image .text_image_inner.flex .text-column h2 {
    font-size: 30px;
  }
}
.text_image.narrow .text_image_inner {
  max-width: 900px;
  margin-left: 98px;
}
.message-testimonial-slider {
  background-color: #002F70;
}
@media only screen and (max-width: 900px) {
  .message-testimonial-slider {
    flex-wrap: wrap;
  }
}
.message-testimonial-slider .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.5;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
}
.message-testimonial-slider .angled-block {
  background: #002F70;
  color: #ffffff;
  padding: 80px 300px 80px calc(50vw - 583px);
  height: 100%;
  flex-basis: 50%;
  max-width: 50%;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 320px) 100%, 0% 100%);
  z-index: 2;
  color: #ffffff;
}
@media only screen and (max-width: 1450px) {
  .message-testimonial-slider .angled-block {
    padding: 80px 300px 80px 50px;
    flex-basis: 45%;
    max-width: 45%;
  }
}
@media only screen and (max-width: 1105px) {
  .message-testimonial-slider .angled-block {
    padding: 80px 300px 80px 25px;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .message-testimonial-slider .angled-block {
    flex-basis: 100%;
    max-width: 100%;
    clip-path: none;
    padding: 25px;
  }
}
.message-testimonial-slider .angled-block .headline-area {
  gap: 30px;
}
.message-testimonial-slider .angled-block h2 {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 25px;
  flex: 2;
}
.message-testimonial-slider .angled-block .logobadge img {
  max-width: 80px;
}
.message-testimonial-slider .testimonial-area {
  flex: 1;
  max-width: 50%;
  padding: 64px calc(50vw - 583px) 34px 0;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .message-testimonial-slider .testimonial-area {
    flex-basis: 100%;
    max-width: 100%;
    padding: 50px 25px;
  }
}
.message-testimonial-slider .testimonial-area .testimonial-area-slider .testimonial-slide {
  gap: 25px;
  display: flex !important;
}
@media only screen and (max-width: 900px) {
  .message-testimonial-slider .testimonial-area .testimonial-area-slider .testimonial-slide {
    flex-wrap: wrap;
  }
}
.message-testimonial-slider .testimonial-area .testimonial-area-slider .testimonial-slide .icon {
  flex-basis: 60px;
}
@media only screen and (max-width: 650px) {
  .message-testimonial-slider .testimonial-area .testimonial-area-slider .testimonial-slide .icon {
    flex-basis: 100%;
  }
}
.message-testimonial-slider .testimonial-area .testimonial-area-slider .testimonial-slide .content {
  flex: 1;
  font-size: 20px;
  line-height: 130%;
}
@media only screen and (max-width: 650px) {
  .message-testimonial-slider .testimonial-area .testimonial-area-slider .testimonial-slide .content {
    flex-basis: 100%;
  }
}
.message-testimonial-slider .testimonial-area .testimonial-area-slider .testimonial-slide .content .byline {
  margin-top: 20px;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
}
.message-testimonial-slider .testimonial-area .testimonial-area-slider .testimonial-slide .content .byline .title-company {
  font-weight: 400;
  letter-spacing: 0.25px;
  text-transform: none;
}
.message-testimonial-slider .testimonial-area .slider-navigation-outer {
  justify-content: space-between;
  padding-top: 30px;
  padding-left: 85px;
}
@media only screen and (max-width: 650px) {
  .message-testimonial-slider .testimonial-area .slider-navigation-outer {
    padding-left: 0;
  }
}
@media only screen and (max-width: 650px) {
  .message-testimonial-slider .testimonial-area .slider-navigation-outer {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .message-testimonial-slider .testimonial-area .slider-navigation-outer > div {
    flex-basis: 100%;
    order: 2;
    text-align: center;
  }
}
.message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation {
  height: 25px;
  padding: 0 30px;
}
@media only screen and (max-width: 650px) {
  .message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation {
    flex-basis: 100%;
    order: 0;
    max-width: fit-content;
    margin: 0 auto;
  }
}
.message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation .slick-prev, .message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation .slick-next {
  background: none;
  border: 1px solid #ffffff;
  width: 25px;
  height: 25px;
}
.message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation .slick-prev svg, .message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation .slick-next svg {
  top: 0px;
}
.message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation .slick-prev svg:hover, .message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation .slick-next svg:hover {
  background: #6CC351;
}
.message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation .slick-prev svg:hover path, .message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation .slick-next svg:hover path {
  fill: #ffffff;
}
.message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation .slick-prev svg {
  transform: rotate(180deg);
}
.message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation .slick-dots {
  position: relative;
  bottom: initial;
  padding: 0 10px;
}
.message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 10px;
}
.message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation .slick-dots li button::before {
  content: "";
  height: 12px;
  width: 12px;
  font-size: 23px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  opacity: 1;
  transform: all 0.5s;
}
.message-testimonial-slider .testimonial-area .slider-navigation-outer .slider-navigation .slick-dots li.slick-active button::before {
  font-size: 50px;
  line-height: 16px;
  background: #6CC351;
  opacity: 1;
}
.module.pusher-boxes .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
}
.module.pusher-boxes .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75));
}
.module.pusher-boxes h2 {
  font-size: 42px;
}
@media only screen and (max-width: 900px) {
  .module.pusher-boxes h2 {
    font-size: 30px;
  }
}
.module.pusher-boxes .pushers {
  margin-top: 30px;
  display: flex !important;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .module.pusher-boxes .pushers {
    flex-wrap: wrap;
  }
}
.module.pusher-boxes .pushers .slick-list {
  margin-right: -20px;
}
.module.pusher-boxes .pushers .slick-list .slick-track {
  display: flex;
}
.module.pusher-boxes .pushers .slick-list .slick-track .pusher {
  margin-right: 20px;
}
@media only screen and (max-width: 650px) {
  .module.pusher-boxes .pushers .slick-list .slick-track .pusher {
    margin-right: 0;
  }
}
.module.pusher-boxes .pushers .pusher {
  flex-basis: calc(33.33% - 10px);
  height: 375px;
  align-items: flex-end;
  color: #ffffff;
  display: flex !important;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .module.pusher-boxes .pushers .pusher {
    flex-basis: 100%;
  }
}
.module.pusher-boxes .pushers .pusher .pusher-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.module.pusher-boxes .pushers .pusher .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.67%, rgba(0, 0, 0, 0.8) 97.33%);
}
.module.pusher-boxes .pushers .pusher .content-holder {
  padding: 30px;
}
@media only screen and (max-width: 650px) {
  .module.pusher-boxes .pushers .pusher .content-holder {
    padding: 20px;
  }
}
.module.pusher-boxes .pushers .pusher .content-holder h3 {
  color: #ffffff;
  font-size: 24px;
}
@media only screen and (max-width: 650px) {
  .module.pusher-boxes .pushers .pusher .content-holder h3 {
    font-size: 22px;
  }
}
.module.pusher-boxes .pushers .pusher .content-holder .location {
  font-size: 12px;
  text-transform: uppercase;
  margin: 15px 0;
  letter-spacing: 1.5px;
}
.module.pusher-boxes .pushers .pusher .content-holder .body-copy {
  display: none;
  margin-top: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  .module.pusher-boxes .pushers .pusher .content-holder .body-copy {
    font-size: 14px;
  }
}
.module.pusher-boxes .pushers .pusher .content-holder .link {
  margin-top: 16px;
  display: none;
}
@media only screen and (max-width: 900px) {
  .module.pusher-boxes .pushers .pusher .content-holder .link {
    margin-top: 10px;
  }
}
.module.pusher-boxes .pushers .pusher:hover .overlay {
  background: rgba(0, 143, 173, 0.9);
}
.module.pusher-boxes .pushers .pusher:hover .content-holder .body-copy, .module.pusher-boxes .pushers .pusher:hover .content-holder .link {
  display: block;
}
.module.pusher-boxes .pushers.nohover .pusher {
  cursor: initial;
}
.module.pusher-boxes .pushers.nohover .pusher:hover .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.67%, rgba(0, 0, 0, 0.8) 97.33%);
}
.module.pusher-boxes .slider-navigation-outer {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .module.pusher-boxes .slider-navigation-outer {
    flex-wrap: wrap;
  }
}
.module.pusher-boxes .slider-navigation {
  height: 25px;
  padding: 0 30px;
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  .module.pusher-boxes .slider-navigation {
    flex-basis: 100%;
    max-width: fit-content;
    margin: 0 auto;
  }
}
.module.pusher-boxes .slider-navigation .slick-prev, .module.pusher-boxes .slider-navigation .slick-next {
  background: none;
  border: 1px solid #005FBE;
  width: 25px;
  height: 25px;
}
.module.pusher-boxes .slider-navigation .slick-prev svg, .module.pusher-boxes .slider-navigation .slick-next svg {
  top: 0px;
}
.module.pusher-boxes .slider-navigation .slick-prev svg:hover, .module.pusher-boxes .slider-navigation .slick-next svg:hover {
  background: #6CC351;
}
.module.pusher-boxes .slider-navigation .slick-prev svg:hover path, .module.pusher-boxes .slider-navigation .slick-next svg:hover path {
  fill: #ffffff;
}
.module.pusher-boxes .slider-navigation .slick-prev svg {
  transform: rotate(180deg);
}
.module.pusher-boxes .slider-navigation .slick-dots {
  position: relative;
  bottom: initial;
  padding: 0 10px;
}
.module.pusher-boxes .slider-navigation .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 10px;
}
.module.pusher-boxes .slider-navigation .slick-dots li button::before {
  content: "";
  height: 12px;
  width: 12px;
  font-size: 23px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0);
  border: 1px solid #005FBE;
  opacity: 1;
  transform: all 0.5s;
}
.module.pusher-boxes .slider-navigation .slick-dots li.slick-active button::before {
  font-size: 50px;
  line-height: 16px;
  background: #6CC351;
  opacity: 1;
}
.module.pusher-boxes .read-more {
  flex: 1;
  text-align: right;
}
@media only screen and (max-width: 650px) {
  .module.pusher-boxes .read-more {
    flex-basis: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.angled-slider .title-bar {
  background: rgba(0, 95, 190, 0.9);
  padding: 14px 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.angled-slider .title-bar .container {
  align-content: space-between;
}
.angled-slider .title-bar .container h2 {
  color: #ffffff;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  flex: 1;
}
.angled-slider .angled-slider-slider {
  height: 550px;
  z-index: 1;
}
@media only screen and (max-width: 650px) {
  .angled-slider .angled-slider-slider {
    height: auto;
  }
}
.angled-slider .angled-slider-slider .slick-list {
  height: 100%;
}
.angled-slider .angled-slider-slider .slick-list .slick-track {
  height: 100%;
}
.angled-slider .angled-slider-slider .slide {
  height: 100%;
}
.angled-slider .angled-slider-slider .slide .description {
  position: absolute;
  background: #002F70;
  color: #ffffff;
  padding: 100px 290px 100px calc(50vw - 600px);
  height: 100%;
  width: 55%;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 320px) 100%, 0% 100%);
  z-index: 2;
}
@media only screen and (max-width: 1255px) {
  .angled-slider .angled-slider-slider .slide .description {
    padding: 100px 260px 40px 50px;
    width: 65%;
  }
}
@media only screen and (max-width: 900px) {
  .angled-slider .angled-slider-slider .slide .description {
    width: 75%;
    padding: 100px 260px 40px 25px;
  }
}
@media only screen and (max-width: 650px) {
  .angled-slider .angled-slider-slider .slide .description {
    width: 100%;
    position: relative;
    padding: 100px 25px 25px 25px;
    clip-path: unset;
    height: auto;
  }
}
.angled-slider .angled-slider-slider .slide .description .project-industry {
  display: inline-block;
  background: rgba(0, 129, 156, 0.9);
  color: #ffffff;
  font-size: 12px;
  line-height: 27px;
  padding: 0 30px 0 23px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  margin-bottom: 50px;
  min-width: 50%;
}
@media only screen and (max-width: 1255px) {
  .angled-slider .angled-slider-slider .slide .description .project-industry {
    margin-bottom: 25px;
  }
}
.angled-slider .angled-slider-slider .slide .description .label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.angled-slider .angled-slider-slider .slide .description h3 {
  font-size: 30px;
  color: #ffffff;
  line-height: 117%;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .angled-slider .angled-slider-slider .slide .description h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.angled-slider .angled-slider-slider .slide .background-image {
  height: 100%;
  position: absolute;
  right: 0;
  width: calc(45% + 305px);
  clip-path: polygon(320px 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1255px) {
  .angled-slider .angled-slider-slider .slide .background-image {
    width: calc(35% + 305px);
  }
}
@media only screen and (max-width: 900px) {
  .angled-slider .angled-slider-slider .slide .background-image {
    width: calc(25% + 305px);
  }
}
@media only screen and (max-width: 650px) {
  .angled-slider .angled-slider-slider .slide .background-image {
    position: relative;
    width: 100%;
    clip-path: unset;
    height: auto;
  }
}
.angled-slider .angled-slider-slider .slide .foreground-image {
  height: 100px;
  width: auto;
  position: absolute;
  right: calc(50vw - 600px);
  bottom: 60px;
  z-index: 2;
}
.angled-slider .slider-navigation-outer {
  background: #ffffff;
  text-align: right;
  padding: 20px calc(50vw - 583px) 0;
  bottom: 0px;
  z-index: 2;
  height: 45px;
  width: calc(45% + 319px);
  clip-path: polygon(36px 0, 100% 0%, 100% 100%, 0% 100%);
  right: 0;
  position: absolute;
}
@media only screen and (max-width: 1255px) {
  .angled-slider .slider-navigation-outer {
    padding: 20px 50px 0;
    width: calc(35% + 319px);
  }
}
@media only screen and (max-width: 900px) {
  .angled-slider .slider-navigation-outer {
    width: calc(25% + 319px);
  }
}
@media only screen and (max-width: 650px) {
  .angled-slider .slider-navigation-outer {
    position: relative;
    width: 100%;
    clip-path: unset;
    text-align: center;
  }
}
.angled-slider .slider-navigation-outer .slider-navigation {
  height: 25px;
  padding: 0 30px;
  display: inline-block;
}
.angled-slider .slider-navigation-outer .slider-navigation .slick-prev, .angled-slider .slider-navigation-outer .slider-navigation .slick-next {
  background: none;
  border: 1px solid #005FBE;
  width: 25px;
  height: 25px;
}
.angled-slider .slider-navigation-outer .slider-navigation .slick-prev svg, .angled-slider .slider-navigation-outer .slider-navigation .slick-next svg {
  top: 0px;
}
.angled-slider .slider-navigation-outer .slider-navigation .slick-prev svg:hover, .angled-slider .slider-navigation-outer .slider-navigation .slick-next svg:hover {
  background: #6CC351;
}
.angled-slider .slider-navigation-outer .slider-navigation .slick-prev svg:hover path, .angled-slider .slider-navigation-outer .slider-navigation .slick-next svg:hover path {
  fill: #ffffff;
}
.angled-slider .slider-navigation-outer .slider-navigation .slick-prev svg {
  transform: rotate(180deg);
}
.angled-slider .slider-navigation-outer .slider-navigation .slick-dots {
  position: relative;
  bottom: initial;
  padding: 0 10px;
}
.angled-slider .slider-navigation-outer .slider-navigation .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 10px;
}
.angled-slider .slider-navigation-outer .slider-navigation .slick-dots li button::before {
  content: "";
  height: 12px;
  width: 12px;
  font-size: 23px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0);
  border: 1px solid #005FBE;
  opacity: 1;
  transform: all 0.5s;
}
.angled-slider .slider-navigation-outer .slider-navigation .slick-dots li.slick-active button::before {
  font-size: 50px;
  line-height: 16px;
  background: #6CC351;
  opacity: 1;
}
.latest-news-insights, .related-insights {
  padding: 55px 0;
}
.latest-news-insights .view-more-insights-news, .related-insights .view-more-insights-news {
  text-align: right;
}
.news-items, .featured-posts {
  margin: 30px 0;
  gap: 15px;
}
@media only screen and (max-width: 900px) {
  .news-items, .featured-posts {
    flex-wrap: wrap;
  }
}
.news-items .post, .featured-posts .post {
  height: 375px;
  flex-basis: 33.33%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 4px solid #002F70;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .news-items .post, .featured-posts .post {
    flex-basis: 100%;
  }
}
.news-items .post img, .featured-posts .post img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  object-fit: cover;
  object-position: center;
}
.news-items .post .overlay, .featured-posts .post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 143, 173, 0.6);
  opacity: 0;
}
.news-items .post .content-holder, .featured-posts .post .content-holder {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #ffffff;
  padding: 25px 20px;
}
.news-items .post .content-holder .insight-cat, .featured-posts .post .content-holder .insight-cat {
  position: absolute;
  display: inline-block;
  background: rgba(0, 47, 112, 0.9);
  color: #ffffff;
  font-size: 12px;
  line-height: 27px;
  padding: 0 30px 0 23px;
  top: -20px;
  margin-left: -20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}
.news-items .post .content-holder .insight-date, .featured-posts .post .content-holder .insight-date {
  color: #00819C;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news-items .post .content-holder h3, .featured-posts .post .content-holder h3 {
  font-size: 20px;
}
.news-items .post .content-holder h3 a, .featured-posts .post .content-holder h3 a {
  color: #002F70;
}
.news-items .post .content-holder a.cta-link, .featured-posts .post .content-holder a.cta-link {
  display: none;
  margin: 7px 0;
}
.news-items .post:hover .overlay, .featured-posts .post:hover .overlay {
  opacity: 1;
}
.news-items .post:hover .content-holder a.cta-link, .featured-posts .post:hover .content-holder a.cta-link {
  display: inline-block;
}
.our-team {
  padding: 55px 0;
}
.our-team h3 {
  color: #002F70;
}
.our-team .team-member-grid {
  gap: 20px;
  margin: 30px 0 60px;
}
.our-team .team-member-grid .team-member {
  height: auto;
  flex-basis: calc(25% - 15px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 4px solid #002F70;
  cursor: pointer;
}
@media only screen and (max-width: 1105px) {
  .our-team .team-member-grid .team-member {
    flex-basis: calc(33.33% - 15px);
  }
}
@media only screen and (max-width: 900px) {
  .our-team .team-member-grid .team-member {
    flex-basis: calc(50% - 15px);
  }
}
@media only screen and (max-width: 650px) {
  .our-team .team-member-grid .team-member {
    flex-basis: 100%;
  }
}
.our-team .team-member-grid .team-member img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.our-team .team-member-grid .team-member .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 143, 173, 0.6);
  opacity: 0;
}
.our-team .team-member-grid .team-member .content-holder {
  position: relative;
  width: 100%;
  bottom: 0;
  background: #ffffff;
  padding: 20px;
}
.our-team .team-member-grid .team-member .content-holder .title {
  color: #00819C;
  font-size: 12px;
  line-height: 167%;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.our-team .team-member-grid .team-member .content-holder .suffixes {
  font-style: italic;
  font-size: 12px;
  margin-top: 5px;
}
.our-team .team-member-grid .team-member .content-holder h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
.our-team .team-member-grid .team-member .content-holder h3 a {
  color: #002F70;
}
.our-team .team-member-grid .team-member .content-holder a.cta-link {
  display: none;
  margin: 7px 0;
}
.our-team .team-member-grid .team-member:hover .overlay {
  opacity: 1;
}
.our-team .team-member-grid .team-member:hover .content-holder {
  position: absolute;
  bottom: 0;
}
.our-team .team-member-grid .team-member:hover .content-holder a.cta-link {
  display: inline-block;
}
.text_form {
  /*background:$color-darkblue;*/
}
@media only screen and (max-width: 900px) {
  .text_form {
    flex-wrap: wrap;
  }
}
.text_form .text {
  flex-basis: 45%;
  background: #002F70;
  color: #ffffff;
  padding: 60px 120px 60px calc(50vw - 583px);
}
@media only screen and (max-width: 1255px) {
  .text_form .text {
    padding: 60px 120px 60px 60px;
  }
}
@media only screen and (max-width: 1105px) {
  .text_form .text {
    padding: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .text_form .text {
    flex-basis: 100%;
    max-width: none;
    padding: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .text_form .text {
    padding: 25px;
  }
}
.text_form .text h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.text_form .text h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 10px;
}
.text_form .text .contact-method {
  margin: 8px 0;
  font-size: 12px;
}
.text_form .text .contact-method .label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.text_form .text .contact-method a {
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  letter-spacing: 0.75px;
}
.text_form .text .contact-method a.email {
  color: #6CC351;
}
.text_form .text.white {
  background: #ffffff;
  color: #333F4C;
}
.text_form .text.white h2, .text_form .text.white h3 {
  color: #002F70;
}
.text_form .text.fifty-fifty {
  flex-basis: 50%;
}
.text_form .form {
  flex: 1;
  background: #ffffff;
  padding: 60px calc(50vw - 583px) 60px 120px;
}
@media only screen and (max-width: 1255px) {
  .text_form .form {
    padding: 60px 60px 60px 120px;
  }
}
@media only screen and (max-width: 1105px) {
  .text_form .form {
    padding: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .text_form .form {
    flex-basis: 100%;
    padding: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .text_form .form {
    padding: 25px;
  }
}
.text_form .form h3 {
  font-size: 24px;
}
.text_form .form h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}
.text_form .form a {
  font-size: 14px;
  font-weight: 500;
}
.text_form .form a img {
  vertical-align: middle;
}
.text_form .form .gform_wrapper {
  margin-top: 25px;
}
.text_form .form.darkblue {
  background: #002F70;
  color: #ffffff;
}
.text_form .form.darkblue h3 {
  margin-bottom: 20px;
}
.text_form .form.darkblue a {
  color: #ffffff;
}
.text_form .form.darkblue .gform_wrapper .gfield_required {
  color: #ffffff !important;
}
.text_form.floating-box .text {
  padding-right: 60px;
  flex-basis: 50%;
}
.text_form.floating-box .form {
  background: none;
  padding-left: 60px;
}
.text_form.floating-box .form .form-inner {
  padding: 60px;
}
.text_form.floating-box .form .form-inner.darkblue {
  background: #002F70;
  color: #ffffff;
}
.text_form.floating-box .form .form-inner.darkblue h3 {
  margin-bottom: 20px;
  color: #ffffff;
}
.text_form.floating-box .form .form-inner.darkblue a {
  color: #ffffff;
}
.text_form.floating-box .form .form-inner.darkblue .gform_wrapper .gfield_required {
  color: #ffffff !important;
}
.two-column-showcase {
  padding: 30px 0;
}
.two-column-showcase h2 {
  margin-bottom: 30px;
}
.two-column-showcase .showcase-area {
  gap: 157px;
}
@media only screen and (max-width: 1105px) {
  .two-column-showcase .showcase-area {
    gap: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .two-column-showcase .showcase-area {
    gap: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .two-column-showcase .showcase-area {
    flex-wrap: wrap;
  }
}
.two-column-showcase .showcase-area .showcase-list {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  .two-column-showcase .showcase-area .showcase-list {
    flex-basis: 40%;
  }
}
@media only screen and (max-width: 650px) {
  .two-column-showcase .showcase-area .showcase-list {
    flex-basis: 100%;
  }
}
.two-column-showcase .showcase-area .showcase-list a {
  display: block;
  padding: 17px 20px 17px 0;
  border-top: 1px solid #333F4C;
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #333F4C;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .two-column-showcase .showcase-area .showcase-list a {
    font-size: 18px;
  }
}
.two-column-showcase .showcase-area .showcase-list a svg {
  position: absolute;
  top: 10px;
  right: 0;
  height: 30px;
  transform: rotate(90deg);
}
.two-column-showcase .showcase-area .showcase-list a svg path {
  fill: #005FBE;
}
.two-column-showcase .showcase-area .showcase-list a.active {
  border-color: #6CC351;
  color: #005FBE;
}
.two-column-showcase .showcase-area .showcase-list a.active svg {
  transform: none;
}
@media only screen and (max-width: 650px) {
  .two-column-showcase .showcase-area .showcase-list a.active svg {
    transform: rotate(90deg);
  }
}
.two-column-showcase .showcase-area .showcase-list a.active svg path {
  fill: #6CC351;
}
.two-column-showcase .showcase-area .showcase-stage {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  .two-column-showcase .showcase-area .showcase-stage {
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 650px) {
  .two-column-showcase .showcase-area .showcase-stage {
    flex-basis: 100%;
  }
}
.two-column-showcase .showcase-area .showcase-stage .showcase-item {
  display: none;
}
.two-column-showcase .showcase-area .showcase-stage .showcase-item h4 {
  font-family: 'Kanit', sans-serif;
  font-size: 20px;
  color: #002F70;
  margin-bottom: 25px;
}
.two-column-showcase .showcase-area .showcase-stage .showcase-item h4:first-of-type {
  margin-bottom: 0;
}
.two-column-showcase .showcase-area .showcase-stage .showcase-item:first-child {
  display: block;
}
.columns-of-bullets {
  padding: 30px 0;
}
@media only screen and (max-width: 900px) {
  .columns-of-bullets {
    padding: 30px 0;
  }
}
.columns-of-bullets h2 {
  margin-bottom: 30px;
}
.columns-of-bullets .bullet-items {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .columns-of-bullets .bullet-items {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media only screen and (max-width: 650px) {
  .columns-of-bullets .bullet-items {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.columns-of-bullets .bullet-items li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  line-height: 150%;
  padding-right: 30px;
  padding-left: 20px;
}
.columns-of-bullets .bullet-items li:before {
  content: '•';
  position: absolute;
  color: #6CC351;
  font-size: 24px;
  left: 0;
}
.columns-of-bullets .bullet-items li .icon-headline {
  gap: 12px;
  margin-bottom: 12px;
}
.columns-of-bullets .bullet-items li .icon-headline img {
  width: 24px;
  vertical-align: middle;
}
.columns-of-bullets .bullet-items li .icon-headline i.fa-solid {
  font-size: 18px;
  color: #6CC351;
}
.columns-of-bullets .bullet-items li .icon-headline h3 {
  font-size: 12px;
  color: #6CC351;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
}
.columns-of-bullets .bullet-items.nonbulleted li {
  padding-left: 0;
  font-size: 12px;
}
.columns-of-bullets .bullet-items.nonbulleted li ul li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
.columns-of-bullets .bullet-items.nonbulleted li ul li:before {
  content: '•';
  position: absolute;
  color: #6CC351;
  font-size: 24px;
  left: 0;
}
.columns-of-bullets .bullet-items.nonbulleted li ol {
  list-style: decimal;
  padding-left: 15px;
}
.columns-of-bullets .bullet-items.nonbulleted li ol li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
.columns-of-bullets .bullet-items.nonbulleted li:before {
  content: '';
}
.columns-of-bullets .bullet-items.nonbulleted li p {
  margin-left: 36px;
}
.columns-of-bullets .bullet-items.nonbulleted li ul, .columns-of-bullets .bullet-items.nonbulleted li ol {
  margin-left: 36px;
}
.columns-of-bullets .bullet-items.nonbulleted li ul li, .columns-of-bullets .bullet-items.nonbulleted li ol li {
  font-size: 12px;
}
.columns-of-bullets.darkblue {
  background: #002F70;
  color: #ffffff;
}
.columns-of-bullets.darkblue h2 {
  color: #ffffff;
}
.video-block {
  padding: 30px 0;
}
@media only screen and (max-width: 900px) {
  .video-block {
    padding: 30px 0;
  }
}
.video-block h2 {
  margin-bottom: 35px;
  color: #002F70;
}
.video-block .caption {
  font-size: 12px;
  line-height: 150%;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-top: 10px;
}
.testimonial-slider {
  padding: 64px 0;
}
@media only screen and (max-width: 900px) {
  .testimonial-slider {
    padding: 30px 0;
  }
}
.testimonial-slider .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
}
.testimonial-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75));
}
.testimonial-slider .testimonial_slider {
  margin-bottom: 5px !important;
}
.testimonial-slider .testimonial_slider .testimonial .testimonial-box {
  background: #ffffff;
  padding: 60px;
  max-width: 890px;
  margin: 0 auto 15px auto;
  box-shadow: 7px 7px 5px rgba(51, 63, 76, 0.25);
  gap: 20px;
  /*.quote-icon~.quote-icon {
					@media only screen and (max-width: $tablet-small) {
						display:none;
					}
				}*/
}
@media only screen and (max-width: 900px) {
  .testimonial-slider .testimonial_slider .testimonial .testimonial-box {
    padding: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .testimonial-slider .testimonial_slider .testimonial .testimonial-box {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (max-width: 650px) {
  .testimonial-slider .testimonial_slider .testimonial .testimonial-box .quote-icon svg {
    width: 15px;
  }
}
.testimonial-slider .testimonial_slider .testimonial .testimonial-box .quote-icon svg path {
  fill: #005FBE;
}
.testimonial-slider .testimonial_slider .testimonial .testimonial-box .quote-icon.reversed svg {
  transform: rotate(180deg);
}
.testimonial-slider .testimonial_slider .testimonial .testimonial-box .quote-body {
  flex: 1;
  font-size: 20px;
  line-height: 130%;
}
@media only screen and (max-width: 650px) {
  .testimonial-slider .testimonial_slider .testimonial .testimonial-box .quote-body {
    font-size: 16px;
  }
}
.testimonial-slider .testimonial_slider .testimonial .testimonial-box .quote-body .quote-meta {
  margin-top: 20px;
  color: #00819C;
  font-size: 12px;
  line-height: 167%;
  letter-spacing: 0.25px;
}
.testimonial-slider .testimonial_slider .testimonial .testimonial-box .quote-body .quote-meta .name {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.testimonial-slider .slider-navigation {
  position: absolute;
  top: calc(50% - 35px);
  width: 100%;
}
.testimonial-slider .slider-navigation .slick-prev, .testimonial-slider .slider-navigation .slick-next {
  background: none;
  width: 29px;
  height: 50px;
}
.testimonial-slider .slider-navigation .slick-prev svg, .testimonial-slider .slider-navigation .slick-next svg {
  top: 0px;
  width: 29px;
  height: 50px;
}
.testimonial-slider .slider-navigation .slick-prev svg:hover path, .testimonial-slider .slider-navigation .slick-next svg:hover path {
  fill: #005FBE;
}
.testimonial-slider .slider-navigation .slick-prev svg {
  transform: rotate(180deg);
}
.testimonial-slider .slider-dots .slick-dots {
  position: relative;
  bottom: initial;
  padding: 0 10px;
}
.testimonial-slider .slider-dots .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 10px;
}
.testimonial-slider .slider-dots .slick-dots li button::before {
  content: "";
  height: 12px;
  width: 12px;
  font-size: 23px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0);
  border: 1px solid #005FBE;
  opacity: 1;
  transform: all 0.5s;
}
.testimonial-slider .slider-dots .slick-dots li.slick-active button::before {
  font-size: 50px;
  line-height: 16px;
  background: #6CC351;
  opacity: 1;
}
.related-insights {
  padding: 30px 0;
}
.photo-grid {
  padding: 30px 0;
}
.photo-grid .photo-row {
  gap: 20px;
  padding: 10px 0;
}
@media only screen and (max-width: 900px) {
  .photo-grid .photo-row {
    flex-wrap: wrap;
  }
}
.photo-grid .photo-row .photo {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  .photo-grid .photo-row .photo {
    flex-basis: 100%;
  }
}
.photo-grid .photo-row .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.photo-grid .photo-row .photo .caption {
  position: absolute;
  bottom: 10px;
  left: 20px;
  max-width: calc(100% - 40px);
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 150%;
  font-style: italic;
}
.photo-grid .photo-row .photo.low-res {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.photo-slider {
  padding: 30px 0;
}
@media only screen and (max-width: 900px) {
  .photo-slider {
    padding: 30px 0;
  }
}
.photo-slider .photo-slider-inner > div .caption {
  position: absolute;
  bottom: 10px;
  left: 20px;
  max-width: calc(100% - 40px);
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 150%;
  font-style: italic;
}
.photo-slider .slider-navigation-outer {
  text-align: right;
}
.photo-slider .slider-navigation-outer .slider-navigation {
  height: 25px;
  padding: 0 30px;
  display: inline-block;
}
.photo-slider .slider-navigation-outer .slider-navigation .slick-prev, .photo-slider .slider-navigation-outer .slider-navigation .slick-next {
  background: none;
  border: 1px solid #005FBE;
  width: 25px;
  height: 25px;
}
.photo-slider .slider-navigation-outer .slider-navigation .slick-prev svg, .photo-slider .slider-navigation-outer .slider-navigation .slick-next svg {
  top: 0px;
}
.photo-slider .slider-navigation-outer .slider-navigation .slick-prev svg:hover, .photo-slider .slider-navigation-outer .slider-navigation .slick-next svg:hover {
  background: #6CC351;
}
.photo-slider .slider-navigation-outer .slider-navigation .slick-prev svg:hover path, .photo-slider .slider-navigation-outer .slider-navigation .slick-next svg:hover path {
  fill: #ffffff;
}
.photo-slider .slider-navigation-outer .slider-navigation .slick-prev svg {
  transform: rotate(180deg);
}
.photo-slider .slider-navigation-outer .slider-navigation .slick-dots {
  position: relative;
  bottom: initial;
  padding: 0 10px;
}
.photo-slider .slider-navigation-outer .slider-navigation .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 10px;
}
.photo-slider .slider-navigation-outer .slider-navigation .slick-dots li button::before {
  content: "";
  height: 12px;
  width: 12px;
  font-size: 23px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0);
  border: 1px solid #005FBE;
  opacity: 1;
  transform: all 0.5s;
}
.photo-slider .slider-navigation-outer .slider-navigation .slick-dots li.slick-active button::before {
  font-size: 50px;
  line-height: 16px;
  background: #6CC351;
  opacity: 1;
}
.project-intro {
  padding: 30px 0;
}
@media only screen and (max-width: 900px) {
  .project-intro {
    padding: 30px 0;
  }
}
.project-intro .container.flex {
  gap: 50px;
}
@media only screen and (max-width: 900px) {
  .project-intro .container.flex {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 650px) {
  .project-intro .container.flex {
    gap: 10px;
  }
}
.project-intro .container.flex .social-share {
  flex-basis: 50px;
}
@media only screen and (max-width: 650px) {
  .project-intro .container.flex .social-share {
    flex-basis: 100%;
    order: 2;
  }
}
.project-intro .container.flex .social-share .label {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .project-intro .container.flex .social-share .label {
    margin-bottom: 10px;
  }
}
.project-intro .container.flex .social-share a {
  display: block;
  float: none;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .project-intro .container.flex .social-share a {
    display: inline-block;
    margin: 0 20px 0 0;
    text-align: left;
  }
}
.project-intro .container.flex .social-share a svg {
  height: 23px;
  width: auto;
}
.project-intro .container.flex .social-share a svg path {
  fill: #333F4C;
}
.project-intro .container.flex .main-content {
  flex: 1;
}
.project-intro .container.flex .main-content ul li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
.project-intro .container.flex .main-content ul li:before {
  content: '•';
  position: absolute;
  color: #6CC351;
  font-size: 24px;
  left: 0;
}
.project-intro .container.flex .main-content ol {
  list-style: decimal;
  padding-left: 15px;
}
.project-intro .container.flex .main-content ol li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
@media only screen and (max-width: 650px) {
  .project-intro .container.flex .main-content {
    flex-basis: 100%;
  }
}
.project-intro .container.flex .main-content h2 {
  margin-bottom: 30px;
}
.project-intro .container.flex .project-highlights {
  flex-basis: 275px;
}
@media only screen and (max-width: 900px) {
  .project-intro .container.flex .project-highlights {
    flex-basis: 100%;
  }
}
.project-intro .container.flex .project-highlights .highlight {
  border-bottom: 1px solid #333F4C;
  padding: 20px 0;
  font-size: 16px;
  line-height: 167%;
}
.project-intro .container.flex .project-highlights .highlight .label {
  font-size: 12px;
  color: #005FBE;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.team-members {
  padding: 30px 0;
}
@media only screen and (max-width: 900px) {
  .team-members {
    padding: 30px 0;
  }
}
.team-members .team-member-grid {
  margin: 30px 0 60px;
  display: flex !important;
  gap: 20px;
}
.team-members .team-member-grid .slick-track {
  display: flex;
}
.team-members .team-member-grid .slick-track .team-member {
  margin-right: 20px;
  margin-left: 5px;
}
.team-members .team-member-grid .team-member {
  height: auto;
  flex-basis: calc(25% - 15px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 4px solid #002F70;
}
@media only screen and (max-width: 1105px) {
  .team-members .team-member-grid .team-member {
    flex-basis: calc(33.33% - 15px);
  }
}
@media only screen and (max-width: 900px) {
  .team-members .team-member-grid .team-member {
    flex-basis: calc(50% - 15px);
  }
}
@media only screen and (max-width: 650px) {
  .team-members .team-member-grid .team-member {
    flex-basis: 100%;
  }
}
.team-members .team-member-grid .team-member img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.team-members .team-member-grid .team-member .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 143, 173, 0.6);
  opacity: 0;
}
.team-members .team-member-grid .team-member .content-holder {
  position: relative;
  width: 100%;
  bottom: 0;
  background: #ffffff;
  padding: 20px;
}
.team-members .team-member-grid .team-member .content-holder .title {
  color: #00819C;
  font-size: 12px;
  line-height: 167%;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.team-members .team-member-grid .team-member .content-holder .suffixes {
  font-style: italic;
  font-size: 12px;
  margin-top: 5px;
}
.team-members .team-member-grid .team-member .content-holder h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
.team-members .team-member-grid .team-member .content-holder h3 a {
  color: #002F70;
}
.team-members .team-member-grid .team-member .content-holder a.cta-link {
  display: none;
  margin: 7px 0;
}
.team-members .team-member-grid .team-member:hover .overlay {
  opacity: 1;
}
.team-members .team-member-grid .team-member:hover .content-holder {
  position: absolute;
  bottom: 0;
}
.team-members .team-member-grid .team-member:hover .content-holder a.cta-link {
  display: inline-block;
}
.team-members .slider-navigation-outer {
  text-align: right;
  padding-right: 20px;
}
.team-members .slider-navigation-outer .slider-navigation {
  height: 25px;
  padding: 0 30px;
  display: inline-block;
}
.team-members .slider-navigation-outer .slider-navigation .slick-prev, .team-members .slider-navigation-outer .slider-navigation .slick-next {
  background: none;
  border: 1px solid #005FBE;
  width: 25px;
  height: 25px;
}
.team-members .slider-navigation-outer .slider-navigation .slick-prev svg, .team-members .slider-navigation-outer .slider-navigation .slick-next svg {
  top: 0px;
}
.team-members .slider-navigation-outer .slider-navigation .slick-prev svg:hover, .team-members .slider-navigation-outer .slider-navigation .slick-next svg:hover {
  background: #6CC351;
}
.team-members .slider-navigation-outer .slider-navigation .slick-prev svg:hover path, .team-members .slider-navigation-outer .slider-navigation .slick-next svg:hover path {
  fill: #ffffff;
}
.team-members .slider-navigation-outer .slider-navigation .slick-prev svg {
  transform: rotate(180deg);
}
.team-members .slider-navigation-outer .slider-navigation .slick-dots {
  position: relative;
  bottom: initial;
  padding: 0 10px;
}
.team-members .slider-navigation-outer .slider-navigation .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 10px;
}
.team-members .slider-navigation-outer .slider-navigation .slick-dots li button::before {
  content: "";
  height: 12px;
  width: 12px;
  font-size: 23px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0);
  border: 1px solid #005FBE;
  opacity: 1;
  transform: all 0.5s;
}
.team-members .slider-navigation-outer .slider-navigation .slick-dots li.slick-active button::before {
  font-size: 50px;
  line-height: 16px;
  background: #6CC351;
  opacity: 1;
}
.body-text-bulleted-sidebar {
  padding: 30px 0;
}
@media only screen and (max-width: 900px) {
  .body-text-bulleted-sidebar {
    padding: 30px 0;
  }
}
.body-text-bulleted-sidebar .container-narrow {
  margin-left: 98px;
}
.body-text-bulleted-sidebar h2 {
  margin-bottom: 30px;
  font-size: 30px;
}
.body-text-bulleted-sidebar .flex {
  gap: 50px;
}
@media only screen and (max-width: 900px) {
  .body-text-bulleted-sidebar .flex {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.body-text-bulleted-sidebar .flex .main-content {
  flex: 1;
}
.body-text-bulleted-sidebar .flex .main-content ul li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
.body-text-bulleted-sidebar .flex .main-content ul li:before {
  content: '•';
  position: absolute;
  color: #6CC351;
  font-size: 24px;
  left: 0;
}
.body-text-bulleted-sidebar .flex .main-content ol {
  list-style: decimal;
  padding-left: 15px;
}
.body-text-bulleted-sidebar .flex .main-content ol li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
@media only screen and (max-width: 900px) {
  .body-text-bulleted-sidebar .flex .main-content {
    flex-basis: 100%;
  }
}
.body-text-bulleted-sidebar .flex .main-content h3 {
  font-size: 12px;
  color: #005FBE;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.body-text-bulleted-sidebar .flex .project-highlights {
  flex-basis: 50%;
}
@media only screen and (max-width: 900px) {
  .body-text-bulleted-sidebar .flex .project-highlights {
    flex-basis: 100%;
  }
}
.body-text-bulleted-sidebar .flex .project-highlights.lightgrey {
  background: rgba(237, 238, 241, 0.5);
  padding: 30px;
  color: #005FBE;
}
.body-text-bulleted-sidebar .flex .project-highlights.lightgrey h3 {
  font-family: 'Kanit', sans-serif;
  text-decoration: none;
  font-size: 24px;
}
.body-text-bulleted-sidebar .flex .project-highlights h3 {
  font-size: 12px;
  color: #005FBE;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.body-text-bulleted-sidebar .flex .project-highlights ul {
  position: relative;
}
.body-text-bulleted-sidebar .flex .project-highlights ul li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
.body-text-bulleted-sidebar .flex .project-highlights ul li:before {
  content: '•';
  position: absolute;
  color: #6CC351;
  font-size: 24px;
  left: 0;
}
.body-text-bulleted-sidebar .flex .project-highlights ol {
  list-style: decimal;
  padding-left: 15px;
}
.body-text-bulleted-sidebar .flex .project-highlights ol li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
.insight-intro {
  padding: 60px 0 30px;
}
@media only screen and (max-width: 650px) {
  .insight-intro {
    padding: 30px 0;
  }
}
.insight-intro .container.flex {
  gap: 50px;
}
@media only screen and (max-width: 900px) {
  .insight-intro .container.flex {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 650px) {
  .insight-intro .container.flex {
    gap: 10px;
  }
}
.insight-intro .container.flex .social-share {
  flex-basis: 50px;
}
@media only screen and (max-width: 900px) {
  .insight-intro .container.flex .social-share {
    order: 1;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .insight-intro .container.flex .social-share {
    flex-basis: 100%;
  }
}
.insight-intro .container.flex .social-share .label {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  .insight-intro .container.flex .social-share .label {
    margin-bottom: 10px;
  }
}
.insight-intro .container.flex .social-share a {
  display: block;
  float: none;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .insight-intro .container.flex .social-share a {
    display: inline-block;
    margin: 0 20px 0 0;
    text-align: left;
  }
}
.insight-intro .container.flex .social-share a svg {
  height: 23px;
  width: auto;
}
.insight-intro .container.flex .social-share a svg path {
  fill: #333F4C;
}
.insight-intro .container.flex .main-content {
  flex: 1;
  max-width: 900px;
}
.insight-intro .container.flex .main-content ul li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
.insight-intro .container.flex .main-content ul li:before {
  content: '•';
  position: absolute;
  color: #6CC351;
  font-size: 24px;
  left: 0;
}
.insight-intro .container.flex .main-content ol {
  list-style: decimal;
  padding-left: 15px;
}
.insight-intro .container.flex .main-content ol li {
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 167%;
}
@media only screen and (max-width: 900px) {
  .insight-intro .container.flex .main-content {
    order: 2;
  }
}
@media only screen and (max-width: 650px) {
  .insight-intro .container.flex .main-content {
    flex-basis: 100%;
  }
}
.insight-intro .container.flex .main-content h2 {
  margin-bottom: 30px;
}
.insight-intro .container.flex .main-content h3 {
  margin-bottom: 25px;
}
.insight-intro .container.flex .main-content .date-held {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #002F70;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.insight-intro .container.flex .form-download {
  flex-basis: 475px;
  background: rgba(237, 238, 241, 0.5);
  padding: 60px;
  line-height: 140%;
}
.insight-intro .container.flex .form-download h3 {
  font-size: 30px;
  font-weight: 500;
  color: #002F70;
  margin-bottom: 20px;
}
.insight-intro .container.flex .form-download .gform_description {
  margin-bottom: 1.5em;
  display: block;
}
.insight-intro .container.flex .form-download .gfield {
  margin-top: 14px;
}
.insight-intro .container.flex .form-download .gfield .ginput_container input[type=text] {
  background: #ffffff;
}
.insight-intro .container.flex .form-download .button {
  background: #005FBE;
  color: #ffffff !important;
  padding: 3px 15px;
  border: none;
  height: auto;
}
.pull-quote {
  padding: 30px 0;
  color: #005FBE;
}
.pull-quote .pull-quote-inner {
  border-left: 4px solid #005FBE;
  padding-left: 60px;
  font-size: 22px;
}
@media only screen and (max-width: 900px) {
  .pull-quote .pull-quote-inner {
    padding-left: 30px;
    font-size: 18px;
  }
}
.pull-quote .pull-quote-inner h3 {
  font-family: 'Kanit', sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}
.pull-quote .pull-quote-inner p {
  line-height: 164%;
}
.tablepress {
  margin: 60px 0;
}
.tablepress thead th {
  background: none;
  color: #005FBE;
  border-top: 3px solid #005FBE;
  border-bottom: 3px solid #005FBE;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 20px;
}
.tablepress tbody td {
  padding: 14px 20px;
  border: none;
}
.tablepress tbody .odd td {
  background: rgba(237, 238, 241, 0.5);
}
.steps {
  padding: 60px 0;
}
.steps.lightgrey {
  background: #EDEEF1;
}
.steps .container h2 {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.steps .container .steps-inner {
  gap: 130px;
}
@media only screen and (max-width: 900px) {
  .steps .container .steps-inner {
    gap: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .steps .container .steps-inner {
    gap: 25px;
  }
}
.steps .container .steps-inner .step {
  flex: 1;
  font-family: 'Kanit', sans-serif;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .steps .container .steps-inner .step {
    flex-basis: 100%;
  }
}
.steps .container .steps-inner .step .step-number {
  display: inline-block;
  border: 2px solid #6CC351;
  color: #6CC351;
  margin-bottom: 20px;
  border-radius: 30px;
  font-size: 30px;
  font-weight: 500;
  width: 43px;
  height: 43px;
  line-height: 37px;
}
.steps .container .steps-inner .step img {
  display: block;
  margin: 0 auto 25px;
}
.insights-authors {
  padding: 60px 0;
  background: rgba(237, 238, 241, 0.5);
}
.insights-authors h2 {
  font-size: 18px;
  font-weight: 500;
  color: #002F70;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.insights-authors .author {
  margin-bottom: 60px;
}
.insights-authors .author:last-of-type {
  margin-bottom: 0;
}
.insights-authors .author .author-inner {
  gap: 30px;
  margin-bottom: 30px;
}
.insights-authors .author .author-inner img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.insights-authors .author .author-inner .team-member-info {
  flex: 1;
  max-width: 900px;
}
.insights-authors .author .contact-methods {
  border-top: 1px solid #333F4C;
  gap: 20px;
  padding-top: 10px;
}
.insights-authors .author .contact-methods .office-location {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.insights-authors .author .contact-methods .office-location a {
  color: #333F4C;
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  letter-spacing: 0.75px;
}
.insights-authors .author .contact-methods svg {
  height: 14px;
}
.insights-authors .author .contact-methods svg path {
  fill: #6CC351;
}
.module.spacer {
  height: 30px;
}
.module.spacer.bg-darkblue {
  background: #002F70;
}
.module.spacer.bg-mediumblue {
  background: #005FBE;
}
.module.spacer.bg-aqua {
  background: #008FAD;
}
.module.spacer.bg-lime {
  background: #6CC351;
}
.module.spacer.bg-black {
  background: #333F4C;
}
.module.spacer.bg-lightgrey {
  background: #EDEEF1;
}
.open-positions {
  padding: 60px 0;
}
.open-positions h3 {
  margin-bottom: 30px;
}
.open-positions #jobs-filter select {
  border: 1px solid #005FBE;
  background: transparent;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  color: #333F4C;
  padding: 10px;
  width: 100%;
  min-width: 200px;
  max-width: 405px;
  appearance: none;
  background-image: url(images/lime-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.open-positions #jobs-filter #clearsearch {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.open-positions .jobs-grid .jobs-grid-inner {
  gap: 20px;
}
.open-positions .jobs-grid .jobs-grid-inner .job {
  background: rgba(237, 238, 241, 0.5);
  padding: 20px;
  flex-basis: calc(33.333% - 15px);
  padding-bottom: 70px;
}
@media only screen and (max-width: 900px) {
  .open-positions .jobs-grid .jobs-grid-inner .job {
    flex-basis: calc(50% - 10px);
  }
}
@media only screen and (max-width: 650px) {
  .open-positions .jobs-grid .jobs-grid-inner .job {
    flex-basis: 100%;
  }
}
.open-positions .jobs-grid .jobs-grid-inner .job h4 {
  font-size: 20px;
}
.open-positions .jobs-grid .jobs-grid-inner .job h4 a {
  color: #002F70;
}
.open-positions .jobs-grid .jobs-grid-inner .job .location {
  font-size: 12px;
  text-transform: uppercase;
}
.open-positions .jobs-grid .jobs-grid-inner .job .location span {
  font-size: 16px;
  font-weight: 600;
  color: #005FBE;
  text-transform: none;
}
.open-positions .jobs-grid .jobs-grid-inner .job a.cta-link {
  position: absolute;
  bottom: 20px;
}
.open-positions .view-more-careers {
  text-align: right;
  margin-top: 30px;
}
/*@import "parts/flexible_content_page_header";
@import "parts/flexible_content_image_text";
@import "parts/flexible_content_hover_columns";
@import "parts/flexible_content_tabbed_section";
@import "parts/flexible_content_related_insights";
@import "parts/flexible_content_featured_projects";
@import "parts/flexible_content_video_block";
@import "parts/flexible_content_video_carousel";
@import "parts/flexible_content_quote_carousel";
@import "parts/flexible_content_cta";
@import "parts/flexible_content_page_header_image_with_headline";
@import "parts/flexible_content_timeline";
@import "parts/flexible_content_centered_headline_text";
@import "parts/flexible_content_faqs";
@import "parts/flexible_content_full_width_text_headline";
@import "parts/flexible_content_pull_quote";
@import "parts/flexible_content_large_image-caption";
@import "parts/flexible_content_insights_video";
@import "parts/flexible_content_insights_stats";
@import "parts/flexible_content_image_slider";
@import "parts/flexible_content_flip_cards";
@import "parts/flexible_content_sticky_navbar";
@import "parts/flexible_content_brand_colors";
@import "parts/flexible_content_project_meta"; */
/* 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(51, 63, 76, 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-dotted.slick-slider {
  margin-bottom: 30px;
}
.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;
}
.gform_wrapper.gravity-theme .ginput_container_select select.large {
  padding: 0.5em 10px;
  font-family: 'Libre Franklin', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper.gravity-theme .ginput_container_select:after {
  width: 25px;
  height: 25px;
  background-image: url(images/button-arrow.svg);
  background-repeat: no-repeat;
  top: 5px;
  right: 10px;
  content: "";
  z-index: 98;
  display: inline-block;
  position: absolute;
  transform: rotate(90deg);
  background-size: contain;
}
.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gform_body .gfield {
  /*margin-top:15px;*/
}
.gform_wrapper.gravity-theme .gform_body .gfield:first-child {
  margin-top: 0;
}
.gform_wrapper.gravity-theme .gform_body .gfield_label {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gform_body .gfield_label .gfield_required {
  color: #333F4C;
}
.gform_wrapper.gravity-theme .gform_body input {
  border: none;
  background: #EDEEF1;
  font-family: 'Libre Franklin', sans-serif;
}
.gform_wrapper.gravity-theme .gform_body select {
  background: #EDEEF1;
  border: none;
  padding: 10px;
}
.gform_wrapper.gravity-theme .gform_body textarea {
  background: #EDEEF1;
  resize: vertical;
  border: none;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  font-family: 'Kanit', sans-serif;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 6px 20px;
  text-decoration: none;
  font-size: 16px;
  background: #005FBE;
  border: none !important;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  height: auto;
}
/*  --------------------- Mobile Nav Styles  ------------------------*/
ul.mobileicons {
  list-style: none;
  line-height: 60px;
  margin-bottom: 0;
  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: 0;
  -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;
  text-align: center;
}
#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 .hamburger-helper {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 7px;
}
.siteheader.scrolled #nav-icon3 span {
  background: #ffffff;
}
#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 {
  display: none;
  position: fixed;
  height: 100%;
  top: 85px;
  z-index: 901;
  background: #ffffff;
  width: 100%;
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  left: 0;
}
@media only screen and (max-width: 650px) {
  #mobilenavcontainer {
    top: 60px;
  }
}
#mobilenavcontainer.scrolled {
  position: fixed;
}
ul.mobilenav {
  margin: 0;
  padding: 0;
}
ul.mobilenav li {
  display: block;
  float: none;
  padding: 20px 0;
}
ul.mobilenav li:first-child {
  padding-top: 32px;
}
ul.mobilenav li .mobilenavarrow {
  display: none;
}
ul.mobilenav li.menu-item-has-children > a .mobilenavarrow {
  display: block;
  float: right;
  color: #3865a8;
  width: 18px;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  outline: 0;
  margin-right: 15px;
}
ul.mobilenav li.menu-item-has-children a.down .mobilenavarrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  border-left: none;
  height: 100%;
  width: 18px;
  margin-right: 23px;
}
ul.mobilenav li a {
  font-family: 'Kanit', sans-serif;
  display: block;
  color: #002F70;
  text-decoration: none;
  padding-left: 31px;
  outline: 0;
  overflow: hidden;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
ul.mobilenav li a:hover {
  color: #6CC351;
}
ul.mobilenav li.menu-item-has-children > a {
  background-image: url(images/button-arrow.svg);
  background-position: right;
  background-repeat: no-repeat;
}
ul.mobilenav li ul {
  position: absolute;
  left: 100vw;
  height: 100%;
  width: 100%;
  transition: 0.5s all;
  padding-left: 0;
  background: #ffffff;
  top: 0px;
}
ul.mobilenav li ul li {
  padding: 12px 0;
}
ul.mobilenav li ul li a {
  padding-left: 20px;
  font-size: 18px;
  color: #005FBE;
}
ul.mobilenav li ul li.menu-item-has-children > a {
  background-image: url(images/button-arrow.svg);
  background-position: right;
  background-repeat: no-repeat;
}
ul.mobilenav li.show-child > ul {
  left: 0;
}
ul.mobilenav li.show-child > ul > li.go-back {
  border-bottom: 3px solid #6cc351;
  background: rgba(237, 238, 241, 0.9);
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
}
ul.mobilenav li.show-child > ul > li.go-back:before {
  content: '';
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(images/mobile-nav-back-arrow.svg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
ul.mobilenav li.show-child > ul > li.go-back > a {
  color: #002F70;
  background-image: none !important;
  font-size: 20px !important;
  letter-spacing: 0.75px;
  font-family: 'Kanit', sans-serif !important;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children > a {
  background-image: url(images/button-arrow.svg);
  background-position: right;
  background-repeat: no-repeat;
  width: 90%;
  font-size: 18px;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children .sub-menu li {
  padding: 10px 0;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children .sub-menu li.go-back {
  margin-bottom: 20px;
  padding: 20px 0;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children .sub-menu li.go-back a {
  color: #002F70;
  text-transform: uppercase;
  font-weight: 400;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children .sub-menu li a {
  font-size: 16px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  text-transform: none;
  color: #333F4C;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fmm.circles.studio%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fmm%2Fsass%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2F_reset.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2F_variables.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2F_global.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fpages%2F_single-team_member.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fpages%2F_locations-overview.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fpages%2F_single-location.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fpages%2F_news-overview.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fpages%2F_projects-overview.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fpages%2F_404.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fpages%2F_search.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-headline-text.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-text-block.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-page-header.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-core-values.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-stats.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-text-image.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-message-testimonial-slider.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-pusher-boxes.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-angled-slider.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-latest-news-insights.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-our-team.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-text-form.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-two-column-showcase.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-columns-bullets.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-video.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-testimonial-slider.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-related-insights.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-photo-grid.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-photo-slider.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-project-intro.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-team-members.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-body-text-bulleted-sidebar.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-insight-intro.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-pull-quote.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_tables.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-steps.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content_insight-authors.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-spacer.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fparts%2F_flexible-content-open-positions.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fcomponents%2Fslick-theme.scss%22%2C%22wp-content%2Fthemes%2Fmm%2Fsass%2Fcomponents%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fmm%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%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF9HD%3BAAAA%3BAGKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%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%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAHjPA%3BAGsPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACvRA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACC%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzmBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7VL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACjEJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAChED%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAaL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BACjPH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAC5EJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACZD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAC3DL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGA%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%3BAC9XF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjNH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAZgHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY%2FHD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAC7HL%3BAAAA%3BAAAA%3BAbwIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAavJF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACvFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC7DH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9EF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAjB6FC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiB5GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BACpEF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChNP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYL%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChPD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1OP%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BACnGJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BACjGL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAC7KN%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BACxGJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAzBiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyB%2FEC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BACpGF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACZD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtKN%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtCH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzFP%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BA%2FByEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBxFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzFJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClLP%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAjCgHC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC%2FHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzFJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAlCqEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCnFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FHH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACpBF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BACvBH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAChDJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAC1DJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACvBD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BA1CnFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2C4CI%3BAAAA%3BAAAA%3BA3C5CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2C8DA%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%3BA3CjHJ%3BA2C0HC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA3CnID%3BA2C2IA%3BAAAA%3BAAAA%3BAAIA%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%3BAChMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5C3EF%3BA6CCA%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%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIA%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%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */