@charset "UTF-8";
/* Primary Brand Colors */
/* Secondary Brand Colors */
/* Neutral Colors */
/* BG Colors */
/* CSS variables for dynamic styling */
:root {
  --header-height: 60px;
}
/* Fonts Include */
/* Graphik */
@font-face {
  font-display: swap;
  font-family: "Graphik";
  src: local("Graphik/GraphikLCG-Light"), url("../fonts/Graphik/GraphikLCG-Light.woff2") format("woff2"), url("../fonts/Graphik/GraphikLCG-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Graphik";
  src: local("Graphik/GraphikLCG-Regular"), url("../fonts/Graphik/GraphikLCG-Regular.woff2") format("woff2"), url("../fonts/Graphik/GraphikLCG-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Graphik";
  src: local("Graphik/GraphikLCG-RegularItalic"), url("../fonts/Graphik/GraphikLCG-RegularItalic.woff2") format("woff2"), url("../fonts/Graphik/GraphikLCG-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Graphik";
  src: local("Graphik/GraphikLCG-Medium"), url("../fonts/Graphik/GraphikLCG-Medium.woff2") format("woff2"), url("../fonts/Graphik/GraphikLCG-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Graphik";
  src: local("Graphik/GraphikLCG-Semibold"), url("../fonts/Graphik/GraphikLCG-Semibold.woff2") format("woff2"), url("../fonts/Graphik/GraphikLCG-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Graphik";
  src: local("Graphik/GraphikLCG-Bold"), url("../fonts/Graphik/GraphikLCG-Bold.woff2") format("woff2"), url("../fonts/Graphik/GraphikLCG-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Global typography styles */
body {
  font-family: Graphik, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 155%;
  color: #282828;
}
a {
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  color: #517222;
}
a:hover {
  color: #80994d;
}
a:visited {
  color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
/* .text-group {
	.text-group-subheading {
		color: $grey-dark;
		font-family: Graphik, sans-serif;
		font-weight: 500;
		font-style: normal;
		letter-spacing: 0.09em;
		line-height: 169%;
		text-transform: uppercase;
		margin-bottom: 0.9em;
		@include fontsize(16px, 15px, 14px);
	}
} */
h1 {
  font-family: Graphik, sans-serif;
  font-weight: 300;
  font-size: clamp(40px, 4.1666666667vw, 60px);
  line-height: calc(72 / 60);
  margin-top: clamp(25px, 3.4722222222vw, 50px);
  margin-bottom: clamp(25px, 3.4722222222vw, 50px);
}
h1 strong {
  font-weight: 500;
}
h2 {
  color: #000;
  font-weight: 300;
  font-family: Graphik, sans-serif;
  font-size: clamp(32px, 2.9166666667vw, 42px);
  line-height: calc(50 / 42);
  margin-top: clamp(25px, 3.4722222222vw, 50px);
  margin-bottom: clamp(25px, 3.4722222222vw, 50px);
}
h2 strong {
  font-weight: 500;
}
h2.text-group-heading {
  margin-top: 0;
}
h2.text-group-heading--w-icon .text-group-heading-icon {
  margin: 0px 2.7% 0 1.6%;
  color: #b6e673;
  font-size: 32px !important;
}
h3 {
  font-weight: 300;
  font-size: clamp(28px, 2.3611111111vw, 34px);
  line-height: calc(41 / 34);
  color: #000;
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  margin-bottom: clamp(20px, 2.7777777778vw, 40px);
}
h3 strong {
  font-weight: 500;
}
h4 {
  font-weight: 400;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  line-height: calc(29 / 24);
  color: #000;
  margin-top: clamp(20px, 1.6666666667vw, 24px);
  margin-bottom: clamp(20px, 1.6666666667vw, 24px);
}
h4 strong {
  font-weight: 500;
}
h5 {
  font-weight: 400;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  line-height: calc(29 / 22);
  color: #000;
  margin-top: clamp(14px, 1.3888888889vw, 20px);
  margin-bottom: clamp(14px, 1.3888888889vw, 20px);
}
h5 strong {
  font-weight: 500;
}
h6 {
  font-weight: 400;
  font-size: clamp(17px, 1.5277777778vw, 20px);
  line-height: calc(24 / 20);
  color: #000;
  margin-top: clamp(14px, 1.3888888889vw, 20px);
  margin-bottom: clamp(14px, 1.3888888889vw, 20px);
}
h6 strong {
  font-weight: 500;
}
p {
  color: #282828;
  margin-top: clamp(20px, 2.0833333333vw, 30px);
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p.small {
  font-size: 16px;
}
@media (max-width: 479px) {
  p.small {
    font-size: 15px;
  }
}
p.smaller {
  font-size: 14px;
}
@media (max-width: 479px) {
  p.smaller {
    font-size: 13px;
  }
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
* {
  outline: none !important;
}
.base-row {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.base-row--xs {
  max-width: 980px;
}
.base-row--sm {
  max-width: 1220px;
}
.base-row--sm-m {
  max-width: 1260px;
}
.base-row--sml {
  max-width: 1280px;
}
.base-row--smxl {
  max-width: 1300px;
}
.base-row--md {
  max-width: 1440px;
}
.base-row--lg {
  max-width: 1600px;
}
.base-row--xl {
  max-width: 1760px;
}
.background-blue-light {
  background-color: #f2f9fe;
}
.background-blue-light-gradient {
  background-image: linear-gradient(180deg, #ffffff 0%, #f2faff 100%);
}
.background-grey-lightest {
  background-color: #f8f8f8;
}
.background-sage {
  background-color: #a3ca8c;
}
.background-sage-medium {
  background-color: #80994d;
}
.background-sage-dark {
  background-color: #517222;
}
.background-cadet {
  background-color: #97baba;
}
.background-cadet-medium {
  background-color: #3d8080;
}
.background-cadet-dark {
  background-color: #1e5b67;
}
.background-violet {
  background-color: #b9ace8;
}
.background-violet-medium {
  background-color: #7239a4;
}
.background-violet-dark {
  background-color: #4d3075;
}
.background-gold {
  background-color: #e8ce96;
}
.background-gold-medium {
  background-color: #c69a3f;
}
.background-gold-dark {
  background-color: #8e7029;
}
.background-gold-megalightest {
  background-color: #faf6f0;
}
.background-white {
  background-color: #ffffff;
}
.background-carbon {
  background-color: #282828;
}
.background-carbon-light {
  background-color: #ebebeb;
}
.background-carbon-medium {
  background-color: #ccc;
}
.background-azure {
  background-color: #ecf3f3;
}
.background-panache {
  background-color: #f3f9ef;
}
.background-grey-light {
  background-color: #eaeef3;
}
.background-blue-lightest {
  background-color: #f5f4f8;
}
/* Border Colors */
.border-blue-light {
  border-color: #f2f9fe;
}
.border-grey-lightest {
  border-color: #f8f8f8;
}
.border-sage {
  border-color: #a3ca8c;
}
.border-sage-medium {
  border-color: #80994d;
}
.border-sage-dark {
  border-color: #517222;
}
.border-cadet {
  border-color: #97baba;
}
.border-cadet-medium {
  border-color: #3d8080;
}
.border-cadet-dark {
  border-color: #1e5b67;
}
.border-violet {
  border-color: #b9ace8;
}
.border-violet-medium {
  border-color: #7239a4;
}
.border-violet-dark {
  border-color: #4d3075;
}
.border-gold {
  border-color: #e8ce96;
}
.border-gold-medium {
  border-color: #c69a3f;
}
.border-gold-dark {
  border-color: #8e7029;
}
.border-gold-megalightest {
  border-color: #faf6f0;
}
.border-white {
  border-color: #ffffff;
}
.border-carbon {
  border-color: #282828;
}
.border-carbon-light {
  border-color: #ebebeb;
}
.border-carbon-medium {
  border-color: #ccc;
}
.border-azure {
  border-color: #ecf3f3;
}
.border-panache {
  border-color: #f3f9ef;
}
.border-grey-light {
  border-color: #eaeef3;
}
.border-blue-lightest {
  border-color: #f5f4f8;
}
.color-sage {
  color: #a3ca8c;
}
.color-sage-medium {
  color: #80994d;
}
.color-sage-dark {
  color: #517222;
}
.color-cadet {
  color: #97baba;
}
.color-cadet-medium {
  color: #3d8080;
}
.color-cadet-dark {
  color: #1e5b67;
}
.color-violet {
  color: #b9ace8;
}
.color-violet-medium {
  color: #7239a4;
}
.color-violet-dark {
  color: #4d3075;
}
.color-gold {
  color: #e8ce96;
}
.color-gold-medium {
  color: #c69a3f;
}
.color-gold-dark {
  color: #8e7029;
}
.color-white {
  color: #ffffff;
}
.color-carbon {
  color: #282828;
}
.color-carbon-light {
  color: #ebebeb;
}
.color-carbon-medium {
  color: #ccc;
}
.color-azure {
  color: #ecf3f3;
}
.color-panache {
  color: #f3f9ef;
}
.color-grey-light {
  color: #eaeef3;
}
.color-grey-lightest {
  color: #f8f8f8;
}
/* .text-group-align-left {
	text-align: left;
}
.text-group-align-center {
	text-align: center;
}
.text-group-align-right {
	text-align: right;
} */
.vertical-align-auto {
  align-items: stretch;
}
.text-color-white {
  color: #ffffff;
  /* * {
		color: $white;
	} */
}
.text-color-white p {
  color: #ffffff;
}
.modal_box {
  background-color: #ffffff;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 1040px;
  max-width: 90vw;
  max-height: 90vh;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: all 0.3s ease-out 0.1s;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.modal_box--decor {
  background: #ffffff url(../img/motif-360x330.png) no-repeat 0 0;
}
@media (max-width: 767px) {
  .modal_box--decor {
    background-size: 50vw auto;
  }
}
@media (orientation: portrait) {
  .modal_box--decor {
    background: #ffffff;
  }
}
.modal_box__active .modal_box {
  opacity: 1;
  visibility: visible;
}
.modal_box__active .modal_box__overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in 0s;
}
.modal_box__content {
  width: 100%;
  overflow: auto;
  padding: clamp(26px, 3.4722222222vw, 50px) 20px clamp(20px, 3.4722222222vw, 50px) clamp(20px, 3.4722222222vw, 50px);
}
.modal_box__overlay {
  position: fixed;
  z-index: 97;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in 0.5s;
  opacity: 0;
  visibility: hidden;
}
.modal_box__close {
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.modal_box__close i {
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease-out 0s;
  transform: rotate(45deg);
}
.modal_box__close:hover i {
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .modal_box__close {
    padding: 6px;
  }
}
body .decor-line span.decor-line--gold {
  background-color: #e8ce96;
}
body .decor-line span.decor-line--gold-medium {
  background-color: #c69a3f;
}
body .decor-line span.decor-line--gold-dark {
  background-color: #8e7029;
}
body .decor-line span.decor-line--sage {
  background-color: #a3ca8c;
}
body .decor-line span.decor-line--sage-medium {
  background-color: #80994d;
}
body .decor-line span.decor-line--sage-dark {
  background-color: #517222;
}
body .decor-line span.decor-line--cadet {
  background-color: #97baba;
}
body .decor-line span.decor-line--cadet-medium {
  background-color: #3d8080;
}
body .decor-line span.decor-line--cadet-dark {
  background-color: #1e5b67;
}
body .decor-line span.decor-line--violet {
  background-color: #b9ace8;
}
body .decor-line span.decor-line--violet-medium {
  background-color: #7239a4;
}
body .decor-line span.decor-line--violet-dark {
  background-color: #4d3075;
}
body .decor-line span.decor-line--carbon-light {
  background-color: #ebebeb;
}
body .decor-line span.decor-line--carbon-lightest {
  background-color: #f3f3f3;
}
body .decor-line span.decor-line--carbon-medium {
  background-color: #ccc;
}
body .decor-line span.decor-line--carbon {
  background-color: #282828;
}
.text-color-white {
  color: #ffffff;
}
.text-color-dark {
  color: #282828;
}
.post__content .entry-content ul, ul.ul1, .ul1, .simplelist {
  margin: 0;
  padding: 0 0 0 20px;
}
@media (max-width: 479px) {
  .post__content .entry-content ul, ul.ul1, .ul1, .simplelist {
    padding-left: 0;
  }
}
.post__content .entry-content ul li, ul.ul1 li, .ul1 li, .simplelist li {
  list-style: none;
  position: relative;
  padding: 0 0 20px 24px;
}
@media (min-width: 1600px) {
  .post__content .entry-content ul li, ul.ul1 li, .ul1 li, .simplelist li {
    letter-spacing: -0.01em;
  }
}
.post__content .entry-content ul li:before, ul.ul1 li:before, .ul1 li:before, .simplelist li:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ccc;
  top: 0.6em;
  left: 0;
}
.post__content .entry-content ul--col2, ul.ul1--col2, .ul1--col2, .simplelist--col2 {
  column-count: 2;
  column-gap: 10px;
}
@media (max-width: 479px) {
  .post__content .entry-content ul--col2, ul.ul1--col2, .ul1--col2, .simplelist--col2 {
    column-count: 1;
  }
}
.post__content .entry-content ul--col3, ul.ul1--col3, .ul1--col3, .simplelist--col3 {
  column-count: 3;
  column-gap: 10px;
}
.post__content .entry-content ul--col3 li, ul.ul1--col3 li, .ul1--col3 li, .simplelist--col3 li {
  padding-right: 30px;
}
.post__content .entry-content ul--col3 li:nth-child(3n), ul.ul1--col3 li:nth-child(3n), .ul1--col3 li:nth-child(3n), .simplelist--col3 li:nth-child(3n) {
  padding-right: 0;
}
@media (max-width: 980px) {
  .post__content .entry-content ul--col3, ul.ul1--col3, .ul1--col3, .simplelist--col3 {
    column-count: 2;
  }
  .post__content .entry-content ul--col3 li, ul.ul1--col3 li, .ul1--col3 li, .simplelist--col3 li {
    padding-right: 20px;
  }
  .post__content .entry-content ul--col3 li:nth-child(3n), ul.ul1--col3 li:nth-child(3n), .ul1--col3 li:nth-child(3n), .simplelist--col3 li:nth-child(3n) {
    padding-right: 20px;
  }
  .post__content .entry-content ul--col3 li:nth-child(2n), ul.ul1--col3 li:nth-child(2n), .ul1--col3 li:nth-child(2n), .simplelist--col3 li:nth-child(2n) {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .post__content .entry-content ul--col3, ul.ul1--col3, .ul1--col3, .simplelist--col3 {
    column-count: 1;
  }
  .post__content .entry-content ul--col3 li, ul.ul1--col3 li, .ul1--col3 li, .simplelist--col3 li {
    padding-right: 0 !important;
  }
}
.border-rounded {
  border-radius: 50% !important;
}
.checklist {
  padding: 0;
  margin: 0 0 10px;
}
.checklist li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 20px;
  color: #4c4c4c;
  font-size: 18px;
  line-height: 155%;
  list-style: none;
  page-break-inside: avoid;
  break-inside: avoid;
}
.checklist li::before {
  content: "";
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #3d8080;
  font-size: 18px;
  line-height: 1;
  left: 0;
  top: 5px;
}
.checklist--col2 {
  column-count: 2;
  column-gap: 10px;
}
@media (max-width: 425px) {
  .checklist--col2 {
    column-count: 1;
  }
}
.checklist--col3 {
  column-count: 3;
  column-gap: 10px;
}
@media (min-width: 981px) and (max-width: 1199px) {
  .checklist--col3 {
    column-count: 2;
  }
}
@media (max-width: 599px) {
  .checklist--col3 {
    column-count: 2;
  }
}
@media (max-width: 425px) {
  .checklist--col3 {
    column-count: 1;
  }
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-numbers {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #ccc !important;
  text-align: center;
}
@media (max-width: 767px) {
  .page-numbers {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 479px) {
  .page-numbers {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.page-numbers.current {
  color: #282828 !important;
}
.page-numbers.prev {
  font-size: 0;
  background-color: #ebebeb;
  transition: all 0.3s ease-out 0s;
}
.page-numbers.prev:hover {
  background-color: #f3f3f3;
}
.page-numbers.prev:before {
  content: "";
  display: block;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  margin-top: 1px;
  color: #282828;
}
@media (max-width: 479px) {
  .page-numbers.prev:before {
    font-size: 14px;
  }
}
.page-numbers.next {
  font-size: 0;
  background-color: #ebebeb;
  transition: all 0.3s ease-out 0s;
}
.page-numbers.next:hover {
  background-color: #f3f3f3;
}
.page-numbers.next:before {
  content: "";
  display: block;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 100;
  margin-top: 1px;
  color: #282828;
}
@media (max-width: 479px) {
  .page-numbers.next:before {
    font-size: 14px;
  }
}
/* Responsive Media Box*/
.responsive-media-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
}
.responsive-media-wrap .responsive-video, .responsive-media-wrap > iframe, .responsive-media-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.responsive-media-wrap .responsive-video > iframe, .responsive-media-wrap .responsive-video > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.responsive-media-wrap .vidyard-player-container {
  position: static !important;
}
/* Vidyard */
.vidyard-player-container {
  width: 100% !important;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}
[class*="vidyard-inner-container"] {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.nothing-found.text-group {
  margin-top: clamp(40px, 5.5555555556vw, 80px) !important;
  margin-bottom: clamp(40px, 5.5555555556vw, 80px) !important;
}
.nothing-found.text-group .text-group-heading {
  font-size: clamp(28px, 2.9166666667vw, 42px);
}
.menu-btn a {
  position: relative;
  border-radius: 35px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #b6e673;
}
.menu-btn a::before, .menu-btn a::after {
  content: "";
  position: absolute;
  z-index: -1;
}
[role="button"], [type="submit"], .btn, .button {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  border: 2px solid #282828;
  border-radius: 3px;
  padding: 12px 28px 14px;
  color: #ffffff !important;
  background-color: #282828;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 980px) {
  [role="button"], [type="submit"], .btn, .button {
    padding: 10px 24px 12px;
  }
}
@media (max-width: 479px) {
  [role="button"], [type="submit"], .btn, .button {
    padding: 7px 18px 9px;
  }
}
@media (max-width: 359px) {
  [role="button"], [type="submit"], .btn, .button {
    padding-left: 14px;
    padding-right: 14px;
  }
}
[role="button"]:hover, [type="submit"]:hover, .btn:hover, .button:hover {
  background-color: transparent;
  color: #282828 !important;
}
[role="button"].btn--dark-ghost, [type="submit"].btn--dark-ghost, .btn.btn--dark-ghost, .button.btn--dark-ghost {
  background-color: transparent;
  color: #282828 !important;
}
[role="button"].btn--dark-ghost:hover, [type="submit"].btn--dark-ghost:hover, .btn.btn--dark-ghost:hover, .button.btn--dark-ghost:hover {
  background-color: #282828;
  color: #ffffff !important;
}
[role="button"]--white, [type="submit"]--white, .btn--white, .button--white {
  background-color: #ffffff;
  color: #282828 !important;
  border-color: #ffffff;
}
[role="button"]--white:hover, [type="submit"]--white:hover, .btn--white:hover, .button--white:hover {
  background-color: transparent;
  color: #ffffff !important;
}
[role="button"].btn--text-w-icon .icon, [type="submit"].btn--text-w-icon .icon, .btn.btn--text-w-icon .icon, .button.btn--text-w-icon .icon {
  margin-right: 10px;
}
[role="button"].btn--text-w-icon-icon-right .icon, [type="submit"].btn--text-w-icon-icon-right .icon, .btn.btn--text-w-icon-icon-right .icon, .button.btn--text-w-icon-icon-right .icon {
  margin-left: 10px;
  margin-right: 0;
}
[role="button"].btn--text-w-icon-white, [type="submit"].btn--text-w-icon-white, .btn.btn--text-w-icon-white, .button.btn--text-w-icon-white {
  color: #ffffff !important;
  border-color: #ffffff;
}
.btn--white {
  background-color: #ffffff;
  color: #282828 !important;
  border-color: #ffffff;
}
.btn--white:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.btn--black {
  background-color: #282828;
  color: #ffffff !important;
}
.btn--black:hover, .btn--black:focus {
  background-color: transparent;
  color: #282828 !important;
}
.btn--ghost-secondary, .btn--inverse {
  background-color: transparent;
  color: #282828 !important;
}
.btn--ghost-secondary:hover, .btn--inverse:hover {
  background-color: #282828;
  color: #ffffff !important;
}
.btn--white-ghost, .btn--inverse.btn--white, .button--inverse.button--white {
  background-color: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
}
.btn--white-ghost:hover, .btn--inverse.btn--white:hover, .button--inverse.button--white:hover {
  background-color: #ffffff;
  color: #282828 !important;
}
.btn[class*="btn--text-w-icon-"] {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #282828 !important;
  position: relative;
  padding: 0 0 4px;
  background: none;
  border: none;
}
.btn[class*="btn--text-w-icon-"] .icon {
  margin-left: 10px;
  top: 1px;
  position: relative;
}
.btn[class*="btn--text-w-icon-"] .icon i {
  font-size: 18px;
}
.btn[class*="btn--text-w-icon-"] .icon i.fa-long-arrow-right {
  font-size: 14px;
}
.btn[class*="btn--text-w-icon-"]::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #282828;
  bottom: -6px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.btn[class*="btn--text-w-icon-"]:hover::before {
  opacity: 1;
}
.btn[class*="btn--text-w-icon-"].btn--text-w-icon-white {
  color: #ffffff !important;
}
.btn[class*="btn--text-w-icon-"].btn--text-w-icon-white::before {
  background-color: #fff;
}
.btn--text-w-icon-icon-left .icon {
  margin-left: 0;
  margin-right: 10px;
}
.learnmore {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #282828;
  position: relative;
  padding-right: 22px;
  padding-bottom: 0 0 4px;
}
.learnmore::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #282828;
  bottom: -4px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.learnmore:hover::before {
  opacity: 1;
}
.learnmore:after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 9px;
  background: url(../img/arrow-right-black-13x9.svg) no-repeat center / 100% 100%;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.learnmore--white {
  color: #ffffff !important;
}
.learnmore--white::before {
  background-color: #ffffff;
}
.learnmore--white::after {
  background: url(../img/arrow-right-white-13x9.svg) no-repeat center / 100% 100%;
}
.learnmore--video {
  padding-right: 28px;
}
.learnmore--video::after {
  background: url(../img/play-circle-black-18x19.svg) no-repeat center / 100% 100%;
  width: 18px;
  height: 19px;
}
.learnmore--video.learnmore--white::before {
  background-color: #fff;
}
.learnmore--video.learnmore--white::after {
  background: url(../img/play-circle-white-18x19.svg) no-repeat center / 100% 100%;
}
.buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 20px;
}
@media (max-width: 980px) {
  .buttons-wrap {
    row-gap: 15px;
  }
}
.buttons-wrap .btn {
  margin-right: clamp(5px, 2.0833333333vw, 30px);
}
.buttons-wrap .btn:last-child {
  margin-right: 0;
}
.text-align-right .buttons-wrap {
  justify-content: flex-end;
}
.text-align-center .buttons-wrap {
  justify-content: center;
}
#youtube-video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  cursor: pointer;
  min-width: 81%;
  max-width: 800px;
  max-height: 450px;
  min-height: 23.5vw;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1400px) {
  #youtube-video-placeholder {
    min-height: 33vw;
  }
}
@media (max-width: 980px) {
  #youtube-video-placeholder {
    min-height: 53vw;
  }
}
#youtube-video-placeholder iframe {
  max-height: 450px;
  min-height: 23.5vw;
}
@media (max-width: 1400px) {
  #youtube-video-placeholder iframe {
    min-height: 33vw;
  }
}
@media (max-width: 980px) {
  #youtube-video-placeholder iframe {
    min-height: 53vw;
  }
}
#play-video {
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  margin: auto;
  cursor: pointer;
}
#play-video svg {
  width: 80px;
  height: 70px;
  cursor: pointer;
}
#play-video svg polygon, #play-video svg path {
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .gform_fields {
  gap: 5px 20px;
}
body .gform_wrapper.gravity-theme #field_11_12 {
  padding-top: 16px;
}
body .gform_wrapper.gravity-theme .gfield .gfield_label, body .gform_wrapper.gravity-theme .gfield .ginput_complex label {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 5px;
}
body .gform_wrapper.gravity-theme .gfield .gfield_label .gfield_required, body .gform_wrapper.gravity-theme .gfield .ginput_complex label .gfield_required {
  display: inline;
  color: #3d8080;
}
body .gform_wrapper.gravity-theme input[type="color"], body .gform_wrapper.gravity-theme input[type="date"], body .gform_wrapper.gravity-theme input[type="datetime-local"], body .gform_wrapper.gravity-theme input[type="datetime"], body .gform_wrapper.gravity-theme input[type="email"], body .gform_wrapper.gravity-theme input[type="month"], body .gform_wrapper.gravity-theme input[type="number"], body .gform_wrapper.gravity-theme input[type="password"], body .gform_wrapper.gravity-theme input[type="search"], body .gform_wrapper.gravity-theme input[type="tel"], body .gform_wrapper.gravity-theme input[type="text"], body .gform_wrapper.gravity-theme input[type="time"], body .gform_wrapper.gravity-theme input[type="url"], body .gform_wrapper.gravity-theme input[type="week"], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  line-height: 24px !important;
  padding: 10px 20px;
  color: #282828;
  min-height: unset !important;
}
body .gform_wrapper.gravity-theme input[type="color"].placeholder, body .gform_wrapper.gravity-theme input[type="date"].placeholder, body .gform_wrapper.gravity-theme input[type="datetime-local"].placeholder, body .gform_wrapper.gravity-theme input[type="datetime"].placeholder, body .gform_wrapper.gravity-theme input[type="email"].placeholder, body .gform_wrapper.gravity-theme input[type="month"].placeholder, body .gform_wrapper.gravity-theme input[type="number"].placeholder, body .gform_wrapper.gravity-theme input[type="password"].placeholder, body .gform_wrapper.gravity-theme input[type="search"].placeholder, body .gform_wrapper.gravity-theme input[type="tel"].placeholder, body .gform_wrapper.gravity-theme input[type="text"].placeholder, body .gform_wrapper.gravity-theme input[type="time"].placeholder, body .gform_wrapper.gravity-theme input[type="url"].placeholder, body .gform_wrapper.gravity-theme input[type="week"].placeholder, body .gform_wrapper.gravity-theme select.placeholder, body .gform_wrapper.gravity-theme textarea.placeholder {
  opacity: 0.5;
}
body .gform_wrapper.gravity-theme input[type="color"]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type="date"]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type="datetime-local"]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type="datetime"]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type="email"]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type="month"]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type="number"]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type="password"]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type="search"]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type="tel"]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type="text"]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type="time"]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type="url"]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type="week"]:-moz-placeholder, body .gform_wrapper.gravity-theme select:-moz-placeholder, body .gform_wrapper.gravity-theme textarea:-moz-placeholder {
  opacity: 0.5;
}
body .gform_wrapper.gravity-theme input[type="color"]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type="date"]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type="datetime-local"]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type="datetime"]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type="email"]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type="month"]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type="number"]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type="password"]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type="search"]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type="tel"]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type="text"]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type="time"]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type="url"]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type="week"]::-moz-placeholder, body .gform_wrapper.gravity-theme select::-moz-placeholder, body .gform_wrapper.gravity-theme textarea::-moz-placeholder {
  opacity: 0.5;
}
body .gform_wrapper.gravity-theme input[type="color"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type="date"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type="datetime-local"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type="datetime"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type="email"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type="month"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type="number"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type="password"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type="search"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type="tel"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type="text"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type="time"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type="url"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type="week"]:-ms-input-placeholder, body .gform_wrapper.gravity-theme select:-ms-input-placeholder, body .gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
  opacity: 0.5;
}
body .gform_wrapper.gravity-theme input[type="color"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type="date"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type="datetime-local"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type="datetime"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type="email"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type="month"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type="number"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type="password"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type="search"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type="tel"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type="text"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type="time"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type="url"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type="week"]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme select::-webkit-input-placeholder, body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
@media (max-width: 767px) {
  body .gform_wrapper.gravity-theme input[type="color"], body .gform_wrapper.gravity-theme input[type="date"], body .gform_wrapper.gravity-theme input[type="datetime-local"], body .gform_wrapper.gravity-theme input[type="datetime"], body .gform_wrapper.gravity-theme input[type="email"], body .gform_wrapper.gravity-theme input[type="month"], body .gform_wrapper.gravity-theme input[type="number"], body .gform_wrapper.gravity-theme input[type="password"], body .gform_wrapper.gravity-theme input[type="search"], body .gform_wrapper.gravity-theme input[type="tel"], body .gform_wrapper.gravity-theme input[type="text"], body .gform_wrapper.gravity-theme input[type="time"], body .gform_wrapper.gravity-theme input[type="url"], body .gform_wrapper.gravity-theme input[type="week"], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
    padding: 5px 15px;
  }
}
body .gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -ms-appearance: none;
  appearance: none !important;
}
body .gform_wrapper.gravity-theme select::-ms-expand {
  display: none;
}
body .ginput_container_select {
  position: relative;
}
body .ginput_container_select::after {
  content: "";
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  line-height: 0;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 100px;
}
body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  border: 2px solid #282828;
  border-radius: 3px;
  padding: 12px 28px 14px;
  color: #ffffff !important;
  background-color: #282828;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  width: 100%;
  letter-spacing: 0.03em;
}
@media (max-width: 980px) {
  body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input {
    padding: 10px 24px 12px;
  }
}
@media (max-width: 479px) {
  body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input {
    padding: 7px 18px 9px;
  }
}
@media (max-width: 359px) {
  body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input {
    padding-left: 14px;
    padding-right: 14px;
  }
}
body .gform_wrapper.gravity-theme .gform_footer button:hover, body .gform_wrapper.gravity-theme .gform_footer input:hover, body .gform_wrapper.gravity-theme .gform_page_footer button:hover, body .gform_wrapper.gravity-theme .gform_page_footer input:hover {
  background-color: transparent;
  color: #282828 !important;
}
body .gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0;
}
body .gform_wrapper.gravity-theme .description, body .gform_wrapper.gravity-theme .gfield_description, body .gform_wrapper.gravity-theme .gsection_description, body .gform_wrapper.gravity-theme .instruction {
  padding: 8px 13px;
  font-size: 12px;
  line-height: 14px;
}
body .gform_confirmation_message {
  color: #80994d;
}
body {
  /* For webinar resources */
  /* Password Protected Post/Page Form */
}
body .mktoForm {
  max-width: 100%;
  width: auto !important;
  padding: 0;
}
body .mktoForm .mktoFormCol {
  position: relative;
  float: none;
  min-height: 0;
}
body .mktoForm .mktoGutter, body .mktoOffset {
  position: absolute;
}
body .mktoForm .mktoGutter, body .mktoForm .mktoField, body .mktoForm .mktoFieldWrap {
  float: none;
}
body .mktoForm .mktoLabel {
  float: none;
  padding: 0 0 5px;
  font: 500 14px/1.5 Graphik, sans-serif !important;
  display: inline-block;
  width: auto !important;
  position: relative;
}
body .mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: 500 !important;
}
body .mktoForm input[type="text"], body .mktoForm input[type="url"], body .mktoForm input[type="email"], body .mktoForm input[type="tel"], body .mktoForm input[type="number"], body .mktoForm input[type="date"], body .mktoForm select.mktoField, body .mktoForm textarea.mktoField {
  background-color: #ffffff !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  line-height: 24px !important;
  padding: 5px 20px;
  color: #282828;
  min-height: 40px !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  width: 100% !important;
  display: block;
  height: auto;
}
body .mktoForm input[type="text"].placeholder, body .mktoForm input[type="url"].placeholder, body .mktoForm input[type="email"].placeholder, body .mktoForm input[type="tel"].placeholder, body .mktoForm input[type="number"].placeholder, body .mktoForm input[type="date"].placeholder, body .mktoForm select.mktoField.placeholder, body .mktoForm textarea.mktoField.placeholder {
  opacity: 0.5;
}
body .mktoForm input[type="text"]:-moz-placeholder, body .mktoForm input[type="url"]:-moz-placeholder, body .mktoForm input[type="email"]:-moz-placeholder, body .mktoForm input[type="tel"]:-moz-placeholder, body .mktoForm input[type="number"]:-moz-placeholder, body .mktoForm input[type="date"]:-moz-placeholder, body .mktoForm select.mktoField:-moz-placeholder, body .mktoForm textarea.mktoField:-moz-placeholder {
  opacity: 0.5;
}
body .mktoForm input[type="text"]::-moz-placeholder, body .mktoForm input[type="url"]::-moz-placeholder, body .mktoForm input[type="email"]::-moz-placeholder, body .mktoForm input[type="tel"]::-moz-placeholder, body .mktoForm input[type="number"]::-moz-placeholder, body .mktoForm input[type="date"]::-moz-placeholder, body .mktoForm select.mktoField::-moz-placeholder, body .mktoForm textarea.mktoField::-moz-placeholder {
  opacity: 0.5;
}
body .mktoForm input[type="text"]:-ms-input-placeholder, body .mktoForm input[type="url"]:-ms-input-placeholder, body .mktoForm input[type="email"]:-ms-input-placeholder, body .mktoForm input[type="tel"]:-ms-input-placeholder, body .mktoForm input[type="number"]:-ms-input-placeholder, body .mktoForm input[type="date"]:-ms-input-placeholder, body .mktoForm select.mktoField:-ms-input-placeholder, body .mktoForm textarea.mktoField:-ms-input-placeholder {
  opacity: 0.5;
}
body .mktoForm input[type="text"]::-webkit-input-placeholder, body .mktoForm input[type="url"]::-webkit-input-placeholder, body .mktoForm input[type="email"]::-webkit-input-placeholder, body .mktoForm input[type="tel"]::-webkit-input-placeholder, body .mktoForm input[type="number"]::-webkit-input-placeholder, body .mktoForm input[type="date"]::-webkit-input-placeholder, body .mktoForm select.mktoField::-webkit-input-placeholder, body .mktoForm textarea.mktoField::-webkit-input-placeholder {
  opacity: 0.5;
}
@media (max-width: 767px) {
  body .mktoForm input[type="text"], body .mktoForm input[type="url"], body .mktoForm input[type="email"], body .mktoForm input[type="tel"], body .mktoForm input[type="number"], body .mktoForm input[type="date"], body .mktoForm select.mktoField, body .mktoForm textarea.mktoField {
    padding: 5px 15px;
  }
}
body .mktoForm select.mktoField {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -ms-appearance: none;
  appearance: none !important;
  background: url(../img/chevron-down.svg) no-repeat right 15px center;
  padding-right: 34px;
}
body .mktoForm select.mktoField::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  body .mktoForm select.mktoField {
    background-position: right 20px center;
    padding-right: 24px;
  }
}
body .mktoForm textarea.mktoField {
  height: 100px;
}
body .mktoForm .mktoRequiredField .mktoAsterix {
  float: none;
  padding: 0;
  color: #3d8080;
  position: absolute;
  right: -7px;
  top: -3px;
}
body .mktoButtonRow {
  display: block;
  padding-top: 20px !important;
}
@media (max-width: 479px) {
  body .mktoButtonRow {
    padding-top: 10px !important;
  }
}
body .mktoForm .mktoButtonWrap {
  margin: 0 !important;
}
body .mktoForm .mktoButtonWrap .mktoButton {
  margin: 0;
  font: 500 15px/18px Graphik, sans-serif;
  border: 2px solid #282828 !important;
  border-radius: 3px !important;
  padding: 12px 28px 14px !important;
  color: #ffffff !important;
  background-color: #282828 !important;
  background-image: unset !important;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  width: 100%;
  letter-spacing: 0.03em;
  height: auto;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 980px) {
  body .mktoForm .mktoButtonWrap .mktoButton {
    padding: 10px 24px 12px !important;
  }
}
@media (max-width: 479px) {
  body .mktoForm .mktoButtonWrap .mktoButton {
    padding: 7px 18px 9px !important;
  }
}
@media (max-width: 359px) {
  body .mktoForm .mktoButtonWrap .mktoButton {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
body .mktoForm .mktoButtonWrap .mktoButton:hover {
  background-color: transparent !important;
  color: #282828 !important;
}
body .subs_section .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}
body .subs_section .contact__form_title {
  margin-bottom: 5px;
}
body .mktoError {
  color: #f00;
  bottom: auto !important;
  top: 100%;
  position: absolute;
  left: 0;
}
body .mktoForm .mktoLogicalField {
  padding: 0;
}
body .mktoForm .mktoLogicalField input[type=checkbox], body .mktoForm .mktoLogicalField input[type=radio] {
  position: absolute;
}
body #LblUnsubscribed {
  float: right;
  width: calc(100% - 28px) !important;
  margin-top: 10px;
}
body .mktoLogicalField {
  margin-top: 15px !important;
}
body .webinar-resource .mktoForm {
  /* Inputs */
  /* Submit Button */
}
body .webinar-resource .mktoForm input[type="text"], body .webinar-resource .mktoForm input[type="url"], body .webinar-resource .mktoForm input[type="email"], body .webinar-resource .mktoForm input[type="tel"], body .webinar-resource .mktoForm input[type="number"], body .webinar-resource .mktoForm input[type="date"], body .webinar-resource .mktoForm select.mktoField, body .webinar-resource .mktoForm textarea.mktoField {
  background-color: #ffffff !important;
  border-radius: 3px !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1) !important;
  height: auto !important;
  font-family: "Graphik", sans-serif;
  font-size: 16px !important;
  color: #282828 !important;
  font-weight: 400 !important;
}
body .webinar-resource .mktoForm input[type="text"].placeholder, body .webinar-resource .mktoForm input[type="url"].placeholder, body .webinar-resource .mktoForm input[type="email"].placeholder, body .webinar-resource .mktoForm input[type="tel"].placeholder, body .webinar-resource .mktoForm input[type="number"].placeholder, body .webinar-resource .mktoForm input[type="date"].placeholder, body .webinar-resource .mktoForm select.mktoField.placeholder, body .webinar-resource .mktoForm textarea.mktoField.placeholder {
  opacity: 0.5 !important;
}
body .webinar-resource .mktoForm input[type="text"]:-moz-placeholder, body .webinar-resource .mktoForm input[type="url"]:-moz-placeholder, body .webinar-resource .mktoForm input[type="email"]:-moz-placeholder, body .webinar-resource .mktoForm input[type="tel"]:-moz-placeholder, body .webinar-resource .mktoForm input[type="number"]:-moz-placeholder, body .webinar-resource .mktoForm input[type="date"]:-moz-placeholder, body .webinar-resource .mktoForm select.mktoField:-moz-placeholder, body .webinar-resource .mktoForm textarea.mktoField:-moz-placeholder {
  opacity: 0.5 !important;
}
body .webinar-resource .mktoForm input[type="text"]::-moz-placeholder, body .webinar-resource .mktoForm input[type="url"]::-moz-placeholder, body .webinar-resource .mktoForm input[type="email"]::-moz-placeholder, body .webinar-resource .mktoForm input[type="tel"]::-moz-placeholder, body .webinar-resource .mktoForm input[type="number"]::-moz-placeholder, body .webinar-resource .mktoForm input[type="date"]::-moz-placeholder, body .webinar-resource .mktoForm select.mktoField::-moz-placeholder, body .webinar-resource .mktoForm textarea.mktoField::-moz-placeholder {
  opacity: 0.5 !important;
}
body .webinar-resource .mktoForm input[type="text"]:-ms-input-placeholder, body .webinar-resource .mktoForm input[type="url"]:-ms-input-placeholder, body .webinar-resource .mktoForm input[type="email"]:-ms-input-placeholder, body .webinar-resource .mktoForm input[type="tel"]:-ms-input-placeholder, body .webinar-resource .mktoForm input[type="number"]:-ms-input-placeholder, body .webinar-resource .mktoForm input[type="date"]:-ms-input-placeholder, body .webinar-resource .mktoForm select.mktoField:-ms-input-placeholder, body .webinar-resource .mktoForm textarea.mktoField:-ms-input-placeholder {
  opacity: 0.5 !important;
}
body .webinar-resource .mktoForm input[type="text"]::-webkit-input-placeholder, body .webinar-resource .mktoForm input[type="url"]::-webkit-input-placeholder, body .webinar-resource .mktoForm input[type="email"]::-webkit-input-placeholder, body .webinar-resource .mktoForm input[type="tel"]::-webkit-input-placeholder, body .webinar-resource .mktoForm input[type="number"]::-webkit-input-placeholder, body .webinar-resource .mktoForm input[type="date"]::-webkit-input-placeholder, body .webinar-resource .mktoForm select.mktoField::-webkit-input-placeholder, body .webinar-resource .mktoForm textarea.mktoField::-webkit-input-placeholder {
  opacity: 0.5 !important;
}
@media (max-width: 767px) {
  body .webinar-resource .mktoForm input[type="text"], body .webinar-resource .mktoForm input[type="url"], body .webinar-resource .mktoForm input[type="email"], body .webinar-resource .mktoForm input[type="tel"], body .webinar-resource .mktoForm input[type="number"], body .webinar-resource .mktoForm input[type="date"], body .webinar-resource .mktoForm select.mktoField, body .webinar-resource .mktoForm textarea.mktoField {
    padding: 5px 15px !important;
  }
}
body .webinar-resource .mktoForm .mktoButtonWrap .mktoButton, body .webinar-resource .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
  border: 2px solid #282828 !important;
  border-radius: 3px !important;
  padding: 12px 28px 14px !important;
  font-size: 15px !important;
  line-height: 18px !important;
}
@media (max-width: 980px) {
  body .webinar-resource .mktoForm .mktoButtonWrap .mktoButton, body .webinar-resource .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
    padding: 10px 24px 12px !important;
  }
}
@media (max-width: 479px) {
  body .webinar-resource .mktoForm .mktoButtonWrap .mktoButton, body .webinar-resource .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
    padding: 7px 18px 9px !important;
  }
}
@media (max-width: 359px) {
  body .webinar-resource .mktoForm .mktoButtonWrap .mktoButton, body .webinar-resource .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
body .webinar-resource .mktoForm .mktoButtonWrap .mktoButton:hover, body .webinar-resource .mktoForm .mktoButtonWrap .mktoButton:focus, body .webinar-resource .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton:hover, body .webinar-resource .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton:focus {
  background-color: transparent !important;
  color: #282828 !important;
}
body .password-protected-section {
  padding: clamp(60px, 7.7777777778vw, 112px) 0;
}
body .password-protected-section .post-password-form {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
}
body .password-protected-section .post-password-form p:first-child {
  font-weight: 300;
  font-size: clamp(24px, 2.0833333333vw, 32px);
  line-height: calc(41 / 34);
  color: #000;
  margin-bottom: clamp(20px, 2.7777777778vw, 40px);
}
body .password-protected-section .post-password-form p:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
body .password-protected-section .post-password-form p:last-child label {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(22px, 1.5873015873vw, 20px);
  font-weight: 500;
  font-size: clamp(18px, 1.5873015873vw, 20px);
  line-height: calc(25 / 20);
}
body .password-protected-section .post-password-form p:last-child input[type="password"] {
  display: block;
  height: auto;
  width: 100%;
  padding: 10px 20px;
  margin-top: clamp(12px, 1.1904761905vw, 15px);
  min-height: unset;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  font-family: "Graphik", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #282828;
}
body .password-protected-section .post-password-form p:last-child input[type="password"].placeholder {
  opacity: 0.5;
}
body .password-protected-section .post-password-form p:last-child input[type="password"]:-moz-placeholder {
  opacity: 0.5;
}
body .password-protected-section .post-password-form p:last-child input[type="password"]::-moz-placeholder {
  opacity: 0.5;
}
body .password-protected-section .post-password-form p:last-child input[type="password"]:-ms-input-placeholder {
  opacity: 0.5;
}
body .password-protected-section .post-password-form p:last-child input[type="password"]::-webkit-input-placeholder {
  opacity: 0.5;
}
@media (max-width: 767px) {
  body .password-protected-section .post-password-form p:last-child input[type="password"] {
    padding: 5px 15px;
  }
}
body .password-protected-section .post-password-form p:last-child input[type="submit"] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 12px 28px 14px;
  border: 2px solid #282828;
  border-radius: 3px;
  background-color: #282828;
  text-decoration: none;
  font-family: "Graphik", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff !important;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 980px) {
  body .password-protected-section .post-password-form p:last-child input[type="submit"] {
    padding: 10px 24px 12px;
  }
}
@media (max-width: 479px) {
  body .password-protected-section .post-password-form p:last-child input[type="submit"] {
    padding: 7px 18px 9px;
  }
}
@media (max-width: 359px) {
  body .password-protected-section .post-password-form p:last-child input[type="submit"] {
    padding-left: 14px;
    padding-right: 14px;
  }
}
body .password-protected-section .post-password-form p:last-child input[type="submit"]:hover, body .password-protected-section .post-password-form p:last-child input[type="submit"]:focus {
  background-color: transparent;
  color: #282828 !important;
}
body .style-mktoForm-white .mktoForm .mktoLabel {
  color: #ffffff;
}
body .style-mktoForm-white .mktoForm .mktoRequiredField .mktoAsterix {
  color: #ffffff;
}
body .style-mktoForm-white .mktoForm .mktoButtonRow {
  text-align: center;
}
body .style-mktoForm-white .mktoForm .mktoButtonWrap .mktoButton {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #282828 !important;
  width: auto;
}
body .style-mktoForm-white .mktoForm .mktoButtonWrap .mktoButton:hover {
  border-color: #282828 !important;
  background-color: #282828 !important;
  color: #ffffff !important;
}
@keyframes quickNewsText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header-quick-news {
  position: relative;
  background-color: #0092ef;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  z-index: 4;
}
@media (max-width: 767px) {
  .header-quick-news {
    padding: 15px 28px;
    height: auto;
  }
}
.header-quick-news ul {
  margin: 0;
  padding: 0;
}
.header-quick-news li {
  list-style: none;
  display: none;
  align-items: center;
}
@media (max-width: 767px) {
  .header-quick-news li {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.header-quick-news li.active {
  display: flex;
}
.header-quick-news .primary {
  font-family: "Source Sans Pro", sans-serif;
  background-color: transparent;
  border-radius: 35px;
  border: 2px solid #47ff84;
  transition: 0.35s ease-in-out;
  padding: 2px 25px;
  line-height: 1em;
  letter-spacing: 2.4px;
  background-color: rgba(1, 239, 130, 0.2);
  text-transform: uppercase;
}
.header-quick-news .primary .text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #ffffff;
}
.header-quick-news p {
  font-family: "Myriad Pro", sans-serif;
  margin: 0;
  color: #ffffff;
  padding: 0 20px;
  line-height: 120%;
  flex: 1%;
  animation-timing-function: ease-out;
  animation-name: quickNewsText;
  animation-duration: 0.65s;
}
@media (max-width: 767px) {
  .header-quick-news p {
    flex: 0 1 100%;
    padding-top: 10px;
    padding-left: 0;
  }
}
.header-quick-news .qn-dots {
  display: flex;
  justify-content: center;
  grid-gap: 7px;
}
.header-quick-news .qn-dots .qn-dot {
  min-width: unset;
  padding: 0;
  background: none;
  border: none;
}
.header-quick-news .qn-dots .qn-dot span {
  background-color: #0057a0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transition: 0.35s ease-in-out;
}
.header-quick-news .qn-dots .active span {
  background-color: #fff;
}
.page-id-720 .layouts.layouts-main {
  padding-top: 65px;
}
@media (max-width: 767px) {
  .page-id-720 .layouts.layouts-main {
    padding-top: 100px;
  }
}
@media (max-width: 767px) and (max-width: 500px) {
  .page-id-720 .layouts.layouts-main {
    padding-top: 115px;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .page-id-720 .layouts.layouts-main {
    padding-top: 135px;
  }
}
#cookie-law-info-bar {
  text-align: left;
}
#cookie-law-info-bar br {
  display: none;
}
#cookie-law-info-bar .cli-bar-container {
  padding: 5px 5px 15px;
}
#cookie-law-info-bar h5 {
  padding: 5px 5px 0px;
}
#cookie-law-info-bar a[role="button"] {
  display: inline-block;
  padding: 20px 40px 19px;
  min-width: 160px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  outline: none !important;
  cursor: pointer;
  border-radius: 35px;
}
@media (max-width: 980px) {
  #cookie-law-info-bar a[role="button"] {
    min-width: unset;
    padding: 15px 30px;
    font-size: 14px;
  }
}
#cookie-law-info-bar a[role="button"].cli_settings_button, #cookie-law-info-bar a[role="button"].cookie_action_close_header_reject {
  position: relative;
  border-radius: 35px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  margin-right: 10px;
  background-color: #1dc570 !important;
  transition: all 0.35s ease-in-out;
}
#cookie-law-info-bar a[role="button"].cli_settings_button::before, #cookie-law-info-bar a[role="button"].cli_settings_button::after, #cookie-law-info-bar a[role="button"].cookie_action_close_header_reject::before, #cookie-law-info-bar a[role="button"].cookie_action_close_header_reject::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#cookie-law-info-bar a[role="button"].cli_settings_button:before, #cookie-law-info-bar a[role="button"].cookie_action_close_header_reject:before {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.35s ease-in-out;
  background-image: url("/wp-content/uploads/2022/01/secondary-btn.png");
}
#cookie-law-info-bar a[role="button"].cli_settings_button:hover, #cookie-law-info-bar a[role="button"].cookie_action_close_header_reject:hover {
  background-color: #24d77d;
}
#cookie-law-info-bar a[role="button"].cli_settings_button:hover:before, #cookie-law-info-bar a[role="button"].cookie_action_close_header_reject:hover:before {
  right: 25%;
  opacity: 0;
  transform: rotate(90deg);
}
#cookie-law-info-bar a[role="button"].cookie_action_close_header {
  background-color: #b6e673 !important;
  transition: all 0.35s ease-in-out;
  position: relative;
  border-radius: 35px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
#cookie-law-info-bar a[role="button"].cookie_action_close_header::before, #cookie-law-info-bar a[role="button"].cookie_action_close_header::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#cookie-law-info-bar a[role="button"].cookie_action_close_header:before {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.35s ease-in-out;
  background-image: url("/wp-content/uploads/2022/01/primary-btn.png");
}
#cookie-law-info-bar a[role="button"].cookie_action_close_header:hover {
  background-color: #01aaf2;
}
#cookie-law-info-bar a[role="button"].cookie_action_close_header:hover:before {
  right: 25%;
  opacity: 0;
  transform: rotate(90deg);
}
#cookie-law-info-again {
  display: none !important;
}
.cli-modal .cli-modal-dialog .cli-modal-content {
  padding: 30px;
}
.cli-modal .cli-modal-dialog .cli-modal-content .cli-privacy-overview a {
  padding-left: 0;
  color: #0092ef;
  transition: all 0.35s;
}
.cli-modal .cli-modal-dialog .cli-modal-content .cli-privacy-overview a:hover {
  opacity: 0.75;
}
.cli-modal .cli-modal-dialog .cli-modal-content .cli-tab-section {
  background-color: #eaeef3;
}
.cli-modal .cli-modal-dialog .cli-modal-content .cli-tab-section .cli-nav-link:before {
  margin-right: 20px;
}
.cli-modal .cli-modal-dialog .cli-modal-content .cli-tab-section .cli-necessary-caption {
  display: flex;
  align-items: center;
}
.cli-modal .cli-modal-dialog .cli-modal-content .cli-switch input:checked + .cli-slider {
  background-color: #0092ef;
}
.t1 {
  border-collapse: collapse;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width: 479px) {
  .t1 {
    display: block;
  }
}
.t1 td {
  border: 1px solid #f3f3f3;
  padding: 10px;
  vertical-align: top;
}
@media (max-width: 479px) {
  .t1 td {
    font-size: 14px;
  }
}
.post-item--resource {
  position: relative;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: 0.35s ease-in-out;
  cursor: pointer;
  /* Card Inner */
}
.post-item--resource .card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 6px;
  overflow: hidden;
  /* Card Media */
  /* Card Text Content */
}
.post-item--resource .card .card-row--pill {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-item--resource .card .pill {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 9px 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #b9ace8;
  border-radius: 3px;
  color: #7239a4;
  font-weight: 500;
  font-size: clamp(13px, 0.9722222222vw, 14px);
  line-height: 17px;
}
.post-item--resource .card .pill:not(:last-child) {
  margin-right: 5px;
}
.post-item--resource .card .card-media-content {
  position: relative;
}
.post-item--resource .card .card-media-content .card-media-wrap {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
@media (max-width: 390px) {
  .post-item--resource .card .card-media-content .card-media-wrap {
    padding-top: 57.692307%;
  }
}
.post-item--resource .card .card-media-content img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post-item--resource .card .card-media-content .video-play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: clamp(50px, 4.8611111111vw, 70px);
  height: clamp(50px, 4.8611111111vw, 70px);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.post-item--resource .card .card-media-content .video-play-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  opacity: 0.9;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.post-item--resource .card .card-media-content .video-play-btn .video-play-btn-icon {
  display: inline-flex;
  margin-left: 5px;
  width: 30px;
  height: 26px;
  color: #282828;
}
.post-item--resource .card .card-media-content .video-play-btn .video-play-btn-icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.post-item--resource .card .card-media-content:hover .video-play-btn::before, .post-item--resource .card .card-media-content:focus .video-play-btn::before {
  box-shadow: 0 0 0 6px #ffffff;
  opacity: 1;
}
.post-item--resource .card .card-text-content {
  flex: auto;
  padding: 20px;
  position: relative;
}
.post-item--resource .card .card-info {
  color: #282828;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-item--resource .card .card-info .card-main-info {
  flex: 1;
}
.post-item--resource .card .card-info .card-main-info:not(:last-child) {
  margin-bottom: 17px;
  margin-bottom: 10px;
}
.post-item--resource .card .card-info .card-title {
  margin: 0;
  font-weight: 400;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  line-height: 1.5;
  color: #282828;
  transition: all 0.3s ease-out 0.15s;
}
.post-item--resource .card .card-info .card-title:not(:last-child) {
  margin-bottom: 10px;
}
.post-item--resource .card .card-info .card-text {
  margin-bottom: 13px;
  opacity: 0.7;
  font-weight: 400;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 1.6;
  color: #282828;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 4.8em;
}
.post-item--resource .card .card-info .card-buttons {
  margin-top: 10px;
  position: relative;
  z-index: 5;
}
.post-item--resource:hover, .post-item--resource:focus {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.post-item--resource-archive {
  margin-bottom: 30px;
}
.post-item--resource-archive .card {
  padding: 0;
}
.card-text-content__link_all {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
}
.cards-grid--masonry .post-item--resource-archive {
  margin-bottom: 30px !important;
}
.simpletabs {
  margin-top: clamp(50px, 6.25vw, 90px);
  margin-bottom: clamp(50px, 6.25vw, 90px);
}
.simpletabs .text-group-block {
  text-align: center;
}
.simpletabs .text-group-heading {
  margin-bottom: clamp(30px, 4.5138888889vw, 50px);
}
.simpletabs .platforms__row_tabs {
  max-width: 1440px;
}
.simpletabs .platform-tabset {
  max-width: 1400px;
}
.simpletabs .platform-tabset {
  margin-bottom: clamp(30px, 4.1666666667vw, 60px);
}
.simpletabs .cardsbox__tabset_mobile {
  margin-bottom: clamp(30px, 4.4444444444vw, 64px);
  text-align: center;
}
.simpletabs .platform-tabscontent__wrapper {
  width: 100%;
  position: relative;
}
.simpletabs .platform-tabscontent__item {
  min-height: 300px;
}
@media (min-width: 1200px) {
  .simpletabs .platform-tabscontent__item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s, opacity 0s ease-out 0s;
    background-color: #ffffff;
  }
  .simpletabs .platform-tabscontent__item.active {
    position: static;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out 0.1s;
  }
}
@media (max-width: 1199px) {
  .simpletabs .platform-tabscontent__item {
    margin-bottom: clamp(40px, 8.3333333333vw, 120px);
  }
  .simpletabs .platform-tabscontent__item:last-child {
    margin-bottom: 0;
  }
}
.simpletabs .platform-tabset__angle {
  left: 0;
}
.simpletabs .platform-tabset__angle:after {
  border-bottom-color: #f3f3f3;
}
.simpletabs .platform-tabset__angle.sage::after {
  border-bottom-color: #a3ca8c;
}
.simpletabs .platform-tabset__angle.sage-medium::after {
  border-bottom-color: #80994d;
}
.simpletabs .platform-tabset__angle.sage-light::after {
  border-bottom-color: #a9df5d;
}
.simpletabs .platform-tabset__angle.sage-lightest::after {
  border-bottom-color: #b6e673;
}
.simpletabs .platform-tabset__angle.sage-dark::after {
  border-bottom-color: #517222;
}
.simpletabs .platform-tabset__angle.gold::after {
  border-bottom-color: #e8ce96;
}
.simpletabs .platform-tabset__angle.gold-medium::after {
  border-bottom-color: #c69a3f;
}
.simpletabs .platform-tabset__angle.gold-light::after {
  border-bottom-color: #daa947;
}
.simpletabs .platform-tabset__angle.gold-lightest::after {
  border-bottom-color: #eeca83;
}
.simpletabs .platform-tabset__angle.gold-dark::after {
  border-bottom-color: #8e7029;
}
.simpletabs .platform-tabset__angle.cadet::after {
  border-bottom-color: #97baba;
}
.simpletabs .platform-tabset__angle.cadet-medium::after {
  border-bottom-color: #3d8080;
}
.simpletabs .platform-tabset__angle.cadet-light::after {
  border-bottom-color: #5ebbbb;
}
.simpletabs .platform-tabset__angle.cadet-lightest::after {
  border-bottom-color: #9bc6c6;
}
.simpletabs .platform-tabset__angle.cadet-dark::after {
  border-bottom-color: #1e5b67;
}
.simpletabs .platform-tabset__angle.violet::after {
  border-bottom-color: #b9ace8;
}
.simpletabs .platform-tabset__angle.violet-medium::after {
  border-bottom-color: #7239a4;
}
.simpletabs .platform-tabset__angle.violet-light::after {
  border-bottom-color: #9b5ad4;
}
.simpletabs .platform-tabset__angle.violet-lightest::after {
  border-bottom-color: #bc7df3;
}
.simpletabs .platform-tabset__angle.violet-dark::after {
  border-bottom-color: #4d3075;
}
.simpletabs .platform-tabset__angle.carbon::after {
  border-bottom-color: #b9ace8;
}
.simpletabs .platform-tabset__angle.carbon-medium::after {
  border-bottom-color: #ccc;
}
.simpletabs .platform-tabset__angle.carbon-light::after {
  border-bottom-color: #ebebeb;
}
.simpletabs .platform-tabset__angle.carbon-lightest::after {
  border-bottom-color: #f3f3f3;
}
body .pt_length--1 .platform-tabset__angle {
  width: 100%;
  left: 0;
}
body .pt_length--1 .activetab--tab-0 .platform-tabset__angle {
  left: 0;
}
body .pt_length--2 .platform-tabset__angle {
  width: 50%;
}
body .pt_length--2 .activetab--tab-1 .platform-tabset__angle {
  left: 50%;
}
body .pt_length--3 .platform-tabset__angle {
  width: 33.33%;
}
body .pt_length--3 .activetab--tab-1 .platform-tabset__angle {
  left: 33.33%;
}
body .pt_length--3 .activetab--tab-2 .platform-tabset__angle {
  left: 66.66%;
}
body .pt_length--4 .platform-tabset__angle {
  width: 25%;
}
body .pt_length--4 .activetab--tab-1 .platform-tabset__angle {
  left: 25%;
}
body .pt_length--4 .activetab--tab-2 .platform-tabset__angle {
  left: 50%;
}
body .pt_length--4 .activetab--tab-3 .platform-tabset__angle {
  left: 75%;
}
body .pt_length--5 .platform-tabset__angle {
  width: 20%;
}
body .pt_length--5 .activetab--tab-1 .platform-tabset__angle {
  left: 20%;
}
body .pt_length--5 .activetab--tab-2 .platform-tabset__angle {
  left: 40%;
}
body .pt_length--5 .activetab--tab-3 .platform-tabset__angle {
  left: 60%;
}
body .pt_length--5 .activetab--tab-4 .platform-tabset__angle {
  left: 80%;
}
.platform-tabset__line {
  opacity: 1;
  display: flex;
  justify-content: space-between;
}
.platform-tabset__line .shadow-1 {
  width: 100px;
  height: 100%;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.platform-tabset__line .shadow-2 {
  width: 100px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
/* greenhouse */
#page-block-greenhouse .input-container svg {
  position: absolute;
  top: 14px;
  left: 9px;
  z-index: 8;
}
@media (max-width: 980px) {
  #page-block-greenhouse .input-container svg {
    top: 11px;
  }
}
#page-block-greenhouse .major-container {
  margin-bottom: 9.375rem;
}
#page-block-greenhouse p.noData {
  font-size: 2rem;
  text-align: left;
}
#page-block-greenhouse p.noData:not(.hide) + #jobs-data {
  display: none;
}
#page-block-greenhouse .filter-text {
  margin-bottom: 10px;
}
#page-block-greenhouse .filter-text p {
  text-align: left;
  font-size: 15px;
  color: #000;
  letter-spacing: -0.25px;
}
#page-block-greenhouse .filter {
  display: flex;
  margin-bottom: 1.875rem;
}
#page-block-greenhouse .filter.hide.active {
  display: block !important;
}
#page-block-greenhouse .dropdown-btn span {
  pointer-events: none;
}
#page-block-greenhouse .hide {
  display: none !important;
}
#page-block-greenhouse .panel-active {
  display: block;
}
#page-block-greenhouse .dropdown {
  width: 60%;
  margin-bottom: 10px;
  position: relative;
  margin-right: 25px;
}
#page-block-greenhouse .dropdown.open .dropdown-menu {
  display: block;
}
#page-block-greenhouse .dropdown.open .dropdown-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #1E5B67;
  color: #fff;
}
#page-block-greenhouse .dropdown.open .dropdown-btn::after {
  content: "";
}
#page-block-greenhouse .input-container {
  width: 100%;
  position: relative;
}
#page-block-greenhouse .input-container input {
  padding-left: 35px !important;
}
#page-block-greenhouse .dropdown-btn, #page-block-greenhouse .input-container input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 15px;
  padding: 10px 25px;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
}
@media (max-width: 980px) {
  #page-block-greenhouse .dropdown-btn, #page-block-greenhouse .input-container input {
    height: 44px;
  }
}
#page-block-greenhouse .input-container input[type=text] {
  font-size: 16px;
}
#page-block-greenhouse .dropdown-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 24px;
  top: 0;
  right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' preserveAspectRatio='xMidYMid meet' height='10' width='1em' viewBox='0 0 500 500' style='vertical-align: middle;'%3E%3Cg%3E%3Cpath d='M250.978 263.295L111.326 115.643l-72.652 68.714 212.201 224.358 210.463-221.89-72.554-68.818z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
#page-block-greenhouse ul.dropdown-menu:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 24px;
  top: 0;
  right: 5px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='white'%20preserveAspectRatio='xMidYMid%20meet'%20height='10'%20width='1em'%20viewBox='0%200%20500%20500'%20style='vertical-align:%20middle;'><g><path%20d='M250.978%20263.295L111.326%20115.643l-72.652%2068.714%20212.201%20224.358%20210.463-221.89-72.554-68.818z'></path></g></svg>");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  pointer-events: none;
}
#page-block-greenhouse .dropdown-menu li ul {
  padding: 0;
  margin: 0;
  background-color: #cecece;
}
#page-block-greenhouse .dropdown-menu li ul li {
  padding-left: 3%;
  font-size: 0.85rem;
}
#page-block-greenhouse .dropdown-menu > li:first-of-type {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #FFF;
  color: #000;
}
#page-block-greenhouse .dropdown.open .dropdown-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' preserveAspectRatio='xMidYMid meet' height='10' width='1em' viewBox='0 0 500 500' style='vertical-align: middle;'%3E%3Cg%3E%3Cpath d='M250.978 263.295L111.326 115.643l-72.652 68.714 212.201 224.358 210.463-221.89-72.554-68.818z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
#page-block-greenhouse .dropdown-btn:active {
  outline: none;
  background: #f8fafd;
}
#page-block-greenhouse .dropdown-btn:focus {
  outline: none;
}
#page-block-greenhouse .dropdown-btn a {
  color: inherit;
  text-decoration: none;
}
#page-block-greenhouse .dropdown-menu {
  text-align: left;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 70%;
  max-height: 70vh;
  overflow-y: scroll;
  background-color: #fff;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #000;
  border-top: none;
}
#page-block-greenhouse .dropdown-menu li {
  padding: 15px 25px;
  border-bottom: 1px solid #f1f6fc;
  color: #41556c;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
#page-block-greenhouse .dropdown-menu li i {
  font-size: 0.85em;
  padding: 0 0.4em;
  color: #1E5B67;
}
#page-block-greenhouse .dropdown-menu li:last-child {
  border: 0;
}
#page-block-greenhouse .dropdown-menu li a {
  text-decoration: none;
  color: #41556c;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 20px 15px;
}
#page-block-greenhouse .dropdown-menu li label {
  padding: 20px 0 20px 20px;
  width: 100%;
  cursor: pointer;
}
#page-block-greenhouse .dropdown-menu li input {
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
}
#page-block-greenhouse .dropdown-menu {
  position: absolute;
  top: 1px;
  left: 0;
  transform: none;
  width: 100%;
  max-height: none;
  /*padding: 15px 25px;*/
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 60vh;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#page-block-greenhouse .dropdown-menu::-webkit-scrollbar {
  width: 10px;
}
#page-block-greenhouse .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#page-block-greenhouse .dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
}
#page-block-greenhouse .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#page-block-greenhouse .dropdown-menu li:hover {
  background-color: #1E5B67;
  color: #fff;
}
#page-block-greenhouse .dropdown-menu li:hover i {
  color: #fff;
}
#page-block-greenhouse .dropdown-menu li a {
  padding: 15px 0;
}
#page-block-greenhouse .dropdown-menu li label {
  padding: 10px 0 10px 20px;
}
#page-block-greenhouse .accordion p {
  padding: 32px 0 16px 0;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 24px;
}
#page-block-greenhouse .accordion {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  transition: 0.1s;
  cursor: pointer;
  justify-content: space-between;
  text-transform: uppercase;
  border-top: 1px solid #000;
}
#page-block-greenhouse .accordion.active .icon {
  transform: rotate(180deg);
}
#page-block-greenhouse .panel {
  display: none;
  /*overflow: hidden;*/
  transition: max-height 0.1s ease-out;
}
#page-block-greenhouse p.job a {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  margin-bottom: 8px;
  color: #1E5B67;
}
#page-block-greenhouse p.job {
  padding: 24px 0;
  margin: 0;
  border-bottom: 1px solid rgba(12, 11, 49, 0.16);
}
#page-block-greenhouse .accordion.active + .panel {
  display: block;
  text-align: left;
  /*padding: 0 20px 20px;*/
  padding-bottom: 20px !important;
  color: #353535;
}
@media only screen and (max-width: 767px) {
  #page-block-greenhouse .filter {
    flex-direction: column;
  }
  #page-block-greenhouse .dropdown {
    width: 100%;
  }
}
.dz-social-share .title_dz-social-share {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.466;
  margin-bottom: 16px;
}
.dz-social-share .list_dz-social-share {
  display: flex;
  gap: 10px;
}
.dz-social-share .list_dz-social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #282828;
  border: 1px solid #282828;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 6px;
}
.dz-social-share .list_dz-social-share a:hover {
  background-color: #fff;
}
.dz-social-share .list_dz-social-share a:hover svg path {
  fill: #282828;
}
.dz-social-share .list_dz-social-share a.facebook_dz-social-share {
  padding: 8px;
}
.dz-social-share .list_dz-social-share a.twitter_dz-social-share {
  padding: 7px;
}
.dz-social-share .list_dz-social-share a svg {
  width: 100%;
  height: 100%;
}
.dz-social-share .list_dz-social-share a svg path {
  transition: 0.3s all;
}
.calculator-modal-popup .uagb-modal-popup-wrap .uagb-modal-popup-close {
  top: 10px !important;
  right: 10px !important;
  background-color: transparent;
  border: none;
  transition-duration: 0.4s;
  cursor: pointer;
  padding: 0.6em 1em 0.4em;
}
.calculator-modal-popup .uagb-modal-popup-wrap .uagb-modal-popup-close svg {
  fill: #CCCCCC;
  width: 11px;
}
.calculator-modal-popup .uagb-modal-popup-wrap .uagb-modal-popup-close:hover {
  transform: scale(1.2);
  filter: brightness(0%) contrast(100%);
}
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.site {
  padding-top: var(--header-height);
  overflow: hidden;
}
@media (min-width: 1199.98px) {
  .site {
    padding-top: var(--header-height);
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.6s ease-out 0s;
  background-color: #ffffff;
}
.site-header .header-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .site-header .header-row {
    width: 100%;
  }
}
.site-header .header-row .search-form {
  display: none;
}
@media (min-width: 1199.98px) {
  .site-header .header-row .search-form {
    display: flex;
    gap: 16px;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    z-index: -1;
    transform: translateY(-100%);
    transition: all 0.35s ease-in-out;
    padding-right: 17px;
    padding-left: 36px;
    left: 180px;
    width: calc(100% - 180px);
  }
  .site-header .header-row .search-form.search-visible {
    opacity: 1;
    transform: none;
    z-index: 18;
  }
}
@media (min-width: 1199.98px) and (min-width: 1200px) and (max-width: 1299px) {
  .site-header .header-row .search-form {
    left: 140px;
    width: calc(100% - 140px);
  }
}
.site-header .header-row .search-form label {
  display: flex;
  flex: 1;
}
.site-header .header-row .search-form .search-field {
  display: block;
  padding: 8px 0 12px;
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  font-size: 24px;
  line-height: 1.5;
  color: #282828;
}
.site-header .header-row .search-form .search-field::placeholder {
  color: #c3cbd6;
}
.site-header .header-row .search-form .search-field:-ms-clear {
  display: none !important;
}
.site-header .header-row .search-form [type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  min-width: auto;
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .site-header .header-row .search-form [type="submit"] {
    width: 22px;
    margin-left: 10px;
  }
}
.site-header .header-row .search-form [type="submit"]:focus {
  box-shadow: inset 0 0 0 3px #517222;
}
.site-header .header-row .search-form [type="submit"] i {
  font-size: 18px;
  line-height: 1;
  color: #517222;
  font-weight: 400;
}
.site-header .header-row .search-form .header-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .site-header .header-row .search-form .header-search-close {
    display: none;
  }
}
.site-header .header-row .search-form .header-search-close i {
  font-size: 24px;
  line-height: 1;
  color: #517222;
  font-weight: 400;
}
.site-header .menu > ul, .site-header ul.menu, .site-header .socials-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1199.98px) {
  .site-header .menu > ul, .site-header ul.menu, .site-header .socials-menu {
    display: flex;
    flex-flow: row nowrap;
  }
}
.site-header .header-mobile-wrap {
  position: relative;
  display: flex;
  z-index: 6;
}
@media (min-width: 1200px) {
  .site-header .header-mobile-wrap {
    margin-right: 10px;
  }
}
@media (min-width: 1600px) {
  .site-header .header-mobile-wrap {
    margin-right: 44px;
  }
}
.site-header .header-mobile-wrap .custom-logo-link {
  display: inline-flex;
}
@media (min-width: 1600px) {
  .site-header .header-mobile-wrap .custom-logo-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .site-header .header-mobile-wrap .custom-logo-link {
    max-width: 116px;
  }
}
.site-header .header-mobile-wrap .search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: none;
  padding: 0;
  background: none;
  font-size: 18px;
  line-height: 1;
  color: #282828;
  cursor: pointer;
}
.site-header .header-mobile-wrap .search-toggle i {
  line-height: inherit;
  font-weight: 400;
}
.site-header .header-mobile-wrap .menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 68px;
  height: 68px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 479px) {
  .site-header .header-mobile-wrap .menu-toggle {
    width: 36px;
  }
}
.site-header .header-mobile-wrap .menu-toggle.menu-toggled .menu-icon {
  background-color: transparent !important;
}
.site-header .header-mobile-wrap .menu-toggle.menu-toggled .menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}
.site-header .header-mobile-wrap .menu-toggle.menu-toggled .menu-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.site-header .header-mobile-wrap .menu-toggle .menu-icon {
  position: relative;
  margin: auto 0 auto auto;
}
@media (max-width: 479px) {
  .site-header .header-mobile-wrap .menu-toggle .menu-icon {
    margin: auto;
  }
}
@media (max-width: 1199.98px) {
  .site-header .header-mobile-wrap .menu-toggle .menu-icon::before, .site-header .header-mobile-wrap .menu-toggle .menu-icon::after {
    content: "";
    position: absolute;
  }
}
.site-header .header-mobile-wrap .menu-toggle .menu-icon::before {
  top: -10px;
}
@media (max-width: 479px) {
  .site-header .header-mobile-wrap .menu-toggle .menu-icon::before {
    top: -6px;
  }
}
.site-header .header-mobile-wrap .menu-toggle .menu-icon::after {
  bottom: -10px;
}
@media (max-width: 479px) {
  .site-header .header-mobile-wrap .menu-toggle .menu-icon::after {
    bottom: -6px;
  }
}
.site-header .header-mobile-wrap .menu-toggle .menu-icon, .site-header .header-mobile-wrap .menu-toggle .menu-icon::before, .site-header .header-mobile-wrap .menu-toggle .menu-icon::after {
  display: block;
  width: 32px;
  height: 3px;
  background-color: #282828;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .site-header .header-mobile-wrap .menu-toggle .menu-icon, .site-header .header-mobile-wrap .menu-toggle .menu-icon::before, .site-header .header-mobile-wrap .menu-toggle .menu-icon::after {
    height: 2px;
    width: 16px;
  }
}
@media (min-width: 1199.98px) {
  .site-header .header-mobile-wrap .search-toggle, .site-header .header-mobile-wrap .menu-toggle {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .site-header .header-mobile-wrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
    align-items: center;
    z-index: 12;
  }
}
@media (min-width: 1399.98px) {
  .site-header .ubermenu-nav > .ubermenu-item, .site-header .ubermenu-nav > .menu-item, .site-header #secondary-menu > .ubermenu-item, .site-header #secondary-menu > .menu-item, .site-header .primary-menu > .ubermenu-item, .site-header .primary-menu > .menu-item {
    padding: 0 4.5px;
  }
  .site-header .ubermenu-nav > .ubermenu-item:last-child, .site-header .ubermenu-nav > .menu-item:last-child, .site-header #secondary-menu > .ubermenu-item:last-child, .site-header #secondary-menu > .menu-item:last-child, .site-header .primary-menu > .ubermenu-item:last-child, .site-header .primary-menu > .menu-item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .site-header .ubermenu-nav > .ubermenu-item, .site-header .ubermenu-nav > .menu-item, .site-header #secondary-menu > .ubermenu-item, .site-header #secondary-menu > .menu-item, .site-header .primary-menu > .ubermenu-item, .site-header .primary-menu > .menu-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .site-header .ubermenu-nav > .ubermenu-item > a, .site-header .ubermenu-nav > .menu-item > a, .site-header #secondary-menu > .ubermenu-item > a, .site-header #secondary-menu > .menu-item > a, .site-header .primary-menu > .ubermenu-item > a, .site-header .primary-menu > .menu-item > a {
    flex: 1;
  }
}
.site-header .ubermenu-nav > .ubermenu-item.trp-language-switcher-container, .site-header .ubermenu-nav > .menu-item.trp-language-switcher-container, .site-header #secondary-menu > .ubermenu-item.trp-language-switcher-container, .site-header #secondary-menu > .menu-item.trp-language-switcher-container, .site-header .primary-menu > .ubermenu-item.trp-language-switcher-container, .site-header .primary-menu > .menu-item.trp-language-switcher-container {
  position: relative;
}
.site-header .ubermenu-nav > .ubermenu-item.trp-language-switcher-container:after, .site-header .ubermenu-nav > .menu-item.trp-language-switcher-container:after, .site-header #secondary-menu > .ubermenu-item.trp-language-switcher-container:after, .site-header #secondary-menu > .menu-item.trp-language-switcher-container:after, .site-header .primary-menu > .ubermenu-item.trp-language-switcher-container:after, .site-header .primary-menu > .menu-item.trp-language-switcher-container:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #282828;
  right: -23px;
  margin-right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.2;
  transition: all 0.3s ease-out 0s;
}
.site-header .ubermenu-nav > .ubermenu-item.menu-btn, .site-header .ubermenu-nav > .menu-item.menu-btn, .site-header #secondary-menu > .ubermenu-item.menu-btn, .site-header #secondary-menu > .menu-item.menu-btn, .site-header .primary-menu > .ubermenu-item.menu-btn, .site-header .primary-menu > .menu-item.menu-btn {
  margin-left: 10px;
}
.site-header .ubermenu-nav > .ubermenu-item > a, .site-header .ubermenu-nav > .menu-item > a, .site-header #secondary-menu > .ubermenu-item > a, .site-header #secondary-menu > .menu-item > a, .site-header .primary-menu > .ubermenu-item > a, .site-header .primary-menu > .menu-item > a {
  display: flex;
  align-items: center;
  padding-left: 32px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #282828;
}
@media (min-width: 1199.98px) {
  .site-header .ubermenu-nav > .ubermenu-item > a, .site-header .ubermenu-nav > .menu-item > a, .site-header #secondary-menu > .ubermenu-item > a, .site-header #secondary-menu > .menu-item > a, .site-header .primary-menu > .ubermenu-item > a, .site-header .primary-menu > .menu-item > a {
    padding: 46px 20px;
    color: #282828;
  }
}
.site-header .ubermenu-nav > .ubermenu-item > a:hover, .site-header .ubermenu-nav > .ubermenu-item > a:focus, .site-header .ubermenu-nav > .menu-item > a:hover, .site-header .ubermenu-nav > .menu-item > a:focus, .site-header #secondary-menu > .ubermenu-item > a:hover, .site-header #secondary-menu > .ubermenu-item > a:focus, .site-header #secondary-menu > .menu-item > a:hover, .site-header #secondary-menu > .menu-item > a:focus, .site-header .primary-menu > .ubermenu-item > a:hover, .site-header .primary-menu > .ubermenu-item > a:focus, .site-header .primary-menu > .menu-item > a:hover, .site-header .primary-menu > .menu-item > a:focus {
  color: #517222;
}
.site-header .ubermenu-nav > .ubermenu-item > a i, .site-header .ubermenu-nav > .menu-item > a i, .site-header #secondary-menu > .ubermenu-item > a i, .site-header #secondary-menu > .menu-item > a i, .site-header .primary-menu > .ubermenu-item > a i, .site-header .primary-menu > .menu-item > a i {
  font-weight: 300;
}
.site-header .ubermenu-nav > .ubermenu-item > a .menu-item-icon i, .site-header .ubermenu-nav > .menu-item > a .menu-item-icon i, .site-header #secondary-menu > .ubermenu-item > a .menu-item-icon i, .site-header #secondary-menu > .menu-item > a .menu-item-icon i, .site-header .primary-menu > .ubermenu-item > a .menu-item-icon i, .site-header .primary-menu > .menu-item > a .menu-item-icon i {
  margin-right: 8px;
}
.site-header .ubermenu-nav > .menu-item-has-children, .site-header #secondary-menu > .menu-item-has-children, .site-header .primary-menu > .menu-item-has-children {
  position: relative;
}
@media (min-width: 1199.98px) {
  .site-header .ubermenu-nav > .menu-item-has-children > a:focus ~ .sub-menu, .site-header #secondary-menu > .menu-item-has-children > a:focus ~ .sub-menu, .site-header .primary-menu > .menu-item-has-children > a:focus ~ .sub-menu {
    opacity: 1;
    pointer-events: all;
    z-index: 1;
  }
  .site-header .ubermenu-nav > .menu-item-has-children > a:focus ~ .dropdown-toggle, .site-header #secondary-menu > .menu-item-has-children > a:focus ~ .dropdown-toggle, .site-header .primary-menu > .menu-item-has-children > a:focus ~ .dropdown-toggle {
    transform: translateY(-50%);
  }
}
@media (max-width: 1199.98px) {
  .site-header .ubermenu-nav > .menu-item-has-children > a, .site-header #secondary-menu > .menu-item-has-children > a, .site-header .primary-menu > .menu-item-has-children > a {
    padding-right: 10px;
    /* &.sub-menu-visible {
						color: $primary;
					} */
  }
}
.site-header .ubermenu-nav > .menu-item-has-children .dropdown-toggle, .site-header #secondary-menu > .menu-item-has-children .dropdown-toggle, .site-header .primary-menu > .menu-item-has-children .dropdown-toggle {
  display: block;
  margin-left: auto;
  background: transparent;
  border: none;
  padding-right: 2em;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 1199.98px) {
  .site-header .ubermenu-nav > .menu-item-has-children .dropdown-toggle, .site-header #secondary-menu > .menu-item-has-children .dropdown-toggle, .site-header .primary-menu > .menu-item-has-children .dropdown-toggle {
    position: absolute;
    top: calc(50% + 2px);
    right: 2px;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .site-header .ubermenu-nav > .menu-item-has-children .dropdown-toggle, .site-header #secondary-menu > .menu-item-has-children .dropdown-toggle, .site-header .primary-menu > .menu-item-has-children .dropdown-toggle {
    right: 17px;
  }
}
.site-header .ubermenu-nav > .menu-item-has-children .dropdown-toggle [class*="fa-"], .site-header #secondary-menu > .menu-item-has-children .dropdown-toggle [class*="fa-"], .site-header .primary-menu > .menu-item-has-children .dropdown-toggle [class*="fa-"] {
  display: block;
  width: 16px;
  font-size: 12px;
  font-weight: 300;
  color: #282828;
  pointer-events: none;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 1199.98px) {
  .site-header .ubermenu-nav > .menu-item-has-children .dropdown-toggle [class*="fa-"], .site-header #secondary-menu > .menu-item-has-children .dropdown-toggle [class*="fa-"], .site-header .primary-menu > .menu-item-has-children .dropdown-toggle [class*="fa-"] {
    color: #ffffff;
    font-size: 8px;
  }
}
.site-header .ubermenu-nav > .menu-item-has-children .sub-menu, .site-header #secondary-menu > .menu-item-has-children .sub-menu, .site-header .primary-menu > .menu-item-has-children .sub-menu {
  display: block;
  display: none;
  margin: 0;
  padding: 23px 0;
  list-style-type: none;
}
.site-header .ubermenu-nav > .menu-item-has-children .sub-menu li, .site-header #secondary-menu > .menu-item-has-children .sub-menu li, .site-header .primary-menu > .menu-item-has-children .sub-menu li {
  position: relative;
}
.site-header .ubermenu-nav > .menu-item-has-children .sub-menu a, .site-header #secondary-menu > .menu-item-has-children .sub-menu a, .site-header .primary-menu > .menu-item-has-children .sub-menu a {
  display: block;
  width: 100%;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.5;
  color: #282828;
}
.site-header .ubermenu-nav > .menu-item-has-children .sub-menu a:hover, .site-header .ubermenu-nav > .menu-item-has-children .sub-menu a:focus, .site-header #secondary-menu > .menu-item-has-children .sub-menu a:hover, .site-header #secondary-menu > .menu-item-has-children .sub-menu a:focus, .site-header .primary-menu > .menu-item-has-children .sub-menu a:hover, .site-header .primary-menu > .menu-item-has-children .sub-menu a:focus {
  color: #517222;
}
@media (min-width: 1199.98px) {
  .site-header .ubermenu-nav > .menu-item-has-children .sub-menu, .site-header #secondary-menu > .menu-item-has-children .sub-menu, .site-header .primary-menu > .menu-item-has-children .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    width: 272px;
    background-color: #ffffff;
    box-shadow: 0 17px 21px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #c3cbd6;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.35s ease-in-out;
  }
  .site-header .ubermenu-nav > .menu-item-has-children .sub-menu a, .site-header #secondary-menu > .menu-item-has-children .sub-menu a, .site-header .primary-menu > .menu-item-has-children .sub-menu a {
    padding: 8px 32px;
  }
  .site-header .ubermenu-nav > .menu-item-has-children .sub-menu a i, .site-header #secondary-menu > .menu-item-has-children .sub-menu a i, .site-header .primary-menu > .menu-item-has-children .sub-menu a i {
    margin-right: 8px;
  }
}
@media (max-width: 1199.98px) {
  .site-header .ubermenu-nav > .menu-item-has-children .sub-menu, .site-header #secondary-menu > .menu-item-has-children .sub-menu, .site-header .primary-menu > .menu-item-has-children .sub-menu {
    width: 100%;
    background-color: #ffffff;
  }
  .site-header .ubermenu-nav > .menu-item-has-children .sub-menu a, .site-header #secondary-menu > .menu-item-has-children .sub-menu a, .site-header .primary-menu > .menu-item-has-children .sub-menu a {
    font-size: 14px;
  }
  .site-header .ubermenu-nav > .menu-item-has-children .sub-menu a i, .site-header #secondary-menu > .menu-item-has-children .sub-menu a i, .site-header .primary-menu > .menu-item-has-children .sub-menu a i {
    margin-right: 8px;
  }
}
@media (min-width: 1199.98px) {
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu .sub-menu .dropdown-toggle, .site-header #secondary-menu > .menu-item-has-children.mega-menu .sub-menu .dropdown-toggle, .site-header .primary-menu > .menu-item-has-children.mega-menu .sub-menu .dropdown-toggle {
    display: none;
  }
}
.site-header .ubermenu-nav > .menu-item-has-children.mega-menu .sub-menu a, .site-header #secondary-menu > .menu-item-has-children.mega-menu .sub-menu a, .site-header .primary-menu > .menu-item-has-children.mega-menu .sub-menu a {
  padding: 0 0 0 32px;
}
@media (min-width: 1199.98px) {
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu .sub-menu a, .site-header #secondary-menu > .menu-item-has-children.mega-menu .sub-menu a, .site-header .primary-menu > .menu-item-has-children.mega-menu .sub-menu a {
    padding: 8px 32px;
  }
}
.site-header .ubermenu-nav > .menu-item-has-children.mega-menu .sub-menu .sub-menu, .site-header #secondary-menu > .menu-item-has-children.mega-menu .sub-menu .sub-menu, .site-header .primary-menu > .menu-item-has-children.mega-menu .sub-menu .sub-menu {
  position: relative;
  top: 0;
  width: 100%;
  padding: 0;
  border: none;
  box-shadow: none;
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu .sub-menu .sub-menu, .site-header #secondary-menu > .menu-item-has-children.mega-menu .sub-menu .sub-menu, .site-header .primary-menu > .menu-item-has-children.mega-menu .sub-menu .sub-menu {
    margin-top: 8px;
    padding: 8px 0;
  }
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu .sub-menu .sub-menu a, .site-header #secondary-menu > .menu-item-has-children.mega-menu .sub-menu .sub-menu a, .site-header .primary-menu > .menu-item-has-children.mega-menu .sub-menu .sub-menu a {
    padding-left: 48px;
  }
}
.site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu, .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu, .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu {
  display: none;
}
.site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu > .menu-item, .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item, .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1199.98px) {
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu, .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu, .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu {
    display: flex;
    width: auto;
    max-width: 545px;
    max-width: 645px;
    padding: 0;
  }
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu > .menu-item, .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item, .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item {
    margin: 17px 0;
    display: block;
  }
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu > .menu-item > a, .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item > a, .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item > a {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
  }
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu > .menu-item > a[href="#"], .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item > a[href="#"], .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item > a[href="#"] {
    cursor: default;
  }
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu[data-cols="2"], .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu[data-cols="2"], .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu[data-cols="2"] {
    max-width: 645px;
  }
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu[data-cols="2"] > .menu-item, .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu[data-cols="2"] > .menu-item, .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu[data-cols="2"] > .menu-item {
    width: 50%;
  }
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu[data-cols="2"] a, .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu[data-cols="2"] a, .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu[data-cols="2"] a {
    white-space: nowrap;
  }
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu[data-cols="3"], .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu[data-cols="3"], .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu[data-cols="3"] {
    max-width: 645px;
  }
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu[data-cols="3"] > .menu-item, .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu[data-cols="3"] > .menu-item, .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu[data-cols="3"] > .menu-item {
    width: 33.333%;
  }
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu[data-cols="3"] a, .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu[data-cols="3"] a, .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu[data-cols="3"] a {
    white-space: nowrap;
  }
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu.move-right, .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu.move-right, .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu.move-right {
    right: 0;
  }
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu > .menu-item, .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item, .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item {
    width: 272px;
  }
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu > .menu-item:not(:last-child), .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item:not(:last-child), .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item:not(:last-child) {
    border-right: 1px solid #c3cbd6;
  }
}
@media (max-width: 1199.98px) {
  .site-header .ubermenu-nav > .menu-item-has-children.mega-menu > .sub-menu > .menu-item .sub-menu, .site-header #secondary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item .sub-menu, .site-header .primary-menu > .menu-item-has-children.mega-menu > .sub-menu > .menu-item .sub-menu {
    width: 100%;
  }
}
.site-header .ubermenu-nav > .menu-item-has-children.mega-menu:hover .sub-menu, .site-header .ubermenu-nav > .menu-item-has-children.mega-menu:focus .sub-menu, .site-header #secondary-menu > .menu-item-has-children.mega-menu:hover .sub-menu, .site-header #secondary-menu > .menu-item-has-children.mega-menu:focus .sub-menu, .site-header .primary-menu > .menu-item-has-children.mega-menu:hover .sub-menu, .site-header .primary-menu > .menu-item-has-children.mega-menu:focus .sub-menu {
  pointer-events: all;
  z-index: 1;
}
.site-header .ubermenu-nav > .menu-item-has-children:hover > .dropdown-toggle i, .site-header .ubermenu-nav > .menu-item-has-children:focus > .dropdown-toggle i, .site-header .ubermenu-nav > .menu-item-has-children:focus-within > .dropdown-toggle i, .site-header #secondary-menu > .menu-item-has-children:hover > .dropdown-toggle i, .site-header #secondary-menu > .menu-item-has-children:focus > .dropdown-toggle i, .site-header #secondary-menu > .menu-item-has-children:focus-within > .dropdown-toggle i, .site-header .primary-menu > .menu-item-has-children:hover > .dropdown-toggle i, .site-header .primary-menu > .menu-item-has-children:focus > .dropdown-toggle i, .site-header .primary-menu > .menu-item-has-children:focus-within > .dropdown-toggle i {
  transform: rotate(180deg);
}
@media (min-width: 1199.98px) {
  .site-header .ubermenu-nav > .menu-item-has-children:hover > .sub-menu, .site-header .ubermenu-nav > .menu-item-has-children:focus > .sub-menu, .site-header .ubermenu-nav > .menu-item-has-children:focus-within > .sub-menu, .site-header #secondary-menu > .menu-item-has-children:hover > .sub-menu, .site-header #secondary-menu > .menu-item-has-children:focus > .sub-menu, .site-header #secondary-menu > .menu-item-has-children:focus-within > .sub-menu, .site-header .primary-menu > .menu-item-has-children:hover > .sub-menu, .site-header .primary-menu > .menu-item-has-children:focus > .sub-menu, .site-header .primary-menu > .menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    pointer-events: all;
    z-index: 1;
  }
  .site-header .ubermenu-nav > .menu-item-has-children:hover > .dropdown-toggle, .site-header .ubermenu-nav > .menu-item-has-children:focus > .dropdown-toggle, .site-header .ubermenu-nav > .menu-item-has-children:focus-within > .dropdown-toggle, .site-header #secondary-menu > .menu-item-has-children:hover > .dropdown-toggle, .site-header #secondary-menu > .menu-item-has-children:focus > .dropdown-toggle, .site-header #secondary-menu > .menu-item-has-children:focus-within > .dropdown-toggle, .site-header .primary-menu > .menu-item-has-children:hover > .dropdown-toggle, .site-header .primary-menu > .menu-item-has-children:focus > .dropdown-toggle, .site-header .primary-menu > .menu-item-has-children:focus-within > .dropdown-toggle {
    transform: translateY(-50%);
  }
}
@media (max-width: 1199.98px) {
  .site-header .ubermenu-nav, .site-header #secondary-menu, .site-header .primary-menu {
    margin-right: auto;
    margin-left: auto;
  }
  .site-header .ubermenu-nav:not(:last-child), .site-header #secondary-menu:not(:last-child), .site-header .primary-menu:not(:last-child) {
    margin-bottom: 32px;
  }
  .site-header .ubermenu-nav .menu-item, .site-header #secondary-menu .menu-item, .site-header .primary-menu .menu-item {
    width: 100%;
    margin: 0;
  }
  .site-header .ubermenu-nav .menu-item a, .site-header #secondary-menu .menu-item a, .site-header .primary-menu .menu-item a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 0;
  }
  .site-header .ubermenu-nav .menu-item.trp-language-switcher-container, .site-header #secondary-menu .menu-item.trp-language-switcher-container, .site-header .primary-menu .menu-item.trp-language-switcher-container {
    order: 5;
  }
  .site-header .ubermenu-nav .menu-item.login-menu, .site-header #secondary-menu .menu-item.login-menu, .site-header .primary-menu .menu-item.login-menu {
    order: 3;
  }
  .site-header .ubermenu-nav .menu-item.menu-btn, .site-header #secondary-menu .menu-item.menu-btn, .site-header .primary-menu .menu-item.menu-btn {
    display: none;
  }
  .site-header .ubermenu-nav .menu-item.sub-menu-visible > .dropdown-toggle i, .site-header #secondary-menu .menu-item.sub-menu-visible > .dropdown-toggle i, .site-header .primary-menu .menu-item.sub-menu-visible > .dropdown-toggle i {
    transform: rotate(180deg);
  }
  .site-header .ubermenu-nav > .menu-item-has-children .sub-menu, .site-header #secondary-menu > .menu-item-has-children .sub-menu, .site-header .primary-menu > .menu-item-has-children .sub-menu {
    padding: 0;
  }
  .site-header .ubermenu-nav > .menu-item-has-children .sub-menu a, .site-header #secondary-menu > .menu-item-has-children .sub-menu a, .site-header .primary-menu > .menu-item-has-children .sub-menu a {
    flex: 1;
  }
}
.site-header .header-main-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .header-main-nav-actions .search-toggle {
  padding: 0;
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  color: #282828;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .site-header .header-main-nav-actions .search-toggle {
    display: none;
  }
}
.site-header .header-main-nav-actions .search-toggle i {
  font-weight: 400;
  transition: all 0.3s ease-out 0s;
}
.site-header .header-main-nav-actions .search-toggle:hover i {
  color: #517222;
}
@media (min-width: 1201px) {
  .site-header .header-main-nav-actions .search-toggle {
    position: relative;
    padding-right: 12px;
  }
  .site-header .header-main-nav-actions .search-toggle:after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #282828;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.2;
    transition: all 0.3s ease-out 0s;
  }
}
@media (min-width: 1300px) {
  .site-header .header-main-nav-actions .search-toggle {
    padding-right: 20px;
  }
}
.site-header .header-main-nav-actions .menu {
  display: flex;
}
.site-header .header-main-nav-actions .menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-header .header-main-nav-actions .menu-btn a {
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  border-radius: 3px;
  padding: 12px 25px 14px !important;
  color: #282828 !important;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  cursor: pointer;
  display: inline-block !important;
  max-width: 100%;
  text-align: center;
  background-color: #282828;
  color: #ffffff !important;
  border: 2px solid transparent;
}
.site-header .header-main-nav-actions .menu-btn a:hover {
  background-color: rgba(40, 40, 40, 0.7);
}
@media (min-width: 1199.98px) {
  .site-header .header-main-nav-actions {
    margin-left: clamp(20px, 2.421875vw, 46.5px);
    flex: 2;
  }
  .site-header .header-main-nav-actions .menu {
    margin-left: 25px;
  }
  .site-header .header-main-nav-actions #secondary-menu {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .site-header .header-main-nav-actions .menu {
    margin-left: clamp(20px, 3.6979vw, 71px);
  }
}
@media (max-width: 1199.98px) {
  .site-header .header-main-nav-actions .menu {
    padding-left: 32px;
  }
}
@media (min-width: 1199.98px) {
  .site-header {
    margin-left: 0;
    margin-right: 0;
    order: 2;
    border-bottom: 1px solid #ebebeb;
  }
  .site-header .menu {
    display: flex;
    margin-right: 0;
    margin-left: auto;
  }
}
.site-header .header-navs {
  flex: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .site-header .header-navs {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    width: 494px;
    max-height: calc(100vh - var(--header-height));
    height: 100vh;
    padding: 2px 5% 25px;
    overflow-y: auto;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: all 0.35s ease-in-out;
    z-index: 5;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    overflow-y: auto;
  }
  .site-header .header-navs.menu-open {
    transform: none;
  }
}
@media (max-width: 1199.98px) and (max-width: 639px) {
  .site-header .header-navs {
    width: 100%;
    transform: translateX(0) translateY(-200%);
    height: auto;
  }
}
.site-header .header-social-customer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-header .header-social-customer-nav .socials-menu {
  display: flex;
  font-size: 0;
  text-align: center;
}
.site-header .header-social-customer-nav .socials-menu .menu-item {
  display: inline-block;
}
.site-header .header-social-customer-nav .socials-menu .menu-item:not(:last-child) {
  margin-right: 24px;
}
.site-header .header-social-customer-nav .socials-menu .menu-item a:hover [class*="fa-"], .site-header .header-social-customer-nav .socials-menu .menu-item a:focus [class*="fa-"] {
  color: #517222;
}
@media (min-width: 1199.98px) {
  .site-header .header-social-customer-nav .socials-menu .menu-item a:hover [class*="fa-"], .site-header .header-social-customer-nav .socials-menu .menu-item a:focus [class*="fa-"] {
    color: #517222;
  }
}
.site-header .header-social-customer-nav .socials-menu .menu-item a [class*="fa-"] {
  font-size: 16px;
  line-height: 1;
  color: #909bab;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 1199.98px) {
  .site-header .header-social-customer-nav .socials-menu .menu-item a [class*="fa-"] {
    color: #282828;
  }
}
.site-header .header-social-customer-nav .menu > .menu-item {
  display: block;
  color: #282828;
}
@media (min-width: 1199.98px) {
  .site-header .header-social-customer-nav .menu > .menu-item {
    display: inline-block;
    margin-left: 32px;
    padding-left: 10px;
    color: #727880;
  }
}
@media (max-width: 1199.98px) {
  .site-header .header-social-customer-nav .menu > .menu-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .site-header .header-social-customer-nav .menu > .menu-item > a {
    flex: 1;
  }
  .site-header .header-social-customer-nav .menu > .menu-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.site-header .header-social-customer-nav .menu > .menu-item > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 2;
  padding-left: 32px;
  color: #282828;
}
@media (min-width: 1199.98px) {
  .site-header .header-social-customer-nav .menu > .menu-item > a {
    padding: 8px 0 4px;
    color: #727880;
    line-height: 2.25;
  }
}
.site-header .header-social-customer-nav .menu > .menu-item > a:hover, .site-header .header-social-customer-nav .menu > .menu-item > a:focus {
  color: #517222;
}
.site-header .header-social-customer-nav .menu > .menu-item-has-children {
  position: relative;
  padding-right: 21px;
}
@media (max-width: 1199.98px) {
  .site-header .header-social-customer-nav .menu > .menu-item-has-children > a {
    padding-right: 10px;
  }
}
.site-header .header-social-customer-nav .menu > .menu-item-has-children .dropdown-toggle {
  margin-left: auto;
  display: block;
  background: transparent;
  border: none;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 1199.98px) {
  .site-header .header-social-customer-nav .menu > .menu-item-has-children .dropdown-toggle {
    position: absolute;
    top: calc(50% + 2px);
    right: 0;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
  }
}
.site-header .header-social-customer-nav .menu > .menu-item-has-children .dropdown-toggle [class*="fa-"] {
  display: block;
  width: 11px;
  font-size: 12px;
  color: #727880;
  pointer-events: none;
  transition: all 0.35s ease-in-out;
}
.site-header .header-social-customer-nav .menu > .menu-item-has-children > .sub-menu {
  display: none;
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
  transition: opacity 0.35s ease-in-out;
}
@media (max-width: 1199.98px) {
  .site-header .header-social-customer-nav .menu > .menu-item-has-children > .sub-menu {
    width: 100%;
  }
}
.site-header .header-social-customer-nav .menu > .menu-item-has-children > .sub-menu li {
  position: relative;
}
.site-header .header-social-customer-nav .menu > .menu-item-has-children > .sub-menu a {
  display: block;
  width: 100%;
  padding-left: 32px;
  font-size: 16px;
  line-height: 2;
  color: #282828;
}
@media (min-width: 1199.98px) {
  .site-header .header-social-customer-nav .menu > .menu-item-has-children > .sub-menu a {
    padding: 0 10px;
    color: #727880;
    line-height: 2.25;
  }
}
.site-header .header-social-customer-nav .menu > .menu-item-has-children > .sub-menu a:hover, .site-header .header-social-customer-nav .menu > .menu-item-has-children > .sub-menu a:focus {
  color: #517222;
}
.site-header .header-social-customer-nav .menu > .menu-item-has-children:hover .dropdown-toggle i, .site-header .header-social-customer-nav .menu > .menu-item-has-children:focus .dropdown-toggle i {
  transform: rotate(180deg);
}
@media (min-width: 1199.98px) {
  .site-header .header-social-customer-nav .menu > .menu-item-has-children > .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    width: calc(100% + 10px);
    background-color: #eaeef3;
    box-shadow: 0 17px 21px rgba(0, 0, 0, 0.1);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }
  .site-header .header-social-customer-nav .menu > .menu-item-has-children:hover > .sub-menu, .site-header .header-social-customer-nav .menu > .menu-item-has-children:focus > .sub-menu {
    opacity: 1;
    transform: none;
    pointer-events: all;
    z-index: 2;
  }
  .site-header .header-social-customer-nav .menu > .menu-item-has-children:hover .dropdown-toggle i, .site-header .header-social-customer-nav .menu > .menu-item-has-children:focus .dropdown-toggle i {
    transform: rotate(180deg);
  }
}
@media (min-width: 1199.98px) {
  .site-header .header-social-customer-nav .menu > .menu-item.trp-language-switcher-container {
    padding-right: 0;
    padding-left: 0;
  }
  .site-header .header-social-customer-nav .menu > .menu-item.trp-language-switcher-container .trp-flag-image {
    display: none;
  }
  .site-header .header-social-customer-nav .menu > .menu-item.trp-language-switcher-container .dropdown-toggle {
    display: none;
  }
  .site-header .header-social-customer-nav .menu > .menu-item.trp-language-switcher-container > a {
    padding-left: 10px;
  }
  .site-header .header-social-customer-nav .menu > .menu-item.trp-language-switcher-container.menu-item-has-children .sub-menu {
    width: auto;
  }
}
@media (min-width: 1199.98px) {
  .site-header .header-social-customer-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 40px;
    padding-left: 46px;
    order: 0;
    width: 100%;
    justify-content: space-between;
    background-color: #eaeef3;
    z-index: 3;
  }
}
@media (max-width: 1199.98px) {
  .site-header .header-social-customer-nav {
    flex-direction: column-reverse;
  }
  .site-header .header-social-customer-nav .socials-menu, .site-header .header-social-customer-nav .menu {
    width: 100%;
  }
  .site-header .header-social-customer-nav .menu {
    margin-bottom: 28px;
  }
  .site-header .header-social-customer-nav .socials-menu {
    justify-content: center;
  }
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  opacity: 0;
}
.nav-overlay.nav-visible {
  opacity: 1;
  z-index: 5;
}
@media (min-width: 1199.98px) {
  .nav-overlay {
    display: none;
  }
}
.entry-content {
  margin: 0;
}
/* Admin bar fixes */
body.admin-bar .site {
  padding-top: calc(var(--header-height) + 46px);
}
@media (min-width: 782px) {
  body.admin-bar .site {
    padding-top: calc(var(--header-height) + 32px);
  }
}
@media (min-width: 1199.98px) {
  body.admin-bar .site {
    padding-top: calc(var(--header-height) + 32px);
  }
}
body.admin-bar .site-header {
  top: 46px;
}
@media (min-width: 782px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}
@media (min-width: 1199.98px) {
  body.admin-bar .header-social-customer-nav {
    top: 32px;
  }
}
@media (max-width: 480px) {
  body.admin-bar .site-header .header-navs.menu-open {
    max-height: calc(100vh - var(--header-height) - 46px);
  }
}
@media (max-width: 1199px) {
  .site-header #secondary-menu {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
    width: 100%;
    overflow: hidden;
  }
  .site-header .header-main-nav .header-main-nav-actions .menu-btn {
    margin-left: 30px;
  }
  .site-header .header-main-nav-actions .menu-btn a {
    border: 2px solid #282828;
    padding: 12px 30px 14px !important;
    color: #282828 !important;
  }
  .site-header .header-main-nav-actions .menu-btn a:hover {
    color: #ffffff !important;
    background-color: #282828 !important;
  }
}
@media (max-width: 479px) {
  .site-header .header-row .search-form .search-field {
    font-size: 18px;
  }
}
.header-decor {
  display: flex;
  position: relative;
  z-index: 24;
}
.header-decor span {
  flex: 2;
  height: 15px;
}
.header-decor span:nth-child(1) {
  background-color: #8e7029;
}
.header-decor span:nth-child(2) {
  background-color: #517222;
}
.header-decor span:nth-child(3) {
  background-color: #7239a4;
}
.header-decor span:nth-child(4) {
  background-color: #4d3075;
}
.header-decor span:nth-child(5) {
  background-color: #1e5b67;
}
@media (max-width: 980px) {
  .header-decor span {
    height: 10px;
  }
}
.custom-logo-link path {
  transition: all 0.5s ease-out 0s;
}
.home .site {
  padding-top: 0;
}
.home .site-header .header-mobile-wrap .menu-toggle {
  background: none;
}
.home:not(.scrolled) .custom-logo-link path {
  fill: #ffffff;
}
.home:not(.scrolled) .site-header {
  background: none;
  border-color: transparent;
}
.home:not(.scrolled) .site-header .header-mobile-wrap .btn--contacts, .home:not(.scrolled) .site-header .header-main-nav-actions .menu-btn a {
  border-color: #ffffff;
  color: #ffffff !important;
  background-color: transparent;
}
.home:not(.scrolled) .site-header .header-mobile-wrap .btn--contacts:hover, .home:not(.scrolled) .site-header .header-main-nav-actions .menu-btn a:hover {
  background-color: #ffffff;
  color: #282828 !important;
}
.home:not(.scrolled) .site-header #secondary-menu > .menu-item.trp-language-switcher-container:after, .home:not(.scrolled) .site-header .header-main-nav-actions .search-toggle:after {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .home:not(.scrolled) .site-header .ubermenu-nav > .ubermenu-item > a, .home:not(.scrolled) .site-header .ubermenu-nav > .menu-item > a, .home:not(.scrolled) .site-header #secondary-menu > .ubermenu-item > a, .home:not(.scrolled) .site-header #secondary-menu > .menu-item > a, .home:not(.scrolled) .site-header .primary-menu > .ubermenu-item > a, .home:not(.scrolled) .site-header .primary-menu > .menu-item > a {
    color: #ffffff;
  }
  .home:not(.scrolled) .site-header .ubermenu-nav > .ubermenu-item > a:hover, .home:not(.scrolled) .site-header .ubermenu-nav > .menu-item > a:hover, .home:not(.scrolled) .site-header #secondary-menu > .ubermenu-item > a:hover, .home:not(.scrolled) .site-header #secondary-menu > .menu-item > a:hover, .home:not(.scrolled) .site-header .primary-menu > .ubermenu-item > a:hover, .home:not(.scrolled) .site-header .primary-menu > .menu-item > a:hover {
    color: #80994d;
  }
}
.home:not(.scrolled) .site-header .header-mobile-wrap .search-toggle i, .home:not(.scrolled) .site-header .header-main-nav-actions .search-toggle i {
  color: #ffffff;
}
.home:not(.scrolled) .site-header .header-mobile-wrap .menu-toggle .menu-icon, .home:not(.scrolled) .site-header .header-mobile-wrap .menu-toggle .menu-icon::before, .home:not(.scrolled) .site-header .header-mobile-wrap .menu-toggle .menu-icon::after {
  background-color: #ffffff;
}
.scrolled .site-header {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media (min-width: 1199.98px) {
  .scrolled .site-header .ubermenu-nav > .ubermenu-item > a, .scrolled .site-header .ubermenu-nav > .menu-item > a, .scrolled .site-header #secondary-menu > .ubermenu-item > a, .scrolled .site-header #secondary-menu > .menu-item > a, .scrolled .site-header .primary-menu > .ubermenu-item > a, .scrolled .site-header .primary-menu > .menu-item > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .scrolled .site-header .header-mobile-wrap .custom-logo-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-active > a {
  color: #80994d !important;
}
body.home.admin-bar .site {
  padding-top: 32px;
}
@media (max-width: 1200px) {
  body.home.admin-bar .site {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  body.home.admin-bar .site {
    padding-top: 46px;
  }
}
body {
  /* .ubermenu {
		position: relative;
		z-index: 3;
	} */
}
@media (min-width: 1201px) {
  body .site-header .ubermenu-nav > .ubermenu-item > a {
    padding-left: 13px;
    padding-right: 12px;
  }
}
@media (max-width: 1199px) {
  body .site-header .ubermenu-nav > .ubermenu-item > a {
    padding-left: 0;
    padding-right: 0;
  }
}
body .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  font-size: 12px;
  position: static;
  margin: 6px 0 0 7px;
}
.site-header #secondary-menu > .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  font-size: 12px;
  position: static;
  margin: 5px 0 0 7px;
  font-family: "Font Awesome 5 Free";
}
@media (min-width: 1199.98px) {
  .site-header #secondary-menu > .menu-item a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .custom-logo-link svg {
    width: 130px;
  }
  body .site-header .ubermenu-nav > .ubermenu-item > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-header #secondary-menu > .menu-item a {
    padding-left: 13px;
    padding-right: 10px;
  }
  .site-header .header-main-nav-actions .menu-btn a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.header-mobile-wrap .btn--contacts {
  display: none;
}
@media (max-width: 1199px) {
  .header-mobile-wrap .btn--contacts {
    display: block;
    margin-left: auto;
    background-color: #282828;
    border-color: transparent;
    color: #ffffff !important;
  }
  .header-mobile-wrap .btn--contacts:hover {
    background-color: rgba(40, 40, 40, 0.7);
  }
}
@media (max-width: 479px) {
  .header-mobile-wrap .btn--contacts {
    margin-right: 15px;
  }
}
.header-row--first {
  display: none;
}
@media (max-width: 1199px) {
  /* body .ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
		margin-top: 48px;
	} */
  .search-form {
    display: flex;
    align-items: center;
  }
  .search-form label {
    flex: 2;
  }
  .site-header .header-row .search-form .search-field {
    border-bottom: 2px solid #282828;
  }
}
@media (min-width: 1200px) {
  body .ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop {
    border: none !important;
  }
  body .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-tab > .ubermenu-target {
    border: none;
    border-right: 1px solid transparent;
    font-size: 16px;
    line-height: calc(24 / 16);
    font-weight: 500;
    color: #282828;
    padding: 15px 35px 15px 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .ubermenu-sub-indicators .ubermenu-tab > .ubermenu-target > .ubermenu-sub-indicator {
    font-size: 16px;
    font-weight: 300;
    margin: 3px 0 0;
  }
  body .ubermenu-sub-indicators .ubermenu-tab:hover .ubermenu-target, body .ubermenu-sub-indicators .ubermenu-tab.ubermenu-active .ubermenu-target {
    border-color: #ebebeb;
  }
}
body .ubermenu .ubermenu-widget {
  padding-top: 0;
  padding-bottom: 0;
}
body .ubermenu .ubermenu-widget#custom_html-2 h3.ubermenu-widgettitle {
  display: none;
}
body .ubermenu .ubermenu-widget#custom_html-2 p span {
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 20px;
  border: none;
  padding: 0 !important;
  margin-bottom: 1.3em;
  display: block;
}
@media (max-width: 1199px) {
  body .ubermenu .ubermenu-widget#custom_html-2 p span {
    content: unset;
  }
}
body .ubermenu .ubermenu-widget#nav_menu-2:before {
  content: "Find us on social media";
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 1.3em;
  border: none;
  padding: 0 !important;
  margin-bottom: 1.3em;
  display: block;
}
@media (max-width: 1199px) {
  body .ubermenu .ubermenu-widget#nav_menu-2:before {
    content: unset;
  }
}
body .ubermenu .ubermenu-widget#nav_menu-2 h3.ubermenu-widgettitle {
  display: none;
}
body .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal {
  margin: 0 0 20px;
}
body .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-top: 0;
  padding-bottom: 0;
}
body .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target:hover {
  color: #517222;
}
body .ubermenu .ubermenu-custom-content {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #282828;
  opacity: 0.7;
}
@media (max-width: 1199px) {
  body .ubermenu .ubermenu-custom-content {
    display: none;
  }
}
body .ubermenu-widget-area {
  margin: 0;
  padding: 0;
}
body .widget_custom_html .ubermenu-widgettitle {
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 20px;
  border: none;
  padding: 0 !important;
}
body .widget_custom_html p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 21px;
  opacity: 0.7;
}
.not-finding__button {
  margin-bottom: 20px;
}
.widget_nav_menu .ubermenu-widgettitle {
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 15px;
  border: none;
  padding: 0 !important;
}
.widget_nav_menu .menu .menu-item {
  margin-right: 10px;
}
.widget_nav_menu .menu .menu-item:last-child {
  margin-right: 0;
}
.widget_nav_menu .menu .menu-item.twitter a .menu-item-icon i.fa-x-twitter {
  width: 15px;
  height: 15px;
  background-image: url("../img/x-twitter.svg");
  background-size: contain;
  background-position: center;
  filter: brightness(1);
  transition: all 0.3s ease-out 0s;
}
.widget_nav_menu .menu .menu-item.twitter a:hover .menu-item-icon i.fa-x-twitter {
  filter: brightness(0);
}
.widget_nav_menu .menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #282828;
  color: #ffffff;
  border: 1px solid #282828;
  transition: all 0.3s ease-out 0s;
  border-radius: 50%;
  padding-top: 1px;
}
.widget_nav_menu .menu a i {
  font-size: 15px;
  line-height: 1;
}
.widget_nav_menu .menu a:hover {
  color: #282828;
  background-color: #ffffff;
}
.widget_nav_menu .menu .menu-item-title {
  display: none;
}
@media (max-width: 1199px) {
  body .ubermenu-responsive .ubermenu-tab > .ubermenu-target {
    padding: 12px 15px;
    border: none;
  }
  body .ubermenu-responsive .ubermenu-tab > .ubermenu-target .ubermenu-target-title {
    font-size: 14px;
    font-weight: 500;
  }
  body .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    font-weight: 300;
  }
  body .ubermenu .ubermenu-submenu .ubermenu-column {
    border: none;
  }
  body .ubermenu.ubermenu-responsive .ubermenu-tab {
    border: 1px solid #eaeef3;
    border-top: none;
    margin: 0;
    padding: 0;
  }
  body .ubermenu.ubermenu-responsive .ubermenu-tab:first-child {
    border-top: 1px solid #eaeef3;
  }
  body .ubermenu .ubermenu-submenu-type-stack > .ubermenu-column {
    margin: 8px 0 !important;
  }
  body .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
    font-size: 14px;
  }
  body .ubermenu .ubermenu-autocolumn, body .ubermenu .ubermenu-submenu-type-stack {
    padding-bottom: 0;
  }
  body .site-header #secondary-menu > .menu-item-has-children .sub-menu .menu-item {
    border: 1px solid #eaeef3;
    border-top: none;
  }
  body .site-header #secondary-menu > .menu-item-has-children .sub-menu .menu-item:first-child {
    border-top: 1px solid #eaeef3;
  }
  body .site-header #secondary-menu > .menu-item-has-children .sub-menu a {
    padding: 12px 15px;
  }
  body .menu-social-menu-container .menu {
    display: flex;
  }
  body .menu-social-menu-container .menu .menu-item {
    width: auto;
  }
  body #custom_html-3 {
    display: none;
  }
  body #nav_menu-3 {
    padding-top: 10px;
  }
  body .ubermenu h3.ubermenu-widgettitle {
    display: none;
  }
  body .ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-active > .ubermenu-target {
    background-color: #f8f8f8 !important;
  }
  body .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close i {
    font-weight: 300;
  }
  .site-header #secondary-menu .menu-item {
    position: relative;
  }
  .site-header #secondary-menu .menu-item.sub-menu-visible::before {
    content: "";
    display: block;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    top: 16px;
    right: 8px;
    font-weight: 300;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
    /* padding: 25px 0;
		@include laptopL {
			padding: 15px 0;
		} */
    padding: 0;
  }
  .ubermenu-column-3-4 .ubermenu-column-1-3, .ubermenu-column-3-4 .ubermenu-column-8-11, .ubermenu-column-3-4 .ubermenu-column-4-11 {
    padding: 5px 0 !important;
    /* @include laptopL {
				padding: 20px 0 !important;
			} */
  }
  .ubermenu-column-3-4 .ubermenu-column-3-11 {
    border-left: 1px solid #ebebeb !important;
    padding: 20px 15px 0 !important;
  }
}
body:not(.page-id-15873) #secondary-menu li.menu-item-4895 ul.sub-menu li {
  /*&:last-child{
						display: none;
					}*/
}
body:not(.page-id-15873) #secondary-menu li.menu-item-4895 ul.sub-menu li#menu-item-183314 {
  display: none !important;
}
@keyframes pulse {
  0% {
    transform: scale(1.2) translate(5%, 5%);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2) translate(5%, 5%);
  }
}
.hero-section {
  position: relative;
}
.hero-section.hero-section--bg-image .hero-section-img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-section--bg-image-animated {
  overflow: hidden;
}
.hero-section--bg-image-animated .hero-section-img {
  display: block;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: pulse 14s infinite;
}
.hero-section.hero-section--bg-video .hero-section-video {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 980px) {
  .hero-section.hero-section--bg-video .hero-section-video.desktop-video {
    display: none !important;
  }
}
@media (min-width: 981px) {
  .hero-section.hero-section--bg-video .hero-section-video.mobile-video {
    display: none !important;
  }
}
.hero-section::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.76;
}
.hero-section:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0.7) 0%, rgba(40, 40, 40, 0) 100%);
  z-index: 3;
  top: 0;
  left: 0;
}
.hero-section.bg-dark-overlay::before {
  background-color: #000;
  opacity: 0.55;
  z-index: 1;
}
.hero-section.bgc-sage::before {
  background-color: #a3ca8c;
}
.hero-section.bgc-sage-medium::before {
  background-color: #a9df5d;
}
.hero-section.bgc-sage-dark::before {
  background-color: #517222;
}
.hero-section.bgc-cadet::before {
  background-color: #97baba;
}
.hero-section.bgc-cadet-medium::before {
  background-color: #5ebbbb;
}
.hero-section.bgc-cadet-dark::before {
  background-color: #1e5b67;
}
.hero-section.bgc-violet::before {
  background-color: #b9ace8;
}
.hero-section.bgc-violet-medium::before {
  background-color: #9b5ad4;
}
.hero-section.bgc-violet-dark::before {
  background-color: #4d3075;
}
.hero-section.bgc-gold::before {
  background-color: #e8ce96;
}
.hero-section.bgc-gold-medium::before {
  background-color: #daa947;
}
.hero-section.bgc-gold-dark::before {
  background-color: #8e7029;
}
.hero-section.bgc-carbon::before {
  background-color: #282828;
}
.hero-section.bgc-carbon-light::before {
  background-color: #ebebeb;
}
.hero-section.bgc-carbon-medium::before {
  background-color: #ccc;
}
.hero-section.bgc-white::before {
  background-color: #ffffff;
}
.hero-section--bg-gradient::before {
  background-image: linear-gradient(to right, #c69a3f 0%, #517222 30%, #3d8080 70%, #7239a4 100%);
}
.hero-section--bg-gradient img {
  display: none;
}
.hero-section--bg-color img {
  display: none;
}
.hero-section .buttons {
  margin: 0 0 clamp(25px, 2.7777777778vw, 40px);
}
.hero-container {
  z-index: 5;
  position: relative;
}
.hero-container .base-row {
  height: 700px;
  max-height: 100vh;
  min-height: 500px;
  padding-top: 140px;
  padding-bottom: 1.5vh;
}
@media (max-width: 1800px) {
  .hero-container .base-row {
    height: 600px;
    min-height: 480px;
    padding-bottom: 3vh;
  }
}
@media (max-width: 1199px) {
  .hero-container .base-row {
    height: 500px;
    min-height: 520px;
    padding-top: 70px;
  }
}
@media (max-width: 1023px) {
  .hero-container .base-row {
    padding-top: 3vh;
  }
}
@media (orientation: portrait) {
  .hero-container .base-row {
    height: 650px;
  }
}
@media (max-width: 479px) {
  .hero-container .base-row {
    padding-bottom: 7vh;
    min-height: 580px;
  }
}
.admin-bar .hero-container .base-row {
  max-height: calc(100vh - 32px);
}
@media (max-width: 782px) {
  .admin-bar .hero-container .base-row {
    max-height: calc(100vh - 46px);
  }
}
h3.hero-subtitle {
  color: #282828;
  font-size: clamp(40px, 4.1666666667vw, 60px);
  line-height: calc(72 / 60);
  margin: 0;
}
@media (max-width: 479px) {
  h3.hero-subtitle {
    line-height: calc(48 / 40);
  }
}
@media (max-width: 359px) {
  h3.hero-subtitle {
    font-size: 36px;
  }
}
div.hero-subtitle {
  font-size: 22px;
  line-height: calc(29 / 22);
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  div.hero-subtitle {
    font-size: 18px;
  }
}
.hero-title {
  color: #282828;
  font-size: clamp(40px, 4.1666666667vw, 60px);
  line-height: calc(72 / 60);
  font-weight: 500;
  margin: 0 0 48px;
}
.hero-title span {
  font-weight: 300;
  display: block;
}
@media (max-width: 479px) {
  .hero-title {
    line-height: calc(48 / 40);
    margin-bottom: 30px;
  }
}
@media (max-width: 359px) {
  .hero-title {
    font-size: 38px;
  }
}
.text-color-white .hero-subtitle {
  color: #ffffff;
}
.text-color-white .hero-title {
  color: #ffffff;
}
.hero-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 4;
}
@media (min-width: 981px) {
  .hero-info {
    max-width: 840px;
  }
}
.subheading-position--below .hero-title {
  order: 1;
  margin-bottom: 30px;
}
.subheading-position--below .hero-subtitle {
  order: 2;
  margin-bottom: 48px;
}
@media (max-width: 980px) {
  .subheading-position--below .hero-subtitle {
    margin-bottom: 38px;
  }
}
.subheading-position--below .hero-btns {
  order: 3;
}
.featherlight-link-video-modal .featherlight-content {
  padding: 0;
  background: none;
}
/* .hero-section {
	position: relative;
	display: flex;
	align-items: center;
	padding: 210px 0;
	@media(max-width: 1800px) {
		padding: 12% 0;
	}
	@include tablet {
		padding: 15% 0;
	}
	// min-height: 550px;
	&::before,
	&::after {
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	&::before {
		background-image: linear-gradient(to right, #011149 0%, #22c3e6 89%, #25d3f4 100%);
		opacity: 0.76;
	}
	.hero-section-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: -1;
	}
	.hero-container {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		z-index: 1;
		& > * {
			color: $white;
		}
	}


	&:not(.homepage-hero){
		padding: 95px 0 122px;

		.hero-info {
			text-align: center;

			.hero-subtitle {
				color: #03cef5;
				font-family: "Gotham", sans-serif;
				@include fontsize(16px,15px,14px);
				font-weight: 700;
				font-style: normal;
				letter-spacing: 1.5px;
				line-height: 170%;
				text-align: center;
				text-transform: uppercase;
				margin-bottom: 0;
			}

			.hero-title {
				color: #ffffff;
				font-family: "Gotham";
				@include fontsize(48px,36px,28);
				font-weight: 700;
				font-style: normal;
				letter-spacing: normal;
				line-height: 120%;
				text-align: center;
				margin-top: 0;
			}
		}

		&::before {
			opacity: 1;
		}
	}
} */
.news-ticker-section {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
  margin-bottom: clamp(60px, 5.5555555556vw, 80px);
}
.news-ticker-section .base-row {
  display: flex;
}
.news-ticker-section--align-center .base-row {
  justify-content: center;
}
.news-ticker-section--align-right .base-row {
  justify-content: flex-end;
}
.news-ticker-section .news-ticker-slider {
  width: 750px;
  height: 150px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 8;
  margin: 0;
}
.news-ticker-section--shifted {
  margin-top: 0;
}
.news-ticker-section--shifted .news-ticker-slider {
  margin-top: -75px;
}
.news-ticker-section .post-item-card {
  display: flex;
  background-color: #fff;
}
.news-ticker-section .post-item-card-image-wrap {
  position: relative;
  width: 150px;
  height: 150px;
  flex: none;
  overflow: hidden;
}
.news-ticker-section .post-item-card-image-wrap a {
  display: block;
  height: 100%;
}
.news-ticker-section .post-item-card-image-wrap img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-out 0s;
}
.news-ticker-section .post-item-card-image-wrap:hover img {
  transform: scale(1.05);
}
.news-ticker-section .post-item-card-info-wrap {
  padding-right: 150px;
}
.news-ticker-section .post-item-card-info {
  padding: 30px;
}
.news-ticker-section .post-item-card-row--pill {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-ticker-section .pill {
  display: inline-block;
  border: 1px solid #80994d;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 3px 10px 5px;
  color: #80994d;
  margin: 0 9px 9px 0;
}
.news-ticker-section .pill:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .news-ticker-section .pill {
    font-size: 12px;
    line-height: 14px;
    margin: 0 5px 7px 0;
  }
}
.news-ticker-section .post-item-card-title {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 152%;
  color: #282828;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.04em;
}
@media (min-width: 981px) {
  .news-ticker-section .post-item-card-title {
    height: 73px;
    padding-top: 20px;
  }
}
.news-ticker-section .post-item-card-title a {
  color: #282828;
  transition: all 0.3s ease-out 0s;
}
.news-ticker-section .post-item-card-title a:hover {
  color: #80994d;
}
.news-ticker-section .news-ticker-controls {
  position: absolute;
  width: 150px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
}
.news-ticker-section .news-ticker-pagination-block {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ccc;
}
@media (min-width: 1600px) {
  .news-ticker-section .news-ticker-pagination-block {
    font-size: 20px;
  }
}
.news-ticker-section .swiper-pagination-current {
  color: #282828;
}
.news-ticker-section .news-ticker-navigation-block {
  flex: 2;
  display: flex;
}
.news-ticker-section .news-ticker-navigation-block [class*="news-ticker-"] {
  border-radius: 0;
  flex: 2;
  height: 100%;
  background-color: #ccc;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-ticker-section .news-ticker-navigation-block [class*="news-ticker-"] i {
  color: #282828;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1600px) {
  .news-ticker-section .news-ticker-navigation-block [class*="news-ticker-"] i {
    font-size: 20px;
    line-height: 1;
  }
}
.news-ticker-section .news-ticker-navigation-block [class*="news-ticker-"]:first-child {
  cursor: default;
  background-color: #ebebeb;
}
.news-ticker-section .news-ticker-navigation-block [class*="news-ticker-"]:first-child i {
  color: #282828;
}
.news-ticker-section .news-ticker-navigation-block [class*="news-ticker-"]:hover {
  background-color: #282828 !important;
}
.news-ticker-section .news-ticker-navigation-block [class*="news-ticker-"]:hover i {
  color: #ffffff !important;
}
@media (max-width: 980px) {
  .news-ticker-section .news-ticker-slider {
    max-width: 100%;
    height: 120px;
  }
  .news-ticker-section--shifted .news-ticker-slider {
    margin-top: -60px;
  }
  .news-ticker-section .post-item-card-image-wrap {
    width: 120px;
    height: 120px;
  }
  .news-ticker-section .post-item-card-info {
    padding: 24px;
  }
  .news-ticker-section .post-item-card-info-wrap {
    padding-right: 120px;
  }
  .news-ticker-section .news-ticker-controls {
    width: 120px;
  }
  .news-ticker-section .post-item-card-title {
    font-size: 15px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.04em;
  }
}
@media (max-width: 767px) {
  .news-ticker-section .news-ticker-slider {
    max-width: 100%;
    height: auto;
  }
  .news-ticker-section--shifted .news-ticker-slider {
    margin-top: -115px;
  }
  .news-ticker-section .post-item-card-image-wrap {
    width: 100px;
    height: 115px;
  }
  .news-ticker-section .post-item-card-info-wrap {
    padding-right: 0;
  }
  .news-ticker-section .post-item-card {
    padding-bottom: 50px;
  }
  .news-ticker-section .post-item-card-info {
    padding: 20px 20px 0;
  }
  .news-ticker-section .post-item-card-title {
    font-size: 14px;
  }
  .news-ticker-section .news-ticker-controls {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    height: 50px;
  }
  .news-ticker-section .news-ticker-navigation-block {
    justify-content: flex-end;
  }
  .news-ticker-section .news-ticker-pagination-block {
    width: 100px;
    flex: none;
    bottom: 0 !important;
  }
  .news-ticker-section .news-ticker-navigation-block [class*="news-ticker-"] {
    width: 50px;
    height: 50px;
    flex: none;
  }
}
.media-text-section {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
  margin-bottom: clamp(40px, 8.6805555556vw, 125px);
  position: relative;
}
.media-text-section .media-text {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 1600px) {
  .media-text-section .media-text {
    gap: 4vw;
  }
}
.media-text-section .media-text.media-text--text-only {
  gap: unset;
}
.media-text-section .media-text.text_white, .media-text-section .media-text.text-color-white {
  color: #ffffff !important;
}
.media-text-section .media-text.text_white .text-group-heading, .media-text-section .media-text.text_white .text-group-content p, .media-text-section .media-text.text-color-white .text-group-heading, .media-text-section .media-text.text-color-white .text-group-content p {
  color: #ffffff;
}
.media-text-section .media-text.text_white .text-group-heading a:hover, .media-text-section .media-text.text_white .text-group-content p a:hover, .media-text-section .media-text.text-color-white .text-group-heading a:hover, .media-text-section .media-text.text-color-white .text-group-content p a:hover {
  color: #365607;
}
.media-text-section .media-text.text-color-white h2, .media-text-section .media-text.text-color-white h3, .media-text-section .media-text.text-color-white h4, .media-text-section .media-text.text-color-white h5, .media-text-section .media-text.text-color-white h6 {
  color: #ffffff;
}
.media-text-section .media-text-col--text {
  flex: 19;
}
.media-text-section .media-text-col--media {
  flex: 19.6;
}
.media-text-section .media-text-media-el {
  margin: 0;
}
.media-text-section .media-text-media-el .media-text-img {
  width: 100%;
  display: block;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.media-text-section .text-group-subheading {
  display: block;
}
.media-text-section .text-group-heading {
  font-size: clamp(28px, 2.3611111111vw, 34px);
  line-height: calc(41 / 34);
  color: #000;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .media-text-section .text-group-heading {
    line-height: 1.3;
  }
}
.media-text-section .text-group-content {
  margin-bottom: 32px;
}
.media-text-section .text-group-content p {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .media-text-section .text-group-content {
    line-height: 1.63;
  }
}
.media-text-section .buttons {
  margin-bottom: 8px;
}
.media-text-section .text-group-subheading {
  font-size: 22px;
  line-height: calc(29 / 22);
  opacity: 0.7;
  margin-bottom: 10px;
}
@media (max-width: 1439px) {
  .media-text-section .text-group-subheading {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.media-text-section .with-decor .media-text-media-el .decor-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.media-text-section .with-decor .media-text-media-el .decor-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .media-text-section .with-decor .media-text-media-el .decor-img {
    right: -10vw;
  }
}
.media-text-section .block-background-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.media-text-section .block-background-overlay.overlay-dark {
  background-color: rgba(0, 0, 0, 0.55);
}
.media-text-section .block-background-overlay.overlay-light {
  background-color: rgba(255, 255, 255, 0.55);
}
.media-text-section .tmf__icon strong {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 4px;
}
@media (max-width: 479px) {
  .media-text-section .tmf__icon strong {
    font-size: 20px;
  }
}
.media-text-section .simple_text.simple_text_align-left {
  text-align: left;
}
.media-text-section .simple_text.simple_text_align-center {
  text-align: center;
}
.media-text-section .simple_text.simple_text_align-right {
  text-align: right;
}
.media-text-section h2.simple_text {
  margin: clamp(20px, 2.2916666667vw, 33px) 0 0;
}
.media-text-section h3.simple_text {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
}
.media-text-section h4.simple_text {
  margin-top: clamp(20px, 1.6666666667vw, 24px);
}
.media-text-section h5.simple_text, .media-text-section h6.simple_text {
  margin-top: clamp(14px, 1.3888888889vw, 20px);
}
@media (min-width: 1600px) {
  .media-text-section .simple_text {
    margin-top: -3px;
    line-height: calc(46 / 42);
  }
  .media-text-section .tmf__icon.border-rounded + .tmf__text {
    padding-bottom: 8px;
  }
}
.media-text-section .buttons-wrap .btn {
  margin-right: clamp(5px, 2.7777777778vw, 40px);
}
.media-text-section .buttons-wrap .btn:last-child {
  margin-right: 0;
}
@media (max-width: 479px) {
  .media-text-section .buttons-wrap .btn:not(:last-child) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.vertical-align-center {
  align-items: center;
}
.vertical-align-top {
  align-items: flex-start;
}
.vertical-align-bottom {
  align-items: flex-end;
}
.media-text--media-before .media-text-col--text {
  order: 2;
}
.with-simple-text {
  margin-top: clamp(40px, 8.1944444444vw, 118px);
  margin-bottom: clamp(40px, 8.3333333333vw, 120px);
}
.with-simple-text .text-group-content:last-child {
  margin-bottom: 0;
}
.with-simple-text .text-group-content p {
  opacity: 1;
}
.with-simple-text .buttons {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .with-simple-text .media-text--media-before .media-text-col--media {
    order: unset;
  }
}
@media (min-width: 1600px) {
  /* .text-group-content {
		font-size: 20px;
		line-height: 150%;
	} */
  .with-simple-text--small_introtext .text-group-content {
    font-size: 18px;
    line-height: 155%;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 980px) {
  .media-text-section .media-text {
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }
  .media-text--media-before .media-text-col--text {
    order: 1;
  }
  .media-text--media-before .media-text-col--media {
    order: 2;
  }
}
@media (max-width: 767px) {
  .media-text-section .media-text {
    gap: 26px;
  }
}
.video-link a {
  display: block;
  position: relative;
  overflow: hidden;
}
.video-link a span {
  display: block;
  position: absolute;
  width: clamp(80px, 6.9444444444vw, 100px);
  height: clamp(80px, 6.9444444444vw, 100px);
  border-radius: 50%;
  background: #ffffff url(../img/play-big.svg) no-repeat 61% center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
  z-index: 3;
  box-shadow: 0 0 0 0 #ffffff;
  opacity: 0.9;
}
@media (max-width: 479px) {
  .video-link a span {
    background-size: 31px 34px;
  }
}
@media (any-hover: hover) {
  .video-link a:hover {
    /* img {
					transform: scale(1.05);
				}
				&::after {
					opacity: 1;
				} */
  }
  .video-link a:hover span {
    box-shadow: 0 0 0 10px #ffffff;
    opacity: 1;
  }
}
.video-link a::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.video-link img {
  display: block;
  width: 100%;
  transition: all 0.6s ease-out 0s;
}
.mtd--standart {
  margin-top: clamp(40px, 8.3333333333vw, 120px);
  margin-bottom: clamp(40px, 8.3333333333vw, 120px);
  /* .media-text--media-after {
		.with-decor {
			.media-text-media-el {
				.decor-img {
					left: auto;
					right: -60px;
				}
			}
		}
	} */
}
.mtd--standart .text-group-heading {
  color: #282828;
  font-size: clamp(26px, 2.9166666667vw, 42px);
  line-height: calc(50 / 42);
  margin-bottom: clamp(20px, 2.3611111111vw, 34px);
}
.mtd--standart .text-group-content {
  margin-bottom: clamp(20px, 2.2916666667vw, 33px);
}
.mtd--standart .text-group-content:last-child {
  margin-bottom: 0;
}
.mtd--standart .text-group-content p {
  opacity: 0.7;
}
.mtd--standart .with-decor .media-text-media-el {
  position: relative;
}
.mtd--standart .with-decor .media-text-media-el .media-text-img {
  position: relative;
  z-index: 2;
}
.mtd--standart .with-decor .media-text-media-el .decor-img {
  position: absolute;
  right: -60px;
  top: -60px;
}
.mtd--standart .with-decor .media-text-media-el .decor-img img {
  display: block;
}
.mtd--standart .with-decor .media-text-media-el .decor-img.left {
  left: -60px;
  right: auto;
}
.mtd--standart .with-decor .media-text-media-el .decor-img.top {
  top: -60px;
  bottom: auto;
}
.mtd--standart .with-decor .media-text-media-el .decor-img.right {
  right: -60px;
  left: auto;
}
.mtd--standart .with-decor .media-text-media-el .decor-img.bottom {
  top: auto;
  bottom: -60px;
}
.mtd--standart--2 {
  margin-top: clamp(60px, 10.4166666667vw, 150px);
  margin-bottom: clamp(60px, 7.9166666667vw, 114px);
}
.media-text.media-text--media-before .media-text-media-el .decor-img {
  left: -60px;
  top: -60px;
  right: -60px;
  bottom: -60px;
}
.media-text.media-text--media-before .media-text-media-el .decor-img.left {
  left: -60px;
  right: auto;
}
.media-text.media-text--media-before .media-text-media-el .decor-img.top {
  top: -60px;
  bottom: auto;
}
.media-text.media-text--media-before .media-text-media-el .decor-img.right {
  right: -60px;
  left: auto;
}
.media-text.media-text--media-before .media-text-media-el .decor-img.bottom {
  top: auto;
  bottom: -60px;
}
@media (max-width: 1439px) {
  .media-text.media-text--media-before .media-text-media-el .decor-img {
    left: -30px;
    top: -30px;
  }
  .media-text.media-text--media-before .media-text-media-el .decor-img.left {
    left: -30px;
    right: auto;
  }
  .media-text.media-text--media-before .media-text-media-el .decor-img.top {
    top: -30px;
    bottom: auto;
  }
  .media-text.media-text--media-before .media-text-media-el .decor-img.right {
    right: -30px;
    left: auto;
  }
  .media-text.media-text--media-before .media-text-media-el .decor-img.bottom {
    top: auto;
    bottom: -30px;
  }
}
@media (max-width: 1439px) {
  .mtd--standart .with-decor .media-text-media-el .decor-img {
    width: 38vw;
    left: -30px;
    top: -30px;
  }
  .mtd--standart .with-decor .media-text-media-el .decor-img.top {
    top: -30px;
  }
  .mtd--standart .media-text--media-after .with-decor .media-text-media-el .decor-img {
    left: auto;
    right: -30px;
  }
  .mtd--standart .media-text--media-after .with-decor .media-text-media-el .decor-img.right {
    right: -30px;
  }
  .mtd--standart .media-text--media-after .with-decor .media-text-media-el .decor-img.bottom {
    bottom: -30px;
  }
  .mtd--standart .media-text--media-after .with-decor .media-text-media-el .decor-img.left {
    left: -30px;
    right: auto;
  }
}
@media (max-width: 980px) {
  .mtd--standart .with-decor .media-text-media-el .decor-img {
    width: 55vw;
  }
}
@media (max-width: 767px) {
  .mtd--standart .with-decor .media-text-media-el .decor-img {
    display: none;
  }
}
.media-text-section .collage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 35px 0 0;
}
.media-text-section .collage-grid .main-image {
  position: relative;
  top: -70px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  width: auto;
}
.media-text-section .collage-grid .collage-image {
  position: relative;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  width: auto;
}
@media (min-width: 981px) {
  .media-text-section.with-collage {
    margin-top: clamp(50px, 10.7638888889vw, 155px);
  }
}
.media-text-section .simplelist {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .media-text-section .simplelist {
    padding-bottom: 0;
  }
}
.media-text-section .mts__header .text-group-heading {
  font-size: clamp(32px, 2.9166666667vw, 42px);
  line-height: calc(46 / 42);
  margin: 0 0 clamp(20px, 2.2916666667vw, 33px);
}
.media-text-section .mts__header .text-group {
  margin: 0 auto clamp(30px, 5.5555555556vw, 80px);
  max-width: 760px;
}
@media (min-width: 1600px) {
  .media-text-section .mts__header .text-group {
    padding-top: 34px;
  }
  .media-text-section .mts__header .text-group p {
    font-size: 18px;
  }
}
.media-text-section .mts__header .text-group p {
  opacity: 1;
}
.media-text-section.has-background, .media-text-section.has-decor-line {
  margin: 0;
}
.media-text-section.has-background .mts__wrapper, .media-text-section.has-decor-line .mts__wrapper {
  position: relative;
  padding-top: clamp(40px, 5.5555555556vw, 80px);
  padding-bottom: clamp(60px, 8.6805555556vw, 125px);
}
.no-media-text {
  margin-bottom: 0;
}
.no-media-text.has-background, .no-media-text.has-decor-line {
  margin: 0;
}
.no-media-text.has-background .mts__wrapper, .no-media-text.has-decor-line .mts__wrapper {
  padding-bottom: 0;
}
.no-media-text + .media-text-section {
  margin-top: 0;
}
.media-text-section--big_title .text-group-heading {
  font-size: clamp(28px, 2.9166666667vw, 42px);
}
.media-text-section--big_title .text-group-content {
  margin-bottom: 0;
}
/* .media-text--media-before {
	.simplelist {
		padding-left: 0;
	}
} */
.media-text-section .media-text--wrap {
  flex-direction: column;
  gap: clamp(40px, 5.6944444444vw, 82px);
}
.media-text-section .media-text--wrap > div {
  flex: none;
}
.media-text-section .media-text--wrap .text-group {
  max-width: 676px;
}
.media-text-section .media-text--wrap .text-group-content {
  margin: 0;
}
.mts--full_width {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: clamp(60px, 8.1944444444vw, 118px);
}
@media (max-width: 1199px) {
  .mts--full_width {
    background-color: #f8f8f8;
    margin-bottom: 0;
    padding-bottom: clamp(60px, 8.3333333333vw, 120px);
  }
}
.mts--full_width .mts__wrapper {
  padding-top: clamp(60px, 8.3333333333vw, 120px);
}
.mts--full_width .media-text {
  max-width: 1280px;
}
@media (min-width: 1200px) {
  .mts--full_width .media-text-media-el .decor-img {
    background-color: #f8f8f8;
  }
  .mts--full_width .media-text-media-el .decor-img::before {
    content: "";
    display: block;
    position: absolute;
    width: 80vw;
    height: 100%;
    right: 100%;
    background-color: #f8f8f8;
  }
}
.mts--full_width .text-group-heading {
  margin-bottom: 33px;
  letter-spacing: -0.005em;
}
@media (max-width: 767px) {
  .mts--full_width .text-group-heading {
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .mts--full_width .text-group-heading {
    font-size: 42px;
  }
}
.mts--full_width .text-group-subheading {
  margin-bottom: 18px;
  opacity: 1;
}
@media (min-width: 480px) {
  .tmf__text {
    margin-top: -4px;
  }
}
@media (min-width: 1600px) {
  .tmf__listitem {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 1600px) {
  .media-text-section--media_elongated .media-text-col--text {
    flex: 15;
  }
  .media-text-section--media_elongated .media-text-col--media {
    flex: 22.9;
  }
}
.insert_buttons {
  display: none;
}
.media-text-section .insert_buttons + .buttons {
  margin-top: clamp(30px, 3.4722222222vw, 50px);
}
.pt0.has-background {
  margin-top: -10px;
}
.pt0.has-background .mts__header .text-group, .pt0.has-background .mts__wrapper {
  padding-top: 0;
}
@media (min-width: 1600px) {
  .text-group-block.vertical-align-center .text-group-wrap {
    padding-top: 26px;
  }
}
.mts__header.full_width .text-group {
  max-width: 100%;
}
.full_width_header .mts__header .text-group {
  margin-bottom: 0;
  padding-top: 0;
}
.full_width_header.has-background .mts__wrapper {
  padding-bottom: clamp(40px, 5.5555555556vw, 80px);
}
.full_width_header.background-cadet-dark .mts__header .text-group p, .full_width_header.background-cadet-medium .mts__header .text-group p, .full_width_header.background-gold-dark .mts__header .text-group p, .full_width_header.background-gold-medium .mts__header .text-group p, .full_width_header.background-sage-dark .mts__header .text-group p, .full_width_header.background-sage-medium .mts__header .text-group p, .full_width_header.background-violet-dark .mts__header .text-group p, .full_width_header.background-violet-medium .mts__header .text-group p {
  color: #ffffff;
}
.moving-as-one {
  margin-top: clamp(60px, 6.3194444444vw, 71px);
  margin-bottom: clamp(30px, 8.3333333333vw, 120px);
}
.moving-as-one__row_headings {
  margin-bottom: 30px;
}
.moving-as-one__row_headings .text-group-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.moving-as-one__row_headings .text-group-heading {
  margin-bottom: clamp(14px, 1.6666666667vw, 24px);
}
@media (max-width: 479px) {
  .moving-as-one__row_headings .text-group-heading {
    font-size: 28px;
  }
}
.moving-as-one__row_headings .text-group-subheading {
  order: 2;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 155%;
  color: #282828;
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: 0;
}
.moving-as-one__row_cards {
  max-width: 1480px;
}
.moving-as-one__cards {
  display: flex;
  gap: 20px;
}
.moving-as-one__card {
  flex: 2;
  text-align: center;
}
.moving-as-one__card_img {
  position: relative;
  padding-bottom: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 12px;
}
.moving-as-one__card_img img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.moving-as-one__card_title {
  font-weight: 500;
  font-size: 15px;
  line-height: calc(18 / 15);
  text-align: center;
  margin: 0;
}
.moving-as-one__card_title br {
  display: none;
}
@media (max-width: 1600px) {
  .moving-as-one__card_title {
    font-size: 13px;
  }
}
@media (max-width: 1439px) {
  .moving-as-one__card_title {
    font-size: 15px;
  }
  .moving-as-one__cards {
    flex-wrap: wrap;
  }
  .moving-as-one__card {
    min-width: 17%;
  }
}
@media (max-width: 767px) {
  .moving-as-one__cards {
    gap: 18px;
    justify-content: center;
  }
  .moving-as-one__card {
    min-width: 21%;
    max-width: calc((100% - 54px) * .25);
  }
}
@media (max-width: 479px) {
  .moving-as-one__card_img {
    margin-bottom: 10px;
  }
  .moving-as-one__card_img img {
    max-width: 56%;
    max-height: 56%;
  }
  .moving-as-one__card_title {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    word-break: break-all;
  }
  .moving-as-one__card_title br {
    display: block;
  }
}
/* @include phone {
	.moving-as-one__card_img {
		margin-bottom: 8px;
	}
	.moving-as-one__card {
		min-width: 40%;
	}
}
@include phoneS {
	.moving-as-one__cards-scroll {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
		padding-bottom: 9px;
	}
	.moving-as-one__row_cards {
		max-width: 9999px;
	}
	.moving-as-one__cards {
		flex-wrap: nowrap;
	}
	.moving-as-one__card {
		width: 166px;
		flex: none;
	}
	.moving-as-one__card_img {
		height: 166px;
	}
} */
.served-industries {
  padding-top: clamp(30px, 8.3333333333vw, 115px);
  padding-bottom: clamp(20px, 8.3333333333vw, 120px);
}
.served-industries .text-group-block--served_industries {
  margin-bottom: clamp(30px, 4.1666666667vw, 60px);
}
.served-industries .text-group-heading {
  margin-bottom: 34px;
  font-size: clamp(28px, 2.9166666667vw, 42px);
}
.served-industries .text-group-wrap {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.served-industries .text-group-subheading {
  order: 2;
  text-transform: none;
  opacity: 0.7;
  color: #282828;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 155%;
  letter-spacing: -0.01em;
  margin: 0;
}
@media (max-width: 767px) {
  .served-industries .text-group-subheading {
    font-size: 16px !important;
    line-height: 1.6;
  }
}
.served-industries__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 1.3888888889vw, 20px);
}
@media (max-width: 767px) {
  .served-industries__cards {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.served-industries__card {
  min-width: 40%;
  flex: 2;
}
@media (max-width: 767px) {
  .served-industries__card.hiddenCard {
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .served-industries__card.hiddenCard--visible {
    position: static;
    visibility: visible;
    opacity: 1;
  }
}
.industries__card_link {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  transition: all 0.3s ease-out 0s;
  padding: 19px 31px 19px 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .industries__card_link {
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .industries__card_link {
    padding: 15px;
  }
}
.industries__card_link:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.industries__card_link:hover .served-industries__card_title {
  transform: translate(5px, 0);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .industries__card_link:hover .served-industries__card_title {
    transform: translate(2px, 0);
  }
}
@media (max-width: 767px) {
  .industries__card_link:hover .served-industries__card_title {
    transform: translate(2px, 0);
  }
}
.industries__card_link:hover .background-sage-medium + .served-industries__card_title {
  color: #80994d;
}
.industries__card_link:hover .background-sage-medium + .served-industries__card_title i {
  color: #80994d;
}
.industries__card_link:hover .background-cadet-medium + .served-industries__card_title {
  color: #3d8080;
}
.industries__card_link:hover .background-cadet-medium + .served-industries__card_title i {
  color: #3d8080;
}
.industries__card_link:hover .background-violet-medium + .served-industries__card_title {
  color: #7239a4;
}
.industries__card_link:hover .background-violet-medium + .served-industries__card_title i {
  color: #7239a4;
}
.industries__card_link:hover .background-gold-medium + .served-industries__card_title {
  color: #c69a3f;
}
.industries__card_link:hover .background-gold-medium + .served-industries__card_title i {
  color: #c69a3f;
}
.served-industries__card_img {
  width: 60px;
  height: 60px;
  flex: none;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: clamp(10px, 1.3888888889vw, 20px);
}
@media (max-width: 479px) {
  .served-industries__card_img {
    width: 40px;
    height: 40px;
    padding-left: 1px;
  }
  .served-industries__card_img img {
    max-width: 23px;
    max-height: 19px;
  }
}
.served-industries__card_title {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  line-height: calc(29 / 24);
  flex: 2;
  transition: all 0.3s ease-out 0s;
  position: relative;
  flex: 2;
  padding-right: 22px;
}
.served-industries__card_title i {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out 0s;
  color: #ebebeb;
}
@media (max-width: 479px) {
  .served-industries__card_title i {
    font-size: 18px;
  }
}
.certifications-section .text-group-wrap {
  display: block;
  max-width: 760px;
}
.certifications-section .text-group-subheading {
  font-size: 22px !important;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  .certifications-section .text-group-subheading {
    font-size: 20px !important;
  }
}
.certifications-section .text-group-heading {
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
  font-size: clamp(28px, 2.3611111111vw, 34px);
  line-height: calc(41 / 34);
}
.served-industries__view_more_button {
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .served-industries__view_more_button {
    display: block;
  }
}
.served-industries__view_more_button i {
  top: 1px;
  position: relative;
}
.served-industries__view_more_button.hidden {
  display: none;
}
.customers {
  margin-top: clamp(60px, 7.9861111111vw, 115px);
  margin-bottom: clamp(60px, 8.8888888889vw, 128px);
  position: relative;
  overflow: hidden;
}
.customers--small_mb {
  margin-bottom: clamp(60px, 7.2222222222vw, 104px);
}
.customers__row_headings {
  max-width: 824px;
  margin-bottom: clamp(30px, 5.5555555556vw, 80px);
}
.customers__row_headings .text-group-heading {
  margin-bottom: clamp(36px, 2.6388888889vw, 38px);
  letter-spacing: -0.005em;
  font-size: clamp(24px, 2.9166666667vw, 42px);
}
.has-accent_bar--top {
  margin-top: 0;
}
.has-accent_bar--top .customers__row_headings {
  padding-top: clamp(57px, 7.9166666667vw, 114px);
}
.has-accent_bar--bottom {
  margin-bottom: 0;
  padding-bottom: clamp(60px, 8.8888888889vw, 128px);
}
.has-accent_bar--bottom .decor-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.customers-ticker__wrap {
  margin-bottom: clamp(10px, 3.3333333333vw, 48px) !important;
}
.customers-ticker__wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .customers-ticker__wrap {
    margin-bottom: 5px !important;
  }
}
.customers-ticker .swiper-wrapper {
  transition-timing-function: linear !important;
}
.customers-ticker .swiper-slide {
  width: clamp(70px, 10.4166666667vw, 150px);
}
.platforms {
  margin-top: clamp(60px, 8.6805555556vw, 125px);
  margin-bottom: clamp(60px, 6.3194444444vw, 71px);
}
.platforms .text-group-heading {
  line-height: calc(50 / 42);
}
@media (max-width: 479px) {
  .platforms .text-group-heading {
    text-align: left;
    line-height: 1.3;
  }
}
.platforms__row_headings {
  margin-bottom: clamp(30px, 4.8611111111vw, 70px);
}
.platform-tabset {
  position: relative;
  padding-bottom: 8px;
  margin: 0 auto 94px;
  max-width: 1440px;
}
@media (max-width: 1439px) {
  .platform-tabset {
    margin-bottom: 50px;
  }
}
.platform-tabset__wrap {
  display: flex;
}
.platform-tabset__item {
  flex: 2;
  cursor: pointer;
}
.platform-tabset__item.active .platform-tabset__itemtext, .platform-tabset__item:hover .platform-tabset__itemtext {
  opacity: 1;
}
.platform-tabset__item[data-tab="platform-1"] .platform-tabset__line {
  background: linear-gradient(90deg, rgba(128, 153, 77, 0) 0%, #80994d 17.19%, #80994d 42.71%, #80994d 56.77%, #80994d 83.33%, rgba(128, 153, 77, 0) 100%);
}
.platform-tabset__item[data-tab="platform-2"] .platform-tabset__line {
  background: linear-gradient(90deg, rgba(61, 128, 128, 0) 0%, #3d8080 17.19%, #3d8080 42.71%, #3d8080 56.77%, #3d8080 83.33%, rgba(61, 128, 128, 0) 100%);
}
.platform-tabset__item[data-tab="platform-3"] .platform-tabset__line {
  background: linear-gradient(90deg, rgba(114, 57, 164, 0) 0%, #7239a4 17.19%, #7239a4 42.71%, #7239a4 56.77%, #7239a4 83.33%, rgba(114, 57, 164, 0) 100%);
}
.platform-tabset__item.active .platform-tabset__line {
  opacity: 1;
}
.platform-tabset__itemtext {
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  transition: all 0.3s ease-out 0s;
  padding-bottom: 35px;
  opacity: 0.4;
}
.platform-tabset__line {
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.platform-tabset__angle {
  width: 33.33%;
  height: 8px;
  position: absolute;
  transition: all 0.3s ease-out 0s;
}
.platform-tabset__angle::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 8px solid #80994d;
  left: 50%;
  bottom: 8px;
  transition: all 0.3s ease-out 0s;
}
.activetab--platform-1 .platform-tabset__angle {
  left: 0;
}
.activetab--platform-1 .platform-tabset__angle::after {
  border-bottom-color: #80994d;
}
.activetab--platform-1 .platform-tabscontent__bar strong {
  background-color: #80994d;
  top: 0;
}
.activetab--platform-2 .platform-tabset__angle {
  left: 33.33%;
}
.activetab--platform-2 .platform-tabset__angle::after {
  border-bottom-color: #3d8080;
}
.activetab--platform-2 .platform-tabscontent__bar strong {
  background-color: #3d8080;
  top: 33.33%;
}
.activetab--platform-3 .platform-tabset__angle {
  left: 66.66%;
}
.activetab--platform-3 .platform-tabset__angle::after {
  border-bottom-color: #7239a4;
}
.activetab--platform-3 .platform-tabscontent__bar strong {
  background-color: #7239a4;
  top: 66.66%;
}
.platform-tabscontent {
  position: relative;
}
@media (min-width: 1200px) {
  .platform-tabscontent {
    overflow: hidden;
  }
}
.platform-tabscontent__bar {
  width: 3px;
  height: 76%;
  position: absolute;
  top: 12%;
  left: 100%;
  margin-left: 25px;
  display: none;
}
.platform-tabscontent__bar span {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
  top: 0;
  left: 1px;
  position: absolute;
}
.platform-tabscontent__bar strong {
  display: block;
  position: absolute;
  width: 100%;
  height: 33.33%;
  border-radius: 27px;
  left: 0;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
  .platform-tabscontent__bar {
    display: none;
  }
}
.cardsbox__header {
  margin: 0 auto clamp(30px, 4.1666666667vw, 60px);
  max-width: 740px;
  text-align: center;
}
@media (max-width: 479px) {
  .cardsbox__header {
    text-align: left;
  }
}
.cardsbox__title {
  margin: 0 0 30px;
  line-height: 135%;
}
.cardsbox__subtitle {
  opacity: 0.7;
  margin: 0;
}
@media (max-width: 479px) {
  .cardsbox__subtitle {
    line-height: 1.65;
  }
}
.platforms__row_tabs {
  max-width: 1700px;
}
@media (min-width: 1200px) {
  .cardslist__scroll_wrap {
    position: relative;
  }
  .cardslist__scroll_wrap:after {
    content: "";
    display: none;
    position: absolute;
    right: 2px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ebebeb;
  }
  .cardslist__scroll {
    padding: 10px 15px 18px;
    width: calc(100% + 14px);
    margin-top: -10px;
    margin-left: -15px;
    position: relative;
    z-index: 3;
    scrollbar-color: #80994d transparent;
    scrollbar-width: thin;
  }
  .cardslist__scroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: transparent;
  }
  .cardslist__scroll::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    background-color: #282828;
  }
  .cardslist__scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #80994d;
    width: 3px;
    height: 3px;
  }
  .cardslist__scroll::-webkit-scrollbar-thumb:hover {
    background-color: #80994d;
  }
}
@media (min-width: 1200px) and (min-width: 1740px) {
  .cardslist__scroll_wrap::after {
    right: -14px;
  }
  .cardslist__scroll {
    padding: 10px 15px 18px;
    width: calc(100% + 30px);
  }
}
.cardslist {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
@media (min-width: 1200px) {
  .cardslist {
    justify-content: center;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .cardslist {
    gap: 20px 10px;
  }
}
.cardslist__item {
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 40px 36px 42px;
  transition: all 0.3s ease-out 0s;
  width: calc(20% - 20px);
  display: block;
}
@media (max-width: 1800px) {
  .cardslist__item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cardslist__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
}
.cardslist__item.scheme--sage .cardslist__icon {
  background-color: #a3ca8c;
}
.cardslist__item.scheme--sage::after {
  background-color: #a3ca8c;
}
.cardslist__item.scheme--sage:hover {
  background-color: #a3ca8c;
}
.cardslist__item.scheme--sage-medium .cardslist__icon {
  background-color: #80994d;
}
.cardslist__item.scheme--sage-medium::after {
  background-color: #80994d;
}
.cardslist__item.scheme--sage-medium:hover {
  background-color: #80994d;
}
.cardslist__item.scheme--sage-dark .cardslist__icon {
  background-color: #517222;
}
.cardslist__item.scheme--sage-dark::after {
  background-color: #517222;
}
.cardslist__item.scheme--sage-dark:hover {
  background-color: #517222;
}
.cardslist__item.scheme--cadet .cardslist__icon {
  background-color: #97baba;
}
.cardslist__item.scheme--cadet::after {
  background-color: #97baba;
}
.cardslist__item.scheme--cadet:hover {
  background-color: #97baba;
}
.cardslist__item.scheme--cadet-medium .cardslist__icon {
  background-color: #3d8080;
}
.cardslist__item.scheme--cadet-medium::after {
  background-color: #3d8080;
}
.cardslist__item.scheme--cadet-medium:hover {
  background-color: #3d8080;
}
.cardslist__item.scheme--cadet-dark .cardslist__icon {
  background-color: #1e5b67;
}
.cardslist__item.scheme--cadet-dark::after {
  background-color: #1e5b67;
}
.cardslist__item.scheme--cadet-dark:hover {
  background-color: #1e5b67;
}
.cardslist__item.scheme--gold .cardslist__icon {
  background-color: #e8ce96;
}
.cardslist__item.scheme--gold::after {
  background-color: #e8ce96;
}
.cardslist__item.scheme--gold:hover {
  background-color: #e8ce96;
}
.cardslist__item.scheme--gold-medium .cardslist__icon {
  background-color: #c69a3f;
}
.cardslist__item.scheme--gold-medium::after {
  background-color: #c69a3f;
}
.cardslist__item.scheme--gold-medium:hover {
  background-color: #c69a3f;
}
.cardslist__item.scheme--gold-dark .cardslist__icon {
  background-color: #8e7029;
}
.cardslist__item.scheme--gold-dark::after {
  background-color: #8e7029;
}
.cardslist__item.scheme--gold-dark:hover {
  background-color: #8e7029;
}
.cardslist__item.scheme--violet .cardslist__icon {
  background-color: #b9ace8;
}
.cardslist__item.scheme--violet::after {
  background-color: #b9ace8;
}
.cardslist__item.scheme--violet:hover {
  background-color: #b9ace8;
}
.cardslist__item.scheme--violet-medium .cardslist__icon {
  background-color: #7239a4;
}
.cardslist__item.scheme--violet-medium::after {
  background-color: #7239a4;
}
.cardslist__item.scheme--violet-medium:hover {
  background-color: #7239a4;
}
.cardslist__item.scheme--violet-dark .cardslist__icon {
  background-color: #4d3075;
}
.cardslist__item.scheme--violet-dark::after {
  background-color: #4d3075;
}
.cardslist__item.scheme--violet-dark:hover {
  background-color: #4d3075;
}
.cardslist__item:hover .cardslist__icon {
  background-color: #ffffff !important;
}
.cardslist__item:hover .cardslist__icon i {
  color: #282828;
}
.cardslist__item:hover .cardslist__icon--dark {
  opacity: 1;
}
.cardslist__item:hover .cardslist__icon--white {
  opacity: 0;
}
.cardslist__item:hover .cardslist__parag, .cardslist__item:hover .cardslist__title {
  color: #ffffff;
  opacity: 1;
}
.cardslist__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20px;
  background-color: #eee;
  transition: all 0.3s ease-out 0s;
}
.cardslist__icon i, .cardslist__icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
  color: #ffffff;
}
.cardslist__icon .cardslist__icon--dark {
  opacity: 0;
}
.cardslist__icon img[alt="Logistics"] {
  width: auto;
  max-width: 45px;
}
.cardslist__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  max-width: 190px;
  margin: 0 auto 22px;
}
.cardslist__parag {
  font-size: 16px;
  line-height: 160%;
  opacity: 0.7;
  margin-top: 0;
}
@media (max-width: 1600px) {
  .cardslist__item {
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .cardslist__item {
    padding: 30px 20px;
    width: calc(20% - 10px);
  }
  .cardslist__icon {
    margin-bottom: 15px;
  }
  .cardslist__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .cardslist__parag {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .cardslist__scroll {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    overflow-x: auto;
    height: auto !important;
  }
  .cardslist {
    flex-wrap: nowrap;
  }
  .cardslist::after {
    content: "";
    display: block;
    width: 1px;
    flex: none;
  }
  .cardslist__item {
    width: 260px;
    flex: none;
  }
  .platform-tabset {
    display: none;
  }
  .cardslist__title {
    font-size: 18px;
  }
  .cardslist__parag {
    font-size: 14px;
    line-height: calc(21 / 14);
  }
}
@media (max-width: 1199px) and (any-hover: hover) {
  .cardslist__scroll {
    scrollbar-color: #999 #d1d1d1;
    scrollbar-width: thin;
  }
  .cardslist__scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
  }
  .cardslist__scroll::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    background-color: aqua;
  }
  .cardslist__scroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #d1d1d1;
    width: 6px;
    height: 6px;
  }
  .cardslist__scroll::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }
}
.platform-tabscontent__item .tmf {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 0 3.9%;
  align-items: center;
}
@media (max-width: 980px) {
  .platform-tabscontent__item .tmf {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 58px;
  }
}
@media (max-width: 479px) {
  .platform-tabscontent__item .tmf {
    gap: 30px;
  }
}
.tmf__content {
  flex: 0 0 42.6%;
}
.tmf__media {
  flex: 0 0 53.5%;
}
.tmf__heading_inner {
  font-weight: 300;
  font-size: clamp(28px, 2.3611111111vw, 34px);
  line-height: calc(41 / 34);
  margin: 0 0 30px;
}
@media (max-width: 479px) {
  .tmf__heading_inner {
    line-height: 1.3;
  }
}
.tmf__text_body {
  margin-bottom: 30px;
}
.tmf__text_body p {
  margin: 0 0 30px;
  opacity: 0.7;
}
.tmf__text_body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .tmf__text_body p {
    line-height: 1.6;
  }
}
@media (max-width: 980px) {
  #platform-3 .tmf__text_body {
    margin-bottom: 0;
  }
  #platform-3 .tmf__text_body + .tmf__list {
    margin-top: 30px;
  }
}
.tmf__listitem {
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
}
.tmf__listitem:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .tmf__listitem {
    gap: 15px;
  }
}
.tmf__icon {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tmf__icon i {
  color: #ffffff;
}
@media (max-width: 479px) {
  .tmf__icon {
    width: 40px;
    height: 40px;
  }
  .tmf__icon i {
    font-size: 18px;
  }
  .tmf__icon img {
    height: 19px;
  }
}
.tmf__text {
  flex: 2;
}
.tmf__text_title {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 479px) {
  .tmf__text_title {
    font-size: 18px;
    line-height: 1.55;
  }
}
.tmf__text_parag {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  opacity: 0.7;
}
@media (max-width: 479px) {
  .tmf__text_parag {
    font-size: 14px;
    line-height: calc(21 / 14);
  }
}
.tmf__mobile_image {
  display: none;
}
@media (max-width: 980px) {
  .tmf__mobile_image {
    display: block;
    margin: 0 auto 40px;
  }
}
@media (max-width: 479px) {
  .tmf__mobile_image {
    margin-bottom: 30px;
  }
}
@media (max-width: 980px) {
  .tmf__media--tmf__desktop_image {
    display: none;
  }
}
.collage {
  display: grid;
  gap: 20px;
  grid-template-areas: "collage1 collage3" "collage2 collage3";
}
.collage .collage__item {
  display: flex;
}
.collage .collage__item img {
  display: block;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.collage .collage__item--0 {
  grid-area: collage1;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .collage .collage__item--0 img {
    width: 57%;
  }
}
.collage .collage__item--1 {
  grid-area: collage2;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .collage .collage__item--1 {
    padding-bottom: 17px;
  }
}
.collage .collage__item--2 {
  grid-area: collage3;
  align-items: center;
}
@media (min-width: 1600px) {
  .collage {
    height: 580px;
  }
}
@media (max-width: 479px) {
  .collage {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .platform-tabscontent__scroll {
    width: calc(100% + 30px);
    padding: 0 15px 15px;
    margin-left: -15px;
    overflow: hidden;
  }
  .platform-tabscontent__wrapper {
    width: 5100px;
    display: flex;
    transition: all 0.3s ease-out 0s;
  }
  .platform-tabscontent__item {
    flex: 2;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
  }
  .platform-tabscontent__item.active {
    opacity: 1;
  }
  .activetab--platform-2 .platform-tabscontent__wrapper {
    transform: translate(-33.33%, 0);
  }
  .activetab--platform-3 .platform-tabscontent__wrapper {
    transform: translate(-66.66%, 0);
  }
}
@media (min-width: 1200px) and (max-width: 1880px) {
  .platform-tabscontent__wrapper {
    width: calc(90vw * 3);
  }
}
@media (max-width: 1199px) {
  .platform-tabscontent__item {
    margin-bottom: 47px;
  }
  .platform-tabscontent__item:last-child {
    margin-bottom: 0;
  }
}
.cardsbox__tabset_mobile {
  font-size: 18px;
  line-height: 155%;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .cardsbox__tabset_mobile {
    display: none;
  }
}
/* @include tablet {
	.tmf__media--crop_insert {
		margin-bottom: 50px;
	}
} */
@media (max-width: 479px) {
  .tmf__media--crop_insert {
    margin-bottom: 30px;
  }
}
@-moz-document url-prefix() {
  @media (min-width: 1200px) {
    .cardslist__scroll_wrap::after {
      right: -12px;
    }
  }
  @media (max-width: 1800px) {
    .cardslist__scroll_wrap::after {
      right: 4px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .cardslist__scroll {
      width: calc(100% + 15px);
    }
  }
}
@media only screen and (min-width: 1200px) {
  #primary .platforms__row_tabs--mod .platform-tabscontent__item {
    opacity: 1;
  }
  #primary .platforms__row_tabs--mod.sort-132 .activetab--platform-1 .platform-tabscontent__wrapper {
    transform: translate(0, 0);
  }
  #primary .platforms__row_tabs--mod.sort-132 .activetab--platform-3 .platform-tabscontent__wrapper {
    transform: translate(-33.33%, 0);
  }
  #primary .platforms__row_tabs--mod.sort-132 .activetab--platform-2 .platform-tabscontent__wrapper {
    transform: translate(-66.66%, 0);
  }
  #primary .platforms__row_tabs--mod.sort-132 #platform-2 {
    order: 3;
  }
  #primary .platforms__row_tabs--mod.sort-132 .activetab--platform-1 .platform-tabset__angle {
    left: 0%;
  }
  #primary .platforms__row_tabs--mod.sort-132 .activetab--platform-3 .platform-tabset__angle {
    left: 33.33%;
  }
  #primary .platforms__row_tabs--mod.sort-132 .activetab--platform-2 .platform-tabset__angle {
    left: 66.66%;
  }
  #primary .platforms__row_tabs--mod.sort-231 .activetab--platform-2 .platform-tabscontent__wrapper {
    transform: translate(0, 0);
  }
  #primary .platforms__row_tabs--mod.sort-231 .activetab--platform-3 .platform-tabscontent__wrapper {
    transform: translate(-33.33%, 0);
  }
  #primary .platforms__row_tabs--mod.sort-231 .activetab--platform-1 .platform-tabscontent__wrapper {
    transform: translate(-66.66%, 0);
  }
  #primary .platforms__row_tabs--mod.sort-231 #platform-1 {
    order: 3;
  }
  #primary .platforms__row_tabs--mod.sort-231 .activetab--platform-2 .platform-tabset__angle {
    left: 0%;
  }
  #primary .platforms__row_tabs--mod.sort-231 .activetab--platform-3 .platform-tabset__angle {
    left: 33.33%;
  }
  #primary .platforms__row_tabs--mod.sort-231 .activetab--platform-1 .platform-tabset__angle {
    left: 66.66%;
  }
  #primary .platforms__row_tabs--mod.sort-213 .activetab--platform-2 .platform-tabscontent__wrapper {
    transform: translate(0, 0);
  }
  #primary .platforms__row_tabs--mod.sort-213 .activetab--platform-1 .platform-tabscontent__wrapper {
    transform: translate(-33.33%, 0);
  }
  #primary .platforms__row_tabs--mod.sort-213 .activetab--platform-3 .platform-tabscontent__wrapper {
    transform: translate(-66.66%, 0);
  }
  #primary .platforms__row_tabs--mod.sort-213 #platform-1 {
    order: 2;
  }
  #primary .platforms__row_tabs--mod.sort-213 #platform-3 {
    order: 3;
  }
  #primary .platforms__row_tabs--mod.sort-213 .activetab--platform-2 .platform-tabset__angle {
    left: 0%;
  }
  #primary .platforms__row_tabs--mod.sort-213 .activetab--platform-1 .platform-tabset__angle {
    left: 33.33%;
  }
  #primary .platforms__row_tabs--mod.sort-213 .activetab--platform-3 .platform-tabset__angle {
    left: 66.66%;
  }
  #primary .platforms__row_tabs--mod.sort-312 .activetab--platform-3 .platform-tabscontent__wrapper {
    transform: translate(0, 0);
  }
  #primary .platforms__row_tabs--mod.sort-312 .activetab--platform-1 .platform-tabscontent__wrapper {
    transform: translate(-33.33%, 0);
  }
  #primary .platforms__row_tabs--mod.sort-312 .activetab--platform-2 .platform-tabscontent__wrapper {
    transform: translate(-66.66%, 0);
  }
  #primary .platforms__row_tabs--mod.sort-312 #platform-2 {
    order: 3;
  }
  #primary .platforms__row_tabs--mod.sort-312 #platform-1 {
    order: 2;
  }
  #primary .platforms__row_tabs--mod.sort-312 .activetab--platform-3 .platform-tabset__angle {
    left: 0%;
  }
  #primary .platforms__row_tabs--mod.sort-312 .activetab--platform-1 .platform-tabset__angle {
    left: 33.33%;
  }
  #primary .platforms__row_tabs--mod.sort-312 .activetab--platform-2 .platform-tabset__angle {
    left: 66.66%;
  }
  #primary .platforms__row_tabs--mod.sort-321 .activetab--platform-3 .platform-tabscontent__wrapper {
    transform: translate(0, 0);
  }
  #primary .platforms__row_tabs--mod.sort-321 .activetab--platform-2 .platform-tabscontent__wrapper {
    transform: translate(-33.33%, 0);
  }
  #primary .platforms__row_tabs--mod.sort-321 .activetab--platform-1 .platform-tabscontent__wrapper {
    transform: translate(-66.66%, 0);
  }
  #primary .platforms__row_tabs--mod.sort-321 #platform-2 {
    order: 2;
  }
  #primary .platforms__row_tabs--mod.sort-321 #platform-1 {
    order: 3;
  }
  #primary .platforms__row_tabs--mod.sort-321 .activetab--platform-3 .platform-tabset__angle {
    left: 0%;
  }
  #primary .platforms__row_tabs--mod.sort-321 .activetab--platform-2 .platform-tabset__angle {
    left: 33.33%;
  }
  #primary .platforms__row_tabs--mod.sort-321 .activetab--platform-1 .platform-tabset__angle {
    left: 66.66%;
  }
}
@media only screen and (max-width: 1199px) {
  #primary .platforms__row_tabs--mod .platform-tabscontent__wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  #primary .platforms__row_tabs--mod .platform-tabscontent__wrapper .platform-tabscontent__item {
    margin-bottom: 0;
  }
  #primary .platforms__row_tabs--mod .platform-tabscontent__item .tmf {
    margin-bottom: 0;
  }
  #primary .platforms__row_tabs--mod.sort-132 #platform-2 {
    order: 3;
  }
  #primary .platforms__row_tabs--mod.sort-231 #platform-1 {
    order: 3;
  }
  #primary .platforms__row_tabs--mod.sort-213 #platform-1 {
    order: 2;
  }
  #primary .platforms__row_tabs--mod.sort-213 #platform-3 {
    order: 3;
  }
  #primary .platforms__row_tabs--mod.sort-312 #platform-2 {
    order: 3;
  }
  #primary .platforms__row_tabs--mod.sort-312 #platform-1 {
    order: 2;
  }
  #primary .platforms__row_tabs--mod.sort-321 #platform-2 {
    order: 2;
  }
  #primary .platforms__row_tabs--mod.sort-321 #platform-1 {
    order: 3;
  }
}
.innerhero {
  position: relative;
}
.innerhero .decor-line {
  width: 74vw;
  position: absolute;
  left: 0;
}
.innerhero .decor-line--top {
  top: 0;
}
.innerhero .decor-line--bottom {
  bottom: 0;
}
.innerhero .innerhero-text {
  margin-top: clamp(20px, 2.3611111111vw, 34px);
}
.innerhero .innerhero-text p {
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .innerhero .innerhero-text p {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .innerhero .innerhero-text {
    padding-right: 84px;
  }
}
.innerhero .buttons {
  margin-top: clamp(24px, 2.0833333333vw, 30px);
}
.innerhero-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.innerhero__info {
  width: 77%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 54px;
  position: relative;
  z-index: 3;
  padding-right: 50px;
}
.innerhero__info.align-bottom {
  justify-content: flex-end;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .innerhero__info {
    padding-right: 30px;
  }
}
.innerhero-subtitle {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  line-height: calc(29 / 22);
  margin-bottom: 17px;
}
.innerhero-subtitle a {
  color: #fff;
}
.innerhero-subtitle a:hover {
  color: #bfbfbf;
}
.innerhero-title {
  margin: 0;
  font-size: clamp(34px, 4.1666666667vw, 60px);
}
@media (min-width: 981px) {
  .innerhero-title {
    line-height: calc(66 / 60);
  }
}
.innerhero__decor-img {
  margin-top: 7px;
  max-width: 96%;
}
.innerhero__decor-img img {
  display: block;
}
.innerhero__banner {
  width: 23%;
}
.innerhero__banner-fix {
  width: calc((100vw - 235%) / 2);
  height: 100%;
  position: relative;
  z-index: 4;
}
.innerhero__banner-img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .innerhero-container {
    display: block;
  }
  .innerhero__info {
    width: 100%;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px !important;
    justify-content: center !important;
    position: relative;
    z-index: 5;
  }
  .innerhero__banner {
    margin-left: -6%;
    margin-right: -6%;
    position: absolute;
    width: 112%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .innerhero__banner-fix {
    width: 100%;
  }
  .innerhero__decor-img {
    display: none;
  }
  .innerhero__overlay {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.85;
  }
}
@media (max-width: 479px) {
  .innerhero__info {
    min-height: 300px;
  }
}
.search_box {
  display: flex;
  width: 560px;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.innerhero__search_box {
  margin-top: clamp(24px, 2.0833333333vw, 30px);
}
@media (max-width: 1439px) {
  .innerhero__search_box {
    width: 420px;
  }
}
@media (max-width: 980px) {
  .innerhero__search_box {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .innerhero__search_box {
    width: 100%;
  }
}
.search_box__inptext {
  flex: 2;
  background-color: #ffffff;
  border: none !important;
  border-radius: 0 !important;
  font-size: 18px;
  line-height: 28px;
  padding: 15px 5px 15px 20px !important;
  color: #282828 !important;
}
@media (max-width: 1439px) {
  .search_box__inptext {
    padding: 10px 5px 10px 15px !important;
  }
}
.search_box__inptext.placeholder {
  opacity: 0.5;
}
.search_box__inptext:-moz-placeholder {
  opacity: 0.5;
}
.search_box__inptext::-moz-placeholder {
  opacity: 0.5;
}
.search_box__inptext:-ms-input-placeholder {
  opacity: 0.5;
}
.search_box__inptext::-webkit-input-placeholder {
  opacity: 0.5;
}
.search_box__submit {
  width: 58px;
  height: 58px;
  flex: none;
  background: #ffffff url(../img/search.svg) no-repeat center !important;
  cursor: pointer;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
@media (max-width: 1439px) {
  .search_box__submit {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 981px) {
  .innerhero--with_search .innerhero-text {
    margin-top: 28px;
  }
}
.leadership {
  padding-top: clamp(30px, 8.3333333333vw, 115px);
  padding-bottom: clamp(20px, 8.3333333333vw, 120px);
  position: relative;
}
.leadership .text-group-block--leadership {
  margin-bottom: clamp(30px, 4.1666666667vw, 60px);
}
.leadership .text-group-heading {
  margin-bottom: clamp(24px, 2.3611111111vw, 34px);
}
.leadership .text-group-wrap {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.leadership .text-group-subheading {
  order: 2;
  text-transform: none;
  color: #282828;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 155%;
  letter-spacing: -0.01em;
  margin: 0;
}
@media (max-width: 767px) {
  .leadership .text-group-subheading {
    font-size: 16px !important;
  }
}
.leadership .decor-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.leadership .decor-line--bottom {
  top: auto;
  bottom: 0;
}
.leadership__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1600px) {
  .leadership__cards {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.leadership__card {
  flex: 0 0 25%;
  text-align: center;
  padding-top: clamp(25px, 3.4722222222vw, 50px);
  padding-bottom: clamp(25px, 3.4027777778vw, 49px);
}
@media (max-width: 1199px) {
  .leadership__card {
    flex: 0 0 33.33%;
  }
}
.leadership__card_link {
  display: block;
  cursor: pointer;
}
.leadership__card_link:hover .leadership__card__plus {
  opacity: 1;
}
.leadership__card_link:not(.modal_extra_info) {
  cursor: default;
}
.leadership__card_link:not(.modal_extra_info):hover .leadership__card__plus {
  opacity: 0;
}
.leadership__card_img {
  margin: 0 auto clamp(20px, 2.0833333333vw, 30px);
  width: 200px;
  height: 200px;
  position: relative;
}
.leadership__card_img img {
  display: block;
  border-radius: 50%;
}
.leadership__card__plus {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #eaeef3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -5px;
  right: -5px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.leadership__card__plus i {
  font-size: 16px;
  line-height: 1;
}
.leadership__card__plus:hover {
  background-color: #c3cbd6;
}
.leadership__card_title {
  color: #282828;
  font-weight: 500;
  margin: 0 auto;
  line-height: 1.5;
  max-width: 200px;
}
.leadership__card_excerpt {
  font-size: 14px;
  line-height: calc(21 / 14);
  margin: 0 auto;
  max-width: 200px;
}
@media (max-width: 767px) {
  .leadership__cards_wrapper {
    width: 100vw;
    margin-left: -5vw;
    overflow: hidden;
    overflow-x: auto;
  }
  .leadership__cards {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .leadership__card {
    flex: none;
    width: 230px;
  }
}
.leadership__modal_row {
  display: flex;
  gap: clamp(20px, 3.4722222222vw, 50px);
}
.leadership__modal_img {
  flex: 0 1 460px;
}
.leadership__modal_img img {
  display: block;
  width: 100%;
}
.leadership__modal_content {
  flex: 0 1 460px;
}
.leadership__modal_title {
  margin: 0 0 3px;
}
.leadership__modal_excerpt {
  font-size: 14px;
  line-height: calc(21 / 14);
  margin-bottom: clamp(20px, 2.9166666667vw, 42px);
}
.leadership__modal_textwrap {
  flex: 2;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  padding-right: clamp(0px, 2.0833333333vw, 30px);
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
}
@media (min-width: 1600px) {
  .leadership__modal_textwrap {
    height: 388px;
  }
}
.leadership__modal_textwrap::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: transparent;
}
.leadership__modal_textwrap::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  background-color: aqua;
}
.leadership__modal_textwrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ccc;
  width: 7px;
  height: 7px;
}
.leadership__modal_textwrap::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}
.leadership__modal_text p {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: clamp(15px, 1.6666666667vw, 24px);
}
.leadership__modal_text p:last-child {
  margin-bottom: 0;
}
.leadership__modal_button {
  padding-bottom: 5px;
}
@media (orientation: portrait) {
  .leadership__modal_row {
    flex-direction: column;
  }
  .leadership__modal_textwrap {
    height: auto;
    max-height: unset;
  }
  .leadership__modal_img {
    flex: none;
  }
  .leadership__modal_content {
    flex: none;
  }
}
.offices {
  margin-top: clamp(60px, 8.3333333333vw, 114px);
  margin-bottom: clamp(55px, 7.7083333333vw, 111px);
}
.offices .text-group-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 754px;
  margin: 0 auto clamp(30px, 4.1666666667vw, 60px);
}
.offices .text-group-subheading {
  order: 2;
}
.offices .text-group-heading {
  margin: 0 0 clamp(20px, 2.4305555556vw, 35px);
}
.offices__cards {
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 1600px) {
  .offices__cards {
    padding-left: 74px;
    padding-right: 74px;
  }
}
.offices__card {
  text-align: center;
  max-width: 360px;
  padding-left: 10px;
  padding-right: 10px;
}
.offices__card_img {
  margin-bottom: 18px;
}
.offices__card_img img {
  display: block;
  margin: 0 auto;
}
.offices__card_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #282828;
  margin: 0 0 10px;
}
.offices__card_excerpt {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 20px;
  opacity: 0.7;
}
@media (min-width: 1201px) {
  .offices__card_excerpt {
    min-height: 77px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .offices__card {
    padding-left: 5px;
    padding-right: 5px;
  }
  .offices__card_title {
    font-size: 18px;
  }
  .offices__card_excerpt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .offices__cards {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }
  .offices__card {
    padding: 0;
  }
}
.inbanner-subtitle {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  line-height: calc(29 / 22);
  margin-bottom: 10px;
  font-weight: 300;
  opacity: 0.7;
}
.inbanner-title {
  margin: 0 0 30px;
}
.text-color-white .inbanner-title {
  color: #ffffff;
}
.inbanner-text {
  margin-bottom: clamp(18px, 2.0833333333vw, 30px);
}
.inbanner-text:last-child {
  margin-bottom: 0;
}
.inbanner-text p {
  line-height: 1.55;
  font-weight: 300;
}
.inbanner-container {
  display: flex;
  position: relative;
}
.inbanner__info {
  flex: 0 0 50%;
  padding: 40px 5vw 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: relative;
}
@media (max-width: 1439px) {
  .inbanner__info {
    padding: 40px;
  }
}
.media-text--media-after .inbanner__info {
  padding-left: 5vw;
  align-items: flex-start;
}
@media (min-width: 1600px) {
  .media-text--media-after .inbanner__info {
    padding-left: calc((100vw - 1440px) / 2);
  }
}
.media-text--media-after .inbanner__info p {
  letter-spacing: 0.015em;
}
.media-text--media-before .inbanner__info {
  order: 2;
}
.inbanner__info_content {
  max-width: 600px;
}
.inbanner__banner {
  flex: 0 0 50%;
  position: relative;
  min-height: 660px;
}
@media (max-width: 1439px) {
  .inbanner__banner {
    min-height: unset;
    padding-bottom: calc(75vw / 2);
  }
}
.inbanner__banner img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .inbanner-container {
    display: block;
  }
  .inbanner__banner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .inbanner__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0.8;
  }
  .inbanner__overlay::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
  }
}
.benefits {
  margin-top: clamp(60px, 7.9166666667vw, 114px);
  margin-bottom: clamp(30px, 3.4027777778vw, 49px);
}
.benefits.has-background {
  margin: 0;
  padding-top: clamp(60px, 7.9166666667vw, 114px);
  padding-bottom: clamp(30px, 3.4027777778vw, 49px);
}
.benefits.with-decor.has-background {
  padding: 0;
  margin: 0;
}
.benefits.with-decor.has-background .benefits__wrapper {
  padding-top: clamp(60px, 7.9166666667vw, 114px);
  padding-bottom: clamp(30px, 4.4444444444vw, 64px);
}
.text-group-block--benefits {
  margin-bottom: clamp(40px, 5.5555555556vw, 80px);
}
.text-group-block--benefits .text-group-heading {
  margin-bottom: clamp(20px, 2.4305555556vw, 35px);
}
.text-group-block--benefits .text-group-content {
  margin: 0 auto;
  max-width: 745px;
}
.benefits__list {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.benefit {
  display: flex;
  gap: 20px;
  margin-bottom: clamp(30px, 4.1666666667vw, 60px);
  padding-left: 20px;
  padding-right: 20px;
  width: 33.33%;
}
@media (min-width: 1600px) {
  .benefit {
    padding: 0 30px;
    max-width: unset;
  }
}
@media (min-width: 981px) {
  .benefits--two_col .benefit {
    width: 50%;
  }
}
.benefit__icon {
  width: 40px;
  flex: none;
}
.benefit__title {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #282828;
}
.benefit__parag {
  font-size: 16px;
  line-height: 160%;
  opacity: 0.7;
  margin: 0;
}
@media (max-width: 1439px) {
  .benefits__list {
    margin: 0 -10px;
  }
  .benefit {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 980px) {
  .benefit {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .benefit {
    gap: 12px;
  }
  .benefit__icon {
    width: 30px;
  }
  .benefit__title {
    font-size: 18px;
  }
  .benefit__parag {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .benefit {
    width: 100%;
  }
}
@media (max-width: 359px) {
  .benefit {
    gap: 12px;
  }
}
.benefits .insert_buttons + .buttons {
  text-align: center;
  margin-bottom: clamp(20px, 3.8888888889vw, 56px);
}
@media (min-width: 1600px) {
  .benefits .insert_buttons + .buttons {
    margin-top: 22px;
  }
}
.benefits .insert_buttons + .buttons .buttons-wrap {
  justify-content: center;
}
.text-color-white .base-row {
  max-width: 1520px;
}
.text-color-white .numerical__item_title {
  color: #ffffff;
}
.text-color-dark .numerical__item_title {
  color: #282828;
}
.numerical {
  padding-top: clamp(60px, 8.3333333333vw, 120px);
  padding-bottom: clamp(60px, 8.3333333333vw, 120px);
}
h2.numerical-heading {
  text-align: center;
  color: #ffffff;
  margin-bottom: 80px;
  font-size: 50px !important;
}
@media (max-width: 1199px) {
  h2.numerical-heading {
    font-size: 46px !important;
  }
}
@media (max-width: 980px) {
  h2.numerical-heading {
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  h2.numerical-heading {
    font-size: 36px !important;
  }
}
@media (max-width: 479px) {
  h2.numerical-heading {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  h2.numerical-heading {
    margin-bottom: 50px;
  }
}
.numerical__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1600px) {
  .numerical__list {
    min-height: 250px;
  }
}
@media (min-width: 981px) and (max-width: 1199px) {
  .numerical__list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.numerical__item {
  width: 25%;
  flex: none;
  text-align: center;
  padding: 0 20px 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.numerical__item:last-child {
  border: none;
}
@media (max-width: 980px) {
  .numerical__item {
    width: 50%;
    padding-bottom: 30px;
  }
  .numerical__item:nth-child(2) {
    border: none;
  }
  .numerical__item:nth-last-child(2), .numerical__item:last-child {
    padding-bottom: 6px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .numerical__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  .numerical__item {
    width: 100%;
    border: none;
    padding-bottom: 50px !important;
  }
}
.numerical__item h5 {
  margin: 12px 0 20px;
  color: #ffffff;
  font-weight: 500;
}
.numerical__item_icon {
  height: 103px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 479px) {
  .numerical__item_icon {
    height: auto;
    margin-bottom: 20px;
  }
}
.numerical__item_icon img {
  display: block;
  max-height: 84px;
}
.numerical__item_title {
  font-weight: 500;
  font-size: clamp(40px, 4.1666666667vw, 60px);
  line-height: calc(72 / 60);
  margin: 0 0 16px;
}
.numerical__item_parag {
  max-width: 280px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 160%;
}
.applications {
  margin-top: clamp(60px, 7.9166666667vw, 114px);
  margin-bottom: clamp(60px, 8.3333333333vw, 120px);
  position: relative;
}
.applications.has-background {
  margin: 0;
  padding-top: clamp(50px, 8.3333333333vw, 120px);
  padding-bottom: clamp(60px, 8.3333333333vw, 120px);
}
.applications.has-background .decor-line {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.applications.has-background .decor-line--bottom {
  left: auto;
  bottom: 0;
}
.applications-text {
  margin-bottom: clamp(30px, 3.75vw, 54px);
}
.applications-text .text-group-heading {
  margin: 0 0 clamp(20px, 2.4305555556vw, 35px);
}
.applications-text .text-group-content {
  max-width: 760px;
  margin: 0 auto;
}
.applications__list {
  display: flex;
  gap: 20px 0;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.applications__item_wrap {
  width: 25%;
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
}
.applications__item {
  flex: 2;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: all 0.3s ease-out 0s;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.applications__item:hover {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  transform: translate(0, -5px);
}
.applications__item_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 16px;
}
.applications__item_icon img {
  display: block;
}
.applications__item_icon i {
  color: #ffffff;
}
@media (max-width: 479px) {
  .applications__item_icon {
    width: 50px;
    height: 50px;
  }
}
.applications__item_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #282828;
  margin: 0 0 10px;
}
.applications__item_parag {
  font-size: 16px;
  line-height: 160%;
  opacity: 0.7;
  margin: 0 0 16px;
}
.applications__item_button {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
/* Pricing Cards Section */
.pricing-cards-block .pricing-cards-list {
  margin: 0;
  gap: 20px;
  justify-content: center;
}
.pricing-cards-block .pricing-cards-list.col-4 .pricing-card-item-wrap {
  width: calc((100% - (20px * 3)) / 4);
  padding: 0;
}
@media (max-width: 1199px) {
  .pricing-cards-block .pricing-cards-list.col-4 .pricing-card-item-wrap {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .pricing-cards-block .pricing-cards-list.col-4 .pricing-card-item-wrap {
    width: 100%;
    max-width: 450px;
  }
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap {
  width: calc((100% - (20px * 2)) / 3);
  padding: 0;
}
@media (max-width: 980px) {
  .pricing-cards-block .pricing-cards-list .pricing-card-item-wrap {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .pricing-cards-block .pricing-cards-list .pricing-card-item-wrap {
    width: 100%;
    max-width: 450px;
  }
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item {
  justify-content: initial;
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item.justify-content-top {
  justify-content: flex-start;
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item.justify-content-center {
  justify-content: center;
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item.justify-content-bottom {
  justify-content: flex-end;
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item.justify-content-auto {
  justify-content: initial;
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_icon {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_icon {
    width: 100px;
    height: 100px;
  }
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_title {
  margin-bottom: 12px;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
}
@media (min-width: 480px) {
  .pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_title {
    font-size: 22px;
  }
}
@media (min-width: 599.98px) {
  .pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_title {
    font-size: 24px;
  }
}
@media (min-width: 981px) {
  .pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_title {
    font-size: 22px;
  }
}
@media (min-width: 1199.98px) {
  .pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_title {
    font-size: 22px;
  }
}
@media (min-width: 1340px) {
  .pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_title {
    font-size: 24px;
  }
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_parag {
  opacity: 1;
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_parag p {
  opacity: 0.7;
  font-weight: 700;
  text-align: center;
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_parag ul, .pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_parag ol {
  padding: 0;
  list-style: none;
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_parag ul li, .pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_parag ol li {
  color: #282828;
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_parag ul li:not(:last-child), .pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_parag ol li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-cards-block .pricing-cards-list .pricing-card-item-wrap .applications__item_button {
  margin-top: auto;
  flex: initial;
}
@media (min-width: 1199.98px) and (max-width: 1340px) {
  .pricing-cards-block .applications__list .applications__item_icon {
    width: 105px;
    height: 105px;
  }
}
@media (min-width: 981px) and (max-width: 1199px) {
  .applications__list {
    gap: 15px 0;
    margin: 0 -7px;
  }
  .applications__item_wrap {
    padding-left: 7px;
    padding-right: 7px;
  }
  .applications__item {
    padding: 15px;
  }
  .applications__item_icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }
  .applications__item_title {
    font-size: 18px;
  }
  .applications__item_parag {
    font-size: 14px;
  }
  .pricing-cards-block .applications__list .applications__item_icon {
    width: 92px;
    height: 92px;
    margin-bottom: 16px;
  }
}
@media (max-width: 980px) {
  .applications__item_wrap {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .applications__list {
    gap: 15px 0;
    margin: 0 -7px;
  }
  .applications__item_wrap {
    padding-left: 7px;
    padding-right: 7px;
  }
  .applications__item {
    padding: 15px;
  }
  .applications__item_icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }
  .applications__item_title {
    font-size: 18px;
  }
  .applications__item_parag {
    font-size: 14px;
  }
  .pricing-cards-block .applications__list .applications__item_icon {
    width: 92px;
    height: 92px;
    margin-bottom: 16px;
  }
}
@media (max-width: 479px) {
  .applications__list {
    margin: 0;
  }
  .applications__item_wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.applications__modal .modal_box .modal_box__content {
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
}
.applications__modal .modal_box .modal_box__content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: transparent;
}
.applications__modal .modal_box .modal_box__content::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  background-color: aqua;
}
.applications__modal .modal_box .modal_box__content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ccc;
  width: 7px;
  height: 7px;
}
.applications__modal .modal_box .modal_box__content::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}
.h3cols {
  margin-top: clamp(60px, 7.9861111111vw, 115px);
  margin-bottom: 24px;
}
.h3cols.with-decor, .h3cols.has-background {
  margin: 0;
}
.h3cols.with-decor .h3cols__wrapper, .h3cols.has-background .h3cols__wrapper {
  padding-top: clamp(60px, 7.9861111111vw, 115px);
  padding-bottom: 24px;
}
@media (min-width: 1600px) {
  .h3cols.has-background .h3cols__wrapper {
    padding-bottom: 62px;
  }
}
.h3cols .text-group-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 auto clamp(30px, 3.6111111111vw, 52px);
  max-width: 760px;
}
.h3cols--796 .text-group-wrap {
  max-width: 796px;
}
.h3cols .wide-width-header-width .text-group-wrap {
  max-width: 1170px;
}
.h3cols .text-group-heading {
  margin: 0 0 clamp(20px, 2.3611111111vw, 34px);
  line-height: calc(50 / 42);
}
.h3cols .text-group-subheading {
  order: 2;
}
.h3cols__list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media (min-width: 1600px) {
  .h3cols__list {
    padding-left: 74px;
    padding-right: 74px;
  }
}
.h3cols__item {
  text-align: center;
  max-width: 360px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: clamp(30px, 4.1666666667vw, 60px);
}
.h3cols__item_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.h3cols__item_icon img {
  display: block;
}
.h3cols__item_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #282828;
  margin: 0 0 10px;
}
.h3cols__item_parag {
  font-size: 16px;
  line-height: 160%;
  margin: 0;
  opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 980px) {
  .h3cols__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .h3cols__item_title {
    font-size: 18px;
  }
  .h3cols__item_parag {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .h3cols__list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .h3cols__item {
    padding: 0;
  }
}
.serv_ov {
  margin-top: clamp(60px, 8.3333333333vw, 120px);
  margin-bottom: clamp(60px, 8.3333333333vw, 120px);
}
.serv_ov.has-background {
  margin: 0;
}
.serv_ov.has-background .serv_ov__wrapper {
  padding-top: clamp(60px, 8.3333333333vw, 120px);
  padding-bottom: clamp(60px, 8.3333333333vw, 120px);
}
.serv_ov-text {
  max-width: 760px;
  margin: 0 auto clamp(30px, 4.1666666667vw, 60px);
}
.serv_ov-text .text-group-heading {
  margin: 0 0 clamp(20px, 2.3611111111vw, 34px);
}
.serv_ov__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  margin: 0 -20px;
}
.serv_ov__item_wrap {
  width: 50%;
  flex: none;
  padding: 0 20px;
}
.serv_ov__item {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #ffffff;
  overflow: hidden;
  padding: clamp(20px, 4.1666666667vw, 60px);
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100%;
}
@media (any-hover: hover) {
  .serv_ov__item:hover .serv_ov__item_overlay {
    opacity: 1;
    visibility: visible;
  }
  .serv_ov__item:hover .serv_ov__item_icon {
    background-color: #ffffff;
  }
  .serv_ov__item:hover .serv_ov__item_parag, .serv_ov__item:hover .serv_ov__item_title {
    color: #ffffff;
  }
  .serv_ov__item:hover .btn {
    border-color: #ffffff;
    color: #ffffff !important;
  }
  .serv_ov__item:hover .btn:hover {
    background-color: #ffffff;
    color: #282828 !important;
  }
}
.serv_ov__item_overlay {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out 0s;
}
.serv_ov__item_icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto clamp(20px, 2.0833333333vw, 30px);
  position: relative;
  z-index: 2;
}
.serv_ov__item_icon img {
  display: block;
}
.serv_ov__item_title {
  margin: 0 0 clamp(20px, 2.0833333333vw, 30px);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out 0s;
}
.serv_ov__item_parag {
  margin: 0 0 clamp(20px, 2.0833333333vw, 30px) !important;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out 0s;
}
.serv_ov__item_button {
  position: relative;
  z-index: 2;
}
.serv_ov__item_border {
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .serv_ov__list {
    margin: 0 -10px;
  }
  .serv_ov__item_wrap {
    padding: 0 10px;
  }
  .serv_ov__item {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .serv_ov__list {
    margin: 0;
  }
  .serv_ov__item_wrap {
    padding: 0;
    width: 100%;
  }
  .serv_ov__item {
    padding-bottom: 36px;
  }
}
@media (max-width: 479px) {
  .serv_ov__list {
    gap: 20 0;
  }
  .serv_ov__item_icon {
    width: 70px;
    height: 70px;
  }
  .serv_ov__item_icon img {
    height: 40px;
  }
}
.quote_lead {
  margin-top: clamp(60px, 7.9861111111vw, 115px);
  margin-bottom: clamp(60px, 8.3333333333vw, 120px);
}
.quote_lead.small-font-size-in-quotes .quote_lead__item_quote {
  font-size: clamp(25px, 2.3611111111vw, 34px);
  line-height: 1.2;
  margin-bottom: clamp(25px, 2.3611111111vw, 34px);
}
.quote_lead.smaller-font-size-in-quotes .quote_lead__item_quote {
  font-size: clamp(18px, 1.8055555556vw, 26px);
  line-height: 1.2;
  margin-bottom: clamp(18px, 1.8055555556vw, 26px);
}
.quote_lead .text-group-block {
  margin-bottom: clamp(30px, 4.1666666667vw, 60px);
}
.quote_lead .text-group-wrap {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.quote_lead .text-group-heading {
  line-height: calc(50 / 42);
  margin: 0 0 24px;
}
.quote_lead .text-group-subheading {
  order: 2;
  opacity: 0.7;
}
.quote_lead__slider {
  position: relative;
  overflow: hidden;
}
.quote_lead__item {
  display: flex;
}
.quote_lead__item_content {
  width: 50%;
  flex: none;
  padding: clamp(25px, 5.2083333333vw, 75px) clamp(25px, 4.1666666667vw, 60px) 150px clamp(25px, 5.5555555556vw, 80px);
  color: #ffffff;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .quote_lead__item_content {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 35px;
  }
}
.quote_lead__item_quote {
  font-weight: 500;
  font-size: clamp(25px, 2.9166666667vw, 42px);
  line-height: calc(50 / 42);
  margin-bottom: clamp(25px, 2.9166666667vw, 42px);
}
.quote_lead__item_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}
.quote_lead__item_post {
  font-size: 14px;
  line-height: 19px;
  color: #ccc;
}
.quote_lead__item_img {
  width: 50%;
  flex: none;
  position: relative;
}
@media (max-width: 1439px) {
  .quote_lead__item_img {
    min-height: 45vw;
  }
}
.quote_lead__item_img img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .quote_lead__item_img img {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.quote_lead__slider_nav {
  position: absolute;
  z-index: 4;
  bottom: clamp(25px, 5.5555555556vw, 80px);
  left: clamp(25px, 5.5555555556vw, 80px);
  width: 120px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .quote_lead__slider_nav {
    left: 40px;
  }
}
.quote_lead__arrow {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.quote_lead__arrow:hover {
  background-color: #282828;
}
.quote_lead__arrow:hover i {
  color: #ffffff;
}
.quote_lead__arrow i {
  color: #282828;
  transition: all 0.3s ease-out 0s;
}
.quote_lead__arrow.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
@media (max-width: 767px) {
  .quote_lead__item {
    flex-direction: column;
  }
  .quote_lead__item_content {
    order: 2;
    width: 100%;
    padding-bottom: 110px;
  }
  .quote_lead__item_img {
    width: 100%;
  }
  .quote_lead__item_img img {
    width: 100%;
  }
}
.ws {
  margin-top: clamp(60px, 12.9861111111vw, 187px);
  margin-bottom: clamp(60px, 7.6388888889vw, 110px);
}
.ws .text-group-block {
  text-align: center;
}
.ws .text-group-heading {
  margin-bottom: clamp(30px, 4.5138888889vw, 65px);
}
.ws .platforms__row_tabs {
  max-width: 1440px;
}
.ws .platform-tabset {
  max-width: 1400px;
  margin-bottom: clamp(60px, 8.3333333333vw, 120px);
}
.ws .cardsbox__tabset_mobile {
  margin-bottom: clamp(30px, 4.4444444444vw, 64px);
  text-align: center;
}
.ws .platform-tabscontent__wrapper {
  width: 100%;
  position: relative;
}
.ws .platform-tabscontent__item {
  min-height: 300px;
}
@media (min-width: 1200px) {
  .ws .platform-tabscontent__item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s, opacity 0s ease-out 0s;
    background-color: #ffffff;
  }
  .ws .platform-tabscontent__item.active {
    position: static;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out 0.1s;
  }
}
@media (max-width: 1199px) {
  .ws .platform-tabscontent__item {
    margin-bottom: clamp(40px, 8.3333333333vw, 120px);
  }
  .ws .platform-tabscontent__item:last-child {
    margin-bottom: 0;
  }
}
.ws .platform-tabset__item[data-tab="ws-4"] .platform-tabset__line, .ws .platform-tabset__item[data-tab="ws-3"] .platform-tabset__line, .ws .platform-tabset__item[data-tab="ws-2"] .platform-tabset__line, .ws .platform-tabset__item[data-tab="ws-1"] .platform-tabset__line {
  opacity: 1;
  background: linear-gradient(90deg, rgba(61, 128, 128, 0) 0%, #3d8080 13.94%, #3d8080 42.71%, #3d8080 56.77%, #3d8080 83.33%, rgba(61, 128, 128, 0) 100%);
}
.ws .platform-tabset__angle {
  width: 25%;
}
.ws .platform-tabset__angle::after {
  border-bottom-color: #3d8080;
}
.ws .activetab--ws-1 .platform-tabset__angle {
  left: 0;
}
.ws .activetab--ws-2 .platform-tabset__angle {
  left: 25%;
}
.ws .activetab--ws-3 .platform-tabset__angle {
  left: 50%;
}
.ws .activetab--ws-4 .platform-tabset__angle {
  left: 75%;
}
.infographics__row {
  display: flex;
  margin-bottom: clamp(50px, 5.5555555556vw, 80px);
}
.infographics__row:last-child {
  margin-bottom: 0;
}
.infographics__graphics {
  width: 45.5%;
  flex: none;
  padding: 0 30px 0 45px;
}
@media (max-width: 1199px) {
  .infographics__graphics {
    padding: 0 20px 0 0;
  }
}
.infographic__img {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.infographic__img_title {
  position: absolute;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  margin: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.infographic__img_title span {
  max-width: 150px;
}
.infographics__content {
  width: 54.5%;
  flex: none;
  max-width: 620px;
}
.infographics__list {
  margin: 0;
  padding: 0;
}
.infographics__list--col1 {
  padding-top: 28px;
}
.infographics__list--col2 {
  column-count: 2;
  column-gap: 20px;
}
@media (max-width: 980px) {
  .infographics__list--col2 {
    column-gap: 10px;
  }
}
.infographics__list--col2 .infographics__litem {
  page-break-inside: avoid;
  break-inside: avoid;
}
.infographics__litem {
  list-style: none;
  display: flex;
  margin-bottom: 21px;
}
.infographics__litem .circle {
  flex: none;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.infographics__litem_content {
  color: #000;
}
.infographics__litem_content span {
  display: block;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 5px;
}
.infographics__litem_content strong {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
}
.circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .infographics__row {
    display: block;
  }
  .infographics__graphics {
    width: 100%;
    padding: 0;
  }
  .infographics__content {
    width: 100%;
    margin: 0 auto;
    max-width: 540px;
  }
  .infographics__list {
    padding-top: 26px;
  }
}
@media (max-width: 479px) {
  .infographics__litem {
    margin-bottom: 15px;
  }
  .infographics__litem_content span {
    line-height: 1.3;
    margin-top: 2px;
  }
  .infographics__litem_content strong {
    font-size: 22px;
  }
}
@media (max-width: 374px) {
  .infographics__list--col2 {
    column-count: 1;
    column-gap: 0;
  }
}
.subs_section {
  padding-top: clamp(50px, 8.3333333333vw, 120px);
  padding-bottom: clamp(60px, 6.25vw, 90px);
}
@media (max-width: 980px) {
  .subs_section {
    background-size: 50vw auto;
    background-position: 511px bottom !important;
  }
}
@media (max-width: 767px) {
  .subs_section {
    background-size: 60vw auto;
    background-position: 411px bottom !important;
  }
}
@media (max-width: 479px) {
  .subs_section {
    background-size: 100vw auto;
    background-position: 211px bottom !important;
  }
}
.subs_section .base-row {
  max-width: 1260px;
}
.subs_section .base-row.mts__header {
  position: relative;
  z-index: 1;
}
.subs_section.use_overlay {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
.subs_section.use_overlay::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.subs_section.use_overlay .subs_section__row {
  position: relative;
  z-index: 2;
}
.subs_section__row {
  display: flex;
  gap: clamp(25px, 6.25vw, 90px);
}
.subs_section__text {
  flex: 0 1 580px;
  padding: clamp(20px, 2.5vw, 36px) 0;
}
.subs_section .subheading-opacity .text-group-subheading {
  opacity: 0.7;
}
.subs_section .heading-opacity .text-group-heading {
  opacity: 0.7;
}
.subs_section .text-content-opacity .text-group-content {
  opacity: 0.7;
}
.subs_section .text-group-subheading {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: clamp(15px, 1.3888888889vw, 20px);
  display: block;
}
@media (max-width: 1439px) {
  .subs_section .text-group-subheading {
    font-size: 20px;
  }
}
.subs_section .text-group-heading {
  font-size: clamp(28px, 2.9166666667vw, 42px);
  line-height: calc(50 / 42);
  margin: 0 0 clamp(20px, 2.0833333333vw, 30px);
}
.subs_section .text-color-white .text-group-heading {
  color: #ffffff;
}
.subs_section .text-group-content {
  line-height: 1.45;
}
.subs_section__form_col {
  flex: 0 1 590px;
}
.subs_section__form {
  background-color: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding-left: clamp(20px, 2.7777777778vw, 40px);
  padding-top: clamp(20px, 2.5vw, 36px);
  padding-right: clamp(20px, 2.7777777778vw, 40px);
  padding-bottom: clamp(20px, 2.7777777778vw, 40px);
}
@media (max-width: 1199px) {
  .subs_section__row {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .subs_section__row {
    flex-direction: column;
  }
  .subs_section__text {
    flex: none;
  }
  .subs_section__form_col {
    flex: none;
  }
}
.featposts {
  margin-top: 56px;
  margin-bottom: 44px;
}
.featposts .base-row {
  max-width: 1260px;
}
.featpost__title {
  font-weight: 300;
  font-size: clamp(28px, 2.3611111111vw, 34px);
  line-height: calc(41 / 34);
  color: #282828;
  margin-top: 0;
  margin-bottom: 24px;
}
.featposts__row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.featposts__mainpost {
  flex: 2;
}
.mainpost {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  height: 450px;
  padding: 30px;
}
@media (max-width: 374px) {
  .mainpost {
    padding: 20px;
  }
}
.mainpost__content {
  padding: 30px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  position: relative;
  z-index: 2;
  width: 340px;
  width: 100%;
  max-width: 100%;
  max-width: 390px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 981px) and (max-width: 1199px) {
  .mainpost__content {
    padding: 20px;
    width: 300px;
    width: 340px;
  }
}
@media (max-width: 479px) {
  .mainpost__content {
    padding: 20px;
  }
}
.mainpost__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
}
.mainpost__header .post-item-card-row {
  display: flex;
  flex-wrap: wrap;
}
.mainpost__header .post-item-card-row--pill:not(:last-child) {
  margin-right: 10px;
}
.mainpost__header .pill {
  display: block;
  border: 1px solid #80994d;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 3px 10px 5px;
  color: #80994d;
  margin: 0 9px 7px 0;
}
@media (max-width: 767px) {
  .mainpost__header .pill {
    margin: 0 5px 7px 0;
  }
}
.mainpost__header .pill:last-child {
  margin-right: 0;
}
@media (max-width: 520px) {
  .mainpost__header {
    flex-wrap: wrap;
  }
}
.mainpost__date {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.7;
  padding-top: 4px;
  padding: 0;
  margin-bottom: 7px;
  white-space: nowrap;
}
@media (min-width: 981px) and (max-width: 1199px) {
  .mainpost__date {
    letter-spacing: 0;
  }
}
@media (max-width: )\d \a \9 @include phoneS {
  .mainpost__date {
    letter-spacing: 0;
  }
}
.mainpost__heading {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #282828;
  margin: 0 0 10px;
}
.mainpost__heading a {
  color: #282828;
}
.mainpost__excerpt {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  max-height: 7 * calc(21 / 14)em;
}
.mainpost__excerpt p {
  font-size: 14px;
  line-height: calc(21 / 14);
  opacity: 0.7;
}
.mainpost__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.mainpost__bg img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.featposts__items {
  width: 400px;
  flex: none;
}
@media (min-width: 981px) and (max-width: 1199px) {
  .featposts__items {
    width: 370px;
    width: 395px;
  }
}
.featpostslist__item {
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
}
.featpostslist__item:last-child {
  margin-bottom: 0;
}
.featpostslist .post-item-card {
  display: flex;
  align-items: center;
  gap: 15px;
}
.featpostslist .post-item-card-image-wrap {
  width: 90px;
  height: 90px;
  position: relative;
  flex: none;
  border-radius: 6px;
  overflow: hidden;
}
.featpostslist .post-item-card-image-wrap img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s ease-out 0s;
}
.featpostslist .post-item-card-image-wrap:hover img {
  transform: scale(1.05);
}
.featpostslist .post-item-card-info-wrap {
  flex: 2;
}
.featpostslist .post-item-card-title {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: calc(21 / 14);
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 42pxem;
}
.featpostslist .post-item-card-title a {
  color: #282828;
}
.featpostslist__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .featpostslist__header {
    flex-direction: column;
  }
}
.featpostslist__header .post-item-card-row {
  display: flex;
  flex-wrap: wrap;
}
.featpostslist__header .post-item-card-row--pill:not(:last-child) {
  margin-right: 10px;
}
.featpostslist__header .pill {
  display: block;
  border: 1px solid #80994d;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 7px 3px;
  color: #80994d;
  margin: 0 5px 5px 0;
}
@media (max-width: 767px) {
  .featpostslist__header .pill {
    margin: 0 5px 5px 0;
  }
}
.featpostslist__header .pill:last-child {
  margin-right: 0;
}
.featpostslist__date {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.7;
  padding-top: 4px;
}
@media (max-width: 480px) {
  .featpostslist__date {
    padding-top: 0;
    margin-bottom: 7px;
  }
}
@media (max-width: 980px) {
  .featposts__row {
    flex-direction: column;
  }
  .featposts__mainpost {
    width: 100%;
  }
  .featposts__items {
    width: 100%;
  }
}
.mst .base-row {
  max-width: 1260px;
}
.mst.max-w-1440 .base-row {
  max-width: 1440px;
}
.mst .mst__subtitle {
  order: 2;
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
}
.mst .mst__subtitle + .mst__title {
  margin-top: 0;
  margin-bottom: clamp(10px, 1.3888888889vw, 20px);
}
.mst .buttons {
  order: 3;
}
.mst__info {
  padding-top: clamp(40px, 3.75vw, 54px);
  padding-bottom: clamp(40px, 4.4444444444vw, 64px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1201px) {
  .mst__info {
    max-width: 60%;
  }
}
.featured-resources-section {
  padding-top: clamp(40px, 4.1666666667vw, 60px);
  padding-bottom: 40px;
  background-color: #f8f8f8;
}
.featured-resources-section .heading-section {
  margin-bottom: 20px;
}
.featured-resources-section .text-group-heading {
  margin: 0;
  font-size: clamp(28px, 2.3611111111vw, 34px);
}
.featured-resources-grid {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 981px) and (max-width: 1199px) {
  .featured-resources-grid {
    margin: 0 -10px;
  }
}
@media (max-width: 980px) {
  .featured-resources-grid {
    display: block;
    margin: 0;
  }
}
.featured-resources-grid .post-item {
  width: 50%;
  margin: 0 15px 30px;
}
@media (min-width: 981px) and (max-width: 1199px) {
  .featured-resources-grid .post-item {
    margin: 0 10px 20px;
  }
}
@media (max-width: 980px) {
  .featured-resources-grid .post-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .featured-resources-grid .post-item {
    margin-bottom: 20px;
  }
}
.featured-resources-grid .resource-item {
  border: 1px solid #ebebeb;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.featured-resources-grid .resource-item:hover {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 479px) {
  .featured-resources-grid .resource-item {
    display: block;
  }
}
.featured-resources-grid .resource-item .buttons-wrap {
  position: relative;
  z-index: 5;
}
.featured-resources-grid .card-media-content {
  flex: 0 0 42.3%;
  position: relative;
}
.featured-resources-grid .card-media-content .card-media-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.featured-resources-grid .card-media-content img {
  display: block;
  width: 100%;
}
@media (min-width: 480px) {
  .featured-resources-grid .card-media-content img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.featured-resources-grid .card-media-content .video-play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: clamp(50px, 4.8611111111vw, 70px);
  height: clamp(50px, 4.8611111111vw, 70px);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.featured-resources-grid .card-media-content .video-play-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  opacity: 0.9;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.featured-resources-grid .card-media-content .video-play-btn .video-play-btn-icon {
  display: inline-flex;
  margin-left: 5px;
  width: 30px;
  height: 26px;
  color: #282828;
}
.featured-resources-grid .card-media-content .video-play-btn .video-play-btn-icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.featured-resources-grid .card-media-content:hover .video-play-btn::before, .featured-resources-grid .card-media-content:focus .video-play-btn::before {
  box-shadow: 0 0 0 6px #ffffff;
  opacity: 1;
}
.featured-resources-grid .card-text-content {
  flex: auto;
  padding: 20px;
}
.featured-resources-grid .card-row--pill {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.featured-resources-grid .pill {
  font-weight: 500;
  font-size: 14px;
  line-height: calc(17 / 14);
  margin: 0 5px 5px 0;
  color: #7239a4;
  border: 1px solid #b9ace8;
  border-radius: 3px;
  padding: 4px 10px 6px;
}
.featured-resources-grid .pill:last-child {
  margin-right: 0;
}
@media (max-width: 479px) {
  .featured-resources-grid .pill {
    font-size: 12px;
  }
}
.featured-resources-grid .card-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 10px;
  min-height: 60px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
}
.featured-resources-grid .card-text {
  font-size: 16px;
  line-height: 160%;
  opacity: 0.7;
  margin-bottom: 23px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 4.8em;
}
html.with-featherlight {
  overflow: inherit !important;
}
.weditor {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
  margin-bottom: clamp(40px, 5.5555555556vw, 80px);
}
.weditor .simplelist {
  padding: 0;
}
.weditor .simplelist li {
  page-break-inside: avoid;
  break-inside: avoid;
}
.weditor .simplelist h5 {
  margin-bottom: 5px;
}
.weditor .simplelist p {
  margin: 0;
}
.weditor .simplelist a {
  color: #282828;
}
.dna-section {
  padding: 142px 0 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .dna-section {
    padding: 100px 0 30px;
  }
}
@media (max-width: 980px) {
  .dna-section {
    padding: 80px 0 20px;
  }
}
@media (max-width: 767px) {
  .dna-section {
    padding: 50px 0 15px;
  }
}
.dna-section:before {
  content: "";
  width: 20%;
  height: 166px;
  background-image: url("/wp-content/uploads/2022/01/DNA_helix_shape.png");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 53px;
  z-index: -1;
}
@media (max-width: 1439px) {
  .dna-section:before {
    left: -50px;
  }
}
@media (max-width: 1199px) {
  .dna-section:before {
    top: 30px;
  }
}
@media (max-width: 980px) {
  .dna-section:before {
    display: none;
  }
}
.dna-section .dna-text-group-and-media {
  display: flex;
  flex-wrap: wrap;
}
.dna-section .dna-text-group-and-media .dna-group-col:nth-child(1) {
  width: 55%;
  margin-right: 1%;
  position: relative;
}
@media (max-width: 980px) {
  .dna-section .dna-text-group-and-media .dna-group-col:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.dna-section .dna-text-group-and-media .dna-group-col:nth-child(1):after {
  content: url("/wp-content/uploads/2022/01/DNA_helix_shape_green.png");
  display: block;
  margin-top: 3%;
}
.dna-section .dna-text-group-and-media .dna-group-col:nth-child(2) {
  width: 44%;
}
@media (max-width: 980px) {
  .dna-section .dna-text-group-and-media .dna-group-col:nth-child(2) {
    width: 100%;
  }
}
.dna-section .text-group-heading {
  margin-bottom: 1em;
  padding-bottom: 1.05em;
  position: relative;
}
@media (max-width: 980px) {
  .dna-section .text-group-heading {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.dna-section .text-group-heading:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #a9df5d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.dna-section .text-group-heading:after {
  content: "";
  width: 50%;
  max-width: 234px;
  height: 9px;
  background-color: #b6e673;
  border-radius: 0 10px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.dna-section .text-group-content {
  margin-bottom: 6.5%;
}
@media (max-width: 980px) {
  .dna-section .text-group-content {
    margin-bottom: 4%;
  }
}
.dna-section figure.dna-group-media {
  margin-top: -8.5%;
}
@media (max-width: 1439px) {
  .dna-section figure.dna-group-media {
    margin-top: unset;
  }
}
@media (max-width: 980px) {
  .dna-section figure.dna-group-media {
    max-width: 400px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .dna-section figure.dna-group-media {
    max-height: 350px;
  }
  .dna-section figure.dna-group-media img {
    max-height: 350px;
    object-fit: contain;
  }
}
.images-grid-section {
  margin-top: clamp(60px, 8.3333333333vw, 120px);
  margin-bottom: clamp(60px, 7.9861111111vw, 115px);
}
.images-grid-section .text-group {
  margin: 0 auto clamp(40px, 6.25vw, 90px);
  max-width: 760px;
}
.images-grid-section .text-group-heading {
  margin: 0 0 clamp(20px, 2.0833333333vw, 30px);
  color: #282828;
}
.images-grid-section .images-wrap--grid {
  column-count: 2;
  column-gap: clamp(20px, 5.5555555556vw, 80px);
}
.images-grid-section .image-wrap {
  margin-bottom: clamp(20px, 5.5555555556vw, 80px);
}
.images-grid-section .image-wrap:nth-child(2), .images-grid-section .image-wrap:last-child {
  margin-bottom: 0;
}
.images-grid-section .image-wrap img {
  display: block;
}
.cards-grid-section {
  padding: 113px 0;
}
.cards-grid-section .base-row--cards {
  max-width: 1630px;
}
.cards-grid-section .text-group {
  max-width: 754px;
  margin-bottom: clamp(30px, 4.1666666667vw, 60px);
}
.cards-grid-section .text-group.text-group-align-center {
  margin-left: auto;
  margin-right: auto;
}
.cards-grid-section .text-group.text-group-align-right {
  margin-left: auto;
  margin-right: 0;
}
.cards-grid-section .text-group.text-group-align-left {
  margin-left: 0;
  margin-right: auto;
}
.cards-grid-section .text-group-heading {
  font-size: clamp(28px, 2.3611111111vw, 34px);
  line-height: calc(41 / 34);
  color: #000;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cards-grid-section .text-group-heading {
    line-height: 1.3;
  }
}
@media (max-width: 980px) {
  .cards-grid-section .text-group-heading {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
.cards-grid-section .text-group-subheading {
  font-size: 22px;
  line-height: calc(29 / 22);
  opacity: 0.7;
  margin-bottom: 10px;
}
@media (max-width: 1439px) {
  .cards-grid-section .text-group-subheading {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.cards-grid-section .text-group-content {
  margin-bottom: 32px;
}
.cards-grid-section .text-group-content p {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .cards-grid-section .text-group-content {
    line-height: 1.63;
  }
}
.cards-grid-section .buttons {
  margin-bottom: 8px;
}
.cards-grid-section .cards-grid {
  display: flex;
  gap: 60px 0;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cards-grid-section .cards-grid .card {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 981px) and (max-width: 1199px) {
  .cards-grid-section .cards-grid .card {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .cards-grid-section .cards-grid .card {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 479px) {
  .cards-grid-section .cards-grid .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cards-grid-section .cards-grid.cards-columns-1 .card {
  width: 100%;
}
.cards-grid-section .cards-grid.cards-columns-2 .card {
  width: 50%;
}
@media (max-width: 479px) {
  .cards-grid-section .cards-grid.cards-columns-2 .card {
    width: 100%;
  }
}
.cards-grid-section .cards-grid.cards-columns-3 .card {
  width: 33.333%;
}
@media (max-width: 980px) {
  .cards-grid-section .cards-grid.cards-columns-3 .card {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .cards-grid-section .cards-grid.cards-columns-3 .card {
    width: 100%;
  }
}
.cards-grid-section .cards-grid.cards-columns-4 .card {
  width: 25%;
}
@media (max-width: 980px) {
  .cards-grid-section .cards-grid.cards-columns-4 .card {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .cards-grid-section .cards-grid.cards-columns-4 .card {
    width: 100%;
  }
}
.cards-grid-section .cards-grid .card-image-wrap {
  position: relative;
}
.cards-grid-section .cards-grid .card-image-wrap .video-play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: clamp(50px, 4.8611111111vw, 70px);
  height: clamp(50px, 4.8611111111vw, 70px);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.cards-grid-section .cards-grid .card-image-wrap .video-play-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  opacity: 0.9;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.cards-grid-section .cards-grid .card-image-wrap .video-play-btn .video-play-btn-icon {
  display: inline-flex;
  margin-left: 5px;
  width: 30px;
  height: 26px;
  color: #282828;
}
.cards-grid-section .cards-grid .card-image-wrap .video-play-btn .video-play-btn-icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.cards-grid-section .cards-grid .card-image-wrap:hover .video-play-btn::before, .cards-grid-section .cards-grid .card-image-wrap:focus .video-play-btn::before {
  box-shadow: 0 0 0 6px #ffffff;
  opacity: 1;
}
.cards-grid-section .cards-grid .card-info {
  padding: 20px 0 0;
}
.cards-grid-section .cards-grid .card-info.card-title-size-h4 .card-subtitle {
  font-size: 16px;
  line-height: 1.2;
}
.cards-grid-section .cards-grid .card-info.card-title-size-h4 .card-title {
  font-weight: 300;
}
.cards-grid-section .cards-grid .card-title {
  margin-top: 0;
  margin-bottom: clamp(15px, 2.7777777778vw, 30px);
}
.cards-grid-section .cards-grid .card-subtitle {
  font-size: 22px;
  line-height: calc(29 / 22);
  opacity: 0.7;
  margin-bottom: 10px;
}
.cards-grid-section .cards-grid .card-text + button {
  margin-top: clamp(15px, 2.7777777778vw, 30px);
}
.floating-card-grid-home .card-card-w-floating-btn button {
  font-size: 16px;
}
.floating-card-grid-home .card-card-w-floating-btn button::before {
  content: none;
}
.floating-card-grid-home .card-card-w-floating-btn button::after {
  content: none;
}
.upcoming-events-section {
  background-repeat: no-repeat;
  margin-bottom: clamp(48px, 4.1666666667vw, 60px);
  padding-top: clamp(60px, 6.9444444444vw, 100px);
  overflow: hidden;
  /* @include phone {
		background-size: 170vw auto;
	} */
}
.upcoming-events-section.has-background {
  margin-bottom: 0;
  padding-bottom: clamp(48px, 4.1666666667vw, 60px);
}
@media (min-width: 981px) and (max-width: 1599px) {
  .upcoming-events-section {
    background-size: 80vw auto;
  }
}
@media (max-width: 980px) {
  .upcoming-events-section {
    background-size: 750px auto;
    background-position: right -586px top 0 !important;
  }
}
.upcoming-events-section .text-group {
  margin-bottom: clamp(35px, 4.5833333333vw, 66px);
}
.upcoming-events-section .text-group .buttons {
  display: none;
}
@media (max-width: 767px) {
  .upcoming-events-section .text-group-heading {
    font-size: 28px;
  }
}
.upcoming-events-section .cards-grid {
  display: flex;
  gap: 13px;
  margin-bottom: clamp(30px, 2.7777777778vw, 44px);
}
.upcoming-events-section .cards-grid .post-item {
  background-color: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  flex: 2;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.upcoming-events-section .cards-grid .post-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #3d8080;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
.upcoming-events-section .cards-grid .post-item:hover::before {
  width: 200%;
  height: 200%;
  transform: translate(-25%, -25%);
  opacity: 1;
  transition: all 0.5s ease-out 0.15s;
}
.upcoming-events-section .cards-grid .post-item:hover .card-image-wrap {
  opacity: 1;
  transition: all 0.4s ease-out 0s;
}
.upcoming-events-section .cards-grid .post-item:hover .card-row-info, .upcoming-events-section .cards-grid .post-item:hover .card-row-icon, .upcoming-events-section .cards-grid .post-item:hover .card-title {
  color: #ffffff;
}
.upcoming-events-section .cards-grid .post-item:hover .card-datebig::before {
  opacity: 1;
}
.upcoming-events-section .card {
  height: 415px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  position: relative;
}
.upcoming-events-section .card-image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 42%;
  opacity: 0;
  transition: all 0.4s ease-out 0.1s;
}
.upcoming-events-section .card-image-wrap img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.upcoming-events-section .card-datebig {
  position: relative;
  z-index: 2;
  color: #3d8080;
  align-self: flex-start;
}
.upcoming-events-section .card-datebig__num {
  font-weight: 300;
  font-size: clamp(40px, 4.1666666667vw, 60px);
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.upcoming-events-section .card-datebig__month {
  font-weight: 500;
  font-size: 16px;
  line-height: calc(24 / 16);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 2;
}
.upcoming-events-section .card-datebig::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  border-radius: 6px;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.upcoming-events-section .card-title {
  font-weight: 400;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  line-height: calc(29 / 24);
  margin: 0 0 20px;
  transition: all 0.3s ease-out 0.15s;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2 * calc(29 / 24)em;
}
.upcoming-events-section .card-row {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 160%;
  display: flex;
}
.upcoming-events-section .card-row:last-child {
  margin-bottom: 0;
}
.upcoming-events-section .card-row-icon {
  color: #3d8080;
  width: 26px;
  flex: none;
  transition: all 0.3s ease-out 0.15s;
}
.upcoming-events-section .card-row-info {
  transition: all 0.3s ease-out 0.15s;
  color: #282828;
}
@media (min-width: 981px) and (max-width: 1399px) {
  .upcoming-events-section .card {
    padding: 20px;
    height: 354px;
  }
  .upcoming-events-section .card-datebig::before {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
  .upcoming-events-section .card-title {
    font-size: 22px;
  }
  .upcoming-events-section .card-row {
    font-size: 14px;
  }
  .upcoming-events-section .card-image-wrap {
    height: 37%;
  }
}
@media (min-width: 981px) and (max-width: 1199px) {
  .upcoming-events-section .card-datebig__num {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .upcoming-events-section .card-datebig__month {
    font-size: 14px;
  }
  .upcoming-events-section .card-image-wrap {
    height: 32%;
  }
  .upcoming-events-section .card-title {
    font-size: 19px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 3 * calc(29 / 24)em;
  }
  .upcoming-events-section .card-row {
    margin-bottom: 5px;
  }
}
@media (max-width: 980px) {
  .cards-grid__scroll {
    width: calc(95vw + 40px);
    overflow: hidden;
    overflow-x: auto;
    padding: 0 20px 10px;
    margin: 0 -20px;
  }
  .upcoming-events-section .cards-grid {
    gap: 20px;
    margin-bottom: 14px;
  }
  .upcoming-events-section .cards-grid::after {
    content: "";
    display: block;
    width: 1px;
    flex: none;
  }
  .upcoming-events-section .cards-grid .post-item {
    width: 260px;
    flex: none;
  }
  .upcoming-events-section .cards-grid .post-item:last-child {
    margin-right: 20px;
  }
  .upcoming-events-section .card {
    padding: 20px;
    height: 340px;
  }
  .upcoming-events-section .card-datebig {
    /* top: 20px;
			left: 20px; */
    margin: 20px;
  }
  .upcoming-events-section .card-datebig__num {
    margin-bottom: 7px;
  }
  .upcoming-events-section .card-datebig__month {
    font-size: 14px;
    line-height: calc(24 / 14);
    letter-spacing: 0.3em;
  }
  .upcoming-events-section .tribe-events-event-image {
    position: relative;
    height: 150px;
  }
  .upcoming-events-section .tribe-events-event-image img {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .upcoming-events-section .card-row {
    margin-bottom: 4px;
  }
  .upcoming-events-section .card-row-info {
    font-size: 14px;
  }
  .upcoming-events-section .card-row-icon {
    width: 20px;
    text-align: center;
    padding: 0;
    margin-right: 10px;
  }
  .upcoming-events-section .card-row-icon i {
    font-size: 14px;
  }
}
/* @include tablet {
	.upcoming-events-section .cards-grid {
		flex-wrap: wrap;
	}
	.upcoming-events-section .cards-grid .post-item {
		min-width: 40%;
	}
}
@include phone {
	.upcoming-events-section .card {
		padding: 20px;
		height: 354px;
	}
	.upcoming-events-section .card-datebig::before {
		top: -10px;
		left: -10px;
		width: calc(100% + 20px);
		height: calc(100% + 20px);
	}
	.upcoming-events-section .card-datebig__num {
		font-size: 40px;
		margin-bottom: 5px;
	}
	.upcoming-events-section .card-datebig__month {
		font-size: 14px;
	}
	.upcoming-events-section .card-image-wrap {
		height: 105px;
	}
	.upcoming-events-section .card-title {
		font-size: 19px;
		@include line-clamp(3, calc(29 / 24));
	}
	.upcoming-events-section .card-row {
		margin-bottom: 5px;
	}
}
@include phoneS {
	.upcoming-events-section .cards-grid .post-item {
		min-width: 100%;
	}
	.upcoming-events-section .card {
		height: 300px;
	}
	.upcoming-events-section .card-image-wrap {
		height: 106px;
	}
} */
@media (any-hover: none) {
  .upcoming-events-section .card-image-wrap, .upcoming-events-section .card-datebig::before {
    opacity: 1;
  }
}
.related-resources-section + .recent-news-section.has-background .recent-news-section__wrapper {
  padding-top: 10px;
}
.benefits + .recent-news-section {
  margin-top: clamp(60px, 8.3333333333vw, 120px);
  margin-bottom: clamp(63px, 8.3333333333vw, 120px);
}
.recent-news-section {
  margin-top: clamp(48px, 4.1666666667vw, 60px);
  margin-bottom: clamp(63px, 7.2222222222vw, 104px);
}
.recent-news-section.has-background {
  margin: 0;
}
.recent-news-section.has-background .recent-news-section__wrapper {
  padding-top: clamp(60px, 8.3333333333vw, 120px);
  padding-bottom: clamp(60px, 7.4305555556vw, 107px);
}
.recent-news-section .text-group-heading {
  margin-bottom: clamp(42px, 4.1666666667vw, 64px);
}
@media (max-width: 767px) {
  .recent-news-section .text-group-heading {
    font-size: 28px;
  }
}
.recent-news-section .cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: clamp(23px, 2.7777777778vw, 44px);
}
.recent-news-section .post-item {
  flex: 2;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  overflow: hidden;
  min-width: 34%;
  transition: all 0.3s ease-out 0s;
}
.recent-news-section .post-item:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.recent-news-section .post-item-card {
  display: flex;
  height: 100%;
}
.recent-news-section .post-item-card-image-wrap {
  flex: none;
  width: 260px;
  height: 100%;
  min-height: 260px;
  position: relative;
  overflow: hidden;
}
.recent-news-section .post-item-card-image-wrap img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s ease-out 0s;
}
.recent-news-section .post-item-card-image-wrap:hover img {
  transform: scale(1.05);
}
.recent-news-section .post-item-card-info-wrap {
  flex: 2;
  padding: 29px 35px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.recent-news-section .post-item-card-row--date {
  margin-bottom: 8px;
}
.recent-news-section .post-item-card-meta-date {
  font-weight: 500;
  font-size: 12px;
  line-height: calc(14 / 12);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.recent-news-section .post-item-card-title {
  margin: 0 0 10px;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
}
.recent-news-section .post-item-card-title a {
  color: #282828;
  transition: all 0.3s ease-out 0s;
}
.recent-news-section .post-item-card-title a:hover {
  color: #517222;
}
.recent-news-section .post-item-card-excerpt {
  font-size: 16px;
  line-height: 160%;
  opacity: 0.7;
  margin: 0 0 5px;
  letter-spacing: -0.01em;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.2em;
}
@media (min-width: 1600px) {
  .recent-news-section .post-item-card-btn-wrap {
    padding-bottom: 7px;
  }
}
.recent-news-section-btns {
  display: flex;
}
.recent-news-section-btns.buttons-align-right {
  justify-content: flex-end;
}
.recent-news-section-btns.buttons-align-center {
  justify-content: center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .recent-news-section .post-item-card-image-wrap {
    width: 44%;
    min-height: 190px;
  }
}
@media (min-width: 981px) and (max-width: 1199px) {
  .recent-news-section .post-item-card-image-wrap {
    width: 40%;
    min-height: 180px;
  }
  .recent-news-section .post-item-card-info-wrap {
    padding: 20px 20px 15px;
  }
  .recent-news-section .post-item-card-info-wrap .btn[class*="btn--text-w-icon-"] {
    font-size: 14px;
  }
  .recent-news-section .post-item-card-excerpt {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .recent-news-section .post-item {
    min-width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .recent-news-section .post-item-card-image-wrap {
    width: 40%;
    min-height: 180px;
  }
  .recent-news-section .post-item-card-info-wrap {
    padding: 20px 20px 15px;
  }
  .recent-news-section .post-item-card-info-wrap .btn[class*="btn--text-w-icon-"] {
    font-size: 14px;
  }
  .recent-news-section .post-item-card-excerpt {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .post-item-card-btn-wrap, .recent-news-section .post-item-card-excerpt {
    display: none;
  }
  .recent-news-section .cards-grid {
    gap: 10px;
  }
  .recent-news-section .post-item {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  }
  .recent-news-section .post-item-card-image-wrap {
    width: 90px;
    min-height: 90px;
  }
  .recent-news-section .post-item-card-info-wrap {
    padding: 15px;
  }
  .recent-news-section .post-item-card-row--date {
    margin-bottom: 5px;
  }
  .recent-news-section .post-item-card-meta-date {
    font-size: 10px;
    line-height: calc(12 / 10);
  }
  .recent-news-section .post-item-card-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
  }
}
/* @include phoneS {
	.recent-news-section .post-item-card {
		display: block;
	}
	.recent-news-section .post-item-card-image-wrap {
		width: 100%;
		height: auto;
		min-height: unset;
		padding-bottom: 100%;
	}
	.recent-news-section .post-item-card-info-wrap {
		display: block;
	}
	.recent-news-section .post-item-card-excerpt {
		margin-bottom: 15px;
	}
}
@media (max-width: 420px) {
	.recent-news-section .post-item-card-info-wrap {
		padding: 20px 20px 15px;
	}
} */
.testimon-section {
  background-repeat: no-repeat;
  margin-top: clamp(60px, 8.3333333333vw, 120px);
  margin-bottom: clamp(60px, 9.5833333333vw, 138px);
  overflow: hidden;
}
.testimon-section .text-group-heading {
  margin-bottom: clamp(30px, 4.1666666667vw, 80px);
}
.testimon-section .base-row--md {
  max-width: 1370px;
  position: relative;
}
.testimon-section .base-row--md::before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  margin-right: 12px;
  top: -20px;
  height: calc(100% + 40px);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 9.49%, #ffffff 100%);
  z-index: 3;
  width: calc((100vw - 1370px) / 2);
}
@media (max-width: 1550px) {
  .testimon-section .base-row--md::before {
    width: 5vw;
  }
}
.testimon-section .base-row--md::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  margin-left: 12px;
  top: -20px;
  height: calc(100% + 40px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 9.49%, #ffffff 100%);
  z-index: 3;
  width: calc((100vw - 1370px) / 2);
}
@media (max-width: 1550px) {
  .testimon-section .base-row--md::after {
    width: 5vw;
  }
}
.testimonial-card {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: clamp(20px, 3.125vw, 45px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.testimonial-img-wrap {
  margin-bottom: clamp(14px, 2.4305555556vw, 35px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 75px;
}
.testimonial-img-wrap img {
  max-height: 75px;
  display: block;
  width: auto;
  max-width: 150px;
}
@media (min-width: 981px) and (max-width: 1199px) {
  .testimonial-img-wrap img {
    height: 60px;
  }
}
.testimonial-text {
  min-height: 142px;
  margin: 0 0 5px !important;
}
.testimonial-client-info--name {
  font-weight: 500;
  font-size: 16px;
  line-height: calc(24 / 16);
}
.testimonial-client-info--company {
  color: #797979;
  font-weight: 500;
  font-size: 14px;
  line-height: calc(24 / 14);
}
.testimonials__arrow {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.testimonials__arrow:hover {
  background-color: #282828;
}
.testimonials__arrow:hover i {
  color: #ffffff;
}
.testimonials__arrow i {
  color: #282828;
  transition: all 0.3s ease-out 0s;
}
.testimonials__arrow.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
.testimonials-slider-prev {
  left: -155px;
}
@media (max-width: 1720px) {
  .testimonials-slider-prev {
    left: auto;
    right: 100%;
    margin-right: 10px;
  }
}
@media (max-width: 1340px) {
  .testimonials-slider-prev {
    left: auto;
    right: 100%;
    margin-right: -25px;
  }
}
.testimonials-slider-next {
  right: -155px;
}
@media (max-width: 1720px) {
  .testimonials-slider-next {
    right: auto;
    left: 100%;
    margin-left: 10px;
  }
}
@media (max-width: 1340px) {
  .testimonials-slider-next {
    right: auto;
    left: 100%;
    margin-left: -25px;
  }
}
@media (max-width: 599px) {
  .testimonials-slider__nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 120px;
    margin-left: auto;
    margin-top: 20px;
  }
  .testimonials-slider__nav .testimonials__arrow {
    position: static;
    transform: translate(0, 0);
    margin: 0;
  }
  .testimonials__arrow.swiper-button-disabled {
    opacity: 0.5;
  }
}
.testimonials-slider {
  position: relative;
}
@media (max-width: 479px) {
  /* .testimonial-card {
		width: 260px;
	} */
  .testimonials-slider .swiper-slide {
    width: 260px;
  }
  .testimonial-img-wrap img {
    width: auto;
    height: 50px;
  }
  .testimonials-slider__nav {
    display: none;
  }
  .testimonial-text {
    font-size: 14px;
    line-height: calc(21 / 14);
    margin-bottom: 30px !important;
    transition: all 0.3s ease-out 0s;
    min-height: 168px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    max-height: 8 * calc(21 / 14)em;
  }
  .testimonial-card:hover .testimonial-text {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 88;
    -webkit-box-orient: vertical;
    max-height: 88 * calc(21 / 14)em;
  }
  .testimonial-client-info--name {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 1 * calc(24 / 16)em;
  }
  .testimonial-client-info--position {
    display: none;
  }
}
.cover-cta-section {
  position: relative;
}
.cover-cta-section .text-group-content {
  margin-bottom: clamp(30px, 2.7777777778vw, 40px);
}
.cover-cta-section .text-group-content p {
  margin: 0;
  color: #ffffff;
}
.cover-cta-section.media-background {
  /* &:before {
			content: "";
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			background-image: linear-gradient(to right, #011149 0%, #22c3e6 89%, #25d3f4 100%);
			opacity: 0.76;
			z-index: -1;
		} */
}
.cover-cta-section.media-background > img, .cover-cta-section.media-background video {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.cover-cta-section.gradient-background:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.cover-cta-section .cta-info {
  min-height: clamp(375px, 34.0277777778vw, 490px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0 20px;
  position: relative;
  z-index: 2;
}
.cover-cta-section .cta-info .text-group-subheading {
  color: #ffffff;
  width: 100%;
}
@media (min-width: 1600px) {
  .cover-cta-section .cta-info .text-group-subheading {
    font-size: 20px;
  }
}
.cover-cta-section .cta-info .text-group-heading {
  width: 100%;
  color: #ffffff;
  margin-bottom: 32px;
}
.cover-cta-section .cta-info .text-group-heading:last-child {
  margin-bottom: 0;
}
.cover-cta-section .cta-info .buttons {
  width: 100%;
}
@media (max-width: 479px) {
  .cover-cta-section .cta-info .text-group-heading {
    font-size: 24px;
    line-height: calc(29 / 24);
    margin-bottom: 33px;
  }
}
.cover-cta-section--2 .text-group-heading strong {
  display: block;
}
.style-mktoForm-white {
  padding: clamp(30px, 2.7777777778vw, 40px) 0;
}
.style-mktoForm-white .text-group-content {
  margin-bottom: 0;
}
.style-mktoForm-white .cta-info {
  padding: 20px 0;
}
.text-group-and-media-section {
  padding: 55px 0;
}
@media (min-width: 767.98px) {
  .text-group-and-media-section {
    padding: 75px 0;
  }
}
@media (min-width: 991.98px) {
  .text-group-and-media-section {
    padding: 89px 0;
  }
}
.text-group-and-media-section .base-row--media-grid {
  max-width: 1680px;
}
.text-group-and-media-section .base-row--media {
  max-width: 1650px;
}
.text-group-and-media-section .text-group-and-media {
  display: flex;
  flex-wrap: wrap;
  /* Media */
  /* Text */
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media.text-group-align-right {
    flex-direction: row-reverse;
  }
  .text-group-and-media-section .text-group-and-media.text-group-align-right .text-group-and-media-col--media {
    margin-right: 7.03947%;
  }
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media.text-group-align-left .text-group-and-media-col--text {
    margin-right: 7.03947%;
  }
}
.text-group-and-media-section .text-group-and-media.vertical-align-auto {
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media.text-group-and-media--media-before .text-group-and-media-col--text {
    margin-bottom: 0;
  }
  .text-group-and-media-section .text-group-and-media.text-group-and-media--media-before .text-group-and-media-col--media {
    margin-bottom: 50px;
  }
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media.text-group-and-media--media-before.text-group-align-right {
    flex-direction: row-reverse;
  }
  .text-group-and-media-section .text-group-and-media.text-group-and-media--media-before.text-group-align-right .text-group-and-media-col--media {
    margin-right: 6.0119%;
    margin-bottom: 6.0119%;
    float: left;
  }
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media.text-group-and-media--media-before.text-group-align-left .text-group-and-media-col--media {
    margin-left: 6.0119%;
    margin-bottom: 6.0119%;
    float: right;
  }
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media--with-media .text-group {
    padding-top: 3.5625em;
  }
}
.text-group-and-media-section .text-group-and-media--text-only .text-group-subheading, .text-group-and-media-section .text-group-and-media--text-only .text-group-heading {
  display: block !important;
  width: auto !important;
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media--with-media-grid--text {
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media--with-media-grid--text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.text-group-and-media-section .text-group-and-media--with-media-grid--media {
  width: 100%;
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media--with-media-grid--media {
    width: 46.428571%;
    flex-shrink: 0;
  }
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media .text-group-and-media-col--text {
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media .text-group-and-media-col--text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.text-group-and-media-section .text-group-and-media .text-group-and-media-col--media {
  width: 100%;
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media .text-group-and-media-col--media {
    width: 45.276315%;
    flex-shrink: 0;
  }
}
.text-group-and-media-section .text-group-and-media .text-group-and-media-media-el {
  margin: 0;
}
.text-group-and-media-section .text-group-and-media .text-group-and-media-media-el img {
  display: block;
  border-radius: 0 40px 0 40px;
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media .text-group-and-media-grid-false .text-group-and-media-media-el {
    max-width: 689px;
  }
}
.text-group-and-media-section .text-group-and-media .text-group-and-media-grid-false .text-group-and-media-media-el img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 980px) {
  .text-group-and-media-section .text-group-and-media .text-group-and-media-grid-false .text-group-and-media-media-el img {
    max-height: 400px;
  }
}
.text-group-and-media-section .text-group-and-media .collage-grid {
  position: relative;
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media .collage-grid {
    min-height: 558px;
  }
  .text-group-and-media-section .text-group-and-media .collage-grid img.main-image {
    position: absolute;
    top: 0;
    width: calc(100% - 11.667%);
  }
}
.text-group-and-media-section .text-group-and-media .collage-grid.collage-img-right {
  padding-right: 8%;
}
.text-group-and-media-section .text-group-and-media .collage-grid.collage-img-right img.collage-image {
  right: -3.5%;
}
@media (min-width: 576px) {
  .text-group-and-media-section .text-group-and-media .collage-grid.collage-img-right img.collage-image {
    right: -3%;
  }
}
@media (min-width: 767.98px) {
  .text-group-and-media-section .text-group-and-media .collage-grid.collage-img-right img.collage-image {
    right: -1%;
  }
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media .collage-grid.collage-img-right img.collage-image {
    right: 0;
  }
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media .collage-grid.collage-img-right {
    padding-right: 11.667%;
  }
}
.text-group-and-media-section .text-group-and-media .collage-grid.collage-img-left {
  padding-left: 8%;
}
.text-group-and-media-section .text-group-and-media .collage-grid.collage-img-left img.collage-image {
  left: -3.5%;
}
@media (min-width: 576px) {
  .text-group-and-media-section .text-group-and-media .collage-grid.collage-img-left img.collage-image {
    left: -3%;
  }
}
@media (min-width: 767.98px) {
  .text-group-and-media-section .text-group-and-media .collage-grid.collage-img-left img.collage-image {
    left: -1%;
  }
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media .collage-grid.collage-img-left img.collage-image {
    left: 0;
  }
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media .collage-grid.collage-img-left {
    padding-left: 11.667%;
  }
}
.text-group-and-media-section .text-group-and-media .collage-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-group-and-media-section .text-group-and-media .collage-grid img.collage-image {
  position: absolute;
  top: 157px;
  top: 22.275641%;
  width: 49.487179%;
  max-width: 422px;
  height: 49.67948%;
  max-height: 346px;
  border-radius: 40px 0 40px 0;
  border: 18px solid #ffffff;
  box-sizing: content-box;
}
.text-group-and-media-section .text-group-and-media .text-group {
  font-size: 16px;
}
.text-group-and-media-section .text-group-and-media .text-group .text-group-subheading {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.6875em;
  letter-spacing: 1.5px;
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media .text-group .text-group-subheading {
    width: 48%;
  }
}
.text-group-and-media-section .text-group-and-media .text-group .text-group-heading {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1.05em;
}
@media (min-width: 991.98px) {
  .text-group-and-media-section .text-group-and-media .text-group .text-group-heading {
    width: 48%;
  }
}
@media (max-width: 980px) {
  .text-group-and-media-section .text-group-and-media .text-group .text-group-heading {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.text-group-and-media-section .text-group-and-media .text-group .text-group-heading:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #a9df5d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.text-group-and-media-section .text-group-and-media .text-group .text-group-heading:after {
  content: "";
  width: 50%;
  max-width: 234px;
  height: 9px;
  background-color: #b6e673;
  border-radius: 0 10px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.text-group-and-media-section .text-group-and-media .text-group .text-group-content {
  color: #727880;
}
.text-group-and-media-section .text-group-and-media .text-group .text-group-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.875;
  color: #727880;
}
.text-group-and-media-section .text-group-and-media .text-group .text-group-content p:not(:last-child) {
  margin-bottom: 1.625em;
}
.text-group-and-media-section .text-group-and-media .text-group .text-group-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-group-and-media-section .text-group-and-media .text-group .text-group-content ul li {
  position: relative;
  padding-left: 1.6875em;
  font-size: 16px;
  line-height: 1.875;
  color: #727880;
  margin-bottom: 0.75em;
}
.text-group-and-media-section .text-group-and-media .text-group .text-group-content ul li::before {
  content: "";
  position: absolute;
  left: 0.1875em;
  top: 7px;
  height: 1em;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  line-height: 1;
  color: #b6e673;
}
.text-group-and-media-section .text-group-and-media .text-group .text-group-content iframe {
  width: 100%;
}
.text-group-and-media-section .text-group-and-media .text-group .text-group-content:not(:last-child) {
  margin-bottom: 6.5%;
}
.text-group-and-media-section-careers .text-align-left .buttons-wrap {
  text-align: end;
}
.text-group-and-accordions-section {
  padding: 55px 0;
  /* Accordions */
}
@media (min-width: 767.98px) {
  .text-group-and-accordions-section {
    padding: 36px 0 75px;
  }
}
@media (min-width: 991.98px) {
  .text-group-and-accordions-section {
    padding: 36px 0 160px;
  }
}
.text-group-and-accordions-section .text-group-block {
  max-width: 1280px;
  margin: 0 auto;
}
.text-group-and-accordions-section .text-group-block.text-group-wrap .text-group-col--text {
  margin-bottom: 36px;
}
.text-group-and-accordions-section .text-group-block.text-group-wrap .text-group {
  position: relative;
  padding-bottom: 54px;
}
.text-group-and-accordions-section .text-group-block.text-group-wrap .text-group:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 3px;
  background-color: #a9df5d;
}
@media (min-width: 991.98px) {
  .text-group-and-accordions-section .text-group-block.text-group-wrap .text-group:before {
    width: 59.6875%;
  }
}
.text-group-and-accordions-section .text-group-block.text-group-wrap .text-group:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40%;
  max-width: 280px;
  height: 9px;
  background-color: #b6e673;
  border-radius: 5px 10px 0 0;
}
.text-group-and-accordions-section .text-group-block.text-group-wrap .text-group-content {
  max-width: 874px;
  margin: 0 auto;
}
.text-group-and-accordions-section .text-group-block.text-group-grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 991.98px) {
  .text-group-and-accordions-section .text-group-block.text-group-grid .text-group-col--text {
    flex: 1;
    margin-right: 6.0119%;
  }
}
@media (max-width: 991.98px) {
  .text-group-and-accordions-section .text-group-block.text-group-grid .text-group-col--text {
    width: 100%;
  }
}
.text-group-and-accordions-section .text-group-block.text-group-grid .text-group-col--accordions {
  width: 100%;
}
@media (min-width: 991.98px) {
  .text-group-and-accordions-section .text-group-block.text-group-grid .text-group-col--accordions {
    width: 46.428571%;
    flex-shrink: 0;
  }
}
.text-group-and-accordions-section .text-group-block.text-group-grid .text-group-heading {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (min-width: 991.98px) {
  .text-group-and-accordions-section .text-group-block.text-group-grid .text-group-heading {
    margin-bottom: 1.9375em;
    padding-bottom: 38px;
  }
}
.text-group-and-accordions-section .text-group-block.text-group-grid .text-group-heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #a9df5d;
}
.text-group-and-accordions-section .text-group-block.text-group-grid .text-group-heading:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50%;
  max-width: 234px;
  height: 9px;
  background-color: #b6e673;
  border-radius: 0 10px 0 0;
}
.text-group-and-accordions-section .text-group .text-group-subheading {
  margin-bottom: 0;
  letter-spacing: 1.5px;
}
.text-group-and-accordions-section .text-group .text-group-heading {
  position: relative;
  margin-bottom: 17px;
}
.text-group-and-accordions-section .accordions {
  max-width: 908px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.text-group-and-accordions-section .accordions li:not(:last-child) {
  margin-bottom: 15px;
}
.text-group-and-accordions-section .accordions details {
  background-color: #ffffff;
  transition: all 0.35s ease-in-out;
}
.text-group-and-accordions-section .accordions details[open] {
  box-shadow: 0 2px 49px rgba(0, 146, 239, 0.1);
}
.text-group-and-accordions-section .accordions details[open] summary {
  border-color: #c3cbd6;
}
.text-group-and-accordions-section .accordions details[open] .accordions-heading .accordions-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.text-group-and-accordions-section .accordions details summary {
  list-style: none;
  padding: 28px 21px 27px 35px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: all 0.35s ease-in-out;
}
.text-group-and-accordions-section .accordions details .accordions-heading {
  display: flex;
}
.text-group-and-accordions-section .accordions details .accordions-heading .accordions-heading-text {
  flex: 1;
  padding-right: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #282828;
}
@media (min-width: 991.98px) {
  .text-group-and-accordions-section .accordions details .accordions-heading .accordions-heading-text {
    font-size: 18px;
  }
}
.text-group-and-accordions-section .accordions details .accordions-heading .accordions-icon {
  position: relative;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
}
.text-group-and-accordions-section .accordions details .accordions-heading .accordions-icon::before, .text-group-and-accordions-section .accordions details .accordions-heading .accordions-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #b6e673;
  border-radius: 3px;
}
.text-group-and-accordions-section .accordions details .accordions-heading .accordions-icon::before {
  width: 13px;
  height: 3px;
  transform: translate(-50%, -50%);
}
.text-group-and-accordions-section .accordions details .accordions-heading .accordions-icon::after {
  height: 13px;
  width: 3px;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  transition: all 0.35s ease-in-out;
}
.text-group-and-accordions-section .accordions details .accordions-content {
  padding: 47px 52px 58px;
  padding: 5.1762% 5.72% 6.387%;
}
.text-group-and-accordions-section .accordions details .accordions-content a {
  position: relative;
  color: #727880;
}
.text-group-and-accordions-section .accordions details .accordions-content a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background-color: #b6e673;
  transition: all 0.35s ease-in-out;
}
.text-group-and-accordions-section .accordions details .accordions-content a:hover::before, .text-group-and-accordions-section .accordions details .accordions-content a:focus::before {
  left: 0;
  width: 100%;
}
.text-group-and-accordions-section .accordions details .accordions-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-group-and-accordions-section .accordions details .accordions-content ul li {
  position: relative;
  padding-left: 1.6875em;
  font-size: 16px;
  line-height: 1.25;
  color: #727880;
}
.text-group-and-accordions-section .accordions details .accordions-content ul li::before {
  content: "";
  position: absolute;
  left: 0.1875em;
  top: 2px;
  height: 1em;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  line-height: 1;
  color: #b6e673;
}
.text-group-and-accordions-section .accordions details .accordions-content ul li:not(:last-child) {
  margin-bottom: 0.75em;
}
.text-group-and-accordions-section-gradient {
  background-image: linear-gradient(180deg, #ffffff 0%, #f2faff 100%);
}
.videos-grid-section {
  padding: 15px 0 22px;
  /* Filters */
  /* Videos Grid */
  /* Modifications */
}
@media (min-width: 576px) {
  .videos-grid-section {
    padding: 20px 0 32px;
  }
}
@media (min-width: 767.98px) {
  .videos-grid-section {
    padding: 30px 0 42px;
  }
}
@media (min-width: 991.98px) {
  .videos-grid-section {
    padding: 43px 0 52px;
  }
}
.videos-grid-section .base-row {
  max-width: 1590px;
}
.videos-grid-section .text-group {
  max-width: 1280px;
  margin: 0 auto;
}
.videos-grid-section .text-group .text-group-subheading {
  margin-bottom: 0;
  letter-spacing: 1.5px;
}
.videos-grid-section .text-group .text-group-heading {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (min-width: 991.98px) {
  .videos-grid-section .text-group .text-group-heading {
    margin-bottom: 1.9375em;
    padding-bottom: 38px;
  }
}
.videos-grid-section .text-group .text-group-heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 3px;
  background-color: #a9df5d;
}
@media (min-width: 991.98px) {
  .videos-grid-section .text-group .text-group-heading:before {
    width: 54.6875%;
  }
}
.videos-grid-section .text-group .text-group-heading:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40%;
  max-width: 280px;
  height: 9px;
  background-color: #b6e673;
  border-radius: 5px 10px 0 0;
}
.videos-grid-section .section-filter {
  padding: 0;
  margin-top: 93px;
  margin-bottom: 93px;
}
@media (max-width: 1439px) {
  .videos-grid-section .section-filter {
    margin-top: 89px;
    margin-bottom: 89px;
  }
}
@media (max-width: 1199px) {
  .videos-grid-section .section-filter {
    margin-top: 81px;
    margin-bottom: 81px;
  }
}
@media (max-width: 1023px) {
  .videos-grid-section .section-filter {
    margin-top: 74px;
    margin-bottom: 74px;
  }
}
@media (max-width: 980px) {
  .videos-grid-section .section-filter {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.videos-grid-section .section-filter .filters-row {
  max-width: 100%;
}
.videos-grid-section .section-filter .filters-row .select__head {
  margin: 0;
  padding-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.videos-grid-section .section-filter .filters-row .select__list .select__item.selected {
  background-color: #c3e3fa;
}
.videos-grid-section .section-filter .base-item-filter--videos-grid-topics, .videos-grid-section .section-filter .base-item-filter--videos-grid-sortby {
  width: 16%;
  max-width: 250px;
}
.videos-grid-section .section-filter .base-item-filter.item-search .input-search {
  background: transparent;
}
.videos-grid-section .section-filter .base-item-filter.item-btn > .filter-reset {
  background: transparent;
  border: none;
}
@media (max-width: 980px) {
  .videos-grid-section .section-filter .base-item-filter.item-btn {
    display: flex;
    flex-direction: column;
  }
  .videos-grid-section .section-filter .base-item-filter.item-btn > .filter-reset {
    position: relative;
    bottom: unset;
  }
}
@media (max-width: 980px) {
  .videos-grid-section .section-filter .base-item-filter {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .videos-grid-section .section-filter .base-item-filter:not(:last-child) {
    margin-bottom: 40px;
  }
}
.videos-grid-section .videos-grid {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 576px) {
  .videos-grid-section .videos-grid {
    column-gap: 24px;
  }
}
.videos-grid-section .videos-grid.three-columns-count {
  max-width: 1440px;
  margin: auto;
}
@media (min-width: 576px) {
  .videos-grid-section .videos-grid.three-columns-count .video-card {
    width: 47%;
    width: calc((100% - 24px) / 2);
  }
}
@media (min-width: 991.98px) {
  .videos-grid-section .videos-grid.three-columns-count .video-card {
    width: calc((100% - 48px) / 3);
  }
}
.videos-grid-section .videos-grid.three-columns-count .video-card .video-card-title {
  margin-bottom: 0.2em;
  line-height: 1.2;
  font-size: 24px !important;
}
@media (max-width: 1199px) {
  .videos-grid-section .videos-grid.three-columns-count .video-card .video-card-title {
    font-size: 22px !important;
  }
}
@media (max-width: 980px) {
  .videos-grid-section .videos-grid.three-columns-count .video-card .video-card-title {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .videos-grid-section .videos-grid.three-columns-count .video-card .video-card-title {
    font-size: 19px !important;
  }
}
@media (max-width: 479px) {
  .videos-grid-section .videos-grid.three-columns-count .video-card .video-card-title {
    font-size: 18px !important;
  }
}
.videos-grid-section .video-card {
  width: 100%;
  margin-bottom: 30px;
  transform-origin: top;
  transition: all 0.35s ease-in-out;
}
.videos-grid-section .video-card:hover .video-card-thumb::before, .videos-grid-section .video-card:focus .video-card-thumb::before {
  opacity: 1;
}
@media (min-width: 576px) {
  .videos-grid-section .video-card {
    width: 47%;
    width: calc((100% - 24px) / 2);
  }
}
@media (min-width: 767.98px) {
  .videos-grid-section .video-card {
    width: 31%;
    width: calc((100% - 48px) / 3);
  }
}
@media (min-width: 991.98px) {
  .videos-grid-section .video-card {
    width: 23%;
    width: calc((100% - 72px) / 4);
  }
}
@media (min-width: 1199.98px) {
  .videos-grid-section .video-card {
    width: 18.8679%;
    width: calc((100% - 96px) / 5);
  }
}
.videos-grid-section .video-card > * {
  color: #727880;
}
.videos-grid-section .video-card .video-card-thumb {
  position: relative;
  height: 0;
  padding-top: 57.1906%;
  margin: 0 0 20px;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
}
.videos-grid-section .video-card .video-card-thumb:not(:last-child) {
  margin-bottom: 20px;
}
.videos-grid-section .video-card .video-card-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 38, 41, 0.4);
  opacity: 0;
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
.videos-grid-section .video-card .video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos-grid-section .video-card .video-card-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  z-index: 1;
}
@media (min-width: 767.98px) {
  .videos-grid-section .video-card .video-card-play-btn {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1199.98px) {
  .videos-grid-section .video-card .video-card-play-btn {
    width: 80px;
    height: 80px;
  }
}
.videos-grid-section .video-card .video-card-play-btn i {
  transform: translateX(-1px);
  font-size: 22px;
  color: #ffffff;
}
@media (min-width: 767.98px) {
  .videos-grid-section .video-card .video-card-play-btn i {
    font-size: 20px;
  }
}
@media (min-width: 991.98px) {
  .videos-grid-section .video-card .video-card-play-btn i {
    font-size: 18px;
  }
}
@media (min-width: 1199.98px) {
  .videos-grid-section .video-card .video-card-play-btn i {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .videos-grid-section .video-card .video-card-play-btn i {
    font-size: 24px;
  }
}
.videos-grid-section .video-card .video-card-info ul, .videos-grid-section .video-card .video-card-info ol {
  margin: 0;
  padding: 0;
}
.videos-grid-section .video-card .video-card-info ul {
  list-style: none;
}
.videos-grid-section .video-card .video-card-info ul li {
  position: relative;
  padding-left: 1.6875em;
  font-size: 16px;
  line-height: 1.25;
}
.videos-grid-section .video-card .video-card-info ul li::before {
  content: "";
  position: absolute;
  left: 0.1875em;
  top: 2px;
  height: 1em;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  line-height: 1;
  color: #b6e673;
}
.videos-grid-section .video-card .video-card-info ul li:not(:last-child) {
  margin-bottom: 0.75em;
}
.videos-grid-section .video-card .video-card-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #727880;
}
.videos-grid-section .video-card .video-card-title:not(:last-child) {
  margin-bottom: 0.75em;
}
.videos-grid-section .video-card.is-animated {
  animation: 0.6s zoom-in;
}
.videos-grid-section--width-full-width .base-row {
  max-width: 1300px;
}
@media (min-width: 991.98px) {
  .videos-grid-section--width-full-width .videos-grid {
    padding: 0 7px;
  }
}
@media (min-width: 576px) {
  .videos-grid-section--width-full-width .video-card {
    width: 47%;
    width: calc((100% - 24px) / 2);
  }
}
@media (min-width: 991.98px) {
  .videos-grid-section--width-full-width .video-card {
    width: calc((100% - 72px) / 4);
  }
}
.videos-grid-section--width-full-width .video-card--full-width {
  width: 100%;
}
@media (min-width: 991.98px) {
  .videos-grid-section--width-full-width .video-card--full-width {
    width: calc(100% + 14px);
    margin-right: -7px;
    margin-left: -7px;
  }
}
@media (min-width: 576px) {
  .videos-grid-section--width-full-width .video-card--full-width .video-card-thumb {
    padding-top: 46.76923%;
    border-radius: 0;
  }
}
.videos-grid-section--width-full-width .video-card--full-width .video-card-thumb::before {
  opacity: 1;
}
.videos-grid-section--width-full-width .video-card--full-width .video-card-play-btn i {
  transform: translateX(-1px);
}
.videos-grid-section .videos-grid-carousel {
  position: relative;
  margin-bottom: 30px;
}
.videos-grid-section .videos-grid-carousel::before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  margin-right: 12px;
  top: -20px;
  height: calc(100% + 40px);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 9.49%, #ffffff 100%);
  z-index: 3;
  width: calc((100vw - 1370px) / 2);
}
@media (max-width: 1550px) {
  .videos-grid-section .videos-grid-carousel::before {
    width: 5vw;
  }
}
.videos-grid-section .videos-grid-carousel::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  margin-left: 12px;
  top: -20px;
  height: calc(100% + 40px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 9.49%, #ffffff 100%);
  z-index: 3;
  width: calc((100vw - 1370px) / 2);
}
@media (max-width: 1550px) {
  .videos-grid-section .videos-grid-carousel::after {
    width: 5vw;
  }
}
.videos-grid-section .videos-grid-carousel .video-card {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .videos-grid-section .videos-grid-carousel .videos-grid-slider__nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 120px;
    margin-left: auto;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .videos-grid-section .videos-grid-carousel .videos-grid-slider__nav {
    display: none;
  }
}
.videos-grid-section .videos-grid-carousel .videos-grid-slider__nav .videos-grid__arrow {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
@media (max-width: 599px) {
  .videos-grid-section .videos-grid-carousel .videos-grid-slider__nav .videos-grid__arrow {
    position: static;
    transform: translate(0, 0);
    margin: 0;
  }
}
.videos-grid-section .videos-grid-carousel .videos-grid-slider__nav .videos-grid__arrow:hover {
  background-color: #282828;
}
.videos-grid-section .videos-grid-carousel .videos-grid-slider__nav .videos-grid__arrow:hover i {
  color: #ffffff;
}
.videos-grid-section .videos-grid-carousel .videos-grid-slider__nav .videos-grid__arrow i {
  color: #282828;
  transition: all 0.3s ease-out 0s;
}
.videos-grid-section .videos-grid-carousel .videos-grid-slider__nav .videos-grid__arrow.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
@media (max-width: 599px) {
  .videos-grid-section .videos-grid-carousel .videos-grid-slider__nav .videos-grid__arrow.swiper-button-disabled {
    opacity: 0.5;
  }
}
.videos-grid-section .videos-grid-carousel .videos-grid-slider__nav .videos-grid-slider-prev {
  left: -120px;
}
@media (max-width: 1720px) {
  .videos-grid-section .videos-grid-carousel .videos-grid-slider__nav .videos-grid-slider-prev {
    left: auto;
    right: 100%;
    margin-right: 10px;
  }
}
@media (max-width: 1340px) {
  .videos-grid-section .videos-grid-carousel .videos-grid-slider__nav .videos-grid-slider-prev {
    left: auto;
    right: 100%;
    margin-right: -25px;
  }
}
.videos-grid-section .videos-grid-carousel .videos-grid-slider__nav .videos-grid-slider-next {
  right: -120px;
}
@media (max-width: 1720px) {
  .videos-grid-section .videos-grid-carousel .videos-grid-slider__nav .videos-grid-slider-next {
    right: auto;
    left: 100%;
    margin-left: 10px;
  }
}
@media (max-width: 1340px) {
  .videos-grid-section .videos-grid-carousel .videos-grid-slider__nav .videos-grid-slider-next {
    right: auto;
    left: 100%;
    margin-left: -25px;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: none;
  }
}
.featherlight-content .video-container {
  display: block !important;
  width: 90vw;
  max-width: 1000px;
  height: auto;
  min-height: 30vh;
}
.partners-list-section {
  padding: 15px 0 55px;
  background-image: linear-gradient(180deg, #ffffff 0%, #f2faff 100%);
  /* Text Group */
  /* Text */
  /* Filter Styles */
  /* Partners Grid */
}
@media (min-width: 767.98px) {
  .partners-list-section {
    padding: 15px 0 75px;
  }
}
@media (min-width: 991.98px) {
  .partners-list-section {
    padding: 15px 0 94px;
  }
}
.partners-list-section .text-group-block {
  margin-bottom: 55px;
}
@media (min-width: 767.98px) {
  .partners-list-section .text-group-block {
    margin-bottom: 75px;
  }
}
@media (min-width: 991.98px) {
  .partners-list-section .text-group-block {
    margin-bottom: 94px;
  }
}
.partners-list-section .text-group {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 991.98px) {
  .partners-list-section .text-group {
    padding-bottom: 38px;
  }
}
.partners-list-section .text-group:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 3px;
  background-color: #a9df5d;
}
@media (min-width: 991.98px) {
  .partners-list-section .text-group:before {
    width: 54.6875%;
  }
}
.partners-list-section .text-group:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40%;
  max-width: 280px;
  height: 9px;
  background-color: #b6e673;
  border-radius: 3px 6px 0 0;
}
.partners-list-section .text-group .text-group-subheading {
  margin-bottom: 0;
  letter-spacing: 1.5px;
}
.partners-list-section .text-group .text-group-heading:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 991.98px) {
  .partners-list-section .text-group .text-group-heading:not(:last-child) {
    margin-bottom: 38px;
  }
}
.partners-list-section .text-group .text-group-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.875;
  color: #727880;
}
.partners-list-section .text-group .text-group-content p:not(:last-child) {
  margin-bottom: 1.625em;
}
.partners-list-section .text-group .text-group-content:not(:last-child) {
  margin-bottom: 6.5%;
}
.partners-list-section .base-row--partners {
  max-width: 1670px;
}
.partners-list-section .partners-filter {
  margin-bottom: 50px;
}
@media (min-width: 991.98px) {
  .partners-list-section .partners-filter {
    margin-bottom: 72px;
  }
}
.partners-list-section .archive-filters .filters-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.partners-list-section .archive-filters .filters-item {
  flex: 1;
  max-width: 340px;
}
.partners-list-section .archive-filters .filters-item label {
  display: block;
  margin-bottom: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #282828;
}
.partners-list-section .archive-filters .filters-item select, .partners-list-section .archive-filters .filters-item .filter-select {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 13px;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #e3e3e4;
  background-color: transparent;
  background-image: url("../images/caret-down-solid.svg");
  background-repeat: no-repeat;
  background-position: calc(100%) 50%;
  background-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #b1b1b1;
  outline: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  z-index: 2;
}
.partners-list-section .archive-filters .filters-item select:focus, .partners-list-section .archive-filters .filters-item .filter-select:focus {
  border-bottom-color: #b6e673;
}
.partners-list-section .cards-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}
@media (min-width: 576px) {
  .partners-list-section .cards-grid {
    column-gap: 24px;
  }
}
.partners-list-section .cards-grid .card {
  position: relative;
  width: 100%;
  padding: 70px 17px 80px;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  transition: 0.35s ease-in-out;
  max-width: 399.5px;
}
@media (min-width: 576px) {
  .partners-list-section .cards-grid .card {
    width: 47%;
    width: calc((100% - 24px) / 2);
    padding: 70px 20px 80px;
  }
}
@media (min-width: 767.98px) {
  .partners-list-section .cards-grid .card {
    width: 31%;
    width: calc((100% - 48px) / 3);
    padding: 70px 30px 80px;
  }
}
@media (min-width: 991.98px) {
  .partners-list-section .cards-grid .card {
    padding: 91px 30px;
  }
}
@media (min-width: 1199.98px) {
  .partners-list-section .cards-grid .card {
    width: calc((100% - 72px) / 4);
    padding: 91px 30px;
  }
}
@media (min-width: 1439.98px) {
  .partners-list-section .cards-grid .card {
    padding: 91px 60px;
  }
}
@media (max-width: 991.98px) {
  .partners-list-section .cards-grid .card {
    box-shadow: 0 3px 45px rgba(144, 155, 171, 0.17);
  }
}
.partners-list-section .cards-grid .card:hover {
  box-shadow: 0 3px 45px rgba(144, 155, 171, 0.17);
}
.partners-list-section .cards-grid .card:hover .card-image-wrap {
  transform: translateY(-4px);
}
@media (min-width: 576px) {
  .partners-list-section .cards-grid .card:hover .card-image-wrap {
    transform: translateY(-12px);
  }
}
@media (min-width: 991.98px) {
  .partners-list-section .cards-grid .card:hover .card-image-wrap {
    transform: translateY(-32px);
  }
}
.partners-list-section .cards-grid .card:hover .card-info button.bar {
  transform: translateY(0%);
  background-position: right center;
}
.partners-list-section .cards-grid .card:hover .card-info button.bar:hover {
  background-position: left center;
}
.partners-list-section .cards-grid .card .card-image-wrap {
  will-change: transform;
  transition: transform 0.35s ease-in-out;
}
.partners-list-section .cards-grid .card .card-image-wrap img {
  display: block;
  width: 100%;
  height: 178px;
  object-fit: contain;
  object-position: center;
}
.partners-list-section .cards-grid .card .card-row--pill {
  position: absolute;
  top: 20px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 844px) {
  .partners-list-section .cards-grid .card .card-row--pill {
    left: 50%;
    transform: translateX(-50%);
    min-width: 193px;
  }
}
@media (max-width: 767px) {
  .partners-list-section .cards-grid .card .card-row--pill {
    left: 16px;
    transform: none;
    min-width: auto;
  }
}
.partners-list-section .cards-grid .card .card-row .pill {
  padding: 6px 20px;
  border: 2px solid #1bb755;
  border-radius: 15px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #1bb755;
}
.partners-list-section .cards-grid .card .card-row .pill:not(:last-child) {
  margin-right: 4px;
}
@media (max-width: 844px) {
  .partners-list-section .cards-grid .card .card-row .pill {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .partners-list-section .cards-grid .card .card-row .pill {
    font-size: 14px;
  }
}
.partners-list-section .cards-grid .card .card-info button.bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: unset;
  width: 100%;
  padding: 28px 8%;
  background-image: url("/wp-content/uploads/2022/01/card-btn-bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 84px;
  border: none;
  border-radius: unset;
  transition: 0.35s ease-in-out;
}
@media (min-width: 991.98px) {
  .partners-list-section .cards-grid .card .card-info button.bar {
    transform: translateY(105%);
  }
}
@media (max-width: 1199px) {
  .partners-list-section .cards-grid .card .card-info button.bar {
    padding: 20px 8%;
  }
}
.partners-list-section .cards-grid .card .card-info button.bar .button-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.partners-list-section .cards-grid .card .card-info button.bar .button-icon svg {
  width: 14px;
  height: 17px;
}
.team-members-section {
  padding-top: 55px;
  /* Text Group */
  /* Text */
  /* Members Grid */
}
@media (min-width: 767.98px) {
  .team-members-section {
    padding-top: 75px;
  }
}
.team-members-section .text-group-block {
  margin-bottom: 55px;
}
@media (min-width: 767.98px) {
  .team-members-section .text-group-block {
    margin-bottom: 75px;
  }
}
@media (min-width: 991.98px) {
  .team-members-section .text-group-block {
    margin-bottom: 93px;
  }
}
.team-members-section .text-group {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 991.98px) {
  .team-members-section .text-group {
    padding-bottom: 54px;
  }
}
.team-members-section .text-group:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 3px;
  background-color: #a9df5d;
}
@media (min-width: 991.98px) {
  .team-members-section .text-group:before {
    width: 54.6875%;
  }
}
.team-members-section .text-group:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40%;
  max-width: 280px;
  height: 9px;
  background-color: #b6e673;
  border-radius: 3px 6px 0 0;
}
.team-members-section .text-group .text-group-subheading {
  margin-bottom: 0;
  letter-spacing: 1.5px;
}
.team-members-section .text-group .text-group-heading:not(:last-child) {
  margin-bottom: 16px;
}
.team-members-section .text-group .text-group-content {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.team-members-section .text-group .text-group-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.875;
  color: #727880;
}
.team-members-section .text-group .text-group-content p:not(:last-child) {
  margin-bottom: 1.625em;
}
.team-members-section .text-group .text-group-content:not(:last-child) {
  margin-bottom: 6.5%;
}
.team-members-section .members-grid-section {
  padding-bottom: 55px;
  background-image: linear-gradient(180deg, #ffffff 0%, #f2faff 100%);
}
@media (min-width: 767.98px) {
  .team-members-section .members-grid-section {
    padding-bottom: 95px;
  }
}
@media (min-width: 991.98px) {
  .team-members-section .members-grid-section {
    padding-bottom: 120px;
  }
}
@media (min-width: 1199.98px) {
  .team-members-section .members-grid-section {
    padding-bottom: 244px;
  }
}
.team-members-section .cards-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  width: 80%;
  margin: auto;
}
@media (min-width: 576px) {
  .team-members-section .cards-grid {
    column-gap: 32px;
    width: 100%;
  }
}
@media (min-width: 767.98px) {
  .team-members-section .cards-grid {
    row-gap: 24px;
    column-gap: 16px;
  }
}
@media (min-width: 991.98px) {
  .team-members-section .cards-grid {
    column-gap: 32px;
    gap: 32px;
  }
}
.team-members-section .cards-grid .card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  transition: 0.35s ease-in-out;
}
@media (min-width: 576px) {
  .team-members-section .cards-grid .card {
    width: calc((100% - 32px) / 2);
  }
}
@media (min-width: 767.98px) {
  .team-members-section .cards-grid .card {
    width: calc((100% - 32px) / 3);
  }
}
@media (min-width: 991.98px) {
  .team-members-section .cards-grid .card {
    width: calc((100% - 64px) / 3);
  }
}
@media (min-width: 1439px) {
  .team-members-section .cards-grid .card {
    width: calc((100% - 96px) / 4);
  }
}
@media (max-width: 991.98px) {
  .team-members-section .cards-grid .card {
    box-shadow: 0 3px 45px rgba(144, 155, 171, 0.17);
  }
}
.team-members-section .cards-grid .card:hover, .team-members-section .cards-grid .card:focus {
  box-shadow: 0 3px 45px rgba(144, 155, 171, 0.17);
}
@media (min-width: 991.98px) {
  .team-members-section .cards-grid .card:hover .card-info .card-title, .team-members-section .cards-grid .card:hover .card-info .card-row--member-position, .team-members-section .cards-grid .card:focus .card-info .card-title, .team-members-section .cards-grid .card:focus .card-info .card-row--member-position {
    transform: translateY(-31px);
  }
}
.team-members-section .cards-grid .card:hover .card-btn-wrap button.bar, .team-members-section .cards-grid .card:focus .card-btn-wrap button.bar {
  transform: translateY(0%);
  background-position: right center;
}
.team-members-section .cards-grid .card:hover .card-btn-wrap button.bar:hover, .team-members-section .cards-grid .card:focus .card-btn-wrap button.bar:hover {
  background-position: left center;
}
.team-members-section .cards-grid .card .card-image-wrap {
  position: relative;
}
@media (min-width: 576px) {
  .team-members-section .cards-grid .card .card-image-wrap {
    height: 0;
    padding-top: 75%;
    max-height: 272px;
  }
}
@media (min-width: 767.98px) {
  .team-members-section .cards-grid .card .card-image-wrap {
    padding-top: 80.95238%;
  }
}
.team-members-section .cards-grid .card .card-image-wrap img {
  display: block;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 576px) {
  .team-members-section .cards-grid .card .card-image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.team-members-section .cards-grid .card .card-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}
@media (min-width: 479px) {
  .team-members-section .cards-grid .card .card-info {
    padding: 30px;
  }
}
@media (min-width: 576px) {
  .team-members-section .cards-grid .card .card-info {
    padding: 30px 25px;
  }
}
@media (min-width: 767.98px) {
  .team-members-section .cards-grid .card .card-info {
    padding: 30px 20px;
  }
}
@media (min-width: 991.98px) {
  .team-members-section .cards-grid .card .card-info {
    padding: 59px 34px 59px 30px;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .team-members-section .cards-grid .card .card-info {
    height: 100%;
    margin-bottom: 63px;
  }
}
.team-members-section .cards-grid .card .card-info .card-title, .team-members-section .cards-grid .card .card-info .card-row {
  will-change: transform;
  transition: transform 0.35s ease-in-out;
}
.team-members-section .cards-grid .card .card-info .card-title {
  margin-bottom: 5px;
  font-family: "GothamNarow", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #282828;
}
.team-members-section .cards-grid .card .card-info .member-position {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #727880;
}
.team-members-section .cards-grid .card .card-btn-wrap {
  max-height: 63px;
  margin-top: auto;
  overflow: hidden;
}
.team-members-section .cards-grid .card .card-btn-wrap button.bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: unset;
  width: 100%;
  padding: 19px 8%;
  background-image: url("/wp-content/uploads/2022/01/card-btn-bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 84px;
  border: none;
  border-radius: unset;
  transition: 0.35s ease-in-out;
}
@media (min-width: 991.98px) {
  .team-members-section .cards-grid .card .card-btn-wrap button.bar {
    transform: translateY(105%);
  }
}
.team-members-section .cards-grid .card .card-btn-wrap button.bar .button-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.team-members-section .cards-grid .card .card-btn-wrap button.bar .button-icon svg {
  width: 14px;
  height: 17px;
}
.text-group-and-cards-section {
  padding: 55px 0;
}
@media (min-width: 767.98px) {
  .text-group-and-cards-section {
    padding: 75px 0;
  }
}
@media (min-width: 991.98px) {
  .text-group-and-cards-section {
    padding: 89px 0;
  }
}
.text-group-and-cards-section .text-group-heading {
  margin-bottom: 1em;
  padding-bottom: 1.05em;
  position: relative;
}
@media (max-width: 980px) {
  .text-group-and-cards-section .text-group-heading {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.text-group-and-cards-section .text-group-heading:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #a9df5d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.text-group-and-cards-section .text-group-heading:after {
  content: "";
  width: 50%;
  max-width: 234px;
  height: 9px;
  background-color: #b6e673;
  border-radius: 0 10px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.text-group-and-cards-section .text-group-content {
  margin-bottom: 6.5%;
}
@media (max-width: 980px) {
  .text-group-and-cards-section .text-group-content {
    margin-bottom: 4%;
  }
}
.text-group-and-cards-section .text-group-block {
  display: flex;
  flex-flow: row wrap;
}
.text-group-and-cards-section .text-group-block .text-group-col--text {
  width: 47%;
  margin-right: 3%;
  position: relative;
}
@media (max-width: 980px) {
  .text-group-and-cards-section .text-group-block .text-group-col--text {
    width: 100%;
    margin-right: 0;
    order: 2;
  }
}
.text-group-and-cards-section .text-group-block .text-group-col--cards {
  width: 50%;
}
@media (min-width: 981px) {
  .text-group-and-cards-section .text-group-block .text-group-col--cards .card {
    margin-bottom: 1.5% !important;
  }
}
@media (max-width: 980px) {
  .text-group-and-cards-section .text-group-block .text-group-col--cards {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
}
.text-group-dual-section {
  margin-top: clamp(50px, 5.5555555556vw, 80px);
  margin-bottom: clamp(50px, 5.5555555556vw, 80px);
}
.text-group-dual-section .text-group-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  gap: 100px;
}
@media (max-width: 1600px) {
  .text-group-dual-section .text-group-block {
    gap: 4vw;
  }
}
@media (max-width: 980px) {
  .text-group-dual-section .text-group-block {
    flex-direction: column;
    gap: 30px;
  }
}
.text-group-dual-section .text-group-block .text-group-dual-col {
  flex: 2;
}
.text-group-dual-section.talk-to-expert-content-text .text-group {
  padding: 0;
}
.text-group-dual-section.talk-to-expert-content-text ul {
  margin-left: 0;
  padding: 0;
}
.text-group-dual-section.talk-to-expert-content-text ul li {
  position: relative;
  list-style: none;
  padding-left: 40px;
}
.text-group-dual-section.talk-to-expert-content-text ul li:before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2022/03/f00c-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 7px;
}
.text-group-dual-section.talk-to-expert-content-text .text-group-dual-col--text-1 {
  flex-basis: unset;
}
.text-group-dual-section.talk-to-expert-content-text .text-group-dual-col--text-2 {
  display: none;
}
.text-group-dual-section.psevdo-mtd .text-group-subheading {
  display: block;
}
.text-group-dual-section.psevdo-mtd .text-group-heading {
  font-size: clamp(28px, 2.3611111111vw, 34px);
  line-height: calc(41 / 34);
  color: #000;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .text-group-dual-section.psevdo-mtd .text-group-heading {
    line-height: 1.3;
  }
}
.text-group-dual-section.psevdo-mtd .text-group-content {
  margin-bottom: 32px;
}
.text-group-dual-section.psevdo-mtd .text-group-content p {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .text-group-dual-section.psevdo-mtd .text-group-content {
    line-height: 1.63;
  }
}
.text-group-dual-section.psevdo-mtd .buttons {
  margin-bottom: 8px;
}
.text-group-dual-section.psevdo-mtd .text-group-subheading {
  font-size: 22px;
  line-height: calc(29 / 22);
  opacity: 0.7;
  margin-bottom: 10px;
}
@media (max-width: 1439px) {
  .text-group-dual-section.psevdo-mtd .text-group-subheading {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
#primary .text-id-sections {
  padding: 4rem 0;
}
#primary .text-id-sections .base-row {
  max-width: 1074px;
}
#primary .text-id-sections .text-id__item {
  display: none;
  padding-bottom: 8rem;
}
@media (max-width: 980px) {
  #primary .text-id-sections .text-id__item {
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item {
    padding-bottom: 4rem;
  }
}
#primary .text-id-sections .text-id__item.row-visible {
  display: block;
}
#primary .text-id-sections .text-id__item .text-id-heading-wrap {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 5%;
  row-gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  #primary .text-id-sections .text-id__item .text-id-heading-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-heading-wrap {
    flex-direction: column;
  }
}
#primary .text-id-sections .text-id__item .text-id-heading-wrap h2 {
  width: 38%;
  margin: 0;
  font-weight: 400;
  line-height: 1.33;
  font-size: clamp(28px, 3.5vw, 42px);
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-heading-wrap h2 {
    width: 100%;
  }
}
#primary .text-id-sections .text-id__item .text-id-heading-wrap h3 {
  width: 57%;
  margin: 0;
  font-weight: 400;
  line-height: 1.23;
  font-size: clamp(20px, 2.6666666667vw, 32px);
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-heading-wrap h3 {
    width: 100%;
  }
}
#primary .text-id-sections .text-id__item .text-id-body-wrap {
  position: relative;
  padding: 40px 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-body-wrap {
    padding: 30px 5%;
  }
}
#primary .text-id-sections .text-id__item .text-id-body-wrap img.text-id-body-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}
#primary .text-id-sections .text-id__item .text-id-body-wrap > * {
  color: #fff;
}
#primary .text-id-sections .text-id__item .text-id-body-wrap h4 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 42px !important;
}
@media (max-width: 1199px) {
  #primary .text-id-sections .text-id__item .text-id-body-wrap h4 {
    font-size: 38px !important;
  }
}
@media (max-width: 980px) {
  #primary .text-id-sections .text-id__item .text-id-body-wrap h4 {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-body-wrap h4 {
    font-size: 30px !important;
  }
}
@media (max-width: 479px) {
  #primary .text-id-sections .text-id__item .text-id-body-wrap h4 {
    font-size: 26px !important;
  }
}
#primary .text-id-sections .text-id__item .text-id-body-wrap p {
  line-height: 1.45;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.45em;
  letter-spacing: 0.015em;
  font-size: 28px !important;
}
@media (max-width: 1199px) {
  #primary .text-id-sections .text-id__item .text-id-body-wrap p {
    font-size: 26px !important;
  }
}
@media (max-width: 980px) {
  #primary .text-id-sections .text-id__item .text-id-body-wrap p {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-body-wrap p {
    font-size: 22px !important;
  }
}
@media (max-width: 479px) {
  #primary .text-id-sections .text-id__item .text-id-body-wrap p {
    font-size: 20px !important;
  }
}
#primary .text-id-sections .text-id__item .text-id-body-wrap p:last-child {
  margin-bottom: 0;
}
#primary .text-id-sections .text-id__item .text-id-blurbs-wrap {
  padding-top: 75px;
  max-width: 980px;
  margin: auto;
}
@media (max-width: 1439px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap {
    padding-top: 60px !important;
  }
}
@media (max-width: 1199px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap {
    padding-top: 50px !important;
  }
}
@media (max-width: 1023px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap {
    padding-top: 40px !important;
  }
}
@media (max-width: 980px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap {
    padding-top: 40px !important;
  }
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap {
    padding-top: 30px !important;
  }
}
@media (max-width: 479px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap {
    padding-top: 20px !important;
  }
}
#primary .text-id-sections .text-id__item .text-id-blurbs-wrap h3 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 1.6em;
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap h3 {
    margin-bottom: 1.2em;
  }
}
#primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10%;
  justify-content: center;
  row-gap: 40px;
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap {
    row-gap: 30px;
  }
}
#primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item {
  width: 45%;
  text-align: center;
}
@media (max-width: 650px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item {
    width: 100%;
  }
}
#primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item img {
  max-width: 150px;
}
@media (max-width: 1439px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item img {
    max-width: 130px !important;
  }
}
@media (max-width: 1199px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item img {
    max-width: 120px !important;
  }
}
@media (max-width: 1023px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item img {
    max-width: 110px !important;
  }
}
@media (max-width: 980px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item img {
    max-width: 100px !important;
  }
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item img {
    max-width: 85px !important;
  }
}
@media (max-width: 479px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item img {
    max-width: 70px !important;
  }
}
#primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item h4 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 28px !important;
}
@media (max-width: 1199px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item h4 {
    font-size: 27px !important;
  }
}
@media (max-width: 980px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item h4 {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 479px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item h4 {
    font-size: 24px !important;
  }
}
#primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-blurbs-wrap .text-id-blurbs-items-wrap .text-id-blurb-item p {
    font-size: 14px;
  }
}
#primary .text-id-sections .text-id__item .text-id-btns {
  padding-top: 60px;
}
@media (max-width: 980px) {
  #primary .text-id-sections .text-id__item .text-id-btns {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-btns {
    padding-top: 30px;
  }
}
#primary .text-id-sections .text-id__item .text-id-btns .buttons-wrap {
  flex-wrap: nowrap;
  justify-content: center;
  column-gap: clamp(5px, 3.3333333333vw, 40px);
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-btns .buttons-wrap {
    flex-wrap: wrap;
  }
}
#primary .text-id-sections .text-id__item .text-id-btns .buttons-wrap a.btn {
  margin: 0;
  padding: 20px 40px 25px;
  font-weight: 400;
  line-height: 1;
  font-size: 20px !important;
}
@media (max-width: 1199px) {
  #primary .text-id-sections .text-id__item .text-id-btns .buttons-wrap a.btn {
    font-size: 19px !important;
  }
}
@media (max-width: 980px) {
  #primary .text-id-sections .text-id__item .text-id-btns .buttons-wrap a.btn {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-btns .buttons-wrap a.btn {
    font-size: 17px !important;
  }
}
@media (max-width: 479px) {
  #primary .text-id-sections .text-id__item .text-id-btns .buttons-wrap a.btn {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  #primary .text-id-sections .text-id__item .text-id-btns .buttons-wrap a.btn {
    padding: 12px 20px 14px;
  }
}
#primary .text-id-sections .text-id__item .text-id-btns .buttons-wrap a.btn.btn--dark {
  background-color: #b6821d;
  border-color: #b6821d;
}
#primary .text-id-sections .text-id__item .text-id-btns .buttons-wrap a.btn.btn--dark:hover {
  border-color: #b6821d;
  background-color: transparent;
  color: #b6821d !important;
}
#primary .text-id-sections #display-always {
  display: block !important;
}
.charts-and-graphs-section {
  margin-top: clamp(60px, 12.9861111111vw, 187px);
  margin-bottom: clamp(60px, 7.6388888889vw, 110px);
}
.charts-and-graphs-section .text-group-heading {
  margin-bottom: clamp(30px, 4.5138888889vw, 65px);
}
.charts-and-graphs-section .platform-tabset {
  max-width: 1400px;
  margin-bottom: clamp(60px, 8.3333333333vw, 120px);
}
.charts-and-graphs-section .tab-controls-item.tab-controls-item--active .platform-tabset__itemtext {
  opacity: 1;
}
.charts-and-graphs-section .platform-tabset__itemtext {
  display: block;
  color: #282828;
}
.charts-and-graphs-section .platform-tabset__line {
  background-color: #3d8080 !important;
  opacity: 1;
}
.charts-and-graphs-section.simpletabs .platform-tabset__angle:after {
  border-bottom-color: #3d8080;
}
.charts-and-graphs-section .cardsbox__tabset_mobile {
  font-size: clamp(22px, 2.0833333333vw, 30px);
}
@media (min-width: 376px) and (max-width: 767px) {
  .infographics__list.infographics__list--col1 {
    column-count: 2;
  }
  .infographics__list.infographics__list--col1 li {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.fullwidth-video-section {
  background-image: url(/wp-content/uploads/2022/02/Full-Width-Video-Shape.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 25%;
  position: relative;
  padding: 60px 0 0;
}
@media (min-width: 767.98px) {
  .fullwidth-video-section {
    padding: 45px 0;
  }
}
@media (min-width: 991.98px) {
  .fullwidth-video-section {
    padding: 30px 0;
  }
}
.fullwidth-video-section .text-group .text-group-content {
  text-align: center;
}
@media (min-width: 981px) {
  .fullwidth-video-section .text-group .text-group-content p {
    margin-bottom: 39.8px;
  }
}
.fullwidth-video-section .fullwidth-video-block {
  position: relative;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  height: 900px;
}
@media (max-width: 767px) {
  .fullwidth-video-section .fullwidth-video-block {
    height: 650px;
  }
}
.fullwidth-video-section .fullwidth-video-block .fullwidth-video-content {
  height: 80%;
  width: 100%;
  position: absolute;
}
.fullwidth-video-section .fullwidth-video-block .fullwidth-video-content .fullwidth-video-wrap, .fullwidth-video-section .fullwidth-video-block .fullwidth-video-content .fullwidth-video-card, .fullwidth-video-section .fullwidth-video-block .fullwidth-video-content .fullwidth-video-card-thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.fullwidth-video-section .fullwidth-video-block .fullwidth-video-content figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #021049;
}
.fullwidth-video-section .fullwidth-video-block .fullwidth-video-content figure .video-card-play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.fullwidth-video-section .fullwidth-video-block .fullwidth-video-content figure .video-card-play-btn .fa-play {
  padding: 3.5rem;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 45px;
  transition: all 0.35s;
}
.fullwidth-video-section .fullwidth-video-block .fullwidth-video-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fullwidth-video-section .fullwidth-video-block .fullwidth-video-content figure:hover .fa-play {
  font-size: 50px;
}
.fullwidth-video-section::before {
  content: "";
  position: absolute;
  background-color: #0192ef;
  width: 100%;
  height: 40%;
  bottom: 0;
}
.videos-grid-section + .related-resources-section {
  padding-top: clamp(30px, 3.4722222222vw, 50px);
}
.related-resources-section {
  position: relative;
  padding-top: clamp(40px, 8.3333333333vw, 120px);
  padding-bottom: clamp(50px, 7.2916666667vw, 105px);
  /* Text group */
  /* Cards */
}
@media (max-width: 767px) {
  .related-resources-section {
    background-size: 770px auto;
    background-position: 180px 0 !important;
  }
}
.related-resources-section .base-row--rel-resources {
  max-width: 1518px;
}
.related-resources-section .text-group {
  margin-bottom: clamp(30px, 3.333vw, 55px);
}
.related-resources-section .cards-grid.swiper {
  overflow: inherit;
}
.related-resources-section .cards-grid:not(.cards-grid--slider) {
  flex-wrap: wrap;
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 539px) {
  .related-resources-section .cards-grid:not(.cards-grid--slider) {
    justify-content: center;
  }
}
.related-resources-section .cards-grid .swiper-wrapper {
  box-sizing: border-box;
  height: auto;
  display: flex;
}
@media (min-width: 540px) {
  .related-resources-section .cards-grid:not(.cards-grid--slider) .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    height: auto;
    transform: none;
  }
}
.related-resources-section .cards-grid .post-item {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: 0.35s ease-in-out;
  height: auto;
  cursor: pointer;
}
.related-resources-section .cards-grid .post-item:hover, .related-resources-section .cards-grid .post-item:focus {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 539px) {
  .related-resources-section .cards-grid .post-item {
    max-width: 345px;
    width: 85%;
  }
}
.related-resources-section .cards-grid .post-item .buttons-wrap .btn {
  position: relative;
  z-index: 4;
}
.related-resources-section .cards-grid:not(.cards-grid--slider) .post-item {
  width: 85%;
  width: 100%;
}
@media (min-width: 540px) {
  .related-resources-section .cards-grid:not(.cards-grid--slider) .post-item {
    width: calc((100% - 20px) / 2);
  }
  .related-resources-section .cards-grid:not(.cards-grid--slider) .post-item.swiper-slide {
    flex-shrink: unset;
    height: auto;
  }
}
@media (min-width: 991.98px) {
  .related-resources-section .cards-grid:not(.cards-grid--slider) .post-item {
    width: calc((100% - 60px) / 4);
  }
}
.related-resources-section .cards-grid .card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
}
.related-resources-section .cards-grid .card .card-row--pill {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.related-resources-section .cards-grid .card .card-row--pill:not(:last-child) {
  margin-bottom: 12px;
}
.related-resources-section .cards-grid .card .pill {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 9px 4px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  font-weight: 500;
  font-size: clamp(13px, 0.9722222222vw, 14px);
  line-height: 17px;
}
.related-resources-section .cards-grid .card .pill:not(:last-child) {
  margin-right: 5px;
}
.related-resources-section .cards-grid .card .card-info {
  color: #282828;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.related-resources-section .cards-grid .card .card-info .card-main-info {
  flex: 1;
}
.related-resources-section .cards-grid .card .card-info .card-main-info:not(:last-child) {
  margin-bottom: 17px;
}
.related-resources-section .cards-grid .card .card-info .card-title {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  line-height: 1.5;
  color: #282828;
  transition: all 0.3s ease-out 0.15s;
}
.related-resources-section .cards-grid .card .card-info .card-text {
  opacity: 0.7;
  font-weight: 400;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 1.6;
  color: #282828;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 4.8em;
}
.resources-slider-nav {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  transform: translate(0, -72px);
  width: 120px;
  display: flex;
  justify-content: space-between;
  /* @media (max-width: 539px) {
		display: none;
	} */
}
.cards-grid:not(.swiper-initialized) .resources-slider-nav {
  display: none;
}
.resources-slider-arrow {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.resources-slider-arrow:hover {
  background-color: #282828;
}
.resources-slider-arrow:hover i {
  color: #ffffff;
}
.resources-slider-arrow i {
  color: #282828;
  transition: all 0.3s ease-out 0s;
}
.resources-slider-arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.resources-slider-arrow.swiper-button-disabled:hover {
  background-color: #ffffff;
}
.resources-slider-arrow.swiper-button-disabled:hover i {
  color: #282828;
}
.resource-item__link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.careers-open-positions {
  background-image: linear-gradient(180deg, #ffffff 0%, #f2faff 100%);
}
@media (min-width: 981px) {
  .careers-open-positions {
    padding-top: 53px;
  }
}
.careers-open-positions .text-group-and-media-col--text {
  margin-right: 0 !important;
}
.careers-open-positions #BambooHR-ATS {
  position: relative;
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board h2 {
  font-size: 48px !important;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  color: #333333;
  border-bottom: none !important;
  font-family: "Gotham", sans-serif;
}
@media (max-width: 980px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board h2 {
    font-size: 28px !important;
  }
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
@media (max-width: 1100px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options {
    position: static;
  }
}
@media (max-width: 600px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options {
    flex-direction: column;
  }
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options input, .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options select {
  display: block;
  font-family: "Open Sans";
  color: #b1b1b1;
  border: none;
  border-bottom: 1px solid #e3e3e4;
  border-radius: 0;
  outline: none;
  padding-bottom: 13px;
  padding-left: 0;
}
@media (max-width: 600px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options input, .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options select {
    width: 100%;
  }
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options input:focus-visible, .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options select:focus-visible {
  border-color: #0092ef;
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options label {
  font-weight: 700;
}
@media (max-width: 600px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options .search {
    margin-top: 30px;
  }
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options .search input {
  margin-top: 0;
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options .sort-by {
  margin-left: 70px;
}
@media (max-width: 600px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options .sort-by {
    margin-left: 0;
    margin-top: 20px;
  }
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options .sort-by select {
  appearance: none;
  background-image: url("/wp-content/uploads/2022/03/caret_down_icon_217326.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  min-width: 278px;
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options .sort-by select option {
  appearance: none;
  pointer-events: none;
  border: 2px solid #c3cbd6;
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board .position-options .sort-by select option:hover {
  background-color: transparent;
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li {
  padding-left: 0;
  padding-top: 95px;
}
@media (max-width: 980px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li {
    padding-top: 60px;
  }
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li .BambooHR-ATS-Department-Header {
  font-family: "Gotham", sans-serif;
  font-size: 36px !important;
  font-weight: 700;
  color: #333333;
}
@media (max-width: 980px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li .BambooHR-ATS-Department-Header {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li .BambooHR-ATS-Department-Header {
    font-size: 24px !important;
  }
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li::before {
  content: none;
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List {
  border-bottom: none;
  padding-top: 60px;
}
@media (max-width: 980px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List {
    padding-top: 35px;
  }
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 24px !important;
  padding: 60px 80px;
  transition: all 0.35s;
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item:last-child {
  margin-bottom: 0;
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item:hover {
  box-shadow: 0 3px 45px rgba(144, 155, 171, 0.17);
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item::before {
  content: none;
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item a:not(.learn-more-btn) {
  font-family: "Gotham", sans-serif;
  flex: 0 1 60%;
  font-size: 24px !important;
  font-weight: 700;
  color: #333333;
  padding-right: 25px;
}
@media (max-width: 980px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item a:not(.learn-more-btn) {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item a:not(.learn-more-btn) {
    font-size: 20px !important;
  }
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
  font-family: "Gotham", sans-serif;
  flex: 0 1 60%;
  font-size: 16px !important;
  color: #727880;
  padding-top: 13px;
}
@media (max-width: 980px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
    font-size: 14px !important;
  }
}
.careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item .learn-more-btn {
  font-family: "Gotham", sans-serif;
  color: #fff;
  width: 258px;
  height: 58px;
  padding: 12px 20px;
  margin-top: -37px;
  font-size: 18px !important;
}
@media (max-width: 980px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item .learn-more-btn {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item .learn-more-btn {
    font-size: 16px !important;
  }
}
@media (max-width: 894px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
    padding: 45px 60px;
  }
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item a:not(.learn-more-btn), .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
    flex: 0 1 51%;
  }
}
@media (max-width: 718px) {
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item a:not(.learn-more-btn), .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
    flex: 0 1 100%;
  }
  .careers-open-positions #BambooHR-ATS .BambooHR-ATS-board ul > li ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item .learn-more-btn {
    margin-top: 25px;
    width: 210px;
    height: 50px;
    padding: 10px 20px;
  }
}
.careers-open-positions #BambooHR-Footer {
  display: none;
}
.featherlight .featherlight-content .featherlight-close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.featherlight .featherlight-content .featherlight-close-icon i {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
}
.featherlight-video-modal .featherlight-content, .featherlight-link-video-modal .featherlight-content {
  width: 90%;
  max-width: 1120px;
  margin: 2vh auto;
  padding: 0;
  border: none;
  background-color: #ffffff;
}
.featherlight-video-modal .featherlight-content::-webkit-scrollbar, .featherlight-link-video-modal .featherlight-content::-webkit-scrollbar {
  width: 6px;
}
.featherlight-video-modal .featherlight-content::-webkit-scrollbar-thumb, .featherlight-link-video-modal .featherlight-content::-webkit-scrollbar-thumb {
  background-color: #727880;
  border-radius: 100px;
}
.featherlight-video-modal .featherlight-content .responsive-embed, .featherlight-link-video-modal .featherlight-content .responsive-embed {
  position: relative;
  height: 0;
  padding-top: 55.882352%;
}
.featherlight-video-modal .featherlight-content .responsive-embed iframe, .featherlight-link-video-modal .featherlight-content .responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Partner Modal */
.featherlight-partner-modal .featherlight-content {
  width: 90%;
  max-width: 1120px;
  margin: 2vh auto;
  padding: 35px 30px 45px;
  padding: 35px 0 45px;
  padding-bottom: 0;
  border: none;
  background-color: #ffffff;
}
@media (min-width: 767.98px) {
  .featherlight-partner-modal .featherlight-content {
    padding: 64px 5.833% 71px 3.333%;
    padding: 64px 0 71px;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .featherlight-partner-modal .featherlight-content {
    max-height: calc(100% - 4vh);
  }
}
.featherlight-partner-modal .featherlight-content .partner-modal-img-wrap, .featherlight-partner-modal .featherlight-content .partner-modal-info {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 5%;
}
@media (min-width: 767.98px) {
  .featherlight-partner-modal .featherlight-content .partner-modal-img-wrap, .featherlight-partner-modal .featherlight-content .partner-modal-info {
    padding-right: 10%;
    padding-left: 5.7142%;
  }
}
.featherlight-partner-modal .featherlight-content .partner-modal-img {
  max-height: 375px;
  width: auto;
  margin-bottom: 55px;
}
.featherlight-partner-modal .featherlight-content .text-group-heading {
  margin-bottom: 24px;
  color: #282828;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  line-height: 150%;
  font-size: 48px;
}
@media (max-width: 1439px) {
  .featherlight-partner-modal .featherlight-content .text-group-heading {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .featherlight-partner-modal .featherlight-content .text-group-heading {
    font-size: 42px;
  }
}
@media (max-width: 1023px) {
  .featherlight-partner-modal .featherlight-content .text-group-heading {
    font-size: 38px;
  }
}
@media (max-width: 980px) {
  .featherlight-partner-modal .featherlight-content .text-group-heading {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .featherlight-partner-modal .featherlight-content .text-group-heading {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .featherlight-partner-modal .featherlight-content .text-group-heading {
    font-size: 24px;
  }
}
.featherlight-partner-modal .featherlight-content .text-group-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.featherlight-partner-modal .featherlight-content .text-group-content ul li {
  position: relative;
  padding-left: 1.6875em;
  font-size: 16px;
  line-height: 1.25;
  color: #727880;
}
.featherlight-partner-modal .featherlight-content .text-group-content ul li::before {
  content: "";
  position: absolute;
  left: 0.1875em;
  top: 2px;
  height: 1em;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  line-height: 1;
  color: #b6e673;
}
.featherlight-partner-modal .featherlight-content .text-group-content ul li:not(:last-child) {
  margin-bottom: 0.75em;
}
.featherlight-partner-modal .featherlight-content .partner-modal-btn-wrap {
  width: 100%;
}
.featherlight-partner-modal .featherlight-content .partner-modal-btn-wrap .bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: unset;
  width: 100%;
  padding: 28px 8%;
  background-image: url("/wp-content/uploads/2022/01/card-btn-bg.png");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: auto 84px;
  border: none;
  border-radius: unset;
  transition: 0.35s ease-in-out;
}
@media (max-width: 1199px) {
  .featherlight-partner-modal .featherlight-content .partner-modal-btn-wrap .bar {
    padding: 20px 8%;
  }
}
.featherlight-partner-modal .featherlight-content .partner-modal-btn-wrap .bar .button-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.featherlight-partner-modal .featherlight-content .partner-modal-btn-wrap .bar .button-icon svg {
  width: 14px;
  height: 17px;
}
.featherlight-partner-modal .featherlight-content .partner-modal-btn-wrap .bar:hover, .featherlight-partner-modal .featherlight-content .partner-modal-btn-wrap .bar:focus {
  background-position: 87% center;
}
/* Members Modal */
.featherlight-member-modal .featherlight-content {
  width: 90%;
  max-width: 1120px;
  margin: 2vh auto;
  padding: 40px 20px;
  border: none;
  background-color: #ffffff;
}
@media (min-width: 479px) {
  .featherlight-member-modal .featherlight-content {
    padding: 45px 30px;
  }
}
@media (min-width: 767.98px) {
  .featherlight-member-modal .featherlight-content {
    padding: 74px 8.333% 77px;
  }
}
@media (min-width: 1199.98px) {
  .featherlight-member-modal .featherlight-content {
    padding: 74px 160px 77px;
  }
}
@media (max-width: 1024px) {
  .featherlight-member-modal .featherlight-content {
    max-height: calc(100% - 4vh);
  }
}
.featherlight-member-modal .featherlight-content .member-modal-img-wrap {
  margin-bottom: 5px;
  text-align: center;
}
.featherlight-member-modal .featherlight-content .member-modal-img-wrap .member-modal-img {
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 50%;
}
.featherlight-member-modal .featherlight-content .member-modal-content .member-modal-title, .featherlight-member-modal .featherlight-content .member-modal-content .member-modal-position {
  text-align: center;
}
.featherlight-member-modal .featherlight-content .member-modal-content .member-modal-title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.5;
}
.featherlight-member-modal .featherlight-content .member-modal-content .member-modal-position {
  margin: 0 0 21px;
  font-size: 16px;
  line-height: 1.625;
  color: #727880;
}
.featherlight-member-modal .featherlight-content .member-modal-content .member-modal-links {
  display: flex;
  justify-content: center;
}
.featherlight-member-modal .featherlight-content .member-modal-content .socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.featherlight-member-modal .featherlight-content .member-modal-content .socials-item:not(:last-child) {
  margin-right: 25px;
}
.featherlight-member-modal .featherlight-content .member-modal-content .socials-item a {
  color: #517222;
}
.featherlight-member-modal .featherlight-content .member-modal-content .socials-item a:hover, .featherlight-member-modal .featherlight-content .member-modal-content .socials-item a:focus {
  color: #b6e673;
}
.featherlight-member-modal .featherlight-content .member-modal-content .socials-item a:visited {
  color: #517222;
}
.featherlight-member-modal .featherlight-content .member-modal-content .member-modal-info {
  max-width: 800px;
  margin: 40px auto 0;
}
@media (min-width: 767.98px) {
  .featherlight-member-modal .featherlight-content .member-modal-content .member-modal-info {
    margin-top: 50px;
  }
}
@media (min-width: 991.98px) {
  .featherlight-member-modal .featherlight-content .member-modal-content .member-modal-info {
    margin-top: 79px;
  }
}
.featherlight-member-modal .featherlight-content .member-modal-content .member-modal-info .member-modal-info-label {
  margin-bottom: 18px;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 1.5px;
  color: #909bab;
  text-transform: uppercase;
}
.featherlight-member-modal .featherlight-content .member-modal-content .member-modal-info .member-modal-text {
  font-size: 16px;
  line-height: 1.5;
  color: #727880;
}
.featherlight-member-modal .featherlight-content .member-modal-content .member-modal-info .member-modal-text p:not(:last-child) {
  margin-bottom: 1em;
}
.site-footer {
  background-color: #282828;
  color: #ffffff;
}
.site-footer a {
  color: #ffffff;
}
.footer-menus {
  padding-bottom: clamp(5px, 1.3888888889vw, 20px);
}
.footer-menus .menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 10px 0 0;
  min-width: 160px;
}
.footer-menus .menu li {
  list-style: none;
}
.footer-menus .menu > li {
  font-size: 16px;
  line-height: 175%;
  min-width: 160px;
}
@media (min-width: 1201px) {
  .footer-menus .menu > li {
    max-width: 220px;
  }
}
@media (min-width: 981px) and (max-width: 1599px) {
  .footer-menus .menu > li {
    max-width: 21%;
  }
}
@media (min-width: 1600px) {
  .footer-menus .menu > li {
    flex: none;
    max-width: unset;
  }
  .footer-menus .menu > li:nth-child(1) {
    width: 298px;
  }
  .footer-menus .menu > li:nth-child(2) {
    width: 218px;
  }
  .footer-menus .menu > li:nth-child(3) {
    width: 294px;
  }
  .footer-menus .menu > li:nth-child(4) {
    width: 16px;
  }
}
.footer-menus .menu > li b {
  font-weight: 500;
}
.footer-menus .menu .sub-menu {
  margin: 15px 0 0;
  padding: 0 0 clamp(20px, 1.875vw, 27px);
}
.footer-menus .menu .sub-menu li {
  font-size: 16px;
  line-height: calc(19 / 16);
  margin-bottom: 13px;
}
.footer-menus .menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.footer-menus .menu .sub-menu li a {
  transition: all 0.3s ease-out 0s;
  opacity: 0.6;
}
.footer-menus .menu .sub-menu li a:hover {
  opacity: 1;
}
.decor-line {
  display: flex;
}
.decor-line span {
  flex: 2;
  height: 15px;
}
.decor-line span:nth-child(1) {
  background-color: #8e7029;
}
.decor-line span:nth-child(2) {
  background-color: #517222;
}
.decor-line span:nth-child(3) {
  background-color: #7239a4;
}
.decor-line span:nth-child(4) {
  background-color: #4d3075;
}
.decor-line span:nth-child(5) {
  background-color: #1e5b67;
}
@media (max-width: 980px) {
  .decor-line span {
    height: 10px;
  }
}
.footer-main {
  padding-top: clamp(50px, 6.9444444444vw, 100px);
}
@media (max-width: 980px) {
  .footer-menus .menu {
    flex-wrap: wrap;
    padding-right: 0;
  }
  .footer-menus .menu > li {
    width: 50%;
  }
  .footer-menus .menu > li:nth-child(odd) {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .footer-menus .menu > li {
    margin-bottom: 20px;
  }
}
@media (max-width: 374px) {
  .footer-menus .menu > li {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .footer-menus .menu .sub-menu li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.footer-additional-info {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: clamp(30px, 3.2638888889vw, 47px);
  padding-bottom: clamp(30px, 4.1666666667vw, 60px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-additional-info {
    flex-direction: column;
    gap: 23px;
  }
}
.socials-menu {
  margin: 0;
  padding: 0;
  display: flex;
}
.socials-menu li {
  list-style: none;
  margin-right: 15px;
}
.socials-menu li:last-child {
  margin-right: 0;
}
.socials-menu li.twitter .menu-item-icon i.fa-x-twitter {
  width: 15px;
  height: 15px;
  background-image: url("../img/x-twitter.svg");
  background-size: contain;
  background-position: center;
}
.socials-menu .menu-item-title {
  display: none;
}
.socials-menu .menu-item-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease-out 0s;
}
.socials-menu .menu-item-icon i {
  font-size: 15px;
  line-height: 1;
}
.socials-menu a {
  display: block;
}
.socials-menu a:hover .menu-item-icon {
  border-color: #ffffff;
}
.footer-copyright {
  font-size: 15px;
  line-height: calc(18 / 15);
  padding-bottom: 10px;
}
@media (max-width: 980px) {
  .footer-copyright {
    text-align: center;
  }
}
@media (max-width: 374px) {
  .footer-copyright {
    font-size: 14px;
  }
}
.copyright-info, .creaters-info {
  display: inline-block;
}
.copyright-info img, .creaters-info img {
  transition: all 0.3s ease-out 0s;
}
.copyright-info img:hover, .creaters-info img:hover {
  transform: scale(1.05) translate(2px, 0);
}
@media (max-width: 980px) {
  .copyright-info, .creaters-info {
    display: block;
  }
}
.footer-logo img {
  transition: all 0.3s ease-out 0s;
}
.footer-logo img:hover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .footer-copyright {
    order: 3;
    padding-top: 5px;
    padding-bottom: 0;
  }
}
@media (max-width: 479px) {
  .footer-additional-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer__extramenu {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: clamp(36px, 4.1666666667vw, 60px);
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .footer__extramenu {
    padding-bottom: 30px;
  }
}
.footer__extramenu + .base-row .footer-additional-info {
  padding-top: 0;
  border: none;
}
.footer-menus--wide .menu > li {
  max-width: 100%;
  width: 100% !important;
}
.footer-menus--wide .menu .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
.footer-menus--wide .menu .sub-menu li {
  width: 31%;
}
.footer-menus--wide .menu .sub-menu li:nth-child(3n) {
  width: 38%;
}
@media (max-width: 980px) {
  .footer-menus--wide .menu .sub-menu li {
    width: 50% !important;
    padding-right: 10px;
  }
  .footer-menus--wide .menu .sub-menu li:nth-child(2n) {
    padding-right: 0;
  }
}
@media (max-width: 359px) {
  .footer-menus--wide .menu .sub-menu li {
    width: 100% !important;
  }
}
body.cards-grid-section .cards-grid, body.text-group-and-cards-section .cards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 1%;
}
body.cards-grid-section .cards-grid.cards-columns-4 .card, body.text-group-and-cards-section .cards-grid.cards-columns-4 .card {
  width: 24.25%;
}
@media (max-width: 1199px) {
  body.cards-grid-section .cards-grid.cards-columns-4 .card, body.text-group-and-cards-section .cards-grid.cards-columns-4 .card {
    width: 32.66%;
    margin-bottom: 30px;
  }
}
@media (max-width: 900px) {
  body.cards-grid-section .cards-grid.cards-columns-4 .card, body.text-group-and-cards-section .cards-grid.cards-columns-4 .card {
    width: 32.66%;
  }
}
body.cards-grid-section .cards-grid.cards-columns-2 .card, body.text-group-and-cards-section .cards-grid.cards-columns-2 .card {
  width: 49%;
}
body.cards-grid-section .cards-grid .card, body.text-group-and-cards-section .cards-grid .card {
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 58px;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease-in-out;
  padding: 32px 30px 80px;
}
@media (max-width: 1199px) {
  body.cards-grid-section .cards-grid .card, body.text-group-and-cards-section .cards-grid .card {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 980px) {
  body.cards-grid-section .cards-grid .card, body.text-group-and-cards-section .cards-grid .card {
    width: 49.5%;
    margin-bottom: 1%;
  }
}
@media (max-width: 767px) {
  body.cards-grid-section .cards-grid .card, body.text-group-and-cards-section .cards-grid .card {
    width: 100% !important;
  }
}
body.cards-grid-section .cards-grid .card:hover, body.text-group-and-cards-section .cards-grid .card:hover {
  box-shadow: 0 3px 45px rgba(144, 155, 171, 0.17);
}
@media (max-width: 1199px) {
  body.cards-grid-section .cards-grid .card, body.text-group-and-cards-section .cards-grid .card {
    padding: 25px 30px 55px;
  }
}
@media (max-width: 767px) {
  body.cards-grid-section .cards-grid .card, body.text-group-and-cards-section .cards-grid .card {
    padding: 20px 20px 55px;
  }
}
@media (max-width: 479px) {
  body.cards-grid-section .cards-grid .card, body.text-group-and-cards-section .cards-grid .card {
    padding: 20px 20px 55px;
  }
}
body.cards-grid-section .cards-grid .card:hover .card-info .card-text:before, body.text-group-and-cards-section .cards-grid .card:hover .card-info .card-text:before {
  opacity: 1;
}
body.cards-grid-section .cards-grid .card:hover .card-info button.bar, body.text-group-and-cards-section .cards-grid .card:hover .card-info button.bar {
  transform: translateY(0%);
  background-position: right center;
}
body.cards-grid-section .cards-grid .card .card-image-wrap, body.text-group-and-cards-section .cards-grid .card .card-image-wrap {
  margin-bottom: 10px;
  width: 98px;
  height: 76px;
  padding: 14px;
  border-radius: 100%;
  background-image: linear-gradient(128deg, #9cfdff 0%, #f2faff 100%);
}
body.cards-grid-section .cards-grid .card .card-image-wrap img, body.text-group-and-cards-section .cards-grid .card .card-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
body.cards-grid-section .cards-grid .card .card-info.card-title-size-h4 .card-title, body.text-group-and-cards-section .cards-grid .card .card-info.card-title-size-h4 .card-title {
  font-weight: 300;
}
body.cards-grid-section .cards-grid .card .card-info .card-title, body.text-group-and-cards-section .cards-grid .card .card-info .card-title {
  color: #282828;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  line-height: 150%;
  font-size: 24px !important;
}
@media (max-width: 1199px) {
  body.cards-grid-section .cards-grid .card .card-info .card-title, body.text-group-and-cards-section .cards-grid .card .card-info .card-title {
    font-size: 23px !important;
  }
}
@media (max-width: 980px) {
  body.cards-grid-section .cards-grid .card .card-info .card-title, body.text-group-and-cards-section .cards-grid .card .card-info .card-title {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  body.cards-grid-section .cards-grid .card .card-info .card-title, body.text-group-and-cards-section .cards-grid .card .card-info .card-title {
    font-size: 21px !important;
  }
}
@media (max-width: 479px) {
  body.cards-grid-section .cards-grid .card .card-info .card-title, body.text-group-and-cards-section .cards-grid .card .card-info .card-title {
    font-size: 20px !important;
  }
}
body.cards-grid-section .cards-grid .card .card-info .card-text, body.text-group-and-cards-section .cards-grid .card .card-info .card-text {
  position: relative;
}
body.cards-grid-section .cards-grid .card .card-info .card-text:before, body.text-group-and-cards-section .cards-grid .card .card-info .card-text:before {
  content: "";
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 0%, #ffffff 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.35s ease-in-out;
}
body.cards-grid-section .cards-grid .card .card-info button.bar, body.text-group-and-cards-section .cards-grid .card .card-info button.bar {
  transform: translateY(105%);
  padding: 28px 8%;
  min-width: unset;
  background-image: url("/wp-content/uploads/2022/01/card-btn-bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 84px;
  border: none;
  border-radius: unset;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.35s ease-in-out;
}
@media (max-width: 1199px) {
  body.cards-grid-section .cards-grid .card .card-info button.bar, body.text-group-and-cards-section .cards-grid .card .card-info button.bar {
    padding: 20px 8%;
  }
}
body.cards-grid-section .cards-grid .card .card-info button.bar .button-text, body.text-group-and-cards-section .cards-grid .card .card-info button.bar .button-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
body.cards-grid-section .cards-grid .card .card-info button.bar .button-icon svg, body.text-group-and-cards-section .cards-grid .card .card-info button.bar .button-icon svg {
  width: 14px;
  height: 17px;
}
body.cards-grid-section .cards-grid .card.card-card-w-floating-btn, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn {
  border-radius: 6px;
  background-image: linear-gradient(134deg, #b6e673 0%, rgba(2, 206, 244, 0.5) 100%);
  margin-bottom: auto;
  padding: 60px 50px;
  width: 30%;
}
@media (max-width: 1199px) {
  body.cards-grid-section .cards-grid .card.card-card-w-floating-btn, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn {
    padding: 25px 30px 55px;
  }
}
@media (max-width: 767px) {
  body.cards-grid-section .cards-grid .card.card-card-w-floating-btn, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn {
    padding: 40px 30px;
  }
}
@media (max-width: 479px) {
  body.cards-grid-section .cards-grid .card.card-card-w-floating-btn, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  body.cards-grid-section .cards-grid .card.card-card-w-floating-btn, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body.cards-grid-section .cards-grid .card.card-card-w-floating-btn, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn {
    width: 100%;
    padding: 40px 30px;
  }
}
@media (max-width: 479px) {
  body.cards-grid-section .cards-grid .card.card-card-w-floating-btn, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn {
    padding: 40px 30px;
  }
}
body.cards-grid-section .cards-grid .card.card-card-w-floating-btn .card-info .card-title, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn .card-info .card-title {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 150%;
  font-size: 24px !important;
}
@media (max-width: 1199px) {
  body.cards-grid-section .cards-grid .card.card-card-w-floating-btn .card-info .card-title, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn .card-info .card-title {
    font-size: 23px !important;
  }
}
@media (max-width: 980px) {
  body.cards-grid-section .cards-grid .card.card-card-w-floating-btn .card-info .card-title, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn .card-info .card-title {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  body.cards-grid-section .cards-grid .card.card-card-w-floating-btn .card-info .card-title, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn .card-info .card-title {
    font-size: 21px !important;
  }
}
@media (max-width: 479px) {
  body.cards-grid-section .cards-grid .card.card-card-w-floating-btn .card-info .card-title, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn .card-info .card-title {
    font-size: 20px !important;
  }
}
body.cards-grid-section .cards-grid .card.card-card-w-floating-btn .card-info .card-text p, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn .card-info .card-text p {
  color: #ffffff;
}
body.cards-grid-section .cards-grid .card.card-card-w-floating-btn .card-info button, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn .card-info button {
  background-color: transparent;
  border-radius: 35px;
  border: 3px solid #31f191;
  transition: 0.35s ease-in-out;
}
body.cards-grid-section .cards-grid .card.card-card-w-floating-btn .card-info button:hover, body.text-group-and-cards-section .cards-grid .card.card-card-w-floating-btn .card-info button:hover {
  background-color: #31f191;
}
@media (max-width: 1199px) {
  body .cards-grid-section-home .base-row .cards-grid.cards-columns-4 .card {
    width: 48.66%;
  }
}
body .cards-grid-section-home .base-row .cards-grid.cards-columns-4 .card:hover .card-info .card-text:before {
  opacity: 0 !important;
}
body .cards-grid-section-home .base-row .cards-grid.cards-columns-4 .card:hover .card-info button.bar {
  display: none !important;
}
.login-block {
  background-color: #f2faff;
}
.login-block .login-block__item-logo img {
  max-height: 75px;
}
.login-block .login-block__item-logo p {
  padding-left: 10px;
}
@media (max-width: 980px) {
  .login-block .base-row.base-row--contact.login-block-row {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .login-block .base-row.base-row--contact.login-block-row {
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  .login-block .base-row.base-row--contact.login-block-row .login-block__item {
    width: 32%;
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .login-block .base-row.base-row--contact.login-block-row .login-block__item {
    width: 100%;
    margin: 0 auto 3rem;
  }
}
@media (max-width: 767px) {
  .login-block .base-row.base-row--contact.login-block-row .login-block__item:last-child {
    margin-bottom: 0;
  }
}
.login-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.login-block ul li {
  margin: 0.55557rem 0;
  padding-left: 2.08338rem;
  position: relative;
  z-index: 1;
}
.login-block ul li:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 10px;
  background-image: url(/wp-content/themes/blujay/images/marker.svg);
  width: 8px;
  height: 16px;
  transition-duration: 0.4s;
}
.login-block ul li:last-child {
  margin-bottom: 0;
}
.login-block ul li a {
  color: #03cef5;
  position: relative;
}
.login-block ul li a:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #03cef5;
  height: 1px;
  transition-property: right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.login-block ul li a:hover::after {
  right: 0;
}
.double-text-editor {
  background-color: #f2faff;
}
@media (max-width: 767px) {
  .double-text-editor .base-row--contact {
    padding: 70px 0;
  }
}
.double-text-editor .double-text-block__item {
  width: calc(50% - 2.8rem);
}
@media (max-width: 980px) {
  .double-text-editor .double-text-block__item {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.double-text-editor .double-text-block__item:last-child {
  margin-left: 5.625rem;
}
@media (max-width: 980px) {
  .double-text-editor .double-text-block__item:last-child {
    margin-left: auto;
    margin-top: 3rem;
  }
}
.double-text-editor h3 {
  max-width: 61%;
}
@media (max-width: 1199px) {
  .double-text-editor h3 {
    max-width: 100%;
  }
}
.double-text-editor p {
  margin: 0;
}
.double-text-editor ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.double-text-editor ul li {
  margin: 0.55557rem 0;
  padding-left: 2.08338rem;
  position: relative;
  z-index: 1;
}
.double-text-editor ul li:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 10px;
  background-image: url(/wp-content/themes/blujay/images/marker.svg);
  width: 8px;
  height: 16px;
  transition-duration: 0.4s;
}
.double-text-editor ul li:last-child {
  margin-bottom: 0;
}
.double-text-editor a {
  color: #03cef5;
  position: relative;
}
.double-text-editor a:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #03cef5;
  height: 1px;
  transition-property: right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.double-text-editor a:hover::after {
  right: 0;
}
.double-text-editor.cards-grid-section-home.cards-grid-section {
  padding: 0 0 142px !important;
}
@media (max-width: 767px) {
  .double-text-editor.cards-grid-section-home.cards-grid-section {
    padding: 0 0 100px !important;
  }
}
.double-text-editor.cards-grid-section-home.cards-grid-section .double-text-editor-row {
  max-width: 710px;
  margin: auto;
}
.double-text-editor.cards-grid-section-home.cards-grid-section .login-block__item {
  margin-bottom: 3rem;
}
.double-text-editor.cards-grid-section-home.cards-grid-section .login-block__item h3, .double-text-editor.cards-grid-section-home.cards-grid-section .login-block__item p {
  padding-left: 10px;
}
.double-text-editor.cards-grid-section-home.cards-grid-section .login-block__item:last-child {
  margin-bottom: 0;
}
.card-pages.resources-section {
  padding-bottom: calc(90px - 2.5%);
}
@media (max-width: 1439px) {
  .card-pages.resources-section {
    padding-bottom: calc(90px - 2%);
  }
}
.card-pages .card-pages__item {
  position: relative;
}
.card-pages .card-pages__item button {
  transform: translateY(105%);
  padding: 28px 8%;
  min-width: unset;
  background-image: url(/wp-content/uploads/2022/01/card-btn-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 84px;
  border: none;
  border-radius: unset;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.35s ease-in-out;
}
.card-pages .card-pages__item button .button-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.card-pages .card-pages__item button .button-icon svg {
  width: 14px;
  height: 17px;
}
.card-pages .card-pages__item:hover button.bar {
  transform: translateY(0%);
  background-position: right center;
}
.card-pages .card-pages__item .card-info p {
  position: relative;
}
.card-pages .card-pages__item .card-info p:before {
  content: "";
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 0%, #ffffff 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.card-pages .card-pages__item:hover .card-info p::before {
  opacity: 0.8;
}
.main-img {
  max-width: 50%;
}
@media (max-width: 980px) {
  .main-img {
    max-width: 100%;
    min-width: 100%;
  }
}
.main-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 100px;
}
@media (max-width: 980px) {
  .main-img img {
    max-height: 500px;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .main-img img {
    max-height: 400px;
  }
}
section.text-group-and-cards-section .cards-grid .card.card-and-img {
  padding: 0;
  min-height: 17.875rem;
  background: #fff;
  width: auto;
  flex: 0 1 49%;
  margin: 0;
  margin-bottom: 0.9375rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 84px 0 rgba(2, 179, 242, 0.09);
  flex-flow: column nowrap;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  section.text-group-and-cards-section .cards-grid .card.card-and-img {
    min-height: 17rem;
  }
}
@media (max-width: 430px) {
  section.text-group-and-cards-section .cards-grid .card.card-and-img {
    flex: 0 1 100%;
  }
}
section.text-group-and-cards-section .cards-grid .card.card-and-img .card-image-wrap {
  width: 100%;
  max-height: 200px;
  height: 100%;
  padding: 0;
  opacity: 1;
  position: absolute;
  transition: all 0.2s ease-in-out;
  background: none;
  margin-bottom: 0;
}
section.text-group-and-cards-section .cards-grid .card.card-and-img .card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.text-group-and-cards-section .cards-grid .card.card-and-img h4 {
  padding: 1.5625rem 1.8rem;
  margin: 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 12.67rem;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27px;
}
@media (max-width: 1199px) {
  section.text-group-and-cards-section .cards-grid .card.card-and-img h4 {
    font-size: 16px;
    line-height: 1.2;
    padding: 1.5625rem 1rem;
  }
}
@media (max-width: 430px) {
  section.text-group-and-cards-section .cards-grid .card.card-and-img h4 {
    padding: 1.5625rem 1.8rem;
  }
}
section.text-group-and-cards-section .cards-grid .card.card-and-img .card-body {
  display: none;
  padding: 0 1.8rem;
  margin-top: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  section.text-group-and-cards-section .cards-grid .card.card-and-img .card-body {
    padding: 0 1rem;
  }
}
@media (max-width: 430px) {
  section.text-group-and-cards-section .cards-grid .card.card-and-img .card-body {
    padding: 0 1.8rem;
  }
}
@media (max-width: 1199px) {
  section.text-group-and-cards-section .cards-grid .card.card-and-img .card-body p {
    line-height: 1.3;
  }
}
@media (max-width: 430px) {
  section.text-group-and-cards-section .cards-grid .card.card-and-img .card-body p {
    line-height: 187.5%;
  }
}
section.text-group-and-cards-section .cards-grid .card.card-and-img button {
  transform: translateY(105%);
  padding: 28px 8%;
  min-width: unset;
  background-image: url(/wp-content/uploads/2022/01/card-btn-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 84px;
  border: none;
  border-radius: unset;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.35s ease-in-out;
}
section.text-group-and-cards-section .cards-grid .card.card-and-img button .button-icon svg {
  width: 14px;
  height: 17px;
}
section.text-group-and-cards-section .cards-grid .card.card-and-img:hover .card-image-wrap {
  opacity: 0;
}
section.text-group-and-cards-section .cards-grid .card.card-and-img:hover h4 {
  top: 0;
  margin-top: 0;
}
section.text-group-and-cards-section .cards-grid .card.card-and-img:hover .card-body {
  display: block;
  top: 3rem;
}
section.text-group-and-cards-section .cards-grid .card.card-and-img:hover button.bar {
  transform: translateY(0%);
  background-position: right center;
}
section.text-group-and-cards-section.section-card-and-img .cards-grid.card-and-img-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-gap: 2%;
}
section.text-group-and-cards-section.section-card-and-img .text-group-block.text-group-align-left {
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
}
@media (max-width: 980px) {
  section.text-group-and-cards-section.section-card-and-img .text-group-block.text-group-align-left {
    flex-flow: column-reverse wrap;
  }
}
section.text-group-and-cards-section.section-card-and-img .text-group-block.text-group-align-right {
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 980px) {
  section.text-group-and-cards-section.section-card-and-img .text-group-block.text-group-align-right {
    flex-flow: column-reverse wrap;
  }
}
section.text-group-and-cards-section.section-card-and-img .text-group-block .text-group-col--text {
  margin-right: 0;
}
section.text-group-and-cards-section.section-card-and-img:nth-child(even) {
  background-color: #f2f9fe;
}
.videos-grid-section + .related-resources-carousel-section {
  padding-top: clamp(30px, 3.4722222222vw, 50px);
}
.related-resources-carousel-section {
  position: relative;
  padding-top: clamp(40px, 8.3333333333vw, 120px);
  padding-bottom: clamp(50px, 7.2916666667vw, 105px);
  /* Text group */
  /* Cards */
}
@media (max-width: 767px) {
  .related-resources-carousel-section {
    background-size: 770px auto;
    background-position: 180px 0 !important;
  }
}
.related-resources-carousel-section .base-row--md {
  max-width: 1370px;
  position: relative;
}
.related-resources-carousel-section .base-row--md::before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  margin-right: 12px;
  top: -20px;
  height: calc(100% + 40px);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 9.49%, #ffffff 100%);
  z-index: 3;
  width: calc((100vw - 1370px) / 2);
}
@media (max-width: 1550px) {
  .related-resources-carousel-section .base-row--md::before {
    width: 5vw;
  }
}
.related-resources-carousel-section .base-row--md::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  margin-left: 12px;
  top: -20px;
  height: calc(100% + 40px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 9.49%, #ffffff 100%);
  z-index: 3;
  width: calc((100vw - 1370px) / 2);
}
@media (max-width: 1550px) {
  .related-resources-carousel-section .base-row--md::after {
    width: 5vw;
  }
}
.related-resources-carousel-section .text-group {
  margin-bottom: clamp(30px, 3.333vw, 55px);
}
.related-resources-carousel-section .cards-grid {
  position: relative;
}
.related-resources-carousel-section .cards-grid.swiper {
  overflow: inherit;
}
.related-resources-carousel-section .cards-grid .swiper-wrapper {
  box-sizing: border-box;
  height: auto;
  display: flex;
}
.related-resources-carousel-section .cards-grid .post-item {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: 0.35s ease-in-out;
  height: auto;
  cursor: pointer;
}
.related-resources-carousel-section .cards-grid .post-item:hover, .related-resources-carousel-section .cards-grid .post-item:focus {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 539px) {
  .related-resources-carousel-section .cards-grid .post-item {
    max-width: 345px;
    width: 85%;
  }
}
.related-resources-carousel-section .cards-grid .post-item .buttons-wrap .btn {
  position: relative;
  z-index: 4;
}
.related-resources-carousel-section .cards-grid .card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
}
.related-resources-carousel-section .cards-grid .card .card-row--pill {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.related-resources-carousel-section .cards-grid .card .card-row--pill:not(:last-child) {
  margin-bottom: 12px;
}
.related-resources-carousel-section .cards-grid .card .pill {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 9px 4px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  font-weight: 500;
  font-size: clamp(13px, 0.9722222222vw, 14px);
  line-height: 17px;
}
.related-resources-carousel-section .cards-grid .card .pill:not(:last-child) {
  margin-right: 5px;
}
.related-resources-carousel-section .cards-grid .card .card-info {
  color: #282828;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.related-resources-carousel-section .cards-grid .card .card-info .card-main-info {
  flex: 1;
}
.related-resources-carousel-section .cards-grid .card .card-info .card-main-info:not(:last-child) {
  margin-bottom: 17px;
}
.related-resources-carousel-section .cards-grid .card .card-info .card-title {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  line-height: 1.5;
  color: #282828;
  transition: all 0.3s ease-out 0.15s;
}
.related-resources-carousel-section .cards-grid .card .card-info .card-text {
  opacity: 0.7;
  font-weight: 400;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 1.6;
  color: #282828;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 4.8em;
}
.resource-item__link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 599px) {
  .related-resources-slider__nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 120px;
    margin-left: auto;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .related-resources-slider__nav {
    display: none;
  }
}
.related-resources-slider__nav .related-resources__arrow {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
@media (max-width: 599px) {
  .related-resources-slider__nav .related-resources__arrow {
    position: static;
    transform: translate(0, 0);
    margin: 0;
  }
}
.related-resources-slider__nav .related-resources__arrow:hover {
  background-color: #282828;
}
.related-resources-slider__nav .related-resources__arrow:hover i {
  color: #ffffff;
}
.related-resources-slider__nav .related-resources__arrow i {
  color: #282828;
  transition: all 0.3s ease-out 0s;
}
.related-resources-slider__nav .related-resources__arrow.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
@media (max-width: 599px) {
  .related-resources-slider__nav .related-resources__arrow.swiper-button-disabled {
    opacity: 0.5;
  }
}
.related-resources-slider__nav .related-resources-slider-prev {
  left: -155px;
}
@media (max-width: 1720px) {
  .related-resources-slider__nav .related-resources-slider-prev {
    left: auto;
    right: 100%;
    margin-right: 10px;
  }
}
@media (max-width: 1340px) {
  .related-resources-slider__nav .related-resources-slider-prev {
    left: auto;
    right: 100%;
    margin-right: -25px;
  }
}
.related-resources-slider__nav .related-resources-slider-next {
  right: -155px;
}
@media (max-width: 1720px) {
  .related-resources-slider__nav .related-resources-slider-next {
    right: auto;
    left: 100%;
    margin-left: 10px;
  }
}
@media (max-width: 1340px) {
  .related-resources-slider__nav .related-resources-slider-next {
    right: auto;
    left: 100%;
    margin-left: -25px;
  }
}
.fullwidth-iframe {
  height: calc(100vh - 210px);
  min-height: 750px;
}
@media (min-width: 1041px) {
  .fullwidth-iframe {
    height: calc(100vh - 321px);
    min-height: 620px;
  }
}
.fullwidth-iframe * {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-radius: 0 !important;
}
.text-group-and-cta-section {
  padding: 55px 0;
}
@media (min-width: 768px) {
  .text-group-and-cta-section {
    padding: 75px 0;
  }
}
@media (min-width: 981px) {
  .text-group-and-cta-section {
    padding: 107px 0 128px;
  }
}
.text-group-and-cta-section .text-group-col--text {
  margin-bottom: 46px;
}
.text-group-and-cta-section .text-group-wrap .text-group-heading {
  padding: 0;
  margin-bottom: 36px;
}
.text-group-and-cta-section .text-group-wrap .text-group-heading:before, .text-group-and-cta-section .text-group-wrap .text-group-heading:after {
  display: none;
}
.text-group-and-cta-section .text-group-wrap .text-group-content {
  margin-bottom: 0;
}
.text-group-and-cta-section .text-group-wrap .text-group-content p {
  color: rgba(40, 40, 40, 0.7);
  letter-spacing: -0.2px;
}
@media (min-width: 981px) {
  .text-group-and-cta-section .cards-columns-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 981px) {
  .text-group-and-cta-section .cards-columns-2 .card {
    width: calc(50% - 10px);
  }
}
.text-group-and-cta-section .cards-columns-2 .card-card-abs-img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .text-group-and-cta-section .cards-columns-2 .card-card-abs-img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.text-group-and-cta-section .cards-columns-2 .card-card-abs-img:last-child {
  margin-bottom: 0;
}
.text-group-and-cta-section .cards-columns-2 .card-card-abs-img:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 55.08%);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: 1;
  pointer-events: none;
}
.text-group-and-cta-section .cards-columns-2 .card-card-abs-img:hover .card-image-wrap img {
  transform: scale(1.07);
}
.text-group-and-cta-section .cards-columns-2 .card-card-abs-img:hover .card-info {
  background-color: #3D8080;
}
.text-group-and-cta-section .cards-columns-2 .card-card-abs-img .card-image-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 6px;
  padding-bottom: 42.958%;
}
.text-group-and-cta-section .cards-columns-2 .card-card-abs-img .card-image-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transform: scale(1);
  transition: all 0.3s;
}
.text-group-and-cta-section .cards-columns-2 .card-card-abs-img .card-info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  padding: 10px 0 14px;
  text-align: center;
  background-color: transparent;
  border-radius: 0 0 6px 6px;
  transition: all 0.3s;
}
.text-group-and-cta-section .cards-columns-2 .card-card-abs-img .card-title {
  font-size: clamp(20px, 3.129vw, 24px);
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 981px) {
  .text-group-and-cta-section .cards-columns-2 .card-card-abs-img .card-title {
    font-size: clamp(20px, 1.558vw, 24px);
  }
}
.text-group-and-cta-section .cards-columns-2 .card-card-abs-img button.bar {
  display: none;
}
.text-group-and-cta-section .text-group-heading {
  margin-bottom: 1em;
  padding-bottom: 1.05em;
  position: relative;
}
@media (max-width: 980px) {
  .text-group-and-cta-section .text-group-heading {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.text-group-and-cta-section .text-group-heading:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #a9df5d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.text-group-and-cta-section .text-group-heading:after {
  content: "";
  width: 50%;
  max-width: 234px;
  height: 9px;
  background-color: #b6e673;
  border-radius: 0 10px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.text-group-and-cta-section .text-group-content {
  margin-bottom: 6.5%;
}
@media (max-width: 980px) {
  .text-group-and-cta-section .text-group-content {
    margin-bottom: 4%;
  }
}
.text-group-and-cta-section .text-group-block {
  display: flex;
  flex-flow: row wrap;
}
.text-group-and-cta-section .text-group-block .text-group-col--text {
  width: 100%;
  margin-right: 0;
  position: relative;
}
.text-group-and-cta-section .text-group-block .text-group-col--cards {
  width: 100%;
}
.carousel-for-partner-ads-section {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
  margin-bottom: clamp(40px, 5.5555555556vw, 80px);
}
.carousel-for-partner-ads-section .carousel-for-partner-ads-wrap {
  position: relative;
}
@media (max-width: 980px) {
  .carousel-for-partner-ads-section .carousel-for-partner-ads-wrap {
    padding-bottom: 30px;
  }
}
.carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .swiper-wrapper {
  height: auto;
}
.carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
@media (max-width: 980px) {
  .carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row {
    flex-direction: column;
    align-items: center;
  }
}
.carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row .text-wrap {
  width: 60%;
  padding: 50px 5%;
  padding: 30px 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 980px) {
  .carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row .text-wrap {
    width: 100%;
    max-width: 450px;
    order: 2;
  }
}
@media (max-width: 767px) {
  .carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row .text-wrap {
    padding: 20px 5% 30px;
  }
}
.carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row .text-wrap.text-color-white h2, .carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row .text-wrap.text-color-white h3 {
  color: #fff;
  margin-bottom: 20px;
}
.carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row .text-wrap p {
  margin-top: 0;
}
.carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row .logo-wrap {
  padding: 30px 5% 60px;
  width: 40%;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row .logo-wrap {
    width: 100%;
    max-width: 450px;
    padding: 0 5% 30px;
    order: 1;
  }
}
@media (max-width: 767px) {
  .carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row .logo-wrap {
    padding: 0 5% 20px;
  }
}
.carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row .logo-wrap img {
  max-height: 160px;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row .logo-wrap .carousel-for-partner-ads__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
}
@media (max-width: 980px) {
  .carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .carousel-for-partner-ads-item .carousel-for-partner-ads-row .logo-wrap .carousel-for-partner-ads__nav {
    display: none;
  }
}
.carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .bullets-carousel-for-partner-ads {
  bottom: 0;
}
@media (min-width: 981px) {
  .carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .bullets-carousel-for-partner-ads {
    display: none;
  }
}
.carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .bullets-carousel-for-partner-ads .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 50%;
}
.carousel-for-partner-ads-section .carousel-for-partner-ads-wrap .bullets-carousel-for-partner-ads .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.platform-cards-section {
  margin-top: clamp(60px, 8.3333333333vw, 120px);
  margin-bottom: clamp(60px, 8.3333333333vw, 120px);
}
.platform-cards-section .base-row {
  max-width: 1700px;
}
.platform-cards-section .platform-cards__header {
  margin: 0 auto clamp(20px, 3.4722222222vw, 50px);
  max-width: 740px;
  text-align: center;
}
@media (max-width: 479px) {
  .platform-cards-section .platform-cards__header {
    text-align: left;
  }
}
.platform-cards-section .platform-cards__header .platform-cards__title {
  margin: 0 0 30px;
  line-height: 135%;
}
.platform-cards-section .platform-cards__header .platform-cards__subtitle {
  opacity: 0.7;
  margin: 0;
}
@media (max-width: 479px) {
  .platform-cards-section .platform-cards__header .platform-cards__subtitle {
    line-height: 1.65;
  }
}
@media (min-width: 1200px) {
  .platform-cards-section .platform-cardslist__scroll_wrap {
    position: relative;
  }
  .platform-cards-section .platform-cardslist__scroll_wrap:after {
    content: "";
    display: none;
    position: absolute;
    right: 2px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ebebeb;
  }
}
@media (min-width: 1740px) {
  .platform-cards-section .platform-cardslist__scroll_wrap::after {
    right: -14px;
  }
}
@-moz-document url-prefix() {
  @media (min-width: 1200px) {
    .platform-cards-section .platform-cardslist__scroll_wrap::after {
      right: -12px;
    }
  }
  @media (max-width: 1800px) {
    .platform-cards-section .platform-cardslist__scroll_wrap::after {
      right: 4px;
    }
  }
}
@media (min-width: 1200px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll {
    padding: 10px 15px 18px;
    width: calc(100% + 14px);
    margin-top: -10px;
    margin-left: -15px;
    position: relative;
    z-index: 3;
    scrollbar-color: #80994d transparent;
    scrollbar-width: thin;
  }
}
@-moz-document url-prefix() {
  @media (min-width: 1200px) and (max-width: 1799px) {
    .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll {
      width: calc(100% + 15px);
    }
  }
}
@media (min-width: 1740px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll {
    padding: 10px 15px 18px;
    width: calc(100% + 30px);
  }
}
@media (max-width: 1199px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
    overflow: hidden;
    overflow-x: auto;
    height: auto !important;
  }
}
@media (max-width: 1199px) and (any-hover: hover) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll {
    scrollbar-color: #999 #d1d1d1;
    scrollbar-width: thin;
  }
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
  }
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    background-color: aqua;
  }
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #d1d1d1;
    width: 6px;
    height: 6px;
  }
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }
}
@media (min-width: 1200px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    background-color: #282828;
  }
}
@media (min-width: 1200px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #80994d;
    width: 3px;
    height: 3px;
  }
}
@media (min-width: 1200px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll::-webkit-scrollbar-thumb:hover {
    background-color: #80994d;
  }
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist {
    gap: 20px 10px;
  }
}
@media (max-width: 1199px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist {
    flex-wrap: nowrap;
  }
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist::after {
    content: "";
    display: block;
    width: 1px;
    flex: none;
  }
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item {
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 40px 36px 42px;
  transition: all 0.3s ease-out 0s;
  width: calc((100% - (20px * 4)) / 5);
  display: block;
}
@media (max-width: 1800px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1600px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item {
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item {
    padding: 30px 20px;
    width: calc((100% - (10px * 4)) / 5);
  }
}
@media (max-width: 1199px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item {
    width: 260px;
    flex: none;
  }
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item:hover .platform-cardslist__icon {
  background-color: #ffffff !important;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item:hover .platform-cardslist__icon i {
  color: #282828;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item:hover .platform-cardslist__icon .platform-cardslist__icon--dark {
  opacity: 1;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item:hover .platform-cardslist__icon .platform-cardslist__icon--white {
  opacity: 0;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item:hover .platform-cardslist__parag, .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item:hover .platform-cardslist__title {
  color: #ffffff;
  opacity: 1;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--sage .platform-cardslist__icon {
  background-color: #a3ca8c;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--sage::after {
  background-color: #a3ca8c;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--sage:hover {
  background-color: #a3ca8c;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--sage-medium .platform-cardslist__icon {
  background-color: #80994d;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--sage-medium::after {
  background-color: #80994d;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--sage-medium:hover {
  background-color: #80994d;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--sage-dark .platform-cardslist__icon {
  background-color: #517222;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--sage-dark::after {
  background-color: #517222;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--sage-dark:hover {
  background-color: #517222;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--cadet .platform-cardslist__icon {
  background-color: #97baba;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--cadet::after {
  background-color: #97baba;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--cadet:hover {
  background-color: #97baba;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--cadet-medium .platform-cardslist__icon {
  background-color: #3d8080;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--cadet-medium::after {
  background-color: #3d8080;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--cadet-medium:hover {
  background-color: #3d8080;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--cadet-dark .platform-cardslist__icon {
  background-color: #1e5b67;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--cadet-dark::after {
  background-color: #1e5b67;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--cadet-dark:hover {
  background-color: #1e5b67;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--gold .platform-cardslist__icon {
  background-color: #e8ce96;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--gold::after {
  background-color: #e8ce96;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--gold:hover {
  background-color: #e8ce96;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--gold-medium .platform-cardslist__icon {
  background-color: #c69a3f;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--gold-medium::after {
  background-color: #c69a3f;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--gold-medium:hover {
  background-color: #c69a3f;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--gold-dark .platform-cardslist__icon {
  background-color: #8e7029;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--gold-dark::after {
  background-color: #8e7029;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--gold-dark:hover {
  background-color: #8e7029;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--violet .platform-cardslist__icon {
  background-color: #b9ace8;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--violet::after {
  background-color: #b9ace8;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--violet:hover {
  background-color: #b9ace8;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--violet-medium .platform-cardslist__icon {
  background-color: #7239a4;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--violet-medium::after {
  background-color: #7239a4;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--violet-medium:hover {
  background-color: #7239a4;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--violet-dark .platform-cardslist__icon {
  background-color: #4d3075;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--violet-dark::after {
  background-color: #4d3075;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item.scheme--violet-dark:hover {
  background-color: #4d3075;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item .platform-cardslist__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20px;
  background-color: #eee;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item .platform-cardslist__icon {
    margin-bottom: 15px;
  }
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item .platform-cardslist__icon i, .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item .platform-cardslist__icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
  color: #ffffff;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item .platform-cardslist__icon .platform-cardslist__icon--dark {
  opacity: 0;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item .platform-cardslist__icon img[alt="Logistics"] {
  width: auto;
  max-width: 45px;
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item .platform-cardslist__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  max-width: 190px;
  margin: 0 auto 22px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item .platform-cardslist__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item .platform-cardslist__title {
    font-size: 18px;
  }
}
.platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item .platform-cardslist__parag {
  font-size: 16px;
  line-height: 160%;
  opacity: 0.7;
  margin-top: 0;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item .platform-cardslist__parag {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .platform-cards-section .platform-cardslist__scroll_wrap .platform-cardslist__scroll .platform-cardslist .platform-cardslist__item .platform-cardslist__parag {
    font-size: 14px;
    line-height: calc(21 / 14);
  }
}
body.has-top-line #page > .site-header > .top-line {
  padding: 10px 0;
  background-color: #3d8080;
  min-height: 45px;
  z-index: 99;
  position: relative;
  width: 100%;
  top: 0;
}
body.has-top-line #page > .site-header > .top-line .top-line-row {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
body.has-top-line #page > .site-header > .top-line .top-line-row .top-line-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 5px;
}
@media (max-width: 767px) {
  body.has-top-line #page > .site-header > .top-line .top-line-row .top-line-content {
    flex-direction: column;
  }
}
body.has-top-line #page > .site-header > .top-line .top-line-row .top-line-content p {
  text-align: center;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  font-size: 18px;
  font-size: 18px !important;
}
@media (max-width: 980px) {
  body.has-top-line #page > .site-header > .top-line .top-line-row .top-line-content p {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  body.has-top-line #page > .site-header > .top-line .top-line-row .top-line-content p {
    font-size: 16px !important;
  }
}
body.has-top-line #page > .site-header > .top-line .top-line-row .top-line-content .btn {
  padding: 0px 10px 3px;
}
body.home.has-top-line .hero-section {
  margin-top: calc(var(--header-height) - 116px);
}
@media (max-width: 1199px) {
  body.home.has-top-line .hero-section {
    margin-top: calc(var(--header-height) - 68px);
  }
}
@media (max-width: 980px) {
  body.home .hero-section:before {
    opacity: 0.3;
  }
}
@media (max-width: 767px) {
  body.home .hero-section:before {
    opacity: 0.5;
  }
}
body.home .hero-section .hero-info {
  max-width: 640px;
  width: 49%;
}
@media (max-width: 767px) {
  body.home .hero-section .hero-info {
    max-width: 500px;
    width: 100%;
  }
}
body.home .hero-section .hero-info .hero-title {
  font-size: clamp(40px, 4.8611111111vw, 70px);
}
body.home .hero-section .hero-info div.hero-subtitle {
  font-size: clamp(18px, 1.5277777778vw, 22px);
}
@media (max-width: 767px) {
  .homepage-hero {
    margin-top: 90px;
  }
}
.homepage-hero .base-row {
  max-width: 1690px;
}
.homepage-hero .hero-subtitle {
  color: #b3c2fb;
}
.homepage-hero .hero-title {
  margin-top: 0;
  margin-bottom: 0.9em;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  letter-spacing: -0.016em;
  line-height: 103%;
  max-width: 630px;
  font-size: 64px;
}
@media (max-width: 1439px) {
  .homepage-hero .hero-title {
    font-size: 62px !important;
  }
}
@media (max-width: 1199px) {
  .homepage-hero .hero-title {
    font-size: 58px !important;
  }
}
@media (max-width: 1023px) {
  .homepage-hero .hero-title {
    font-size: 54px !important;
  }
}
@media (max-width: 980px) {
  .homepage-hero .hero-title {
    font-size: 48px !important;
  }
}
@media (max-width: 767px) {
  .homepage-hero .hero-title {
    font-size: 38px !important;
  }
}
@media (max-width: 479px) {
  .homepage-hero .hero-title {
    font-size: 32px !important;
  }
}
.cards-grid-section.home-2-cards-grid-section {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .cards-grid-section.home-2-cards-grid-section {
    padding-bottom: 112px;
  }
}
@media (max-width: 980px) {
  .cards-grid-section.home-2-cards-grid-section {
    padding-bottom: 80px;
  }
}
.images-grid-section.home-1-images-grid-section {
  padding: 91px 0 80px;
  padding: 37px 0 22px;
}
@media (max-width: 980px) {
  .images-grid-section.home-1-images-grid-section {
    padding: 80px 0;
  }
}
@media (max-width: 980px) {
  .images-grid-section.home-1-images-grid-section {
    padding: 20px 0 22px;
  }
}
@media (max-width: 767px) {
  .images-grid-section.home-1-images-grid-section {
    padding: 15px 0 22px;
  }
}
.resources-section {
  padding: 90px 0;
}
@media (max-width: 980px) {
  .resources-section {
    padding-top: 80px;
  }
}
.resources-section .base-row.resources-row {
  max-width: 1618px;
}
@media (max-width: 767px) {
  .resources-section .base-row.resources-row {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.resources-section .base-row.resources-row h2.text-group-heading {
  text-align: center;
}
.resources-section .base-row.resources-row h2.text-group-heading.align-left {
  text-align: left;
}
.resources-section .base-row.resources-row .card-image-wrap {
  border: 1px solid rgba(0, 0, 1, 0.05);
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap {
    flex-direction: column;
  }
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .resources-sidebar-block:not(:last-child) {
  margin-bottom: 3rem;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap h3 {
  margin-bottom: 3rem;
  font-family: "Gotham";
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap h3 {
    margin-bottom: 2rem;
  }
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-case-study {
  width: 63%;
}
@media (max-width: 1023px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-case-study {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-case-study {
    margin-bottom: 2.7rem;
  }
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-case-study .cards-grid .card-pages__item, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-case-study .cards-grid article.post-item {
  width: 48%;
}
@media (max-width: 767px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-case-study .cards-grid .card-pages__item, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-case-study .cards-grid article.post-item {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min {
  width: 34%;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min {
    width: 100%;
  }
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid .card-pages__item, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid article.post-item {
  width: 48%;
  background: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid .card-pages__item, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid article.post-item {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid .card-pages__item .card-image-wrap.video-type, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid article.post-item .card-image-wrap.video-type {
  border-radius: 5px;
  overflow: hidden;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid .card-pages__item .card .card-info, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid article.post-item .card .card-info {
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid .card-pages__item .card .card-info, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid article.post-item .card .card-info {
    padding-top: 30px;
  }
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid .card-pages__item .card .card-info h4.card-title, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid article.post-item .card .card-info h4.card-title {
  color: #727880;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid.graphic-type {
  grid-gap: 3.5%;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid.graphic-type .card-pages__item, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid.graphic-type article.post-item {
  width: 30%;
}
@media (max-width: 767px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid.graphic-type .card-pages__item, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid.graphic-type article.post-item {
    width: 48%;
  }
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid.graphic-type .card-pages__item .card-image-wrap, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .cards-grid.graphic-type article.post-item .card-image-wrap {
  padding-top: 0;
  border-radius: 5px;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item {
  margin-bottom: 35px;
  width: 100%;
  max-width: 696px;
}
@media (max-width: 980px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item {
    width: 100%;
    max-width: 100%;
  }
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item:hover, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item:hover {
  transform: translateY(0);
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item:hover .card .card-image-wrap, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item:hover .card .card-image-wrap {
  transform: scale(1.05);
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item:hover .card .card-info .card-row--pill .pill, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item:hover .card .card-info .card-row--pill .pill {
  border-color: #b6e673;
  color: #b6e673;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item:hover .card .card-info .card-row--date .card-meta-date, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item:hover .card .card-info .card-row--date .card-meta-date {
  color: #b6e673;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item:hover .card .card-info .card-title, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item:hover .card .card-info .card-title {
  color: #b6e673;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card {
  display: flex;
  align-items: center;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-image-wrap, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-image-wrap {
  margin-right: 5%;
  max-width: 140px;
  max-height: 125px;
  min-width: 140px;
  min-height: 125px;
  transition: 0.25s ease-in-out;
  padding-top: 0;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-image-wrap img, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-info, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-info {
  padding-top: 0;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-info .card-row--pill, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-info .card-row--pill {
  position: static;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-info .card-row--pill .pill, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-info .card-row--pill .pill {
  border-radius: 13px;
  border: 2px solid #31f191;
  color: #31f191;
  background-color: #fff;
  font-family: "GothamNarrow", sans-serif;
  font-weight: 500;
  font-size: 12px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  transition: 0.25s ease-in-out;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-info .card-row--date .card-meta-date, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-info .card-row--date .card-meta-date {
  color: #6a6c74;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  transition: 0.25s ease-in-out;
  font-size: 14px !important;
}
@media (max-width: 980px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-info .card-row--date .card-meta-date, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-info .card-row--date .card-meta-date {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-info .card-row--date .card-meta-date, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-info .card-row--date .card-meta-date {
    font-size: 12px !important;
  }
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-info .card-title, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-info .card-title {
  color: #47484b;
  font-weight: 700;
  line-height: 120%;
  margin: 0.6em 0;
  transition: 0.25s ease-in-out;
  font-size: 24px !important;
}
@media (max-width: 1439px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-info .card-title, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-info .card-title {
    font-size: 21px !important;
  }
}
@media (max-width: 1199px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-info .card-title, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-info .card-title {
    font-size: 20px !important;
  }
}
@media (max-width: 1023px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-info .card-title, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-info .card-title {
    font-size: 18px !important;
  }
}
@media (max-width: 980px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-info .card-title, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-info .card-title {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-info .card-title, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-info .card-title {
    font-size: 21px !important;
  }
}
@media (max-width: 479px) {
  .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid .card-pages__item .card .card-info .card-title, .resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .block-col-min .all-articles.cards-grid article.post-item .card .card-info .card-title {
    font-size: 20px !important;
  }
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .all-resource-more {
  margin-top: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .all-resource-more:last-child {
  margin-bottom: 0;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .all-resource-more [role="button"].primary {
  width: 100%;
  border-radius: 0;
  text-align: left;
}
.resources-section .base-row.resources-row .resources-wrap.all-resourse-wrap .all-resource-more:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  background-image: url(/wp-content/themes/blujay/images/arrow-white.svg);
  width: 16px;
  height: 18px;
  transition-duration: 0.4s;
  transform: rotate(180deg);
  z-index: 9;
}
.resources-section .cards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-gap: 2%;
}
@media (max-width: 1439px) {
  .resources-section .cards-grid {
    grid-gap: 1.5%;
  }
}
.resources-section .cards-grid .card-pages__item, .resources-section .cards-grid article.post-item {
  width: 23.5%;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 3.6%;
  transition: 0.35s all;
  box-shadow: 0 2px 49px rgba(0, 146, 239, 0.1);
}
@media (max-width: 1439px) {
  .resources-section .cards-grid .card-pages__item, .resources-section .cards-grid article.post-item {
    width: 32.3%;
  }
}
@media (max-width: 980px) {
  .resources-section .cards-grid .card-pages__item, .resources-section .cards-grid article.post-item {
    width: 49.25%;
  }
}
@media (max-width: 767px) {
  .resources-section .cards-grid .card-pages__item, .resources-section .cards-grid article.post-item {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.resources-section .cards-grid .card-pages__item:hover, .resources-section .cards-grid article.post-item:hover {
  box-shadow: 0 3px 45px rgba(144, 155, 171, 0.17);
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .resources-section .cards-grid .card-pages__item:hover, .resources-section .cards-grid article.post-item:hover {
    transform: unset;
  }
}
.resources-section .cards-grid .card-pages__item .card-row--pill, .resources-section .cards-grid article.post-item .card-row--pill {
  position: absolute;
  top: 13px;
  left: 24px;
  z-index: 3;
}
.resources-section .cards-grid .card-pages__item .card-row--pill .pill, .resources-section .cards-grid article.post-item .card-row--pill .pill {
  color: #ffffff;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  padding: 5px 9px;
  font-size: 8px !important;
  border-radius: 9px;
  border: 1px solid #31f191;
  background-color: rgba(49, 241, 145, 0.25);
}
.resources-section .cards-grid .card-pages__item .card .card-image-wrap, .resources-section .cards-grid article.post-item .card .card-image-wrap {
  position: relative;
  padding-top: 50.657%;
}
.resources-section .cards-grid .card-pages__item .card .card-image-wrap img, .resources-section .cards-grid article.post-item .card .card-image-wrap img {
  vertical-align: bottom;
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  width: 100%;
  height: 100%;
}
.resources-section .cards-grid .card-pages__item .card .card-image-wrap .video-card-play-btn, .resources-section .cards-grid article.post-item .card .card-image-wrap .video-card-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  z-index: 1;
}
@media (min-width: 767.98px) {
  .resources-section .cards-grid .card-pages__item .card .card-image-wrap .video-card-play-btn, .resources-section .cards-grid article.post-item .card .card-image-wrap .video-card-play-btn {
    width: 50px;
    height: 50px;
  }
}
.resources-section .cards-grid .card-pages__item .card .card-image-wrap .video-card-play-btn i, .resources-section .cards-grid article.post-item .card .card-image-wrap .video-card-play-btn i {
  transform: translateX(-1px);
  font-size: 22px;
  color: #ffffff;
  padding-left: 5px;
}
@media (min-width: 767.98px) {
  .resources-section .cards-grid .card-pages__item .card .card-image-wrap .video-card-play-btn i, .resources-section .cards-grid article.post-item .card .card-image-wrap .video-card-play-btn i {
    font-size: 20px;
  }
}
.resources-section .cards-grid .card-pages__item .card .card-image-wrap .video-card-play-btn i::before, .resources-section .cards-grid article.post-item .card .card-image-wrap .video-card-play-btn i::before {
  content: "";
}
.resources-section .cards-grid .card-pages__item .card .card-info, .resources-section .cards-grid article.post-item .card .card-info {
  padding: 4.5% 8% 33px;
}
@media (max-width: 1199px) {
  .resources-section .cards-grid .card-pages__item .card .card-info, .resources-section .cards-grid article.post-item .card .card-info {
    padding-bottom: 25px;
  }
}
.resources-section .cards-grid .card-pages__item .card .card-info .card-meta-date, .resources-section .cards-grid article.post-item .card .card-info .card-meta-date {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  line-height: normal;
  text-align: left;
}
.resources-section .cards-grid .card-pages__item .card .card-info h4.card-title, .resources-section .cards-grid article.post-item .card .card-info h4.card-title {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27px;
}
.resources-section .cards-grid .card-pages__item .card .card-info .card-text .card-row, .resources-section .cards-grid article.post-item .card .card-info .card-text .card-row {
  display: flex;
  margin-bottom: 9px;
}
.resources-section .cards-grid .card-pages__item .card .card-info .card-text .card-row:last-child, .resources-section .cards-grid article.post-item .card .card-info .card-text .card-row:last-child {
  margin-bottom: 0;
}
.resources-section .cards-grid .card-pages__item .card .card-info .card-text .card-row .card-row-info, .resources-section .cards-grid article.post-item .card .card-info .card-text .card-row .card-row-info {
  color: #6a6c74;
  font-weight: 400;
  line-height: 130%;
  font-size: 16px !important;
}
@media (max-width: 1199px) {
  .resources-section .cards-grid .card-pages__item .card .card-info .card-text .card-row .card-row-info, .resources-section .cards-grid article.post-item .card .card-info .card-text .card-row .card-row-info {
    font-size: 14px !important;
  }
}
.resources-section .cards-grid .card-pages__item.post p, .resources-section .cards-grid article.post-item.post p {
  margin-bottom: 10px;
}
.resources-section .cards-grid .card-image-wrap.video-type {
  position: relative;
}
.resources-section .cards-grid .card-image-wrap.video-type::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(27, 43, 92, 0.5);
  z-index: 1;
}
.resources-section .cards-grid .card-image-wrap.video-type::after {
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  background-image: url(/wp-content/themes/blujay/images/iconfinder-icon.svg);
  background-size: cover;
  z-index: 2;
}
.resources-section .cards-grid.row-video .card-pages__item, .resources-section .cards-grid.row-video article.post-item {
  width: 23.5%;
  box-shadow: none;
}
@media (max-width: 1439px) {
  .resources-section .cards-grid.row-video .card-pages__item, .resources-section .cards-grid.row-video article.post-item {
    width: 23.8%;
  }
}
@media (max-width: 1023px) {
  .resources-section .cards-grid.row-video .card-pages__item, .resources-section .cards-grid.row-video article.post-item {
    width: 32.33%;
  }
}
@media (max-width: 767px) {
  .resources-section .cards-grid.row-video .card-pages__item, .resources-section .cards-grid.row-video article.post-item {
    width: 48%;
  }
}
@media (max-width: 479px) {
  .resources-section .cards-grid.row-video .card-pages__item, .resources-section .cards-grid.row-video article.post-item {
    width: 100%;
  }
}
.resources-section .cards-grid.row-video .card-pages__item .card-image-wrap::after, .resources-section .cards-grid.row-video article.post-item .card-image-wrap::after {
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.resources-section .cards-grid.row-video .card-pages__item .card-info, .resources-section .cards-grid.row-video article.post-item .card-info {
  padding-left: 0;
  padding-right: 0;
}
.resources-section .cards-grid.row-video .card-pages__item .card-info h4.card-title, .resources-section .cards-grid.row-video article.post-item .card-info h4.card-title {
  color: #727880;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}
.resources-section .text-group {
  margin-bottom: 60px;
}
.section-filter {
  padding: 120px 0 15px;
}
@media (max-width: 980px) {
  .section-filter {
    padding: 80px 0 0;
  }
}
.section-filter .base-row.row-filter, .section-filter .filters-row {
  max-width: 1618px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .section-filter .base-row.row-filter, .section-filter .filters-row {
    flex-wrap: wrap;
  }
}
.section-filter .base-row.row-filter h6, .section-filter .filters-row h6 {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.section-filter .base-row.row-filter .item-btn, .section-filter .filters-row .item-btn {
  display: flex;
  align-items: flex-end;
  max-width: 264px;
  width: 16.4%;
  position: relative;
}
@media (max-width: 980px) {
  .section-filter .base-row.row-filter .item-btn, .section-filter .filters-row .item-btn {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-filter .base-row.row-filter .item-btn > .filter-reset, .section-filter .filters-row .item-btn > .filter-reset {
  position: absolute;
  bottom: -60px;
  right: 0;
  color: #848484;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.section-filter .base-row.row-filter .item-btn > .filter-reset span, .section-filter .filters-row .item-btn > .filter-reset span {
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 15px;
  font-size: 25px;
}
.section-filter .base-row.row-filter .item-btn .btn-filter, .section-filter .filters-row .item-btn .btn-filter {
  max-height: 64px;
  width: 100%;
  min-width: 100%;
}
.section-filter .base-row.row-filter .item-filter:first-child, .section-filter .base-row.row-filter .item-filter:nth-child(2), .section-filter .base-row.row-filter .item-filter:nth-child(4), .section-filter .filters-row .item-filter:first-child, .section-filter .filters-row .item-filter:nth-child(2), .section-filter .filters-row .item-filter:nth-child(4) {
  width: 16%;
  max-width: 250px;
}
@media (max-width: 980px) {
  .section-filter .base-row.row-filter .item-filter:first-child, .section-filter .base-row.row-filter .item-filter:nth-child(2), .section-filter .base-row.row-filter .item-filter:nth-child(4), .section-filter .filters-row .item-filter:first-child, .section-filter .filters-row .item-filter:nth-child(2), .section-filter .filters-row .item-filter:nth-child(4) {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 980px) {
  .section-filter .base-row.row-filter .item-filter:first-child, .section-filter .base-row.row-filter .item-filter:nth-child(2), .section-filter .filters-row .item-filter:first-child, .section-filter .filters-row .item-filter:nth-child(2) {
    margin-bottom: 40px;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 980px) {
  .section-filter .base-row.row-filter .item-filter:nth-child(4), .section-filter .filters-row .item-filter:nth-child(4) {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
.section-filter .base-row.row-filter .item-search, .section-filter .filters-row .item-search {
  width: 24.7%;
}
@media (max-width: 980px) {
  .section-filter .base-row.row-filter .item-search, .section-filter .filters-row .item-search {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.section-filter .base-row.row-filter .item-search .input-search, .section-filter .filters-row .item-search .input-search {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 10px 2px;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #c3cbd6;
  color: #272629;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}
.section-filter .base-row.row-filter .item-search .input-search::placeholder, .section-filter .filters-row .item-search .input-search::placeholder {
  color: #b1b1b1;
}
.section-filter .base-row.row-filter .item-search .input-search:focus, .section-filter .filters-row .item-search .input-search:focus {
  outline: none;
}
.section-filter .base-row.row-filter .item-search .input-search:focus::placeholder, .section-filter .filters-row .item-search .input-search:focus::placeholder {
  color: transparent;
}
.section-filter .base-row.row-filter .select, .section-filter .base-row.row-filter .videos-filter-select, .section-filter .filters-row .select, .section-filter .filters-row .videos-filter-select {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
  min-width: 100%;
}
@media (max-width: 980px) {
  .section-filter .base-row.row-filter .select, .section-filter .base-row.row-filter .videos-filter-select, .section-filter .filters-row .select, .section-filter .filters-row .videos-filter-select {
    min-width: 100%;
  }
}
.section-filter .base-row.row-filter .select__head, .section-filter .filters-row .select__head {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 10px 2px;
  cursor: pointer;
  border-bottom: 1px solid #c3cbd6;
  color: #272629;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  color: #b1b1b1;
}
.section-filter .base-row.row-filter .select__head::after, .section-filter .filters-row .select__head::after {
  width: 15px;
  height: 8px;
  color: #909bab;
  background: url(/wp-content/themes/blujay/images/down_b_arrow_icon.svg) no-repeat center / cover;
  position: absolute;
  right: 2px;
  bottom: 50%;
  transform: translateY(50%);
  content: "";
  display: block;
  transition: 0.2s ease-in;
}
.section-filter .base-row.row-filter .select__head.open::after, .section-filter .filters-row .select__head.open::after {
  transform: translateY(50%) rotate(180deg);
}
.section-filter .base-row.row-filter .select__list, .section-filter .filters-row .select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
  scrollbar-width: thin;
  overscroll-behavior: contain;
  border: 1px solid #c3cbd6;
}
.section-filter .base-row.row-filter .select__list, .section-filter .filters-row .select__list {
  scrollbar-color: #999 #d1d1d1;
  scrollbar-width: thin;
}
.section-filter .base-row.row-filter .select__list::-webkit-scrollbar, .section-filter .filters-row .select__list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.section-filter .base-row.row-filter .select__list::-webkit-scrollbar-button, .section-filter .filters-row .select__list::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  background-color: aqua;
}
.section-filter .base-row.row-filter .select__list::-webkit-scrollbar-thumb, .section-filter .filters-row .select__list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #d1d1d1;
  width: 6px;
  height: 6px;
}
.section-filter .base-row.row-filter .select__list::-webkit-scrollbar-thumb:hover, .section-filter .filters-row .select__list::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.section-filter .base-row.row-filter .select__list .select__item, .section-filter .filters-row .select__list .select__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
  color: #272629;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
}
.section-filter .base-row.row-filter .select__list .select__item a, .section-filter .filters-row .select__list .select__item a {
  color: #272629;
}
.section-filter .base-row.row-filter .select__list .select__item:hover, .section-filter .filters-row .select__list .select__item:hover {
  background-color: #f2f9fe;
}
.archive-resources-section {
  padding-bottom: clamp(60px, 8.4126984127vw, 106px);
  background-color: #f8f8f8;
  /* Filter Section */
  /* Cards Grid and Columns */
}
.archive-resources-section.section-padding-top {
  padding-top: clamp(40px, 4.7619047619vw, 60px);
}
.archive-resources-section.section-padding-bottom {
  padding-bottom: clamp(40px, 4.7619047619vw, 60px);
}
.archive-resources-section.section-padding-both {
  padding-top: clamp(40px, 4.7619047619vw, 60px);
  padding-bottom: clamp(40px, 4.7619047619vw, 60px);
}
.archive-resources-section.section-padding-both-lg {
  padding-top: clamp(40px, 4.7619047619vw, 60px);
  padding-bottom: clamp(60px, 8.4126984127vw, 106px);
}
.archive-resources-section .archive-resources-filter-section {
  margin-bottom: 20px;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-filter-row {
  margin-bottom: 20px;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-filter-row--grid, .archive-resources-section .archive-resources-filter-section .archive-resources-filter-row--heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-filter-row--grid .filter-reset, .archive-resources-section .archive-resources-filter-section .archive-resources-filter-row--heading .filter-reset {
  margin-left: auto;
  margin-bottom: 10px;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-filter-row--grid .filter-reset .filter-reset-link, .archive-resources-section .archive-resources-filter-section .archive-resources-filter-row--heading .filter-reset .filter-reset-link {
  display: flex;
  align-items: center;
  color: #282828;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-filter-row--grid .filter-reset .filter-reset-link span, .archive-resources-section .archive-resources-filter-section .archive-resources-filter-row--heading .filter-reset .filter-reset-link span {
  display: inline-block;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-filter-row--grid .filter-reset .filter-reset-link__text, .archive-resources-section .archive-resources-filter-section .archive-resources-filter-row--heading .filter-reset .filter-reset-link__text {
  margin-right: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-filter-row--grid .filter-reset .filter-reset-link__icon, .archive-resources-section .archive-resources-filter-section .archive-resources-filter-row--heading .filter-reset .filter-reset-link__icon {
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-filter-row--heading {
  justify-content: space-between;
  margin-bottom: 0;
  margin-bottom: 5px;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-filter-title {
  margin-bottom: 20px;
  font-size: clamp(28px, 2.3611111111vw, 34px);
  font-weight: 300;
  line-height: 1.2058823;
  color: #000;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-search-container {
  display: flex;
  width: 100%;
  padding: 15px 20px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-search-container .input-search {
  display: block;
  width: 100%;
  margin-right: 20px;
  padding: 0;
  border: none;
  font-family: inherit;
  font-weight: 400;
  font-size: clamp(16px, 18px, 18px);
  line-height: 1.55;
  color: #282828;
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
}
.archive-resources-section .archive-resources-filter-section .archive-resources-search-container .input-search::placeholder {
  opacity: 0.5;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-search-container .input-search::-ms-clear, .archive-resources-section .archive-resources-filter-section .archive-resources-search-container .input-search::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-search-container .input-search::-webkit-search-decoration, .archive-resources-section .archive-resources-filter-section .archive-resources-search-container .input-search::-webkit-search-cancel-button, .archive-resources-section .archive-resources-filter-section .archive-resources-search-container .input-search::-webkit-search-results-button, .archive-resources-section .archive-resources-filter-section .archive-resources-search-container .input-search::-webkit-search-results-decoration {
  display: none;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-search-container .search-submit {
  background: none;
  border: none;
  padding: 0;
  font-weight: 400;
  font-size: clamp(16px, 18px, 18px);
  line-height: 1;
  color: #282828 !important;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-filter {
  margin-bottom: 10px;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-filter:not(:last-child) {
  margin-right: 20px;
}
.archive-resources-section .archive-resources-filter-section .styled_select {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #282828;
  border-radius: 25px;
}
.archive-resources-section .archive-resources-filter-section .styled_select__head {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 4px 9px;
  cursor: pointer;
}
.archive-resources-section .archive-resources-filter-section .styled_select__head span {
  display: inline-block;
  pointer-events: none;
}
.archive-resources-section .archive-resources-filter-section .styled_select__head-label {
  position: relative;
  margin-right: 5px;
  font-size: 14px;
  line-height: 17px;
  margin-right: 5px;
}
.archive-resources-section .archive-resources-filter-section .styled_select__head-val {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.archive-resources-section .archive-resources-filter-section .styled_select__head-val::after {
  content: "";
  position: static;
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
}
.archive-resources-section .archive-resources-filter-section .styled_select__head.open {
  z-index: 5;
  /* &::after {
						content: '';
						display: block;
						position: absolute;
						border-radius: 6px;
						background-color: $white;
						width: calc(100% - 4px);
						height: 30px;
						left: 2px;
						top: -4px;
						z-index: 3;
					} */
}
.archive-resources-section .archive-resources-filter-section .styled_select__head.open .styled_select__head-label {
  font-weight: 500;
  z-index: 4;
  background-color: #ffffff;
  box-shadow: 0 0 5px 5px white;
}
.archive-resources-section .archive-resources-filter-section .styled_select__head.open .styled_select__head-val {
  opacity: 0;
}
.archive-resources-section .archive-resources-filter-section .styled_select__list {
  position: absolute;
  left: -2px;
  top: -4px;
  display: none;
  margin: 0;
  padding: 35px 0 5px;
  min-width: calc(100% + 4px);
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 263px;
  overscroll-behavior: contain;
  z-index: 4;
  scrollbar-color: #999 #d1d1d1;
  scrollbar-width: thin;
}
.archive-resources-section .archive-resources-filter-section .styled_select__list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.archive-resources-section .archive-resources-filter-section .styled_select__list::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  background-color: aqua;
}
.archive-resources-section .archive-resources-filter-section .styled_select__list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #d1d1d1;
  width: 6px;
  height: 6px;
}
.archive-resources-section .archive-resources-filter-section .styled_select__list::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.archive-resources-section .archive-resources-filter-section .styled_select__item {
  display: block;
  padding: 3px 10px;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.2s ease-out;
  white-space: nowrap;
  text-transform: capitalize;
}
.archive-resources-section .archive-resources-filter-section .styled_select__item:hover {
  background-color: #f3f3f3;
}
.archive-resources-section .archive-resources-filter-section .styled_select__item--active {
  background-color: #ebebeb;
}
.archive-resources-section .archive-resources-filter-section .styled_select__item a {
  color: #282828;
}
.archive-resources-section .archive-resources-filter-section .styled_select__item.child_application {
  padding-left: 20px;
}
.archive-resources-section .archive-resources-filter-section .styled_select--borderless {
  background-color: transparent;
  border: none;
}
.archive-resources-section .archive-resources-filter-section .styled_select--borderless .styled_select__head-val {
  font-weight: 500;
  font-size: clamp(16px, 18px, 18px);
  line-height: 1.55;
  color: #282828;
}
.archive-resources-section .archive-resources-filter-section .styled_select--borderless .styled_select__head.open .styled_select__head-val {
  opacity: 1;
}
.archive-resources-section .archive-resources-filter-section .archive-resources-title {
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #282828;
}
.archive-resources-section .cards-grid--resources-archive {
  min-height: 220px;
}
.archive-resources-section .cards-grid--resources-archive:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 540px) {
  .archive-resources-section .cards-grid--resources-archive {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 20px;
    column-gap: 20px;
    height: auto;
    transform: none;
  }
}
.archive-resources-section .cards-grid .post-item, .archive-resources-section .cards-grid .grid-sizer {
  width: 100%;
}
@media (min-width: 540px) {
  .archive-resources-section .cards-grid .post-item, .archive-resources-section .cards-grid .grid-sizer {
    width: calc((100% - 20px) / 2);
  }
  .archive-resources-section .cards-grid .post-item.swiper-slide, .archive-resources-section .cards-grid .grid-sizer.swiper-slide {
    flex-shrink: unset;
    height: auto;
  }
}
@media (min-width: 991.98px) {
  .archive-resources-section .cards-grid .post-item, .archive-resources-section .cards-grid .grid-sizer {
    width: calc((100% - 60px) / 3);
  }
}
.archive-resources-section .cards-grid .gutter-sizer {
  width: 30px;
}
@media (min-width: 540px) {
  .archive-resources-section .cards-grid .gutter-sizer {
    width: 20px;
  }
}
@media (min-width: 999.98px) {
  .archive-resources-section .cards-grid .gutter-sizer {
    width: 30px;
  }
}
.archive-resources-section--search {
  padding-top: clamp(40px, 4.7619047619vw, 60px);
}
.featured-resources-aside__title {
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
}
.featured-resources-aside .featured-resources-grid {
  flex-direction: column;
  border: none;
  margin: 0;
}
@media (max-width: 980px) {
  .featured-resources-aside .featured-resources-grid {
    display: flex;
    flex-flow: row wrap;
  }
}
.featured-resources-aside .featured-resources-grid .post-item {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.3s ease-out;
}
@media (min-width: 540px) and (max-width: 980px) {
  .featured-resources-aside .featured-resources-grid .post-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .featured-resources-aside .featured-resources-grid .post-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 539px) {
  .featured-resources-aside .featured-resources-grid .post-item {
    max-width: 345px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.featured-resources-aside .featured-resources-grid .post-item:hover, .featured-resources-aside .featured-resources-grid .post-item:focus {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.featured-resources-aside .featured-resources-grid .resource-item {
  display: block;
}
.featured-resources-aside .featured-resources-grid .card .card-media-content {
  position: relative;
}
.featured-resources-aside .featured-resources-grid .card .card-media-content .card-media-wrap {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
@media (max-width: 390px) {
  .featured-resources-aside .featured-resources-grid .card .card-media-content .card-media-wrap {
    padding-top: 57.692307%;
  }
}
.featured-resources-aside .featured-resources-grid .card .card-media-content img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.featured-resources-aside .featured-resources-grid .card .card-media-content .video-play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: clamp(50px, 4.8611111111vw, 70px);
  height: clamp(50px, 4.8611111111vw, 70px);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.featured-resources-aside .featured-resources-grid .card .card-media-content .video-play-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  opacity: 0.9;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.featured-resources-aside .featured-resources-grid .card .card-media-content .video-play-btn .video-play-btn-icon {
  display: inline-flex;
  margin-left: 5px;
  width: 30px;
  height: 26px;
  color: #282828;
}
.featured-resources-aside .featured-resources-grid .card .card-media-content .video-play-btn .video-play-btn-icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.featured-resources-aside .featured-resources-grid .card .card-media-content:hover .video-play-btn::before, .featured-resources-aside .featured-resources-grid .card .card-media-content:focus .video-play-btn::before {
  box-shadow: 0 0 0 6px #ffffff;
  opacity: 1;
}
.featured-resources-aside .featured-resources-grid .card-media-content img {
  width: 100%;
  height: auto;
}
.post-external-media-wrap {
  position: relative;
  margin: clamp(30px, 3.8888888889vw, 60px) 0;
}
.post-external-media-wrap img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.contact__section1 {
  padding-top: clamp(50px, 7.2916666667vw, 105px);
  padding-bottom: clamp(60px, 8.3333333333vw, 120px);
  background-color: #f8f8f8;
  position: relative;
  z-index: 12;
}
.contact__row1 {
  display: flex;
  gap: 94px;
}
@media (max-width: 1199px) {
  .contact__row1 {
    gap: 30px;
  }
}
@media (max-width: 980px) {
  .contact__row1 {
    flex-direction: column;
    gap: 50px;
  }
}
.contact__info {
  flex: 100;
  display: flex;
  gap: 9%;
}
@media (max-width: 767px) {
  .contact__info {
    display: block;
  }
}
.contact__ibox {
  width: 45.4%;
  flex: none;
}
@media (max-width: 767px) {
  .contact__ibox {
    width: 100%;
    margin-bottom: 40px;
  }
  .contact__ibox:last-child {
    margin-bottom: 0;
  }
}
.ibox .light {
  color: #ccc;
}
.ibox__img {
  height: clamp(64px, 5.6944444444vw, 82px);
}
.ibox__img img {
  display: block;
}
.ibox__title {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  line-height: calc(29 / 24);
}
.ibox__excerpt {
  font-size: 16px;
  line-height: 160%;
  opacity: 0.7;
  margin-bottom: 24px;
}
.ibox__extrainfo p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin: 0 0 10px;
}
.ibox__extrainfo p:last-child {
  margin-bottom: 24px;
}
.ibox__extrainfo p a {
  font-weight: 400;
}
.ibox__phones_item {
  margin-bottom: 20px;
  display: flex;
}
.ibox__phones_item:last-child {
  margin-bottom: 0;
}
.ibox__phones_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 19px 10px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  transition: all 0.3s ease-out 0s;
  color: #282828;
}
.ibox__phones_item a:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}
.ibox__phones_item span {
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin-right: 10px;
}
.ibox__phones_item span:last-child {
  margin-right: 0;
}
.ibox__phones_item img {
  display: block;
}
.contact__form {
  flex: 102;
}
@media (min-width: 981px) {
  .contact__form {
    margin-top: -324px;
  }
}
@media (min-width: 1201px) {
  .contact__form {
    margin-top: -380px;
  }
}
@media (min-width: 1600px) {
  .contact__form {
    margin-top: -404px;
  }
}
.contact__form_wrap {
  background-color: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding-left: clamp(20px, 2.7777777778vw, 40px);
  padding-top: clamp(20px, 2.5vw, 36px);
  padding-right: clamp(20px, 2.7777777778vw, 40px);
  padding-bottom: clamp(20px, 2.7777777778vw, 40px);
}
.contact__form_title {
  margin: 0;
  margin-bottom: clamp(20px, 1.875vw, 27px);
  font-weight: 500;
  font-size: clamp(22px, 1.6666666667vw, 24px);
  line-height: calc(29 / 24);
}
.global-offices {
  padding-top: clamp(60px, 7.7777777778vw, 112px);
  padding-bottom: 18px;
}
.go__header {
  max-width: 760px;
  margin: 0 auto clamp(40px, 5.5555555556vw, 80px);
  text-align: center;
}
.go__title {
  margin: 0 0 clamp(20px, 2.3611111111vw, 34px);
}
.go__parag {
  margin: 0;
}
.go__content_item {
  margin-bottom: clamp(50px, 5.8333333333vw, 84px);
}
.go__content_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 clamp(28px, 2.9861111111vw, 43px);
  font-weight: 300;
  font-size: clamp(25px, 2.3611111111vw, 34px);
  line-height: calc(41 / 34);
  color: #000;
}
.go__content_title i img {
  display: block;
}
.go__content_title span {
  margin-left: 20px;
}
.go__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.go__list_itemwrap {
  width: 25%;
  padding: 0 10px 20px;
  min-height: 340px;
}
@media (max-width: 1199px) {
  .go__list_itemwrap {
    width: 33.33%;
  }
}
@media (max-width: 980px) {
  .go__list_itemwrap {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .go__list_itemwrap {
    width: 100%;
  }
}
.go__list_item {
  border: 1px solid #ebebeb;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  min-height: 100%;
}
.go__list_img {
  position: relative;
  height: 120px;
}
.go__list_img img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.go__list_img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(83.1deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}
.go__list_title {
  color: #ffffff;
  padding: 0 20px 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: calc(29 / 24);
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.go__list_content {
  padding: 20px;
}
.go__list_name {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin: 0 0 10px;
}
.go__list_citem {
  display: flex;
  margin-bottom: 7px;
}
.go__list_citem:last-child {
  margin-bottom: 1px;
}
.go__list_citem p {
  margin: 0 0 10px;
}
.go__list_icon {
  flex: none;
  width: 16px;
  text-align: center;
  margin-right: 5px;
  line-height: 1.2;
}
.go__list_text {
  font-size: 14px;
  line-height: calc(21 / 14);
}
.media-text-section.full_width_header + .contact .global-offices {
  padding-top: 0;
}
.single_header {
  background-color: #517222;
  color: #ffffff;
  overflow: hidden;
}
.single_header .base-row {
  max-width: 1260px;
}
.single_header a {
  color: #ffffff;
}
.post-section--resource .single_header {
  position: relative;
  background-color: #4d3075;
  z-index: 1;
}
.post-section--resource .single_header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 21.875%;
  width: 36%;
  min-width: 150px;
  height: 100%;
  background-image: url("/wp-content/uploads/2022/09/single_post__decor_bg.png");
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}
@media (min-width: 576px) {
  .post-section--resource .single_header::before {
    width: 32%;
  }
}
@media (min-width: 991.98px) {
  .post-section--resource .single_header::before {
    width: 21.875%;
    min-width: 420px;
  }
}
.post-section--resource .single_header.background-sage {
  background-color: #a3ca8c;
}
.post-section--resource .single_header.background-sage-medium {
  background-color: #80994d;
}
.post-section--resource .single_header.background-sage-dark {
  background-color: #517222;
}
.post-section--resource .single_header.background-cadet {
  background-color: #97baba;
}
.post-section--resource .single_header.background-cadet-medium {
  background-color: #3d8080;
}
.post-section--resource .single_header.background-cadet-dark {
  background-color: #1e5b67;
}
.post-section--resource .single_header.background-violet {
  background-color: #b9ace8;
}
.post-section--resource .single_header.background-violet-medium {
  background-color: #7239a4;
}
.post-section--resource .single_header.background-violet-dark {
  background-color: #4d3075;
}
.post-section--resource .single_header.background-gold {
  background-color: #e8ce96;
}
.post-section--resource .single_header.background-gold-medium {
  background-color: #c69a3f;
}
.post-section--resource .single_header.background-gold-dark {
  background-color: #8e7029;
}
.post-section--resource .single_header.background-gold-megalightest {
  background-color: #faf6f0;
}
.post-section--resource .single_header.background-white {
  background-color: #ffffff;
}
.post-section--resource .single_header.background-carbon {
  background-color: #282828;
}
.post-section--resource .single_header.background-carbon-light {
  background-color: #ebebeb;
}
.post-section--resource .single_header.background-carbon-medium {
  background-color: #ccc;
}
.post-section--resource .single_header.background-azure {
  background-color: #ecf3f3;
}
.post-section--resource .single_header.background-panache {
  background-color: #f3f9ef;
}
.post-section--resource .single_header.background-grey-light {
  background-color: #eaeef3;
}
.post-section--resource .single_header.background-blue-lightest {
  background-color: #f5f4f8;
}
.post-section--resource .single_header__content {
  padding-top: clamp(50px, 6.3888888889vw, 92px);
  padding-bottom: clamp(50px, 6.3888888889vw, 92px);
}
.post-section--resource .single_header.single_header_with_img:before {
  content: none;
}
.post-section--resource .single_header.single_header_with_img + .post-row {
  max-width: 1440px;
}
.post-section--resource .single_header.single_header_with_img .base-row {
  max-width: 1440px;
}
.post-section--resource .single_header.single_header_with_img .single_header-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .post-section--resource .single_header.single_header_with_img .single_header-container {
    display: block;
  }
}
.post-section--resource .single_header.single_header_with_img .single_header-container .single_header__content {
  width: 77%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 54px;
  position: relative;
  z-index: 3;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .post-section--resource .single_header.single_header_with_img .single_header-container .single_header__content {
    width: 100%;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px !important;
    justify-content: center !important;
    position: relative;
    min-height: 340px;
    z-index: 5;
  }
}
@media (max-width: 479px) {
  .post-section--resource .single_header.single_header_with_img .single_header-container .single_header__content {
    min-height: 300px;
  }
}
.post-section--resource .single_header.single_header_with_img .single_header-container .single_header__banner {
  width: 23%;
}
@media (max-width: 767px) {
  .post-section--resource .single_header.single_header_with_img .single_header-container .single_header__banner {
    margin-left: -6%;
    margin-right: -6%;
    position: absolute;
    width: 112%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.post-section--resource .single_header.single_header_with_img .single_header-container .single_header__banner .single_header__banner-fix {
  width: calc((100vw - 235%) / 2);
  height: 100%;
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .post-section--resource .single_header.single_header_with_img .single_header-container .single_header__banner .single_header__banner-fix {
    width: 100%;
  }
}
.post-section--resource .single_header.single_header_with_img .single_header-container .single_header__banner .single_header__banner-fix .single_header__banner-img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.post-section--resource .single_header.single_header_with_img .decor-line {
  width: 54vw;
  position: absolute;
  left: 0;
}
.post-section--resource .single_header.single_header_with_img .decor-line.decor-line--bottom {
  bottom: 0;
}
.post-section--resource .single_header__bg_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.1));
}
@media (max-width: 767px) {
  .post-section--resource .single_header__bg_img {
    -webkit-mask-image: unset;
    opacity: 0.2;
  }
}
.post-section--resource .single_header_author__date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 480px) {
  .post-section--resource .single_header_author__date {
    flex-direction: column;
    align-items: flex-start;
  }
}
.post-section--resource .single_header_author__date .date-separator {
  display: inline-block;
  margin: 0 4px;
}
@media (max-width: 480px) {
  .post-section--resource .single_header_author__date .date-separator {
    display: none;
  }
}
.post-section--resource .post__row {
  margin-top: clamp(40px, 4.1666666667vw, 60px);
  margin-bottom: clamp(40px, 8.3333333333vw, 120px);
}
.post-section--resource .post__content {
  margin-top: clamp(10px, 15px, 20px);
}
@media (max-width: 1199px) {
  .post-section--resource .post__content {
    width: calc(100% - 320px);
  }
}
@media (max-width: 980px) {
  .post-section--resource .post__content {
    width: 100%;
  }
}
.post-section--resource .post__content p {
  margin-top: 0;
}
.post-section--resource .post__content p:last-child {
  margin-bottom: 0;
}
.post-section--resource .post__content .post-share {
  display: none;
}
.post-section--resource .post__aside .post-share {
  margin-bottom: clamp(30px, 3.8888888889vw, 60px);
}
.post-section--resource .post__aside .post-share:last-child {
  margin-bottom: 0;
  display: block;
}
.post-section--resource .post-webinar-form {
  margin-bottom: clamp(30px, 3.8888888889vw, 60px);
  background-color: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding-left: clamp(20px, 2.0833333333vw, 30px);
  padding-top: clamp(20px, 1.8055555556vw, 26px);
  padding-right: clamp(20px, 2.0833333333vw, 30px);
  padding-bottom: clamp(20px, 2.0833333333vw, 30px);
  /* Webinar Form Styles */
}
.post-section--resource .post-webinar-form .post-webinar-form-title {
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
  font-weight: 400;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  line-height: calc(29 / 24);
}
.post-section--resource .post-webinar-form .mktoForm .mktoFormRow {
  margin-bottom: 20px;
}
.post-section--resource .post-webinar-form .mktoForm .mktoLabel {
  width: auto !important;
  padding: 0;
  margin-bottom: 5px;
  font-weight: 500;
}
.post-section--resource .post-webinar-form .mktoForm input[type="text"], .post-section--resource .post-webinar-form .mktoForm input[type="url"], .post-section--resource .post-webinar-form .mktoForm input[type="email"], .post-section--resource .post-webinar-form .mktoForm input[type="tel"], .post-section--resource .post-webinar-form .mktoForm input[type="number"], .post-section--resource .post-webinar-form .mktoForm input[type="date"], .post-section--resource .post-webinar-form .mktoForm select.mktoField, .post-section--resource .post-webinar-form .mktoForm textarea.mktoField {
  padding-top: 7px;
  padding-bottom: 7px;
  height: auto !important;
  font-family: "Graphik", sans-serif;
  line-height: 1;
  background-color: #ffffff !important;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.post-section--resource .post-webinar-form .mktoForm .mktoError {
  top: calc(100% + 3px);
}
.post-section--resource .post-webinar-form .mktoForm .mktoErrorMsg {
  font-size: 11px;
  line-height: 1;
  font-family: "Graphik", sans-serif;
  font-weight: 300;
}
.post-section--resource .post-webinar-form .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
  display: inline-block;
  max-width: 100%;
  padding: 12px 28px 14px !important;
  background-color: #282828 !important;
  border: 2px solid #282828 !important;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px !important;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
  text-shadow: none;
  color: #ffffff !important;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media (max-width: 980px) {
  .post-section--resource .post-webinar-form .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
    padding: 10px 24px 12px !important;
  }
}
@media (max-width: 479px) {
  .post-section--resource .post-webinar-form .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
    padding: 7px 18px 9px !important;
  }
}
@media (max-width: 359px) {
  .post-section--resource .post-webinar-form .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
.post-section--resource .post-webinar-form .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton:hover, .post-section--resource .post-webinar-form .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton:focus {
  background-color: transparent !important;
  color: #282828 !important;
}
.post-section--resource .post-webinar-form .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton::before {
  content: none;
}
.single_header__content {
  width: 1040px;
  max-width: 100%;
  padding-top: clamp(40px, 4.1666666667vw, 60px);
  padding-bottom: clamp(40px, 5.2083333333vw, 75px);
}
@media (min-width: 1600px) {
  .single_header__content {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.single_header__cats {
  font-size: 22px;
  line-height: calc(29 / 22);
  margin-bottom: 20px;
}
.single_header__title {
  font-weight: 300;
  font-size: clamp(32px, 2.9166666667vw, 42px);
  line-height: calc(50 / 42);
  margin: 0 0 20px;
}
.single_header__title:first-child {
  margin-top: clamp(15px, 2.0833333333vw, 30px);
}
.single-header__btn-wrap {
  margin-top: 20px;
  margin-bottom: clamp(15px, 2.0833333333vw, 30px);
}
.single-header__btn-wrap + .read_time {
  display: none;
}
.read_time {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: clamp(15px, 2.0833333333vw, 30px);
}
.single_header_author {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.single_header_author__ava {
  width: 60px;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
}
.single_header_author__ava img {
  display: block;
  width: 100%;
}
.single_header_author__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  padding-bottom: 5px;
}
.single_header_author__date {
  font-size: 14px;
  font-weight: 300;
  line-height: calc(21 / 14);
  opacity: 0.7;
}
.post-row {
  max-width: 1260px;
}
.link-video {
  display: block;
  position: relative;
  overflow: hidden;
}
.link-video::after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff url(../img/play-small.svg) no-repeat 61% center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
  z-index: 3;
  opacity: 0.9;
}
.link-video:hover::after {
  box-shadow: 0 0 0 10px #ffffff;
  opacity: 1;
}
.post__row {
  margin-top: clamp(40px, 3.8888888889vw, 56px);
  margin-bottom: clamp(60px, 8.3333333333vw, 120px);
  display: flex;
  gap: 60px;
}
@media (max-width: 1439px) {
  .post__row {
    gap: 30px;
  }
}
@media (max-width: 980px) {
  .post__row {
    flex-direction: column;
    gap: 40px;
  }
}
.post__content {
  flex: none;
  width: calc(100% - 460px);
}
@media (max-width: 1439px) {
  .post__content {
    width: calc(100% - 430px);
  }
}
@media (max-width: 980px) {
  .post__content {
    width: 100%;
  }
}
.post__content figure {
  width: auto !important;
}
.post__content h2.small {
  font-weight: 400;
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 24px !important;
}
@media (max-width: 1199px) {
  .post__content h2.small {
    font-size: 23px !important;
  }
}
@media (max-width: 980px) {
  .post__content h2.small {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .post__content h2.small {
    font-size: 21px !important;
  }
}
@media (max-width: 479px) {
  .post__content h2.small {
    font-size: 20px !important;
  }
}
.post__content h2.small:first-child {
  margin-top: 0;
}
.post__content h2.small strong {
  font-weight: 500;
}
.post__content h3 {
  font-weight: 500;
  font-size: clamp(28px, 2.3611111111vw, 34px);
  line-height: 41px;
  color: #282828;
  margin: 40px 0 24px;
}
.post__content h3:first-child {
  margin-top: 0;
}
.post__content h3.small {
  font-weight: 400;
  line-height: 1.31;
  margin-top: clamp(14px, 1.3888888889vw, 20px);
  margin-bottom: clamp(14px, 1.3888888889vw, 20px);
  font-size: 22px !important;
}
@media (max-width: 1199px) {
  .post__content h3.small {
    font-size: 21px !important;
  }
}
@media (max-width: 980px) {
  .post__content h3.small {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .post__content h3.small {
    font-size: 19px !important;
  }
}
@media (max-width: 479px) {
  .post__content h3.small {
    font-size: 18px !important;
  }
}
.post__content h3.small strong {
  font-weight: 500;
}
.post__content h3.small:first-child {
  margin-top: 0;
}
.post__content p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .post__content p {
    margin-bottom: 24px;
  }
}
.post__content p.small {
  font-size: 14px;
  line-height: calc(21 / 14);
}
.post__content p a {
  color: #7239a4;
}
.post__content p a:hover {
  color: #bc7df3;
}
.post__content h4 {
  font-weight: 500;
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  margin-bottom: 20px;
}
.post__content .blog-img {
  display: block;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .post__content .blog-img {
    padding: 0;
  }
}
.post__content .wp-caption {
  padding: 13px 0 0;
  margin-bottom: clamp(30px, 2.7777777778vw, 40px);
}
@media (max-width: 767px) {
  .post__content .wp-caption {
    padding-top: 0;
  }
}
.post__content .wp-caption-text {
  text-align: left;
  margin: 6px 0 0;
  font-size: 14px;
  line-height: calc(21 / 14);
  color: #282828;
  opacity: 0.7;
}
.post__content h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin: 40px 0 20px;
}
@media (max-width: 767px) {
  .post__content h6 {
    margin-top: 30px;
  }
}
.post__content .simplelist {
  margin-top: 24px;
  margin-bottom: 28px;
}
.post__content .simplelist li {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  padding-bottom: 13px;
  color: #282828;
}
.post__content .simplelist li:last-child {
  padding-bottom: 0;
}
.post__content .post-share {
  padding-top: 10px;
}
.entry-content blockquote, .top-bottom-decor {
  margin: 60px 0 50px;
  position: relative;
  padding: 24px 10px 36px;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-content blockquote, .top-bottom-decor {
    padding: 19px 0 31px;
    margin: 40px 0;
  }
}
.entry-content blockquote p, .top-bottom-decor p {
  margin: 0;
  font-weight: 300;
  font-size: clamp(24px, 2.3611111111vw, 34px);
  line-height: calc(41 / 34);
}
.entry-content blockquote::before, .top-bottom-decor::before {
  content: "";
  display: block;
  position: absolute;
  width: clamp(100px, 18.0555555556vw, 260px);
  height: 6px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #80994d;
}
@media (max-width: 479px) {
  .entry-content blockquote::before, .top-bottom-decor::before {
    height: 4px;
  }
}
.entry-content blockquote::after, .top-bottom-decor::after {
  content: "";
  display: block;
  position: absolute;
  width: clamp(100px, 18.0555555556vw, 260px);
  height: 6px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #80994d;
}
@media (max-width: 479px) {
  .entry-content blockquote::after, .top-bottom-decor::after {
    height: 4px;
  }
}
.entry-content blockquote.sage-medium::before, .entry-content blockquote.sage-medium::after, .top-bottom-decor.sage-medium::before, .top-bottom-decor.sage-medium::after {
  background-color: #80994d;
}
.entry-content blockquote.gold-medium::before, .entry-content blockquote.gold-medium::after, .top-bottom-decor.gold-medium::before, .top-bottom-decor.gold-medium::after {
  background-color: #c69a3f;
}
.entry-content blockquote.cadet-medium::before, .entry-content blockquote.cadet-medium::after, .top-bottom-decor.cadet-medium::before, .top-bottom-decor.cadet-medium::after {
  background-color: #3d8080;
}
.entry-content blockquote.violet-medium::before, .entry-content blockquote.violet-medium::after, .top-bottom-decor.violet-medium::before, .top-bottom-decor.violet-medium::after {
  background-color: #7239a4;
}
.entry-content blockquote.carbon-medium::before, .entry-content blockquote.carbon-medium::after, .top-bottom-decor.carbon-medium::before, .top-bottom-decor.carbon-medium::after {
  background-color: #ccc;
}
.entry-content blockquote.accent-text, .accent-text {
  color: #ffffff;
  margin: 20px 0;
  padding: 36px 40px 44px;
  text-align: center;
}
.entry-content blockquote.accent-text p, .accent-text p {
  margin: 0;
  font-weight: 300;
  font-size: clamp(24px, 2.3611111111vw, 34px);
  line-height: calc(41 / 34);
  color: #ffffff;
  letter-spacing: 0;
}
.post__aside {
  width: 400px;
  flex: none;
}
@media (max-width: 1199px) {
  .post__aside {
    width: 320px;
  }
}
@media (max-width: 980px) {
  .post__aside {
    width: 100%;
  }
  .post__aside .post-share {
    display: none;
  }
}
.post__aside .post-share {
  margin-bottom: clamp(30px, 3.8888888889vw, 56px);
}
.post__aside .featposts__items {
  width: 100%;
}
.post__aside .featpostslist__item {
  margin-bottom: 20px;
}
.post__aside .featpostslist__item:last-child {
  margin-bottom: 0;
}
.post-share .heateor_sss_sharing_title {
  font-weight: 500 !important;
  font-size: 15px;
  line-height: calc(22 / 15);
  margin-bottom: 16px;
}
.post-share div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul {
  display: flex;
}
.post-share div.heateor_sss_follow_ul a, .post-share div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
  transition: all 0.3s ease-out 0s;
  margin: 0 10px 0 0;
  float: none;
}
.post-share div.heateor_sss_follow_ul a .heateor_sss_svg, .post-share div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a .heateor_sss_svg {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out 0s;
}
.post-share div.heateor_sss_follow_ul a .heateor_sss_svg svg, .post-share div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a .heateor_sss_svg svg {
  height: 28px;
}
.post-share div.heateor_sss_follow_ul a .heateor_sss_svg svg path, .post-share div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a .heateor_sss_svg svg path {
  transition: all 0.3s ease-out 0s;
}
.featposts__itemstitle {
  font-weight: 400;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  line-height: calc(29 / 24);
  color: #000;
  margin-bottom: clamp(20px, 2.2222222222vw, 32px);
}
.post-section .recent-news-section .base-row {
  max-width: 1260px;
}
.post-section .recent-news-section .text-group-heading {
  font-size: clamp(28px, 2.3611111111vw, 34px);
  line-height: calc(41 / 34);
  margin-bottom: 20px;
}
.tribe-common.tribe-events .tribe-events-l-container {
  padding: clamp(40px, 3.6805555556vw, 53px) 0;
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
}
.tribe-common h1 {
  font-weight: 300;
  font-size: clamp(40px, 4.1666666667vw, 60px);
  line-height: calc(72 / 60);
  margin-bottom: clamp(25px, 2.5694444444vw, 37px);
}
@media (max-width: 479px) {
  .tribe-common h1 {
    margin-bottom: 20px;
  }
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search {
  position: relative;
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search .tribe-events-c-search__input-control {
  position: static;
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search .tribe-events-c-search__input-control-icon-svg {
  left: auto;
  right: 20px;
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search .tribe-events-c-search__input-control-icon-svg path {
  fill: #282828;
}
@media (max-width: 767px) {
  .tribe-common.tribe-events .tribe-events-c-events-bar__search .tribe-events-c-search__input-control-icon-svg {
    right: 0;
  }
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search .tribe-common-c-btn, .tribe-common.tribe-events .tribe-events-c-events-bar__search a.tribe-common-c-btn {
  width: 58px;
  height: 58px;
  padding: 0;
  background: none;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .tribe-common.tribe-events .tribe-events-c-events-bar__search .tribe-common-c-btn, .tribe-common.tribe-events .tribe-events-c-events-bar__search a.tribe-common-c-btn {
    margin: 0;
    width: 28px;
  }
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search .tribe-common-form-control-text__input {
  font-size: 18px;
  line-height: calc(28 / 18);
  padding: 15px 5px 15px 20px;
  color: #282828;
}
@media (max-width: 767px) {
  .tribe-common.tribe-events .tribe-events-c-events-bar__search .tribe-common-form-control-text__input {
    padding: 10px 5px 10px 0;
  }
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search .tribe-common-form-control-text__input.placeholder {
  opacity: 0.5;
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search .tribe-common-form-control-text__input:-moz-placeholder {
  opacity: 0.5;
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search .tribe-common-form-control-text__input::-moz-placeholder {
  opacity: 0.5;
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search .tribe-common-form-control-text__input:-ms-input-placeholder {
  opacity: 0.5;
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search .tribe-common-form-control-text__input::-webkit-input-placeholder {
  opacity: 0.5;
}
.tribe-common.tribe-events .tribe-events-c-events-bar--border {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: none;
  margin-bottom: clamp(25px, 2.2916666667vw, 33px);
}
@media (max-width: 767px) {
  .tribe-common.tribe-events .tribe-events-c-events-bar--border {
    margin-bottom: 0 !important;
  }
}
.tribe-events .tribe-events-header {
  margin-bottom: 33px;
}
.views-topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .views-topbar-row {
    margin-bottom: 33px !important;
  }
}
.tribe-common.tribe-events .tribe-events-header__top-bar {
  margin: 0;
  flex: none;
  width: auto !important;
}
@media (max-width: 767px) {
  .tribe-common.tribe-events .tribe-events-header__top-bar {
    flex: 2;
    margin-left: 10px;
  }
}
.tribe-events .tribe-events-c-top-bar__nav-list {
  display: none;
}
.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
  order: 2;
  margin: 0 0 0 8px !important;
  font-size: 14px;
  line-height: calc(17 / 14);
  color: #282828;
  padding: 4px 15px 6px !important;
  border-radius: 25px;
  border: 2px solid #ebebeb;
  font-family: Graphik;
}
.tribe-common .tribe-common-c-btn-border-small:hover, .tribe-common a.tribe-common-c-btn-border-small:hover {
  border-color: #282828;
}
.tribe-common.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
  width: 7px;
  height: 5px;
  margin-left: 5px;
  margin-top: 2px;
}
.tribe-common.tribe-common .tribe-common-h3 {
  font-weight: 500;
  font-size: 18px !important;
  line-height: 155%;
  color: #282828;
  font-family: Graphik;
}
@media (min-width: 768px) {
  .tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
.tribe-events .tribe-events-c-view-selector__button--active:before {
  display: none;
}
.tribe-events .tribe-events-c-view-selector__content {
  right: auto;
  left: 0;
}
.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
  height: auto;
  display: none;
}
.customselect__wrapper {
  height: 33px;
  margin-right: clamp(14px, 1.3888888889vw, 20px) !important;
}
.customselect__wrapper:last-child {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .customselect__wrapper {
    margin-right: 0 !important;
    margin-bottom: 12px !important;
  }
  .customselect__wrapper:last-child {
    margin-bottom: 0 !important;
  }
}
.customselect {
  position: relative;
  border: 2px solid #282828 !important;
  border-radius: 17px;
  background-color: #ffffff;
  z-index: 4;
}
.customselect ul, .customselect .ul {
  position: absolute;
  left: -2px;
  top: -4px;
  opacity: 0;
  visibility: hidden;
  padding: 35px 0 5px;
  background-color: #ffffff;
  width: calc(100% + 4px);
  max-height: 263px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease-out 0s;
}
.customselect li, .customselect .li {
  font-size: 13px;
  padding: 8px 10px !important;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  display: block;
  color: #282828;
  line-height: 1.1;
  text-transform: capitalize;
}
.customselect li:hover, .customselect .li:hover {
  background-color: #f3f3f3;
}
.customselect li.tribe-events-c-view-selector__list-item--active, .customselect .li.tribe-events-c-view-selector__list-item--active {
  background-color: #ebebeb;
}
.customselect.open {
  z-index: 5;
  position: relative;
}
.customselect.open::before {
  content: "";
  width: calc(100% - 6px);
  height: 35px;
  position: absolute;
  top: -3px;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.customselect.open .selecttitle__label {
  font-weight: 500;
  z-index: 8;
}
.customselect.open ul, .customselect.open .ul {
  display: block !important;
  opacity: 1;
  visibility: visible;
  min-width: 150px;
  overflow: auto;
}
.customselect.open ul::-webkit-scrollbar, .customselect.open .ul::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.customselect.open ul::-webkit-scrollbar-thumb, .customselect.open .ul::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #d1d1d1;
  width: 6px;
}
.customselect.open ul::-webkit-scrollbar-thumb:hover, .customselect.open .ul::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.selecttitle__wrapper {
  display: flex;
}
.selecttitle__toggler {
  display: flex;
  padding: 4px 10px 6px !important;
  min-width: 150px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .selecttitle__toggler {
    justify-content: space-between;
  }
}
.selecttitle__label {
  font-size: 14px;
  line-height: 17px;
  margin-right: 5px !important;
  position: relative;
  z-index: -1;
  white-space: nowrap;
}
.selecttitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  z-index: -1;
  white-space: nowrap;
}
.selecttitle::after {
  content: "";
  display: inline-block;
  font-size: 12px;
  position: static;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
}
.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
  padding: 0;
}
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
  font-weight: 400;
}
.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  display: none;
}
.tribe-events .tribe-events-c-events-bar__search-button {
  margin: 0 0 0 6px;
}
@media (max-width: 767px) {
  .tribe-events .tribe-events-c-events-bar__search-form {
    display: flex;
  }
  .tribe-events-c-search__input-group {
    flex: 2;
  }
  .tribe-events .tribe-events-c-events-bar__search-container {
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    box-shadow: var(--tec-box-shadow-tooltip);
    padding: 10px 15px 6px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 479px) {
  .tribe-events .datepicker {
    left: -50px !important;
    margin-right: 15px;
  }
}
.tribe-events .tribe-events-calendar-day__type-separator, .tribe-events .tribe-events-calendar-list__month-separator {
  margin-bottom: 30px;
}
.tribe-common.tribe-common .tribe-common-h6--min-medium {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  font-family: Graphik;
}
@media (max-width: 767px) {
  .tribe-common.tribe-common .tribe-common-h6--min-medium {
    font-size: 16px;
  }
}
.tribe-events .tribe-events-calendar-list__month-separator:after {
  background-color: #ccc;
}
@media (max-width: 767px) {
  .tribe-events .tribe-events-calendar-list__month-separator:after {
    margin-left: 10px;
  }
}
.tribe-events-calendar-list__item {
  margin-bottom: 30px !important;
}
.tribe-common.tribe-events .tribe-events-calendar-list__event-row {
  margin: 0 !important;
  padding: 20px;
  position: relative;
  display: block;
}
.tribe-common.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
  padding: 0;
}
.tribe-common.tribe-events .tribe-events-calendar-day__event, .tribe-common.tribe-events .tribe-events-calendar-list__event {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 !important;
  padding: 0 !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:before {
  display: none;
}
.tribe-common.tribe-events .tribe-events-calendar-day__event-featured-image-wrapper, .tribe-common.tribe-common .tribe-common-g-row--gutters > .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 350px;
  max-width: 100%;
  height: 200px;
  position: relative;
  background: #d9d9d9;
  border-radius: 6px;
  overflow: hidden;
  padding: 0;
}
.tribe-common img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s ease-out 0s;
}
.tribe-events .tribe-events-calendar-list__event-featured-image-link:focus, .tribe-events .tribe-events-calendar-list__event-featured-image-link:hover {
  opacity: 1;
}
.tribe-events .tribe-events-calendar-list__event-featured-image-link:focus img, .tribe-events .tribe-events-calendar-list__event-featured-image-link:hover img {
  transform: scale(1.05);
}
.tribe-common.tribe-events .tribe-events-calendar-day__event-content, .tribe-common.tribe-events .tribe-events-calendar-list__event-details {
  width: auto;
  padding: 8px 0 0 clamp(10px, 3.4722222222vw, 50px) !important;
  flex: 2;
}
.date_tag__box {
  position: absolute;
  min-width: 102px;
  background-color: #ffffff;
  border-radius: 6px;
  top: 52px;
  left: 52px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  display: block;
  padding: 14px 16px 24px 22px;
  text-align: left;
  color: #3d8080;
}
.date_tag__box .tribe-events-calendar-list__event-date-tag-daynum {
  display: block;
  font-weight: 300;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 6px;
}
.date_tag__box .tribe-events-calendar-list__event-date-tag-weekday {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.3em;
  color: #3d8080;
  font-family: Graphik;
  text-align: left;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-wrapper {
  width: 100%;
}
.tribe-events-calendar-list__event-details .tribe-common-h4--min-medium {
  font-family: Graphik;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 29px !important;
  margin: 0 0 10px;
}
.tribe-events-calendar-list__event-details .tribe-common-h4--min-medium a {
  color: #282828;
}
.tribe-events-calendar-list__event-details .tribe-common-h4--min-medium a:hover {
  border: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tribe-common.tribe-events .tribe-events-calendar-list__event-row {
    padding: 10px 0;
  }
  .date_tag__box {
    top: 32px;
    left: 22px;
    min-width: unset;
  }
  .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    padding-right: 22px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .tribe-common.tribe-events .tribe-events-calendar-day__event-featured-image-wrapper, .tribe-common.tribe-common .tribe-common-g-row--gutters > .tribe-events-calendar-list__event-featured-image-wrapper {
    height: auto;
    padding-bottom: 21vw;
    width: 54%;
    flex: none;
  }
  .date_tag__box .tribe-events-calendar-list__event-date-tag-daynum {
    font-size: 44px;
    line-height: 1.1;
  }
  .date_tag__box .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 14px;
  }
  .tribe-events-calendar-list__event-details .event_info__row {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tribe-common.tribe-events .tribe-events-calendar-list__event-row {
    max-width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px 0 0;
  }
  .tribe-common.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
    width: 100%;
  }
  .tribe-common.tribe-events .tribe-events-calendar-day__event, .tribe-common.tribe-events .tribe-events-calendar-list__event {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tribe-common.tribe-events .tribe-events-calendar-day__event-content, .tribe-common.tribe-events .tribe-events-calendar-list__event-details {
    padding-left: 0 !important;
    width: 100%;
    max-width: 350px;
  }
  .date_tag__box {
    top: 32px;
    left: 22px;
    min-width: unset;
  }
}
@media (max-width: 479px) {
  .tribe-common.tribe-events .tribe-events-calendar-list__event-row {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .tribe-common--breakpoint-medium.tribe-events .datepicker, .tribe-events .tribe-events-c-top-bar__datepicker-container {
    left: auto !important;
    right: 0;
  }
}
#tribe-events-pg-template {
  max-width: unset;
  padding: 0;
}
.base-row--event {
  max-width: 1260px;
}
.event_banner {
  position: relative;
}
.event_banner .card-datebig {
  background-color: #ffffff;
  min-width: 102px;
  border-radius: 6px;
  color: #3d8080;
  padding: 14px 16px 21px 22px;
  margin-bottom: clamp(20px, 1.875vw, 27px);
}
@media (max-width: 1439px) {
  .event_banner .card-datebig {
    min-width: 50px;
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .event_banner .card-datebig {
    padding: 10px 15px 15px;
  }
}
.event_banner .card-datebig__num {
  font-weight: 300;
  font-size: clamp(40px, 4.1666666667vw, 60px);
  line-height: calc(72 / 60);
  margin-bottom: 6px;
}
.event_banner .card-datebig__month {
  font-weight: 500;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: calc(24 / 16);
  text-align: center;
  letter-spacing: 0.3em;
  color: #3d8080;
  font-family: Graphik;
  text-transform: uppercase;
  text-align: left;
}
.event_banner__content {
  max-width: 63.5%;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #ffffff;
  padding: 33px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .event_banner__content {
    height: 36vw;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .event_banner__content {
    max-width: 100%;
  }
}
.tribe-events-single-event-title {
  color: #ffffff;
  font-family: "Graphik";
  font-weight: 500;
  font-size: clamp(26px, 2.3611111111vw, 34px);
  line-height: calc(41 / 34);
}
.event_banner__banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.event_banner__banner img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .event_banner__banner img {
    object-position: left center;
  }
}
.event_banner__dark_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 2;
}
.eventcontent__row {
  display: flex;
  justify-content: space-between;
}
.eventcontent__content {
  width: 63.5%;
  flex: none;
  padding-top: clamp(40px, 3.9583333333vw, 57px);
  padding-bottom: clamp(40px, 4.1666666667vw, 60px);
}
.eventcontent__content h4, .eventcontent__content h3, .eventcontent__content h5 {
  margin: 0 0 clamp(20px, 2.0833333333vw, 30px);
  line-height: 130%;
  font-weight: 500;
}
.eventcontent__content p {
  font-size: 16px;
  line-height: 164%;
  margin: 0 0 26px;
  letter-spacing: -0.01em;
}
.eventcontent__content p h4, .eventcontent__content p h3, .eventcontent__content p + h5 {
  margin-top: clamp(20px, 2.6388888889vw, 38px);
}
.eventcontent__content .simplelist {
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
}
.eventcontent__content .simplelist li {
  font-size: 16px;
  padding-bottom: 11px;
}
@media (max-width: 980px) {
  .eventcontent__content {
    order: 2;
  }
}
.eventcontent__info {
  width: 31.7%;
  flex: none;
  position: relative;
  z-index: 2;
}
.eventcontent__info > div {
  transition: all 0.4s ease-out 0s;
}
@media (min-width: 981px) {
  .eventcontent__info {
    margin-top: -220px;
    margin-bottom: 50px;
  }
  .eventcontent__info .sticky {
    top: 220px;
    position: fixed;
    z-index: 4;
    margin-top: 140px;
    right: 5%;
  }
  .eventcontent__info .stop {
    position: relative;
    transition: all 0s ease-out 0s;
  }
}
@media (min-width: 1430px) {
  .eventcontent__info .sticky {
    right: calc((100% - 1260px) / 2);
  }
}
@media (min-width: 1600px) {
  .eventcontent__info {
    margin-top: -246px;
  }
}
@media (max-width: 980px) {
  .eventcontent__info {
    width: 100%;
    margin-top: 50px;
  }
}
.eventcontent__info_wrapper {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #ffffff;
  padding: clamp(20px, 2.0833333333vw, 30px);
}
.tribe-events-event-meta:before {
  display: none;
}
.eventcontent__logo {
  margin-bottom: 30px;
}
.eventcontent__logo img {
  display: block;
  max-height: 100px !important;
}
.eventcontent__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  margin: 0 0 10px;
  color: #282828;
}
@media (min-width: 981px) {
  .speakers .leadership__cards {
    padding: 0;
    gap: 10px;
  }
  .speakers .leadership__card {
    padding: 15px 30px;
  }
}
@media (min-width: 981px) and (max-width: 1439px) {
  .speakers .leadership__cards {
    margin: 0 -10px;
    gap: 0;
  }
}
@media (min-width: 981px) and (max-width: 1439px) {
  .speakers .leadership__card {
    width: 32%;
    flex: none;
    padding: 15px 10px;
  }
}
@media (min-width: 981px) and (max-width: 1199px) {
  .speakers .leadership__card_img {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }
  .speakers .leadership__card_img img {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 980px) {
  .eventcontent__row {
    flex-direction: column;
  }
  .eventcontent__content {
    width: 100%;
  }
}
.tribe-events-sub-nav {
  padding: 0;
}
.tribe-events-calendar-list__event-header, .eventcontent__meta {
  margin-bottom: 30px;
}
.tribe-events-calendar-list__event-header .event_info__row, .eventcontent__meta .event_info__row {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #282828;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-style: normal;
}
.tribe-events-calendar-list__event-header .event_info__row:last-child, .eventcontent__meta .event_info__row:last-child {
  margin-bottom: 0;
}
.tribe-events-calendar-list__event-header .event_info__row--ttu, .eventcontent__meta .event_info__row--ttu {
  text-transform: uppercase;
}
.tribe-events-calendar-list__event-header .tribe__i_standart, .eventcontent__meta .tribe__i_standart {
  width: 16px;
  margin-right: 10px;
  text-align: center;
  color: #3d8080;
  display: flex;
  justify-content: center;
  line-height: 1;
}
.tribe-events-calendar-list__event-header .tribe-event-date-start, .eventcontent__meta .tribe-event-date-start {
  padding-right: 5px;
}
.tribe-events-calendar-list__event-header .tribe-event-date-end, .eventcontent__meta .tribe-event-date-end {
  padding-left: 5px;
}
.eventcontent__excerpt p {
  font-size: 14px;
  line-height: calc(21 / 14);
  margin: 0 0 clamp(20px, 2.0833333333vw, 30px);
  color: #000;
}
@media (min-width: 981px) {
  .tribe-events-single .upcoming-events-section {
    padding-bottom: clamp(60px, 7.0833333333vw, 102px);
  }
}
.tribe-events-single .tribe-events-sub-nav {
  flex-wrap: wrap;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
  white-space: nowrap;
}
.eventcontent__button {
  padding: 3px 0 30px;
}
.eventcontent__social .heateor_sss_sharing_title {
  font-weight: 500 !important;
  font-size: 15px;
  line-height: calc(18 / 15);
  margin-bottom: 14px;
}
.eventcontent__social div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul {
  display: flex;
}
.eventcontent__social div.heateor_sss_follow_ul a, .eventcontent__social div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
  transition: all 0.3s ease-out 0s;
  margin: 0 10px 0 0;
  float: none;
}
.eventcontent__social div.heateor_sss_follow_ul a .heateor_sss_svg, .eventcontent__social div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a .heateor_sss_svg {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out 0s;
}
.eventcontent__social div.heateor_sss_follow_ul a .heateor_sss_svg svg, .eventcontent__social div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a .heateor_sss_svg svg {
  height: 28px;
}
.eventcontent__social div.heateor_sss_follow_ul a .heateor_sss_svg svg path, .eventcontent__social div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a .heateor_sss_svg svg path {
  transition: all 0.3s ease-out 0s;
}
.tribe-events-schedule {
  margin: 0;
}
@media (max-width: 1439px) {
  .speakers {
    margin-top: 50px;
  }
}
@media (max-width: 980px) {
  .speakers h5 {
    margin-bottom: 0;
  }
}
.tribe-events .tribe-events-calendar-month__day-date-daynum, .tribe-events .tribe-events-calendar-month__day-date-link {
  font-weight: 400;
  color: #282828;
  font-family: Graphik;
}
.tribe-events .tribe-events-calendar-month__day-date-daynum {
  color: #ccc;
}
.tribe-events .tribe-events-calendar-month__day--current {
  background-color: #ccc;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #3d8080;
  font-weight: 400;
}
.tribe-events-calendar-month__multiday-event-wrapper .tribe-common-h7, .tribe-events-calendar-month__multiday-event-wrapper .tribe-common-h8, .tribe-events-calendar-month__multiday-event-wrapper .tribe-events-calendar-month__multiday-event-hidden-title {
  font-family: Graphik;
  font-size: 12px;
  line-height: calc(14 / 12);
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 2px;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #3d8080;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  color: #282828;
  transition: all 0.3s ease-out 0s;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next svg path, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev svg path {
  transition: all 0.3s ease-out 0s;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover {
  color: #3d8080;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover svg path, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover svg path {
  fill: #3d8080;
}
.tribe-common--breakpoint-medium.tribe-events button.tribe-events-c-nav__next, .tribe-common--breakpoint-medium.tribe-events button.tribe-events-c-nav__prev {
  opacity: 0.7;
}
.tribe-common--breakpoint-medium.tribe-events button.tribe-events-c-nav__next:hover, .tribe-common--breakpoint-medium.tribe-events button.tribe-events-c-nav__prev:hover {
  color: inherit;
}
.tribe-common--breakpoint-medium.tribe-events button.tribe-events-c-nav__next:hover svg path, .tribe-common--breakpoint-medium.tribe-events button.tribe-events-c-nav__prev:hover svg path {
  fill: var(--tec-color-icon-disabled);
}
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
  background-color: #3d8080;
}
.tribe-events .datepicker .day.focused, .tribe-events .datepicker .day:focus, .tribe-events .datepicker .day:hover, .tribe-events .datepicker .month.focused, .tribe-events .datepicker .month:focus, .tribe-events .datepicker .month:hover, .tribe-events .datepicker .year.focused, .tribe-events .datepicker .year:focus, .tribe-events .datepicker .year:hover {
  background-color: #f3f3f3;
}
.tribe-events .datepicker .day.current, .tribe-events .datepicker .day.current.focused, .tribe-events .datepicker .day.current:focus, .tribe-events .datepicker .day.current:hover, .tribe-events .datepicker .month.current, .tribe-events .datepicker .month.current.focused, .tribe-events .datepicker .month.current:focus, .tribe-events .datepicker .month.current:hover, .tribe-events .datepicker .year.current, .tribe-events .datepicker .year.current.focused, .tribe-events .datepicker .year.current:focus, .tribe-events .datepicker .year.current:hover {
  background-color: #ecf3f3;
  color: #282828;
  font-weight: 600;
}
.tribe-events .datepicker .datepicker-months .datepicker-switch, .tribe-events .datepicker .month, .tribe-events .datepicker .year, .tribe-events .datepicker table {
  font-family: Graphik !important;
}
.tribe-events-notices {
  border: none;
}
.tribe-common .tribe-common-c-svgicon {
  color: #3d8080;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
  display: none;
}
body.archive .allposts {
  margin-top: clamp(60px, 8.3333333333vw, 120px);
}
.allposts {
  margin-bottom: clamp(60px, 8.3333333333vw, 120px);
}
.allposts .base-row {
  max-width: 1260px;
}
.allposts__header {
  display: flex;
  margin-bottom: 26px;
  justify-content: space-between;
}
.allposts__title {
  margin: 0;
}
.allposts__filter {
  height: 33px;
  margin-top: 5px;
}
.allposts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px 20px;
}
.allposts__item {
  width: 33.33%;
  flex: none;
  padding: 0 15px 30px;
}
.apitem__wrap {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: all 0.3s ease-out 0s;
  min-height: 100%;
}
.apitem__wrap:hover {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.apitem__img {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.apitem__img img {
  display: block;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s ease-out 0s;
}
.apitem__img a:hover img {
  transform: scale(1.05);
}
.apitem__content {
  padding: 30px 30px 20px;
}
.apitem__content .mainpost__header .pill {
  font-size: 14px;
  line-height: 16px;
}
.apitem__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #282828;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
}
@media (min-width: 1201px) {
  .apitem__title {
    min-height: 60px;
  }
}
.apitem__title a {
  color: #282828;
  transition: all 0.3s ease-out 0s;
}
.apitem__title a:hover {
  color: #80994d;
}
@media (min-width: 1201px) {
  .ipitem__excerpt {
    min-height: 77px;
  }
}
.ipitem__excerpt p {
  font-weight: 400;
  font-size: 14px;
  line-height: calc(21 /14);
  opacity: 0.7;
  margin: 0 0 14px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3 * calc(21 /14)em;
}
@media (max-width: 1199px) {
  .allposts__filter {
    margin-top: 0;
  }
}
@media (min-width: 981px) and (max-width: 1199px) {
  .allposts__list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .allposts__item {
    padding: 0 10px 20px;
  }
  .apitem__img {
    height: 160px;
  }
  .apitem__content {
    padding: 20px 20px 15px;
  }
}
@media (max-width: 980px) {
  .allposts__item {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .allposts__list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .allposts__item {
    padding: 0 5px 10px;
  }
  .apitem__img {
    height: 140px;
  }
  .apitem__content {
    padding: 15px 15px 15px;
  }
}
@media (max-width: 479px) {
  .allposts__item {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 374px) {
  .apitem__content {
    padding: 20px 20px 15px;
  }
}
.main-flex {
  display: flex;
  flex-direction: column;
}
.main-flex .subs_section {
  order: 5;
}
.main-flex .cover-cta-section {
  order: 10;
}
.error-404.not-found {
  padding: 132px 0 142px;
}
@media (max-width: 767px) {
  .error-404.not-found {
    padding: 100px 0 110px;
  }
}
.error-404.not-found .error-404-block {
  max-width: 770px;
  padding: 0;
  margin: 0 auto 3rem;
}
.error-404.not-found .error-404-block h2 {
  margin-bottom: 30px;
  text-align: center;
}
.error-404.not-found .error-404-block p {
  text-align: center;
  margin: 0;
}
.error-404.not-found .buttons-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 981px) {
  .connected-page-style.media-text-section .base-row {
    max-width: 1030px;
    gap: 30px;
  }
}
.connected-page-style.media-text-section .base-row .media-text-col--text p {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
}
.connected-page-style.media-text-section .base-row .media-text-col--media h2 {
  font-size: 50px !important;
}
@media (max-width: 1199px) {
  .connected-page-style.media-text-section .base-row .media-text-col--media h2 {
    font-size: 46px !important;
  }
}
@media (max-width: 980px) {
  .connected-page-style.media-text-section .base-row .media-text-col--media h2 {
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  .connected-page-style.media-text-section .base-row .media-text-col--media h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 479px) {
  .connected-page-style.media-text-section .base-row .media-text-col--media h2 {
    font-size: 32px !important;
  }
}
@media (min-width: 981px) {
  .connected-page-style.media-text-section .base-row .media-text-col--media h2 {
    max-width: 360px;
  }
}
.connected-page-style.numerical .numerical__list {
  row-gap: 30px;
}
.connected-page-style.numerical .numerical__list .numerical__item {
  padding-bottom: 6px !important;
}
.connected-page-style.h3cols .base-row {
  max-width: 1249px;
}
.connected-page-style.h3cols h2.text-group-heading {
  font-size: 50px !important;
}
@media (max-width: 1199px) {
  .connected-page-style.h3cols h2.text-group-heading {
    font-size: 46px !important;
  }
}
@media (max-width: 980px) {
  .connected-page-style.h3cols h2.text-group-heading {
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  .connected-page-style.h3cols h2.text-group-heading {
    font-size: 36px !important;
  }
}
@media (max-width: 479px) {
  .connected-page-style.h3cols h2.text-group-heading {
    font-size: 32px !important;
  }
}
.connected-page-style.h3cols .h3cols__list {
  padding: 0;
  justify-content: center;
  gap: 2%;
}
.connected-page-style.h3cols .h3cols__list .h3cols__item {
  max-width: 400px;
  width: 32%;
  border-radius: 10px;
  background: #fffbf1;
  text-align: left;
  padding: 2.8%;
}
@media (max-width: 980px) {
  .connected-page-style.h3cols .h3cols__list .h3cols__item {
    width: 49%;
    padding: 20px 2.8%;
  }
  .connected-page-style.h3cols .h3cols__list .h3cols__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .connected-page-style.h3cols .h3cols__list .h3cols__item {
    width: 100%;
  }
}
.connected-page-style.h3cols .h3cols__list .h3cols__item .h3cols__item_icon {
  margin-left: 0;
}
.connected-page-style.h3cols .h3cols__list .h3cols__item h4 {
  font-weight: 500;
  line-height: 135%;
  font-size: 22px !important;
}
@media (max-width: 980px) {
  .connected-page-style.h3cols .h3cols__list .h3cols__item h4 {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  .connected-page-style.h3cols .h3cols__list .h3cols__item h4 {
    font-size: 20px !important;
  }
}
.connected-page-style.h3cols .h3cols__list .h3cols__item p {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
}
.page-ai-banner-slider {
  flex-wrap: nowrap !important;
}
.page-ai-banner-slider .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  gap: 0;
}
@media (max-width: 767px) {
  .page-ai-banner-slider .swiper-wrapper {
    padding-bottom: 40px;
  }
}
.page-ai-banner-slider .swiper-wrapper .swiper-slide {
  height: auto !important;
  transition: opacity 1.8s, background 1.8s;
}
.page-ai-banner-slider .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
  background: #222111;
  border: 1px solid #939598;
}
.page-ai-banner-slider .swiper-wrapper .swiper-slide .swiper-slide-active {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .page-ai-banner-slider .swiper-wrapper .swiper-slide .swiper-slide-active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.page-ai-banner-slider .swiper-wrapper .swiper-slide .wp-block-uagb-image .wp-block-uagb-image__figure {
  width: 100% !important;
}
.page-ai-banner-slider .swiper-wrapper .swiper-slide .wp-block-uagb-image .wp-block-uagb-image__figure img {
  width: 100% !important;
}
.page-ai-banner-slider .swiper-wrapper .swiper-slide .wp-block-uagb-advanced-heading .uagb-heading-text {
  font-size: clamp(26px, 2.5vw, 32px);
}
.page-ai-banner-slider .swiper-wrapper .swiper-slide .page-ai-banner-slider-name-nav {
  display: none;
}
.page-ai-banner-slider .swiper-navs-wrap {
  position: absolute !important;
  z-index: 99;
  bottom: 10px;
  right: 0;
  left: auto;
  width: auto !important;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .page-ai-banner-slider .swiper-navs-wrap {
    bottom: 0;
  }
}
.page-ai-banner-slider .swiper-navs-wrap .slider-button-arrow {
  padding: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-ai-banner-slider .swiper-navs-wrap .slider-button-arrow svg {
  width: 13px;
  height: 13px;
}
.page-ai-banner-slider .swiper-pagination {
  margin-top: 40px;
  padding-right: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4%;
}
@media (max-width: 767px) {
  .page-ai-banner-slider .swiper-pagination {
    display: none;
  }
}
.page-ai-banner-slider .swiper-pagination .swiper-pagination-bullet {
  color: #808285;
  font-size: 18px;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0px;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.3s ease;
  opacity: 1;
}
.page-ai-banner-slider .swiper-pagination .swiper-pagination-bullet:hover {
  color: #ffffff;
}
.page-ai-banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #ffffff;
  font-weight: 700;
  transition: all 0s ease;
}
@media (max-width: 980px) {
  .applied-ai-box.swiper-active {
    padding: 0 !important;
    background: none !important;
    border-radius: 0px !important;
  }
  .applied-ai-box.swiper-active .tabs-slider-style .swiper-wrapper .swiper-slide > .wp-block-uagb-container {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px 15px 40px !important;
  }
}
@media (min-width: 981px) {
  .tabs-slider-style .swiper .swiper-wrapper {
    transform: none !important;
  }
  .tabs-slider-style .swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
  }
  .tabs-slider-style .swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate {
    display: none !important;
  }
}
.tabs-slider-style .swiper-navs-wrap {
  position: absolute !important;
  z-index: 99;
  bottom: 10px;
  right: 0;
  left: auto;
  width: auto !important;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
@media (min-width: 981px) {
  .tabs-slider-style .swiper-navs-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .tabs-slider-style .swiper-navs-wrap {
    bottom: 0;
  }
}
.tabs-slider-style .swiper-navs-wrap .slider-button-arrow {
  padding: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs-slider-style .swiper-navs-wrap .slider-button-arrow svg {
  width: 13px;
  height: 13px;
}
.anchor-section {
  left: 0;
  right: 0;
}
.anchor-section.active-sticky {
  position: fixed;
  top: var(--header-height-mast);
}
@media (max-width: 980px) {
  .anchor-section .uagb-container-inner-blocks-wrap {
    width: 100% !important;
  }
}
.anchor-section .wp-block-uagb-buttons {
  overflow: visible;
  height: 100%;
}
@media (max-width: 980px) {
  .anchor-section .wp-block-uagb-buttons {
    display: none;
  }
}
.anchor-section .wp-block-uagb-buttons .uagb-buttons__wrap {
  overflow: auto;
  flex-wrap: nowrap;
  height: 100%;
}
.anchor-section .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-button {
  justify-content: center;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 980px) {
  .anchor-section .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-button {
    width: auto !important;
    flex: 1 0 auto;
  }
}
@media (min-width: 981px) {
  .anchor-section .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-button.active-anchor-link {
    position: relative;
  }
  .anchor-section .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-button.active-anchor-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #3d8080;
  }
}
.anchor-section .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-button .uagb-button__wrapper {
  text-align: center;
}
.anchor-section .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-button .wp-block-button__link {
  width: auto;
  display: inline-flex;
  color: #ffffff;
  padding: 0px;
}
.anchor-section .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-button .wp-block-button__link:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.anchor-section .anchorbox-custom-select {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  background: #231f20;
}
@media (min-width: 981px) {
  .anchor-section .anchorbox-custom-select {
    display: none;
  }
}
.anchor-section .anchorbox-custom-select .toggle-select-button {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 1;
  transform: translate(30%, -50%);
  border-radius: 0px;
  background: none;
  border: none;
  height: 100%;
  width: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.anchor-section .anchorbox-custom-select .toggle-select-button svg {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.anchor-section .anchorbox-custom-select .toggle-select-button.active svg {
  transform: rotate(-270deg);
}
.anchor-section .anchorbox-custom-select .select-selected {
  height: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.anchor-section .anchorbox-custom-select .select-items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #231f20;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 19px 0 10px;
}
.anchor-section .anchorbox-custom-select .select-items .anchor-block-button {
  width: 90%;
  margin: 0 auto;
}
.anchor-section .anchorbox-custom-select .select-items .anchor-block-button .anchor-block__wrapper .anchor-block__link {
  text-align: left;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
}
.anchor-section .anchorbox-custom-select .select-items .anchor-block-button.active {
  order: -1;
}
.anchor-section .anchorbox-custom-select .select-items.select-hide .anchor-block-button.hide {
  display: none;
}
.anchor-section-body.active-sticky {
  display: block !important;
  min-height: var(--anchor-section-height-mast) !important;
}
body.admin-bar .anchor-section.active-sticky {
  top: calc(var(--header-height-mast) + 46px);
}
@media (min-width: 782px) {
  body.admin-bar .anchor-section.active-sticky {
    top: calc(var(--header-height-mast) + 32px);
  }
}
.list-circle-dotted {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.list-circle-dotted.has-white-color {
  color: #ffffff;
}
.list-circle-dotted li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 60px;
  line-height: 28px;
}
@media (max-width: 980px) {
  .list-circle-dotted li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .list-circle-dotted li {
    padding-left: 45px;
    margin-bottom: 15px;
  }
}
.list-circle-dotted li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #ffffff;
  background: url(/wp-content/themes/e2open/img/list-circle-dotted-icon.svg) 0 0 / cover no-repeat;
}
.list-circle-dotted li:last-child {
  margin-bottom: 0px;
}
.list-circle-dotted li a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.list-circle-dotted.list-circle-dotted-2v li::before {
  top: 8px;
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/e2open/img/list-circle-dotted-icon2v.svg) 0 0 / cover no-repeat;
}
@media (max-width: 980px) {
  .list-circle-dotted.list-circle-dotted-2v li br {
    display: none;
  }
}
.list-circle-dotted.list-circle-dotted-cadet li::before {
  top: 8px;
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/e2open/img/list-circle-dotted-icon-cadet.svg) 0 0 / cover no-repeat;
}
@media (max-width: 980px) {
  .list-circle-dotted.list-circle-dotted-cadet li br {
    display: none;
  }
}
.list-circle-dotted.list-circle-dotted-gold-dark li::before {
  top: 5px;
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/e2open/img/list-circle-dotted-icon-gold-dark.svg) 0 0 / cover no-repeat;
}
@media (max-width: 767px) {
  .list-circle-dotted.list-circle-dotted-gold-dark li::before {
    top: 0px;
  }
}
@media (max-width: 980px) {
  .list-circle-dotted.list-circle-dotted-gold-dark li br {
    display: none;
  }
}
.list-circle-dotted.list-size-big li {
  font-size: 20px;
  font-size: 20px !important;
}
@media (max-width: 1199px) {
  .list-circle-dotted.list-size-big li {
    font-size: 19px !important;
  }
}
@media (max-width: 980px) {
  .list-circle-dotted.list-size-big li {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .list-circle-dotted.list-size-big li {
    font-size: 17px !important;
  }
}
@media (max-width: 479px) {
  .list-circle-dotted.list-size-big li {
    font-size: 16px !important;
  }
}
.list-circle-dotted.list-size-big li strong {
  font-size: 24px;
  font-size: 24px !important;
  display: block;
}
@media (max-width: 1199px) {
  .list-circle-dotted.list-size-big li strong {
    font-size: 23px !important;
  }
}
@media (max-width: 980px) {
  .list-circle-dotted.list-size-big li strong {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .list-circle-dotted.list-size-big li strong {
    font-size: 21px !important;
  }
}
@media (max-width: 479px) {
  .list-circle-dotted.list-size-big li strong {
    font-size: 20px !important;
  }
}
.list-circle-dotted.list-size-big li strong br {
  display: none;
}
.list-circle-number {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  counter-reset: list-circle-number;
}
.list-circle-number li {
  counter-increment: list-circle-number;
  position: relative;
  padding-left: 40px;
  margin-bottom: 17px;
  line-height: 27.9px;
  letter-spacing: -0.01em;
}
.list-circle-number li::before {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  content: counter(list-circle-number) "";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
  border-radius: 50px;
  background: #7239a4;
}
.list-circle-number li:last-child {
  margin-bottom: 0px;
}
.heading-not-link a {
  pointer-events: none;
}
@media (max-width: 1720px) {
  #page .industry-hero-landing:not(.hero-normal-landing) {
    padding-top: 8.139vw;
    padding-bottom: 23.255vw;
  }
}
@media (max-width: 980px) {
  #page .industry-hero-landing:not(.hero-normal-landing) {
    padding-top: 60px;
    padding-bottom: 260px;
  }
}
@media (max-width: 767px) {
  #page .industry-hero-landing:not(.hero-normal-landing) {
    padding-bottom: 200px;
  }
}
@media (max-width: 980px) {
  #page .industry-hero-landing:before {
    background-size: cover;
  }
}
#page .industry-hero-landing > .uagb-container-inner-blocks-wrap {
  position: unset !important;
}
#page .industry-hero-landing .industry-banner-svg-wrap {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 1766px;
  overflow: hidden;
}
@media (max-width: 980px) {
  #page .industry-hero-landing .industry-banner-svg-wrap {
    height: 100%;
    width: 1100px;
    justify-content: flex-end;
  }
}
#page .industry-hero-landing .industry-banner-svg-wrap #industryBannerSVG {
  vertical-align: bottom;
  width: 100%;
}
#page .industry-hero-landing .text-col > p {
  line-height: 150%;
  font-size: 20px !important;
}
@media (max-width: 980px) {
  #page .industry-hero-landing .text-col > p {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  #page .industry-hero-landing .text-col > p {
    font-size: 18px !important;
  }
}
#page .industry-hero-landing .text-col .wp-block-uagb-advanced-heading .uagb-heading-text strong {
  font-weight: 700;
}
#page .industry-hero-landing.hero-normal-landing .industry-banner-svg-wrap {
  top: -63px;
  bottom: auto;
}
@media (max-width: 1110px) {
  #page .industry-hero-landing.hero-normal-landing .industry-banner-svg-wrap {
    top: 0;
  }
}
#page .industry-info-box-wrap .wp-block-uagb-info-box {
  max-width: 450px;
}
#page .industry-info-box-wrap .wp-block-uagb-info-box .uagb-ifb-image-content img {
  box-shadow: 10px 10px 30px 0px #1e1e1e40;
  border-radius: 15px;
}
#page .industry-blockquote-section .industry-blockquote-col .wp-block-uagb-blockquote blockquote:before, #page .industry-blockquote-section .industry-blockquote-col .wp-block-uagb-blockquote blockquote:after {
  content: unset !important;
}
#page .industry-blockquote-section .industry-blockquote-col .wp-block-uagb-blockquote blockquote .uagb-blockquote__content {
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  #page .industry-blockquote-section .industry-blockquote-col .wp-block-uagb-blockquote blockquote .uagb-blockquote__content {
    margin-bottom: 20px;
  }
}
#page .industry-blockquote-section .industry-blockquote-col .wp-block-uagb-blockquote blockquote footer cite {
  font-weight: 500;
}
#page .industry-blockquote-section .industry-blockquote-col .wp-block-uagb-blockquote blockquote footer cite strong {
  display: block;
  color: #282828;
  line-height: 1.333;
  margin-bottom: 6px;
  font-size: 18px !important;
}
@media (max-width: 980px) {
  #page .industry-blockquote-section .industry-blockquote-col .wp-block-uagb-blockquote blockquote footer cite strong {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #page .industry-blockquote-section .industry-blockquote-col .wp-block-uagb-blockquote blockquote footer cite strong {
    font-size: 16px !important;
  }
}
#page .industry-blockquote-section .industry-blockquote-col.color-white .wp-block-uagb-blockquote blockquote footer cite strong {
  color: #ffffff;
}
#page .industry-blockquote-slider-section .industry-blockquote-section {
  padding-bottom: 10px;
}
#page .industry-blockquote-slider-section .swiper-navs-wrap {
  position: absolute !important;
  z-index: 99;
  bottom: 0;
  right: 0;
  left: auto;
  width: auto !important;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
@media (max-width: 767px) {
  #page .industry-blockquote-slider-section .swiper-navs-wrap {
    bottom: -35px;
  }
}
#page .industry-blockquote-slider-section .swiper-navs-wrap .slider-button-arrow {
  padding: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #909bab;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all;
}
#page .industry-blockquote-slider-section .swiper-navs-wrap .slider-button-arrow:hover {
  background-color: #909bab;
}
#page .industry-blockquote-slider-section .swiper-navs-wrap .slider-button-arrow:hover svg path {
  stroke: #fff;
}
#page .industry-blockquote-slider-section .swiper-navs-wrap .slider-button-arrow svg {
  width: 18px;
  height: 18px;
}
#page .industry-blockquote-slider-section .swiper-navs-wrap .slider-button-arrow svg path {
  stroke: #909bab;
  transition: 0.3s all;
}
#page .industry-blockquote-slider-section .swiper-navs-wrap .slider-button-arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
#page .industry-logos-wrap.width-auto .wp-block-uagb-image {
  max-width: unset;
  width: auto;
}
@media (max-width: 767px) {
  #page .industry-logos-wrap.width-auto .wp-block-uagb-image {
    max-width: calc((100% - (5% * 2)) / 3);
    width: 100%;
  }
}
@media (max-width: 479px) {
  #page .industry-logos-wrap.width-auto .wp-block-uagb-image {
    max-width: calc((100% - (5% * 1)) / 2);
  }
}
#page .industry-logos-wrap.width-auto .wp-block-uagb-image img {
  aspect-ratio: 2.25;
}
@media (max-width: 767px) {
  #page .industry-logos-wrap.width-auto .wp-block-uagb-image img {
    max-height: 45px;
    object-fit: contain;
  }
}
#page .industry-logos-wrap .wp-block-uagb-image {
  max-width: calc((100% - (5% * 5)) / 6);
}
@media (max-width: 980px) {
  #page .industry-logos-wrap .wp-block-uagb-image {
    max-width: calc((100% - (5% * 3)) / 4);
  }
}
@media (max-width: 767px) {
  #page .industry-logos-wrap .wp-block-uagb-image {
    max-width: calc((100% - (5% * 2)) / 3);
  }
}
#page .industry-logos-wrap .wp-block-uagb-image img {
  aspect-ratio: 1.9125;
}
#page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box {
  overflow: visible;
}
@media (min-width: 768px) {
  #page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box {
    padding: 0;
  }
}
#page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box .manual-resources-carousel.swiper {
  overflow: visible;
}
#page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box article.post-item {
  border: unset;
}
#page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box article.post-item .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
#page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box .swiper-navs-wrap {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
}
@media (max-width: 767px) {
  #page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box .swiper-navs-wrap {
    top: auto;
    bottom: 0;
    width: 140px;
    right: 0;
    transform: translate(0, 0);
  }
}
#page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box .swiper-navs-wrap .slider-button-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: #ffffff !important;
  border-radius: 50%;
  border: unset;
  overflow: hidden;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease-out;
  pointer-events: all;
}
#page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box .swiper-navs-wrap .slider-button-arrow:hover {
  background-color: #000 !important;
}
#page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box .swiper-navs-wrap .slider-button-arrow:hover svg path {
  fill: #ffffff;
}
#page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box .swiper-navs-wrap .slider-button-arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box .swiper-navs-wrap .slider-button-arrow svg {
  width: 15px;
}
#page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box .swiper-navs-wrap .slider-button-arrow svg path {
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  #page .industry-lower-duty-boxs > .wp-block-uagb-container {
    border: none;
  }
  #page .industry-lower-duty-boxs > .wp-block-uagb-container:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 0;
    width: 1px;
    height: 120px;
    background: rgba(77, 48, 117, 0.3);
  }
}
@media (max-width: 1200px) {
  #page .industry-lower-duty-boxs > .wp-block-uagb-container .wp-block-uagb-counter .wp-block-uagb-counter__title br {
    display: none;
  }
}
#page .industry-lower-duty-boxs > .wp-block-uagb-container .wp-block-uagb-counter .wp-block-uagb-counter__title sub, #page .industry-lower-duty-boxs > .wp-block-uagb-container .wp-block-uagb-counter .wp-block-uagb-counter__title sup {
  font-size: 60%;
}
@media (min-width: 768px) {
  #page .industry-lower-duty-boxs.build-lower-duty-boxs > .wp-block-uagb-container:not(:last-child)::before {
    background: #1e5b67;
    width: 2px;
    height: 100%;
  }
}
@media (min-width: 768px) {
  #page .industry-lower-duty-boxs.build-lower-duty-boxs > .wp-block-uagb-container .wp-block-uagb-counter .wp-block-uagb-counter__image-wrap {
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  #page .industry-lower-duty-boxs.border-color-gold-dark > .wp-block-uagb-container:not(:last-child)::before {
    background: #8e7029;
    width: 2px;
    height: 100%;
  }
}
#page .industry-form form.mktoForm {
  width: 100% !important;
}
#page .industry-form form.mktoForm .mktoFormRow .mktoFormCol {
  margin-bottom: 20px !important;
}
#page .industry-form form.mktoForm .mktoFormRow .mktoFormCol .mktoRequiredField .mktoLabel {
  display: none;
}
.floating-3s {
  animation: floatAnim3 3s ease-in-out infinite;
}
.floating-4s {
  animation: floatAnim 4s ease-in-out infinite;
}
.floating-5s {
  animation: floatAnim2 5s ease-in-out infinite;
}
.floating-6s {
  animation: floatAnim 6s ease-in-out infinite;
}
.floating-7s {
  animation: floatAnim2 7s ease-in-out infinite;
}
@keyframes floatAnim {
  0% {
    transform: translate(0px, 1px);
  }
  50% {
    transform: translate(1px, -2px);
  }
  100% {
    transform: translate(0px, 1px);
  }
}
@keyframes floatAnim2 {
  0% {
    transform: translate(1px, -2px);
  }
  50% {
    transform: translate(0px, 1px);
  }
  100% {
    transform: translate(1px, -2px);
  }
}
@keyframes floatAnim3 {
  0% {
    transform: translate(1px, 1px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(1px, 1px);
  }
}
@media (max-width: 767px) {
  #page .industry-slider-post .manual-resources-wrapper .manual-resources-post-box .swiper-navs-wrap {
    top: auto;
    bottom: -35px;
  }
}
.featherlight .featherlight-content {
  min-width: 90vw !important;
}
@media (min-width: 768px) {
  #page .build-motorola-hero .build-motorola-hero-right .wp-block-uagb-image {
    width: 47vw;
    margin-right: -15vw;
    max-width: 902px;
  }
  #page .build-motorola-hero .build-motorola-hero-right .wp-block-uagb-image img {
    width: 100%;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  #page .build-motorola-hero .build-motorola-hero-right .wp-block-uagb-image {
    width: 100vw;
  }
}
#page .site-footer > .wp-block-uagb-container > .uagb-container-inner-blocks-wrap, #ast-mobile-header > .wp-block-uagb-container > .uagb-container-inner-blocks-wrap, #ast-desktop-header .site-primary-header-wrap > .wp-block-uagb-container > .uagb-container-inner-blocks-wrap, #content .ast-container > div[class^="astra-advanced-hook"] > .wp-block-uagb-container > .uagb-container-inner-blocks-wrap, #content .entry-content > .wp-block-uagb-container > .uagb-container-inner-blocks-wrap, #primary .entry-content > .wp-block-uagb-container > .uagb-container-inner-blocks-wrap {
  width: 90%;
}
p {
  margin-top: initial;
  margin-bottom: 1.66em;
}
p.has-text-align-center {
  text-align: center;
}
p.has-white-color {
  color: #ffffff;
}
#page .entry-content .wp-block-uagb-buttons:last-child {
  margin-bottom: 0;
}
#page .wp-block-uagb-icon-list.list-3-col {
  column-count: 3;
}
@media (max-width: 1199px) {
  #page .wp-block-uagb-icon-list.list-3-col {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  #page .wp-block-uagb-icon-list.list-3-col {
    column-count: 1;
  }
}
#page .wp-block-uagb-advanced-heading .uagb-heading-text sup {
  top: -1em;
  font-weight: 500;
}
#page .wp-block-uagb-advanced-heading .uagb-heading-text sub, #page .wp-block-uagb-advanced-heading .uagb-heading-text sup {
  font-size: 30%;
}
#page .wp-block-uagb-advanced-heading.small-text-sup .uagb-heading-text sup {
  top: -0.5em;
  font-weight: 400;
}
#page .wp-block-uagb-advanced-heading.small-text-sup .uagb-heading-text sub, #page .wp-block-uagb-advanced-heading.small-text-sup .uagb-heading-text sup {
  font-size: 90%;
}
#page .wp-block-uagb-advanced-heading.small-text-sup-2 .uagb-heading-text sup {
  top: -0.4em;
  font-weight: 400;
}
#page .wp-block-uagb-advanced-heading.small-text-sup-2 .uagb-heading-text sub, #page .wp-block-uagb-advanced-heading.small-text-sup-2 .uagb-heading-text sup {
  font-size: 80%;
}
#page strong.strong-500, #page .strong-500 strong {
  font-weight: 500;
}
#page .wp-block-table.is-style-regular thead {
  background-color: #282828;
  color: #ffffff;
  border-color: #282828;
}
#page .wp-block-table.is-style-regular thead th {
  border: 1px solid #282828;
}
#page .letter-spacing--01em {
  letter-spacing: -0.01em;
}
#page .highlight-gold-medium strong {
  color: #c69a3f;
  font-weight: 700;
}
#page .highlight-violet-medium strong {
  color: #7239a4;
  font-weight: 700;
}
#page .highlight-cadet-medium strong {
  color: #3d8080;
  font-weight: 700;
}
#page .highlight-sage-dark strong {
  color: #517222;
  font-weight: 700;
}
#page .highlight-cadet-lightest strong {
  color: #9bc6c6;
  font-weight: 700;
}
#page .highlight-gold-medium strong {
  color: #c69a3f;
  font-weight: 700;
}
@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.uagb-buttons__outer-wrap .uagb-buttons-repeater {
  transition: all 0.4s ease;
}
textarea.mktoInvalid, select.mktoInvalid, input.mktoInvalid {
  border: 1px solid red !important;
}
#app .table-row.error .vue-select.invalid .control.focused {
  border-color: transparent !important;
}
.wp-block-uagb-buttons .uagb-buttons__wrap {
  flex-wrap: wrap;
}
.wp-block-button .wp-element-button, .wp-block-button .uagb-buttons-repeater, .uagb-btn__default-btn .wp-element-button, .uagb-btn__default-btn .uagb-buttons-repeater {
  transition: all 0.2s ease-out 0s;
}
@media (max-width: 767px) {
  .wp-block-button .wp-element-button, .wp-block-button .uagb-buttons-repeater, .uagb-btn__default-btn .wp-element-button, .uagb-btn__default-btn .uagb-buttons-repeater {
    font-size: 15px;
  }
}
.wp-block-button.black-white .wp-element-button:hover, .wp-block-button.black-white .uagb-buttons-repeater:hover, .uagb-btn__default-btn.black-white .wp-element-button:hover, .uagb-btn__default-btn.black-white .uagb-buttons-repeater:hover {
  color: #ffffff !important;
}
.wp-block-button.white .wp-element-button, .wp-block-button.white .uagb-buttons-repeater, .uagb-btn__default-btn.white .wp-element-button, .uagb-btn__default-btn.white .uagb-buttons-repeater {
  background-color: #ffffff !important;
  color: #282828 !important;
  border-color: #ffffff !important;
}
.wp-block-button.white .wp-element-button:hover, .wp-block-button.white .uagb-buttons-repeater:hover, .uagb-btn__default-btn.white .wp-element-button:hover, .uagb-btn__default-btn.white .uagb-buttons-repeater:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.wp-block-button.outline-white .wp-element-button, .wp-block-button.outline-white .uagb-buttons-repeater, .uagb-btn__default-btn.outline-white .wp-element-button, .uagb-btn__default-btn.outline-white .uagb-buttons-repeater {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.wp-block-button.outline-white .wp-element-button:hover, .wp-block-button.outline-white .uagb-buttons-repeater:hover, .uagb-btn__default-btn.outline-white .wp-element-button:hover, .uagb-btn__default-btn.outline-white .uagb-buttons-repeater:hover {
  background-color: #ffffff !important;
  color: #282828 !important;
  border-color: #ffffff !important;
}
.wp-block-button .text-black .wp-element-button, .wp-block-button .text-black .uagb-buttons-repeater, .uagb-btn__default-btn .text-black .wp-element-button, .uagb-btn__default-btn .text-black .uagb-buttons-repeater {
  padding: 0 0 6px;
  background-color: transparent !important;
  color: #282828;
  border: unset;
  border-bottom: 3px solid transparent !important;
  border-radius: 0;
}
.wp-block-button .text-black .wp-element-button:hover, .wp-block-button .text-black .uagb-buttons-repeater:hover, .uagb-btn__default-btn .text-black .wp-element-button:hover, .uagb-btn__default-btn .text-black .uagb-buttons-repeater:hover {
  background-color: transparent !important;
  color: #282828 !important;
  border-color: #282828 !important;
}
.wp-block-button .text-black .wp-element-button .uagb-button__icon svg, .wp-block-button .text-black .uagb-buttons-repeater .uagb-button__icon svg, .uagb-btn__default-btn .text-black .wp-element-button .uagb-button__icon svg, .uagb-btn__default-btn .text-black .uagb-buttons-repeater .uagb-button__icon svg {
  width: 13px;
  height: 14px;
  position: relative;
  top: 3px;
}
.wp-block-button .text-white .wp-element-button, .wp-block-button .text-white .uagb-buttons-repeater, .uagb-btn__default-btn .text-white .wp-element-button, .uagb-btn__default-btn .text-white .uagb-buttons-repeater {
  padding: 0 0 4px;
  background-color: transparent !important;
  color: #ffffff;
  border: unset;
  border-bottom: 2px solid transparent !important;
  border-radius: 0;
}
.wp-block-button .text-white .wp-element-button:hover, .wp-block-button .text-white .uagb-buttons-repeater:hover, .uagb-btn__default-btn .text-white .wp-element-button:hover, .uagb-btn__default-btn .text-white .uagb-buttons-repeater:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.wp-block-button .text-white .wp-element-button .uagb-button__icon svg, .wp-block-button .text-white .uagb-buttons-repeater .uagb-button__icon svg, .uagb-btn__default-btn .text-white .wp-element-button .uagb-button__icon svg, .uagb-btn__default-btn .text-white .uagb-buttons-repeater .uagb-button__icon svg {
  width: 13px;
  height: 14px;
  position: relative;
  top: 2px;
}
.wp-block-button.gold .wp-element-button, .wp-block-button.gold .uagb-buttons-repeater, .uagb-btn__default-btn.gold .wp-element-button, .uagb-btn__default-btn.gold .uagb-buttons-repeater {
  background-color: #c69a3f !important;
  color: #ffffff !important;
  border-color: #c69a3f !important;
}
.wp-block-button.gold .wp-element-button:hover, .wp-block-button.gold .uagb-buttons-repeater:hover, .uagb-btn__default-btn.gold .wp-element-button:hover, .uagb-btn__default-btn.gold .uagb-buttons-repeater:hover {
  background: transparent !important;
  color: #c69a3f !important;
  border-color: #c69a3f !important;
}
.wp-block-button.gold-dark .wp-element-button, .wp-block-button.gold-dark .uagb-buttons-repeater, .uagb-btn__default-btn.gold-dark .wp-element-button, .uagb-btn__default-btn.gold-dark .uagb-buttons-repeater {
  background-color: #8e7029 !important;
  color: #ffffff !important;
  border-color: #8e7029 !important;
}
.wp-block-button.gold-dark .wp-element-button:hover, .wp-block-button.gold-dark .uagb-buttons-repeater:hover, .uagb-btn__default-btn.gold-dark .wp-element-button:hover, .uagb-btn__default-btn.gold-dark .uagb-buttons-repeater:hover {
  background: transparent !important;
  color: #8e7029 !important;
  border-color: #8e7029 !important;
}
.wp-block-button.violet .wp-element-button, .wp-block-button.violet .uagb-buttons-repeater, .uagb-btn__default-btn.violet .wp-element-button, .uagb-btn__default-btn.violet .uagb-buttons-repeater {
  background-color: #7239a4 !important;
  color: #ffffff !important;
  border-color: #7239a4 !important;
}
.wp-block-button.violet .wp-element-button:hover, .wp-block-button.violet .uagb-buttons-repeater:hover, .uagb-btn__default-btn.violet .wp-element-button:hover, .uagb-btn__default-btn.violet .uagb-buttons-repeater:hover {
  background: transparent !important;
  color: #7239a4 !important;
  border-color: #7239a4 !important;
}
.wp-block-button.outline-violet .wp-element-button, .wp-block-button.outline-violet .uagb-buttons-repeater, .uagb-btn__default-btn.outline-violet .wp-element-button, .uagb-btn__default-btn.outline-violet .uagb-buttons-repeater {
  background-color: transparent !important;
  color: #7239a4 !important;
  border: 2px solid #7239a4 !important;
}
.wp-block-button.outline-violet .wp-element-button:hover, .wp-block-button.outline-violet .uagb-buttons-repeater:hover, .uagb-btn__default-btn.outline-violet .wp-element-button:hover, .uagb-btn__default-btn.outline-violet .uagb-buttons-repeater:hover {
  background-color: #7239a4 !important;
  color: #ffffff !important;
}
.wp-block-button.violet-gradient .wp-element-button, .wp-block-button.violet-gradient .uagb-buttons-repeater, .uagb-btn__default-btn.violet-gradient .wp-element-button, .uagb-btn__default-btn.violet-gradient .uagb-buttons-repeater {
  background: linear-gradient(94.55deg, #7239a4 2.25%, #3d8080 35.91%, #7239a4 60%, #7239a4 100%), #ffffff !important;
  background-size: 300% 100%;
  background-position: 0 0;
  border: unset;
  padding-top: 14px;
  padding-bottom: 16px;
  color: #ffffff;
  transition: 0.6s all;
}
.wp-block-button.violet-gradient .wp-element-button:hover, .wp-block-button.violet-gradient .uagb-buttons-repeater:hover, .uagb-btn__default-btn.violet-gradient .wp-element-button:hover, .uagb-btn__default-btn.violet-gradient .uagb-buttons-repeater:hover {
  background-position: 100% 0;
}
.wp-block-button.cadet .wp-element-button, .wp-block-button.cadet .uagb-buttons-repeater, .uagb-btn__default-btn.cadet .wp-element-button, .uagb-btn__default-btn.cadet .uagb-buttons-repeater {
  background-color: #3d8080 !important;
  color: #ffffff !important;
  border-color: #3d8080 !important;
}
.wp-block-button.cadet .wp-element-button:hover, .wp-block-button.cadet .uagb-buttons-repeater:hover, .uagb-btn__default-btn.cadet .wp-element-button:hover, .uagb-btn__default-btn.cadet .uagb-buttons-repeater:hover {
  background: transparent !important;
  color: #3d8080 !important;
  border-color: #3d8080 !important;
}
.wp-block-button.cadet-dark .wp-element-button, .wp-block-button.cadet-dark .uagb-buttons-repeater, .uagb-btn__default-btn.cadet-dark .wp-element-button, .uagb-btn__default-btn.cadet-dark .uagb-buttons-repeater {
  background-color: #1e5b67 !important;
  color: #ffffff !important;
  border-color: #1e5b67 !important;
}
.wp-block-button.cadet-dark .wp-element-button:hover, .wp-block-button.cadet-dark .uagb-buttons-repeater:hover, .uagb-btn__default-btn.cadet-dark .wp-element-button:hover, .uagb-btn__default-btn.cadet-dark .uagb-buttons-repeater:hover {
  background: transparent !important;
  color: #1e5b67 !important;
  border-color: #1e5b67 !important;
}
.wp-block-button.on-hover-white .wp-element-button:hover, .wp-block-button.on-hover-white .uagb-buttons-repeater:hover, .uagb-btn__default-btn.on-hover-white .wp-element-button:hover, .uagb-btn__default-btn.on-hover-white .uagb-buttons-repeater:hover {
  background: #ffffff !important;
}
@media (max-width: 767px) {
  #page .resources-cards-custom-slider {
    padding-bottom: 70px;
  }
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap {
  flex-wrap: nowrap;
  gap: unset;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  width: calc((100% - (2 * 20px)) / 3);
  max-width: unset;
  display: flex;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item:hover {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item:hover .wp-block-uagb-image img {
  transform: scale(1.05);
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item:hover .resources-cards-title .uagb-heading-text {
  color: #7239a4;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .wp-block-uagb-image {
  width: 100%;
  display: block;
  padding-top: 50%;
  overflow: hidden;
  position: relative;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .wp-block-uagb-image figure, #page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .wp-block-uagb-image picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .wp-block-uagb-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.6s ease-out 0s;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .wp-block-uagb-image + .wp-block-uagb-container {
  position: unset;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .categories-pill p {
  display: inline-block;
  border: 1px solid #282828;
  border-radius: 3px;
  padding: 3px 10px 5px;
  color: #282828;
  transition: 0.3s all;
  pointer-events: none;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .categories-pill p:hover {
  background-color: #282828;
  color: #ffffff;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .resources-cards-title .uagb-heading-text {
  transition: all 0.3s ease-out 0s;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .resources-cards-excerpt strong {
  font-size: 16px;
  font-weight: 500;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .resources-cards-read-more {
  margin-top: auto;
  position: unset;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .resources-cards-read-more .wp-block-uagb-buttons {
  margin-top: auto;
  position: unset;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .resources-cards-read-more .wp-block-uagb-buttons .wp-block-button a:not(.overlay-link) {
  border-width: 2px !important;
  position: relative;
  z-index: 1;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .resources-cards-read-more .wp-block-uagb-buttons .wp-block-button a.overlay-link {
  font-size: 0;
  border: unset !important;
  background-color: transparent;
  color: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .resources-cards-read-more .wp-block-uagb-buttons .wp-block-button a.overlay-link .uagb-button__icon, #page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item .resources-cards-read-more .wp-block-uagb-buttons .wp-block-button a.overlay-link svg {
  display: none;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.cadet-medium:hover .resources-cards-title .uagb-heading-text {
  color: #3d8080;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.cadet-medium .categories-pill p {
  border-color: #3d8080;
  color: #3d8080;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.cadet-medium .wp-block-uagb-buttons .wp-block-button.text-black a {
  color: #3d8080 !important;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.cadet-medium .wp-block-uagb-buttons .wp-block-button.text-black a:hover {
  border-color: #3d8080 !important;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.violet-medium .categories-pill p {
  border-color: #7239a4;
  color: #7239a4;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.violet-medium .wp-block-uagb-buttons .wp-block-button.text-black a {
  color: #7239a4 !important;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.violet-medium .wp-block-uagb-buttons .wp-block-button.text-black a:hover {
  border-color: #7239a4 !important;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.gold-medium:hover .resources-cards-title .uagb-heading-text {
  color: #c69a3f;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.gold-medium .categories-pill p {
  border-color: #c69a3f;
  color: #c69a3f;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.gold-medium .wp-block-uagb-buttons .wp-block-button.text-black a {
  color: #c69a3f !important;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.gold-medium .wp-block-uagb-buttons .wp-block-button.text-black a:hover {
  border-color: #c69a3f !important;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.sage-medium:hover .resources-cards-title .uagb-heading-text {
  color: #80994d;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.sage-medium .categories-pill p {
  border-color: #80994d;
  color: #80994d;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.sage-medium .wp-block-uagb-buttons .wp-block-button.text-black a {
  color: #80994d !important;
}
#page .resources-cards-custom-slider > .uagb-container-inner-blocks-wrap > .resources-cards-custom-slider-item.sage-medium .wp-block-uagb-buttons .wp-block-button.text-black a:hover {
  border-color: #80994d !important;
}
#page .resources-cards-custom-slider .swiper-navs-wrap {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
}
@media (max-width: 767px) {
  #page .resources-cards-custom-slider .swiper-navs-wrap {
    top: auto;
    bottom: 0;
    width: 140px;
    right: 0;
    transform: translate(0, 0);
  }
}
#page .resources-cards-custom-slider .swiper-navs-wrap .slider-button-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: #ffffff !important;
  border-radius: 50%;
  border: unset;
  overflow: hidden;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  pointer-events: all;
}
#page .resources-cards-custom-slider .swiper-navs-wrap .slider-button-arrow:hover {
  background-color: #000 !important;
}
#page .resources-cards-custom-slider .swiper-navs-wrap .slider-button-arrow:hover svg path {
  fill: #ffffff;
}
#page .resources-cards-custom-slider .swiper-navs-wrap .slider-button-arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#page .resources-cards-custom-slider .swiper-navs-wrap .slider-button-arrow svg {
  width: 15px;
}
#page .resources-cards-custom-slider .swiper-navs-wrap .slider-button-arrow svg path {
  transition: all 0.3s ease-out 0s;
}
#page .tabs-platform-section > .uagb-container-inner-blocks-wrap {
  max-width: 1680px;
}
#page .tabs-platform-section .wp-block-uagb-tabs {
  row-gap: 94px;
  flex-direction: column;
}
@media (max-width: 1199px) {
  #page .tabs-platform-section .wp-block-uagb-tabs.tab-label-laptop-m-18 ul.uagb-tabs__panel li.uagb-tab a {
    font-size: 18px;
  }
}
#page .tabs-platform-section .wp-block-uagb-tabs.violet-line ul.uagb-tabs__panel li.uagb-tab:after {
  background: linear-gradient(90deg, rgba(61, 128, 128, 0) 0%, #b9ace8 17.19%, #b9ace8 42.71%, #b9ace8 56.77%, #b9ace8 83.33%, rgba(61, 128, 128, 0) 100%) !important;
}
#page .tabs-platform-section .wp-block-uagb-tabs.violet-line ul.uagb-tabs__panel .tabs-angle:after {
  border-bottom-color: #b9ace8 !important;
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel {
  width: 100%;
  max-width: 1440px;
  flex-direction: row;
  position: relative;
  padding-bottom: 8px;
}
@media (max-width: 980px) {
  #page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel {
    display: none !important;
  }
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab {
  flex: 1;
  margin: 0;
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:hover a {
  opacity: 1;
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active:after {
  opacity: 1;
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active a {
  opacity: 1;
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(2):after, #page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(6):after {
  background: linear-gradient(90deg, rgba(114, 57, 164, 0) 0%, #7239a4 17.19%, #7239a4 42.71%, #7239a4 56.77%, #7239a4 83.33%, rgba(114, 57, 164, 0) 100%);
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(3):after, #page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(7):after {
  background: linear-gradient(90deg, rgba(128, 153, 77, 0) 0%, #80994d 17.19%, #80994d 42.71%, #80994d 56.77%, #80994d 83.33%, rgba(128, 153, 77, 0) 100%);
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(4):after, #page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(8):after {
  background: linear-gradient(90deg, rgba(128, 153, 77, 0) 0%, #c69a3f 17.19%, #c69a3f 42.71%, #c69a3f 56.77%, #c69a3f 83.33%, rgba(128, 153, 77, 0) 100%);
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:after {
  content: "";
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, rgba(61, 128, 128, 0) 0%, #3d8080 17.19%, #3d8080 42.71%, #3d8080 56.77%, #3d8080 83.33%, rgba(61, 128, 128, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab a {
  width: 100%;
  justify-content: center;
  padding-bottom: 35px;
  opacity: 0.4;
  transition: all 0.3s ease-out 0s;
  user-select: none;
  cursor: pointer;
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle {
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-out 0s;
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-1:after, #page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-5:after {
  border-bottom-color: #3d8080;
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-2:after, #page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-6:after {
  border-bottom-color: #7239a4;
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-3:after, #page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-7:after {
  border-bottom-color: #80994d;
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-4:after, #page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-8:after {
  border-bottom-color: #c69a3f;
}
#page .tabs-platform-section .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 8px solid transparent;
  left: 50%;
  bottom: 8px;
  transform: translatex(-8px);
  transition: all 0.3s ease-out 0s;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap {
  padding: 0;
  max-width: unset;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child {
  opacity: 0;
  transform: translateX(100px);
  padding: 0;
}
@media (max-width: 980px) {
  #page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child {
    display: block;
    opacity: 1;
    transform: unset;
    margin-bottom: 50px;
  }
  #page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child:last-child {
    margin-bottom: 0;
  }
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child.uagb-tabs-body__active {
  animation: slide-in-right 0.8s ease-out forwards;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child > .wp-block-uagb-container {
  margin: auto;
}
@media (min-width: 981px) {
  #page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-name.uag-hide-desktop {
    display: none;
  }
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .wp-block-uagb-advanced-heading .uagb-heading-text {
  line-height: 1.35;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list {
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  #page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list {
    justify-content: unset;
    padding: 15px;
    margin-top: -15px;
    margin-left: -15px;
    padding-right: -15px;
    overflow: hidden;
    overflow-x: auto;
    height: auto !important;
  }
}
@media (max-width: 1199px) and (any-hover: hover) {
  #page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list {
    scrollbar-color: #999 #d1d1d1;
    scrollbar-width: thin;
  }
  #page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
  }
  #page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    background-color: aqua;
  }
  #page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #d1d1d1;
    width: 6px;
    height: 6px;
  }
  #page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }
}
@media (max-width: 1199px) {
  #page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item {
    min-width: 260px;
  }
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box {
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 40px 36px 36px;
  padding: 12.5% 11.5% 11.5%;
  transition: all 0.3s ease-out 0s;
  display: block;
  border-bottom: 5px solid #eee;
}
@media (max-width: 1199px) {
  #page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box:hover .uagb-ifb-content .uagb-ifb-image-content {
  background-color: #ffffff !important;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box:hover .uagb-ifb-content .uagb-ifb-image-content img {
  filter: unset;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box:hover .uagb-ifb-content .uagb-ifb-title {
  color: #ffffff;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box:hover .uagb-ifb-content p.uagb-ifb-desc {
  color: #ffffff;
  opacity: 1;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.gold-medium {
  border-color: #c69a3f;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.gold-medium:hover {
  background-color: #c69a3f;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.gold-medium .uagb-ifb-content .uagb-ifb-image-content {
  background-color: #c69a3f;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.sage-medium {
  border-color: #80994d;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.sage-medium:hover {
  background-color: #80994d;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.sage-medium .uagb-ifb-content .uagb-ifb-image-content {
  background-color: #80994d;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.violet-medium {
  border-color: #7239a4;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.violet-medium:hover {
  background-color: #7239a4;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.violet-medium .uagb-ifb-content .uagb-ifb-image-content {
  background-color: #7239a4;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.violet-dark {
  border-color: #4d3075;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.violet-dark:hover {
  background-color: #4d3075;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.violet-dark .uagb-ifb-content .uagb-ifb-image-content {
  background-color: #4d3075;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.cadet-medium {
  border-color: #3d8080;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.cadet-medium:hover {
  background-color: #3d8080;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box.cadet-medium .uagb-ifb-content .uagb-ifb-image-content {
  background-color: #3d8080;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box .uagb-ifb-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-image-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20px;
  background-color: #eee;
  transition: all 0.3s ease-out 0s;
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-image-content img {
  filter: brightness(10);
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  max-width: 190px;
  margin: 0 auto 22px;
}
@media (max-width: 1439px) {
  #page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box .uagb-ifb-content p.uagb-ifb-desc {
  font-size: 16px;
  line-height: 160%;
  opacity: 0.7;
  margin: 0;
}
@media (max-width: 1439px) {
  #page .tabs-platform-section .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list .tab-cards-item .wp-block-uagb-info-box .uagb-ifb-content p.uagb-ifb-desc {
    font-size: 14px;
  }
}
#page .tabs-platform-section-small > .uagb-container-inner-blocks-wrap {
  max-width: 1680px;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs {
  row-gap: 50px;
  flex-direction: column;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs a {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #page .tabs-platform-section-small .wp-block-uagb-tabs.tab-label-laptop-m-18 ul.uagb-tabs__panel li.uagb-tab a {
    font-size: 18px;
  }
}
#page .tabs-platform-section-small .wp-block-uagb-tabs.violet-line ul.uagb-tabs__panel li.uagb-tab:after {
  background: linear-gradient(90deg, rgba(61, 128, 128, 0) 0%, #b9ace8 17.19%, #b9ace8 42.71%, #b9ace8 56.77%, #b9ace8 83.33%, rgba(61, 128, 128, 0) 100%) !important;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs.violet-line ul.uagb-tabs__panel .tabs-angle:after {
  border-bottom-color: #b9ace8 !important;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs.violet-medium-line ul.uagb-tabs__panel li.uagb-tab:after {
  background: linear-gradient(90deg, rgba(114, 57, 164, 0) 0%, #7239a4 17.19%, #7239a4 42.71%, #7239a4 56.77%, #7239a4 83.33%, rgba(114, 57, 164, 0) 100%) !important;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs.violet-medium-line ul.uagb-tabs__panel .tabs-angle:after {
  border-bottom-color: #7239a4 !important;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel {
  width: 100%;
  max-width: 1440px;
  flex-direction: row;
  position: relative;
  padding-bottom: 8px;
}
@media (max-width: 980px) {
  #page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel {
    display: none !important;
  }
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab {
  flex: 1;
  margin: 0;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:hover a {
  opacity: 1;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active:after {
  opacity: 1;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active a {
  opacity: 1;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(2):after, #page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(6):after {
  background: linear-gradient(90deg, rgba(114, 57, 164, 0) 0%, #7239a4 17.19%, #7239a4 42.71%, #7239a4 56.77%, #7239a4 83.33%, rgba(114, 57, 164, 0) 100%);
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(3):after, #page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(7):after {
  background: linear-gradient(90deg, rgba(128, 153, 77, 0) 0%, #80994d 17.19%, #80994d 42.71%, #80994d 56.77%, #80994d 83.33%, rgba(128, 153, 77, 0) 100%);
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(4):after, #page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(8):after {
  background: linear-gradient(90deg, rgba(128, 153, 77, 0) 0%, #c69a3f 17.19%, #c69a3f 42.71%, #c69a3f 56.77%, #c69a3f 83.33%, rgba(128, 153, 77, 0) 100%);
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:after {
  content: "";
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, rgba(61, 128, 128, 0) 0%, #3d8080 17.19%, #3d8080 42.71%, #3d8080 56.77%, #3d8080 83.33%, rgba(61, 128, 128, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab a {
  width: 100%;
  justify-content: center;
  padding-bottom: 35px;
  opacity: 0.4;
  transition: all 0.3s ease-out 0s;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle {
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-out 0s;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-1:after, #page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-5:after {
  border-bottom-color: #3d8080;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-2:after, #page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-6:after {
  border-bottom-color: #7239a4;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-3:after, #page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-7:after {
  border-bottom-color: #80994d;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-4:after, #page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-8:after {
  border-bottom-color: #c69a3f;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 8px solid transparent;
  left: 50%;
  bottom: 8px;
  transform: translatex(-8px);
  transition: all 0.3s ease-out 0s;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap {
  padding: 0;
  max-width: unset;
  border: none;
  border-radius: 0;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child {
  opacity: 0;
  padding: 0;
}
@media (max-width: 980px) {
  #page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child {
    display: block;
    opacity: 1;
    transform: unset;
    margin-bottom: 50px;
  }
  #page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child:last-child {
    margin-bottom: 0;
  }
}
#page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child.uagb-tabs-body__active {
  animation: slide-fade-in 2s ease-out forwards;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child > .wp-block-uagb-container {
  margin: auto;
}
@media (max-width: 1024px) {
  #page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child > .wp-block-uagb-container > .wp-block-uagb-container {
    max-width: 100% !important;
  }
}
@media (min-width: 981px) {
  #page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-name.uag-hide-desktop {
    display: none;
  }
}
#page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .wp-block-uagb-advanced-heading .uagb-heading-text {
  line-height: 1.35;
}
#page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list {
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  #page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list {
    justify-content: unset;
    padding: 15px;
    margin-top: -15px;
    margin-left: -15px;
    padding-right: -15px;
    overflow: hidden;
    overflow-x: auto;
    height: auto !important;
  }
}
@media (max-width: 1199px) and (any-hover: hover) {
  #page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list {
    scrollbar-color: #999 #d1d1d1;
    scrollbar-width: thin;
  }
  #page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
  }
  #page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    background-color: aqua;
  }
  #page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #d1d1d1;
    width: 6px;
    height: 6px;
  }
  #page .tabs-platform-section-small .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }
}
#page .tabs-platform-section-vertical > .uagb-container-inner-blocks-wrap {
  max-width: 1680px;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs {
  gap: 50px;
  align-items: flex-start;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs a {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #page .tabs-platform-section-vertical .wp-block-uagb-tabs.tab-label-laptop-m-18 ul.uagb-tabs__panel li.uagb-tab a {
    font-size: 18px;
  }
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs.violet-line ul.uagb-tabs__panel li.uagb-tab:after {
  background: linear-gradient(90deg, rgba(61, 128, 128, 0) 0%, #b9ace8 17.19%, #b9ace8 42.71%, #b9ace8 56.77%, #b9ace8 83.33%, rgba(61, 128, 128, 0) 100%) !important;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs.violet-line ul.uagb-tabs__panel .tabs-angle:after {
  border-bottom-color: #b9ace8 !important;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs.violet-medium-line ul.uagb-tabs__panel li.uagb-tab:after {
  background: linear-gradient(90deg, rgba(114, 57, 164, 0) 0%, #7239a4 17.19%, #7239a4 42.71%, #7239a4 56.77%, #7239a4 83.33%, rgba(114, 57, 164, 0) 100%) !important;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs.violet-medium-line ul.uagb-tabs__panel .tabs-angle:after {
  border-bottom-color: #7239a4 !important;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs.cadet-medium-line ul.uagb-tabs__panel li.uagb-tab:after {
  background: linear-gradient(180deg, rgba(114, 57, 164, 0) 0%, #3d8080 5%, #3d8080 42.71%, #3d8080 56.77%, #3d8080 95%, rgba(114, 57, 164, 0) 100%) !important;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs.cadet-medium-line ul.uagb-tabs__panel .tabs-angle:after {
  border-bottom-color: #3d8080 !important;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel {
  flex: 1 0 35%;
  max-width: 1440px;
  position: relative;
  align-items: flex-start;
  padding-left: 40px;
}
@media (max-width: 980px) {
  #page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel {
    display: none !important;
  }
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab {
  flex: 1;
  margin: 0;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:hover a {
  opacity: 1;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active:after {
  opacity: 1;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active a {
  opacity: 1;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(2):after, #page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(6):after {
  background: linear-gradient(90deg, rgba(114, 57, 164, 0) 0%, #7239a4 17.19%, #7239a4 42.71%, #7239a4 56.77%, #7239a4 83.33%, rgba(114, 57, 164, 0) 100%);
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(3):after, #page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(7):after {
  background: linear-gradient(90deg, rgba(128, 153, 77, 0) 0%, #80994d 17.19%, #80994d 42.71%, #80994d 56.77%, #80994d 83.33%, rgba(128, 153, 77, 0) 100%);
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(4):after, #page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:nth-child(8):after {
  background: linear-gradient(90deg, rgba(128, 153, 77, 0) 0%, #c69a3f 17.19%, #c69a3f 42.71%, #c69a3f 56.77%, #c69a3f 83.33%, rgba(128, 153, 77, 0) 100%);
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:after {
  content: "";
  width: 8px;
  height: 100%;
  background: linear-gradient(90deg, rgba(61, 128, 128, 0) 0%, #3d8080 17.19%, #3d8080 42.71%, #3d8080 56.77%, #3d8080 83.33%, rgba(61, 128, 128, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab a {
  width: 100%;
  justify-content: center;
  opacity: 0.4;
  transition: all 0.3s ease-out 0s;
  padding: 18px 0;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab a div {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle {
  width: 8px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-out 0s;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-1:after, #page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-5:after {
  border-bottom-color: #3d8080;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-2:after, #page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-6:after {
  border-bottom-color: #7239a4;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-3:after, #page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-7:after {
  border-bottom-color: #80994d;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-4:after, #page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle.active-tab-8:after {
  border-bottom-color: #c69a3f;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 8px solid transparent;
  left: 50%;
  bottom: 50%;
  transform: translate(-2px, 50%) rotate(90deg);
  transition: all 0.3s ease-out 0s;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap {
  padding: 0;
  max-width: unset;
  border: none;
  border-radius: 0;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child {
  opacity: 0;
  padding: 0;
}
@media (max-width: 980px) {
  #page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child {
    display: block;
    opacity: 1;
    transform: unset;
    margin-bottom: 50px;
  }
  #page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child:last-child {
    margin-bottom: 0;
  }
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child.uagb-tabs-body__active {
  animation: slide-fade-in 2s ease-out forwards;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child > .wp-block-uagb-container {
  margin: auto;
}
@media (min-width: 981px) {
  #page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-name.uag-hide-desktop {
    display: none;
  }
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .wp-block-uagb-advanced-heading .uagb-heading-text {
  line-height: 1.35;
}
#page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list {
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  #page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list {
    justify-content: unset;
    padding: 15px;
    margin-top: -15px;
    margin-left: -15px;
    padding-right: -15px;
    overflow: hidden;
    overflow-x: auto;
    height: auto !important;
  }
}
@media (max-width: 1199px) and (any-hover: hover) {
  #page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list {
    scrollbar-color: #999 #d1d1d1;
    scrollbar-width: thin;
  }
  #page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
  }
  #page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    background-color: aqua;
  }
  #page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #d1d1d1;
    width: 6px;
    height: 6px;
  }
  #page .tabs-platform-section-vertical .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }
}
#page .tabs-platform-section-v2 > .uagb-container-inner-blocks-wrap {
  max-width: 1680px;
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs {
  row-gap: 50px;
  flex-direction: column;
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs a {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #page .tabs-platform-section-v2 .wp-block-uagb-tabs.tab-label-laptop-m-18 ul.uagb-tabs__panel li.uagb-tab a {
    font-size: 18px;
  }
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs ul.uagb-tabs__panel {
  width: 100%;
  max-width: 1024px;
  flex-direction: row;
  position: relative;
  gap: 10px;
}
@media (max-width: 980px) {
  #page .tabs-platform-section-v2 .wp-block-uagb-tabs ul.uagb-tabs__panel {
    display: none !important;
  }
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab {
  flex: 0 1 auto;
  margin: 0;
  transition: all 0.4s ease 0s;
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:hover a {
  opacity: 1;
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:not(.uagb-tabs__active):hover a {
  color: #b9ace8;
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active {
  border-color: #b9ace8;
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active:after {
  opacity: 1;
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active a {
  opacity: 1;
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab a {
  padding: 14px 20px;
  width: 100%;
  justify-content: center;
  transition: all 0.4s ease 0s;
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap {
  padding: 0;
  max-width: unset;
  border: none;
  border-radius: 0;
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child {
  opacity: 0;
  padding: 0;
}
@media (max-width: 980px) {
  #page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child {
    display: block;
    opacity: 1;
    transform: unset;
    margin-bottom: 50px;
  }
  #page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child:last-child {
    margin-bottom: 0;
  }
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child.uagb-tabs-body__active {
  animation: slide-fade-in 2s ease-out forwards;
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child > .wp-block-uagb-container {
  margin: auto;
}
@media (min-width: 981px) {
  #page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-name.uag-hide-desktop {
    display: none;
  }
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .wp-block-uagb-advanced-heading .uagb-heading-text {
  line-height: 1.35;
}
#page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list {
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  #page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list {
    justify-content: unset;
    padding: 15px;
    margin-top: -15px;
    margin-left: -15px;
    padding-right: -15px;
    overflow: hidden;
    overflow-x: auto;
    height: auto !important;
  }
}
@media (max-width: 1199px) and (any-hover: hover) {
  #page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list {
    scrollbar-color: #999 #d1d1d1;
    scrollbar-width: thin;
  }
  #page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
  }
  #page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    background-color: aqua;
  }
  #page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #d1d1d1;
    width: 6px;
    height: 6px;
  }
  #page .tabs-platform-section-v2 .wp-block-uagb-tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child .tab-cards-list::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }
}
#page .tabs-platform-v-3.cadet-v3 .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:after {
  content: "";
  background: linear-gradient(90deg, rgba(61, 128, 128, 0) 0%, #97baba 17.19%, #97baba 42.71%, #97baba 56.77%, #97baba 83.33%, rgba(61, 128, 128, 0) 100%) !important;
}
#page .tabs-platform-v-3.cadet-v3 .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle:after {
  border-bottom-color: #97baba !important;
}
#page .tabs-platform-v-3 .wp-block-uagb-tabs {
  row-gap: 70px;
}
#page .tabs-platform-v-3 .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active a {
  font-weight: 500;
}
#page .tabs-platform-v-3 .wp-block-uagb-tabs ul.uagb-tabs__panel li.uagb-tab:after {
  content: "";
  background: linear-gradient(90deg, rgba(61, 128, 128, 0) 0%, #b9ace8 17.19%, #b9ace8 42.71%, #b9ace8 56.77%, #b9ace8 83.33%, rgba(61, 128, 128, 0) 100%) !important;
}
#page .tabs-platform-v-3 .wp-block-uagb-tabs ul.uagb-tabs__panel .tabs-angle:after {
  border-bottom-color: #b9ace8 !important;
}
@media (max-width: 767px) {
  #page .tabs-platform-v-3 .wp-block-uagb-tabs .uagb-tabs__body-wrap {
    padding-bottom: 20px;
  }
}
#page .tabs-slider-navs-violet-medium .swiper-navs-wrap .slider-button-arrow {
  background-color: #7239a4;
}
#page .tabs-slider-navs-cadet-medium .swiper-navs-wrap .slider-button-arrow {
  background-color: #3d8080;
}
#page .full-row-text-bg > .uagb-container-inner-blocks-wrap {
  position: unset;
}
#page .full-row-text-bg .hero-text-col {
  z-index: 2;
}
#page .full-row-text-bg .hero-text-col .wp-block-uagb-advanced-heading.auto-font-size p.uagb-desc-text {
  font-size: clamp(18px, 1.5277777778vw, 22px);
}
#page .full-row-text-bg .hero-text-col .wp-block-uagb-advanced-heading.auto-font-size h1 {
  font-size: clamp(34px, 4.1666666667vw, 60px);
}
#page .full-row-text-bg .hero-text-col .wp-block-uagb-buttons {
  margin-bottom: 0;
}
#page .full-row-text-bg .hero-text-col .decor-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(((100vw - 130%) / 2) + 100%);
  max-width: unset;
  margin-left: calc(((100vw - 130%) / 2) * -1);
}
@media (max-width: 767px) {
  #page .full-row-text-bg .hero-text-col .decor-line {
    width: 100vw;
    margin-left: -5.5%;
  }
}
#page .full-row-text-bg .hero-text-col .decor-line > .wp-block-uagb-container {
  height: 15px;
}
@media (max-width: 980px) {
  #page .full-row-text-bg .hero-text-col .decor-line > .wp-block-uagb-container {
    height: 10px;
  }
}
#page .full-row-text-bg .hero-img-col {
  z-index: 1;
}
@media (max-width: 767px) {
  #page .full-row-text-bg .hero-img-col {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
  }
}
#page .full-row-text-bg .hero-img-col .wp-block-uagb-image {
  height: 100%;
  justify-content: flex-start;
}
#page .full-row-text-bg .hero-img-col .wp-block-uagb-image figure {
  height: 100%;
  min-width: calc((100vw - 80%) / 2);
}
@media (max-width: 767px) {
  #page .full-row-text-bg .hero-img-col .wp-block-uagb-image figure {
    min-width: unset;
    width: 100%;
  }
}
#page .full-row-text-bg .hero-img-col .wp-block-uagb-image figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page .full-row-text-bg.to-50 .hero-img-col .wp-block-uagb-image figure {
  min-width: calc((100vw - 0%) / 2);
}
@media (max-width: 767px) {
  #page .full-row-text-bg.to-50 .hero-img-col .wp-block-uagb-image figure {
    width: 100%;
  }
}
#page .full-row-text-bg.object-center-right .hero-img-col .wp-block-uagb-image figure img {
  object-position: center right;
}
#page .full-row-text-bg.icon-center-bottom-style .hero-img-col .wp-block-uagb-info-box {
  position: absolute;
  bottom: 14%;
  left: 0;
  transform: translate(-50%, 0px);
  width: auto;
}
#page .full-row-text-bg.icon-center-bottom-style .hero-img-col .wp-block-uagb-info-box .uagb-ifb-image-content img {
  box-shadow: -5px 8px 10px 0px #09090940;
  border-radius: 15px;
}
#page .video-box-with-img-overlay .wp-block-uagb-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
#page .video-box-with-img-overlay .wp-block-uagb-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s all;
  z-index: 2;
  cursor: pointer;
}
#page .video-box-with-img-overlay .wp-block-uagb-image figure, #page .video-box-with-img-overlay .wp-block-uagb-image picture {
  width: 100%;
}
#page .video-box-with-img-overlay .wp-block-uagb-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#page .video-box-with-img-overlay .wp-block-video:hover + .wp-block-uagb-image:before {
  background-color: rgba(0, 0, 0, 0.35);
}
#page .video-box-with-img-overlay .wp-block-video video {
  cursor: pointer;
}
#page .rows-with-columns-slider {
  padding-bottom: 60px;
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider {
    padding: 0;
  }
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider .rows-with-columns-slider-item .img-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#page .rows-with-columns-slider .rows-with-columns-slider-item .img-col:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider .rows-with-columns-slider-item .img-col:after {
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.55);
  }
}
@media (max-width: 767px) {
  #page .rows-with-columns-slider .rows-with-columns-slider-item .img-col:after {
    border-radius: 20px;
  }
}
#page .rows-with-columns-slider .rows-with-columns-slider-item .img-col .wp-block-uagb-image {
  height: 100%;
}
#page .rows-with-columns-slider .rows-with-columns-slider-item .img-col .wp-block-uagb-image figure, #page .rows-with-columns-slider .rows-with-columns-slider-item .img-col .wp-block-uagb-image picture {
  width: 100%;
  height: 100%;
}
#page .rows-with-columns-slider .rows-with-columns-slider-item .img-col .wp-block-uagb-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider .rows-with-columns-slider-item .counter-col {
    padding: 5%;
  }
}
@media (max-width: 767px) {
  #page .rows-with-columns-slider .rows-with-columns-slider-item .counter-col {
    padding-bottom: 30px;
  }
}
#page .rows-with-columns-slider .rows-with-columns-slider-item .counter-col .wp-block-uagb-counter .wp-block-uagb-counter__image-wrap img {
  box-shadow: 10px 10px 30px 0px #1e1e1e40;
  border-radius: 20px;
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider .rows-with-columns-slider-item .counter-col .wp-block-uagb-counter .wp-block-uagb-counter__number {
    color: #ffffff;
  }
}
#page .rows-with-columns-slider .rows-with-columns-slider-item .counter-col .wp-block-uagb-counter .wp-block-uagb-counter__title {
  line-height: 1.2;
  font-size: 24px !important;
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider .rows-with-columns-slider-item .counter-col .wp-block-uagb-counter .wp-block-uagb-counter__title {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #page .rows-with-columns-slider .rows-with-columns-slider-item .counter-col .wp-block-uagb-counter .wp-block-uagb-counter__title {
    font-size: 18px !important;
  }
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider .rows-with-columns-slider-item .counter-col .wp-block-uagb-counter .wp-block-uagb-counter__title {
    color: #ffffff;
  }
}
#page .rows-with-columns-slider .rows-with-columns-slider-item .counter-col .wp-block-uagb-counter .wp-block-uagb-counter__title strong {
  margin-bottom: 0.6em;
  display: inline-block;
  font-size: 42px !important;
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider .rows-with-columns-slider-item .counter-col .wp-block-uagb-counter .wp-block-uagb-counter__title strong {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  #page .rows-with-columns-slider .rows-with-columns-slider-item .counter-col .wp-block-uagb-counter .wp-block-uagb-counter__title strong {
    font-size: 32px !important;
  }
}
#page .rows-with-columns-slider .swiper-navs-wrap {
  position: absolute !important;
  z-index: 99;
  bottom: 0;
  right: 0;
  left: auto;
  width: auto !important;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider .swiper-navs-wrap {
    top: 30px;
    right: 30px;
    bottom: unset;
  }
}
@media (max-width: 767px) {
  #page .rows-with-columns-slider .swiper-navs-wrap {
    top: 20px;
    right: 20px;
  }
}
#page .rows-with-columns-slider .swiper-navs-wrap .slider-button-arrow {
  padding: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #909bab;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all;
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider .swiper-navs-wrap .slider-button-arrow {
    border-color: #ffffff;
  }
}
#page .rows-with-columns-slider .swiper-navs-wrap .slider-button-arrow:hover {
  background-color: #909bab;
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider .swiper-navs-wrap .slider-button-arrow:hover {
    background-color: #ffffff;
  }
}
#page .rows-with-columns-slider .swiper-navs-wrap .slider-button-arrow:hover svg path {
  stroke: #ffffff;
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider .swiper-navs-wrap .slider-button-arrow:hover svg path {
    stroke: #282828;
  }
}
#page .rows-with-columns-slider .swiper-navs-wrap .slider-button-arrow svg {
  width: 18px;
  height: 18px;
}
#page .rows-with-columns-slider .swiper-navs-wrap .slider-button-arrow svg path {
  stroke: #909bab;
  transition: 0.3s all;
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider .swiper-navs-wrap .slider-button-arrow svg path {
    stroke: #ffffff;
  }
}
#page .rows-with-columns-slider .swiper-navs-wrap .slider-button-arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
#page .rows-with-columns-slider.cadet-dark-arrows .swiper-navs-wrap .slider-button-arrow:hover {
  background-color: #1e5b67;
  border-color: #1e5b67;
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider.cadet-dark-arrows .swiper-navs-wrap .slider-button-arrow:hover {
    background-color: #ffffff;
    border-color: #ffffff;
  }
}
#page .rows-with-columns-slider.cadet-dark-arrows .swiper-navs-wrap .slider-button-arrow:hover svg path {
  stroke: #ffffff;
}
@media (max-width: 980px) {
  #page .rows-with-columns-slider.cadet-dark-arrows .swiper-navs-wrap .slider-button-arrow:hover svg path {
    stroke: #282828;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fdev-e2open-2018.pantheonsite.io%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fe2open%2Fscss%2Findex.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fabstracts%2F_variables.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fbase%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fbase%2F_utilities.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fcomponents%2F_btn.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fcomponents%2F_form-gravity.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fcomponents%2F_form.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fcomponents%2F_quick-news.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fcomponents%2F_cookie-banner.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fcomponents%2F_tables.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fcomponents%2F_resource-card.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fcomponents%2F_tabs.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fcomponents%2F_greenhouse.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fcomponents%2F_social-share.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fcomponents%2F_%5Cu0441alculator.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_hero-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_news-ticker-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_media-text-box.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_moving-as-one.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_served-industries.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_customers.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_platform.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_hero-screen-inner.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_leadership.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_offices.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_banner-inner.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_benefits.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_numerical.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_applications.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_headings-3cols.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_services-overview.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_quote-leadership.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_workforce-stats.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_subscribe-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_featured-news.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_main-simple-title.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_featured-resources-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_wysiwyg-editor.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_dna-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_images-grid-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_cards-grid-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_upcoming-events-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_recent-news-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_testimonials-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_cover-cta-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_text-group-media.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_text-group-accordion.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_videos-grid.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_partners-list-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_team-members-grid.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_text-group-and-cards-home.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_text-group-dual-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_text-id-section.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_charts-and-graphs.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_full-width-video.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_related-resources.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_open-position.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_modals.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_cards.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_login-block.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_double-text-editor.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_more-information.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_card-pages.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_img-and-cards.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_related-resources-carousel.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_fullwidth-iframe.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_text-group-and-cta.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_carousel-for-partner-ads.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_platform-cards.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Flayouts%2F_top-line.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fpages%2F_resources.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fpages%2F_resource.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fpages%2F_contact.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fpages%2F_single.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fpages%2F_events.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fpages%2F_news.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fpages%2F_404.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fpages%2F_connected.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fpages%2F_page-ai.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fpages%2F_industry.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fpages%2F_build-motorola.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fnew-theme%2Fglobal%2F_global.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fnew-theme%2Fcomponents%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fnew-theme%2Fcomponents%2F_resources-cards-custom-slider.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fnew-theme%2Fsections%2F_tabs-platform.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fnew-theme%2Fsections%2F_full-row-text-bg.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fnew-theme%2Fsections%2F_video-box-with-img-overlay.scss%22%2C%22wp-content%2Fthemes%2Fe2open%2Fscss%2Fnew-theme%2Fsections%2F_rows-with-columns-slider.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2DA%3BAAAA%3BAAAA%3BAD3DA%3BAAAA%3BAAsIC%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtID%3BAEWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAFvCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAF1EG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEgFH%3BAAAA%3BAAAA%3BAFhFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwFJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC7KA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%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%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAHxGA%3BAG6GA%3BAAAA%3BAAAA%3BAAIA%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%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%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%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAH7OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGyPA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAHpNG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGyNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAHxQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGmRD%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%3BAAMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAHhUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGyUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH5YA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGmZC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHncI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG0cH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGgeH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHveE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9EJ%3BAGqkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAHjmBD%3BAG%2BmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAC%2FnBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ%2BCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIxCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ3KI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImLH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJlNG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0NH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ9NE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIuOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAChTD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALgIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKjBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALhBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKyBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACzHD%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANoHA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMTH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BANAE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMQH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BANPG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMcH%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANrCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM4CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANrBF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMgID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANtIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMiIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN1GJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMgNC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANtND%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM2NE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxUH%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP6DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO9CF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP0CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOhCA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOSF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAPnCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOyCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChHN%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR8CG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQzBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BACxJH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT%2BEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASvEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATuEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU7EH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BACrMD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXaC%3BAAAA%3BAAAA%3BAAAA%3BAWJD%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX5QD%3BAYEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ0DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYhDF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ7BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY%2BCF%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%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACrWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BACpCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACdZ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf4BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAehBF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfrCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeqDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf%2FDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeyEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfxID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe8IC%3BAAAA%3BAAAA%3BAf9ID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeqFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfvGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAewHA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAfpIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe4IC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAfjJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeuJA%3BAAAA%3BAAAA%3BAfvJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe8JD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf9JC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe6KF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGE%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAfplBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe2lBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBC%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAf79BA%3BAek%2BBC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAf38BE%3BAei9BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfj8BE%3BAew8BH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAfj%2FBE%3BAew%2FBF%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf3nCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeunCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAfnqCG%3BAeyqCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAflpCC%3BAe0pCF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAf7rCI%3BAAAA%3BAAAA%3BAAAA%3BAeisCH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAftvCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeswCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAftwCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAemxCD%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfryCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAegzCH%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAfv4CE%3BAe84CF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BACnjDL%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBoBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB4CH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB7JE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBsKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB9IE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgByJF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBjKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgByKH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBzLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBiMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAhB3LG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBmMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB5QI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgByRH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAhBlPG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgByPH%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAhB3TD%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBDA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAjBfE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBwBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBzEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBoFF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjB5GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBwHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAjBxIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBgJE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAjBxGA%3BAiBiHF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBlIG%3BAiByIF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxPD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBzBC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBWG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBFH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAlBAE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBOH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBlCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB8CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB1CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBsDF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAlBnJD%3BAkBwJC%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAlBnGE%3BAkBuGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAlBzJG%3BAkB6JF%3BAAAA%3BAAAA%3BAAAA%3BAlB9MD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkByNC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBxKE%3BAkBgLH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAlBlLG%3BAkBuLH%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBpLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBsMF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAiBH%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAlBhWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBuWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBnXA%3BAkB4XH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB3XE%3BAkBkYH%3BAAAA%3BAAAA%3BAAAA%3BAlB5XG%3BAkBiYH%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBlcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB8cH%3BAAAA%3BAAAA%3BAlB7ZG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBuaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAlBneD%3BAAAA%3BAAAA%3BAAAA%3BAkBweG%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAlBvhBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBiiBC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAEE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAAA%3BAlB5gBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvDH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB6kBA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAlBnlBA%3BAkBwlBA%3BAAAA%3BAAAA%3BAAAA%3BAlBxlBA%3BAkB8lBC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAlBhnBA%3BAkBunBC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BACjqBF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAnBoEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB9DH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAnBxBA%3BAmB6BA%3BAAAA%3BAAAA%3BAAAA%3BAnBtBG%3BAmB2BH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAnBTG%3BAmBcH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBNG%3BAmBYH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAnBtGF%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%3BAoBDA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBmDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBnCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBmCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB1BJ%3BAAAA%3BAAAA%3BAAAA%3BApB0BI%3BAoBtBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBYG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBNH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBVC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBkBD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBvCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBqDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBnEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBkFH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBlGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB0GH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BApBhHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBsHH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC7LD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BArBwCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBhCH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAClDD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAtB4EG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBpEJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB6BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBpBJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBtIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBmJJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBrHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB6HJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAtBjII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBwIJ%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAEE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB5cC%3BAsBmdA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAtBtdG%3BAsB2dH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiCA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAkCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB1gBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBwgBJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB9gBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBuhBJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAtB5hBE%3BAsBiiBF%3BAAAA%3BAAAA%3BAAAA%3BAtBnjBE%3BAsB%2BjBH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAtBxjBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB%2BjBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAtBxkBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB8kBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBzlBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBmmBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBnmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB8mBJ%3BAAAA%3BAAAA%3BAtBhoBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlBA%3BAsB2oBH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBrpBE%3BAsB0pBA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB%2FpBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBwqBF%3BAAAA%3BAAAA%3BAAAA%3BAtB%2FtBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBwqBJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAtBtuBG%3BAsB2uBH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBtyBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8EI%3BAsBkuBH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACC%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAClhCJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAvBmDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvDH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBcA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAvBEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAvBhDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBuDJ%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBxBI%3BAuB2CH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB1DG%3BAuBqEH%3BAAAA%3BAAAA%3BAAAA%3BAAuCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAvBxJI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB4IJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBpKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAuB4DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBpLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzBA%3BAuB6NF%3BAAAA%3BAAAA%3BAAAA%3BAC%2FOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBmDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBrCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxB7BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBsCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBUJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBhDI%3BAwBuDH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBnJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwB4JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACtND%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAzBNC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBhBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyByBJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAzBIG%3BAyBCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACzED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BAH%3BAAAA%3BAAAA%3BAAAA%3BA1B%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BwCC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BtBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B8BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BNG%3BA0BkBH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxGF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BxBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BA2BgCF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BvBI%3BA2B8BH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BfG%3BA2BsBH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA3BlBG%3BA2BuBH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BA3BpGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B0GC%3BAAAA%3BAAAA%3BACrHD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BgCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BzCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BdC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BA5BgBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BVF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BoBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BXH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BKH%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA7BQG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BAJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7B3FA%3BA6BqGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BA7B1DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BoDF%3BAAAA%3BAAAA%3BAAAA%3BA7B1DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B8DD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BjEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B6ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BpLC%3BA6B6LH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BzMC%3BA6BkNH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAC7TJ%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BA9BMD%3BA8BCE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B9BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BuCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA9BzBG%3BA8B8BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACtGD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBvDG%3BA%2BB4DH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBvDG%3BA%2BB4DH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BACjJF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhC7BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCqCH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAhC%2FDG%3BAgCqEH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAClJF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCeC%3BAAAA%3BAAAA%3BAAAA%3BAiCND%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCpDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC4DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAjCrFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC2FF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCrHI%3BAiC4HH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAjC5HG%3BAiCiIH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5ND%3BAAAA%3BAAAA%3BAAAA%3BAlC6DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkChEH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlC5BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCsCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlClDI%3BAkC8DH%3BAAAA%3BAAAA%3BAAAA%3BAlC5CG%3BAkCiDH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC1HD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC6BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCpBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCNG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCmBF%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC5JG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCyKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC5LG%3BAmCmMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACpQA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC9BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC4CG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCrCH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCkCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCxCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BArC%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCzBF%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BArCpEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC2EH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAC1KA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACfF%3BAAAA%3BAAAA%3BAAAA%3BAvCiDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCvDH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvC%2BBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuC3BH%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvCuBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAvCQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCAH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvCAG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAvC7BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCmCH%3BAAAA%3BAAAA%3BAvCrDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAuCwCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3GH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACrBF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCyCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCpBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCSH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAzCaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCLH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCcD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAzCnBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyC2BD%3BAAAA%3BAAAA%3BAzC7CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCsCD%3BAAAA%3BAAAA%3BAzCxDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCiDF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC5PH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1CmDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CzCH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BA1C6CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CpCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA1CnJG%3BA0CwJH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BA1CvRH%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0C6UA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAC%2FUD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BA3CgDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2C1CH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3C7FA%3BA2CsGC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BA3CpFG%3BA2CyFH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BA3CtFG%3BA2C2FH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3CjMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BA5ClFI%3BAAAA%3BAAAA%3BAAAA%3BA4CuFF%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACtMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BA7C1CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6CiDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BA7CUE%3BA6CJH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC7FD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAKE%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA9CrFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8C%2BFF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9CvLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CmMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BACvUF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%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%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BACvPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhDhBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgDkBF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAhDhDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgDuDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhDvDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgDkEA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhDvGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgDiFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQG%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhDzTC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgDoUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%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%3BAAuBC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDtJD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDiKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjD%2FKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDwLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjD3ND%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDiOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BACxRN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BACzPN%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnDmDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmD3CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAnDsBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmDfA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnDQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmDII%3BAAAA%3BAAAA%3BAnD%2FCJ%3BAmDmDY%3BAAAA%3BAAAA%3BAAAA%3BAnDRZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoD7DJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApDiCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoD7CI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApDIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BApDPC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDcF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApDzCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDzCH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BArDoDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDhDD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDsCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDVD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArD3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDjCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDUC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDpDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDlCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqD0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArD1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDmDC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BArDlFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDoDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDlFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDyDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDrEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDiFD%3BAAAA%3BAAAA%3BArDvFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDyFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDzFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDgGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDlHD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDyGE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWL%3BAAAA%3BAAAA%3BAC1LF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOO%3BAAAA%3BAAAA%3BAvDFJ%3BAuDMW%3BAAAA%3BAAAA%3BAAAA%3BAAQX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDxBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FGH%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxD8DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwDrDF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FMA%3BAAAA%3BAAAA%3BAzDkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyDXA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzD%2BCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyD5CQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAzD9BZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyDsCgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzDtChB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyDuCgB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAzDjDhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyDyDoB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzDnFxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyDuFwB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzD7FxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyD%2BFwB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzDrGxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyD4GwB%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAe5B%3BAAAA%3BAAAA%3BAC3MF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1DvCH%3BA0DqDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1D5CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DmCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1DjGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DkHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BA1D7KJ%3BA0DwLC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BACzRN%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3DYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2DLD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3DbF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2DmBG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA3DzBE%3BA2DgCF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BA3DrCI%3BA2DyCH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BA3DzCE%3BA2D%2BCH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3D9DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2D0EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3DjII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2DwIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BA3DjJE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2D0JH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BA3DtJE%3BA2D4JH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3DhJG%3BA2DuJH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3D1LI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2DkMF%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BA3DvMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2D6MC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3QF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BA5DuCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4DhCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5DyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4DrBA%3BAAAA%3BAAAA%3BA5DGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4DfG%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5D9CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4DuBC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5DxED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4D6FE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5D1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4DsGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5DpIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4D8GG%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAC7NP%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA7DuDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6DjCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BACxEhB%3BAAAA%3BAAAA%3BA9DmEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8D5DA%3BAAAA%3BAAAA%3BA9DsDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8D9CI%3BAAAA%3BAAAA%3BA9D8CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8DtCA%3BAAAA%3BAAAA%3BA9D0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8DpBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAC9ER%3BAAAA%3BAAAA%3BA%2FDmEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BD9DA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACbJ%3BAAAA%3BAAAA%3BAhE0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgEpCA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BACvDR%3BAAAA%3BAAAA%3BAjE6DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiEvDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjEuDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiE9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjE4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiEbI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjENJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiEyBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjE7BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiEsCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjEtCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiE6CY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAjEzFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiEgGI%3BAAAA%3BAAAA%3BAAAA%3BAjEhGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiEyGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BACzKH%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlE8DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkEtDH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlE%2FEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkE0FH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrOF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACTD%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApEeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoERA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BApETR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoE6BQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApEcR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoEFY%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApEpHZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoE8HY%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApE1FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoEkGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BApEvHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoE8HA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACvMR%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BArEyDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqEpDF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArEgDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqEtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArEsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqEvBE%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArEOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqEQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArErBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqEmCF%3BAAAA%3BAAAA%3BArE9EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqEmFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAC1GJ%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtEwEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsEjEF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAtE6DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsEnDF%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtEtBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsEoCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtE5FA%3BAAAA%3BAAAA%3BAAAA%3BAsEkGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtElIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsEyII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtE5HD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsEoIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtE3UF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsEoVC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtEzVF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuEEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvEEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuEQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvEdD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuEgBC%3BAAAA%3BAAAA%3BACjFH%3BAAAA%3BAAAA%3BAxE%2BCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwE9CF%3BAAAA%3BAAAA%3BAAAA%3BAxE8CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwEvCD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAxEoCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwExBH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxERG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwEbH%3BAAAA%3BAAAA%3BAxEjBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwEiBH%3BAAAA%3BAAAA%3BAAAA%3BAxEjBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEnEJ%3BAAAA%3BAAAA%3BAzE6DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyExDH%3BAAAA%3BAAAA%3BAzE8DG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEvDF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAzEiCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyE1BC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzEkCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEzBA%3BAAAA%3BAAAA%3BAzEaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEjBC%3BAAAA%3BAAAA%3BAzEiBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyELA%3BAAAA%3BAAAA%3BAAAA%3BAzEPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzEFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEcG%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAzElBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEuBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAzEpCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyE0CI%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzEhEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyE2EI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzErJR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyE2JM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzEnLN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyE%2BJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzE%2FNG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEwOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzExOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEyOD%3BAAAA%3BAAAA%3BAAAA%3BAzEzOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEkPD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAzErUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyE2UC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzE1WH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyE0XA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAzE9ZC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyE4YC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAzEzbI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyE8bH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzE9bG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEscF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzE9cE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyE0dD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAzEpfC%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%3BAyEohBF%3BAAAA%3BAAAA%3BAzEphBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyE6hBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzExjBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEskBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BACxjCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5HD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3EmDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2E3CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3EiDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2EzCJ%3BAAAA%3BAAAA%3BAAAA%3BA3EyCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2EnCF%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BA3E5FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2E8GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3ElII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2EkHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAC9QD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%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%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5ElDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4EyDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5EzDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4E0EA%3BAAAA%3BAAAA%3BA5EtFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4EqGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5ErGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4E8GE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5ErIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4EsJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5ElQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4EsQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5E1VC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4EsWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5E%2FZI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4E0ZJ%3BAAAA%3BAAAA%3BAAAA%3BA5E5aI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4EmaH%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5EnbE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4E2ZD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5E1cE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4EkbD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5EtcG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4E%2BcF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BA5EheG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4EueH%3BAAAA%3BAAAA%3BAAAA%3BA5EveG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4E8eH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5EtfG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4E%2BfH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5EjhBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4E2hBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5ErhBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4EmiBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5EniBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4EkjBF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BA5E7nBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BA4EynBF%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpvBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7EyEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6EhEJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BA7E4CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6ErCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7EqCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6EtBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7EsBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgFH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BA6EzGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7ESI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6EAJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7EZI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6EqBJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BA7EzEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6E%2BEF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7ExKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6EiLJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BA7ErNI%3BA6EyNH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7EnNG%3BA6E6NH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7ElPI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6E2PJ%3BAAAA%3BAAAA%3BA7E3PI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6EiQJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMH%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA7E9YG%3BA6EmZH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7E5ZG%3BA6EmaH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7E5dG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6EmdH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7EvfI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6EwfJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7ErgBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6EmhBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BA7ExnBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6E8nBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BA7EjpBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6EwpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7EvqBI%3BA6EgrBF%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BA7E%2FpBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BA6EkqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7E1pBA%3BA6EyqBH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7EpwBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6EkxBJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BA7EnyBI%3BA6EuyBH%3BAAAA%3BAAAA%3BAAAA%3BA7ErxBG%3BA6E2xBF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACz8BC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9E%2FCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8EyDH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BA9E5DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8EqEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9ElDG%3BA8E4DH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA9E%2FDG%3BA8EoEH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA9EjEG%3BA8EsEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACrKD%3BAAAA%3BAAAA%3BA%2FEmEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BE9DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FEAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgFVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAhFkCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgFQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAhFSE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgFpCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhFcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgFJC%3BAAAA%3BAAAA%3BAAAA%3BAhFUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgFHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhFNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgFMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxEJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjFgEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiFxDF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAjFoDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiF5CA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjFoBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiFNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjFVG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiFoBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjFzCC%3BAiFoDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjFtGF%3BAiFqHD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjFjIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiFiGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAjF7HG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiFuIH%3BAAAA%3BAAAA%3BAAAA%3BAjFvIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiF6IF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjFjJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3CA%3BAiFuMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjFpOG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiF8OF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjF%2FRG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiFqSF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjFhUC%3BAiFuUA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjF%2FUC%3BAiFsVA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjFxVC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAiFyWA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAjF5XE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiFiWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjF%2FXC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiFqWA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAC5dE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlF0DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkFvCF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlFoCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkFnBD%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAlFYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkFZC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAlFzBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkFiCE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlFzCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkFmDI%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlFlEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkFiFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAlFvHC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkFyHA%3BAAAA%3BAAAA%3BAlFrIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkF8IF%3BAAAA%3BAAAA%3BAlFpJE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkFsJD%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAlF3JC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkFgKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlF%2FKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkFiMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAlF1NH%3BAAAA%3BAAAA%3BAAAA%3BAkFyOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAlF5PD%3BAkFsQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlFtQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkF0RE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAlF%2FWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmF9DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnFwDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoF5DF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BApFgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoFpBD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACpLC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BArF2DG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqFhDD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BArFnIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsF7DF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAgCF%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAUP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtFrLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsFuMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BACtSH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAvF4CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFzBE%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvFgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFPA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvFpIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuF6IE%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAvF%2FLD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuF4ME%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAvFlLD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuF%2BLG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAvF%2FML%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuF2NG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvF3NH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuF6OM%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvF5UL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFuVK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvFvVL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFyWF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAvFzWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuF2XE%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvF5ZC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFqaA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAvFhjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFyjBE%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvF9mBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuF6nBE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAvFnmBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFgnBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAeP%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAvFrpBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFuqBE%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvFhuBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFyuBA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAvF93BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFu4BE%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAvFz7BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFs8BE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAvF56BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFy7BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAeP%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAvF99BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuF6%2BBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvFj%2BBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuF0%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAvFhhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFyhCE%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAvF3kCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFwlCE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAvF9jCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuF2kCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAoBH%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAvF%2FoCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuF%2BpCD%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BACruCD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxF2CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwFhCA%3BAAAA%3BAAAA%3BAxF0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwFlBF%3BAAAA%3BAAAA%3BAxFwBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwFdD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAxFWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwFHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAxFbD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwF0BE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAC3GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BACxCF%3BAAAA%3BAAAA%3BA1F4DG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0F9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1F8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0FpCA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BA1FuBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0FdE%3BAAAA%3BAAAA%3BAAAA%3BA1FQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0FEC%3BAAAA%3BAAAA%3BAAAA%3BA1FFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0FQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1FRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0FYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1FlBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0FgCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1FtCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0FqDA%3BAAAA%3BAAAA%3BA1FrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0F2DE%3BAAAA%3BAAAA%3BA1F3DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0FmEA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BA1FtED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0F8EA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BA1FvFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0F%2BFG%3BAAAA%3BAAAA%3BA1F%2FFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */