@charset "UTF-8";
#testimonial_page .testimonial_wrap .img_wrap {
  overflow: hidden;
}
#testimonial_page .testimonial_wrap .img_wrap > a {
  font-size: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  #testimonial_page .testimonial_wrap .img_wrap {
    width: 250px !important;
    height: 250px !important;
    transform: translateX(-30px);
  }
}
@media (max-width: 768px) {
  #contact_services .service__btn {
    width: 70%;
    margin: 0 auto;
  }
}
#contact .logo {
  text-align: center;
}
#contact .logo img {
  transform: translateX(-20px);
}
#contact .contact-content {
  text-align: center;
}
#contactus-section > .row > div .contactus-content a {
  width: 100% !important;
}
@media (max-width: 992px) and (min-width: 768px) {
  body #main-header {
    top: 44px !important;
  }
  body.admin-bar #main-header {
    top: 44px !important;
  }
  body #main-header .header-content {
    padding: 25px 0 !important;
  }
  .mean-container .mean-bar {
    top: 0;
    position: fixed;
  }
}
@media (max-width: 1480px) and (min-width: 768px) {
  #main-header .container-md {
    margin: 0 auto;
    max-width: 95% !important;
    padding: 0 !important;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  #main-header .container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  #main-header .navigation {
    display: none !important;
  }
}
#main-header .navigation #main-header .navigation {
  display: none !important;
}
#main-header .navigation ul#menu-header-menu {
  display: flex;
  justify-content: space-between;
}
#main-header .navigation ul#menu-header-menu ul.sub-menu {
  transform: translateY(-11px);
}
@media (max-width: 1480px) and (min-width: 992px) {
  #main-header .navigation ul#menu-header-menu ul.sub-menu {
    transform: initial;
  }
}
#main-header .navigation ul#menu-header-menu > li {
  padding: 0 0 0 30px !important;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) and (min-width: 992px) {
  #main-header .navigation ul#menu-header-menu > li {
    padding-left: 20px !important;
  }
}
#main-header .navigation ul#menu-header-menu > li:last-child {
  padding-right: 0 !important;
}
#main-header .navigation ul#menu-header-menu > li > a {
  font-weight: 700;
  display: block;
}
#main-header .navigation ul#menu-header-menu > li.locations {
  /*padding: 0 !important;*/
}
#home-banner .banner-holder .table-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #home-banner .banner-holder .table-wrapper {
    padding: 15% 0;
  }
}
#home-banner .banner-holder .table-wrapper .banner-content {
  padding: 0 !important;
}
@media (max-width: 767px) {
  #home-banner .banner-holder .table-wrapper .banner-content .banner-text ul.btn-list li:last-child {
    margin-bottom: 0;
  }
}
#home-banner .banner-holder .table-wrapper .banner-content .scroll {
  position: relative;
  top: 2vw;
  letter-spacing: 2px;
}
#home-banner .services-section {
  top: 0 !important;
}
#home-banner ul.services-list {
  /*
    display: grid;
    grid-gap: 4px;
    grid-template-columns: repeat(6,1fr);

    @media (max-width: 992px) {
      grid-template-columns: repeat(3, 1fr);
    }

    @media (max-width: 768px) {
      grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 500px) {
      grid-template-columns: repeat(1, 1fr);
    }
    */
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1275px) {
  #home-banner ul.services-list {
    flex-wrap: wrap;
  }
}
#home-banner ul.services-list li {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 1275px) {
  #home-banner ul.services-list li {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  #home-banner ul.services-list li {
    width: 100%;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #home-banner ul.services-list li h3 {
    font-size: 20px;
    line-height: 160%;
  }
}
#it-services .service-list {
  /*display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10vw 0;

    @media (max-width: 768px) {
      grid-template-columns: repeat(2,1fr);
    }

    @media (max-width: 500px) {
      grid-template-columns: repeat(1,1fr);
    }
    */
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  #it-services .service-list {
    flex-wrap: wrap;
  }
}
#it-services .service-list li {
  padding: 0;
  width: 100%;
}
@media (max-width: 980px) {
  #it-services .service-list li {
    width: 50%;
    margin-bottom: 40px !important;
  }
  #it-services .service-list li:nth-child(3), #it-services .service-list li:nth-child(4) {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  #it-services .service-list li {
    width: 100%;
  }
  #it-services .service-list li:nth-child(3) {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 576px) {
  #it-services .border-btm:after {
    margin: 9% auto 0;
  }
  #it-services .service-list-wrapper {
    padding-top: 9%;
  }
  #it-services .service-list {
    padding-top: 9%;
  }
}
@media (max-width: 767px) {
  #featured-section .featured-section .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #featured-section .featured-section .row:before {
    display: none;
  }
  #featured-section .featured-section .row .featured-wrap {
    max-width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  #featured-section .featured-section .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {
  #featured-section h2 {
    font-size: 30px;
    line-height: 130%;
  }
}
@media (min-width: 992px) {
  #webinar-blog-section .sidebar-search.fixed {
    /*transform: translateX(43px);*/
  }
}
#webinar-blog-section .btm_list {
  display: flex;
  align-items: center !important;
  flex-direction: row;
  width: 105%;
}
@media screen and (max-width: 1120px) {
  #webinar-blog-section .btm_list {
    flex-wrap: wrap;
  }
}
#webinar-blog-section .btm_list > a {
  margin-right: 9px;
  font-size: 10px;
  padding: 7px 10px;
}
#webinar-blog-section .btm_list li {
  margin-bottom: 0;
  margin-right: 4px;
}
#webinar-blog-section .btm_list li p {
  font-size: 10px !important;
}
@media (max-width: 1300px) and (min-width: 992px) {
  #webinar-blog-section .btm_list > a {
    margin-right: 20px;
  }
  #webinar-blog-section .btm_list li:last-child {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  #webinar-blog-section {
    /*padding: 0;*/
  }
}
@media (max-width: 992px) {
  #webinar-blog-section > .container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  #webinar-blog-section .sidebar-search {
    max-width: none;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    padding: 25px 10px;
  }
  #webinar-blog-section .sidebar-search.fixed {
    position: static;
  }
  #webinar-blog-section .sidebar-search h2 {
    font-size: 26px;
  }
}
@media (max-width: 992px) and (max-width: 992px) and (min-width: 768px) {
  #webinar-blog-section .blog_content {
    display: flex;
    align-items: center;
  }
  #webinar-blog-section .blog_text {
    width: 60%;
  }
  #webinar-blog-section .blog_text h2 {
    margin: 0 0 30px;
    font-size: 25px;
  }
  #webinar-blog-section .blog_text .blog_btm_text {
    margin-top: 42px;
  }
  #webinar-blog-section .blog_text .learn_more_btn {
    font-size: 11px;
  }
  #webinar-blog-section .blog_text .btm_list li {
    font-size: 11px;
  }
}
#webinar-blog-section #pagination {
  width: 96.5%;
  border-top: 1px solid #e2e2e2;
}
#webinar-blog-section #pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 373px) {
  #webinar-blog-section #pagination .wp-pagenavi {
    justify-content: center;
  }
}
#webinar-blog-section > .container > .row {
  display: flex;
  margin: 0;
}
@media (max-width: 576px) {
  #webinar-blog-section > .container > .row .blog_content .blog_img {
    height: 250px;
  }
}
@media (max-width: 373px) {
  #webinar-blog-section > .container > .row .blog_content .blog_img {
    height: 200px;
  }
  #webinar-blog-section > .container > .row .blog_content .blog_text {
    text-align: center;
  }
}
@media (max-width: 992px) {
  #webinar-blog-section > .container > .row .blog_content .btm_list {
    width: 100%;
  }
  #webinar-blog-section > .container > .row .blog_content .btm_list > a {
    margin-right: 20px;
  }
  #webinar-blog-section > .container > .row .blog_content .btm_list li {
    margin-bottom: 20px !important;
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  #webinar-blog-section > .container > .row .blog_content .btm_list {
    justify-content: flex-start;
  }
  #webinar-blog-section > .container > .row .blog_content .btm_list > a {
    order: 3;
    width: auto;
    margin-right: 0;
    margin-left: auto;
  }
  #webinar-blog-section > .container > .row .blog_content .btm_list li {
    width: 31%;
    min-width: 145px;
    margin-right: 0;
  }
  #webinar-blog-section > .container > .row .blog_content .btm_list li:first-child {
    order: 1;
  }
  #webinar-blog-section > .container > .row .blog_content .btm_list li:last-child {
    order: 2;
  }
}
@media (max-width: 576px) and (max-width: 505px) {
  #webinar-blog-section > .container > .row .blog_content .btm_list > a {
    margin-left: 0;
  }
}
@media (max-width: 576px) and (max-width: 505px) {
  #webinar-blog-section > .container > .row .blog_content .btm_list li {
    margin-bottom: 30px;
  }
}
@media (max-width: 373px) {
  #webinar-blog-section > .container > .row .blog_content .btm_list {
    flex-direction: column !important;
    justify-content: center;
  }
  #webinar-blog-section > .container > .row .blog_content .btm_list > a {
    order: 3;
    width: auto;
    margin-right: 0;
  }
  #webinar-blog-section > .container > .row .blog_content .btm_list li {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #webinar-blog-section > .container > .row .blog_content .btm_list li.user {
    transform: translateX(8px) !important;
  }
  #webinar-blog-section > .container > .row .blog_content .btm_list li.user p {
    text-align: left;
  }
  #webinar-blog-section > .container > .row .blog_content .btm_list li:last-child {
    transform: translateX(2px);
  }
}
@media (max-width: 1110px) {
  #webinar-blog-section > .container > .row {
    flex-direction: column-reverse;
  }
  #webinar-blog-section > .container > .row .col-sm-modi-8 {
    order: 1;
    margin: 0 auto;
    width: 90%;
    padding: 8% 0;
  }
  #webinar-blog-section > .container > .row .col-sm-modi-4.dfdf {
    order: 1;
    padding: 0;
  }
}
@media (max-width: 1110px) and (max-width: 992px) {
  #webinar-blog-section > .container > .row .col-sm-modi-4.dfdf {
    width: 100%;
  }
}
.content-page-cols .sidebar-form {
  padding-bottom: 25px;
}
#ssf_szBMtDQwSzPRNTdOS9M1STQy17VMs0zUNUtMNDOxNLM0NUoxAgA {
  /*height: 620px;*/
}
body {
  /* BODY CONTENT */
}
body #main-header .logo a img {
  max-height: 44px;
  width: auto;
}
body #page_post-banner .banner-text {
  font-size: 20px;
}
body #main-header .contact-wrap a:nth-child(2) {
  /*display: none !important;*/
}
@media (max-width: 960px) and (min-width: 768px) {
  body #main-header .contact-wrap a.btn {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
body #page_post-banner .banner-holder {
  width: 90%;
  margin: auto;
}
body #main-header .nav-list li a {
  font-size: 18px;
  letter-spacing: 0.4px;
}
@media (max-width: 1200px) {
  body #main-header .nav-list li a {
    font-size: 16px;
  }
}
body #blog-section .blog-wrap {
  height: 280px;
}
body #main-banner .services-list li:nth-child(1), body li:nth-child(2), body li:nth-child(3) {
  margin-bottom: 0px;
}
body #page_post-banner .banner-text h1 {
  font-size: 50px;
  line-height: 110%;
}
@media (max-width: 980px) {
  body #page_post-banner .banner-text h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  body #page_post-banner .banner-text h1 {
    font-size: 32px;
  }
}
body .our-partners-form .fsForm .fsSubmit {
  width: auto;
}
body #page_post-banner {
  overflow: visible;
}
body #page_post-banner .banner-text h1 {
  margin: 0 auto;
}
body #page_post-banner .banner-text p {
  margin-top: 40px;
}
body #main-footer a:hover {
  color: #ed6b24;
}
body #blog-section .info-text h3 a:hover {
  color: #ed6b24;
}
@media (max-width: 767px) {
  body #it-services .img-wrap {
    margin-bottom: 25px;
  }
}
body #it-services .service-list .service-content {
  padding: 0 5%;
}
body #it-services .img-wrap img {
  max-height: 90px;
  width: auto;
}
@media (max-width: 767px) {
  body #it-services .img-wrap img {
    max-height: 70px;
  }
}
body .container-md {
  max-width: 1920px !important;
  width: auto;
}
body .body-content {
  text-align: center;
}
body .body-content a {
  color: #ed6b24;
}
body .body-content a:hover {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  body #page_post-banner .banner-holder {
    min-height: 350px;
    height: auto;
  }
}
body #main-header .header-content {
  padding: 10px 0;
}
body #main-header .logo {
  margin-left: -15px;
}
@media (max-width: 767px) {
  body #main-header .logo {
    margin-left: -8%;
  }
}
@media (max-width: 767px) {
  body #home-banner span.block {
    display: inline-block !important;
  }
  body #featured-section .featured-img {
    margin-bottom: 15px;
  }
  body #main-footer .logo-wrap {
    margin-left: -10%;
  }
  body #main-footer .footer-content {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
  }
  body #featured-section .featured-img img {
    height: 70px;
    width: auto;
  }
  body #main-header .contact-wrap {
    margin-left: 0;
  }
}
body #main-header .navigation {
  padding-top: 0.5%;
  padding-bottom: 10px;
}
@media (min-width: 1280px) {
  body #main-header .navigation {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1440px) {
  body #main-header .navigation {
    max-width: 1500px;
    margin: auto;
  }
}
body.admin-bar #main-header {
  top: 32px;
}
@media (min-width: 981px) {
  body.admin-bar #page_post-banner {
    margin-top: 164px;
  }
}
body #main-header {
  background: #fff;
}
body .body-content {
  font-size: 10px;
}
body .body-content .body-content h1, body .body-content .body-content h2, body .body-content .body-content h3 {
  font-family: "heebobold", arial, sans-serif;
  font-weight: normal;
  line-height: 1.45;
}
body .body-content h1 {
  font-size: 2.8em;
  margin: 0 0 1.07em;
}
body .body-content h2 {
  font-size: 3em;
  margin: 0 0 0.5em;
  font-weight: 600;
}
body .body-content h2:first-child + p {
  /*font-size: 24px !important;*/
  letter-spacing: 0.6px !important;
  overflow: inherit !important;
  line-height: 1.45;
  margin: 0 0 0.667em;
  font-weight: 700;
}
body .body-content h3 {
  font-size: 2.4em;
  margin: 2em 0 0.942em;
  font-weight: 600;
}
@media (max-width: 767px) {
  body .body-content h3 {
    margin: 2.5em 0 0.942em !important;
  }
}
body .body-content p {
  font-size: 1.8em;
  margin: 0 0 1.667em;
}
@media (max-width: 767px) {
  body .body-content p {
    font-size: 1.6em;
  }
}
body .body-content blockquote {
  font-size: 1em;
}
body .body-content blockquote p {
  font-size: 1.8em;
}
@media (max-width: 767px) {
  body .body-content blockquote p {
    font-size: 1.1em;
  }
}
body .body-content blockquote p:last-child {
  margin-bottom: 0 !important;
}
body .body-content sup {
  font-size: 0.8em !important;
}
body .body-content ol.two-col, body .body-content ul.two-col {
  column-count: 2;
  column-gap: 3em;
}
body .body-content ol.centered, body .body-content ul.centered {
  max-width: 770px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body .body-content ol li, body .body-content ul li {
  font-size: 1.8em;
}
@media (max-width: 767px) {
  body .body-content ol li, body .body-content ul li {
    font-size: 1.6em;
  }
}
body .body-content ol li p:last-child, body .body-content ul li p:last-child {
  margin-bottom: 0 !important;
}
body .body-content ol ul, body .body-content ol ol, body .body-content ul ul, body .body-content ul ol {
  margin: 1.5em auto 1.667em 2.5% 0;
}
body .body-content ul {
  list-style: none;
  max-width: none;
  margin: 40px 0;
}
body .body-content ul li {
  width: 100%;
  float: none;
  text-align: left;
  position: relative;
  padding: 0 0 0 30px !important;
  margin-bottom: 1em;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
  color: #000;
}
body .body-content ul li:before {
  content: "•";
  color: #f36d21;
  font-size: 2.222em;
  vertical-align: middle;
  line-height: 0.7em;
  position: absolute;
  left: 0;
}
body #page_post-banner .banner-text p {
  line-height: 160%;
  font-size: 110%;
}
@media (max-width: 767px) {
  body #page_post-banner .banner-text p {
    font-size: 100%;
  }
}
body #webinar-blog-section .sticky-content.fixed {
  right: auto;
}
body #webinar-blog-section .blog_content .blog_img {
  border: 1px solid #ed6b24;
}
body #main-footer .privacy-text a:hover {
  color: #ed6b24;
}
body #blog-section h3 {
  margin-bottom: 10px;
}
body #blog-section .info-text p {
  margin-bottom: 10px;
}
body #blog-section a.read-more {
  margin-bottom: 10px;
}
body #blog-section a.read-more:hover {
  color: #ed6b24;
  border-bottom: 2px solid #ed6b24;
}
.mean-container .mean-nav ul li a.mean-expand {
  padding-top: 17px !important;
  padding-bottom: 7px !important;
  border: none !important;
}
.mean-container .mean-nav ul li li a {
  opacity: 1;
  filter: none;
  color: #333 !important;
  font-size: 15px;
}
.mean-container .mean-nav ul li li a:hover {
  color: #fff !important;
}
.web_leadership .container {
  max-width: 1514px !important;
}
.leadership-strategic {
  margin: 44px 0px 0px 0px;
}
.leadership-strategic h2 {
  font-size: clamp(28px, 3.077vw, 40px) !important;
  margin: 0px 0px 92px 0px !important;
}
@media (max-width: 1440px) {
  .leadership-strategic h2 {
    margin: 0px 0px 60px 0px !important;
  }
}
@media (max-width: 980px) {
  .leadership-strategic h2 {
    margin: 0px 0px 50px 0px !important;
  }
}
#leader-list {
  font-size: 18px;
}
#leader-list .content-list-item {
  display: inline-block;
  max-width: 25%;
  vertical-align: top;
  padding: 0 1.8% 6%;
}
@media (max-width: 1200px) {
  #leader-list .content-list-item {
    max-width: 49%;
  }
}
@media (max-width: 980px) {
  #leader-list .content-list-item {
    max-width: 100%;
  }
}
#leader-list .content-list-item h2 {
  font-weight: 500;
}
#leader-list .content-list-item p {
  font-size: 1em;
  line-height: 2;
}
.content-page-cols .content-page-row {
  width: auto;
  margin: unset;
  overflow: unset;
  max-width: unset;
  float: none;
}
.content-page-cols .col-sm-3 {
  width: 33%;
  padding: 0;
  background: #fff;
  z-index: 2;
  padding-right: 15px;
  padding-left: 15px;
}
.content-page-cols .career_sidebarwrap {
  max-width: 300px;
  float: right;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .content-page-cols .career_sidebarwrap {
    width: 100%;
  }
}
.content-page-cols p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.content-page-cols .sidebar-heading {
  height: 285px !important;
  border-radius: 8px 8px 0 0;
  padding: 32px 25px;
  display: flex;
  flex-direction: column;
  border: 0;
  background: url("/wp-content/uploads/2020/01/Rectangle_15_copy_4.png") #fff;
  background-position: bottom center;
}
@media (max-width: 980px) {
  .content-page-cols .sidebar-heading {
    height: 300px !important;
  }
}
.content-page-cols .sidebar-heading h5 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 12px;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.15;
}
.content-page-cols .sidebar-heading h6 {
  /*font-size: 15px !important;*/
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  color: #ffffff;
  /*FOR GSC*/
  font-size: 16px !important;
}
.content-page-cols .sidebar-form {
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
}
.content-page-cols .sidebar-form .sidebar-text {
  padding-top: 0;
}
.content-page-cols .sidebar-form .sidebar-text ul {
  margin: 10px 0 0 !important;
  max-width: 100% !important;
}
.sidebar-text {
  padding: 0px 20px 0;
  /*font-size: 15px;*/
  /*FOR GSC*/
  font-size: 16px;
}
img.sidebr_book {
  position: relative;
  top: 12px !important;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.sidebar-text p {
  margin-top: 0;
  line-height: 1.25;
  text-align: left;
  /*font-size: 15px !important;*/
  /*FOR GSC*/
  font-size: 16px !important;
}
.sidebar-text ul li {
  line-height: 1.25;
  text-align: left;
  margin-bottom: 10px;
  list-style: none;
}
.sidebar-text ul > li {
  list-style: none;
  position: relative;
  padding-left: 45px !important;
  padding-bottom: 0 !important;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: inline-block;
  width: 100%;
}
.sidebar-text ul li:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2020/01/Vector_Smart_Object_copy.png) center center no-repeat;
  background-size: cover;
  width: 33px;
  height: 30px;
  left: 0px;
  top: -3px;
}
.content-page-cols .career_form .fsSubmit input.fsSubmitButton {
  max-width: 250px !important;
  height: 55px;
  border-radius: 5px !important;
  background-color: #338e44 !important;
  box-shadow: none !important;
  width: 100%;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.97px;
  background-image: linear-gradient(to top, rgba(1, 71, 47, 0.4) 0%, rgba(12, 174, 118, 0) 100%) !important;
}
.content-page-cols .sidebar-blog h5 {
  font-size: 28px !important;
  font-weight: 700;
  letter-spacing: 0.78px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 18px;
  letter-spacing: 1.4px;
  color: #000000;
  font-family: "heebobold", arial;
}
.content-page-cols .sidebar-blog > p {
  text-align: center;
  margin-bottom: 30px;
}
.content-page-cols .main-form {
  padding: 0 25px;
  max-height: unset !important;
}
.content-page-cols .main-form .fsBody {
  padding: 0;
}
.content-page-cols .main-form .fsBody .fsForm {
  padding: 0;
}
.content-page-cols .fsFirst.fsLast.fsFieldCell {
  margin-bottom: 27px !important;
}
.content-page-cols .sidebar-blog {
  display: none;
  margin-top: 55px;
  padding: 0;
}
.content-page-cols .career_form .fsForm .fsLabel {
  line-height: 1.8em;
  text-transform: uppercase;
  letter-spacing: 1.07px;
  margin-top: 0px !important;
  color: #797979 !important;
  text-align: left;
  font-weight: 400 !important;
  font-family: "heeboregular", arial !important;
  font-size: 12px;
}
.content-page-cols .career_form .fsFieldRow input[type="text"], .content-page-cols .career_form .fsFieldRow input[type="email"], .content-page-cols .career_form .fsFieldRow input[type="number"], .content-page-cols .career_form .fsFieldRow input[type="tel"], .content-page-cols .career_form .fsForm textarea {
  background: #fff !important;
  border: 0 !important;
  border-bottom: 2px solid #5c707c !important;
  color: #797979 !important;
  font-family: "heeboregular", arial !important;
}
.content-page-cols .career_form .fsRequiredMarker {
  font-size: 12px;
  color: #ff0000;
}
.content-page-cols .career_form .fsForm textarea {
  max-height: 85px;
}
.content-page-cols .career_form .fsForm .fsSubmit {
  padding: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
}
.content-page-cols .blog-img {
  width: 120px;
  height: 80px;
  float: left;
  margin-right: 12px;
  min-height: auto;
  margin-bottom: 0;
  background-size: cover !important;
  object-fit: cover;
}
.content-page-cols .sidebar-blog .blog-content {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #aabec8;
  margin-bottom: 25px;
  align-items: center;
}
.content-page-cols .sidebar-blog .blog-content > a {
  display: inline-block;
  float: left;
  margin-top: 4px;
}
.content-page-cols .sidebar-blog .blog-content p {
  /*font-size: 15px;*/
  font-weight: 400;
  margin: 0;
  line-height: 1.36;
  color: #000;
  /*FOR GSC*/
  font-size: 16px;
}
.content-page-cols .sidebar-blog .blog-content.blog-content1 {
  padding-top: 25px;
  border-top: 1px solid #aabec8;
}
.content-page-cols .read_more {
  color: #ed6b24 !important;
  font-size: 11px;
  font-weight: 400 !important;
  line-height: 20px;
  text-decoration: underline !important;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  display: block;
  margin-top: 8px;
}
.content-page-cols .read_more:hover {
  font-weight: bold !important;
}
#page_post-content .content-page-cols .col-sm-12 {
  display: inline-block;
  float: none;
}
#page_post-content .content-page-cols .col-sm-12 .body-content iframe {
  max-width: 66%;
}
#page_post-content .content-page-cols ul.list-colums {
  max-width: 66%;
}
#page_post-content .content-page-cols .col-sm-modi-8 {
  width: auto;
}
#webinar-blog-section .content-page-cols .btm_list > a, #webinar-blog-section .content-page-cols .btm_list li, #webinar-blog-section .content-page-cols a.learn_more_btn {
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}
#webinar-blog-section .content-page-cols .btm_list li p {
  font-size: 11px;
}
@media screen and (max-width: 1110px) {
  .content-page-cols .col-sm-3 {
    margin: auto;
    padding: 0;
  }
}
@media (max-width: 992px) {
  #page_post-content .content-page-cols .col-sm-12 .body-content img, #page_post-content .content-page-cols .col-sm-12 .body-content iframe {
    max-width: 100%;
  }
  #page_post-content .content-page-cols ul.list-colums {
    max-width: 100%;
  }
  #webinar-blog-section .content-page-cols .btm_list > a, #webinar-blog-section .content-page-cols .btm_list li, #webinar-blog-section .content-page-cols a.learn_more_btn {
    margin-bottom: 10px !important;
  }
  #webinar-blog-section .content-page-cols .sidebar-heading {
    background-position: bottom;
    height: 332px;
  }
  img.sidebr_book {
    position: relative;
  }
  .content-page-cols {
    display: flex;
    flex-wrap: wrap;
  }
  .content-page-cols .career_sidebarwrap {
    max-width: 100%;
  }
  .content-page-cols .col-sm-3 {
    width: 300px;
    margin: 0 auto;
    padding: 0;
  }
  .content-page-cols p {
    font-size: 17px;
  }
  .content-page-cols p {
    margin: 18px 0;
  }
  .content-page-cols .sidebar-blog h5 {
    font-size: 22px !important;
  }
  .content-page-cols .sidebar-heading h5 {
    font-size: 22px;
    margin-bottom: 23px;
  }
  .content-page-cols .sidebar-heading h6 {
    font-size: 19px;
  }
  .content-page-cols .sidebar-blog > p {
    margin-bottom: 20px;
  }
  .content-page-cols .col-sm-3 {
    padding: 0;
  }
  .content-page-cols .sidebar-heading {
    background-size: cover;
    height: 275px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
#popmake-79421 {
  max-width: 1000px !important;
  width: 100% !important;
  padding: 3%;
}
@media screen and (max-width: 1050px) {
  #popmake-79421 {
    width: 95% !important;
  }
}
@media (max-width: 980px) {
  #popmake-79421 {
    padding: 25px;
  }
}
#popmake-79421 h2, #popmake-79421 h3 {
  text-align: center;
}
#popmake-79421 h3 {
  margin: 40px 0;
}
@media screen and (max-width: 800px) {
  #popmake-79421 h3 {
    margin: 30px 0;
  }
}
#popmake-79421 h3 a {
  padding: 7px 13px 8px;
  border: 2px solid #f36d21;
  border-radius: 5px;
  transition: all 0.25s ease;
  color: #f36d21;
}
#popmake-79421 h3 a:hover {
  background-color: #f36d21;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #popmake-79421 h3 a {
    display: block;
    margin-top: 15px;
  }
}
#popmake-79421 p {
  text-align: center;
}
@media screen and (max-width: 400px) {
  #popmake-79421 p span {
    display: none;
  }
}
#popmake-79421 p a {
  transition: all 0.25s ease;
}
#popmake-79421 p a:hover {
  color: #f36d21;
}
@media screen and (max-width: 400px) {
  #popmake-79421 p a {
    display: block;
    margin-top: 10px;
  }
}
#myModal #popup_wrapper .gform_wrapper.gravity-theme .ginput_complex span {
  margin: 0 !important;
  padding: 0 !important;
}
#myModal #popup_wrapper .gform_wrapper .gform_validation_errors {
  display: none !important;
}
#myModal #popup_wrapper .gform_wrapper .gform_required_legend {
  display: none !important;
}
#myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: unset;
}
#myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 48%;
  position: relative;
  text-align: left;
  line-height: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 9px !important;
  max-width: 100% !important;
}
@media screen and (max-width: 475px) {
  #myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield {
    width: 100%;
  }
}
#myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(1), #myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(2) {
  width: 100%;
}
#myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
  border: none;
  box-shadow: none;
  background: transparent;
}
#myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, #myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
  border: 2px solid #c02b0a !important;
}
#myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
  width: max-content;
  padding: 0 !important;
  margin: 0;
  font-size: 12px;
  color: red;
  background: none;
  border: none;
  position: absolute;
  right: 2px;
  bottom: 13px;
}
#myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield legend, #myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield label {
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0 !important;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2px;
  color: #000000;
  text-align: left;
  margin-top: 0;
}
#myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield legend .gfield_required, #myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
  color: #ffffff;
}
#myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  margin-top: 0 !important;
}
#myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, #myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  max-width: 100%;
  width: 100%;
  background-image: none;
  font-family: "heebolight", arial;
  color: #000;
  font-weight: 400;
  font-size: 12.33px;
  border: none;
  text-shadow: none;
  line-height: 20px;
  padding: 11px 17px;
  border-radius: 5px;
  /*border: 1px solid transparent;*/
  height: 35px;
  margin: 0;
}
#myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus, #myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:active, #myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus, #myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:active {
  outline: none !important;
  /*border: none !important;*/
}
#myModal #popup_wrapper .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 50px;
  resize: none;
}
#myModal #popup_wrapper .gform_wrapper form .gform_footer {
  padding: 0;
  margin-top: 0;
  text-align: center;
  justify-content: center;
}
#myModal #popup_wrapper .gform_wrapper form .gform_footer input {
  font-family: "heebobold", Arial, sans-serif;
  background-size: 100%;
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 5px;
  background: #1c2f3a;
  color: #fff;
  font-size: 23.12px;
  height: 40px;
  text-shadow: none;
  margin: 0;
  cursor: pointer;
}
#myModal #popup_wrapper .gform_wrapper form .gform_footer input:hover {
  box-shadow: inset 600px 0 0 0 #f36d21 !important;
  border: 1px solid #fff;
  transition: 0.3s;
  background-image: none;
}
/* Page Careers */
.banner_careers {
  text-align: center;
}
.section_careers {
  padding: 73px 0 20px;
}
.section_careers .container {
  max-width: 1340px !important;
  width: 90% !important;
}
.section_careers .cols_4 {
  margin: 30px 0 50px;
}
@media (min-width: 981px) {
  .section_careers .cols_4 {
    width: 33.3333%;
    padding: 0 20px;
  }
}
.section_careers h2 {
  margin: 0 0 40px;
  font-size: 40px !important;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.7px;
  line-height: 125%;
  color: #000000;
}
@media (max-width: 980px) {
  .section_careers h2 {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  .section_careers h2 {
    font-size: 28px !important;
  }
}
.section_careers p {
  margin: 0 0 31px;
  font-size: 20px !important;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
}
@media (max-width: 980px) {
  .section_careers p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .section_careers p {
    font-size: 16px !important;
  }
}
.section_careers .row_careers {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section_careers .box_careers {
  position: relative;
  height: 100%;
  padding: 68px 49px 144px;
  text-align: center;
  color: #ffffff;
  background-color: #0d1822;
  border-radius: 0 20px 0 0;
  box-shadow: 9px 16px 38px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1199px) {
  .section_careers .box_careers {
    padding: 55px 25px 120px;
  }
}
.section_careers .box_careers.box_careers_2 {
  background-color: #0c2a46;
}
.section_careers .box_careers.box_careers_3 {
  background-color: #5c707c;
}
.section_careers .box_careers h4 {
  margin: 0 0 32px;
  font-size: 28px !important;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  line-height: 110%;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 980px) {
  .section_careers .box_careers h4 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .section_careers .box_careers h4 {
    font-size: 22px !important;
  }
}
.section_careers .box_careers p {
  text-align: center;
  color: #ffffff;
}
.section_careers .box_careers .btn_orange {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 68px;
  display: block;
  width: 185px;
  margin: 0 auto;
  padding: 17px 20px;
  font-size: 24px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
  line-height: 27px;
  color: #ffffff;
  border: 2px solid #f36d21;
  border-radius: 5px;
  transition: 0.5s;
}
.section_careers .box_careers .btn_orange:hover {
  background-color: #f36d21;
}
@media (max-width: 1199px) {
  .section_careers .box_careers .btn_orange {
    bottom: 55px;
  }
}
.section_careers .line {
  max-width: 940px;
  width: 100%;
  height: 1px;
  margin: 38px auto 73px;
  background-color: #b3c7d6;
}
.section_careers .list_careers {
  display: block;
  max-width: 960px;
  width: 100%;
  margin: 53px auto 67px;
  padding: 0;
  list-style-type: none;
}
.section_careers .list_careers li {
  position: relative;
  margin-bottom: 52px;
  padding: 19px 0 19px 160px;
  font-size: 20px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 30px;
  list-style: none;
  color: #000000;
}
.section_careers .list_careers li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 87px;
  height: 87px;
  background-image: url("/wp-content/uploads/2020/10/img_list_careers.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .section_careers .list_careers li {
    padding: 110px 0px 19px 0px;
    text-align: center;
  }
  .section_careers .list_careers li:before {
    right: 0;
    margin: 0 auto;
  }
}
.section_careers .block_info {
  max-width: 795px;
  margin: auto;
  padding: 15px 0 46px;
  text-align: center;
}
.section_careers .block_info h2 {
  margin-bottom: 75px;
}
.section_careers .block_form {
  max-width: 795px;
  min-height: auto !important;
  margin: auto;
}
.section_careers .block_form h2 {
  margin-bottom: 69px;
}
.section_careers .block_form .orange_text {
  margin: 0px 0 60px;
  font-size: 28px !important;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  line-height: 110%;
  color: #f36d21;
}
@media (max-width: 980px) {
  .section_careers .block_form .orange_text {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .section_careers .block_form .orange_text {
    font-size: 22px !important;
  }
}
.section_careers .box_form {
  min-height: auto !important;
  margin: 0 -3px 0;
  padding: 56px 0 0;
}
body.page-id-79522 .block_form .box_form .gform_wrapper {
  margin: 0;
}
body.page-id-79522 .block_form .box_form .gform_wrapper.gravity-theme .ginput_complex span {
  margin: 0 !important;
  padding: 0 !important;
}
body.page-id-79522 .block_form .box_form .gform_wrapper .gform_validation_errors {
  display: none !important;
}
body.page-id-79522 .block_form .box_form .gform_wrapper .gform_required_legend {
  display: none !important;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: unset;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 48%;
  position: relative;
  text-align: left;
  line-height: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 15px !important;
  max-width: 100% !important;
}
@media screen and (min-width: 641px) {
  body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 475px) {
  body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield {
    width: 100%;
  }
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(1), body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(2), body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(3) {
  width: 100%;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
  border: none;
  box-shadow: none;
  background: transparent;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
  border-bottom: 3px solid red !important;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
  width: max-content;
  padding: 0 !important;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: red;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: -8px;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield legend, body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield label {
  margin: 0;
  font-size: 15px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  line-height: 30px;
  color: #000000;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield legend .gfield_required, body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
  font-size: 15px;
  color: #f36d21;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  margin-top: 0 !important;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .gform_fileupload_rules {
  display: none;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  padding: 0;
  font-size: 15px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 30px;
  color: #7b7b7b;
  border: none !important;
  background-color: #fff !important;
  border-bottom: 3px solid #b3c7d6 !important;
  box-shadow: none !important;
  border-radius: 0;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus, body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:active, body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus, body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:active {
  outline: none !important;
  /*border: none !important;*/
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 104px;
  resize: none;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_footer {
  padding: 0;
  margin-top: 0;
  text-align: center;
  justify-content: center;
  margin-bottom: 15px;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_footer input {
  display: inline-block;
  height: auto !important;
  margin: 0;
  padding: 16px 49px !important;
  font-size: 24px !important;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  line-height: 27px;
  letter-spacing: 0.8px;
  white-space: normal;
  color: #ffffff;
  background: none;
  background-color: #f36d21;
  border: 3px solid #ffffff;
  border-radius: 8px !important;
  text-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
body.page-id-79522 .block_form .box_form .gform_wrapper form .gform_footer input:hover {
  color: #f36d21;
  border-color: #f36d21;
  background-color: transparent;
}
.page-id-702 .blog-col-wrap {
  width: 100% !important;
}
@media (max-width: 767px) {
  .blog_section {
    padding-bottom: 50px;
  }
}
.blog_section .et_pb_salvattore_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .blog_section .et_pb_salvattore_content {
    flex-direction: column;
    align-items: center;
  }
}
.blog_section .et_pb_salvattore_content article {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 45px !important;
  padding: 0;
  border: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  /*border-radius: 8px;*/
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  .blog_section .et_pb_salvattore_content article {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .blog_section .et_pb_salvattore_content article {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog_section .et_pb_salvattore_content article .entry-featured-image-url {
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 0px 0px 56% 0px;
}
.blog_section .et_pb_salvattore_content article .entry-featured-image-url:before {
  content: "";
  box-shadow: inset 0 0 0 0 #f36d21;
  width: 100%;
  height: 100%;
  opacity: 0.67;
  position: absolute;
  transition: 0.4s all;
  z-index: 1;
}
.blog_section .et_pb_salvattore_content article .entry-featured-image-url img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog_section .et_pb_salvattore_content article .entry-featured-image-url:hover:before {
  box-shadow: inset 500px 0 0 0 #12283f;
}
.blog_section .et_pb_salvattore_content article .entry-title {
  line-height: 110%;
  margin: 0 0 15px;
  padding: 27px 27px 0;
  font-size: 19px !important;
  /*font-family: "montserratsemi_bold", arial;*/
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.84px;
}
@media (max-width: 980px) {
  .blog_section .et_pb_salvattore_content article .entry-title {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .blog_section .et_pb_salvattore_content article .entry-title {
    font-size: 17px !important;
  }
}
.blog_section .et_pb_salvattore_content article .entry-title a {
  text-decoration: none;
  color: #000000;
}
@media (max-width: 767px) {
  .blog_section .et_pb_salvattore_content article .entry-title {
    height: auto !important;
  }
}
.blog_section .et_pb_salvattore_content article .post-content {
  padding: 0 27px;
  align-items: center;
}
.blog_section .et_pb_salvattore_content article .post-content .post-content-inner p {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px !important;
  color: #1a1a1a;
  /*font-family: "montserratlight", arial;*/
}
@media (max-width: 767px) {
  .blog_section .et_pb_salvattore_content article .post-content .post-content-inner p {
    height: auto !important;
  }
}
.blog_section .et_pb_salvattore_content article .post-content .more-link {
  background: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  /*font-family: "montserratlight", arial;*/
  border: 2px solid #f36d21;
  font-weight: 700;
  border-radius: 5px;
  padding: 7px 17px 5px;
  cursor: pointer;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  text-shadow: none;
  margin-bottom: 27px;
  color: #000 !important;
}
.blog_section .et_pb_salvattore_content article .post-content .more-link:hover {
  background: #f36d21;
  color: #fff !important;
}
.blog_section .cat-post-pagination {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.blog_section .cat-post-pagination > span {
  /*display: block;*/
  margin: 7px 0;
  width: 100%;
  text-align: right;
  display: none;
}
@media (max-width: 980px) {
  .blog_section .cat-post-pagination > span {
    text-align: center;
  }
}
.blog_section .cat-post-pagination ul.pagination {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  border-top: none;
}
@media (max-width: 980px) {
  .blog_section .cat-post-pagination ul.pagination {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.blog_section .cat-post-pagination ul.pagination li {
  list-style: none;
  margin-left: 5px;
  margin-bottom: 5px;
}
.blog_section .cat-post-pagination ul.pagination li a {
  padding: 2px 6px;
  /*border: 1px solid #c20023;
					border-radius: 3px;
					font-size: 16px;*/
}
.blog_section .cat-post-pagination ul.pagination li.active a {
  color: #777777;
  border-color: #777777;
  font-weight: 700;
}
.section_faq {
  padding: 0 !important;
}
.section_faq .et_pb_row {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto !important;
}
.section_faq h2 {
  margin: 0 0 40px;
  padding: 0 15px;
  font-size: 38px !important;
  /*	font-family: sofia_prolight, arial;*/
  /*font-weight: 700;*/
  font-weight: 300;
  /*text-transform: uppercase;*/
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 0.84px;
  line-height: 125%;
  color: #000;
}
@media (max-width: 980px) {
  .section_faq h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  .section_faq h2 {
    font-size: 28px !important;
  }
}
.section_faq .et_pb_search {
  border: none;
  padding-bottom: 30px;
}
.section_faq .et_pb_search form {
  position: relative;
  max-width: 500px;
  margin: 0 auto 40px;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  overflow: hidden;
}
.section_faq .et_pb_search form .screen-reader-text {
  display: none;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.section_faq .et_pb_search form > div {
  display: flex;
}
.section_faq .et_pb_search form input[type="text"] {
  font-size: 18px;
  /*font-family: sofia_prolight, arial;*/
  font-weight: 400;
  color: #000;
  padding-top: 0.315em !important;
  padding-right: 0.715em !important;
  padding-bottom: 0.315em !important;
  padding-left: 0.715em !important;
  height: auto;
  min-height: 0;
  border: none;
  display: block;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .section_faq .et_pb_search form input[type="text"] {
    width: 80%;
  }
}
.section_faq .et_pb_search form input.et_pb_searchsubmit {
  font-size: 18px;
  /*font-family: sofia_prolight, arial;*/
  font-weight: 700;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #f36d21;
  border: 2px solid #f36d21;
  transition: 0.5s;
  /*margin-right: -0.5px;*/
  padding-left: 10px;
  padding-right: 10px;
}
.section_faq .et_pb_search form input.et_pb_searchsubmit:hover {
  background: transparent;
  color: #000 !important;
}
.section_faq .block_faq .et_pb_ajax_pagination_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.section_faq .block_faq article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  padding: 30px 20px;
  background-color: #fff;
  border-top: 2px solid #f36d21;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 980px) {
  .section_faq .block_faq article {
    width: calc(50% - 30px);
  }
}
@media (max-width: 500px) {
  .section_faq .block_faq article {
    width: calc(100%);
  }
}
.section_faq .block_faq article .entry-title {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  /*font-family: 'Helvetica', sans-serif;*/
  font-weight: 700;
  text-align: center;
  line-height: 140%;
}
.section_faq .block_faq article .entry-title a {
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.section_faq .block_faq article .entry-title a:hover {
  border-bottom: 1px solid #337ab7;
}
#pagination {
  width: 96.5%;
  border-top: 1px solid #e2e2e2;
  /*	.wp-pagenavi {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: flex-end;

		@media (max-width: 373px) {
			justify-content: center;
		}
	}*/
}
#pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 373px) {
  #pagination .wp-pagenavi {
    justify-content: center;
  }
}
#pagination .wp-pagenavi span, #pagination .wp-pagenavi a {
  font-weight: bold !important;
  color: #000000 !important;
  font-size: 16px !important;
  padding: 1em 0.5em;
  border: none !important;
  background-color: #ffffff !important;
}
#pagination .wp-pagenavi span.current, #pagination .wp-pagenavi a.current {
  color: #f36d21 !important;
}
#pagination .wp-pagenavi a:hover {
  color: #f36d21 !important;
}
#page_post-content {
  padding-top: 72px !important;
}
#page_post-content .content-page-cols .col-sm-12 .body-content h2:first-child {
  margin-top: 0;
}
#page_post-content .content-page-cols .col-sm-12 .body-content p, #page_post-content .content-page-cols .col-sm-12 .body-content li {
  line-height: 140%;
  font-size: 20px !important;
}
@media (max-width: 980px) {
  #page_post-content .content-page-cols .col-sm-12 .body-content p, #page_post-content .content-page-cols .col-sm-12 .body-content li {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  #page_post-content .content-page-cols .col-sm-12 .body-content p, #page_post-content .content-page-cols .col-sm-12 .body-content li {
    font-size: 18px !important;
  }
}
#page_post-content .content-page-cols .col-sm-12 .body-content p strong, #page_post-content .content-page-cols .col-sm-12 .body-content p span, #page_post-content .content-page-cols .col-sm-12 .body-content li strong, #page_post-content .content-page-cols .col-sm-12 .body-content li span {
  font-size: inherit !important;
}
#page_post-content .content-page-cols .col-sm-12 .body-content center iframe {
  max-width: 100%;
}
.page-template-template-fullwidth, .single {
  /* Banner styling */
}
.page-template-template-fullwidth #page_post-banner, .single #page_post-banner {
  display: flex;
  align-items: center;
  height: 80vh !important;
  min-height: 600px;
  min-height: 500px;
  max-height: 750px;
  max-height: 650px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-template-template-fullwidth #page_post-banner, .single #page_post-banner {
    margin-top: 140px !important;
  }
}
@media (max-width: 767px) {
  .page-template-template-fullwidth #page_post-banner, .single #page_post-banner {
    min-height: 575px;
    min-height: 475px;
    max-height: 635px;
    max-height: 535px;
  }
}
.page-template-template-fullwidth #page_post-banner .banner-bg, .single #page_post-banner .banner-bg {
  height: 80vh;
  min-height: 600px;
  min-height: 500px;
  max-height: 750px;
  max-height: 650px;
}
@media (max-width: 767px) {
  .page-template-template-fullwidth #page_post-banner .banner-bg, .single #page_post-banner .banner-bg {
    min-height: 575px;
    min-height: 475px;
    max-height: 635px;
    max-height: 535px;
  }
}
.page-template-template-fullwidth #page_post-banner .container, .single #page_post-banner .container {
  padding: 0 !important;
  width: 90% !important;
  max-width: 1450px !important;
}
.page-template-template-fullwidth #page_post-banner .container .row, .single #page_post-banner .container .row {
  margin: 0;
}
.page-template-template-fullwidth #page_post-banner .container .banner-holder, .single #page_post-banner .container .banner-holder {
  height: auto;
  width: auto;
  margin: 0;
}
@media (min-width: 981px) {
  .page-template-template-fullwidth #page_post-banner .container .banner-wrapper, .single #page_post-banner .container .banner-wrapper {
    padding: 10% 0 0;
  }
}
.page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text, .single #page_post-banner .container .banner-wrapper .banner-text {
  max-width: 600px;
  text-transform: capitalize;
}
.page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text h1, .single #page_post-banner .container .banner-wrapper .banner-text h1 {
  position: relative;
  margin-bottom: 70px;
  font-size: 60px !important;
  color: #fff;
  font-family: "HelveticaNeueCondensedBold", sans-serif;
  font-weight: 900;
  text-shadow: none;
  text-transform: uppercase;
  text-align: left;
  line-height: 93%;
}
@media (max-width: 980px) {
  .page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text h1, .single #page_post-banner .container .banner-wrapper .banner-text h1 {
    font-size: 54px !important;
  }
}
@media (max-width: 767px) {
  .page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text h1, .single #page_post-banner .container .banner-wrapper .banner-text h1 {
    font-size: 42px !important;
  }
}
.page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text h1::before, .single #page_post-banner .container .banner-wrapper .banner-text h1::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #ff8b03;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media (max-width: 767px) {
  .page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text h1::before, .single #page_post-banner .container .banner-wrapper .banner-text h1::before {
    bottom: -35px;
  }
}
@media (min-width: 981px) and (max-width: 1280px) {
  .page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text h1, .single #page_post-banner .container .banner-wrapper .banner-text h1 {
    font-size: 55px !important;
  }
}
@media (max-width: 767px) {
  .page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text h1, .single #page_post-banner .container .banner-wrapper .banner-text h1 {
    margin-bottom: 65px;
  }
}
@media (max-width: 479px) {
  .page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text h1, .single #page_post-banner .container .banner-wrapper .banner-text h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 355px) {
  .page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text h1, .single #page_post-banner .container .banner-wrapper .banner-text h1 {
    font-size: 38px !important;
  }
}
.page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text p, .single #page_post-banner .container .banner-wrapper .banner-text p {
  margin-top: 0;
  margin-bottom: 35px;
  margin: 0 !important;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 24px !important;
  line-height: 125%;
}
@media (max-width: 980px) {
  .page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text p, .single #page_post-banner .container .banner-wrapper .banner-text p {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text p, .single #page_post-banner .container .banner-wrapper .banner-text p {
    font-size: 18px !important;
  }
}
@media (min-width: 981px) and (max-width: 1280px) {
  .page-template-template-fullwidth #page_post-banner .container .banner-wrapper .banner-text p, .single #page_post-banner .container .banner-wrapper .banner-text p {
    font-size: 22px !important;
  }
}
@media (min-width: 2559px) and (min-height: 1439px) {
  .single .content-page-cols {
    display: flex;
  }
  .single .content-page-cols .career_sidebarwrap {
    position: sticky;
    top: 127px;
  }
}
@media (max-width: 992px) {
  .single .content-page-cols .sidebar-heading {
    height: 458px;
  }
}
@media (max-width: 1024px) {
  .single .content-page-cols .sidebar-heading img.sidebr_book {
    top: 28px;
  }
}
@media (max-width: 1024px) {
  .single .content-page-cols .sidebar-text {
    padding-top: 32px;
  }
}
@media (max-width: 992px) {
  .single .content-page-cols .sidebar-text {
    padding-top: 8px;
  }
}
#page_post-content .content-page-cols .main-form .gform_wrapper.gravity-theme .ginput_complex span {
  margin: 0 !important;
  padding: 0 !important;
}
#page_post-content .content-page-cols .main-form .gform_wrapper .gform_validation_errors {
  display: none !important;
}
#page_post-content .content-page-cols .main-form .gform_wrapper .gform_required_legend {
  display: none !important;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: unset;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  position: relative;
  text-align: left;
  line-height: 0;
  padding: 0 !important;
  margin: 0;
  margin-bottom: 20px !important;
  list-style: none;
  max-width: 100% !important;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield:before {
  display: none;
}
@media screen and (max-width: 475px) {
  #page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield {
    width: 100%;
  }
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(1), #page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(2) {
  width: 100%;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
  border: none;
  box-shadow: none;
  background: transparent;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, #page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
  border-bottom: 2px solid red !important;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
  width: max-content;
  padding: 0 !important;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: red;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: -8px;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield legend, #page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield label {
  font-family: "heeboregular", Arial, sans-serif !important;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0 !important;
  color: #797979 !important;
  text-align: left;
  font-weight: 400 !important;
  font-size: 11.5px;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield legend .gfield_required, #page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
  color: red;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  margin-top: 0 !important;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, #page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  background: #fff !important;
  border: 0 !important;
  border-bottom: 2px solid #5c707c !important;
  color: #797979 !important;
  font-family: "heeboregular", Arial, sans-serif !important;
  padding: 7px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 14px;
  height: 42px;
  box-sizing: border-box;
  transition-property: color, background-color, border, border-color, box-shadow;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  margin: 2px 0;
  width: 100%;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus, #page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:active, #page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus, #page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:active {
  outline: none !important;
  /*border: none !important;*/
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 50px;
  resize: none;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_footer {
  padding: 0;
  margin-top: 0;
  text-align: center;
  justify-content: center;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_footer input {
  max-width: 250px !important;
  height: 55px;
  border-radius: 5px !important;
  background-color: #338e44 !important;
  box-shadow: none !important;
  width: 100%;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.97px;
  background-image: linear-gradient(to top, rgba(1, 71, 47, 0.4) 0%, rgba(12, 174, 118, 0) 100%) !important;
  color: #fff;
  text-shadow: none;
  transition: all 0.5s ease;
  border: none;
  cursor: pointer;
}
#page_post-content .content-page-cols .main-form .gform_wrapper form .gform_footer input:hover {
  background-image: linear-gradient(to bottom, rgba(1, 71, 47, 0.4) 0%, rgba(12, 174, 118, 0) 100%) !important;
}
@media (max-width: 1450px) {
  footer#main-footer .copy-right .bottom-table-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer#main-footer .copy-right .bottom-table-wrapper {
    padding-bottom: 55px;
  }
}
footer#main-footer .copy-right .bottom-table-wrapper .copy-right-text {
  width: 60%;
}
@media (max-width: 980px) {
  footer#main-footer .copy-right .bottom-table-wrapper .copy-right-text {
    width: 100%;
    text-align: center !important;
  }
}
footer#main-footer .copy-right .bottom-table-wrapper .copy-right-text p {
  font-size: 14px !important;
}
footer#main-footer .copy-right .bottom-table-wrapper .privacy-text {
  width: 40%;
}
@media (max-width: 980px) {
  footer#main-footer .copy-right .bottom-table-wrapper .privacy-text {
    width: 100%;
    text-align: center !important;
  }
}
footer#main-footer .copy-right .bottom-table-wrapper .privacy-text p {
  font-size: 14px !important;
}
.single #page_post-content {
  padding: 84px 0 60px !important;
  /* Post content */
}
@media (max-width: 767px) {
  .single #page_post-content {
    padding: 40px 0 !important;
  }
}
.single #page_post-content .container {
  max-width: 1450px !important;
  width: 90% !important;
}
.single #page_post-content .body-content h2.body-content-title {
  display: none;
}
.single #page_post-content .body-content .meta-post-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.single #page_post-content .body-content .meta-post-info .author {
  margin-right: 22px;
}
.single #page_post-content .body-content .meta-post-info .author img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  max-width: 60px;
  margin: 0;
  border-radius: 100%;
}
.single #page_post-content .body-content .meta-post-info .mbox-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  color: #000;
  font-weight: 400;
  /*font-size: 14px;*/
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  /*FOR GSC*/
  font-size: 16px;
}
.single #page_post-content .body-content .meta-post-info .mbox-content .author-name {
  padding: 5px 5px 5px 0;
}
@media (max-width: 500px) {
  .single #page_post-content .body-content .meta-post-info .mbox-content {
    letter-spacing: 0;
    font-size: 12px;
  }
}
.single #page_post-content .body-content h2, .single #page_post-content .body-content h3, .single #page_post-content .body-content h4, .single #page_post-content .body-content h5, .single #page_post-content .body-content h6 {
  font-family: "HelveticaNeueCondensedBold", sans-serif;
  font-weight: normal;
  color: #050A1F;
}
.single #page_post-content .body-content h2 {
  margin: 0 0 30px;
  padding-bottom: 0;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 767px) {
  .single #page_post-content .body-content h2 {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.single #page_post-content .body-content h3 {
  position: relative;
  padding-bottom: 6px;
  padding-left: 48px;
  margin-bottom: 18px;
  border-bottom: 2px solid #f36d21;
  font-size: 28px;
  line-height: 120%;
  text-transform: capitalize;
  color: #050A1F;
}
@media (max-width: 767px) {
  .single #page_post-content .body-content h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.single #page_post-content .body-content h3::after {
  content: url("/wp-content/uploads/2021/08/heading-decor.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 33px;
}
.single #page_post-content .body-content h4, .single #page_post-content .body-content h5, .single #page_post-content .body-content h6 {
  line-height: 1;
}
.single #page_post-content .body-content h4 {
  font-size: 24px;
}
.single #page_post-content .body-content h5 {
  font-size: 21px;
}
.single #page_post-content .body-content h6 {
  font-size: 20px;
}
.single #page_post-content .body-content p {
  margin: 0 0 1.35em;
  padding-bottom: 0;
  font-family: "SourceSansPro-Regular";
  font-size: 20px;
  line-height: 1.4em;
  color: #050A1F;
}
@media (max-width: 767px) {
  .single #page_post-content .body-content p {
    /*font-size: 15px;*/
    /*FOR GSC*/
    font-size: 18px !important;
  }
}
.single #page_post-content .body-content ul, .single #page_post-content .body-content ol {
  list-style: none;
}
.single #page_post-content .body-content ul li h3, .single #page_post-content .body-content ol li h3 {
  padding: 0;
  margin-top: 0;
  border: none;
}
.single #page_post-content .body-content ul li h3::after, .single #page_post-content .body-content ol li h3::after {
  display: none;
}
.single #page_post-content .body-content ul {
  margin: 0 0 40px;
  padding-left: 30px;
}
.single #page_post-content .body-content ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  color: #050A1F;
}
@media (max-width: 767px) {
  .single #page_post-content .body-content ul li {
    font-size: 15px;
  }
}
.single #page_post-content .body-content ul li::before {
  content: "•";
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 26px;
  vertical-align: middle;
  line-height: 28px;
  color: #f36d21;
}
.single #page_post-content .body-content ol {
  margin: 36px 0 0;
  padding: 0;
  counter-reset: section;
}
.single #page_post-content .body-content ol li {
  position: relative;
  padding-left: 56px;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px !important;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .single #page_post-content .body-content ol li {
    font-size: 15px !important;
  }
}
.single #page_post-content .body-content ol li::before {
  content: counters(section, ".") " ";
  position: absolute;
  top: 1px;
  left: 14px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: section;
  background: #12283f;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  color: #fff;
  padding-left: 1px;
  padding-top: 1px;
}
.single #page_post-content .body-content ol[start="2"] li:first-child::before {
  content: "2";
}
.single #page_post-content .body-content ol[start="3"] li:first-child::before {
  content: "3";
}
.single #page_post-content .body-content ol[start="4"] li:first-child::before {
  content: "4";
}
.single #page_post-content .body-content ol[start="5"] li:first-child::before {
  content: "5";
}
.single #page_post-content .body-content ol[start="6"] li:first-child::before {
  content: "6";
}
.single #page_post-content .body-content ol[start="7"] li:first-child::before {
  content: "7";
}
.single #page_post-content .body-content ol[start="8"] li:first-child::before {
  content: "8";
}
.single #page_post-content .body-content ol[start="9"] li:first-child::before {
  content: "9";
}
.single #page_post-content .body-content ul li a, .single #page_post-content .body-content ol li a, .single #page_post-content .body-content p a {
  color: inherit;
  text-decoration: underline !important;
  transition: all 0.3s ease-in;
}
.single #page_post-content .body-content ul li a:hover, .single #page_post-content .body-content ul li a:focus, .single #page_post-content .body-content ol li a:hover, .single #page_post-content .body-content ol li a:focus, .single #page_post-content .body-content p a:hover, .single #page_post-content .body-content p a:focus {
  color: #f36d21;
}
.single #page_post-content .body-content img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.single #page_post-content .body-content .schedule-btn-wrapper .schedule-btn {
  position: relative;
  display: inline-block;
  margin: 10px 0 30px;
  padding: 12px 30px;
  background: #f36d21;
  border: none;
  border-radius: 5px;
  font-family: "WalkwayBlack", sans-serif;
  font-size: 22px !important;
  color: #ffffff;
  line-height: 120%;
  letter-spacing: 1.2px;
  text-align: center;
  transform: translateZ(0px);
  overflow: hidden;
  transition: color 0.3s ease;
}
@media (max-width: 980px) {
  .single #page_post-content .body-content .schedule-btn-wrapper .schedule-btn {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .single #page_post-content .body-content .schedule-btn-wrapper .schedule-btn {
    font-size: 16px !important;
  }
}
.single #page_post-content .body-content .schedule-btn-wrapper .schedule-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: lighter(#f36d21, 10%) !important;
  transform: scaleX(0);
  transform-origin: 0 50% 0;
  transition: transform 0.3s ease-out;
  z-index: -1;
}
.single #page_post-content .body-content .schedule-btn-wrapper .schedule-btn:hover, .single #page_post-content .body-content .schedule-btn-wrapper .schedule-btn:focus {
  transform: scaleX(1);
}
body .body-content #leader-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .body-content #leader-list .content-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .body-content #leader-list .content-list-item .leader-img .img-wrap {
  width: 185px;
}
body .body-content #leader-list .content-list-item p {
  min-height: auto;
  flex: 1 1 auto;
  margin: 0px 0 35px;
}
body .body-content #leader-list .content-list-item .read-more-btn {
  text-decoration: none !important;
}
@font-face {
  font-family: "heebolight";
  src: url("https://www.radiusits.com/wp-content/themes/radius_ulistic/fonts/heebo-light-webfont.woff2") format("woff2"), url("https://www.radiusits.com/wp-content/themes/radius_ulistic/fonts/heebo-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "heebobold";
  src: url("https://www.radiusits.com/wp-content/themes/radius_ulistic/fonts/heebo-bold.woff2") format("woff2"), url("https://www.radiusits.com/wp-content/themes/radius_ulistic/fonts/heebo-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
form {
  padding: 0;
}
.form_fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form_fields li {
  width: 48%;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 370px) {
  .form_fields li {
    width: 100%;
  }
}
.form_fields li label {
  font-size: 0;
  display: none;
}
.form_fields li label.error {
  display: none !important;
}
.form_fields li input {
  max-width: 100%;
  width: 100%;
  background-image: none;
  font-family: "heebolight", arial;
  color: #000;
  font-weight: 400;
  font-size: 12.33px;
  border: none;
  text-shadow: none;
  line-height: 20px;
  padding: 11px 17px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-bottom: 9px;
  height: 35px;
}
.form_fields li input::placeholder {
  font-family: "heebolight", arial;
  color: #000;
  font-weight: 400;
  font-size: 12.33px;
  opacity: 1;
}
.form_fields li input:focus {
  box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
}
.form_fields li input.error {
  border: 1px solid #ff0000;
}
.form_fields li.email {
  width: 100%;
}
.clear {
  margin: 0px 0px 0px 0px;
}
.clear button {
  margin-top: 3px;
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 5px;
  background: #1c2f3a;
  color: #fff;
  font-size: 23.12px;
  height: 40px;
  font-family: "heebobold", arial;
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: 0.3s;
}
.clear button:hover {
  box-shadow: inset 600px 0 0 0 #f36d21 !important;
  border: 1px solid #fff;
  transition: 0.3s;
  background-image: none;
}
.ss-recaptcha, .g-recaptcha {
  display: none;
}
body.page-template-template-fullwidth {
  /* Banner */
}
body.page-template-template-fullwidth #page_post-banner .banner-bg {
  opacity: 1;
}
/* Content */
#fullwidth-page {
  font-family: "Source Sans Pro", sans-serif;
  overflow-x: hidden;
}
#fullwidth-page .full-w-section {
  position: relative;
}
#fullwidth-page .full-w-section .full-w-row {
  max-width: 1420px;
  width: 90%;
  margin: 0 auto;
}
#fullwidth-page .full-w-section .full-w-row.flex-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section .full-w-row.flex-row {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section .full-w-row.align-c-row {
    align-items: center;
  }
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section .full-w-row.justify-row {
    justify-content: space-between;
  }
}
#fullwidth-page .full-w-section .full-w-row.relative-row {
  position: relative;
}
@media (max-width: 980px) {
  #fullwidth-page .full-w-section .full-w-row.reverse-row {
    flex-direction: column-reverse;
  }
}
#fullwidth-page .full-w-section .full-w-column {
  width: 100%;
  margin-right: 0;
}
#fullwidth-page .full-w-section .full-w-column.left-img-1-2 {
  text-align: center;
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section .full-w-column.left-img-1-2 {
    width: 52%;
    margin-right: 4.3%;
    text-align: left;
  }
}
#fullwidth-page .full-w-section .full-w-column.left-img-2-2 {
  padding: 60px 0;
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section .full-w-column.left-img-2-2 {
    width: 43.7%;
    padding: 10.18% 0;
  }
}
#fullwidth-page .full-w-section .full-w-column.right-img-1-2 {
  padding: 60px 0;
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section .full-w-column.right-img-1-2 {
    width: 44%;
    margin-right: 6%;
    padding: 10.18% 0;
  }
}
#fullwidth-page .full-w-section .full-w-column.right-img-2-2 {
  text-align: center;
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section .full-w-column.right-img-2-2 {
    width: 50%;
    text-align: right;
  }
}
#fullwidth-page .full-w-section h2, #fullwidth-page .full-w-section h3, #fullwidth-page .full-w-section h4, #fullwidth-page .full-w-section .full-w-btn {
  font-family: "HelveticaNeueCondensedBold", sans-serif;
}
#fullwidth-page .full-w-section h2 {
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1;
  text-align: center;
  margin-bottom: clamp(36px, 5.3vw, 52px);
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section h2 {
    font-size: clamp(32px, 2.5vw, 40px);
    margin-bottom: clamp(36px, 3.2vw, 52px);
    text-align: left;
  }
}
#fullwidth-page .full-w-section p, #fullwidth-page .full-w-section li {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
}
#fullwidth-page .full-w-section p:not(:last-child), #fullwidth-page .full-w-section li:not(:last-child) {
  margin-bottom: clamp(20px, 2.6vw, 26px);
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section p, #fullwidth-page .full-w-section li {
    font-size: clamp(18px, 1.25vw, 20px);
    text-align: left;
  }
  #fullwidth-page .full-w-section p:not(:last-child), #fullwidth-page .full-w-section li:not(:last-child) {
    margin-bottom: clamp(20px, 1.625vw, 26px);
  }
}
@media (max-width: 980px) {
  #fullwidth-page .full-w-section .full-w-img {
    position: relative;
  }
}
#fullwidth-page .full-w-section .full-w-btn {
  font-size: clamp(20px, 2.4vw, 24px);
  display: inline-block;
  letter-spacing: 0.97px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #ff4810;
  background-color: #ff4810;
  color: #fff;
  padding: 12px 23px;
  transition: all 0.2s;
  margin-top: 15px;
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section .full-w-btn {
    font-size: clamp(20px, 1.5vw, 24px);
  }
}
#fullwidth-page .full-w-section .full-w-btn .light-green {
  color: #c6f464;
  transition: all 0.2s;
}
#fullwidth-page .full-w-section .full-w-btn:hover {
  background: #fff;
  color: #ff4810;
}
#fullwidth-page .full-w-section .full-w-btn:hover .light-green {
  color: #ff4810;
}
#fullwidth-page .full-w-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fullwidth-page .full-w-section ul:not(:first-child) {
  margin-bottom: clamp(36px, 6.3vw, 62px);
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section ul:not(:first-child) {
    margin-bottom: clamp(36px, 3.87vw, 62px);
  }
}
#fullwidth-page .full-w-section ul:not(:last-child) {
  margin-bottom: 31px;
}
#fullwidth-page .full-w-section ul li {
  position: relative;
  padding-left: 60px;
  text-align: left;
}
#fullwidth-page .full-w-section ul li:before {
  content: "";
  background: url("/wp-content/uploads/2022/01/li-bullet.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 34px;
  height: 29px;
  left: 15px;
  top: -0.3em;
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section ul li:before {
    left: 4.3%;
  }
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section ul li {
    padding-left: 13%;
  }
}
#fullwidth-page .full-w-section .meeting-abs-1 {
  width: 112%;
  left: -6%;
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section .meeting-abs-1 {
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-46.2%);
    max-width: 987px;
    width: 53vw;
  }
}
@media (max-width: 980px) {
  #fullwidth-page .full-w-section .meeting-abs-1 {
    max-width: 112%;
  }
}
#fullwidth-page .full-w-section .meeting-abs-2 {
  width: 106%;
  left: -6%;
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section .meeting-abs-2 {
    position: absolute;
    left: -8px;
    bottom: 0;
    max-width: 931px;
    width: 55vw;
  }
}
@media (min-width: 981px) and (max-width: 1440px) {
  #fullwidth-page .full-w-section .meeting-abs-2 {
    left: -10%;
    width: 62vw;
  }
}
@media (min-width: 981px) and (max-width: 1280px) {
  #fullwidth-page .full-w-section .meeting-abs-2 {
    left: -16%;
    width: 69vw;
  }
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section.bottom-section .full-w-column.left-img-2-2 {
    padding: 8.18% 0 15.55%;
  }
}
@media (min-width: 981px) and (max-width: 1370px) {
  #fullwidth-page .full-w-section.bottom-section .full-w-column.left-img-2-2 {
    padding: 8.18% 0 13.55%;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  #fullwidth-page .full-w-section.bottom-section .full-w-column.left-img-2-2 {
    padding: 8.18% 0 7.55%;
  }
}
#fullwidth-page .full-w-section.cta-section {
  background: url("/wp-content/uploads/2022/01/2-layers.jpg") no-repeat;
  background-size: cover;
}
#fullwidth-page .full-w-section.cta-section h2, #fullwidth-page .full-w-section.cta-section h3, #fullwidth-page .full-w-section.cta-section p, #fullwidth-page .full-w-section.cta-section li {
  color: #fff;
}
#fullwidth-page .full-w-section.cta-section h2 {
  margin-bottom: 44px;
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section.cta-section h2 span {
    display: block;
  }
}
#fullwidth-page .full-w-section.cta-section p {
  line-height: 1.4;
}
#fullwidth-page .full-w-section.cta-section p:not(:last-child) {
  margin-bottom: 28px;
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section.cta-section .full-w-column.right-img-1-2 {
    width: 58%;
    padding: 7.18% 0 7.6%;
  }
}
#fullwidth-page .full-w-section.cta-section .full-w-img {
  right: -6%;
  width: 106%;
}
@media (min-width: 981px) {
  #fullwidth-page .full-w-section.cta-section .full-w-img {
    position: absolute;
    right: -9px;
    bottom: 0;
    max-width: 740px;
    width: 45vw;
  }
}
body.page-id-77939 #experience .gform_wrapper.gravity-theme .ginput_complex span {
  margin: 0 !important;
  padding: 0 !important;
}
body.page-id-77939 #experience .gform_wrapper .gform_validation_errors {
  display: none !important;
}
body.page-id-77939 #experience .gform_wrapper .gform_required_legend {
  display: none !important;
}
body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: unset;
}
body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 48%;
  position: relative;
  text-align: left;
  line-height: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 15px !important;
  max-width: 100% !important;
}
@media screen and (min-width: 641px) {
  body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 475px) {
  body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield {
    width: 100%;
  }
}
body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(1), body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(2), body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(4), body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(3) {
  width: 100%;
}
body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
  border: none;
  box-shadow: none;
  background: transparent;
}
body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
  border: 2px solid red;
}
body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
  width: max-content;
  padding: 0 !important;
  margin: 0;
  font-size: 12px;
  color: red;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: -8px;
}
body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield legend, body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield label {
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0 !important;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2px;
  color: #000000;
  text-align: left;
  margin-top: 0;
}
body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield legend .gfield_required, body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
  color: #ffffff;
}
body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  margin-top: 0 !important;
}
body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  background: #fefefe none repeat scroll 0 0 !important;
  font-weight: bold !important;
  font-size: 16px !important;
  font-family: "Segoe UI Semilight", Arial, sans-serif;
  border: 1px solid #d4cabc !important;
  padding: 13px 0 13px 10px !important;
  border-radius: 5px;
  width: 100% !important;
  max-width: 100% !important;
  height: 54px;
  color: #000 !important;
  margin: 0;
}
body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus, body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:active, body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus, body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:active {
  outline: none !important;
  /*border: none !important;*/
}
body.page-id-77939 #experience .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 117px;
  resize: none;
}
body.page-id-77939 #experience .gform_wrapper form .gform_footer {
  padding: 0;
  margin-top: 0;
  text-align: left;
  justify-content: flex-start;
}
body.page-id-77939 #experience .gform_wrapper form .gform_footer input {
  background: #5da72a;
  background: -moz-linear-gradient(top, #5da72a 0%, #539a22 100%);
  background: -webkit-linear-gradient(top, #5da72a 0%, #539a22 100%);
  background: linear-gradient(to bottom, #5da72a 0%, #539a22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5da72a", endColorstr="#539a22", GradientType=0);
  border-radius: 5px !important;
  float: left;
  width: 150px;
  color: #fff;
  display: inline-block !important;
  -webkit-box-shadow: 0px 4px 5px 0px #4f7d33 !important;
  -moz-box-shadow: 0px 4px 5px 0px #4f7d33 !important;
  box-shadow: 0px 4px 5px 0px #4f7d33 !important;
  font-family: "Segoe UI Bold", Arial, sans-serif !important;
  font-size: 20px !important;
  padding: 16px 13px !important;
  border: medium none !important;
  cursor: pointer;
}
body.page-id-77939 #experience .gform_wrapper form .gform_footer input:hover {
  /*border: 2px solid #0068b3;
							background: #0068b3 !important;
							transition: 0.3s all;*/
}
body.page-id-78752 #radius_popupform .popup_bodycontainer .nospam_outer {
  position: relative;
  top: 15px;
}
body.page-id-78752 #radius_popupform .gform_wrapper {
  margin: 0;
}
body.page-id-78752 #radius_popupform .gform_wrapper.gravity-theme .ginput_complex span {
  margin: 0 !important;
  padding: 0 !important;
}
body.page-id-78752 #radius_popupform .gform_wrapper .gform_validation_errors {
  display: none !important;
}
body.page-id-78752 #radius_popupform .gform_wrapper .gform_required_legend {
  display: none !important;
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: unset;
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 48%;
  position: relative;
  text-align: left;
  line-height: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 15px !important;
  max-width: 100% !important;
}
@media screen and (min-width: 641px) {
  body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 475px) {
  body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield {
    width: 100%;
  }
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(1), body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(2), body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(3) {
  width: 100%;
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
  border: none;
  box-shadow: none;
  background: transparent;
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
  border: 2px solid red;
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
  width: max-content;
  padding: 0 !important;
  margin: 0;
  font-size: 12px;
  color: red;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: -8px;
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield legend, body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield label {
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 3px !important;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2px;
  color: #000000;
  text-align: left;
  margin-top: 0;
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield legend .gfield_required, body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
  color: red;
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  margin-top: 0 !important;
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  background: #fefefe none repeat scroll 0 0 !important;
  font-weight: bold !important;
  font-size: 16px !important;
  font-family: "Segoe UI Semilight", Arial, sans-serif;
  border: 1px solid #d4cabc;
  padding: 13px 0 13px 10px !important;
  border-radius: 5px;
  width: 100% !important;
  max-width: 100% !important;
  height: 54px;
  color: #000 !important;
  margin: 0;
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus, body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:active, body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus, body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:active {
  outline: none !important;
  /*border: none !important;*/
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 117px;
  resize: none;
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_footer {
  padding: 0;
  margin-top: 0;
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 15px;
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_footer input {
  background: rgba(0, 0, 0, 0) url(../images/submit_btn.jpg) repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "oswaldbold";
  font-size: 24px !important;
  line-height: 59px !important;
  padding: 0 25px !important;
  text-shadow: 0 2px 0 #cc6b25;
  text-transform: uppercase;
  cursor: pointer;
}
body.page-id-78752 #radius_popupform .gform_wrapper form .gform_footer input:hover {
  /*border: 2px solid #0068b3;
							background: #0068b3 !important;
							transition: 0.3s all;*/
}
.page-id-34321 #page_post-banner {
  margin-top: 82px !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .page-id-34321 #page_post-banner {
    margin-top: 0 !important;
  }
}
.page-id-34321 #page_post-banner .banner-bg {
  top: 20px;
}
@media (max-width: 767px) {
  .page-id-34321 #page_post-banner .banner-bg {
    top: 0;
  }
}
.page-id-34321 #page_post-banner .banner-text {
  text-align: center;
  padding-bottom: 10px;
}
.page-id-34321 #page_post-banner .banner-text h1 {
  font-family: "HelveticaNeueCondensedBold", sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 100%;
}
@media (max-width: 767px) {
  .page-id-34321 #page_post-banner .banner-text h1 {
    font-size: 40px;
  }
}
.page-id-34321 #web_partners {
  padding: 16px 0 31px;
}
.page-id-34321 #web_partners .partner_lists li {
  padding: 91px 0 84px;
}
@media (max-width: 767px) {
  .page-id-34321 #web_partners .partner_lists li .icon_wrap {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.page-id-34321 #web_partners .partner_lists li .icon_content p {
  font-family: "heeboregular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30.5px;
  text-align: center;
  padding-bottom: 28px;
}
.page-id-34321 #web_partners .partner_lists li .icon_content a {
  position: relative;
  color: #f36e22 !important;
  text-decoration: none;
}
.page-id-34321 #web_partners .partner_lists li .icon_content a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: #f36e22;
}
.page-id-34321 #web_partners .partner_lists li .icon_content a:hover:before {
  width: 100%;
}
.page-id-34321 #web_partners .partner_lists li .icon_content a::before {
  transition: width 0.35s;
}
.page-id-34321 #web_partners .partner_lists .PointClickCare {
  padding: 89px 0 84px;
}
.page-id-34321 #web_partners .partner_lists .PointClickCare .icon_wrap {
  padding: 0 24px 62px 0;
}
.page-id-34321 #web_partners .partner_lists .Fortinet {
  padding: 88px 0 84px;
}
.page-id-34321 #web_partners .partner_lists .Fortinet .icon_wrap {
  padding: 0 12px 64px 0;
}
.page-id-34321 #web_partners .partner_lists .Kaspersky {
  padding: 98px 0 84px;
}
.page-id-34321 #web_partners .partner_lists .Kaspersky .icon_wrap {
  padding: 0 0px 41px 6px;
}
@media (max-width: 767px) {
  .page-id-34321 #web_partners .partner_lists .Kaspersky .icon_wrap {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.page-id-34321 #web_partners .partner_lists .office {
  padding: 86px 0 84px;
}
.page-id-34321 #web_partners .partner_lists .office .icon_wrap {
  padding: 0 0px 56px 3px;
}
.page-id-34321 #web_partners .partner_lists .Lenovo {
  padding: 87px 0 84px;
}
.page-id-34321 #web_partners .partner_lists .Lenovo .icon_wrap {
  padding: 0 0 44px 0;
}
.page-id-34321 #web_partners .partner_lists .Foothold {
  padding: 87px 0 93px;
}
.page-id-34321 #web_partners .partner_lists .Foothold .icon_wrap {
  padding: 0 0 42px 0;
}
.page-id-34321 #web_partners .partner_lists .PointClicLeadingAge .icon_content p, .page-id-34321 #web_partners .partner_lists .Leadingageri .icon_content p, .page-id-34321 #web_partners .partner_lists .Mass-ALA .icon_content p, .page-id-34321 #web_partners .partner_lists .Maseniorcare .icon_content p, .page-id-34321 #web_partners .partner_lists .PointClRialaickCare .icon_content p, .page-id-34321 #web_partners .partner_lists .achca-machapter .icon_content p, .page-id-34321 #web_partners .partner_lists .strategiccares .icon_content p {
  font-family: "heeboregular", sans-serif;
  font-size: 20px;
  padding-bottom: 11px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .page-id-34321 #web_partners .partner_lists .PointClicLeadingAge .icon_content p, .page-id-34321 #web_partners .partner_lists .Leadingageri .icon_content p, .page-id-34321 #web_partners .partner_lists .Mass-ALA .icon_content p, .page-id-34321 #web_partners .partner_lists .Maseniorcare .icon_content p, .page-id-34321 #web_partners .partner_lists .PointClRialaickCare .icon_content p, .page-id-34321 #web_partners .partner_lists .achca-machapter .icon_content p, .page-id-34321 #web_partners .partner_lists .strategiccares .icon_content p {
    font-size: 18px;
  }
}
.page-id-34321 #web_partners .partner_lists .PointClicLeadingAge .icon_content a, .page-id-34321 #web_partners .partner_lists .Leadingageri .icon_content a, .page-id-34321 #web_partners .partner_lists .Mass-ALA .icon_content a, .page-id-34321 #web_partners .partner_lists .Maseniorcare .icon_content a, .page-id-34321 #web_partners .partner_lists .PointClRialaickCare .icon_content a, .page-id-34321 #web_partners .partner_lists .achca-machapter .icon_content a, .page-id-34321 #web_partners .partner_lists .strategiccares .icon_content a {
  font-size: 20px;
  font-size: 18px;
}
.page-id-34321 #web_partners .partner_lists .PointClicLeadingAge {
  padding: 0px 0 86px;
}
.page-id-34321 #web_partners .partner_lists .PointClicLeadingAge .icon_wrap {
  padding: 70px 0 41px;
}
.page-id-34321 #web_partners .partner_lists .PointClicLeadingAge .icon_content p {
  padding-bottom: 14px;
}
.page-id-34321 #web_partners .partner_lists .Leadingageri {
  padding: 92px 0 95px;
}
@media (max-width: 1080px) {
  .page-id-34321 #web_partners .partner_lists .Leadingageri br {
    display: none;
  }
}
.page-id-34321 #web_partners .partner_lists .Leadingageri .icon_wrap {
  padding: 0 0px 58px 22px;
}
.page-id-34321 #web_partners .partner_lists .Mass-ALA {
  padding: 74px 0 94px;
}
.page-id-34321 #web_partners .partner_lists .Mass-ALA .icon_wrap {
  padding: 0px 22px 40px 22px;
}
.page-id-34321 #web_partners .partner_lists .Maseniorcare {
  padding: 100px 0 93px;
}
.page-id-34321 #web_partners .partner_lists .Maseniorcare .icon_wrap {
  padding: 0px 22px 40px 32px;
}
.page-id-34321 #web_partners .partner_lists .PointClRialaickCare {
  padding: 104px 0 94px;
}
.page-id-34321 #web_partners .partner_lists .PointClRialaickCare .icon_wrap {
  padding: 0px 32px 58px 32px;
}
.page-id-34321 #web_partners .partner_lists .achca-machapter {
  padding: 74px 0 84px;
}
.page-id-34321 #web_partners .partner_lists .achca-machapter .icon_wrap {
  padding: 0px 32px 27px 32px;
}
.page-id-34321 #web_partners .partner_lists .strategiccares {
  padding: 85px 0 84px;
}
.page-id-34321 #web_partners .partner_lists .strategiccares .icon_wrap {
  padding: 0px 32px 58px 32px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.radiusits.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2F_fix-adapt.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2Findex.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2F_as.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2Fstyle_sidebar.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2F_popups.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2F_careers.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2F_blog-section.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2Fglobal%2F_single.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2Fglobal%2F_banner.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2Fglobal%2F_sidebar.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2Fglobal%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2Fpage%2F_single.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2Fpage%2F_leadership.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2Fform-contact-us.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2Fpage%2F_fullwidth-template.scss%22%2C%22wp-content%2Fthemes%2Fradius_ulistic%2Fscss%2Fpage%2F_our-partners.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAGE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAA8CG%3BAAAA%3BAAAA%3BAAYJ%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpRC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADySA%3BAAAA%3BAAAA%3BAAAA%3BACzSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiTE%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBH%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAEC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAE9pBA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAD5BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BCD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADtEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiFD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADrFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoGD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAD%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4HD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADhIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACyIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD3LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsMD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BADzWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkXD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9bA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACscA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC7dF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAOH%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAII%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChbD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGND%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHlNN%3BAICA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJfC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI8BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIoEA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ3KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI6LD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnXP%3BAAAA%3BAAAA%3BALWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK%2BBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL5DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK4EE%3BAAAA%3BAAAA%3BAAAA%3BAL5EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKsFC%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL3FH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK0GE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBC%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALvIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKmJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALnJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK%2BJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALhMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKqND%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALtPD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK0QC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALpSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKqTC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAC3YH%3BAAAA%3BAAAA%3BAAOK%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BANOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMIG%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BACxBL%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPhCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO0CE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPjCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOmDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPnDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOkEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP1EH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOwFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnGL%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAC3KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASgBI%3BAAAA%3BAAAA%3BATVJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASgBM%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BATrBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS2BM%3BAAAA%3BAAAA%3BAC7CN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVxSN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUgUQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BACzVR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACxBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BACpGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAbJF%3BAaaA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAblBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaqCC%3BAAAA%3BAAAA%3BAbzBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAakCA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAblDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa2DC%3BAAAA%3BAAAA%3BAb3DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAamEC%3BAAAA%3BAAAA%3BAbnED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa4EC%3BAAAA%3BAAAA%3BAb5ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAasFA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb7FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAayGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAbjHD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAayHE%3BAAAA%3BAAAA%3BAAAA%3BAb7GF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAauHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbnIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaqJC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAbxKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa%2BKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbxLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa4MA%3BAAAA%3BAAAA%3BAAAA%3BAb5MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAagNA%3BAAAA%3BAAAA%3BAAAA%3BAb5NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAauOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb3OF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAasPG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAb1QD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaoRC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAbvRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAakSC%3BAAAA%3BAAAA%3BAAAA%3BAblSD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaqTC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAASJ%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%3BACtnBL%3BAAAA%3BAAAA%3BAAAA%3BAdYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcJA%3BAAAA%3BAAAA%3BAdIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdRD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcsBD%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAd1BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcqCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAd7FF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcuGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdvIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAckJG%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%22%7D */