@charset "UTF-8";
/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
/* Slick Slider */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/zmh6eye.css");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  --webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider .slick-dots {
  position: relative;
  width: 100%;
  margin: 0.94rem 0;
  padding: 0;
  text-align: center;
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.slick-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 2px solid #c7e1f9;
  border-radius: 100%;
  font-size: 0;
  background-color: #00427a;
  transition: background-color ease 0.3s, opacity ease 0.3s;
  outline: none;
}
.slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li button:hover {
  outline: none;
  cursor: pointer;
  background-color: #c7e1f9;
  opacity: 0.8;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #c7e1f9;
}
.slick-arrow {
  --sArrowWidth: 20px;
  position: absolute;
  top: calc(50% - (var(--sArrowWidth) / 2));
  padding: 0;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  font-size: 0;
  background-color: transparent;
  box-shadow: none;
  border: calc(var(--sArrowWidth) / 4) solid #00427a;
  border-top: 0;
  border-right: 0;
  transition: border-color ease 0.3s;
  z-index: 9;
}
.slick-arrow:focus, .slick-arrow:hover {
  outline: none;
  cursor: pointer;
  border-color: #c7e1f9;
}
.slick-arrow.slick-prev {
  left: 0;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}
.slick-arrow.slick-next {
  right: 0;
  transform: rotate(-135deg);
}
.slick-arrow.slick-hidden {
  display: none;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}
.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.carousel__track {
  display: flex;
}
.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}
.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: thin dotted;
}
body.is-using-mouse .fancybox__container :focus {
  outline: none;
}
@media (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}
.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}
.fancybox__track {
  display: flex;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}
.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}
.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}
.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}
.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption, .fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav, .fancybox__container.is-animated[aria-hidden="false"] .carousel__dots, .fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel .is-draggable {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel .is-dragging {
  cursor: move;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide:not(.has-image) .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  user-select: none;
}
.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit="contain"] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit="contain"] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit="cover"] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit="cover"] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit="cover"] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}
.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: 4px;
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}
.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: 4px;
}
.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
@font-face {
  font-family: "cgs";
  src: url("../fonts/icons-fonts/cgs.eot");
  src: url("../fonts/icons-fonts/cgs.eot?#iefix") format("embedded-opentype"), url("../fonts/icons-fonts/cgs.woff") format("woff"), url("../fonts/icons-fonts/cgs.ttf") format("truetype"), url("../fonts/icons-fonts/cgs.svg#cgs") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "cgs" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak-as: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "cgs" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak-as: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: "a";
}
.icon-arrow-right-round:before {
  content: "b";
}
.icon-pdf:before {
  content: "c";
}
.icon-check-circle:before {
  content: "d";
}
.icon-arrow-right-round2:before {
  content: "e";
}
.icon-fax:before {
  content: "g";
}
.icon-play:before {
  content: "f";
}
.icon-phone:before {
  content: "h";
}
.icon-close-square:before {
  content: "i";
}
.icon-arrow-left:before {
  content: "j";
}
.icon-arrow-right:before {
  content: "k";
}
.icon-linkedin:before {
  content: "l";
}
.icon-twitter:before {
  content: "m";
}
.icon-facebook:before {
  content: "n";
}
.icon-share:before {
  content: "o";
}
.icon-left-angle:before {
  content: "p";
}
.icon-right-angle:before {
  content: "q";
}
/* Reset css
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: inherit;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*, *::before, *::after {
  box-sizing: border-box;
}
article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}
/* Text-level semantics
   ========================================================================== */
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
audio, video, iframe {
  display: inline-block;
}
/**
 * Basic typography style for copy text
 */
html {
  font-size: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  color: #717375;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
  word-break: break-word;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
body.scroll-fixed {
  overflow: hidden;
}
h1, .h1 {
  margin-bottom: 0.44rem;
  color: #00427a;
  font-family: inherit;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: break-word;
}
h1 a, .h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1399px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 2.38rem;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 1.88rem;
  }
}
h2, .h2 {
  margin-bottom: 0.44rem;
  color: #00427a;
  font-family: inherit;
  font-size: 2.44rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: break-word;
}
h2 a, .h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.82rem;
  }
}
h3, .h3 {
  margin-bottom: 0.44rem;
  color: #00427a;
  font-family: inherit;
  font-size: 1.94rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: break-word;
}
h3 a, .h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h4, .h4 {
  margin-bottom: 0.44rem;
  color: #00427a;
  font-family: inherit;
  font-size: 1.57rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: break-word;
}
h4 a, .h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.13rem;
  }
}
h5, .h5 {
  margin-bottom: 0.44rem;
  color: #00427a;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: break-word;
}
h5 a, .h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 1.13rem;
  }
}
h6, .h6 {
  margin-bottom: 0.44rem;
  color: #00427a;
  font-family: inherit;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: break-word;
  line-height: 1.5;
}
h6 a, .h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 1rem;
  }
}
p {
  margin-bottom: 0.94rem;
  letter-spacing: -0.01em;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  overflow: hidden;
}
ul > li {
  position: relative;
  margin: 0 0 1.13rem;
  padding-left: 20px;
  list-style: none;
}
ul > li::before {
  content: "";
  position: absolute;
  top: 0.63rem;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #ebb133;
  border-radius: 100%;
}
ul > li:empty {
  display: none;
}
ul ul {
  margin-top: 15px;
}
ul ul > li::before {
  background-color: transparent;
  border: 2px solid #ebb133;
}
.bullet-check ul li {
  color: #717375;
  padding-left: 2.19rem;
}
.bullet-check ul li::before {
  content: "d";
  font-family: "cgs" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  top: 0;
  width: auto;
  height: auto;
  font-size: 1.19rem;
  color: #ebb133;
  background-color: transparent;
}
ol {
  counter-reset: ol-style;
  overflow: hidden;
}
ol > li {
  counter-increment: ol-style;
  position: relative;
  list-style-position: inside;
  margin: 10px 0;
  padding-left: 20px;
  list-style: none;
}
ol > li::before {
  content: counter(ol-style) ".";
  position: absolute;
  top: 2px;
  left: 0;
  color: #0091d5;
  font-weight: 700;
  font-size: 0.88rem;
}
ol > li:empty {
  display: none;
}
ol ol > li::before {
  content: counter(ol-style,lower-alpha) ".";
}
blockquote {
  display: block;
  margin: 2.5rem 0;
  padding: 0.82rem;
  text-align: left;
  color: #727272;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5;
  border-left: 0.38rem solid #ebb133;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
hr {
  height: 0;
  margin: 0.63rem auto 2.5rem;
  border: 0 #000000 solid;
  border-top-width: 0.07rem;
  overflow: visible;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  max-height: 100%;
}
picture {
  display: inline-block;
  vertical-align: top;
}
/* Link
------------------------------------------------------------------------------*/
a {
  color: #0091d5;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  text-decoration: none;
}
a:hover {
  color: #0091d5;
  text-decoration: underline;
  outline: none;
}
a:visited {
  color: #00427a;
  text-decoration: none;
}
/* Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table tr {
  border: 1px solid;
}
table td, table th {
  text-align: left;
  font-weight: normal;
  border: 1px solid;
  padding: 5px;
}
table th {
  font-weight: bold;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td, .table-bordered th {
  vertical-align: bottom;
  border-bottom: 0.07rem solid #b3b3b3;
  padding: 0.63rem;
}
/**
 * Main content containers
 */
.container, .container-sm, .container-fluid, #bbpress-forums.bbpress-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.13rem;
  padding-right: 3.13rem;
  max-width: calc(var(--container-width) + 3.13rem * 2);
}
@media (max-width: 1199px) {
  .container, .container-sm, .container-fluid, #bbpress-forums.bbpress-wrapper {
    padding-left: 1.88rem;
    padding-right: 1.88rem;
  }
}
@media (max-width: 767px) {
  .container, .container-sm, .container-fluid, #bbpress-forums.bbpress-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.container {
  --container-width: 72.25rem;
}
.container-sm {
  --container-width: 47.5rem;
}
/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*="cell-"] {
  padding-right: 0;
  padding-left: 0;
}
[class*="cell-"] {
  position: relative;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* align item */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.bg-white {
  background-color: #ffffff;
}
.text-white {
  color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.text-black {
  color: #000000;
}
.bg-light-blue {
  background-color: #c7e1f9;
}
.text-light-blue {
  color: #c7e1f9;
}
/* column structure */
.cell-1 {
  width: 8.3333333333%;
}
.cell-2 {
  width: 16.6666666667%;
}
.cell-3 {
  width: 25%;
}
.cell-4 {
  width: 33.3333333333%;
}
.cell-5 {
  width: 41.6666666667%;
}
.cell-6 {
  width: 50%;
}
.cell-7 {
  width: 58.3333333333%;
}
.cell-8 {
  width: 66.6666666667%;
}
.cell-9 {
  width: 75%;
}
.cell-10 {
  width: 83.3333333333%;
}
.cell-11 {
  width: 91.6666666667%;
}
.cell-12 {
  width: 100%;
}
.mt-30, .m-30, .my-30 {
  margin-top: 1.875rem;
}
.pt-30, .p-30, .py-30 {
  padding-top: 1.875rem;
}
.mb-30, .m-30, .my-30 {
  margin-bottom: 1.875rem;
}
.pb-30, .p-30, .py-30 {
  padding-bottom: 1.875rem;
}
.ml-30, .m-30, .mx-30 {
  margin-left: 1.875rem;
}
.pl-30, .p-30, .px-30 {
  padding-left: 1.875rem;
}
.mr-30, .m-30, .mx-30 {
  margin-right: 1.875rem;
}
.pr-30, .p-30, .px-30 {
  padding-right: 1.875rem;
}
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-30, .m-sm-30, .my-sm-30 {
    margin-top: 1.875rem;
  }
  .pt-sm-30, .p-sm-30, .py-sm-30 {
    padding-top: 1.875rem;
  }
  .mb-sm-30, .m-sm-30, .my-sm-30 {
    margin-bottom: 1.875rem;
  }
  .pb-sm-30, .p-sm-30, .py-sm-30 {
    padding-bottom: 1.875rem;
  }
  .ml-sm-30, .m-sm-30, .mx-sm-30 {
    margin-left: 1.875rem;
  }
  .pl-sm-30, .p-sm-30, .px-sm-30 {
    padding-left: 1.875rem;
  }
  .mr-sm-30, .m-sm-30, .mx-sm-30 {
    margin-right: 1.875rem;
  }
  .pr-sm-30, .p-sm-30, .px-sm-30 {
    padding-right: 1.875rem;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }
  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-30, .m-md-30, .my-md-30 {
    margin-top: 1.875rem;
  }
  .pt-md-30, .p-md-30, .py-md-30 {
    padding-top: 1.875rem;
  }
  .mb-md-30, .m-md-30, .my-md-30 {
    margin-bottom: 1.875rem;
  }
  .pb-md-30, .p-md-30, .py-md-30 {
    padding-bottom: 1.875rem;
  }
  .ml-md-30, .m-md-30, .mx-md-30 {
    margin-left: 1.875rem;
  }
  .pl-md-30, .p-md-30, .px-md-30 {
    padding-left: 1.875rem;
  }
  .mr-md-30, .m-md-30, .mx-md-30 {
    margin-right: 1.875rem;
  }
  .pr-md-30, .p-md-30, .px-md-30 {
    padding-right: 1.875rem;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }
  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-30, .m-lg-30, .my-lg-30 {
    margin-top: 1.875rem;
  }
  .pt-lg-30, .p-lg-30, .py-lg-30 {
    padding-top: 1.875rem;
  }
  .mb-lg-30, .m-lg-30, .my-lg-30 {
    margin-bottom: 1.875rem;
  }
  .pb-lg-30, .p-lg-30, .py-lg-30 {
    padding-bottom: 1.875rem;
  }
  .ml-lg-30, .m-lg-30, .mx-lg-30 {
    margin-left: 1.875rem;
  }
  .pl-lg-30, .p-lg-30, .px-lg-30 {
    padding-left: 1.875rem;
  }
  .mr-lg-30, .m-lg-30, .mx-lg-30 {
    margin-right: 1.875rem;
  }
  .pr-lg-30, .p-lg-30, .px-lg-30 {
    padding-right: 1.875rem;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }
  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-30, .m-xl-30, .my-xl-30 {
    margin-top: 1.875rem;
  }
  .pt-xl-30, .p-xl-30, .py-xl-30 {
    padding-top: 1.875rem;
  }
  .mb-xl-30, .m-xl-30, .my-xl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xl-30, .p-xl-30, .py-xl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xl-30, .m-xl-30, .mx-xl-30 {
    margin-left: 1.875rem;
  }
  .pl-xl-30, .p-xl-30, .px-xl-30 {
    padding-left: 1.875rem;
  }
  .mr-xl-30, .m-xl-30, .mx-xl-30 {
    margin-right: 1.875rem;
  }
  .pr-xl-30, .p-xl-30, .px-xl-30 {
    padding-right: 1.875rem;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }
  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-30, .m-xxl-30, .my-xxl-30 {
    margin-top: 1.875rem;
  }
  .pt-xxl-30, .p-xxl-30, .py-xxl-30 {
    padding-top: 1.875rem;
  }
  .mb-xxl-30, .m-xxl-30, .my-xxl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xxl-30, .p-xxl-30, .py-xxl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xxl-30, .m-xxl-30, .mx-xxl-30 {
    margin-left: 1.875rem;
  }
  .pl-xxl-30, .p-xxl-30, .px-xxl-30 {
    padding-left: 1.875rem;
  }
  .mr-xxl-30, .m-xxl-30, .mx-xxl-30 {
    margin-right: 1.875rem;
  }
  .pr-xxl-30, .p-xxl-30, .px-xxl-30 {
    padding-right: 1.875rem;
  }
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }
  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
.btn, .button, input[type="button"], input[type="reset"], input[type="submit"], #bbpress-forums.bbpress-wrapper .bbp-form .submit {
  display: inline-block;
  padding: 1rem 2.5rem;
  vertical-align: top;
  color: #00427a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 2px solid #ebb133;
  border-radius: 4px;
  background-color: #ebb133;
  box-shadow: 0 0 0 rgba(0, 66, 122, 0.24);
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  margin: 8px 16px 8px 0px;
}
.btn:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, #bbpress-forums.bbpress-wrapper .bbp-form .submit:hover, .btn:focus, .button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, #bbpress-forums.bbpress-wrapper .bbp-form .submit:focus, a:hover .btn, a:hover .button, a:hover input[type="button"], a:hover input[type="reset"], a:hover input[type="submit"], a:hover #bbpress-forums.bbpress-wrapper .bbp-form .submit, #bbpress-forums.bbpress-wrapper .bbp-form a:hover .submit {
  color: #00427a;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
}
.bg-primary-100 .btn:hover, .bg-primary-100 .button:hover, .bg-primary-100 input[type="button"]:hover, .bg-primary-100 input[type="reset"]:hover, .bg-primary-100 input[type="submit"]:hover, .bg-primary-100 #bbpress-forums.bbpress-wrapper .bbp-form .submit:hover, #bbpress-forums.bbpress-wrapper .bbp-form .bg-primary-100 .submit:hover, .bg-primary-100 .btn:focus, .bg-primary-100 .button:focus, .bg-primary-100 input[type="button"]:focus, .bg-primary-100 input[type="reset"]:focus, .bg-primary-100 input[type="submit"]:focus, .bg-primary-100 #bbpress-forums.bbpress-wrapper .bbp-form .submit:focus, #bbpress-forums.bbpress-wrapper .bbp-form .bg-primary-100 .submit:focus {
  color: #ffffff;
}
.inner-text-white .btn:hover, .inner-text-white .button:hover, .inner-text-white input[type="button"]:hover, .inner-text-white input[type="reset"]:hover, .inner-text-white input[type="submit"]:hover, .inner-text-white #bbpress-forums.bbpress-wrapper .bbp-form .submit:hover, #bbpress-forums.bbpress-wrapper .bbp-form .inner-text-white .submit:hover, .inner-text-white .btn:focus, .inner-text-white .button:focus, .inner-text-white input[type="button"]:focus, .inner-text-white input[type="reset"]:focus, .inner-text-white input[type="submit"]:focus, .inner-text-white #bbpress-forums.bbpress-wrapper .bbp-form .submit:focus, #bbpress-forums.bbpress-wrapper .bbp-form .inner-text-white .submit:focus {
  color: #ffffff;
}
.bg-light-blue .btn:hover, .bg-light-blue .button:hover, .bg-light-blue input[type="button"]:hover, .bg-light-blue input[type="reset"]:hover, .bg-light-blue input[type="submit"]:hover, .bg-light-blue #bbpress-forums.bbpress-wrapper .bbp-form .submit:hover, #bbpress-forums.bbpress-wrapper .bbp-form .bg-light-blue .submit:hover, .bg-light-blue .btn:focus, .bg-light-blue .button:focus, .bg-light-blue input[type="button"]:focus, .bg-light-blue input[type="reset"]:focus, .bg-light-blue input[type="submit"]:focus, .bg-light-blue #bbpress-forums.bbpress-wrapper .bbp-form .submit:focus, #bbpress-forums.bbpress-wrapper .bbp-form .bg-light-blue .submit:focus {
  background-color: #c7e1f9;
}
.btn.-pdf, .button.-pdf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.57rem 3.07rem;
  font-weight: 700;
}
.btn.-pdf::before, .button.-pdf::before {
  content: "c";
  font-family: "cgs" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.btn-link, .button-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 1.5rem;
  color: #0074aa;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}
.btn-link::after, .button-link::after {
  content: "b";
  font-family: "cgs" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  top: 50%;
  right: 0.63rem;
  color: currentColor;
  font-size: 9px;
  transition: right 0.3s ease;
  transform: translateY(-50%);
}
@-moz-document url-prefix() {
  .btn-link::after, .button-link::after {
    margin-top: 0.07rem;
  }
}
.btn-link:hover, .btn-link:focus, a:hover .btn-link, .button-link:hover, .button-link:focus, a:hover .button-link {
  text-decoration: underline;
}
.btn-link:hover::after, .btn-link:focus::after, a:hover .btn-link::after, .button-link:hover::after, .button-link:focus::after, a:hover .button-link::after {
  right: 2px;
}
.bg-primary-100 .btn-link, .bg-primary-100 .button-link {
  color: #ffffff;
}
.bg-primary-100 .btn-link:hover, .bg-primary-100 .btn-link:focus, .bg-primary-100 .button-link:hover, .bg-primary-100 .button-link:focus {
  color: #ebb133;
}
.btn-link.-back, .button-link.-back {
  padding-right: 0;
  padding-left: 1.13rem;
  color: #00427a;
  font-size: 0.88rem;
  font-weight: 700;
}
.btn-link.-back::after, .button-link.-back::after {
  left: 0;
  right: auto;
  margin-top: -1px;
  color: #ebb133;
  transform: translateY(-50%) scale(-1);
}
.btn-slide, .button-slide {
  display: inline-flex;
  align-items: center;
  color: #0074aa;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.btn-slide:hover, .button-slide:hover {
  text-decoration: none;
}
.btn-slide::before, .button-slide::before {
  content: "c";
  font-family: "cgs" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  margin-right: 8px;
  color: #00427a;
  font-size: 1rem;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}
@media (max-width: 575px) {
  .btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.btn-group .btn + .btn {
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .btn-group .btn + .btn {
    margin-left: 1.25rem;
  }
}
@media (max-width: 575px) {
  .btn-group .btn + .btn {
    margin-top: 0.75rem;
    margin-left: 0;
  }
}
form label {
  display: block;
  margin-bottom: 0.63rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  color: #717375;
}
input, textarea, button, select {
  font-family: "Poppins", sans-serif;
}
input[type="url"], input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="date"], textarea {
  -webkit-appearance: none;
  outline: none;
}
input[type="url"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], input[type="date"], textarea, select {
  width: 100%;
  height: 2.63rem;
  padding: 0 0.94rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  border: 0.07rem solid #cccccc;
  border-radius: 0;
}
input[type="url"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
  border-color: #c7e1f9;
  outline: none;
}
input[type="url"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #717375;
  opacity: 1;
}
input[type="url"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="date"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #717375;
  opacity: 1;
}
input[type="url"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="date"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #717375;
  opacity: 1;
}
input[type="url"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #717375;
  opacity: 1;
}
textarea {
  display: block;
  height: 9.38rem;
  padding: 0.63rem 0.94rem;
  resize: none;
  overflow: auto;
}
select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-color: transparent;
  background-image: url("../images/select-down-arrow-orange.svg");
  background-size: 0.88rem 0.44rem;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  cursor: pointer;
}
select:focus {
  outline: none;
}
/* for ie */
select::-ms-expand {
  display: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group {
  margin-bottom: 1.25rem;
}
.radio-btn-group .radio-option {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.63rem;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom {
  opacity: 0;
  position: absolute;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label:before {
  background-color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label {
  margin: 0;
  cursor: pointer;
  color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.63rem;
  width: 0.63rem;
  margin-top: -rem(3px);
  margin-right: 0.63rem;
  background-color: #ffffff;
  border: 0.13rem solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0px 2px #000000;
  cursor: pointer;
}
.checkbox input[type="checkbox"], .gfield_checkbox input[type="checkbox"] {
  display: none !important;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label:after, .gfield_checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.checkbox input[type="checkbox"]:checked + label:before, .gfield_checkbox input[type="checkbox"]:checked + label:before {
  background-color: #00427a;
  border-color: #00427a;
}
.checkbox label, .gfield_checkbox label {
  position: relative;
  cursor: pointer;
  color: #00427a;
  font-size: 0.88rem !important;
  margin-bottom: 1.07rem;
}
.checkbox label::before, .gfield_checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.5rem;
  background-color: transparent;
  border: 2px solid rgba(0, 66, 122, 0.5);
  border-radius: 0.32rem;
  -webkit-appearance: none;
  cursor: pointer;
}
.checkbox label::after, .gfield_checkbox label::after {
  content: "";
  position: absolute;
  top: 0.19rem;
  left: 0.5rem;
  display: block;
  width: 0.5rem;
  height: 0.88rem;
  border: solid #ffffff;
  border-width: 0 0.13rem 0.13rem 0;
  transform: rotate(42deg);
  opacity: 0;
  transition: 0.3s;
}
.gform-wrap h5, .gform-wrap .h5 {
  margin-bottom: 0.94rem;
}
.gform-wrap .gform_wrapper.gravity-theme .gform_fields {
  grid-gap: 1.38rem !important;
}
.gform-wrap .gfield {
  margin-bottom: 0;
}
.gform-wrap .gform_wrapper .gf-captcha {
  margin: 0;
}
@media (max-width: 1199px) {
  .gform-wrap .gform_wrapper .ginput_recaptcha {
    transform: scale(0.5);
  }
}
.gform-wrap .gform_wrapper.gravity-theme fieldset legend {
  color: #00427a;
  font-size: 1.07rem !important;
  font-weight: 600 !important;
}
.gform-wrap .gform_wrapper.gravity-theme .gfield-choice-input + label {
  position: relative;
  max-width: 100% !important;
  padding-left: 2rem;
  color: #727272;
  font-size: 0.88rem !important;
}
:root {
  --space-md: 3.75rem;
  --space-lg: 4.38rem;
  --space-xl: 6.25rem;
}
@media (max-width: 1199px) {
  :root {
    --space-lg: 3.75rem;
  }
}
@media (max-width: 991px) {
  :root {
    --space-md: 2.5rem;
    --space-lg: 2.5rem;
    --space-xl: 4.38rem;
  }
}
@media (max-width: 991px) {
  :root {
    --space-xl: 3.13rem;
  }
}
.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  min-height: 100%;
}
.main-container {
  width: 100%;
}
.slick-dots li {
  padding: 0 0.32rem;
}
.inner-text-white *:not(.btn) {
  color: #ffffff;
}
.sec-heading p {
  font-size: 1.13rem;
}
.space-sm {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}
.space-sm-m {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}
.space-md {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.space-md-m {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}
.space-lg {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.space-lg-m {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
.space-xl {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.space-xl-m {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
}
.social-feed ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.social-feed li {
  list-style: none;
}
.social-feed li::before {
  display: none;
}
.social-feed li a {
  display: inline-block;
  text-decoration: none;
  color: #00427a;
}
.social-feed li a:hover, .social-feed li a:focus {
  color: #ebb133;
}
.bg-gradient-dark-blue {
  background-image: linear-gradient(0deg, #0074aa, #00427a);
}
.breadcrumbs {
  margin-bottom: 2.82rem;
}
.breadcrumbs ul {
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.breadcrumbs ul li::before {
  display: none;
}
.breadcrumbs ul li::after {
  content: "/";
  display: inline-flex;
  margin: 0 8px;
  color: #ebb133;
  font-family: "museo-slab", serif;
  font-weight: 700;
}
.breadcrumbs ul li span {
  font-weight: 400;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}
.breadcrumbs ul span .post-forum-archive:not(.current-item) {
  position: relative;
}
.breadcrumbs ul span .post-forum-archive:not(.current-item) > span {
  font-weight: 600;
  font-size: 0.88rem;
}
.breadcrumbs ul span .post-forum-archive:not(.current-item):hover {
  text-decoration: none;
}
.breadcrumbs ul span .post-forum-archive:not(.current-item):hover > span {
  text-decoration: underline;
}
.breadcrumbs ul span .post-forum-archive:not(.current-item)::after {
  content: "/";
  display: inline-flex;
  margin: 0 8px;
  color: #ebb133;
  font-family: "museo-slab", serif;
  font-weight: 700;
  font-size: 0.88rem;
  pointer-events: none;
}
.breadcrumbs ul span .current-item {
  font-size: 0.88rem;
}
.flex-reverse {
  flex-direction: row-reverse;
}
/* ratio class for image */
.ratio-img {
  position: relative;
}
.ratio-img img, .ratio-img source {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* gravity form */
@media (min-width: 992px) {
  .gform_wrapper .gf-captcha {
    max-width: 10.94rem;
    margin-left: auto;
    margin-right: 1.88rem;
  }
}
.gform_wrapper .gf-captcha .validation_message {
  line-height: 1.2;
  margin-top: 0.13rem !important;
}
.gform_wrapper.gravity-theme {
  position: relative;
}
.gform_wrapper.gravity-theme fieldset legend {
  font-weight: 400 !important;
  font-size: 1.25rem !important;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0.5rem !important;
}
@media (max-width: 641px) {
  .gform_wrapper.gravity-theme .gfield--width-half {
    grid-column: span 12 !important;
  }
}
.gform_wrapper .ginput_recaptcha {
  height: 3.13rem;
  transform: scale(0.57);
  transform-origin: top left;
}
@media (max-width: 991px) {
  .gform_wrapper .ginput_recaptcha {
    transform-origin: top center;
  }
}
.gform_validation_errors {
  border-color: #FF0000 !important;
}
.gform_validation_errors > h2 {
  color: #FF0000 !important;
}
.gform_footer {
  position: relative;
  width: 100%;
  padding: 0 !important;
  text-align: center;
  transition: 0.3s;
}
.gform_footer .button {
  line-height: 1.5 !important;
  margin: 0 !important;
}
.gform_footer .gform_ajax_spinner {
  position: absolute;
  right: -1.56rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 640px) {
  .gform_footer .gform_ajax_spinner {
    right: 6%;
  }
}
.gform_validation_error .gfield_error:not(:last-child) .gfield_label {
  color: #717375 !important;
}
.gform_validation_error .gfield_error input, .gform_validation_error .gfield_error textarea, .gform_validation_error .gfield_error select {
  color: #717375 !important;
  border-color: #FF0000 !important;
  border-width: 2px !important;
}
.gform_validation_error .gfield_error select {
  color: rgba(113, 115, 117, 0.6) !important;
}
.gform_validation_error .validation_message {
  border: none !important;
  background: transparent !important;
  margin: 0.44rem 0.94rem 0 !important;
  padding: 0 !important;
  color: #FF0000 !important;
  font-size: 0.75rem !important;
  font-weight: 600;
}
.gform_confirmation_message {
  color: #27a127;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}
label.gfield_label {
  position: absolute;
  top: 0.75rem;
  left: 0.94rem;
  z-index: 9;
  opacity: 0.6;
  color: #717375;
  font-weight: 400 !important;
  font-size: 0.82rem !important;
  transition: 0.3s;
}
label.gfield_label.is-focus {
  color: #0074aa;
  top: 0.38rem;
  font-size: 0.63rem !important;
  opacity: 0.7;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.gfield {
  position: relative;
  margin-bottom: 0.63rem;
}
.gfield_no_follows_desc {
  color: #0074aa;
  font-weight: 600;
  font-size: 0.88rem;
}
@media (max-width: 991px) {
  .gfield_no_follows_desc {
    grid-column: span 12 !important;
  }
}
@media (max-width: 991px) {
  .gfield.gf-captcha {
    grid-column: span 12 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.gfield.gfield_error {
  margin-bottom: 0 !important;
}
.gfield_required {
  display: none !important;
}
@media (max-width: 640px) {
  .gfield:last-child {
    max-width: 100%;
  }
}
.gfield:last-child .gfield_label {
  position: static;
  font-size: 0.88rem;
  font-weight: 400 !important;
}
.gfield .gchoice {
  margin-bottom: 0.75rem;
}
.gfield .gfield_checkbox label {
  font-weight: 400 !important;
  font-size: 0.88rem !important;
}
.ginput_container {
  position: relative;
  margin: 0 !important;
}
.ginput_container .gfield_checkbox .gfield {
  margin-bottom: 0.63rem;
}
.ginput_container textarea {
  height: 10.88rem !important;
}
.ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) {
  position: relative;
}
.ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) input, .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) textarea, .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) select {
  padding: 1.19rem 0.94rem 0.38rem !important;
  width: 100% !important;
  border-radius: 0.19rem;
  height: 3.13rem;
  background-color: #ffffff;
  color: #00427a;
  transition: 0.3s;
  font-size: 1rem !important;
}
.ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) input input, .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) textarea input, .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) select input {
  font-size: 1rem;
  border-color: #cccccc;
}
.ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) input:focus, .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) textarea:focus, .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) select:focus {
  border-color: #00427a;
  box-shadow: 0 0 5px #0091d5;
}
.ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) select {
  padding: 0.32rem 0.94rem 0.38rem !important;
}
.gform_validation_error .gfield_error select {
  padding-top: 0.32rem !important;
}
.ginput_recaptcha + .gfield_description {
  padding-top: 0 !important;
  font-size: 0.69rem !important;
}
/* select2 theme design */
.select2-search--dropdown {
  display: none;
}
.select2.select2-container--below .select2-selection__rendered {
  color: #00427a !important;
  opacity: 1;
}
.select2.select2-container--open.select2-container--below {
  border-bottom: none;
}
.select2.select2-container--open.select2-container--above {
  border-top: none;
}
.select2-selection--single {
  display: flex !important;
  align-items: center;
  height: 3.13rem !important;
  padding: 0.44rem 0.94rem;
  border-radius: 0.19rem !important;
  border: 0.07rem solid #cccccc !important;
  z-index: 10;
}
.select2-dropdown {
  border-color: #cccccc;
  border-radius: 0.19rem;
  overflow: hidden;
  z-index: 10;
  box-shadow: 0 0.19rem 0.38rem rgba(0, 0, 0, 0.16);
}
.select2-selection__rendered {
  font-family: "Poppins", sans-serif;
  opacity: 0.6;
  color: #717375 !important;
  padding-left: 0 !important;
}
@media (max-width: 575px) {
  .select2-selection__rendered {
    font-size: 0.88rem;
    padding-right: 0 !important;
  }
}
.select2-results {
  overflow: hidden;
}
.select2-results__option {
  font-family: "Poppins", sans-serif;
  color: #717375;
  background-color: #ffffff;
  padding: 0.25rem 0.94rem !important;
  margin-bottom: 0 !important;
  transition: 0.3s;
}
.select2-results__option--highlighted, .select2-results__option--selected {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.select2-results__option::before {
  display: none;
}
.select2-results__options {
  padding: 0.5rem 0;
  max-height: 100% !important;
  background-color: #ffffff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #0074aa;
}
.select2-selection__arrow {
  display: flex;
  align-items: center;
  height: 95% !important;
  width: 3.44rem !important;
}
.select2-selection__arrow b {
  display: none;
}
.select2-selection__arrow:before {
  content: "";
  position: absolute;
  right: 0.94rem;
  background-image: url(../images/select-down-arrow-yellow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.94rem;
  height: 0.75rem;
}
@media (max-width: 575px) {
  .select2-selection__arrow:before {
    right: 0.44rem;
  }
}
.select2-container--open .select2-selection__arrow:before {
  transform: rotateX(160deg);
}
.error-404 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/cp-pattern.png");
  background-image: url("../images/404-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .error-404 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.error-404 h1 {
  margin-bottom: 1.25rem;
}
@media (min-width: 1400px) {
  .error-404 h1 {
    font-size: 3.44rem;
  }
}
@media (max-width: 767px) {
  .error-404 h1 {
    font-size: 2.38rem;
  }
}
.error-404 p {
  font-size: 1.13rem;
}
.error-404 .btn-link {
  margin-top: 0.63rem;
}
.pagination {
  margin: 2.5rem 0 0;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
}
.pagination .page-numbers li {
  padding: 0;
  margin: 0 10px;
  font-size: 1.25rem;
  font-weight: 700;
}
.pagination .page-numbers li::before {
  display: none;
}
.pagination .page-numbers li a, .pagination .page-numbers li span {
  display: block;
  color: rgba(0, 66, 122, 0.5);
  text-decoration: none !important;
}
.pagination .page-numbers li a.current, .pagination .page-numbers li span.current {
  color: #00427a;
}
.pagination .page-numbers li a::before, .pagination .page-numbers li span::before {
  display: block;
}
.pagination .page-numbers li a i::before, .pagination .page-numbers li span i::before {
  display: block;
}
.pagination .page-numbers li a:hover {
  color: #00427a;
}
.pagination .page-numbers li .prev, .pagination .page-numbers li .next {
  font-size: 1rem;
  color: #00427a;
}
.pagination .page-numbers li .prev.disabled, .pagination .page-numbers li .next.disabled {
  color: rgba(0, 66, 122, 0.5);
  cursor: not-allowed;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  color: #ffffff;
  font-size: 4.38rem;
  transform: translate(-50%, -50%);
  background-color: #ebb133;
  border-radius: 100%;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: 0.4s ease;
}
.play-btn:hover {
  border-color: #ebb133;
}
.play-btn:hover::before {
  color: #00427a;
}
.play-btn::before {
  content: "f";
  font-family: "cgs" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 1rem;
  color: #ffffff;
  transition: 0.4s ease;
}
.detail-hero .social-feed {
  position: absolute;
  top: 0;
  left: -6%;
}
@media (max-width: 767px) {
  .detail-hero .social-feed {
    position: static;
    margin-top: 1.88rem;
    margin-bottom: 0.63rem;
  }
}
.detail-hero .social-feed .social_share {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .detail-hero .social-feed .social_share {
    justify-content: center;
    flex-direction: row;
  }
}
.detail-hero .social-feed .social_share .stext {
  color: #00427a;
  font-weight: 500;
}
.detail-hero .social-feed .social_share li {
  margin: 0 0 10px;
  padding: 0;
}
@media (max-width: 767px) {
  .detail-hero .social-feed .social_share li {
    margin: 0 8px;
  }
}
.detail-hero .social-feed .social_share li a {
  display: block;
  font-size: 1.19rem;
  color: #0074aa;
}
.detail-hero .social-feed .social_share li a::before {
  display: block;
}
.detail-hero .social-feed .social_share li a.icon-share {
  font-size: 1.69rem;
}
.detail-hero .social-feed .social_share li a:hover {
  color: #00427a;
}
.detail-hero .social-feed .social_share li a span {
  display: none;
}
/* search-results-block */
.search-results .filter-by-inner {
  max-width: 68.75rem;
  margin-bottom: 3.13rem;
}
@media (max-width: 767px) {
  .search-results-hero {
    min-height: 25.25rem !important;
  }
}
.search-results-hero .hero-caption-wrap {
  justify-content: center;
  height: 100%;
}
.search-results .listing-block .container {
  max-width: 66.13rem;
}
.search-results .listing-block .search-txt {
  font-size: 1.57rem;
  margin-bottom: 0.94rem;
  font-weight: 500;
}
.search-results-wrap .sr-title {
  display: inline-block;
}
.search-results-wrap .sr-img {
  padding-top: 66.7924528302%;
  border-radius: 0.63rem;
  overflow: hidden;
}
@media (max-width: 575px) {
  .search-results-wrap .sr-img {
    margin-bottom: 1.13rem;
  }
}
.search-results-wrap .sr-tag-wrap {
  font-size: 0.88rem;
}
.search-results-wrap .sr-type {
  font-size: 0.88rem;
  color: #0074aa;
  font-weight: 600;
  margin-bottom: 0.63rem;
}
.search-results-item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(235, 177, 51, 0.3);
}
@media (max-width: 767px) {
  .search-results-item {
    padding-bottom: 1.44rem;
    margin-bottom: 1.44rem;
  }
}
.search-results-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.search-results-item .row {
  flex-direction: row-reverse;
}
.carousel__button.is-close:hover {
  color: #ebb133;
}
/* body overflow hide */
body.hide-scroll {
  overflow: hidden;
}
/* adminbar */
#wpadminbar #wp-admin-bar-top-secondary {
  position: absolute;
  top: 0;
  right: 0;
}
/* responsive nav for small devices */
.hamburger {
  --humburgerBox: 1.94rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--humburgerBox);
  height: var(--humburgerBox);
  padding: 0;
  margin: 0 0 0 1.69rem;
  text-align: center;
  background-color: transparent;
  z-index: 999;
}
.hamburger:hover, .hamburger:focus {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.hamburger span {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  height: 3px;
  width: 100%;
  background: #0091d5;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #0091d5;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger span:before {
  top: -8px;
}
.hamburger span:after {
  bottom: -8px;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span:before, .hamburger.is-clicked span:after {
  top: 0;
}
.hamburger.is-clicked span:before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span:after {
  transform: translateY(-6px) rotate(-45deg);
  top: 6px;
}
.mbnav {
  position: relative;
  display: none;
  z-index: 999;
}
@media (max-width: 991px) {
  .mbnav {
    display: block;
  }
}
.mbnav.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav.is-open + header {
  position: fixed;
}
.mbnav__state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
}
.mbnav__inner {
  position: relative;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: #c7e1f9;
}
.mbnav__logo {
  color: #ffffff;
  padding: 15px;
}
.mbnav .menu-wrap {
  --leftSlide: 0;
  position: absolute;
  top: 0;
  right: var(--leftSlide);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: 0.4s ease;
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
}
.mbnav .menu-wrap > .menu-inner {
  max-height: 100%;
  padding-top: 4.69rem;
  padding-bottom: 1.25rem;
  background-color: #ffffff;
  pointer-events: auto;
  overflow: hidden auto;
}
.mbnav ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 35px;
  transition: 0.4s ease;
}
.mbnav ul li.is-open > .menu-wrap {
  opacity: 1;
  visibility: visible;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  color: #00427a;
  font-weight: 500;
}
.mbnav ul li:not(.btn-wrap):last-child {
  border-bottom: 0;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap) a::after, .mbnav ul li:not(.btn-wrap) .mbnav__caret::before {
  content: "";
  --sArrowWidth: 10px;
  display: flex;
  align-items: center;
  margin: auto;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  border: calc(var(--sArrowWidth) / 4) solid #ebb133;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.mbnav ul li:not(.btn-wrap) a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: currentColor;
  line-height: 1.3;
  text-decoration: none !important;
  z-index: 2;
  cursor: pointer;
  flex: 1 1 auto;
  order: -1;
}
.mbnav ul li:not(.btn-wrap) a::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin-left: auto;
  margin-right: 0;
}
.mbnav ul li:not(.btn-wrap) a p {
  color: #717375;
  font-size: 0.88rem;
}
.mbnav__caret {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 1.88rem;
  cursor: pointer;
  z-index: 1;
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}
.color-mbnav .mbnav__caret::before {
  color: #00427a !important;
}
.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li:not(.btn-wrap).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  margin: 0;
  transform: translateY(200%);
  transition: 0.4s ease-in-out;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul ul li {
  font-size: 16px;
}
.mbnav ul ul li a {
  padding-left: 25px;
}
.mbnav ul ul li li {
  font-size: 14px;
}
.mbnav ul ul li li a {
  padding-left: 35px;
}
.mbnav ul > li > .sub-menu {
  position: relative;
}
.mbnav ul .back-click {
  display: flex;
  align-items: baseline;
  width: 100%;
  order: -1;
  color: currentColor;
  padding: 15px 0;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transform: translateX(-13px);
}
.mbnav ul .back-click::before {
  content: "";
  --sArrowWidth: 8px;
  display: inline-block;
  margin: 0 7px 0 0;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  border: calc(var(--sArrowWidth) / 4) solid #ebb133;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(225deg);
}
.mbnav ul#menu-top-menu li:not(.btn-wrap) {
  font-weight: 300;
}
.mbnav ul#menu-top-menu li:not(.btn-wrap) a::after {
  display: none;
}
.mbnav__backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
  background: white;
  opacity: 0;
  z-index: -1;
}
.mbnav__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s ease-in;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.mbnav__overlay.is-show {
  opacity: 1;
  visibility: visible;
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.mbnav__inner > .menu-wrap > .menu-inner > ul > li > .menu-wrap > .menu-inner > .mobile-menu-wrapper > ul > li {
  position: relative;
  flex-direction: column;
}
.mbnav__inner > .menu-wrap > .menu-inner > ul > li > .menu-wrap > .menu-inner > .mobile-menu-wrapper > ul > li.prev-text {
  color: #0074aa;
  font-size: 1.13rem;
  font-weight: 300;
}
.mbnav__inner > .menu-wrap > .menu-inner > ul > li > .menu-wrap > .menu-inner > .mobile-menu-wrapper > ul > li.prev-text a {
  color: inherit;
  text-decoration: underline !important;
}
.mbnav__inner > .menu-wrap > .menu-inner > ul > li > .menu-wrap > .menu-inner > .mobile-menu-wrapper > ul > li em {
  position: absolute;
  right: 0;
  top: 0;
  height: 1.88rem;
}
.mbnav__inner > .menu-wrap > .menu-inner > ul > li > .menu-wrap > .menu-inner > .mobile-menu-wrapper > ul > li em::before {
  transform: rotate(136deg);
  transition: 0.4s ease;
}
.mbnav__inner > .menu-wrap > .menu-inner > ul > li > .menu-wrap > .menu-inner > .mobile-menu-wrapper > ul > li em.is-click::before {
  transform: rotate(-45deg);
}
.mbnav__inner > .menu-wrap > .menu-inner > ul > li > .menu-wrap > .menu-inner > .mobile-menu-wrapper > ul > li > .mobile-menu-wrapper {
  display: none;
  padding: 0 1.25rem;
  transition: none;
}
.mbnav__inner > .menu-wrap > .menu-inner > ul > li > .menu-wrap > .menu-inner > .mobile-menu-wrapper > ul > li > .mobile-menu-wrapper .back-btn {
  display: none;
}
.mbnav__inner > .menu-wrap > .menu-inner > ul > li > .menu-wrap > .menu-inner > .mobile-menu-wrapper > ul > li > .mobile-menu-wrapper > ul {
  padding: 0;
}
.mbnav__inner > .menu-wrap > .menu-inner > ul > li > .menu-wrap > .menu-inner > .mobile-menu-wrapper > ul > li a {
  width: calc(100% - 40px);
  padding: 6px 0;
}
.mobile-menu-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0.63rem 0 0 0;
}
.mobile-menu-wrapper .featured-post-wrapper {
  margin-top: 1.57rem;
  padding: 0 2.19rem;
  order: 1;
}
.mobile-menu-wrapper .featured-menu-post-img {
  max-width: 12.25rem;
  padding-top: 1.88rem;
  margin-bottom: 6px;
  border-top: 1px solid #ebb133;
}
.mobile-menu-wrapper .featured-menu-post-img figure {
  padding-top: 51.0204081633%;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 66, 122, 0.1);
  overflow: hidden;
}
.mobile-menu-wrapper .featured-menu-post-content {
  max-width: 16.88rem;
}
.mobile-menu-wrapper .featured-menu-post-content h5, .mobile-menu-wrapper .featured-menu-post-content .h5 {
  font-size: 1rem;
}
.mobile-menu-wrapper .featured-menu-post-content h5 a, .mobile-menu-wrapper .featured-menu-post-content .h5 a {
  padding: 6px 0;
}
.mobile-menu-wrapper .featured-menu-post-content p {
  display: none;
}
.mobile-menu-wrapper .featured-cat {
  color: rgba(0, 116, 170, 0.8);
  font-size: 0.88rem;
  font-weight: 600;
}
.search-box-m {
  padding: 1rem 2.19rem;
  margin-bottom: 0.63rem;
  background-color: #c7e1f9;
}
.search-box-m .search-field {
  position: relative;
}
.search-box-m input[type="search"] {
  height: 3.5rem;
  padding-right: 3.13rem;
  border: 1px solid #00427a;
  border-radius: 3px;
}
.search-box-m button {
  position: absolute;
  top: 2px;
  right: 0;
  height: 3.38rem;
  padding: 0 0.82rem;
  color: #0091d5;
  font-size: 1.25rem;
  background-color: transparent;
  border: 0;
}
/*--- header ---*/
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #c4c4c4;
  background-color: #ffffff;
  z-index: 999;
  /* nav */
}
@media (max-width: 991px) {
  .main-header {
    padding: 0.82rem 0;
    border-bottom: none;
    box-shadow: 0 0.13rem 0.38rem rgba(0, 0, 0, 0.16);
  }
}
.main-header .brand {
  width: 11.32rem;
}
@media (max-width: 1199px) {
  .main-header .brand {
    width: 10.38rem;
  }
}
.main-header .navigation {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 991px) {
  .main-header .navigation {
    display: none;
  }
}
.main-header .navigation ul {
  overflow: visible;
  margin: 0;
  padding: 0;
}
.main-header .navigation ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 500;
}
.main-header .navigation ul li:last-child {
  padding-right: 0;
}
.main-header .navigation ul li::before {
  display: none;
}
.main-header .navigation ul li a {
  display: block;
  color: #00427a;
  text-decoration: none;
}
.main-header .navigation > .menu {
  display: flex;
}
.main-header .navigation > .menu > li {
  padding: 0 1rem;
}
@media (max-width: 1399px) {
  .main-header .navigation > .menu > li {
    padding: 0 0.69rem;
  }
}
@media (max-width: 1199px) {
  .main-header .navigation > .menu > li {
    padding: 0 0.44rem;
  }
}
.main-header .navigation > .menu > li.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.88rem;
  width: 100%;
  pointer-events: none;
  cursor: pointer;
}
.main-header .navigation > .menu > li.menu-item-has-children > a {
  position: relative;
}
@media (max-width: 1199px) {
  .main-header .navigation > .menu > li.menu-item-has-children > a {
    font-size: 0.88rem;
  }
}
.main-header .navigation > .menu > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-bottom-color: #0091d5;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.main-header .navigation > .menu > li > a {
  padding: 1.75rem 0;
}
@media (max-width: 1199px) {
  .main-header .navigation > .menu > li > a {
    font-size: 0.88rem;
  }
}
.main-header .navigation > .menu > li:hover > a {
  color: #0074aa;
}
.main-header .navigation > .menu > li:hover > a::after {
  opacity: 1;
}
.main-header .navigation > .menu > li:hover::after {
  pointer-events: all;
}
.main-header .navigation > .menu > li.current-menu-ancestor > a, .main-header .navigation > .menu > li.current-menu-item > a {
  color: #0074aa;
}
.main-header .navigation > .menu > li:nth-last-child(-n+3) > .dropdown-menu-wrapper {
  left: auto;
  right: 0;
  transform: none;
}
.main-header .navigation > .menu > .mega-menu {
  position: static;
}
.main-header .navigation > .menu > .mega-menu:hover > .mega-menu-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.main-header .navigation > .menu > .mega-menu:hover > .mega-menu-wrapper > .sub-menu > .menu-item > .mega-menu-wrapper {
  pointer-events: all;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  min-height: 31.25rem;
  padding: 2.19rem 1rem 3rem;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
  border-top: 3px solid #0091d5;
  box-shadow: 0 0.32rem 0.63rem rgba(0, 66, 122, 0.09);
  border-bottom-left-radius: 0.63rem;
  border-bottom-right-radius: 0.63rem;
  transition: 0.3s;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu {
  position: relative;
  width: 100%;
  margin-right: 50%;
  padding-left: 13%;
  padding-bottom: 0.94rem;
  border-right: 1px solid #ebb133;
}
@media (max-width: 1199px) {
  .main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu {
    padding-left: 0.94rem;
  }
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu > .menu-item {
  padding-right: 3.13rem !important;
}
@media (max-width: 1199px) {
  .main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu > .menu-item {
    padding-right: 1.57rem !important;
  }
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu .menu-item {
  position: static;
  padding: 0.75rem 0;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu .menu-item:hover > a, .main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu .menu-item.hover > a, .main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu .menu-item.current-menu-item > a {
  font-weight: 400;
  color: #0074aa;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu .menu-item a {
  position: relative;
  display: block;
  color: #00427a;
  font-weight: 500;
  transition: 0.2s;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu .menu-item a:hover {
  font-weight: 400;
  color: #0074aa;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu .menu-item a p {
  font-size: 0.88rem;
  font-weight: 400;
  color: #717375;
  margin-top: 0.25rem;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu .menu-item .mega-menu-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 3.13rem;
  max-width: 60%;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu .menu-item .mega-menu-wrapper {
    padding-left: 1.57rem;
    max-width: 90%;
  }
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu .menu-item .mega-menu-wrapper:empty {
  display: none;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper > .sub-menu .menu-item.hover .mega-menu-wrapper {
  opacity: 1;
  visibility: visible;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper .featured-post-wrapper {
  width: 44%;
  padding-top: 0.5rem;
  padding-right: 14%;
  padding-left: 3.13rem;
  border-left: 1px solid #ebb133;
}
@media (max-width: 1199px) {
  .main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper .featured-post-wrapper {
    padding-left: 1.57rem;
    padding-right: 0.94rem;
  }
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper .featured-post-wrapper + .sub-menu {
  width: 42%;
  margin-right: 26%;
}
@media (max-width: 1199px) {
  .main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper .featured-post-wrapper + .sub-menu {
    width: 40%;
    margin-right: 32%;
  }
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper .featured-post-wrapper .featured-menu-post-img {
  max-width: 14.69rem;
  margin-bottom: 0.94rem;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper .featured-post-wrapper .featured-menu-post-img figure {
  padding-top: 56.170212766%;
  border-radius: 0.63rem;
  overflow: hidden;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper .featured-post-wrapper .featured-cat {
  display: block;
  margin-bottom: 0.5rem;
  color: #0074aa;
  font-size: 0.88rem;
  font-weight: 600;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper .featured-post-wrapper h5 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper .featured-post-wrapper h5 a {
  display: inline-block;
}
.main-header .navigation > .menu > .mega-menu > .mega-menu-wrapper .featured-post-wrapper h5 a:hover {
  color: #0091d5;
}
.main-header .navigation > .menu > .dropdown {
  position: relative;
}
.main-header .navigation > .menu > .dropdown:hover > .dropdown-menu-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row-reverse;
  width: 18.75rem;
  padding: 1.88rem 2.5rem;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
  border-top: 3px solid #0091d5;
  box-shadow: 0 0.32rem 0.63rem rgba(0, 66, 122, 0.09);
  border-bottom-left-radius: 0.63rem;
  border-bottom-right-radius: 0.63rem;
  transition: 0.3s;
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper.has-post {
  width: 35.13rem;
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper > .sub-menu {
  width: 100%;
  padding-right: 0;
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper > .sub-menu .menu-item {
  padding: 0.75rem 0;
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper > .sub-menu .menu-item a {
  position: relative;
  display: block;
  color: #00427a;
  font-weight: 500;
  transition: 0.2s;
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper > .sub-menu .menu-item:hover a, .main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper > .sub-menu .menu-item.current-menu-item a {
  color: #0074aa;
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper .featured-post-wrapper {
  width: 60%;
  padding-left: 3.13rem;
  border-left: 1px solid #ebb133;
}
@media (max-width: 1199px) {
  .main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper .featured-post-wrapper {
    padding-left: 1.57rem;
  }
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper .featured-post-wrapper + .sub-menu {
  width: 40%;
  padding-right: 2.19rem;
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper .featured-post-wrapper .featured-menu-post-img {
  max-width: 12.25rem;
  margin-bottom: 0.5rem;
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper .featured-post-wrapper .featured-menu-post-img figure {
  padding-top: 56.1224489796%;
  border-radius: 0.63rem;
  overflow: hidden;
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper .featured-post-wrapper .featured-cat {
  display: block;
  margin-bottom: 0.5rem;
  color: #0074aa;
  font-size: 0.88rem;
  font-weight: 600;
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper .featured-post-wrapper h5 {
  margin-bottom: 0.32rem;
  font-size: 1rem;
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper .featured-post-wrapper h5 a {
  display: inline-block;
}
.main-header .navigation > .menu > .dropdown .dropdown-menu-wrapper .featured-post-wrapper h5 a:hover {
  color: #0091d5;
}
.main-header .top-nav {
  padding: 0.5rem 0;
  background-color: #d6e9fb;
}
@media (max-width: 991px) {
  .main-header .top-nav {
    display: none;
  }
}
.main-header .top-nav-bar ul {
  display: flex;
}
.main-header .top-nav-bar ul li {
  margin: 0 0 0 2rem;
  padding: 0;
  font-weight: 400;
  font-size: 0.75rem;
}
.main-header .top-nav-bar ul li::before {
  display: none;
}
.main-header .top-nav-bar ul li.current-menu-item a {
  text-decoration: underline;
}
.main-header .top-nav-bar ul a {
  display: inline-block;
  padding: 0;
  color: #00427a;
}
.main-header .search-wrap-btn {
  display: block;
  color: #0091d5;
  cursor: pointer;
  background-color: transparent;
  line-height: 1;
  padding: 0;
  margin-left: 1.5rem;
  outline: none;
  transition: 0.4s ease;
}
.main-header .search-wrap-btn::before {
  display: block;
}
.main-header .search-wrap-btn:hover, .main-header .search-wrap-btn:focus {
  color: #00427a;
  outline: none;
}
.main-header .search-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  height: calc(100vh - 112px);
  width: 100%;
  padding: 11.25rem 1.25rem 2.5rem;
  background-color: rgba(0, 66, 122, 0.93);
  z-index: 999;
}
@media (max-width: 767px) {
  .main-header .search-box {
    height: calc(100vh - 65px);
    padding: 6.25rem 1.25rem 2.5rem;
  }
}
.main-header .search-field {
  position: relative;
  max-width: 59.88rem;
  width: 100%;
}
.main-header .search-field input[type="search"] {
  height: 3.5rem;
  border-bottom: 3px solid #0091d5;
  padding-right: 3.13rem;
}
.main-header .search-field button, .main-header .search-field .icon-search {
  position: absolute;
  right: 0;
  color: #ebb133;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.63rem 1.13rem;
  height: 100%;
  line-height: 1;
  border: none;
  background-color: transparent;
  outline: none;
  transition: 0.3s;
}
.main-header .search-field button:hover, .main-header .search-field button:focus, .main-header .search-field .icon-search:hover, .main-header .search-field .icon-search:focus {
  color: #00427a;
  outline: none;
}
.main-header .search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-header .hs-wrapper {
  display: none;
  align-items: center;
}
@media (max-width: 991px) {
  .main-header .hs-wrapper {
    display: flex;
  }
}
.main-header .hs-wrapper .search-wrap-btn {
  font-size: 1.19rem;
}
/*--- footer ---*/
.main-footer {
  width: 100%;
  height: auto;
  line-height: normal;
}
.footer-top {
  padding-top: 4.07rem;
  padding-bottom: 0.94rem;
  background: #00427a;
}
@media (max-width: 767px) {
  .footer-top {
    padding-top: 2.07rem;
    padding-bottom: 0.75rem;
  }
}
.footer-top-container {
  display: flex;
  flex-wrap: wrap;
}
.footer-bottom {
  padding-top: 1.38rem;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding-bottom: 0.94rem;
  }
}
.footer-bottom.bg-blue {
  border-top: 1px solid #c7e1f9;
}
.footer-bottom-left {
  margin-bottom: 1.88rem;
}
@media (max-width: 767px) {
  .footer-bottom-left {
    margin-bottom: 1.5rem;
  }
}
.footer-logo {
  display: block;
  max-width: 22.69rem;
  width: 100%;
  margin-bottom: 2.07rem;
}
@media (max-width: 767px) {
  .footer-logo {
    max-width: 18.13rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.75rem;
  }
}
.main-footer .quick-links {
  width: 20%;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
@media (max-width: 1199px) {
  .main-footer .quick-links {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .main-footer .quick-links {
    width: 100%;
    text-align: center;
  }
}
.main-footer .quick-links ul {
  padding: 0;
}
.main-footer .quick-links ul li {
  margin: 0;
  padding-left: 0;
  margin-bottom: 0.69rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main-footer .quick-links ul li {
    margin-bottom: 1.25rem;
  }
}
.main-footer .quick-links ul li::before {
  display: none;
}
.main-footer .quick-links ul a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
.main-footer .quick-links ul a:hover, .main-footer .quick-links ul a:focus {
  color: #ebb133;
}
.main-footer .quick-links ul ul {
  margin-top: 0.88rem;
}
@media (max-width: 767px) {
  .main-footer .quick-links ul ul {
    display: none;
  }
}
.main-footer .quick-links ul ul li {
  font-size: 0.88rem;
  font-weight: 500;
}
.main-footer .social-feed ul {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .main-footer .social-feed ul {
    justify-content: center;
  }
}
.main-footer .social-feed li {
  padding: 0 0.94rem;
}
.main-footer .social-feed li:last-child {
  padding-right: 0.32rem;
}
.main-footer .social-feed li a {
  font-size: 1.38rem;
}
.footer-text-links {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .footer-text-links {
    justify-content: center;
  }
}
.footer-text-links p {
  font-size: 0.75rem;
  color: #00427a;
  margin-bottom: 0;
  text-align: center;
}
.footer-text-links ul {
  margin: 0 0 0.07rem 0;
  padding: 0;
}
.footer-text-links ul li {
  display: inline-block;
  list-style: none;
  font-size: 0.75rem;
  color: #00427a;
  list-style: none;
  padding: 0 0.19rem;
  margin: 0;
}
.footer-text-links ul li::before {
  display: none;
}
.footer-text-links ul li::after {
  content: "|";
  position: relative;
  right: -0.31rem;
}
.footer-text-links ul li:last-child::after {
  display: none;
}
.footer-text-links ul li a {
  color: #00427a;
  display: inline-block;
  text-decoration: none;
}
.footer-text-links ul li a:hover, .footer-text-links ul li a:focus {
  text-decoration: underline;
}
.footer-button {
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .footer-button {
    margin-bottom: 0.88rem;
  }
}
.hero-section {
  position: relative;
}
.hero-carousel .slick-slide {
  height: auto;
}
.hero-carousel .slick-slide > div {
  height: 100%;
}
.hero-carousel .slick-slide .hero-item {
  height: 100%;
}
.hero-carousel .hero-item {
  position: relative;
}
.hero-carousel .hero-img {
  position: relative;
}
@media (max-width: 767px) {
  .hero-carousel .hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.hero-carousel .hero-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.13rem;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #00213d 100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .hero-carousel .hero-img::after {
    height: 100%;
  }
}
.hero-carousel .hero-img figure {
  height: 37.5rem;
}
.hero-carousel .hero-img figure img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero-carousel .hero-img figure {
    height: 100%;
  }
}
.hero-carousel .hero-caption-outer {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 6.25rem 0 0;
}
@media (max-width: 767px) {
  .hero-carousel .hero-caption-outer {
    position: relative;
    align-items: center;
    min-height: calc(100vh - 180px);
  }
}
.hero-carousel .hero-caption {
  width: min(43.75rem, 100%);
  padding: 1.88rem;
  background-color: #ffffff;
  border-radius: 0.63rem;
  word-break: break-word;
}
@media (max-width: 1399px) {
  .hero-carousel .hero-caption {
    padding: 1.57rem;
  }
}
@media (max-width: 767px) {
  .hero-carousel .hero-caption {
    padding: 1.25rem;
  }
}
.hero-carousel .hero-caption .h1 {
  font-size: 2.19rem;
}
@media (max-width: 767px) {
  .hero-carousel .hero-caption .h1 {
    font-size: 1.57rem;
  }
}
.hero-carousel .hero-caption p {
  font-size: 1.13rem;
}
.hero-label-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.88rem 0;
  z-index: 1;
  user-select: none;
}
.hero-label-carousel .slick-arrow {
  border-color: #ebb133;
}
.hero-label-carousel .hero-label {
  flex: 1 1 0%;
  padding-right: 3.13rem;
  height: auto;
}
@media (max-width: 1399px) {
  .hero-label-carousel .hero-label {
    padding-right: 2.19rem;
  }
}
@media (max-width: 991px) {
  .hero-label-carousel .hero-label {
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .hero-label-carousel .hero-label {
    padding-right: 0;
  }
}
.hero-label-carousel .hero-label:last-child {
  padding-right: 0;
}
.hero-label-carousel .hero-label .hl {
  position: relative;
  padding: 1.19rem 0;
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .hero-label-carousel .hero-label .hl {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .hero-label-carousel .hero-label .hl {
    width: 70%;
    margin: 0 auto;
    padding: 0.94rem 0;
    font-size: 0.88rem;
    line-height: 1.75;
    text-align: center;
  }
}
.hero-label-carousel .hero-label .hl::before, .hero-label-carousel .hero-label .hl::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 5px;
  background-color: var(--lineBgColor);
  transition: 0.4s ease-out;
}
@media (max-width: 767px) {
  .hero-label-carousel .hero-label .hl::before, .hero-label-carousel .hero-label .hl::after {
    top: auto;
    bottom: 0;
  }
}
.hero-label-carousel .hero-label .hl::before {
  --lineBgColor: #c7e1f9;
}
@media (max-width: 767px) {
  .hero-label-carousel .hero-label .hl::before {
    width: 100%;
  }
}
.hero-label-carousel .hero-label .hl::after {
  --lineBgColor: #ebb133;
}
.hero-label-carousel .hero-label .hl:hover::before {
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-label-carousel .hero-label.current .hl::before, .hero-label-carousel .hero-label.current .hl::after {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .hero-label-carousel .hero-label.current .hl::after {
    transition: var(--hclaps) ease-in;
  }
}
@media (max-width: 767px) {
  .hero-label-carousel .hero-label.slick-current .hl::before, .hero-label-carousel .hero-label.slick-current .hl::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-label-carousel .hero-label.slick-current .hl::after {
    transition: var(--hclaps) ease-in-out;
  }
}
.hero-inner {
  position: relative;
  display: flex;
  padding: 3.75rem 0;
  min-height: 24.57rem;
}
@media (max-width: 767px) {
  .hero-inner {
    padding: 1.88rem 0;
    min-height: auto;
  }
}
.hero-inner .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-inner .bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-inner .bg-img::before, .hero-inner .bg-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #00427a 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.69;
  z-index: 1;
}
.hero-inner .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0074aa 0%, #00427a 100%);
  z-index: -1;
  overflow: hidden;
}
.hero-inner .bg-pattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/hero-pattern.svg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.hero-inner .bg-pattern .pattern {
  position: relative;
  right: -8%;
  width: min(368px, 100%);
  max-height: 100%;
}
@media (max-width: 991px) {
  .hero-inner .bg-pattern .pattern {
    width: min(300px, 100%);
  }
}
@media (max-width: 767px) {
  .hero-inner .bg-pattern .pattern {
    display: none;
  }
}
.hero-inner .bg-pattern .pattern::before {
  content: "";
  display: block;
  padding-top: 78.3197831978%;
  background-image: url("../images/pattern2.svg");
  background-size: cover;
}
.hero-inner .hero-caption-wrap {
  display: flex;
  flex-direction: column;
}
.hero-inner .hero-caption {
  width: min(562px, 100%);
}
.hero-inner .hero-caption p {
  font-size: 1.13rem;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .hero-inner .hero-caption p {
    font-size: 1rem;
  }
}
.hero-inner .hero-caption .hero-location, .hero-inner .hero-caption .date-and-time {
  font-size: 18px;
}
@media (max-width: 575px) {
  .hero-inner .hero-caption .btn-wrap {
    display: flex;
    justify-content: center;
  }
}
.hero-inner .btn-group {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
@media (max-width: 575px) {
  .hero-inner .btn-group {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .hero-inner .btn-group .btn {
    width: 100%;
  }
}
.hero-inner .btn-group .btn + .btn-link {
  margin-left: 1.82rem;
}
@media (max-width: 575px) {
  .hero-inner .btn-group .btn + .btn-link {
    margin: 1rem 0 0;
  }
}
.listing-banner {
  padding: 1.25rem 0;
  min-height: auto;
  z-index: 1;
}
@media (max-width: 575px) {
  .listing-banner {
    padding-top: 2.19rem;
  }
}
.listing-banner .hero-caption-box {
  align-self: center;
}
.listing-banner .featured-post {
  align-self: flex-end;
}
.listing-banner .featured-post-wrap {
  max-width: 20.44rem;
  margin-left: auto;
  transform: translateY(67px);
}
@media (max-width: 767px) {
  .listing-banner .featured-post-wrap {
    transform: translateY(50px);
  }
}
@media (max-width: 575px) {
  .listing-banner .featured-post-wrap {
    max-width: 100%;
    margin-top: 2.19rem;
    transform: none;
  }
}
.listing-banner .featured-post-wrap .fp-inner {
  display: block;
  color: initial;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.listing-banner .featured-post-wrap .fp-inner:hover {
  text-decoration: none;
}
.listing-banner .featured-post-wrap .fp-inner figure {
  position: relative;
  padding-top: 66.6666666667%;
}
.listing-banner .featured-post-wrap .fp-inner figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing-banner .featured-post-wrap .fp-inner .fp-desc {
  padding: 1.5rem 1rem 0.63rem;
}
.detail-hero .container-sm {
  position: relative;
}
.detail-hero .post-date {
  color: #00427a;
}
@media (max-width: 767px) {
  .detail-hero .post-date {
    color: #0074aa;
  }
}
.detail-hero .author-name span {
  color: #0074aa;
  font-weight: 700;
}
.detail-hero .breadcrumbs ul li {
  color: #0074aa;
}
.detail-hero .breadcrumbs ul li a {
  color: #00427a;
}
.detail-hero .post-cat {
  color: #0074aa;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 0.88rem;
}
.detail-hero .btn-group {
  display: flex;
  margin-top: 1.69rem;
}
@media (max-width: 767px) {
  .detail-hero .btn-group {
    margin-top: 1.25rem;
  }
}
.detail-hero .author-and-date {
  display: flex;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .detail-hero .author-and-date {
    justify-content: space-between;
  }
}
.detail-hero .author-and-date .author-name2 {
  font-size: 0.88rem;
  margin-right: 1.13rem;
}
.detail-hero .author-and-date .issue-date {
  color: #00427a;
  font-size: 0.88rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .subscribe-newsletter {
    margin-top: 0.94rem;
  }
}
.subscribe-newsletter .sn-form {
  padding: 2.5rem 1.5rem;
  background-color: rgba(0, 66, 122, 0.55);
  border-radius: 0.63rem;
}
@media (max-width: 767px) {
  .subscribe-newsletter .sn-form {
    padding: 1.5rem 1.13rem;
  }
}
.subscribe-newsletter .sn-form label, .subscribe-newsletter .sn-form h4 {
  margin-bottom: 0.94rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .subscribe-newsletter .sn-form label, .subscribe-newsletter .sn-form h4 {
    text-align: center;
  }
}
.subscribe-newsletter .sn-form .gform_wrapper .gfield_label {
  display: none;
}
.subscribe-newsletter .sn-form .gform_wrapper form {
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .subscribe-newsletter .sn-form .gform_wrapper form {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.subscribe-newsletter .sn-form .gform_wrapper input[type="email"] {
  height: 3.5rem;
  margin: 2px 0;
  padding: 16px !important;
  border: 1px solid #0091d5;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .subscribe-newsletter .sn-form .gform_wrapper input[type="email"] {
    width: 100%;
  }
}
.subscribe-newsletter .sn-form .gform_wrapper input[type="submit"]:hover, .subscribe-newsletter .sn-form .gform_wrapper input[type="submit"]:focus {
  color: #ffffff;
  background-color: #0074aa;
}
.subscribe-newsletter .sn-form .gform_wrapper .gform-body {
  flex: 1 1 auto;
  margin-right: -5px;
}
@media (max-width: 991px) {
  .subscribe-newsletter .sn-form .gform_wrapper .gform-body {
    margin-right: 0;
  }
}
.subscribe-newsletter .sn-form .gform_wrapper .gfield {
  margin: 0;
}
.subscribe-newsletter .sn-form .gform_wrapper .gform_footer {
  margin: 0;
  width: auto;
}
@media (max-width: 991px) {
  .subscribe-newsletter .sn-form .gform_wrapper .gform_footer {
    margin-top: 1.13rem;
  }
}
.subscribe-newsletter .sn-form .gform_validation_error .validation_message {
  margin-left: 0 !important;
  color: #ffffff !important;
}
.subscribe-newsletter .sn-form .gform_confirmation_message {
  color: #ffffff;
}
.event-detail-banner {
  padding: 4rem 0 0;
}
@media (min-width: 768px) {
  .event-detail-banner .hero-caption {
    margin-bottom: 1.88rem;
  }
}
.event-detail-banner .btn {
  margin-bottom: 1.88rem;
}
.event-form-wrap {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .event-form-wrap {
    margin-top: 1.88rem;
  }
}
@media (max-width: 575px) {
  .event-form-wrap {
    margin-top: 8.13rem;
  }
}
.event-form {
  margin-bottom: -11.25rem;
  padding: 1.88rem;
  border-radius: 0.63rem;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 66, 122, 0.1);
}
@media (max-width: 991px) {
  .event-form {
    padding: 1.25rem;
  }
}
@media (max-width: 767px) {
  .event-form {
    margin-bottom: 0;
  }
}
.non-body-content .event-form {
  margin-bottom: 1.88rem;
}
.event-form .gform_wrapper.gravity-theme .gform_footer, .event-form .gform_wrapper.gravity-theme .gform_page_footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}
@media (max-width: 991px) {
  .event-form .gform_wrapper.gravity-theme .gform_footer, .event-form .gform_wrapper.gravity-theme .gform_page_footer {
    position: relative;
    margin-top: 1.25rem;
  }
}
@media (max-width: 991px) {
  .event-form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12;
  }
}
@media (max-width: 991px) {
  .event-form .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 1rem 0 !important;
  }
}
@media (max-width: 767px) {
  .event-form .ginput_recaptcha + .gfield_description {
    font-size: 0.88rem !important;
  }
}
.event-form .gform_validation_error .validation_message {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 400;
}
@media (max-width: 767px) {
  .event-form .check-wrap {
    display: flex !important;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .event-form .check-wrap legend {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.event-form fieldset {
  padding-left: 4.07rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event-form .gfield--width-half {
    grid-column: span 12 !important;
  }
}
.event-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-btn-wrap .btn {
  margin: 30px 0;
}
.full-width-cta {
  background-image: url("../images/fwc-bg.png");
  background-size: cover;
}
.full-width-cta .fwc-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full-width-cta .fwc-inner .content-part {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .full-width-cta .fwc-inner .content-part {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .full-width-cta .fwc-inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    text-align: center;
    padding-right: 0;
  }
}
.full-width-cta .fwc-inner p {
  color: #00427a;
  font-family: "museo-sans", serif;
  font-size: 1.13rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .full-width-cta .fwc-inner .btn-part {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .left-align-text .content-inner {
    text-align: center;
  }
}
.left-align-text .content-inner p {
  font-size: 1.13rem;
}
.column-promo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-promo .cp-card {
  width: 25%;
}
@media (max-width: 991px) {
  .column-promo .cp-card {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .column-promo .cp-card {
    width: 100%;
  }
}
.column-promo .cp-card-inner {
  position: relative;
  overflow: hidden;
}
.column-promo .cp-card-inner:hover .cp-up-box {
  top: 0;
  background-color: rgba(0, 66, 122, 0.9);
}
.column-promo .cp-card-inner:hover .cp-up-box .cp-up-box-inner {
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden auto;
}
.column-promo .cp-card figure {
  position: relative;
  padding-top: 135.5555555556%;
}
.column-promo .cp-card figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column-promo .cp-card figure:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #00213d 100%);
}
.column-promo .cp-card .cp-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.column-promo .cp-card .cp-title i {
  --cpIconHeight: 2.5rem;
  max-width: var(--cpIconHeight);
  min-width: var(--cpIconHeight);
  height: var(--cpIconHeight);
  margin-right: 1rem;
}
@media (max-width: 1199px) {
  .column-promo .cp-card .cp-title i {
    margin-right: 0.63rem;
  }
}
.column-promo .cp-card .cp-title * {
  color: #ffffff;
}
.column-promo .cp-card .cp-title h5, .column-promo .cp-card .cp-title .h5 {
  margin-bottom: 0;
  font-family: "museo-slab", serif;
}
.column-promo .cp-card .cp-up-box {
  position: absolute;
  top: calc(100% - var(--cpTopMove, 0px));
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem 1.88rem;
  transition: 0.6s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .column-promo .cp-card .cp-up-box {
    padding: 1.25rem;
  }
}
.column-promo .cp-card .cp-up-box * {
  color: #ffffff;
}
.column-promo .cp-card .cp-up-box .cp-up-box-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  padding: inherit;
  transform: translateY(0);
  transition: 0.4s ease-in-out;
}
.latest-content .sec-heading {
  width: min(540px, 100%);
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .latest-content .sec-heading {
    margin: 0 auto 1.88rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .latest-content .ls-wrap .row {
    margin-right: -0.31rem;
    margin-left: -0.31rem;
  }
  .latest-content .ls-wrap .row [class*="cell-"] {
    padding-left: 0.32rem;
    padding-right: 0.32rem;
  }
}
@media (max-width: 767px) {
  .latest-content .ls-wrap .ls-card.large-img {
    margin-bottom: 0.63rem;
  }
}
.latest-content .ls-wrap .ls-card.large-img figure {
  padding-top: 66.7259786477%;
}
@media (max-width: 767px) {
  .latest-content .ls-wrap .ls-card.large-img figure {
    margin-left: -20px;
    margin-right: -20px;
    border: 0;
    box-shadow: none;
  }
}
.latest-content .ls-wrap .ls-card figure {
  position: relative;
  padding-top: 141.5094339623%;
  box-shadow: 0px 3px 10px rgba(0, 66, 122, 0.16);
  border-radius: 10px;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.latest-content .ls-wrap .ls-card figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-content .ls-wrap .ls-card .f-tag {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  padding: 5px 1.88rem;
  color: #00427a;
  font-family: "museo-slab", serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  background-color: #ebb133;
  border-radius: 4px;
}
.post-date {
  margin-top: 0.88rem;
  margin-bottom: 0.88rem;
  font-size: 0.88rem;
  letter-spacing: -0.01em;
}
.latest-content .more-content {
  margin-top: 0.63rem;
}
@media (max-width: 767px) {
  .latest-content .more-content {
    margin-top: 3.13rem;
  }
}
.latest-content .more-content-links {
  display: flex;
  align-items: center;
  padding: 0.63rem 0;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #0091d5;
}
@media (max-width: 767px) {
  .latest-content .more-content-links {
    justify-content: space-between;
  }
}
.latest-content .more-content-links h5, .latest-content .more-content-links .h5 {
  margin-bottom: 0;
}
.latest-content .more-content-links h5 + .btn-link, .latest-content .more-content-links .h5 + .btn-link {
  margin-left: 1.88rem;
}
.latest-content .more-content-links .btn-link {
  color: #0074aa;
}
.latest-content .more-content .post-date {
  margin-bottom: 0.63rem;
  font-size: 0.88rem;
}
@media (max-width: 767px) {
  .latest-content .more-content .mc-card {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .latest-content .more-content .mc-card:last-child {
    margin-bottom: 0;
  }
}
.latest-content .more-content .mc-date {
  margin-bottom: 10px;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}
.subscribe-form {
  position: relative;
  background-color: #c7e1f9;
  overflow: hidden;
  z-index: 1;
}
.subscribe-form::before, .subscribe-form::after {
  content: "";
  position: absolute;
  height: 36.5rem;
  width: 36.5rem;
  background-image: url("../images/dots-circle-effect.svg");
  background-repeat: no-repeat;
  pointer-events: none;
  transform: scale(1.3);
  z-index: -1;
}
.subscribe-form::before {
  bottom: -16.62rem;
  left: -12.5rem;
}
@media (max-width: 1399px) {
  .subscribe-form::before {
    bottom: -18.75rem;
    left: -18.75rem;
  }
}
@media (max-width: 1199px) {
  .subscribe-form::before {
    bottom: -21.87rem;
    left: -25rem;
  }
}
@media (max-width: 767px) {
  .subscribe-form::before {
    bottom: -18.12rem;
    left: -27.5rem;
  }
}
.subscribe-form::after {
  top: -17.81rem;
  right: -13.12rem;
}
@media (max-width: 1400px) {
  .subscribe-form::after {
    top: -18.75rem;
    right: -18.75rem;
  }
}
@media (max-width: 1199px) {
  .subscribe-form::after {
    top: -21.87rem;
    right: -25rem;
  }
}
@media (max-width: 767px) {
  .subscribe-form::after {
    top: -19.81rem;
    right: -30.31rem;
  }
}
.subscribe-form-heading {
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.82rem;
}
@media (max-width: 767px) {
  .subscribe-form-heading {
    margin-bottom: 1rem;
  }
}
.subscribe-form-heading h2, .subscribe-form-heading .h2 {
  margin-bottom: 1.25rem;
}
.subscribe-form-heading p {
  color: #00427a;
  font-family: "museo-sans", serif;
}
@media (min-width: 768px) {
  .subscribe-form-heading p {
    font-size: 1.13rem;
  }
}
.subscribe-form-wrap {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-form-wrap form {
  display: flex;
}
@media (max-width: 767px) {
  .subscribe-form-wrap form {
    flex-wrap: wrap;
  }
}
.subscribe-form-wrap .gform_body {
  width: 100%;
  margin-right: -0.12rem;
}
@media (max-width: 767px) {
  .subscribe-form-wrap .gform_body {
    margin-left: 0.94rem;
    margin-right: 0.94rem;
  }
}
.subscribe-form-wrap .gform_body .ginput_container_email input {
  border-radius: 0.25rem 0 0 0.25rem;
  padding-top: 0.38rem !important;
  box-shadow: none;
}
.subscribe-form-wrap .gform_footer {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  max-width: 212px;
}
@media (max-width: 767px) {
  .subscribe-form-wrap .gform_footer {
    margin: 0.38rem auto 0 !important;
  }
}
.subscribe-form-wrap .gform_footer .gform_button {
  width: 100%;
}
.subscribe-form-wrap .gform_button {
  height: 4.32rem;
  margin: -0.12rem 0 0 !important;
}
@media (max-width: 767px) {
  .subscribe-form-wrap .gform_button {
    margin: 0 !important;
    height: 3.5rem;
    line-height: normal !important;
    padding-top: 1rem;
  }
}
.subscribe-form-wrap .gform_ajax_spinner {
  position: absolute;
  right: -1.87rem;
  top: 50%;
  transform: translateY(-50%);
}
.subscribe-form-wrap .gform_validation_errors {
  margin-bottom: 1.25rem !important;
}
.subscribe-form-wrap .gform_confirmation_wrapper {
  text-align: center;
}
.subscribe-form-wrap .gform_confirmation_message {
  display: inline-block;
  color: #27a127;
  background: #ffffff;
  border-radius: 0.25rem;
  padding: 0.44rem 1.13rem;
}
@media (max-width: 767px) {
  .subscribe-form-wrap .ginput_container {
    text-align: center;
  }
}
.subscribe-form-wrap .ginput_container input {
  height: 4.13rem;
  border-radius: 0.25rem;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  border: 1px solid #0091d5;
  font-size: 1.13rem !important;
}
@media (max-width: 767px) {
  .subscribe-form-wrap .ginput_container input {
    height: 3.13rem;
  }
}
.full-cta-with-image.bg-gradient-dark-blue h1, .full-cta-with-image.bg-gradient-dark-blue h2, .full-cta-with-image.bg-gradient-dark-blue h3, .full-cta-with-image.bg-gradient-dark-blue h4, .full-cta-with-image.bg-gradient-dark-blue h5, .full-cta-with-image.bg-gradient-dark-blue h6, .full-cta-with-image.bg-gradient-dark-blue p {
  color: #ffffff;
}
.full-cta-with-image.bg-gradient-dark-blue .btn:hover, .full-cta-with-image.bg-gradient-dark-blue .btn:focus {
  color: #ffffff;
}
.full-cta-with-image.bg-light-blue {
  background-image: url("../images/fwcp-bg.png");
  background-size: auto;
  background-repeat: no-repeat;
}
.full-cta-with-image-row {
  flex-direction: row-reverse;
}
.full-cta-with-image-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.full-cta-with-image-content {
  align-self: center;
  padding-left: calc((100% - 1156px) / 2) !important;
  padding-right: 1.88rem !important;
}
@media (max-width: 1199px) {
  .full-cta-with-image-content {
    padding-left: 1.88rem !important;
  }
}
.full-cta-with-image-content p {
  font-size: 1.13rem;
}
.full-cta-with-image-content .btn-part {
  margin-top: 0.94rem;
}
.all-text-6040 .sec-heading, .all-text-7030 .sec-heading, .all-text-5050 .sec-heading {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .all-text-6040 .sec-heading, .all-text-7030 .sec-heading, .all-text-5050 .sec-heading {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .all-text-6040 .content-box, .all-text-7030 .content-box, .all-text-5050 .content-box {
    margin: 10px 0;
  }
}
.quick-links .sec-heading {
  max-width: 562px;
  margin-left: auto;
  margin-right: auto;
}
.quick-links .ql-card {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.quick-links .ql-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.44rem 2.19rem;
  color: #00427a;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.63rem;
  box-shadow: 0px 2px 10px rgba(0, 66, 122, 0.1);
  height: 100%;
  transition: 0.4s ease;
  overflow: hidden;
}
@media (max-width: 767px) {
  .quick-links .ql-link {
    width: min(265px, 100%);
    margin: 0 auto;
  }
}
.quick-links .ql-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ebb133;
  transition: 0.4s ease;
}
.quick-links .ql-link::after {
  content: "e";
  font-family: "cgs" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  top: 50%;
  right: 0.94rem;
  transform: translateY(-50%);
  font-size: 0.75rem;
}
.quick-links .ql-link:hover {
  color: #ffffff;
  background-color: #00427a;
  text-decoration: none;
  box-shadow: 0px 8px 20px rgba(0, 66, 122, 0.16);
}
.quick-links .ql-link:hover::before {
  width: 6px;
}
.tab-four-across {
  --tfaph: 92px;
  position: relative;
}
.tab-four-across::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: var(--tfaph);
  background-image: url("../images/tfa-pattern.png");
  background-size: cover;
}
.tab-four-across .sec-heading {
  max-width: 38.75rem;
  margin-left: auto;
  margin-right: auto;
}
.tab-four-across .tfa-wrap .tfa-card {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 575px) {
  .tab-four-across .tfa-wrap .tfa-card {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.tab-four-across .tfa-wrap .tfa-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 1.88rem 1.5rem 1.38rem;
  color: initial;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 66, 122, 0.08);
  border-radius: 0.63rem;
}
@media (max-width: 767px) {
  .tab-four-across .tfa-wrap .tfa-card-inner {
    max-width: 16.57rem;
    margin: 0 auto;
  }
}
.tab-four-across .tfa-wrap .tfa-card-inner:hover {
  text-decoration: none;
}
.tab-four-across .tfa-wrap .tfa-card-inner h6, .tab-four-across .tfa-wrap .tfa-card-inner .h6 {
  font-weight: 600;
}
.tab-four-across .tfa-wrap .tfa-card-inner .btn-link {
  margin-top: 0.63rem;
}
.card-promo {
  position: relative;
  z-index: 0;
}
.card-promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/cp-pattern.png");
  background-size: cover;
  z-index: -1;
}
.card-promo.bg-light-blue .sec-heading p {
  color: #00427a;
}
.card-promo .sec-heading {
  max-width: 35.13rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.57rem;
}
@media (max-width: 767px) {
  .card-promo .sec-heading {
    margin-bottom: 0;
  }
}
.card-promo .cp-wrap .cp-card {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .card-promo .cp-wrap .cp-card {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.card-promo .cp-wrap .cp-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: initial;
  height: 100%;
  padding: 2.5rem 1.5rem 1.25rem;
  background-color: #ffffff;
  border-radius: 0.63rem;
  box-shadow: 0px 3px 10px rgba(0, 66, 122, 0.16);
}
.card-promo .cp-wrap .cp-card-inner:hover {
  text-decoration: none;
  background-color: #00427a;
}
.card-promo .cp-wrap .cp-card-inner:hover * {
  color: #ffffff;
}
.card-promo .cp-wrap .cp-card-inner:hover .btn-link {
  color: #ebb133;
}
.card-promo .cp-wrap .cp-card-inner p {
  color: #717375;
}
.card-promo .cp-wrap .cp-card .cp-icon {
  margin-bottom: 0.5rem;
  height: 2.75rem;
}
.card-promo .cp-wrap .cp-card .cp-icon img {
  max-height: 100%;
}
.card-promo .cp-wrap .cp-card .cp-icon svg {
  height: 100%;
}
.card-promo .cp-wrap .cp-card .btn-link {
  margin-top: 0.5rem;
}
.card-promo .about-data-source {
  margin-top: 1.88rem;
  padding: 1.57rem 0 0;
  border-top: 1px solid #00427a;
}
@media (max-width: 767px) {
  .card-promo .about-data-source {
    text-align: center;
  }
}
.card-promo .about-data-source p {
  color: #00427a;
}
.card-promo .about-data-source p a {
  color: currentColor;
  text-decoration: underline;
}
.card-promo .about-data-source p a:hover {
  color: #ebb133;
}
.bio-grid-block .lessThan {
  justify-content: center;
}
.bio-grid-block .bio-card {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .bio-grid-block .bio-card {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.bio-grid-block .bio-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.63rem;
  box-shadow: 0px 2px 10px rgba(0, 66, 122, 0.1);
  overflow: hidden;
}
@media (max-width: 767px) {
  .bio-grid-block .bio-card-inner {
    max-width: 16.57rem;
    margin: 0 auto;
  }
}
.bio-grid-block .bio-card figure {
  position: relative;
  width: 100%;
  padding-top: 84.9056603774%;
  background-color: #0091d5;
  overflow: hidden;
}
.bio-grid-block .bio-card figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bio-grid-block .bio-card .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 auto;
  width: 100%;
  padding: 1.38rem 1rem 3.13rem;
}
.bio-grid-block .bio-card .bio-subhead, .bio-grid-block .bio-card .bio-name, .bio-grid-block .bio-card .bio-title, .bio-grid-block .bio-card .bio-school {
  margin-bottom: 7px;
  line-height: 1.35;
}
.bio-grid-block .bio-card .bio-subhead {
  color: rgba(0, 116, 170, 0.8);
  font-size: 0.88rem;
  font-weight: 600;
}
.bio-grid-block .bio-card .bio-lnk {
  letter-spacing: 0;
}
.bio-grid-block .bio-card .bio-name {
  font-size: 1.25rem;
  font-weight: 500;
  color: #00427a;
}
.bio-grid-block .bio-card .bio-title {
  color: #0074aa;
  font-size: 0.88rem;
  font-weight: 500;
}
.bio-grid-block .bio-card .bio-school {
  color: #717375;
  font-size: 0.88rem;
  font-weight: 300;
}
.bio-grid-block .bio-card .bio-term {
  font-size: 0.88rem;
  color: #00427a;
  margin-top: 0.94rem;
}
.inline-cta {
  margin: 30px 0;
}
.inline-cta-wrap {
  padding: 3.13rem 6.25rem;
  border-radius: 0.63rem;
  box-shadow: 0px 6px 30px rgba(0, 66, 122, 0.08);
}
@media (max-width: 767px) {
  .inline-cta-wrap {
    padding: 2.5rem 2.07rem;
  }
}
.inline-cta-wrap h4, .inline-cta-wrap .h4 {
  margin-bottom: 0.63rem;
}
.committees-promo {
  overflow: hidden;
}
.committees-promo .slick-slide {
  height: auto;
}
.committees-promo .slick-list {
  min-width: 100%;
}
.committees-promo .slick-track {
  justify-content: center;
}
.committees-promo .slick-arrow {
  border-width: 3px;
  height: 0.94rem;
  width: 0.94rem;
  border-color: #0091d5;
}
.committees-promo .slick-arrow:hover {
  border-color: #00427a;
}
.committees-promo .slick-arrow:focus {
  border-color: #0091d5;
}
.committees-promo .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (min-width: 1200px) {
  .committees-promo .slick-prev {
    left: -1.56rem;
  }
}
@media (min-width: 1200px) {
  .committees-promo .slick-next {
    right: -1.56rem;
  }
}
.committees-promo-heading {
  max-width: 35.13rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
.committees-promo-heading p {
  font-size: 1.13rem;
}
.committees-promo-tab-list {
  margin-bottom: 1.57rem;
  border-bottom: 1px solid rgba(0, 145, 213, 0.5);
}
.committees-promo-tab-list-inner {
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .committees-promo-tab-list-inner {
    padding-left: 1.88rem;
    padding-right: 1.88rem;
  }
}
.committees-promo-tab-list-title {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-size: 0.88rem;
  margin: 0;
  padding: 0 0.25rem 0.25rem;
  min-width: 11.25rem;
  max-width: 18.75rem;
  font-weight: 500;
  color: transparent;
  border-bottom: 6px solid transparent;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .committees-promo-tab-list-title:hover {
    border-color: #0074aa;
  }
  .committees-promo-tab-list-title:hover::before {
    font-weight: 500;
    color: #0074aa;
  }
}
.committees-promo-tab-list-title.active {
  border-color: #0074aa;
}
.committees-promo-tab-list-title.active::before {
  font-weight: 500;
  color: #0074aa;
}
.committees-promo-tab-list-title::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.38rem;
  padding-right: 0.38rem;
  width: 100%;
  height: 100%;
  color: #717375;
  font-size: inherit;
  font-weight: 400;
  transition: 0.3s ease;
}
@media (max-width: 1199px) {
  .committees-promo-tab-list-title::before {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.committees-promo-tab-title {
  margin-bottom: 3.44rem;
}
.committees-promo-tab-title h4, .committees-promo-tab-title .h4 {
  margin-bottom: 0.75rem;
}
.committees-promo-tab-description a {
  font-weight: 700;
  color: #0074aa;
}
.committees-promo-tab-description a::after {
  content: "e";
  font-family: "cgs" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  font-size: 0.63rem;
  padding-left: 0.19rem;
}
.committees-promo-tab-content {
  display: none;
}
.committees-promo-card {
  display: block;
  background-color: #ffffff;
  border-radius: 0.63rem;
  box-shadow: 0 0.13rem 0.63rem rgba(0, 66, 122, 0.1);
  padding: 1.13rem 1rem 1.57rem 1rem;
  text-decoration: none;
  height: 100%;
}
.committees-promo-card:hover, .committees-promo-card:focus {
  text-decoration: none;
}
.committees-promo-card-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.committees-promo-card-cell {
  width: 20%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 1.63rem;
}
@media (max-width: 1199px) {
  .committees-promo-card-cell {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .committees-promo-card-cell {
    width: 33.33%;
  }
}
@media (max-width: 575px) {
  .committees-promo-card-cell {
    width: 100%;
    max-width: 13.19rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.committees-promo-card-position {
  font-size: 0.88rem;
  font-weight: 600;
  color: #0074aa;
}
.committees-promo-card-name {
  font-weight: 500;
  color: #00427a;
  margin-top: 0.88rem;
  margin-bottom: 0.32rem;
}
.committees-promo-card-title {
  font-size: 0.88rem;
  font-weight: 500;
  color: #0074aa;
  margin-bottom: 0.25rem;
}
.committees-promo-card-school {
  font-size: 0.88rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #717375;
}
.committees-promo-card-term {
  font-size: 0.88rem;
  color: #00427a;
}
.committees-promo-select-wrap {
  position: relative;
  border-bottom: 6px solid #0074aa;
}
@media (min-width: 768px) {
  .committees-promo-select-wrap {
    display: none;
  }
}
.committees-promo-select-wrap select {
  background-image: none;
  border: none;
  font-size: 1.13rem;
  font-weight: 500;
  color: #0074aa;
  height: 4.07rem;
  background-color: #ffffff;
  white-space: normal;
  text-align: center;
}
.committees-promo-select-wrap::before {
  content: 'e';
  font-family: "cgs" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #0074aa;
  font-size: 0.88rem;
}
.comp-5050 figure {
  position: relative;
  border-radius: 0.63rem;
  box-shadow: 0px 3px 10px rgba(0, 66, 122, 0.16);
  overflow: hidden;
}
@media (max-width: 767px) {
  .comp-5050 figure {
    margin-bottom: 1.88rem;
  }
}
.comp-5050 figure:before {
  content: "";
  display: block;
  padding-top: 66.7259786477%;
  aspect-ratio: 1.4986666667;
}
.comp-5050 figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comp-5050 .content-part p a {
  color: #0074aa;
  font-weight: 600;
}
.wysiwyg-section {
  margin: 30px 0;
}
.wysiwyg-section h4, .wysiwyg-section .h4 {
  margin-bottom: 0.82rem;
}
.wysiwyg-section ul, .wysiwyg-section ol {
  padding-left: 1.13rem;
}
@media (max-width: 767px) {
  .wysiwyg-section ul, .wysiwyg-section ol {
    padding-left: 0;
  }
}
.wysiwyg-section p a {
  font-weight: 700;
  color: #00427a;
}
.wysiwyg-section .read-more-content {
  display: none;
}
.wysiwyg-section .wysing-read-more {
  cursor: pointer;
}
.image-block {
  margin: 1.88rem 0;
}
.image-block .image-wrapper {
  position: relative;
}
.image-block figure {
  position: relative;
  display: inline-block;
}
.image-block figure img {
  border-radius: 0.63rem;
  box-shadow: 0px 3px 10px rgba(0, 66, 122, 0.16);
}
.image-block figure + figcaption {
  position: absolute;
  margin-top: 1rem;
}
.image-block figcaption {
  color: #717375;
}
.image-block.circle-illustration .image-wrapper figure::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  width: 1em;
  height: 1em;
  font-size: 18.13rem;
  background-image: url("../images/video-promo-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(50%, -50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .image-block.circle-illustration .image-wrapper figure::after {
    font-size: 9.38rem;
  }
}
@media (max-width: 767px) {
  .image-block.circle-illustration .image-wrapper figure::after {
    top: 0;
    right: 1.57rem;
    font-size: 6.25rem;
  }
}
.image-block.rectangle-illustration .image-wrapper figure::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  width: 113px;
  height: 110%;
  aspect-ratio: 113/671;
  background-image: url("../images/rectangle-illustration.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  transform: translate(50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .image-block.rectangle-illustration .image-wrapper figure::before {
    width: 57px;
    aspect-ratio: 57/305;
    background-image: url("../images/rectangle-illustration-mobile.svg");
  }
}
.tabbed-promo-heading {
  max-width: 35.13rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.07rem;
}
@media (max-width: 767px) {
  .tabbed-promo-heading {
    margin-bottom: 0.32rem;
  }
}
.tabbed-promo-heading h2, .tabbed-promo-heading .h2 {
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .tabbed-promo-heading p {
    font-size: 1.13rem;
  }
}
.tabbed-promo-tab-list {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .tabbed-promo-tab-list {
    margin-bottom: 2rem;
  }
}
.tabbed-promo-tab-list ul {
  display: flex;
  border-bottom: 1px solid rgba(0, 145, 213, 0.5);
  overflow: visible;
}
@media (max-width: 767px) {
  .tabbed-promo-tab-list ul {
    display: none;
  }
}
.tabbed-promo-tab-list li {
  position: relative;
  bottom: -0.06rem;
  display: inline-block;
  text-align: center;
  list-style: none;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
  padding: 0 1.88rem 0.88rem;
  border-bottom: 6px solid transparent;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .tabbed-promo-tab-list li {
    padding: 0 0.94rem 0.63rem;
  }
}
@media (max-width: 991px) {
  .tabbed-promo-tab-list li {
    padding: 0 0.63rem 0.5rem;
    font-size: 1.07rem;
  }
}
.tabbed-promo-tab-list li.active, .tabbed-promo-tab-list li:hover {
  color: #0074aa;
  border-color: #0074aa;
}
.tabbed-promo-tab-list li::before {
  display: none;
}
.tabbed-promo-tab-content {
  display: none;
}
.tabbed-promo-cta {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #0074aa;
}
.tabbed-promo-cta::after {
  content: 'e';
  font-family: "cgs" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: relative;
  padding-left: 0.32rem;
  font-size: 0.75rem;
}
.tabbed-promo-detail h4, .tabbed-promo-detail .h4 {
  margin-bottom: 1rem;
}
.tabbed-promo-img {
  padding-top: 49.8220640569%;
  border-radius: 0.63rem;
  overflow: hidden;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .tabbed-promo-img {
    margin-bottom: 1.75rem;
  }
}
.tabbed-promo-select-wrap {
  position: relative;
  border-bottom: 6px solid #0074aa;
}
@media (min-width: 768px) {
  .tabbed-promo-select-wrap {
    display: none;
  }
}
.tabbed-promo-select-wrap select {
  background-image: none;
  border: none;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0074aa;
  height: 4.07rem;
  background-color: #ffffff;
  white-space: normal;
  text-align: center;
}
.tabbed-promo-select-wrap::before {
  content: 'e';
  font-family: "cgs" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #0074aa;
  font-size: 0.88rem;
}
.contact-us {
  position: relative;
  z-index: 1;
}
.contact-us::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.62rem;
  width: 100%;
  height: 6.25rem;
  background-image: url("../images/tfa-pattern.png");
  background-size: cover;
  z-index: -1;
}
@media (max-width: 991px) {
  .contact-us::before {
    height: 3.13rem;
  }
}
@media (max-width: 575px) {
  .contact-us::before {
    height: 2.25rem;
  }
}
.contact-us-address {
  margin-top: 2.82rem;
  margin-bottom: 4.5rem;
}
.contact-us-address address {
  font-size: 1.25rem;
  color: #00427a;
  margin-bottom: 2.38rem;
  font-style: normal;
  font-weight: 500;
}
.contact-us-number .number-inner {
  align-items: flex-start;
}
.contact-us-number .number-inner i {
  color: #0091d5;
  margin-right: 0.88rem;
  font-size: 1.44rem;
}
.contact-us-number .number-inner a {
  font-size: 1.25rem;
  color: #00427a;
  font-weight: 500;
}
.contact-us-number .number-inner a:hover, .contact-us-number .number-inner a:focus {
  color: #0091d5;
  text-decoration: none;
}
.contact-us-description {
  margin-bottom: 6.25rem;
}
.contact-us-description p, .contact-us-description li {
  font-size: 1.13rem;
}
.contact-us-form {
  background-color: #E5F4FB;
  padding: 3.13rem 2.07rem;
  margin-bottom: 3.13rem;
}
@media (min-width: 1200px) {
  .contact-us-form {
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .contact-us-form {
    padding: 2.5rem 0.94rem;
  }
}
@media (min-width: 992px) {
  .contact-us-form .gform_footer {
    text-align: right;
    right: 1.88rem;
  }
}
.contact-us-form .gform_footer .button {
  padding-left: 3.44rem;
  padding-right: 3.44rem;
}
@media (max-width: 991px) {
  .contact-us-form .gform_footer .button {
    padding-left: 3.13rem;
    padding-right: 3.13rem;
  }
}
.related-content .rc-heading {
  margin-bottom: 2.63rem;
}
.related-content .rc-cell {
  margin-bottom: 1.57rem;
}
.related-content .rc-box {
  display: block;
  text-decoration: none;
  border-radius: 0.63rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 66, 122, 0.1);
  height: 100%;
  transition: 0.3s;
}
.related-content .rc-box:hover {
  transform: translateY(-20px);
}
.related-content .rc-img {
  padding-top: 56.3186813187%;
}
.related-content .rc-content {
  background-color: #ffffff;
  padding: 1.75rem 2rem;
}
@media (max-width: 991px) {
  .related-content .rc-content {
    padding: 1.57rem;
  }
}
.related-content .rc-type {
  font-size: 0.88rem;
  font-weight: 500;
  color: #0074aa;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .related-content .rc-type {
    font-weight: 600;
  }
}
.related-content .rc-title {
  font-weight: 500;
  color: #00427a;
}
.related-content .rc-title:hover, .related-content .rc-title:focus {
  color: #0091d5;
}
.video-promo {
  position: relative;
}
.video-promo::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 140px);
  background-color: rgba(199, 225, 249, 0.3);
}
@media (max-width: 1199px) {
  .video-promo::before {
    height: calc(100% - 110px);
  }
}
@media (max-width: 991px) {
  .video-promo::before {
    height: calc(100% - 80px);
  }
}
.video-promo .content-box {
  align-self: center;
}
.video-promo .content-box p {
  color: #00427a;
}
.video-promo .content-box .content-part {
  padding-top: 8.75rem;
}
@media (max-width: 1199px) {
  .video-promo .content-box .content-part {
    padding-top: 8.13rem;
  }
}
@media (max-width: 991px) {
  .video-promo .content-box .content-part {
    padding-top: 4.38rem;
  }
}
@media (max-width: 767px) {
  .video-promo .content-box .content-part {
    padding-top: 0;
  }
}
.video-promo.circle-illustration .video-box::after {
  display: block;
}
@media (max-width: 1199px) {
  .video-promo.circle-illustration .video-box::after {
    display: none;
  }
}
.video-promo .video-box {
  position: relative;
}
@media (max-width: 767px) {
  .video-promo .video-box {
    margin-bottom: 1.88rem;
  }
}
.video-promo .video-box::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 6%;
  display: none;
  width: 1em;
  height: 1em;
  font-size: 18.13rem;
  background-image: url("../images/video-promo-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .video-promo .video-box::after {
    font-size: 9.38rem;
  }
}
@media (max-width: 767px) {
  .video-promo .video-box::after {
    left: 12%;
    font-size: 6.88rem;
  }
}
.video-promo .video-part {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.video-promo .video-part::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.25%;
}
.video-promo .video-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-promo .video-part iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filter-by {
  position: relative;
  margin: 2.5rem 0;
  /* select2 theme design */
}
@media (max-width: 767px) {
  .filter-by {
    margin: 2.5rem 0;
    margin-bottom: 1.25rem;
  }
}
.filter-by-inner {
  background-color: #ffffff;
}
.filter-by-inner .filter-label {
  margin-bottom: 0.94rem;
  color: #00427a;
  font-size: 1.25rem;
  font-weight: 500;
}
.filter-by-inner .form-row {
  display: grid;
  grid-template-columns: 220px 220px 1fr auto;
}
@media (max-width: 991px) {
  .filter-by .filter-category, .filter-by .filter-type {
    margin-right: 0 !important;
    padding-right: 1.25rem !important;
  }
}
@media (max-width: 575px) {
  .filter-by .filter-category, .filter-by .filter-type {
    padding-right: 0 !important;
  }
}
.filter-by .form-group {
  width: 13.69rem;
  padding: 0 0;
  margin-bottom: 0.63rem;
  margin-right: 1.88rem;
}
@media (max-width: 991px) {
  .filter-by .form-group {
    width: calc(50% - 16px);
  }
}
@media (max-width: 575px) {
  .filter-by .form-group {
    width: 100%;
    margin-bottom: 1.38rem;
    margin-right: 0;
  }
}
.filter-by .form-group input {
  padding-right: 2.5rem;
}
.filter-by .form-group input, .filter-by .form-group select {
  height: 3.13rem;
  padding: 0 7px;
  color: #717375;
  font-size: 1.13rem;
  border: 0;
  border-bottom: 1px solid rgba(0, 145, 213, 0.6);
  border-radius: 0;
}
.filter-by .form-group select {
  padding-right: 1.88rem;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 auto;
}
.filter-by .form-group.wd40 {
  width: 40%;
}
@media (max-width: 991px) {
  .filter-by .form-group.wd40 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .filter-by .form-group.wd40 {
    width: 100%;
  }
}
.filter-by .eventtype-filter {
  width: auto;
}
.filter-by .eventtype-filter .rbtn-group {
  position: relative;
  display: inline-flex;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #00427a;
}
.filter-by .eventtype-filter .rbtn-group label {
  margin: 0;
  min-width: 5.75rem;
  color: #00427a;
  font-size: 1.13rem;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .filter-by .eventtype-filter .rbtn-group label {
    min-width: 5rem;
    font-size: 1rem;
  }
}
.filter-by .eventtype-filter .rbtn-group label input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.filter-by .eventtype-filter .rbtn-group label input[type="radio"]:checked + span {
  color: #ffffff;
  background-color: #00427a;
  cursor: not-allowed;
}
.filter-by .eventtype-filter .rbtn-group label span {
  display: block;
  padding: 0.94rem 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .filter-by .eventtype-filter .rbtn-group label span {
    padding: 0.75rem 0.94rem;
  }
}
.filter-by .filter-search {
  flex: 1 0 auto;
}
.filter-by .filter-reset-wrap {
  display: flex;
  justify-content: space-between;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .filter-by .filter-reset-wrap {
    width: 100%;
    order: 1;
    justify-content: flex-end;
  }
}
.filter-by .filter-reset-wrap a {
  color: #0074aa;
  letter-spacing: -0.01em;
}
.filter-by .filter-form {
  margin: 0;
}
.filter-by .filter-form .up-part {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.filter-by .filter-form .listing-count select {
  border: none;
  width: auto;
  font-size: 1rem;
  background-position: right center;
}
.filter-by .filter-search {
  position: relative;
}
.filter-by .filter-search input {
  width: 100%;
  color: #717375;
}
@media (min-width: 992px) {
  .filter-by .filter-search input {
    height: 3.13rem;
  }
}
.filter-by .filter-search button, .filter-by .filter-search .icon-search {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  height: 50px;
  padding: 0 0.94rem;
  font-size: 1.13rem;
  color: #ebb133;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}
.filter-by .filter-search button:hover, .filter-by .filter-search button:focus, .filter-by .filter-search .icon-search:hover, .filter-by .filter-search .icon-search:focus {
  color: #00427a;
}
.filter-by .filter-adv-search {
  width: 405px;
}
.publications-list .filter-by .filter-by-selected {
  flex-direction: column;
}
.publications-list .filter-by .filter-by-selected > div {
  display: flex;
  align-items: end;
  margin: 10px 0 0 0;
}
.publications-list .filter-by .filter-by-selected .selected-options-header {
  margin-right: 5px;
  font-weight: bold;
  font-size: 0.92rem;
}
.filter-by .filter-by-selected {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .filter-by .filter-by-selected {
    margin-bottom: 1.25rem;
  }
}
.filter-by-selected span {
  display: inline-flex;
  align-items: center;
  margin: 0 1.5rem 0.38rem 0;
  color: #727272;
  font-family: "museo-sans", serif;
  font-size: 0.88rem;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .filter-by-selected span {
    margin: 0 0.63rem 0.38rem 0;
  }
}
.filter-by-selected span i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
  color: #00427a;
  border-radius: 0.13rem;
  margin-right: 0.25rem;
  cursor: pointer;
}
.filter-by .select2-search--dropdown {
  display: none;
}
.filter-by .select2-selection--multiple {
  position: relative;
  min-height: 3.13rem !important;
}
.filter-by .select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 1.19rem;
  height: 0.57rem;
  width: 0.94rem;
  background-image: url("../images/select-down-arrow-orange.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s ease;
}
.filter-by .select2-container--below.select2-container--open .select2-selection--multiple:before {
  transform: scale(-1);
}
.filter-by .select2-container--above.select2-container--open .select2-selection--multiple {
  border-top: none !important;
  border-color: #00427a !important;
}
.filter-by .select2-selection--single, .filter-by .select2-selection--multiple {
  display: flex !important;
  align-items: center;
  height: 100% !important;
  padding: 0.44rem;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #0091d5 !important;
  background-color: #ffffff;
}
.filter-by .select2-dropdown {
  border: none;
  z-index: 9 !important;
  border-radius: 0 !important;
}
.filter-by .select2-selection__rendered {
  color: #c7e1f9 !important;
  letter-spacing: 0.19rem;
  padding-left: 0 !important;
  text-transform: uppercase;
  font-weight: 700;
}
.filter-by .select2-results {
  overflow: hidden;
}
.filter-by .select2-results__option {
  padding: 0.5rem 1.13rem !important;
  letter-spacing: 0.19rem;
  text-transform: uppercase;
  transition: 0.3s;
}
.filter-by .select2-results__option:first-child {
  display: none;
}
.filter-by .select2-results__options {
  max-height: 100% !important;
}
.filter-by .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #c7e1f9;
}
.filter-by .select2-selection__arrow {
  height: 95% !important;
  width: 3.44rem !important;
}
.filter-by .select2-selection__arrow b {
  display: none;
}
.filter-by .select2-selection__arrow:before {
  content: "";
  font-family: "sterosport";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.filter-by .select2-container--open .select2-selection__arrow:before {
  transform: translate(-50%, -50%) rotateX(160deg);
}
.filter-by .select2-container--multiple-dropdown .select2-dropdown--above {
  border-bottom: none !important;
  padding-top: 1.13rem;
}
.filter-by .select2-container--multiple-dropdown .select2-dropdown--below {
  border-top: none !important;
  padding: 0.63rem 0;
}
.filter-by .select2-container--multiple-dropdown .select2-dropdown {
  border: 0 !important;
}
.filter-by .select2-container--multiple-dropdown .select2-results {
  max-height: 230px !important;
  overflow: auto;
}
.filter-by .select2-container--multiple-dropdown .select2-results .mCSB_draggerContainer {
  margin: 10px 0;
}
.filter-by .select2-container--multiple-dropdown .select2-results__option {
  position: relative;
  display: flex !important;
  margin: 0;
  color: #717375;
  font-size: 0.88rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  background-color: transparent;
}
.filter-by .select2-container--multiple-dropdown .select2-results__option:before {
  content: "";
  position: relative;
  top: 0.07rem;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1em;
  height: 1em;
  margin-right: 0.38rem;
  color: #717375;
  font-size: 16px;
  background-color: #ffffff;
  border: 2px solid #717375;
  border-radius: 3px;
}
.filter-by .select2-container--multiple-dropdown .select2-results__option--selected:before {
  content: "i";
  font-family: "cgs" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  border-color: #717375;
}
.filter-by .select2-container--multiple-dropdown .select2-results__option--selected:after {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.filter-by .select2-container--multiple-dropdown .select2-search--inline, .filter-by .select2-container--multiple-dropdown .select2-selection__rendered {
  display: none !important;
}
.filter-by .select2-container--multiple-dropdown .select2-search__field {
  margin-left: 0 !important;
}
.filter-by .select2-container--multiple-dropdown .select2-search__field::-webkit-input-placeholder {
  color: #0091d5;
  opacity: 1;
}
.filter-by .select2-container--multiple-dropdown .select2-search__field:-moz-placeholder {
  color: #0091d5;
  opacity: 1;
}
.filter-by .select2-container--multiple-dropdown .select2-search__field::-moz-placeholder {
  color: #0091d5;
  opacity: 1;
}
.filter-by .select2-container--multiple-dropdown .select2-search__field:-ms-input-placeholder {
  color: #0091d5;
  opacity: 1;
}
/* filter form groups */
.filter-by-inner {
  max-width: 64rem;
}
.filter-by-inner .form-group {
  position: relative;
}
@media (max-width: 991px) {
  .filter-by-inner .form-group {
    margin-bottom: 0.63rem;
  }
}
.filter-by-inner .form-group .place-multiple {
  position: absolute;
  top: 0;
  left: 0.44rem;
  display: flex;
  align-items: center;
  max-width: 70%;
  height: 100%;
  color: #717375;
  font-size: 1.13rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
  pointer-events: none;
}
.filter-by-inner .form-group .select2-container {
  width: 100% !important;
}
.selected-and-clear {
  width: 100%;
  display: flex;
}
.selected-and-clear .filter-reset {
  white-space: nowrap;
  margin-left: auto;
  text-decoration: underline;
  color: rgba(0, 66, 122, 0.4);
}
.selected-and-clear .filter-reset:hover {
  color: #00427a;
}
.directory-filter .filter-form {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 575px) {
  .directory-filter .filter-form {
    flex-wrap: wrap;
  }
}
.directory-filter .filter-by-inner {
  max-width: 50rem;
}
.directory-filter .filter-search {
  min-width: 25.32rem;
  max-width: 25.32rem;
  margin-right: 4.38rem;
}
@media (max-width: 991px) {
  .directory-filter .filter-search {
    width: 40%;
    max-width: none;
    min-width: auto;
    margin-right: 1.88rem;
  }
}
@media (max-width: 575px) {
  .directory-filter .filter-search {
    width: 100%;
    margin-right: 0;
  }
}
.directory-filter .jumpto {
  display: flex;
  align-items: flex-end;
  width: auto;
  flex: 1 0 auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .directory-filter .jumpto {
    flex-wrap: wrap;
  }
}
.directory-filter .jumpto label {
  margin-right: 2.19rem;
  margin-bottom: 0;
  color: #0074aa;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .directory-filter .jumpto label {
    width: 100%;
    margin: 7px 0;
  }
}
.directory-filter .jumpto select {
  width: 200px;
}
.listing-block {
  padding-bottom: 4.38rem;
}
@media (max-width: 767px) {
  .listing-block {
    padding-bottom: 3.13rem;
  }
}
@media (max-width: 575px) {
  .listing-block .count-wrap {
    justify-content: space-between;
  }
}
.listing-block .listing-count {
  margin-left: 0.94rem;
}
.listing-block .listing-count select {
  border: 0;
  color: #717375;
}
.blog-wrap .blog-item-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: initial;
  background-color: #ffffff;
  border-radius: 0.63rem;
  box-shadow: 0px 2px 10px rgba(0, 66, 122, 0.1);
  overflow: hidden;
}
@media (max-width: 575px) {
  .blog-wrap .blog-item-inner {
    max-width: 16.57rem;
    margin: 0 auto;
  }
}
.blog-wrap .blog-item-inner:hover {
  text-decoration: none;
}
.blog-wrap .blog-item-inner:hover .blog-title {
  text-decoration: underline;
}
.blog-wrap figure {
  position: relative;
  padding-top: 66.7924528302%;
}
.blog-wrap figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-wrap .blog-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 575px) {
  .blog-wrap .blog-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.blog-wrap .blog-desc {
  padding: 1.25rem;
  flex: 1 0 auto;
}
.blog-wrap .blog-title {
  margin-bottom: 8px;
  color: #00427a;
  font-weight: 500;
  transition: 0.4s ease;
}
.blog-wrap .blog-title a {
  color: inherit;
}
.blog-wrap .blog-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.blog-wrap .bd-inner {
  flex: 1 0 auto;
  margin-bottom: 8px;
}
.blog-wrap .bd-inner p {
  color: #717375;
}
.blog-wrap .tags {
  color: rgba(113, 115, 117, 0.8);
}
.blog-wrap .blog-date {
  font-size: 0.88rem;
  color: rgba(113, 115, 117, 0.8);
}
.cat-type {
  display: block;
  margin-bottom: 0.38rem;
  color: #0074aa;
  font-size: 0.88rem;
  font-weight: 600;
}
.blog-wrap .btn-link {
  margin-top: 0.88rem;
}
@media (max-width: 575px) {
  .webinars-block .blog-item-inner {
    max-width: none;
  }
}
.webinars-block .blog-title {
  margin-bottom: 0.5rem;
}
.webinars-block .blog-desc p {
  color: #717375;
}
.news-listing-block {
  padding: 0;
}
.news-listing-block .blog-item-inner {
  max-width: none;
}
.upcoming-events {
  overflow: hidden;
}
.page-template-tempalte-event-listing .upcoming-events {
  padding: 1.25rem 0 0;
}
@media (max-width: 767px) {
  .upcoming-events .sec-heading {
    text-align: center;
  }
}
.upcoming-events.circle-illustration .ue-wrap .ue-box .ue-box-inner::after {
  display: block;
}
.upcoming-events .ue-wrap {
  position: relative;
}
.upcoming-events .ue-box {
  padding-top: 0.94rem;
  padding-bottom: 0.94rem;
}
.upcoming-events .ue-box:nth-child(2) .ue-box-inner::after {
  content: "";
  position: absolute;
  top: 5%;
  right: 4%;
  display: none;
  width: 1em;
  height: 1em;
  font-size: 18.13rem;
  background-image: url("../images/video-promo-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(50%, -50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .upcoming-events .ue-box:nth-child(2) .ue-box-inner::after {
    font-size: 9.38rem;
  }
}
@media (max-width: 767px) {
  .upcoming-events .ue-box:nth-child(2) .ue-box-inner::after {
    right: 1.57rem;
    font-size: 6.25rem;
  }
}
.upcoming-events .ue-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.upcoming-events .ue-box figure {
  position: relative;
  padding-top: 43.2384341637%;
  border-radius: 0.63rem;
  box-shadow: 0px 3px 10px rgba(0, 66, 122, 0.16);
  overflow: hidden;
  background-image: url(../images/default-post-img.jpg);
  background-size: cover;
  background-position: center;
}
.upcoming-events .ue-box figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .upcoming-events .ue-box figure {
    padding-top: 56.2913907285%;
  }
}
.upcoming-events .ue-box .desc {
  padding: 1.25rem 1.5rem 0;
}
@media (max-width: 991px) {
  .upcoming-events .ue-box .desc {
    padding: 0.94rem 1.25rem 0;
  }
}
.upcoming-events .ue-box .desc h6, .upcoming-events .ue-box .desc .h6 {
  font-weight: 600;
}
.upcoming-events .event-type {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 116, 170, 0.8);
  font-size: 0.88rem;
  font-weight: 600;
}
.directory-tabbing {
  position: relative;
  padding: 1.88rem 0 0;
}
.directory-tabbing::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 6%;
  padding-top: 6.4022268615%;
  background-image: url("../images/tfa-pattern.png");
  background-size: cover;
}
.directory-tabbing .dt-tab-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .directory-tabbing .dt-tab-list {
    display: none;
  }
}
.directory-tabbing .dt-tab-list .dt-tab {
  text-decoration: none;
  position: relative;
  width: min(364px, 100%);
  padding: 14px 15px;
  color: #717375;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid rgba(0, 145, 213, 0.5);
  cursor: pointer;
}
.directory-tabbing .dt-tab-list .dt-tab::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #0074aa;
  transition: 0.4s ease;
}
.directory-tabbing .dt-tab-list .dt-tab.active {
  color: #0074aa;
}
.directory-tabbing .dt-tab-list .dt-tab.active::before {
  height: 6px;
}
.directory-tabbing .dt-tab-list-m {
  display: none;
}
@media (max-width: 767px) {
  .directory-tabbing .dt-tab-list-m {
    display: block;
  }
}
.directory-tabbing .dt-tab-list-m select {
  color: #0074aa;
  text-align: center;
  border: 0;
  border-bottom: 6px solid #0074aa;
  background-image: url("../images/select-down-arrow-blue.svg");
}
.directory-tabbing .dt-detail-wrap .dt-detail {
  display: none;
}
.directory-tabbing .dt-detail-wrap .dt-detail.is-active {
  display: flex;
}
.directory-tabbing .dt-detail-wrap .dtd-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.directory-tabbing .dt-detail-wrap .dtd-box-inner {
  position: relative;
  height: 100%;
  padding: 1rem;
  line-height: 1.82;
  background-color: #ffffff;
  border-radius: 0.63rem;
  box-shadow: 0px 2px 10px rgba(0, 66, 122, 0.1);
}
.directory-tabbing .dt-detail-wrap .dtd-box .dtd-title {
  color: #0074aa;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.directory-tabbing .dt-detail-wrap .dtd-box .dtd-title a {
  color: inherit;
}
.directory-tabbing .dt-detail-wrap .dtd-box address {
  font-style: normal;
}
.directory-tabbing .dt-detail-wrap .dtd-box p {
  margin-bottom: 0;
}
.directory-tabbing .dt-detail-wrap .dtd-box p a {
  color: #0074aa;
}
.webinar-detail {
  overflow: hidden;
  padding-top: 3.44rem;
  margin-bottom: 2.07rem;
}
@media (max-width: 767px) {
  .webinar-detail {
    padding-top: 2.19rem;
  }
}
.webinar-detail .back-wrap {
  margin-bottom: 2.5rem;
}
.webinar-detail .presentation-block {
  margin-top: 3.13rem;
}
@media (max-width: 767px) {
  .webinar-detail .presentation-block {
    margin-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  .webinar-detail .presentation-block.desktop {
    display: none;
  }
}
.webinar-detail .presentation-block.mobile {
  display: none;
}
@media (max-width: 767px) {
  .webinar-detail .presentation-block.mobile {
    display: block;
  }
}
.webinar-detail .presentation-block figure {
  position: relative;
  width: 166px;
  margin-top: 0.75rem;
  border-radius: 0.63rem;
  overflow: hidden;
}
.webinar-detail .presentation-block figure::before {
  content: "";
  display: block;
  padding-top: 66.8674698795%;
}
.webinar-detail .presentation-block figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webinar-detail .video-block {
  position: relative;
}
.webinar-detail .video-block.circle-illustration:after {
  content: "";
  position: absolute;
  top: 5%;
  right: 4%;
  width: 1em;
  height: 1em;
  font-size: 16.13rem;
  background-image: url("../images/circle-illustration1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(50%, -50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .webinar-detail .video-block.circle-illustration:after {
    font-size: 9.38rem;
  }
}
@media (max-width: 767px) {
  .webinar-detail .video-block.circle-illustration:after {
    right: 1.57rem;
    font-size: 6.25rem;
  }
}
@media (max-width: 767px) {
  .webinar-detail .video-block.circle-illustration {
    padding-top: 30px;
  }
}
.webinar-detail .video-block figure {
  position: relative;
  padding-top: 56.3157894737%;
  border-radius: 0.63rem;
  overflow: hidden;
}
.webinar-detail .video-block figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webinar-detail .video-block p {
  margin-top: 0.94rem;
}
.webinar-detail .more-content {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .webinar-detail .more-content {
    margin-top: 2.19rem;
  }
}
.webinar-detail .more-content-links {
  display: flex;
  align-items: center;
  padding: 0.63rem 0;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #0091d5;
}
@media (max-width: 767px) {
  .webinar-detail .more-content-links {
    justify-content: space-between;
  }
}
.webinar-detail .more-content-links h5, .webinar-detail .more-content-links .h5 {
  margin-bottom: 0;
}
.webinar-detail .more-content-links h5 + .btn-link, .webinar-detail .more-content-links .h5 + .btn-link {
  margin-left: 1.88rem;
}
.webinar-detail .more-content-links .btn-link {
  color: #0074aa;
  white-space: nowrap;
}
.webinar-detail .more-content .post-date {
  margin-bottom: 0.63rem;
  font-size: 0.88rem;
}
@media (max-width: 767px) {
  .webinar-detail .more-content .mc-card {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .webinar-detail .more-content .mc-card:last-child {
    margin-bottom: 0;
  }
}
.webinar-detail .more-content .mc-card h6, .webinar-detail .more-content .mc-card .h6 {
  font-size: 1rem;
}
.webinar-detail .more-content .mc-date {
  margin-bottom: 10px;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}
.directory-detail {
  padding: 1.88rem 0 0;
}
.directory-detail::after {
  content: "";
  bottom: 0;
  display: block;
  width: 100%;
  margin-top: 6%;
  padding-top: 6.4022268615%;
  background-image: url("../images/tfa-pattern.png");
  background-size: cover;
}
.directory-detail .btn-wrap {
  margin-bottom: 3.13rem;
}
@media (max-width: 991px) {
  .directory-detail .btn-wrap {
    margin-bottom: 2.5rem;
  }
}
.directory-detail .btn-link.-back {
  color: #0074aa;
}
.directory-detail .btn-link.-back::after {
  color: inherit;
}
.directory-detail .dd-box {
  line-height: 1.82;
}
.directory-detail .dd-box .dd-name {
  color: #00427a;
  font-weight: 500;
}
.directory-detail .dd-box .dd-title {
  color: #0074aa;
  font-size: 16px;
  font-weight: 500;
}
.directory-detail .dd-box address {
  font-style: normal;
}
.directory-detail .dd-box p {
  margin-bottom: 0;
}
.directory-detail .dd-box p a {
  color: #0074aa;
}
.directory-detail hr {
  margin: 1.88rem 0;
  border-color: #ebb133;
}
.only-more-content {
  margin-top: 2.07rem;
  margin-bottom: 3.13rem;
}
@media (max-width: 767px) {
  .only-more-content {
    margin-top: 2.82rem;
  }
}
@media (max-width: 767px) {
  .only-more-content .more-content {
    margin-top: 0;
  }
}
.event-detail {
  padding: 1.88rem 0 2.5rem;
}
@media (max-width: 767px) {
  .event-detail {
    padding: 3.13rem 0 1.88rem;
  }
}
.event-listing-post {
  overflow: hidden;
}
.event-listing-post .row {
  flex-direction: row-reverse;
  margin: 0;
}
.event-listing-post .elp-img-cell {
  padding-top: 3.13rem;
  padding-bottom: 3.13rem;
  padding-left: 7.19rem;
  padding-right: calc((100% - 1155px) / 2);
  background-color: #00427a;
  border-bottom-left-radius: 0.63rem;
}
@media (max-width: 1399px) {
  .event-listing-post .elp-img-cell {
    padding-left: 3.13rem;
  }
}
@media (max-width: 1199px) {
  .event-listing-post .elp-img-cell {
    padding-right: 1.88rem;
    padding-left: 1.88rem;
  }
}
@media (max-width: 767px) {
  .event-listing-post .elp-img-cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 2.25rem;
    padding-bottom: 2.63rem;
    border-bottom-left-radius: 0;
  }
}
.event-listing-post .elp-img {
  padding-top: 66.5948275862%;
  border-radius: 0.63rem;
  overflow: hidden;
  z-index: 9;
}
@media (max-width: 575px) {
  .event-listing-post .elp-img {
    border-radius: 0;
  }
}
.event-listing-post .elp-content-cell {
  padding-left: calc((100% - 1155px) / 2);
  padding-right: 2.5rem;
}
@media (max-width: 1199px) {
  .event-listing-post .elp-content-cell {
    padding-right: 1.88rem;
    padding-left: 1.88rem;
  }
}
@media (max-width: 767px) {
  .event-listing-post .elp-content-cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.event-listing-post .elp-content {
  padding: 3.13rem 0;
}
@media (max-width: 767px) {
  .event-listing-post .elp-content {
    padding-top: 2.19rem;
  }
}
.event-listing-post .elp-type {
  display: inline-block;
  color: #0074aa;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-size: 0.88rem;
  opacity: 0.8;
}
.event-listing-post .elp-type:not(:last-child)::after {
  content: "•";
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.event-listing-post .elp-date {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 4.07rem;
  width: 4.07rem;
  border-radius: 6.25rem;
  background-color: #ebb133;
  padding: 0.63rem;
  color: #00427a;
  line-height: 1.15;
  text-align: center;
  z-index: 9;
}
@media (max-width: 575px) {
  .event-listing-post .elp-date {
    top: 0.75rem;
    right: 0.75rem;
    height: 3.63rem;
    width: 3.63rem;
  }
}
.event-listing-post .elp-date-d {
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 575px) {
  .event-listing-post .elp-date-d {
    font-size: 1.13rem;
  }
}
.event-listing-post .elp-date-m {
  font-size: 0.88rem;
  text-transform: uppercase;
}
.page-template-tempalte-event-listing .main-content {
  position: relative;
  overflow: hidden;
}
.page-template-tempalte-event-listing .main-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5.07rem;
  padding-top: 1424.6913580247%;
  background-image: url("../images/dots-vertical-effect.svg");
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .page-template-tempalte-event-listing .main-content::before {
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .page-template-tempalte-event-listing .main-content::before {
    width: 3.38rem;
    padding-top: 1933.3333333333%;
    right: -2px;
    background-image: url("../images/dots-vertical-effect-mobile.svg");
    background-size: auto;
  }
}
.upcoming-meeting {
  position: relative;
  padding-top: 3.75rem;
  z-index: 9;
}
@media (max-width: 767px) {
  .upcoming-meeting {
    padding-top: 1.25rem;
  }
}
.upcoming-meeting .filter-search {
  max-width: 25rem;
}
.upcoming-meeting .filter-by {
  margin-top: 1.38rem;
}
.upcoming-meeting .count-wrap {
  margin-bottom: 0.32rem;
}
@media (max-width: 991px) {
  .upcoming-meeting-row {
    justify-content: center;
  }
}
.upcoming-meeting-cell {
  margin-bottom: 1.25rem;
}
@media (max-width: 575px) {
  .upcoming-meeting-cell:last-child {
    margin-bottom: 0;
  }
}
.upcoming-meeting-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 0.63rem;
  box-shadow: 0 0.13rem 0.63rem rgba(0, 66, 122, 0.1);
  padding: 1.25rem 1.57rem;
  height: 100%;
}
.upcoming-meeting-box .um-btn-wrap {
  margin-top: 0.94rem;
}
@media (max-width: 575px) {
  .upcoming-meeting-box .um-btn-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.upcoming-meeting-box .um-btn-wrap .btn-link {
  margin-top: 0.32rem;
  color: #0074aa;
}
.upcoming-meeting-box .um-btn-wrap .btn-link:first-child {
  margin-right: 0.94rem;
}
.upcoming-meeting-box .um-btn-wrap .btn-link:empty::after {
  display: none;
}
.upcoming-meeting-box h6, .upcoming-meeting-box .h6 {
  font-weight: 600;
}
.upcoming-meeting .pagination .prev, .upcoming-meeting .pagination .next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  border-radius: 5rem;
  background-color: #0091d5;
  color: #ffffff !important;
}
.upcoming-meeting .pagination .prev:hover:not(.disabled), .upcoming-meeting .pagination .next:hover:not(.disabled) {
  background-color: #00427a;
}
.upcoming-meeting .pagination .prev.disabled, .upcoming-meeting .pagination .next.disabled {
  opacity: 0.5;
}
.upcoming-meeting .pagination .prev:before, .upcoming-meeting .pagination .prev i:before, .upcoming-meeting .pagination .next:before, .upcoming-meeting .pagination .next i:before {
  font-size: 0.75rem;
}
.upcoming-meeting .pagination li {
  margin: 0 0.44rem;
}
.upcoming-meeting .pagination li .page-numbers {
  font-size: 0;
  height: 1rem;
  width: 1rem;
  border: 2px solid #00427a;
  border-radius: 1.88rem;
}
.upcoming-meeting .pagination li .page-numbers:hover, .upcoming-meeting .pagination li .page-numbers.current {
  background-color: #00427a;
}
.upcoming-meeting-type {
  color: #0074aa;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  opacity: 0.8;
}
.upcoming-meeting-type:not(:last-child)::after {
  content: ",";
  margin-right: 0.25rem;
}
body .altai-scope {
  max-width: 100% !important;
  padding-top: 2.5rem !important;
  padding-bottom: 1.25rem !important;
  overflow: visible !important;
}
body .altai-scope .mat-card-content, body .altai-scope .mat-card-header .mat-card-title, body .altai-scope .mat-card-subtitle {
  font-family: "Poppins", sans-serif !important;
}
body .altai-scope button.altai-btn-manage-guests.mat-raised-button {
  height: auto !important;
  line-height: normal !important;
}
body .altai-scope .altai-section-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .altai-scope .mat-card-actions button.mat-raised-button {
  padding-left: 0.94rem !important;
  padding-right: 0.94rem !important;
}
body .altai-scope .altai-section-content.container-fluid {
  max-width: 100%;
}
body .altai-scope .mat-card-content[_ngcontent-c1] {
  margin: 0 !important;
}
body .altai-scope .mat-card {
  box-shadow: none !important;
}
body .altai-scope .mat-card .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .altai-scope .mat-card .col-sm-3.ng-star-inserted, body .altai-scope .mat-card .col-sm-9.ng-star-inserted {
  padding: 1.25rem !important;
}
body .altai-scope .mat-card-header {
  padding: 0.63rem 1.25rem;
  border-radius: 6px;
}
body .altai-scope .mat-card-header .mat-card-title {
  margin: 0 !important;
}
body .altai-scope .mat-card-header[_ngcontent-c1] {
  background-color: transparent !important;
}
body .altai-scope .mat-card-title {
  color: #00427a !important;
  font-size: 2.44rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .altai-scope .mat-card-header-text {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .altai-scope .ng-star-inserted {
  color: #717375 !important;
}
body .altai-scope .ng-star-inserted a {
  font-size: 1rem !important;
  color: #00427a !important;
  font-weight: 500 !important;
  display: block !important;
  margin-bottom: 0.25rem !important;
}
body .altai-scope .ng-star-inserted .question-label a {
  display: inline-block !important;
  list-style: none !important;
}
body .altai-scope .mat-select-arrow {
  color: #ebb133 !important;
}
body .altai-scope .mat-form-field-underline {
  background-color: rgba(0, 145, 213, 0.6) !important;
}
body .altai-scope .mat-paginator-container {
  justify-content: space-between !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .altai-scope .mat-raised-button {
  display: inline-block !important;
  font-size: 1rem !important;
  padding: 0.63rem 2.82rem !important;
  box-shadow: none !important;
  border-radius: 0.25rem !important;
  background-color: #ebb133 !important;
  border: 2px solid #ebb133 !important;
  color: #00427a !important;
  font-weight: 700 !important;
}
body .altai-scope .mat-raised-button:hover, body .altai-scope .mat-raised-button:focus {
  background-color: #ffffff !important;
}
body .altai-scope .mat-form-field-ripple {
  display: none !important;
}
body .altai-scope .mat-paginator-page-size-label, body .altai-scope .mat-paginator-range-label {
  font-size: 1rem !important;
}
@media (max-width: 575px) {
  body .altai-scope .mat-paginator-range-actions, body .altai-scope .mat-paginator-page-size {
    width: 100% !important;
    justify-content: center !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 575px) {
  body .altai-scope .mat-toolbar-single-row {
    justify-content: center !important;
  }
  body .altai-scope .mat-toolbar-single-row .fill-space {
    display: none !important;
  }
}
body .altai-scope .mat-card-title {
  color: #00427a !important;
}
body .altai-scope input[type="number"] {
  padding: 0px;
  border: none;
}
body .altai-scope .btn-coupon {
  margin: 0;
}
body .altai-scope .altai-coupon-container-inner .cdk-text-field-autofill-monitored {
  padding-left: 0;
}
body .altai-scope .altai-summary-container-inner ul > li::before {
  content: none !important;
}
body .altai-scope .altai-coupon-input-group input[type="text"] {
  font-size: 14px !important;
}
body .altai-scope .altai-coupon-container-inner .btn-coupon {
  padding: 0px 10px !important;
}
body .altai-scope .mat-column-description {
  margin-right: 10px;
}
@media (max-width: 991px) {
  body .altai-scope .altai-cart-items-table-container-inner .ng-star-inserted {
    padding: 0px !important;
  }
  body .altai-scope .altai-cart-items-table-container-inner .mat-cell:first-of-type {
    padding-left: 0 !important;
  }
  body .altai-scope .altai-cart-items-table-container-inner .mat-column-quantity, body .altai-scope .altai-cart-items-table-container-inner .mat-column-price, body .altai-scope .altai-cart-items-table-container-inner .mat-column-totalprice {
    max-width: 100% !important;
  }
  body .altai-scope .altai-cart-items-table-container-inner .mobile-label {
    text-align: left !important;
    margin-right: 10px !important;
  }
  body .altai-scope .mat-card-content .ng-tns-c1-0, body .altai-scope .mat-card-content .altai-cart-items-table-container, body .altai-scope .mat-card-content .altai-coupon-container, body .altai-scope .mat-card-content .altai-coupon-container-inner .altai-coupon-input-group, body .altai-scope .mat-card-content .altai-summary-container-inner .p-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  body .altai-scope .mat-card-content .altai-summary-container-inner {
    padding-left: 15px !important;
  }
}
@media (max-width: 767px) {
  body .altai-scope .mat-card-content .altai-summary-container-inner {
    padding-left: 0px !important;
  }
}
#bbpress-forums.bbpress-wrapper {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
  --container-width: 72.25rem;
  margin-bottom: 0;
}
#bbpress-forums.bbpress-wrapper div.odd, #bbpress-forums.bbpress-wrapper ul.odd {
  background-color: #ffffff;
}
#bbpress-forums.bbpress-wrapper li {
  list-style: none;
}
#bbpress-forums.bbpress-wrapper li:before {
  display: none;
}
#bbpress-forums.bbpress-wrapper .bbp-topic-tags {
  font-size: 1rem;
  margin-bottom: 0.94rem;
}
#bbpress-forums.bbpress-wrapper .bbp-template-notice li {
  font-size: 0.88rem;
  padding: 0.32rem 0.63rem;
  color: #717375;
}
#bbpress-forums.bbpress-wrapper .bbp-pagination {
  font-size: 0.88rem;
}
#bbpress-forums.bbpress-wrapper .bbp-topics, #bbpress-forums.bbpress-wrapper .bbp-replies {
  border-radius: 3px;
}
#bbpress-forums.bbpress-wrapper .bbp-topics li, #bbpress-forums.bbpress-wrapper .bbp-replies li {
  font-size: 0.88rem;
}
#bbpress-forums.bbpress-wrapper .bbp-topics li.bbp-body, #bbpress-forums.bbpress-wrapper .bbp-replies li.bbp-body {
  padding-left: 0;
}
#bbpress-forums.bbpress-wrapper .bbp-topics .bbp-topic-meta, #bbpress-forums.bbpress-wrapper .bbp-replies .bbp-topic-meta {
  font-size: 0.75rem;
}
#bbpress-forums.bbpress-wrapper .bbp-reply-author img.avatar {
  border-radius: 50%;
}
#bbpress-forums.bbpress-wrapper form {
  background-color: #E5F4FB;
  padding: 1.88rem 2.07rem;
}
@media (max-width: 767px) {
  #bbpress-forums.bbpress-wrapper form {
    padding: 1.25rem 1.88rem 1.88rem;
  }
}
#bbpress-forums.bbpress-wrapper .bbp-form {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
#bbpress-forums.bbpress-wrapper .bbp-form label {
  font-size: 1rem;
  opacity: 0.6;
  color: #717375;
  font-weight: 400 !important;
  margin-bottom: 5px;
}
#bbpress-forums.bbpress-wrapper .bbp-form input:not(input[type="checkbox"]), #bbpress-forums.bbpress-wrapper .bbp-form textarea, #bbpress-forums.bbpress-wrapper .bbp-form select {
  padding: 1.19rem 0.94rem 0.38rem !important;
  width: 100% !important;
  border-radius: 0.19rem;
  height: 3.13rem;
  background-color: #ffffff;
  color: #00427a;
  transition: 0.3s;
  font-size: 1rem !important;
}
#bbpress-forums.bbpress-wrapper .bbp-form input:not(input[type="checkbox"]) input, #bbpress-forums.bbpress-wrapper .bbp-form textarea input, #bbpress-forums.bbpress-wrapper .bbp-form select input {
  font-size: 1rem;
  border-color: #cccccc;
}
#bbpress-forums.bbpress-wrapper .bbp-form input:not(input[type="checkbox"]):focus, #bbpress-forums.bbpress-wrapper .bbp-form textarea:focus, #bbpress-forums.bbpress-wrapper .bbp-form select:focus {
  border-color: #00427a;
  box-shadow: 0 0 5px #0091d5;
}
#bbpress-forums.bbpress-wrapper .bbp-form select {
  padding: 0.32rem 0.94rem 0.38rem !important;
}
#bbpress-forums.bbpress-wrapper .bbp-form .bbp-remember-me {
  display: flex;
}
#bbpress-forums.bbpress-wrapper .bbp-form .bbp-remember-me input[type="checkbox"] {
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 0.19rem;
  border-color: #cccccc;
  margin: 3px 5px 0 0;
}
#bbpress-forums.bbpress-wrapper .bbp-form .bbp-remember-me label {
  font-size: 0.88rem;
  margin: 0;
}
#bbpress-forums.bbpress-wrapper .bbp-form .submit {
  -webkit-appearance: button;
}
@media (max-width: 767px) {
  #bbpress-forums.bbpress-wrapper .bbp-search-form {
    width: 100%;
  }
}
#bbpress-forums.bbpress-wrapper .bbp-search-form #bbp-search-form {
  padding: 1.57rem;
  margin-bottom: 1.57rem;
}
@media (max-width: 767px) {
  #bbpress-forums.bbpress-wrapper .bbp-search-form #bbp-search-form {
    padding: 0.94rem;
  }
}
@media (max-width: 767px) {
  #bbpress-forums.bbpress-wrapper .bbp-search-form #bbp-search-form #bbp_search {
    flex: 1;
  }
}
#bbpress-forums.bbpress-wrapper .bbp-search-form #bbp-search-form input[type="submit"] {
  margin: 0 0 0 0.63rem;
  padding: 0.44rem 0.94rem;
}
#bbpress-forums.bbpress-wrapper .bbp-search-form #bbp-search-form > div {
  display: flex;
}
.partner-listing-block {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .partner-listing-wrap {
    margin-right: -0.31rem;
    margin-left: -0.31rem;
  }
  .partner-listing-wrap [class*="cell-"] {
    padding-left: 0.32rem;
    padding-right: 0.32rem;
  }
}
.partner-listing-item {
  margin-bottom: 1.88rem;
}
@media (max-width: 767px) {
  .partner-listing-item {
    margin-bottom: 0.63rem;
  }
}
.partner-listing-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 12.5rem;
  padding: 0.94rem;
  background-color: #ffffff;
  border-radius: 0.63rem;
  box-shadow: 0px 2px 10px rgba(0, 66, 122, 0.1);
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 767px) {
  .partner-listing-inner {
    min-height: 8.44rem;
  }
}
.partner-listing-inner:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0px;
  height: 5px;
  transition: ease 0.3s;
  background-color: #ebb133;
}
.partner-listing-inner .logo-wrapper {
  position: relative;
  width: 150px;
  max-width: 150px;
  height: 100px;
}
@media (max-width: 767px) {
  .partner-listing-inner .logo-wrapper {
    width: 125px;
    max-width: 125px;
    height: 40px;
    margin-bottom: 0.94rem;
  }
}
.partner-listing-inner .logo-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: ease 0.3s;
}
.partner-listing-inner .logo-wrapper img.logo-white {
  opacity: 0;
  visibility: hidden;
}
.partner-listing-inner .logo-title {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #00427a;
  font-weight: 500;
  transition: ease 0.3s;
}
@media (max-width: 991px) {
  .partner-listing-inner .logo-title {
    bottom: 25px;
  }
}
@media (max-width: 575px) {
  .partner-listing-inner .logo-title {
    bottom: 15px;
  }
}
.partner-listing-inner .logo-title:after {
  content: 'e';
  font-family: "cgs" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: relative;
  padding-left: 0.32rem;
  font-size: 0.63rem;
}
.partner-listing-inner:hover {
  text-decoration: none;
  /*.logo-wrapper {
                .logo-white {
                    opacity: 1;
                    visibility: visible;
                }
                .logo-color {
                    opacity: 0;
                    visibility: hidden;
                }
            }*/
}
.partner-listing-inner:hover .logo-title {
  color: #ffffff;
}
.partner-listing-inner:hover:after {
  width: 100%;
}
.single-partner .breadcrumbs {
  margin-top: 3.75rem;
}
@media (max-width: 991px) {
  .single-partner .breadcrumbs {
    margin-top: 2.82rem;
  }
}
@media (max-width: 991px) {
  .single-partner .detail-hero + .partner-info {
    padding-top: 0;
  }
}
.partner-info {
  position: relative;
  padding: 3.13rem 0;
}
@media (max-width: 991px) {
  .partner-info {
    padding: 2.5rem 0;
  }
}
.partner-info .block-wrapper {
  align-items: center;
}
.partner-info .image-block {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 30.94rem;
  min-height: 16.88rem;
  height: 100%;
  margin: 0;
  padding: 1.88rem;
  background-color: #ffffff;
  border-radius: 0.63rem;
  box-shadow: 0px 2px 10px rgba(0, 66, 122, 0.1);
}
@media (max-width: 991px) {
  .partner-info .image-block {
    min-height: 12.5rem;
  }
}
@media (max-width: 767px) {
  .partner-info .image-block {
    padding: 1.25rem;
    min-height: 10.63rem;
  }
}
.partner-info .image-block img {
  max-width: 16.25rem;
}
@media (max-width: 767px) {
  .partner-info .image-block img {
    max-width: 10rem;
  }
}
.partner-info .text-block {
  max-width: 30.94rem;
  margin-left: auto;
  padding: 0.94rem 0;
}
@media (max-width: 767px) {
  .partner-info .text-block {
    border-top: 1px solid rgba(235, 177, 51, 0.3);
    padding: 2.5rem 0 0;
    margin-top: 2.5rem;
  }
  .partner-info .text-block h1 {
    font-size: 2.5rem;
  }
}
.partner-info .text-block .content-block {
  display: inline-block;
  margin-top: 1.13rem;
  /* @include respond-below(md) {
                h3 {
                    font-size: rem(26px);
                }
                h4 {
                    font-size: rem(24px);
                }
            } */
}
@media (max-width: 991px) {
  .partner-info .text-block .content-block {
    margin-top: 0.63rem;
  }
}
.partner-info .text-block .content-block h1, .partner-info .text-block .content-block .h1 {
  margin-top: 1.13rem;
}
.partner-info .text-block .content-block h1:last-child, .partner-info .text-block .content-block .h1:last-child {
  margin-bottom: 0;
}
.partner-info .text-block .content-block h1 a, .partner-info .text-block .content-block .h1 a {
  text-decoration: none;
  color: #0091d5;
}
.partner-info .text-block .content-block h1 a:hover, .partner-info .text-block .content-block .h1 a:hover {
  color: #00427a;
}
.partner-info .text-block .content-block h2, .partner-info .text-block .content-block .h2 {
  margin-top: 1.13rem;
}
.partner-info .text-block .content-block h2:last-child, .partner-info .text-block .content-block .h2:last-child {
  margin-bottom: 0;
}
.partner-info .text-block .content-block h2 a, .partner-info .text-block .content-block .h2 a {
  text-decoration: none;
  color: #0091d5;
}
.partner-info .text-block .content-block h2 a:hover, .partner-info .text-block .content-block .h2 a:hover {
  color: #00427a;
}
.partner-info .text-block .content-block h3, .partner-info .text-block .content-block .h3 {
  margin-top: 1.13rem;
}
.partner-info .text-block .content-block h3:last-child, .partner-info .text-block .content-block .h3:last-child {
  margin-bottom: 0;
}
.partner-info .text-block .content-block h3 a, .partner-info .text-block .content-block .h3 a {
  text-decoration: none;
  color: #0091d5;
}
.partner-info .text-block .content-block h3 a:hover, .partner-info .text-block .content-block .h3 a:hover {
  color: #00427a;
}
.partner-info .text-block .content-block h4, .partner-info .text-block .content-block .h4 {
  margin-top: 1.13rem;
}
.partner-info .text-block .content-block h4:last-child, .partner-info .text-block .content-block .h4:last-child {
  margin-bottom: 0;
}
.partner-info .text-block .content-block h4 a, .partner-info .text-block .content-block .h4 a {
  text-decoration: none;
  color: #0091d5;
}
.partner-info .text-block .content-block h4 a:hover, .partner-info .text-block .content-block .h4 a:hover {
  color: #00427a;
}
.partner-info .text-block .content-block h5, .partner-info .text-block .content-block .h5 {
  margin-top: 1.13rem;
}
.partner-info .text-block .content-block h5:last-child, .partner-info .text-block .content-block .h5:last-child {
  margin-bottom: 0;
}
.partner-info .text-block .content-block h5 a, .partner-info .text-block .content-block .h5 a {
  text-decoration: none;
  color: #0091d5;
}
.partner-info .text-block .content-block h5 a:hover, .partner-info .text-block .content-block .h5 a:hover {
  color: #00427a;
}
.partner-info .text-block .content-block h6, .partner-info .text-block .content-block .h6 {
  margin-top: 1.13rem;
}
.partner-info .text-block .content-block h6:last-child, .partner-info .text-block .content-block .h6:last-child {
  margin-bottom: 0;
}
.partner-info .text-block .content-block h6 a, .partner-info .text-block .content-block .h6 a {
  text-decoration: none;
  color: #0091d5;
}
.partner-info .text-block .content-block h6 a:hover, .partner-info .text-block .content-block .h6 a:hover {
  color: #00427a;
}
.partner-info .text-block .content-block h3 {
  font-size: 1.25rem;
}
.partner-info .text-block .content-block h3 a {
  color: #00427a;
}
.partner-info .text-block .content-block h4 {
  font-size: 1rem;
}
.partner-info .text-block p {
  font-size: 1.13rem;
}
.partner-info [class*="cell-"]:last-child {
  border-left: 1px solid rgba(235, 177, 51, 0.3);
}
@media (max-width: 767px) {
  .partner-info [class*="cell-"]:last-child {
    border-left: none;
  }
}
.partner-resources {
  position: relative;
  padding: 3.13rem 0 12.5rem;
  --tfaph: 100px;
}
@media (max-width: 991px) {
  .partner-resources {
    padding: 2.5rem 0 10.32rem;
  }
}
@media (max-width: 767px) {
  .partner-resources {
    padding: 1.88rem 0 4.38rem;
  }
}
.partner-resources::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: var(--tfaph);
  background-image: url("../images/tfa-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}
@media (max-width: 767px) {
  .partner-resources::before {
    background-size: 500px;
  }
}
.partner-resources .container {
  max-width: 66.57rem;
}
.partner-resources .text-block h1, .partner-resources .text-block .h1 {
  margin-bottom: 0.32rem;
}
@media (max-width: 767px) {
  .partner-resources .text-block h1, .partner-resources .text-block .h1 {
    margin-bottom: 0.94rem;
    font-size: 2.13rem;
  }
}
.partner-resources .text-block h2, .partner-resources .text-block .h2 {
  margin-bottom: 0.32rem;
}
@media (max-width: 767px) {
  .partner-resources .text-block h2, .partner-resources .text-block .h2 {
    margin-bottom: 0.94rem;
    font-size: 2.13rem;
  }
}
.partner-resources .text-block h3, .partner-resources .text-block .h3 {
  margin-bottom: 0.32rem;
}
@media (max-width: 767px) {
  .partner-resources .text-block h3, .partner-resources .text-block .h3 {
    margin-bottom: 0.94rem;
    font-size: 2.13rem;
  }
}
.partner-resources .text-block h4, .partner-resources .text-block .h4 {
  margin-bottom: 0.32rem;
}
@media (max-width: 767px) {
  .partner-resources .text-block h4, .partner-resources .text-block .h4 {
    margin-bottom: 0.94rem;
    font-size: 2.13rem;
  }
}
.partner-resources .text-block h5, .partner-resources .text-block .h5 {
  margin-bottom: 0.32rem;
}
@media (max-width: 767px) {
  .partner-resources .text-block h5, .partner-resources .text-block .h5 {
    margin-bottom: 0.94rem;
    font-size: 2.13rem;
  }
}
.partner-resources .text-block h6, .partner-resources .text-block .h6 {
  margin-bottom: 0.32rem;
}
@media (max-width: 767px) {
  .partner-resources .text-block h6, .partner-resources .text-block .h6 {
    margin-bottom: 0.94rem;
    font-size: 2.13rem;
  }
}
.partner-resources .text-block p {
  font-size: 1.13rem;
}
.partner-resources .resources-list {
  column-count: 2;
  list-style: none;
}
@media (max-width: 991px) {
  .partner-resources .resources-list {
    column-count: 1;
  }
}
@media (max-width: 767px) {
  .partner-resources .resources-list {
    margin-top: 1.88rem;
  }
}
.partner-resources .resources-list li {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 0.63rem;
  page-break-inside: avoid;
}
.partner-resources .resources-list li:before {
  display: none;
}
.partner-resources .resources-list li .list-icon {
  display: flex;
  align-items: center;
  width: 2.19rem;
  margin-right: 0.32rem;
}
.partner-resources .resources-list li .list-icon img {
  max-width: 2.19rem;
}
.partner-resources .resources-list li .btn-link {
  color: #00427a;
}
.partner-resources .resources-list li .btn-link:after {
  display: flex;
  align-items: center;
}
.partner-video {
  padding: 3.13rem 0;
}
@media (max-width: 991px) {
  .partner-video {
    padding: 2.5rem 0;
  }
}
@media (max-width: 767px) {
  .partner-video {
    padding: 0 0 2.5rem;
  }
}
.partner-video .container {
  max-width: 66.57rem;
}
.partner-video .video-wrap {
  position: relative;
}
.partner-video .video-wrap .video-banner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding-top: 55.9585492228%;
}
@media (min-width: 768px) {
  .partner-video .video-wrap .video-banner {
    background-color: rgba(0, 33, 61, 0.9);
  }
}
.partner-video .video-wrap .video-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .partner-video .video-wrap .video-banner img {
    mix-blend-mode: overlay;
  }
}
.partner-video .video-wrap .content-block {
  position: absolute;
  left: 50px;
  bottom: 30px;
  z-index: 1;
  max-width: 17.82rem;
}
@media (min-width: 768px) {
  .partner-video .video-wrap .content-block {
    color: #ffffff;
  }
  .partner-video .video-wrap .content-block h1, .partner-video .video-wrap .content-block .h1 {
    color: #ffffff;
  }
  .partner-video .video-wrap .content-block h2, .partner-video .video-wrap .content-block .h2 {
    color: #ffffff;
  }
  .partner-video .video-wrap .content-block h3, .partner-video .video-wrap .content-block .h3 {
    color: #ffffff;
  }
  .partner-video .video-wrap .content-block h4, .partner-video .video-wrap .content-block .h4 {
    color: #ffffff;
  }
  .partner-video .video-wrap .content-block h5, .partner-video .video-wrap .content-block .h5 {
    color: #ffffff;
  }
  .partner-video .video-wrap .content-block h6, .partner-video .video-wrap .content-block .h6 {
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .partner-video .video-wrap .content-block {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .partner-video .video-wrap .content-block {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: none;
    margin-top: 1.88rem;
  }
}
.partner-video .video-wrap .content-block p {
  font-size: 1.13rem;
  font-weight: 300;
}
.partner-video .video-wrap .content-block .video-link {
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .partner-video .video-wrap .content-block .video-link {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .partner-video .video-wrap .content-block .video-link {
    font-weight: 500;
    font-size: 1.25rem;
  }
}
.partner-video .video-wrap .content-block .video-link .icon-play {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00427a;
  border-radius: 50%;
  font-size: 6px;
  width: 20px;
  height: 20px;
  max-width: 20px;
  margin-left: 0.63rem;
  transition: ease 0.1s;
}
@media (min-width: 768px) {
  .partner-video .video-wrap .content-block .video-link .icon-play {
    border-color: #ffffff;
  }
}
.partner-video .video-wrap .content-block .video-link:hover {
  text-decoration: none;
  color: #0091d5;
}
.partner-video .video-wrap .content-block .video-link:hover .icon-play {
  border-color: #0091d5;
}
@media (min-width: 768px) {
  .partner-video .video-wrap .content-block .video-link:hover {
    color: #ebb133;
  }
  .partner-video .video-wrap .content-block .video-link:hover .icon-play {
    border-color: #ebb133;
  }
}
.our-partners {
  position: relative;
  padding: 3.13rem 0;
}
.our-partners .sec-heading {
  margin-bottom: 1.88rem;
}
.our-partners .logo-slider .slick-track {
  align-items: center;
}
.our-partners .logo-slider .logo-item .logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.94rem;
}
.our-partners .logo-slider .logo-item .logo-block img {
  max-width: 9.38rem;
}
@media (max-width: 767px) {
  .our-partners .logo-slider .logo-item .logo-block img {
    max-width: 7.5rem;
  }
}
.our-partners .slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.88rem;
}
.our-partners .slider-navigation .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: none;
  height: 2rem;
  width: 2rem;
  margin: 0 0.44rem;
  border-radius: 50%;
  border: none;
  background-color: #0091d5;
  transition: ease 0.3s;
}
.our-partners .slider-navigation .slick-arrow:after {
  content: "q";
  font-family: "cgs" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 0.75rem;
}
.our-partners .slider-navigation .slick-arrow:hover {
  background-color: #00427a;
}
.our-partners .slider-navigation .slick-arrow.slick-prev {
  order: 0;
}
.our-partners .slider-navigation .slick-arrow.slick-prev:after {
  transform: translate(-50%, -51%) scale(-1);
}
.our-partners .slider-navigation .slick-arrow.slick-next {
  order: 2;
}
.our-partners .slider-navigation .slick-dots {
  order: 1;
  display: flex;
}
.our-partners .slider-navigation .slick-dots li {
  display: flex;
  padding: 0;
  margin: 0 0.44rem;
}
.our-partners .slider-navigation .slick-dots li:before {
  display: none;
}
.our-partners .slider-navigation .slick-dots li button {
  font-size: 0;
  height: 1rem;
  width: 1rem;
  border: 2px solid #00427a;
  border-radius: 1.88rem;
}
.our-partners .slider-navigation .slick-dots li button:hover, .our-partners .slider-navigation .slick-dots li button.current {
  cursor: pointer;
  background-color: #00427a;
}
.our-partners .slider-navigation .slick-dots li.slick-active button {
  background-color: #00427a;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fporter-council-of-graduate-schools-multisite.pantheonsite.io%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fbase%2F_fonts.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fvendors%2F_slick.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fvendors%2F_select2.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fvendors%2F_fancybox-4.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fbase%2F_normalize.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fbase%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fabstracts%2F_mixins.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fbase%2F_utilities.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fbase%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fbase%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Flayout%2F_default.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Flayout%2F_device-menu.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Flayout%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Flayout%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-hero.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-full-width-cta.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-left-aligned-text.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-column-promo.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-latest-content.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-subscribe-form.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-full-cta-with-image.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-all-text.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-quick-links.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-tab-four-across.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-card-promo.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-bio-grid.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-in-line-cta.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-committees-promo.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-5050.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-wysiwyg.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-tabbed-promo.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-contact-us.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-related-content.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-video-promo.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-filter-by.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-listing.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-upcoming-events.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-directory-listing.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-post-detail.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-event-listing-post.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-upcoming-meeting.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-altai-content.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-bbpress.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-partner-listing.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-partner-single.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-partner-info.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-partner-resources.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-partner-video.scss%22%2C%22wp-content%2Fthemes%2Fcgs-wp%2Fassets%2Fscss%2Fcomponents%2F_comp-our-partners.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACGA%3BAACA%3BACFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACvKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6J%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoR%3BAAAA%3BAAAA%3BAAAwH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8K%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8F%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2S%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6K%3BAAAA%3BAAAA%3BAAAkG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4Q%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAwH%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAA4L%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2L%3BAAAA%3BAAAA%3BAAAyG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4W%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqP%3BAAAA%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAA%3BAAA2I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAA%3BAAAqQ%3BAAAA%3BAAAA%3BAAAA%3BAAA2Q%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqK%3BAAAA%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAA%2BF%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAyI%3BAAAA%3BAAAA%3BAAAA%3BAAAkK%3BAAAA%3BAAAA%3BAAAA%3BAAA2L%3BAAAA%3BAAAA%3BAAAA%3BAAAoN%3BAAAA%3BAAAA%3BAAAA%3BAAA6O%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAqF%3BAAAA%3BAAAA%3BAAAA%3BAAA2I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6F%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqd%3BAAAA%3BAAAA%3BAAAsF%3BAAAA%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2J%3BAAAA%3BAAAA%3BAAAkG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAulB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4Q%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiO%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAA%3BAAA4L%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAugB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmL%3BAAAA%3BAAAA%3BAAAwF%3BAAAA%3BAAAA%3BAAAgG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqQ%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAA%3BAAA2I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuN%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6K%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsL%3BAAAA%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAA%3BAAAqG%3BAAAA%3BAAAA%3BAAAA%3BAAAiG%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAqE%3BAAAA%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAA%3BAAA0I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6F%3BAAAA%3BAAAA%3BACA3yf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%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%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkCA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAH3sBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADxFA%3BAAAA%3BAKEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiFA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BALzFA%3BAAAA%3BAKuGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BALnHA%3BAAAA%3BAKyHA%3BAAAA%3BAAAA%3BALzHA%3BAAAA%3BAAAA%3BAMGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACNM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADHP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACNM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADHP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAATD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACNM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADHP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACNM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADHP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACNM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgDR%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BANtNA%3BAAAA%3BAM6NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BANvOD%3BAAAA%3BAM%2BOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANhRD%3BAAAA%3BAAAA%3BAQGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjBR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BARtBJ%3BAQgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARjDA%3BAQ0DI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BARnJR%3BAQ2JI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAR9KJ%3BAQ0LI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD3MJ%3BACuNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FUZ%3BACuNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FUZ%3BACuNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FUZ%3BACuNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FUZ%3BACuNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC9VpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF0CE%3BAE%2FBD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAFxGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoHP%3BAAAA%3BAAAA%3BAFpHO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGpCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAAA%3BAHqFG%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAGvFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAV%2FEA%3BAUoFA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAVxFA%3BAU8FA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAHjMO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGyMP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClPD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJoCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAInBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAXjLA%3BAWsLA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXxLD%3BAOeQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI6LL%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ%2FLM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIwMP%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJjSO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIkTP%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAXhaD%3BAWwaC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJvaO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIibP%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJvdM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIweL%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ9eQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0fP%3BAAAA%3BAAAA%3BAJ%2FgBO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImgBP%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ1lBO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImmBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJnmBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI6mBL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAJjnBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIunBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAXxqBL%3BAWmrBC%3BAAAA%3BAAAA%3BAAAA%3BAJ%2FoBO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIupBN%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ1qBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIkrBN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ5rBO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIosBN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAXrvBF%3BAW4vBA%3BAAAA%3BAAAA%3BAX5vBA%3BAWowBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXpwBD%3BAYYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALpDQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK8DA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYY%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgB4B%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAgBxC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZjhBJ%3BAaCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANmCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMrBP%3BAAAA%3BAAAA%3BANqBO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMdP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANcO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMPN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BANjBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM0BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BANpCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMyCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BANvDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM8DH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQG%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN3HG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMqIF%3BAAAA%3BAAAA%3BANrIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM2IF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANvKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMuLA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANnMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM6MF%3BAAAA%3BAAAA%3BAAAA%3BAN7ME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMqNF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANrSG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM4SF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAUP%3BAAAA%3BAAAA%3BAAAA%3BAN%2FUO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMsVL%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANlYM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMiZN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BANvbO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM6bN%3BAAAA%3BAAAA%3BAbjeF%3BAcCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP8BM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOrBN%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAPWM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAONL%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAPEM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOIN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPJM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOiBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPjBO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO4BN%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP9BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOsCJ%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAPnDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOwDJ%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAPhEM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOsEN%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAPlFQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOuFP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAPjIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQnCR%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAReA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQJI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQWI%3BAAAA%3BAAAA%3BARiMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5MI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARrBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQoDI%3BAAAA%3BAAAA%3BARpDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ0DI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR1FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQyGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR7GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQkIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARlIR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQmJQ%3BAAAA%3BAAAA%3BARnJR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ0JQ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BARpLZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqNR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARrNQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ6BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARjRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BRI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BARjTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQyTA%3BAAAA%3BAAAA%3BARzTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARrUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQmVI%3BAAAA%3BAAAA%3BARnVJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BVR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR%2FVQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQwWJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARhXI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAR%2FLR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqMQ%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAR5ZI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQmaA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BARxbI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BbJ%3BAAAA%3BAAAA%3BAAAA%3BAR%2FbI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqcA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARzcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQodJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARpdI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ2dA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR3dA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQseI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BARzeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQifI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARjfJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ4fQ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BARlgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQygBI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAR5gBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQuhBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BARtjBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ6jBP%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAR5iBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqjBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARrjBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQikBJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARpkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ8lBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR9lBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BmBJ%3BAAAA%3BAAAA%3BARzlBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQkmBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAChqBJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BATQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAShBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU%2FBA%3BAAAA%3BAAAA%3BACLR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAXgCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWxBA%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAXqNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWjNQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXTJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWmBI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWwCI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9ER%3BAAAA%3BAAAA%3BAAAA%3BAZmCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYhBQ%3BAAAA%3BAAAA%3BAZgBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYJI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZgNR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYvMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAZ3BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYyCI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAZpDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYkEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtGR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAbmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaHJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbbI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaqBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAb9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAasDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAbrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa4CI%3BAAAA%3BAAAA%3BAAAA%3BAb5CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaoDY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb3DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaoEQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAbxEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAakFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb9FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa0GI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb1GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAclCA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACvCJ%3BAAAA%3BAAAA%3BAfgCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBnCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB0BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BACpDZ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAjBiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBVI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBKQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAChDhB%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaQ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBLA%3BAAAA%3BAAAA%3BAAAA%3BAlBKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB9CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBqDA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAC7FZ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAnBgCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBzBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnByBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnByNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBjNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtER%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBkCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB3BA%3BAAAA%3BAAAA%3BACTR%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BArBRJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBwBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BArBhBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBwBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB7CJ%3BAAAA%3BAAAA%3BAAAA%3BAqBgEgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBxDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqB%2BEA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBvHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqByIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BArB1LI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBgMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBmCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBuOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB7NQ%3BAAAA%3BAAAA%3BAAAA%3BACnBZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAvB4BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBdA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBtBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBoDQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBpDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBnCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBmCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwB3BA%3BAAAA%3BAAAA%3BAxBMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBTI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBSJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBoBQ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBlDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwB2DJ%3BAAAA%3BAAAA%3BAAAA%3BAxBhFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBsFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChHR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBiCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBhBJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBzCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBwDI%3BAAAA%3BAAAA%3BAAAA%3BAzBnCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BlCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA1BaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAC1CZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BkCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BnBJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA3BcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BCI%3BAAAA%3BAAAA%3BA3BDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BSJ%3BAAAA%3BAAAA%3BA3BTI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BqCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BkKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B3JI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BoCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4B3BJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BA5BiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BAJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BAI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BgBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BA5BpCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BgDJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BzDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BoEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BhFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4B4FA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BhGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4B2GI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BA5B5JJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BqKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5B3KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BsLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BtLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BoMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBQ%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA5BvUR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAPnJJ%3BAmC2dA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BA5BzbI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BgcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BA5BzeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BgfJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BnfI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BkgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BlgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4B2gBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5B3gBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BqhBA%3BAAAA%3BAAAA%3BACzjBR%3BAAAA%3BAAAA%3BA7BoCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B1BJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BDA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BA7BsMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BjMA%3BAAAA%3BAAAA%3BAAAA%3BA7BXI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BmBJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BA7B3DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BqEJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BACrHJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BA9BkCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BtBY%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAA0BA%3BAAAA%3BAAAA%3BAAAA%3BAAKY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BhBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8ByCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B8JJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5MI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B4DA%3BAAAA%3BAAAA%3BA9B5DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BiEI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3GJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBwBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BA%2FBZI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAC9FhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCoCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC7BJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAhC0BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgChBA%3BAAAA%3BAAAA%3BAhCgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCgNR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCtMA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCTJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCyKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgClKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAhC9CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCmDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCnDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC4DI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAhCxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCqFI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAhC%2FGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCqHJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAhCrJQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCkKR%3BAAAA%3BAAAA%3BAhClKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCpCR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjC6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCEA%3BAAAA%3BAAAA%3BAAAA%3BAjCFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCcA%3BAAAA%3BAAAA%3BAjCdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC0DI%3BAAAA%3BAAAA%3BAAAA%3BAjC1DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCiEI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjC5EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCpCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCoCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkC7BJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAlCuBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCfJ%3BAAAA%3BAAAA%3BAlCeI%3BAkCZI%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAlCFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCQI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAC1GZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAnChEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC6EI%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAnC1GI%3BAmC8GA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAnC%2FHA%3BAmCoIA%3BAAAA%3BAAAA%3BAAAA%3BACvKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BApCzBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCiCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BApCtFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCgGI%3BAAAA%3BAAAA%3BAAAA%3BApChGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoC2GQ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAClJZ%3BAAAA%3BAAAA%3BArCmCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCtHA%3BAAAA%3BAAAA%3BArC2BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCrBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCqBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArChCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC%2BCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC1GR%3BAAAA%3BAAAA%3BAtCmCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCnCR%3BAAAA%3BAAAA%3BAAAA%3BAvCmCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuC5BJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvCwBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCLA%3BAAAA%3BAAAA%3BAvCKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvCHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCWI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvCfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkLA%3BAAAA%3BAAAA%3BAuCnJQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAvC6IZ%3BAAAA%3BAAAA%3BAuCnJQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAvC6IZ%3BAAAA%3BAAAA%3BAuCnJQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAvC6IZ%3BAAAA%3BAAAA%3BAuCnJQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAvC6IZ%3BAAAA%3BAAAA%3BAuCnJQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAvC6IZ%3BAAAA%3BAAAA%3BAuCnJQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKjB%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAvC1DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwClCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCkCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCxBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCwBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCVJ%3BAAAA%3BAAAA%3BAxC4LI%3BAAAA%3BAAAA%3BAAlLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkLA%3BAAAA%3BAAAA%3BAAlLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkLA%3BAAAA%3BAAAA%3BAAlLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkLA%3BAAAA%3BAAAA%3BAAlLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkLA%3BAAAA%3BAAAA%3BAAlLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkLA%3BAAAA%3BAAAA%3BAAlLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCCA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAxCNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BACrEhB%3BAAAA%3BAAAA%3BAzCkCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyC1BJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCRJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCpBA%3BAAAA%3BAAAA%3BAAAA%3BAAuMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCqBI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzC9CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCoCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCzDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCyEQ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAzC5EZ%3BAAAA%3BAAAA%3BAAAA%3BAyCiFgB%3BAAAA%3BAAAA%3BAAAA%3BAC9FxB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BA1CgBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%22%7D */