/* global */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
.sample-text {
  opacity: 1;
}
.deal-internal-area {
  background-color: #fff !important;
}
/*NEW MENU*/
.mainmenu-area {
  background-color: white;
  border-bottom: 3px solid #28b574;
  padding: 11px 0 0;
}
@media (min-width: 991px) {
  .mainmenu-area .custom-container-width {
    width: 90%;
    max-width: 1355px;
  }
}
@media (max-width: 991px) {
  .mainmenu-area .custom-container-width .menu-content #site-logo-wrap {
    display: inline-block !important;
    float: left;
  }
}
@media (min-width: 981px) {
  .mainmenu-area .custom-container-width .menu-content #site-logo-wrap .responsive-logo {
    display: none;
  }
}
.mainmenu-area .custom-container-width .menu-content ul#primary li.menu-item a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: black;
  letter-spacing: 0.05em;
}
.mainmenu-area .custom-container-width .menu-content ul#primary li.menu-item ul.sub-menu {
  padding-top: 3px;
  max-width: 310px;
  width: max-content;
  background-color: transparent;
}
.mainmenu-area .custom-container-width .menu-content ul#primary li.menu-item ul.sub-menu li {
  background-color: white;
  border-bottom: 1px solid #ccc;
}
.mainmenu-area .custom-container-width .menu-content ul#primary li.menu-item ul.sub-menu li:last-child {
  border-bottom: 1px solid transparent;
}
.mainmenu-area .custom-container-width .menu-content ul#primary li.menu-item ul.sub-menu li a {
  letter-spacing: 0;
  padding: 10px 25px;
  font-size: 16px;
  text-transform: none;
}
@media (max-width: 1440px) {
  .mainmenu-area .custom-container-width .menu-content ul#primary li.menu-item ul.sub-menu li a {
    font-size: 14px !important;
  }
}
.mainmenu-area .custom-container-width .menu-content ul#primary li.menu-item ul.sub-menu li ul.sub-menu {
  padding-top: 0;
}
.mainmenu-area .custom-container-width .menu-content ul#primary > li {
  padding: 3px 0 20px;
  position: relative;
}
.mainmenu-area .custom-container-width .menu-content ul#primary > li:hover:after {
  content: url("../images/polygon3.png");
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 13px;
}
.mainmenu-area .custom-container-width .menu-content ul#primary > li:hover > a {
  background-color: #28b574;
  color: white;
}
.mainmenu-area .custom-container-width .menu-content ul#primary > li > a {
  padding: 7px 15px;
  border-radius: 33px;
}
@media (max-width: 1440px) {
  .mainmenu-area .custom-container-width .menu-content ul#primary > li > a {
    padding: 7px 11px;
    font-size: 14px !important;
    letter-spacing: 0.015em !important;
  }
}
@media (max-width: 1200px) {
  .mainmenu-area .custom-container-width .menu-content ul#primary > li > a {
    font-size: 11px !important;
    letter-spacing: 0.005em !important;
    padding: 7px 8px;
  }
}
.mainmenu-area .custom-container-width .menu-content ul#primary .menu-site-logo {
  width: 140px;
  margin: 0 10px 0 19px;
  padding: 0;
}
@media (max-width: 1440px) {
  .mainmenu-area .custom-container-width .menu-content ul#primary .menu-site-logo {
    width: 120px;
  }
}
@media (max-width: 1200px) {
  .mainmenu-area .custom-container-width .menu-content ul#primary .menu-site-logo {
    width: 110px;
    margin: 0 5px 0 5px;
  }
}
.mainmenu-area .custom-container-width .menu-content ul#primary .menu-site-logo > a {
  display: none !important;
}
.mainmenu-area .custom-container-width .menu-content ul#primary .menu-site-logo:after {
  content: none !important;
}
.mainmenu-area .custom-container-width .menu-content ul#primary .menu-site-logo .logo a {
  padding: 4px 0;
}
.mainmenu-area .custom-container-width .menu-content ul#primary .menu-site-logo .logo a img {
  margin-top: -2px;
  height: auto;
}
@media (max-width: 991px) {
  .mainmenu-area .custom-container-width .menu-content .slicknav_menu > a {
    background-color: transparent !important;
    margin-top: 10px;
    margin-bottom: 11px;
  }
}
.mainmenu-area .custom-container-width .menu-content .slicknav_nav .menu-site-logo {
  display: none !important;
}
/*popup styles*/
html.pum-open.pum-open-overlay {
  overflow: inherit !important;
}
html.pum-open.pum-open-overlay div[aria-hidden="true"] {
  padding-right: 0 !important;
}
html.pum-open.pum-open-overlay .pum-overlay {
  overflow: overlay !important;
}
.pum.pum-overlay.pum-theme-1811 {
  background-color: rgba(31, 46, 58, 0.74) !important;
}
.pum.pum-overlay.pum-theme-1811 .pum-container {
  background-color: #ecf7ff !important;
}
@media (max-width: 980px) {
  .pum.pum-overlay.pum-theme-1811 .pum-container {
    top: 70px !important;
  }
}
.pum.pum-overlay.pum-theme-1811 .pum-content.popmake-content .popup-ss-form-wrap {
  background-color: transparent;
  max-width: 780px;
  margin: 0 auto;
  min-height: auto !important;
  max-height: 100% !important;
}
.pum.pum-overlay.pum-theme-1811 .pum-content.popmake-content .popup-ss-form-wrap h3 {
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 40px !important;
  color: black;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 105%;
  display: block;
  max-width: 661px;
  margin: 50px auto 20px;
}
@media (max-width: 980px) {
  .pum.pum-overlay.pum-theme-1811 .pum-content.popmake-content .popup-ss-form-wrap h3 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .pum.pum-overlay.pum-theme-1811 .pum-content.popmake-content .popup-ss-form-wrap h3 {
    font-size: 30px !important;
  }
}
.pum.pum-overlay.pum-theme-1811 .pum-content.popmake-content .popup-ss-form-wrap p {
  text-align: center;
  font-family: 'Gilroy-Semibold', Arial, sans-serif;
  font-size: 28px !important;
  letter-spacing: 0;
  line-height: 110%;
  color: black;
}
@media (max-width: 980px) {
  .pum.pum-overlay.pum-theme-1811 .pum-content.popmake-content .popup-ss-form-wrap p {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .pum.pum-overlay.pum-theme-1811 .pum-content.popmake-content .popup-ss-form-wrap p {
    font-size: 22px !important;
  }
}
.pum.pum-overlay.pum-theme-1811 .pum-content.popmake-content .popup-ss-form-wrap .ss-form-wrap {
  min-height: auto !important;
  max-height: 100% !important;
  overflow: hidden;
  padding: 5px 20px;
}
@media (max-width: 606px) {
  .pum.pum-overlay.pum-theme-1811 .pum-content.popmake-content .popup-ss-form-wrap .ss-form-wrap {
    padding: 5px;
  }
}
.pum.pum-overlay.pum-theme-1811 .pum-content.popmake-content .popup-ss-form-wrap .ss-form-wrap iframe {
  max-height: 390px !important;
}
@media (max-width: 575px) {
  .pum.pum-overlay.pum-theme-1811 .pum-content.popmake-content .popup-ss-form-wrap .ss-form-wrap iframe {
    max-height: 535px !important;
  }
}
.pum.pum-overlay.pum-theme-1811 .pum-content.popmake-content .popup-ss-form-wrap .ss-form-wrap br {
  display: none;
}
.pum.pum-overlay.pum-theme-1811 .pum-close.popmake-close {
  background-color: transparent;
  color: #0c71c3;
  font-size: 17px;
  line-height: 17px;
  top: 15px;
  right: 15px;
  box-shadow: none;
  font-weight: 900;
}
#pum-2055 {
  background-color: rgba(0, 0, 0, 0.77) !important;
}
#pum-2055 .pum-container {
  padding: 0 !important;
  background-color: #f0efeb !important;
  border-radius: 8px;
  overflow: hidden;
}
#pum-2055 .pum-container .pum-close.popmake-close {
  top: 10px !important;
  right: 12px !important;
  color: #b8b8b8 !important;
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content {
    flex-direction: column;
  }
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-text-left {
  padding: 20px;
  flex-grow: 1;
  max-width: 501px;
  background-color: #16191e;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  #pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-text-left {
    max-width: 100%;
  }
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-text-left h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: none;
  color: white;
  letter-spacing: 0.018em;
  max-width: 426px;
  margin: 50px auto 72px;
  z-index: 1;
  position: relative;
  font-size: 34px !important;
}
@media (max-width: 1024px) {
  #pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-text-left h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  #pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-text-left h2 {
    text-align: center;
  }
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-text-left h2:after {
  display: block;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 1000px;
  height: 106px;
  z-index: -1;
  background-color: #18c575;
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-text-left li, #pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-text-left p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-text-left ul {
  max-width: 370px;
  margin: 0 auto 43px;
  padding-left: 0;
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-text-left ul li {
  list-style: none;
  padding-left: 38px;
  line-height: 1.25;
  margin-bottom: 22px;
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-text-left ul li:before {
  content: url("/wp-content/uploads/2021/01/pop-green-check.png");
  display: inline-block;
  float: left;
  margin-left: -38px;
  margin-top: -3px;
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-text-left ul ~ p {
  max-width: 390px;
  margin: 0 auto 24px;
  font-size: 20px;
}
@media (max-width: 767px) {
  #pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-text-left ul ~ p {
    text-align: center;
  }
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-form-right {
  flex-grow: 1;
  padding: 25px 25px 20px 30px;
}
@media (max-width: 767px) {
  #pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-form-right {
    padding: 20px 25px;
  }
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-form-right h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: none;
  color: black;
  text-align: center;
  letter-spacing: 0;
  max-width: 444px;
  margin: 40px auto 20px;
  z-index: 1;
  position: relative;
  font-size: 27px !important;
}
@media (max-width: 980px) {
  #pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-form-right h3 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  #pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-form-right h3 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  #pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-form-right h3 {
    margin-top: 15px;
  }
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-form-right h3 + p {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  max-width: 444px;
  margin: 0 auto 6px;
  padding-right: 16px;
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-form-right .form-book-online-meeting {
  min-height: unset !important;
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-form-right .form-book-online-meeting .ss-form-wrap {
  min-height: unset !important;
  max-width: 442px;
  margin: 0 auto 40px;
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-form-right .form-book-online-meeting .ss-form-wrap br {
  display: none;
}
#pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-form-right .form-book-online-meeting .ss-form-wrap iframe {
  min-height: unset !important;
  max-height: 414px;
}
@media (max-width: 942px) and (min-width: 767px), (max-width: 482px) {
  #pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-form-right .form-book-online-meeting .ss-form-wrap iframe {
    max-height: 490px;
  }
}
@media (max-width: 767px) and (min-width: 482px) {
  #pum-2055 .pum-container .pum-content .book-online-meeting .book-online-meeting_content .meeting-form-right .form-book-online-meeting .ss-form-wrap iframe {
    max-height: 414px;
  }
}
/* Custom Modules*/
.custom-blog-module {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .custom-blog-module {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.custom-blog-module .related-post-wrap {
  flex-grow: 1;
  max-width: 31%;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .custom-blog-module .related-post-wrap {
    max-width: 47%;
  }
}
@media (max-width: 767px) {
  .custom-blog-module .related-post-wrap {
    max-width: 480px;
  }
}
.custom-blog-module .related-post-wrap .post-thumb {
  display: block;
}
@media screen and (min-width: 767px) {
  .custom-blog-module .related-post-wrap .post-thumb {
    position: relative;
    padding-bottom: 55.25%;
  }
}
.custom-blog-module .related-post-wrap .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #ccc;
}
@media screen and (min-width: 767px) {
  .custom-blog-module .related-post-wrap .post-thumb img {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .custom-blog-module .related-post-wrap .post-thumb img {
    max-height: 290px;
  }
}
.custom-blog-module .related-post-wrap .post-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-blog-module .related-post-wrap .post-text .post-text_title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.01em;
  color: black;
  font-size: 25px !important;
  margin-top: 16px;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .custom-blog-module .related-post-wrap .post-text .post-text_title {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .custom-blog-module .related-post-wrap .post-text .post-text_title {
    font-size: 24px !important;
  }
}
.custom-blog-module .related-post-wrap .post-text .post-text_title a {
  color: inherit !important;
}
.custom-blog-module .related-post-wrap .post-text .post-text_excerpt {
  margin-top: 0;
  margin-bottom: auto;
}
.custom-blog-module .related-post-wrap .post-text .post-text_excerpt p {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #222222;
  line-height: 1.45;
}
.custom-blog-module .related-post-wrap .post-text .post-text_read-more {
  margin: 15px 0;
}
.custom-blog-module .related-post-wrap .post-text .post-text_read-more a {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 19px !important;
  padding: 8px 17px;
  border-radius: 22px;
  line-height: 100%;
  color: white;
  background-color: #18c575;
  border: 2px solid #04fd8a;
  transition: all 0.2s ease-in;
}
.custom-blog-module .related-post-wrap .post-text .post-text_read-more a:hover {
  border-color: #18c575;
  background-color: rgba(24, 197, 117, 0.65);
}
html body.page:not(.home) #page .seo-breadcrumb-area, html body.single.single-post #page .seo-breadcrumb-area, body.page-id-368 #page .seo-breadcrumb-area, body.page-id-367 #page .seo-breadcrumb-area, body.category-education.category-9 #page .seo-breadcrumb-area {
  min-height: 600px !important;
}
html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap {
  height: 73.75vh !important;
  max-height: 73.75vh;
}
@media screen and (width: 1024px) and (height: 1366px) {
  html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap {
    height: 50vh !important;
  }
}
@media (max-width: 980px) {
  html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap {
    height: 50vh !important;
  }
}
html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap .container, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap .container, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap .container, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap .container, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap .container {
  max-width: 1300px !important;
  width: 90% !important;
  padding: 0 !important;
}
html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap .container .row, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap .container .row, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap .container .row, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap .container .row, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap .container .row {
  margin: 0 !important;
}
html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 {
  padding: 0 !important;
}
html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content {
  padding: 3.8% 3% 4% 1.3% !important;
}
html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content h1, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content h1, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content h1, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content h1, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content h1 {
  color: #ffffff;
  font-family: 'HelveticaNeueCondensed', sans-serif;
  font-size: clamp(38px, 4.688vw, 60px) !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  border-bottom: none;
  position: relative;
  z-index: 1;
  padding-bottom: 46px;
  padding-top: clamp(40px, 4.688vw, 47px);
  text-transform: capitalize;
}
html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content h1::before, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content h1::before, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content h1::before, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content h1::before, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content h1::before {
  content: '';
  display: block;
  width: 85px;
  height: 3px;
  background-color: #c00934;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap {
  padding-top: 35px;
  max-width: 600px;
}
html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap > *:last-child, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap > *:last-child, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap > *:last-child, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap > *:last-child, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap > *:last-child {
  margin-bottom: 0;
}
html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap p, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap p, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap p, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap p, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .except-wrap p {
  color: #ffffff;
  font-family: 'source_sans_proregular', sans-serif;
  font-size: clamp(22px, 1.875vw, 24px) !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0 !important;
  line-height: 1.4;
  text-align: left;
}
html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .quote-button-wrap, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .quote-button-wrap, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .quote-button-wrap, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .quote-button-wrap, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .quote-button-wrap {
  display: none;
}
html body.page:not(.home) #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .border, html body.single.single-post #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .border, body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .border, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .border, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap .container .row .col-md-12 .banner-content .border {
  display: none;
}
html body.page:not(.home) .seo-breadcrumb-area {
  min-height: 600px !important;
  position: relative;
  background-position: center 25%;
  padding: 30px 0 10px;
  height: 500px !important;
  display: table !important;
  width: 100% !important;
  max-height: 1081px;
}
html body.page:not(.home) .seo-breadcrumb-area .img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #1a5570;
  background: linear-gradient(0deg, rgba(65, 157, 199, 0.56) 0%, rgba(0, 74, 110, 0.4) 55%, rgba(0, 58, 173, 0.22) 100%);
}
html body.page:not(.home) .seo-breadcrumb-area .banner-content-wrap {
  display: table-cell !important;
  vertical-align: middle;
  padding-top: 0 !important;
}
body.page-id-368 #page .seo-breadcrumb-area, body.page-id-367 #page .seo-breadcrumb-area, body.category-education.category-9 #page .seo-breadcrumb-area {
  height: 500px !important;
}
body.page-id-368 #page .seo-breadcrumb-area .banner-content-wrap, body.page-id-367 #page .seo-breadcrumb-area .banner-content-wrap, body.category-education.category-9 #page .seo-breadcrumb-area .banner-content-wrap {
  height: 500px !important;
}
/* #bottom_divi_widgets,  .et-l.et-l--footer{
	background-color: $theme_bg_dark;
	color: #fff;

	a {
		color: #fff;

		&:hover {
			text-decoration: underline;
		}
	}

	.et_pb_section {
		background-color: transparent;
		padding: 0 0 55px;
	}

	.footer-bottom-section {
		border-top: 1px #363636 solid;
	}

	.footer-contacts {
		font-size: 18px;
		font-weight: 300;
		line-height: 1.6;
		padding: 40px 0;

		@media(max-width: 480px) {
			text-align: center;
		}

		a {
			white-space: nowrap;
		}

		img {
			max-height: 3em;
		}

		.et_pb_text_inner {
			letter-spacing: .05em;
		}

		.et_pb_text_align_left {

			@media(max-width: 480px) {
				text-align: center;
			}
		}
	}

	.footer-socials {
		width: 100% !important;

		p {
			letter-spacing: 0.24em;
		}

		&.et_pb_row {
			padding: 1% 0 0;
		}

		.et_pb_column {
			display: flex;
			justify-content: center;

			@media(max-width: 767px) {
				flex-direction: column;
				align-items: center;
			}

			.et_pb_text_inner {
				text-transform: uppercase;
				padding: 5px 40px 0;
				font-size: 18px;
			}

			.et_pb_social_network_link a.icon {
				background-color: transparent !important;
				padding: 0 30px;
				text-decoration: none;

				@media(max-width: 767px) {
					padding: 0 10px;
				}

				&:before {
					font-size: 24px;
				}

				&:hover {
					&:before {
						color: #f6841f;
					}
				}
			}
		}
		.et_pb_social_media_follow_network_3 a.icon,
		.et_pb_social_media_follow_network_3_tb_footer  a.icon{
			width: 30px!important;
			height: 27px!important;
			background-size: contain;
			background-repeat: no-repeat;
			background-position: bottom;
			top: 3px;
			&:hover {
				background-image: url("https://www.hrct.net/wp-content/uploads/2020/04/orange-icon.png")!important;
			}
		}
	}

	.insert-page-9086 {

		br {
			display: none;
		}

		h2,
		h4.cap-h2 {
			padding: 90px 50px 50px;
			color: #fff;
			letter-spacing: 0.05em;
			font-size: 40px;
			font-family: 'Gilroy', sans-serif;
			font-weight: 700;
			margin-bottom: 30px;

			@media (max-width: 1200px) {
				font-size: 36px;
			}

			@include tablet {
				padding: 50px 50px 0;
			}

			@media(max-width: 767px) {
				font-size: 32px;
			}
		}

		form {
			display: flex;
			justify-content: space-between;
			max-width: 960px;
			margin: 0 auto !important;
			padding: 0 !important;

			@media(max-width: 767px) {
				flex-direction: column;
				padding-bottom: 30px !important;
			}
		}

		.fsSection {
			display: flex;
			justify-content: space-between;

			@media(max-width: 767px) {
				flex-direction: column;
			}
		}

		.fsBody {
			padding: 0 50px !important;

			.fsForm select.fsRequired,
			.fsForm textarea.fsRequired,
			.fsRowBody input[type=email].fsRequired,
			.fsRowBody input[type=number].fsRequired,
			.fsRowBody input[type=tel].fsRequired,
			.fsRowBody input[type=text].fsRequired {
				border-bottom: 2px #464646 solid;
				color: #fff;

				@media(max-width: 767px) {
					text-align: center;
				}

				&::-webkit-input-placeholder {
					color: #fff;
				}

				&:-ms-input-placeholder {
					color: #fff;
				}

				&::placeholder {
					color: #fff;
				}
			}
		}
	}
} */
body {
  /*New Footer Design 2022*/
}
body #footer-bottom {
  display: none;
}
@media screen and (max-width: 980px) {
  body #footer-logo {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  body #footer-logo .et_pb_image_wrap {
    text-align: center;
  }
}
body .license-footer-info {
  /*text-align: center;*/
}
@media screen and (max-width: 479px) {
  body .license-footer-info {
    text-align: center;
  }
}
body .license-footer-info p {
  font-size: 12px;
  padding: 0;
}
body .footer-author {
  text-align: center;
  font-size: 15px;
  padding: 50px 0;
  font-weight: 400;
}
body .footer-author img {
  width: 45px;
  height: auto;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
body .footer-author .sep {
  color: blue;
  display: inline-block;
  padding: 0 10px;
}
body #copyright-row p {
  font-size: 15px !important;
  letter-spacing: 0.8px;
}
body #copyright-row p a {
  padding: 0 10px;
}
body #footer_2022 {
  padding: 0;
}
body #footer_2022 .et_pb_row {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
body #footer_new_style_2022 {
  padding: clamp(50px, 4.8611111111vw, 70px) 0 55px;
  background: url('/wp-content/uploads/2022/07/Tech42_web_Footer-bg.jpg') center center;
  background-size: cover;
  color: #ffffff;
  font-family: 'source_sans_proregular', sans-serif;
}
@media screen and (max-width: 700px) {
  body #footer_new_style_2022 {
    padding-bottom: 80px;
  }
}
body #footer_new_style_2022 a {
  text-decoration: none;
}
body #footer_new_style_2022 p {
  padding: 0;
  text-align: start;
  color: #fff;
}
body #footer_new_style_2022 h4 {
  font-family: 'HelveticaNeueCondensed', Arial, sans-serif;
  font-size: clamp(22px, 1.6666666667vw, 24px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.08;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 1.1em;
  color: #0158ae;
}
body #footer_new_style_2022 h5 {
  color: #28b574;
  /*font-family: 'HelveticaNeueLight', Arial, sans-serif;*/
  font-family: 'HelveticaNeue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  /*letter-spacing: 0.12em;*/
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
body #footer_new_style_2022 .container {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
body #footer_new_style_2022 .container .footer-row {
  display: flex;
  justify-content: space-between;
  /* align-items: baseline; */
}
@media screen and (width: 1920px) {
  body #footer_new_style_2022 .container .footer-row {
    align-items: flex-start;
  }
}
body #footer_new_style_2022 .container .footer-row.contacts-row {
  padding-bottom: 45px;
  /*padding-left: 29px;
					padding-right: 121.5px;*/
  /* @media screen and (max-width: 1075px) {
						flex-wrap: wrap;
					} */
  /*	@include tablet {
						flex-wrap: wrap;
					}*/
}
@media screen and (max-width: 1396px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1099px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row {
    align-items: center;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row {
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-logo {
  /* @media screen and (max-width: 1075px) {
							position: static;
							width: 100%;
							text-align: center;
						} */
  /*@include tablet {
							position: static;
							width: 100%;
							text-align: center;
						}*/
}
@media screen and (max-width: 1075px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-logo {
    position: static;
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 1230px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-logo img {
    max-width: 200px;
  }
}
@media (max-width: 980px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-logo img {
    max-width: 100%;
    display: inline-block;
  }
}
@media (min-width: 981px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-logo img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper {
    display: flex;
    width: 70%;
    justify-content: inherit;
    padding-left: 50px;
    padding-right: clamp(30px, 4.8611111111vw, 70px);
  }
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block {
  /*&:last-child{
								@media screen and (max-width: 1075px) {
									margin-left: auto;
									margin-right: auto;
								}
							}*/
}
@media screen and (max-width: 1075px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block {
    text-align: start;
    margin-top: 30px;
  }
}
@media (max-width: 980px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block {
    /* width: 50%; */
    max-width: unset !important;
  }
}
@media (max-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block {
    max-width: none !important;
  }
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block h4 {
  margin-bottom: 3px;
  font-size: 22px;
  /* @media screen and (max-width:1099px) {
									padding-right: 20px !important;
								} */
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block h4:not(:first-child) {
  margin-top: 5px;
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block h4 + p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block h4 {
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block p:first-child {
    /*margin-top: 43px;*/
    margin-top: 39px;
  }
}
@media screen and (max-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block p {
    text-align: center;
  }
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block a, body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block p {
  color: #ffffff;
  font-family: "HelveticaNeueCondensed", Arial, sans-serif;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.005em;
  line-height: 1.1;
  transition: all 0.3s ease;
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block a:hover {
  color: #28b574;
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block:nth-child(1) {
  position: relative;
}
@media screen and (width: 1920px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block:nth-child(1) {
    left: 20px;
    top: 12px;
  }
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block:nth-child(2) {
  position: relative;
  max-width: 198px;
}
@media screen and (width: 1920px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block:nth-child(2) {
    left: 16px;
    top: 12px;
  }
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block:nth-child(3) {
  position: relative;
  max-width: 190px;
}
@media screen and (width: 1920px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block:nth-child(3) {
    left: 3px;
    top: 12px;
  }
}
@media screen and (max-width: 1396px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block:nth-child(3) {
    position: static;
  }
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block:nth-child(4) {
  max-width: 280px;
  position: relative;
  /* left: 25px; */
}
@media screen and (max-width: 1396px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block:nth-child(4) {
    position: static;
  }
}
@media screen and (width: 1920px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block:nth-child(4) {
    left: -4px;
    top: 20px;
  }
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block .form-wrapper {
  /*margin-top: 24px;*/
  margin-top: 38px;
}
@media (max-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block .form-wrapper {
    margin-top: 0;
  }
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block .form-wrapper .search-form {
  max-width: 160px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block .form-wrapper .search-form:after {
  content: '';
  background: url('/wp-content/uploads/2022/07/Search_Icon.png');
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%) scale(0.55);
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block .form-wrapper .search-form input[type="search"] {
  font-family: 'source_sans_proregular', sans-serif;
  font-size: 16px;
  background: #fafafa;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 3px;
  padding: 3px 45px 3px 7.5px;
  width: 100%;
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-contacts-wrapper .footer-contact-block .form-wrapper .search-form input[type="submit"] {
  padding: 4px 11px;
  border-radius: 2px;
  border: none;
  top: 0;
  right: 0;
  position: absolute;
  color: transparent;
  background: 0 0;
  max-width: 45px;
  z-index: 2;
  cursor: pointer;
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-socials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-socials {
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 auto;
  }
}
@media (max-width: 980px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-socials {
    justify-content: center;
    align-items: center;
    margin-top: 35px;
  }
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-socials .footer-socials-items {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-socials .footer-socials-items {
    margin-bottom: unset;
    margin-top: 15px;
  }
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-socials a {
  margin: 3px 20px 0;
  color: #ffffff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1396px) {
  body #footer_new_style_2022 .container .footer-row.contacts-row .footer-socials a {
    margin: 3px 20px 0;
  }
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-socials a:hover {
  color: #28b574;
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-socials a:first-child {
  margin-left: 0;
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-socials a:last-child {
  margin-right: 4px;
}
body #footer_new_style_2022 .container .footer-row.contacts-row .footer-socials a i {
  font-size: 24px;
}
body #footer_new_style_2022 .container .footer-row.menu-row {
  padding: 50px 0 56px;
  border-top: 1px solid #1c3276;
  border-bottom: 1px solid #1c3276;
  /*padding-right: 8px;
					padding-left: 10px;*/
}
@media screen and (max-width: 1360px) {
  body #footer_new_style_2022 .container .footer-row.menu-row {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1396px) {
  body #footer_new_style_2022 .container .footer-row.menu-row {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1360px) {
  body #footer_new_style_2022 .container .footer-row.menu-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (max-width: 980px) {
  body #footer_new_style_2022 .container .footer-row.menu-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.menu-row {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.menu-row {
    align-items: center;
    justify-content: center;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description {
  max-width: 465px;
  text-align: center;
}
@media screen and (max-width: 1919px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-description br {
    display: none;
  }
}
@media screen and (max-width: 1360px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-description {
    max-width: 100%;
    width: 100%;
    order: 4;
    margin-top: 35px;
  }
}
@media (max-width: 980px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-description {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
}
@media (min-width: 981px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials {
    margin-left: -40px;
  }
}
@media (max-width: 980px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials {
    justify-content: center;
    align-items: center;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials h4 span {
  display: block;
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials .footer-socials-items {
  width: 100%;
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-right: 80px; */
}
@media screen and (max-width: 1200px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials .footer-socials-items {
    margin-bottom: unset;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1360px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials .footer-socials-items {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 850px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials .footer-socials-items {
    padding-bottom: 40px;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials a {
  margin: 3px 20px 0;
  color: #ffffff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1396px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials a {
    /*margin: 3px 20px 0;*/
    margin: 3px 15px 0;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials a:hover {
  color: #28b574;
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials a:first-child {
  margin-left: 0;
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials a:last-child {
  margin-right: 4px;
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials a i {
  font-size: 25px;
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials a .fa-facebook-f, body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .footer-socials a .fa-linkedin {
  font-size: 22px;
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .description-block {
  font-family: 'source_sans_proregular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0 !important;
}
@media screen and (max-width: 1360px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .description-block {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .description-block p {
  line-height: 30px;
}
@media screen and (max-width: 1360px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-description .description-block p {
    text-align: center;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-description + .footer-menu-block {
  margin-top: 0;
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper {
  width: 100%;
}
@media screen and (min-width: 851px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1361px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper {
    padding-left: clamp(25px, 3.6585365854vw, 60px);
    padding-right: 5px;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block:nth-child(1) {
  position: relative;
  top: 6px;
  left: 5px;
  /* left: -53px; */
}
@media screen and (max-width: 850px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block:nth-child(1) {
    text-align: center;
  }
}
@media screen and (max-width: 1396px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block:nth-child(1) {
    position: static;
  }
}
@media screen and (min-width: 851px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block:nth-child(1) {
    max-width: 220px;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block:nth-child(2) {
  position: relative;
  top: 6px;
  left: 18px;
  /*left: 4px;*/
  /* left: -46px; */
}
@media screen and (max-width: 1396px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block:nth-child(2) {
    position: static;
  }
}
@media screen and (max-width: 850px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block:nth-child(2) {
    text-align: center;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block:nth-child(3) {
  position: relative;
  top: 6px;
  left: 42px;
  /*left: 31px;*/
  /* left: -60px; */
}
@media screen and (min-width: 851px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block:nth-child(3) {
    max-width: 227px;
  }
}
@media screen and (max-width: 1396px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block:nth-child(3) {
    position: static;
  }
}
@media screen and (max-width: 850px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block:nth-child(3) {
    text-align: center;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block:nth-child(4) {
  position: relative;
  left: -70px;
}
@media screen and (max-width: 1396px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block:nth-child(4) {
    position: static;
  }
}
@media screen and (min-width: 851px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block .menu-footer_managed-services-container {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block {
    text-align: center;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block h4 {
  font-family: "HelveticaNeueCondensed", Arial, sans-serif;
  font-size: 22px;
  /*color: $theme_violet;*/
  margin-bottom: 1.1em;
  color: #0158ae;
}
@media (max-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block h4 {
    text-align: center;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block h4 + .footer-menu {
  margin-top: 1.1em;
}
@media screen and (max-width: 850px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block h4 {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block .footer-menu {
  margin-top: 30px;
  padding: 0;
}
@media screen and (max-width: 850px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block .footer-menu {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block .footer-menu {
    margin-top: 5px;
  }
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block .footer-menu li {
  list-style: none;
  /* line-height: 30px; */
  padding-bottom: 10px;
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block .footer-menu li a {
  font-family: 'source_sans_proregular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2em;
  position: relative;
  color: #ffffff;
  transition: all 0.3s ease;
  /* &:before{
											content: '';
											position: absolute;
											width: 100%;
											height: 1px;
											bottom: -4px;
											background-color: #28b574;
											transform: scale(0, 1);
											transition: all 0.3s ease;
										} */
}
body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block .footer-menu li a:hover {
  color: #28b574;
  /* &:before{
												transform: scale(1, 1);
											} */
}
@media (max-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.menu-row .footer-menu-wrapper .footer-menu-block #menu-footer_managed-services {
    margin-bottom: 15px;
  }
}
body #footer_new_style_2022 .container .footer-row.rights-row {
  padding-top: 42px;
  color: #ffffff;
  font-family: 'source_sans_proregular', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  /* flex-direction: row; */
}
@media (max-width: 980px) {
  body #footer_new_style_2022 .container .footer-row.rights-row {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  body #footer_new_style_2022 .container .footer-row.rights-row {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1140px) {
  body #footer_new_style_2022 .container .footer-row.rights-row .footer-rights {
    width: 60%;
  }
}
@media (max-width: 980px) {
  body #footer_new_style_2022 .container .footer-row.rights-row .footer-rights {
    width: 100%;
  }
}
body #footer_new_style_2022 .container .footer-row.rights-row a {
  transition: all 0.3s ease;
}
body #footer_new_style_2022 .container .footer-row.rights-row a:hover {
  color: #28b574 !important;
}
body #footer_new_style_2022 .container .footer-row.rights-row span.msp {
  white-space: nowrap;
}
body #footer_new_style_2022 .container .footer-row.rights-row span.msp a {
  font-family: 'source_sans_proregular', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: right;
  color: #ffffff;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
}
body #footer_new_style_2022 .container .footer-row.rights-row .footer-sitemap {
  margin-right: 10px;
  /* flex-shrink: 0; */
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 980px) {
  body #footer_new_style_2022 .container .footer-row.rights-row .footer-sitemap {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }
}
body #footer_new_style_2022 .container .footer-row.rights-row .footer-sitemap a {
  font-family: 'source_sans_proregular', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: right;
  color: #ffffff;
  transition: all 0.3s ease;
  margin: 0 5px;
  white-space: nowrap;
}
body #footer_new_style_2022 .container .footer-row.rights-row .footer-sitemap a:first-child {
  margin-left: 0;
}
body #footer_new_style_2022 .container .footer-row.rights-row .footer-sitemap a:last-child {
  margin-right: 0;
}
.single.single-post .mainmenu-area, .category.category-education .mainmenu-area, .page-template-tpl_new-page-temp .mainmenu-area, .page-template-tpl_new-page-temp-full-width .mainmenu-area {
  background-color: white !important;
  padding: 10px 0 11px 0;
}
.single.single-post .mainmenu-area > .container, .category.category-education .mainmenu-area > .container, .page-template-tpl_new-page-temp .mainmenu-area > .container, .page-template-tpl_new-page-temp-full-width .mainmenu-area > .container {
  width: 100% !important;
  max-width: 1620px;
}
@media (max-width: 1601px) {
  .single.single-post .mainmenu-area > .container, .category.category-education .mainmenu-area > .container, .page-template-tpl_new-page-temp .mainmenu-area > .container, .page-template-tpl_new-page-temp-full-width .mainmenu-area > .container {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .single.single-post .mainmenu-area > .container, .category.category-education .mainmenu-area > .container, .page-template-tpl_new-page-temp .mainmenu-area > .container, .page-template-tpl_new-page-temp-full-width .mainmenu-area > .container {
    max-width: 100%;
  }
}
.single.single-post .mainmenu-area > .container .logo, .category.category-education .mainmenu-area > .container .logo, .page-template-tpl_new-page-temp .mainmenu-area > .container .logo, .page-template-tpl_new-page-temp-full-width .mainmenu-area > .container .logo {
  margin-left: 15px;
}
@media (max-width: 1601px) and (min-width: 991px) {
  .single.single-post .mainmenu-area > .container .logo, .category.category-education .mainmenu-area > .container .logo, .page-template-tpl_new-page-temp .mainmenu-area > .container .logo, .page-template-tpl_new-page-temp-full-width .mainmenu-area > .container .logo {
    margin-top: 14px;
  }
}
@media (max-width: 991px) {
  .single.single-post .mainmenu-area > .container .logo, .category.category-education .mainmenu-area > .container .logo, .page-template-tpl_new-page-temp .mainmenu-area > .container .logo, .page-template-tpl_new-page-temp-full-width .mainmenu-area > .container .logo {
    margin-top: 8px;
  }
}
.single.single-post .mainmenu-area > .container .logo a img, .category.category-education .mainmenu-area > .container .logo a img, .page-template-tpl_new-page-temp .mainmenu-area > .container .logo a img, .page-template-tpl_new-page-temp-full-width .mainmenu-area > .container .logo a img {
  height: 70px;
}
@media (max-width: 1601px) {
  .single.single-post .mainmenu-area > .container .logo a img, .category.category-education .mainmenu-area > .container .logo a img, .page-template-tpl_new-page-temp .mainmenu-area > .container .logo a img, .page-template-tpl_new-page-temp-full-width .mainmenu-area > .container .logo a img {
    height: auto;
    width: 120px;
  }
}
.single.single-post .mainmenu-area > .container .slicknav_btn, .category.category-education .mainmenu-area > .container .slicknav_btn, .page-template-tpl_new-page-temp .mainmenu-area > .container .slicknav_btn, .page-template-tpl_new-page-temp-full-width .mainmenu-area > .container .slicknav_btn {
  background-color: white;
}
.single.single-post .seo-breadcrumb-area, .category.category-education .seo-breadcrumb-area, .page-template-tpl_new-page-temp .seo-breadcrumb-area, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area {
  padding: 100px 0 50px;
  min-height: 700px;
  height: 100vh;
  max-height: 1081px;
  display: flex;
}
@media (max-width: 980px) {
  .single.single-post .seo-breadcrumb-area, .category.category-education .seo-breadcrumb-area, .page-template-tpl_new-page-temp .seo-breadcrumb-area, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area {
    padding: 165px 0 80px;
    min-height: 100vh;
    height: auto;
    max-height: unset;
  }
}
.single.single-post .seo-breadcrumb-area .img-overlay, .category.category-education .seo-breadcrumb-area .img-overlay, .page-template-tpl_new-page-temp .seo-breadcrumb-area .img-overlay, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #1a5570;
  background: linear-gradient(0deg, rgba(65, 157, 199, 0.56) 0%, rgba(0, 74, 110, 0.4) 55%, rgba(0, 58, 173, 0.22) 100%);
}
.single.single-post .seo-breadcrumb-area .banner-content-wrap, .category.category-education .seo-breadcrumb-area .banner-content-wrap, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 981px) {
  .single.single-post .seo-breadcrumb-area .banner-content-wrap, .category.category-education .seo-breadcrumb-area .banner-content-wrap, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap {
    padding-top: 7%;
  }
}
.single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size {
  max-width: 1577px;
  width: 100%;
}
.single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content {
  max-width: 907px;
  padding: 2% 4% 4% 4%;
}
.single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1 {
  margin: 0;
  text-transform: none;
  text-align: left;
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 50px !important;
  letter-spacing: 0;
  line-height: 100%;
  padding: 41px 0 20px;
  border-bottom: 2px solid #28b574;
}
@media (max-width: 980px) {
  .single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1 {
    font-size: 36px !important;
  }
}
.single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap {
  padding-top: 37px;
}
.single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap p, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap p, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap p, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap p {
  text-align: left;
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 24px !important;
  line-height: 100%;
  letter-spacing: 0.003em;
}
@media (max-width: 980px) {
  .single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap p, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap p, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap p, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap p {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap p, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap p, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap p, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .except-wrap p {
    font-size: 18px !important;
  }
}
.single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap {
  padding: 26px 2px 21px;
}
.single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form {
  background-color: #28b574;
  color: white;
  padding: 19px 34px;
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 22px !important;
  letter-spacing: 0;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}
@media (max-width: 980px) {
  .single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form {
    font-size: 18px !important;
  }
}
@media (max-width: 980px) {
  .single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form {
    padding: 12px 25px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form {
    line-height: 18px;
  }
}
.single.single-post .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form:hover, .category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form:hover, .page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form:hover, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content .quote-button-wrap #popup-quote-form:hover {
  background-color: rgba(9, 45, 67, 0.8);
}
.single.single-post .deal-internal-area.section-enable-padding, .category.category-education .deal-internal-area.section-enable-padding, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding {
  padding: 60px 0 76px;
  background-color: #fff !important;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding, .category.category-education .deal-internal-area.section-enable-padding, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding {
    padding: 60px 0 10px;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width {
  width: 100%;
  max-width: 1131px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width > .row, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width > .row, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width > .row, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width > .row {
  display: flex;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content {
    width: 92% !important;
    margin: 0 auto;
    float: none;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right {
  padding-right: 3px;
}
@media (max-width: 1278px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right {
    padding-right: 0;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h2, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h2, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h2, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h2 {
  margin-top: 0;
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 37px !important;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 11px;
  color: black;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h2, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h2, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h2, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h2 {
    font-size: 31px !important;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h2, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h2, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h2, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h2 {
    font-size: 27px !important;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3 {
  margin: 10px 0 27px 0;
  padding: 0 0 10px 45px;
  font-size: 28px !important;
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  border-bottom: 2px solid #0e4d8c;
  text-transform: none;
  color: black;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3 {
    font-size: 22px !important;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3:before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3:before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3:before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content h3:before {
  content: url("../images/heading-lines-new.png");
  margin-left: -45px;
  float: left;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 20px !important;
  letter-spacing: 0.0025em;
  line-height: 120%;
  padding-bottom: 23px;
  margin-bottom: 0;
  color: black;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p {
    font-size: 18px !important;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p > a, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p > a, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p > a, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p > a {
  color: #2d6fb1 !important;
  transition: all 0.1s ease;
  border-bottom: #688fb7 2px solid;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p > a:hover, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p > a:hover, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p > a:hover, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p > a:hover {
  color: #828282 !important;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p strong a, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p strong a, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p strong a, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p strong a {
  color: inherit;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p strong a.wpil_keyword_link, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p strong a.wpil_keyword_link, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p strong a.wpil_keyword_link, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content p strong a.wpil_keyword_link {
  color: inherit;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content strong, .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content b, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content strong, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content b, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content strong, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content b, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content strong, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content b {
  color: black;
  font-family: 'source_sans_proregular', sans-serif;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol, .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul {
  list-style: inside;
  padding-left: 35px !important;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 20px !important;
  letter-spacing: 0.0025em;
  line-height: 120%;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: black;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li {
    font-size: 18px !important;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:first-child, .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li:first-child, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:first-child, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li:first-child, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:first-child, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li:first-child, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:first-child, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li:first-child {
  padding-top: 15px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul {
  list-style: none;
  padding-left: 31px !important;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 20px !important;
  letter-spacing: 0.0025em;
  line-height: 120%;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: black;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li {
    font-size: 18px !important;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li:before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li:before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li:before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li:before {
  content: url('/wp-content/uploads/2020/11/check_icon_leadership.png');
  margin-left: -33px;
  float: left;
  display: inline-block;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li:first-child, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li:first-child, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li:first-child, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ul li:first-child {
  padding-top: 0px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol {
  padding: 0 0 0 -50px;
  margin: 0;
  list-style: none;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(1):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(1):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(1):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(1):before {
  content: "1";
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 19px !important;
  color: white;
  background-color: #083962;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 31px;
  height: 31px;
  line-height: 100%;
  margin-left: -40px;
  margin-top: -2px;
  padding-top: 3px;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(1):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(1):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(1):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(1):before {
    transform: scale(0.9);
    padding-top: 2px;
    margin-left: -38px;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(1):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(1):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(1):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(1):before {
    transform: scale(0.9);
    margin-top: -2px;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(2):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(2):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(2):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(2):before {
  content: "2";
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 19px !important;
  color: white;
  background-color: #083962;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 31px;
  height: 31px;
  line-height: 100%;
  margin-left: -40px;
  margin-top: -2px;
  padding-top: 3px;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(2):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(2):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(2):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(2):before {
    transform: scale(0.9);
    padding-top: 2px;
    margin-left: -38px;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(2):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(2):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(2):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(2):before {
    transform: scale(0.9);
    margin-top: -2px;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(3):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(3):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(3):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(3):before {
  content: "3";
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 19px !important;
  color: white;
  background-color: #083962;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 31px;
  height: 31px;
  line-height: 100%;
  margin-left: -40px;
  margin-top: -2px;
  padding-top: 3px;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(3):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(3):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(3):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(3):before {
    transform: scale(0.9);
    padding-top: 2px;
    margin-left: -38px;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(3):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(3):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(3):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(3):before {
    transform: scale(0.9);
    margin-top: -2px;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(4):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(4):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(4):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(4):before {
  content: "4";
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 19px !important;
  color: white;
  background-color: #083962;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 31px;
  height: 31px;
  line-height: 100%;
  margin-left: -40px;
  margin-top: -2px;
  padding-top: 3px;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(4):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(4):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(4):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(4):before {
    transform: scale(0.9);
    padding-top: 2px;
    margin-left: -38px;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(4):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(4):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(4):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(4):before {
    transform: scale(0.9);
    margin-top: -2px;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(5):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(5):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(5):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(5):before {
  content: "5";
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 19px !important;
  color: white;
  background-color: #083962;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 31px;
  height: 31px;
  line-height: 100%;
  margin-left: -40px;
  margin-top: -2px;
  padding-top: 3px;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(5):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(5):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(5):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(5):before {
    transform: scale(0.9);
    padding-top: 2px;
    margin-left: -38px;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(5):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(5):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(5):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(5):before {
    transform: scale(0.9);
    margin-top: -2px;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(6):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(6):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(6):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(6):before {
  content: "6";
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 19px !important;
  color: white;
  background-color: #083962;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 31px;
  height: 31px;
  line-height: 100%;
  margin-left: -40px;
  margin-top: -2px;
  padding-top: 3px;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(6):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(6):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(6):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(6):before {
    transform: scale(0.9);
    padding-top: 2px;
    margin-left: -38px;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(6):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(6):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(6):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(6):before {
    transform: scale(0.9);
    margin-top: -2px;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(7):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(7):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(7):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(7):before {
  content: "7";
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 19px !important;
  color: white;
  background-color: #083962;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 31px;
  height: 31px;
  line-height: 100%;
  margin-left: -40px;
  margin-top: -2px;
  padding-top: 3px;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(7):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(7):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(7):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(7):before {
    transform: scale(0.9);
    padding-top: 2px;
    margin-left: -38px;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(7):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(7):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(7):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(7):before {
    transform: scale(0.9);
    margin-top: -2px;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(8):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(8):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(8):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(8):before {
  content: "8";
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 19px !important;
  color: white;
  background-color: #083962;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 31px;
  height: 31px;
  line-height: 100%;
  margin-left: -40px;
  margin-top: -2px;
  padding-top: 3px;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(8):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(8):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(8):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(8):before {
    transform: scale(0.9);
    padding-top: 2px;
    margin-left: -38px;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(8):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(8):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(8):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(8):before {
    transform: scale(0.9);
    margin-top: -2px;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(9):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(9):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(9):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(9):before {
  content: "9";
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 19px !important;
  color: white;
  background-color: #083962;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 31px;
  height: 31px;
  line-height: 100%;
  margin-left: -40px;
  margin-top: -2px;
  padding-top: 3px;
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(9):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(9):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(9):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(9):before {
    transform: scale(0.9);
    padding-top: 2px;
    margin-left: -38px;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(9):before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(9):before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(9):before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:nth-child(9):before {
    transform: scale(0.9);
    margin-top: -2px;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 24px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:last-child, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:last-child, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:last-child, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content ol li:last-child {
  margin-bottom: 30px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content figure figcaption, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content figure figcaption, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content figure figcaption, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content figure figcaption {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe {
  margin: 5px auto 15px;
  border: 1px solid #cddbe8;
}
@media (max-width: 991px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe {
    max-width: 90%;
    display: block;
  }
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content iframe {
    max-width: 100%;
    height: 270px;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content img, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content img, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content img, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content img {
  margin: 5px auto 15px;
  border: 1px solid #cddbe8;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 480px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-gravatar, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-gravatar, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-gravatar, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-gravatar {
    padding-bottom: 0 !important;
  }
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-gravatar img, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-gravatar img, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-gravatar img, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-gravatar img {
    margin-bottom: 10px;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-authorname a, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-authorname a, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-authorname a, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-authorname a {
  color: black !important;
  font-family: 'Gilroy-Bold', Arial, sans-serif !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-authorname a, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-authorname a, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-authorname a, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-authorname a {
    font-size: 18px !important;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-authorname a:hover, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-authorname a:hover, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-authorname a:hover, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-authorname a:hover {
  color: grey !important;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc {
  padding-left: 116px;
}
@media (max-width: 480px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc {
    padding-left: 0;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc p, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc p, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc p, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc p {
  color: black !important;
  font-family: 'Gilroy-Medium', Arial, sans-serif !important;
  font-size: 19px !important;
}
@media (max-width: 767px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc p, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc p, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc p, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-main-content .deal-padding-right .entry-content.post-content .saboxplugin-wrap .saboxplugin-desc p {
    font-size: 16px !important;
  }
}
@media (max-width: 980px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .sidebar-widget, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .sidebar-widget, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .sidebar-widget, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .sidebar-widget {
    display: none !important;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area {
  padding-left: 46px;
}
@media (min-height: 650px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area {
    position: sticky;
    top: calc(50vh - 290px);
  }
}
@media (max-width: 1080px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area {
    padding-left: 25px;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area .widget.widget_custom_html, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area .widget.widget_custom_html, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area .widget.widget_custom_html, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area .widget.widget_custom_html {
  padding: 0;
  margin: 0 0 22px;
  border: none;
  outline: none;
  box-shadow: none;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area .widget.widget_custom_html h4, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area .widget.widget_custom_html h4, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area .widget.widget_custom_html h4, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area .widget.widget_custom_html h4 {
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 28px;
  color: white;
  letter-spacing: 0;
  line-height: 111%;
  text-align: center;
  text-transform: none;
  padding: 21px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 {
  height: 630px;
  background-image: url("https://www.tech42llc.com/wp-content/uploads/2020/08/sidebar-security-bg.jpg");
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget {
  display: flex;
  flex-direction: column;
  padding: 0 21px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget p, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget p, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget p, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget p {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  color: white;
  letter-spacing: 0;
  line-height: 110%;
  padding: 12px 0;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget button, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget button, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget button, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget button {
  border: none;
  outline: none;
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin: 0 auto 34px;
  color: white;
  padding: 4% 0 5%;
  text-align: center;
  display: block;
  width: 100%;
  box-shadow: 0 18px 48px rgba(9, 251, 139, 0.4);
  border: 2px solid #18c575;
  border-radius: 5px;
  background-color: #28b574;
  transition: all 0.2s ease-in-out;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget button:hover, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget button:hover, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget button:hover, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-2 .textwidget.custom-html-widget button:hover {
  background-color: rgba(24, 197, 117, 0.5);
  border: 2px solid #18c575;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 {
  display: none;
  background-color: #00173e;
  height: 1030px;
  overflow: hidden;
}
@media (max-width: 1278px) {
  .single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 {
    min-height: 1030px;
    height: unset;
  }
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 h4, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 h4, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 h4, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 h4 {
  line-height: 100%;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 .textwidget.custom-html-widget p, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 .textwidget.custom-html-widget p, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 .textwidget.custom-html-widget p, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 .textwidget.custom-html-widget p {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 22px;
  text-align: center;
  color: white;
  letter-spacing: 0;
  line-height: 110%;
  padding: 0 25px 10px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 .textwidget.custom-html-widget p span, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 .textwidget.custom-html-widget p span, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 .textwidget.custom-html-widget p span, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-3 .textwidget.custom-html-widget p span {
  display: inline-block;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 {
  display: none !important;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header img, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header img, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header img, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header img {
  width: 90px;
  height: 90px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header h4, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header h4, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header h4, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header h4 {
  color: black;
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 28px;
  padding: 15px 0px 15px 19px;
  margin: 0;
  font-weight: 600;
  line-height: 1.05;
  text-transform: none;
  text-align: left;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header h4 span, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header h4 span, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header h4 span, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget .quote-header h4 span {
  text-transform: uppercase;
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.65px;
  display: block;
  line-height: 1.5;
  padding-bottom: 0;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget p, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget p, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget p, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget p {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Gilroy-Semibold', Arial, sans-serif;
  margin-bottom: 19px;
  letter-spacing: -0.004em;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget a img, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget a img, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget a img, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-4 .quote-widget a img {
  max-width: 127px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 {
  display: none;
  padding-top: 1.6rem;
  float: none;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 blockquote, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 blockquote, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 blockquote, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 blockquote {
  border-left: 3px solid #00609C;
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  position: relative;
  margin-left: 22px;
  margin-bottom: 8px;
  margin-top: 24px;
  padding: 0 0 0 25px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 blockquote:before, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 blockquote:before, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 blockquote:before, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 blockquote:before {
  position: absolute;
  content: '';
  background: url('https://www.tech42llc.com/wp-content/uploads/2020/09/quotestart.png');
  top: -15px;
  left: -25px;
  width: 36px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  padding-bottom: 11px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 blockquote + img, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 blockquote + img, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 blockquote + img, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 blockquote + img {
  max-width: 109px;
  margin-left: 51px;
}
.single.single-post .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 .textwidget, .category.category-education .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 .textwidget, .page-template-tpl_new-page-temp .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 .textwidget, .page-template-tpl_new-page-temp-full-width .deal-internal-area.section-enable-padding .container.custom-width .right-sidebar.widget-area #custom_html-5 .textwidget {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 20px;
}
.single.single-post .recent-posts-wrap, .category.category-education .recent-posts-wrap, .page-template-tpl_new-page-temp .recent-posts-wrap, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap {
  border-top: 1px solid #bbcbdb;
  padding-top: 50px;
}
.single.single-post .recent-posts-wrap .container.recent-posts, .category.category-education .recent-posts-wrap .container.recent-posts, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts {
  width: 100%;
  max-width: 1300px;
}
.single.single-post .recent-posts-wrap .container.recent-posts h2, .category.category-education .recent-posts-wrap .container.recent-posts h2, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts h2, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts h2 {
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 40px !important;
  text-align: center;
  color: black;
  text-transform: none;
  letter-spacing: 0;
  line-height: 110%;
  margin: 3px 0 15px;
}
@media (max-width: 980px) {
  .single.single-post .recent-posts-wrap .container.recent-posts h2, .category.category-education .recent-posts-wrap .container.recent-posts h2, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts h2, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .single.single-post .recent-posts-wrap .container.recent-posts h2, .category.category-education .recent-posts-wrap .container.recent-posts h2, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts h2, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 1601px) {
  .single.single-post .recent-posts-wrap .container.recent-posts h2, .category.category-education .recent-posts-wrap .container.recent-posts h2, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts h2, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts h2 {
    max-width: 90%;
    margin: 3px auto 15px;
  }
}
@media (max-width: 980px) {
  .single.single-post .recent-posts-wrap .container.recent-posts h2, .category.category-education .recent-posts-wrap .container.recent-posts h2, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts h2, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts h2 {
    padding: 0 25px;
  }
}
.single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 30px 0 30px 9px;
}
@media (max-width: 1601px) {
  .single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content {
    padding: 30px 15px;
    justify-content: space-evenly;
  }
}
@media (max-width: 980px) {
  .single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content {
    flex-flow: column;
  }
}
@media (max-width: 480px) {
  .single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content {
    padding: 30px 5px;
  }
}
.single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content article, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content article, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content article, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content article {
  width: 33.333%;
  max-width: 400px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1601px) {
  .single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content article, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content article, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content article, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content article {
    width: 30%;
  }
}
@media (max-width: 980px) {
  .single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content article, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content article, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content article, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content article {
    width: 90%;
    max-width: 530px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 480px) {
  .single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content article, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content article, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content article, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content article {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content article a, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content article a, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content article a, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content article a {
    max-height: 270px;
  }
}
.single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content article a img, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content article a img, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content article a img, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content article a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #cccccc;
}
@media (min-width: 981px) {
  .single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content article a img, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content article a img, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content article a img, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content article a img {
    /*max-height: 230px;*/
    min-height: 215px;
    max-height: 215px;
  }
}
.single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap {
  padding: 27px 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .post-name, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .post-name, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .post-name, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .post-name {
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 22px;
  text-transform: none;
  color: black;
  letter-spacing: 0;
  line-height: 110%;
  padding: 0 0 15px 0;
}
.single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap p, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap p, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap p, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap p {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 16px;
  color: black;
  letter-spacing: 0;
  line-height: 115%;
  padding-bottom: 15px;
}
.single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .discover-more, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .discover-more, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .discover-more, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .discover-more {
  margin-top: auto;
}
.single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .discover-more a, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .discover-more a, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .discover-more a, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .discover-more a {
  font-family: 'Gilroy-Semibold', Arial, sans-serif;
  font-size: 15px;
  color: #223f8f;
  border-radius: 3px;
  padding: 7px 12px;
  border: 2px solid #223f8f;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.single.single-post .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .discover-more a:hover, .category.category-education .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .discover-more a:hover, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .discover-more a:hover, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .recent-posts-content article .except-wrap .discover-more a:hover {
  background: #223f8f;
  color: white;
}
.single.single-post .recent-posts-wrap .container.recent-posts .our-blog-link-wrap, .category.category-education .recent-posts-wrap .container.recent-posts .our-blog-link-wrap, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .our-blog-link-wrap, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .our-blog-link-wrap {
  padding: 20px 0 0 10px;
  margin: 16px 20px 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .single.single-post .recent-posts-wrap .container.recent-posts .our-blog-link-wrap, .category.category-education .recent-posts-wrap .container.recent-posts .our-blog-link-wrap, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .our-blog-link-wrap, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .our-blog-link-wrap {
    margin: 0 20px 40px;
    padding: 10px 0 0 0;
  }
}
.single.single-post .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a, .category.category-education .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a {
  color: white;
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 20px !important;
  padding: 16px 5px;
  letter-spacing: 0;
  line-height: 110%;
  text-align: center;
  border-radius: 5px;
  background-color: #28b574;
  text-transform: uppercase;
  max-width: 429px;
  margin: 0 auto;
  display: block;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 980px) {
  .single.single-post .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a, .category.category-education .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .single.single-post .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a, .category.category-education .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a {
    font-size: 16px !important;
  }
}
.single.single-post .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a:hover, .category.category-education .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a:hover, .page-template-tpl_new-page-temp .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a:hover, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .container.recent-posts .our-blog-link-wrap a:hover {
  background-color: #106497;
}
.single.single-post .footer-copyright-area p, .category.category-education .footer-copyright-area p, .page-template-tpl_new-page-temp .footer-copyright-area p, .page-template-tpl_new-page-temp-full-width .footer-copyright-area p {
  font-size: 20px !important;
}
@media (max-width: 980px) {
  .single.single-post .footer-copyright-area p, .category.category-education .footer-copyright-area p, .page-template-tpl_new-page-temp .footer-copyright-area p, .page-template-tpl_new-page-temp-full-width .footer-copyright-area p {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .single.single-post .footer-copyright-area p, .category.category-education .footer-copyright-area p, .page-template-tpl_new-page-temp .footer-copyright-area p, .page-template-tpl_new-page-temp-full-width .footer-copyright-area p {
    font-size: 14px !important;
  }
}
.single-post.postid-1709 .right-sidebar #custom_html-4, .single-post.postid-1709 .right-sidebar #custom_html-5 {
  display: none;
}
.meet-btn-wrapper {
  padding: 28px 0 21px;
}
.meet-btn-wrapper .meet-btn {
  background-color: #28b574;
  color: white;
  padding: 20px 32px;
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 22px !important;
  letter-spacing: 0;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}
@media (max-width: 980px) {
  .meet-btn-wrapper .meet-btn {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .meet-btn-wrapper .meet-btn {
    font-size: 18px !important;
  }
}
@media (max-width: 980px) {
  .meet-btn-wrapper .meet-btn {
    padding: 12px 25px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .meet-btn-wrapper .meet-btn {
    line-height: 18px;
  }
}
.meet-btn-wrapper .meet-btn:hover {
  background-color: rgba(9, 45, 67, 0.8);
}
@media (max-height: 750px) {
  .page-template-tpl_new-page-temp .seo-breadcrumb-area, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area {
    padding: 100px 0 50px;
  }
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content h2, html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content h3, html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content h4, html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content h5, html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content h6 {
  color: #000000;
  font-family: 'HelveticaNeueCondensed', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content h2 {
  font-size: clamp(27px, 3.125vw, 40px) !important;
  margin: 0 0 clamp(20px, 2.734vw, 22px);
}
@media screen and (min-width: 1800px) {
  html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content h2 {
    max-width: 802px;
    padding-bottom: 9px;
    padding-top: 11px;
  }
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content h3 {
  font-size: clamp(24px, 2.734vw, 35px);
  margin: 0 0 clamp(20px, 2.734vw, 35px);
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content *:not(div) + h2, html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content *:not(div) + h3 {
  margin-top: 16px;
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content p {
  margin: 0 0 clamp(20px, 2.734vw, 35px);
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content p, html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content li {
  color: #000000;
  font-family: 'source_sans_proregular', sans-serif;
  font-size: clamp(18px, 1.563vw, 20px) !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 12px !important;
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content p a, html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content li a {
  text-decoration: none !important;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content p a:hover, html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content li a:hover {
  border-bottom-color: #28b574;
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content ul {
  margin: 0 0 clamp(20px, 2.734vw, 35px);
  padding: 0;
  list-style-type: none;
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content ul li {
  position: relative;
  z-index: 1;
  padding-left: 12px;
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content ul li::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #28b574;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  left: 21px;
  top: clamp(7px, 0.703vw, 9px);
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content ul li p {
  padding-top: 24px;
  padding-bottom: 0 !important;
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content ul li strong {
  letter-spacing: 0.5px;
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content ol {
  margin: 0 0 clamp(20px, 2.734vw, 35px);
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post {
  border: 1px solid #e8eff7;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  margin: calc(20px + 3%) 0;
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post blockquote {
  background-color: #e8eff7;
  padding: 59px 60px 45px 93px;
  margin: 0;
  border-color: #e8eff7;
}
@media (max-width: 980px) {
  html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post blockquote {
    height: 93.5%;
  }
}
@media (max-width: 767px) {
  html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post blockquote {
    padding: 40px 20px 45px 70px;
    height: 96.5%;
  }
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post blockquote h4 {
  color: #000000;
  font-family: 'HelveticaNeue Condensed', sans-serif;
  font-size: clamp(22px, 2.154vw, 28px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.07;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-bottom: 20px !important;
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post blockquote h4::before {
  content: '';
  display: block;
  width: 38px;
  height: 33px;
  background-image: url("/wp-content/uploads/2022/06/blockquote.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: -8px;
  right: calc(100% + 20px);
}
@media (max-width: 620px) {
  html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post blockquote h4::before {
    top: 3px;
    bottom: auto;
  }
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post blockquote p {
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(15px, 1.385vw, 17px) !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.53 !important;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post blockquote p::before {
  content: '';
  display: block;
  width: 6px;
  height: 142%;
  background-color: #023893;
  position: absolute;
  z-index: 2;
  /* top: 4px; */
  right: calc(100% + 29px);
  bottom: 3px;
}
@media (max-width: 620px) {
  html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post blockquote p::before {
    bottom: 6px;
    top: -30px;
    height: auto;
  }
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post .quote-autor-wrap {
  padding: 23px 30px 15px 67px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post .quote-autor-wrap {
    flex-direction: column;
    padding: 20px;
  }
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post .quote-autor-wrap .quote-autor {
  color: #000000;
  font-family: 'Sora', sans-serif;
  font-size: clamp(10px, 0.923vw, 12px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
@media (min-width: 981px) {
  html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post .quote-autor-wrap .quote-stars {
    margin-left: 22%;
    margin-top: 4px;
  }
}
@media (min-width: 981px) and (max-width: 1366px) {
  html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post .quote-autor-wrap .quote-stars {
    margin-left: 1%;
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post .quote-autor-wrap .quote-stars {
    margin: 12px 0;
  }
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post .quote-autor-wrap .quote-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 241px;
  min-height: 57px;
  border-radius: 5px;
  background-color: #032c6a;
  border: 1px solid #032c6a;
  color: #ffffff !important;
  font-family: 'HelveticaNeue Condensed', sans-serif !important;
  font-size: clamp(20px, 1.846vw, 24px) !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  text-decoration: none !important;
  top: -4px;
}
@media (max-width: 980px) {
  html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post .quote-autor-wrap .quote-button {
    max-width: 220px;
    min-height: 52px;
  }
}
@media (max-width: 767px) {
  html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post .quote-autor-wrap .quote-button {
    max-width: 200px;
    min-height: 47px;
  }
}
html body.single.single-post #page .deal-internal-area .deal-padding-right article.post .post-content #quote-post .quote-autor-wrap .quote-button:hover {
  background-color: transparent;
  color: #032c6a !important;
}
.category.category-blog .banner-content-wrap .except-wrap p, .category.category-education .banner-content-wrap .except-wrap p {
  color: white;
}
.category.category-blog .sidebar-widget #custom_html-5, .category.category-education .sidebar-widget #custom_html-5 {
  height: 1px;
  padding-top: 0 !important;
  padding-bottom: 10px !important;
  margin: 0;
}
.category.category-blog .sidebar-widget #custom_html-5 .blockquote-wrap, .category.category-education .sidebar-widget #custom_html-5 .blockquote-wrap {
  display: none;
}
.category.category-blog .seo-breadcrumb-area, .category.category-education .seo-breadcrumb-area {
  padding: 369px 0 148px;
}
@media (max-width: 1368px) {
  .category.category-blog .seo-breadcrumb-area, .category.category-education .seo-breadcrumb-area {
    padding: 300px 0 140px;
  }
}
@media (max-width: 767px) {
  .category.category-blog .seo-breadcrumb-area, .category.category-education .seo-breadcrumb-area {
    padding: 160px 0 70px;
  }
}
.category.category-blog #tech_category, .category.category-education #tech_category {
  padding: 13px 0;
}
.category.category-blog #tech_category article, .category.category-education #tech_category article {
  margin-bottom: 38px;
}
.category.category-blog #tech_category article .category_wrap, .category.category-education #tech_category article .category_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-bottom: 1px solid #d3e3f0;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .category.category-blog #tech_category article .category_wrap, .category.category-education #tech_category article .category_wrap {
    justify-content: space-evenly;
  }
}
.category.category-blog #tech_category article .category_wrap .category_img img, .category.category-education #tech_category article .category_wrap .category_img img {
  width: 340px;
  height: 305px;
  object-fit: cover;
  border: 1px solid #cccccc;
  display: block;
}
@media (max-width: 420px) {
  .category.category-blog #tech_category article .category_wrap .category_img img, .category.category-education #tech_category article .category_wrap .category_img img {
    height: 220px;
  }
}
.category.category-blog #tech_category article .category_wrap .category_text, .category.category-education #tech_category article .category_wrap .category_text {
  width: 45%;
  border-bottom: 1px solid #d3e3f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1278px) {
  .category.category-blog #tech_category article .category_wrap .category_text, .category.category-education #tech_category article .category_wrap .category_text {
    padding-left: 10px;
  }
}
@media (max-width: 704px) {
  .category.category-blog #tech_category article .category_wrap .category_text, .category.category-education #tech_category article .category_wrap .category_text {
    padding-left: 0;
    width: auto;
    max-width: 340px;
  }
}
.category.category-blog #tech_category article .category_wrap .category_text h3, .category.category-education #tech_category article .category_wrap .category_text h3 {
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 28px !important;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  margin-top: 5px;
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  .category.category-blog #tech_category article .category_wrap .category_text h3, .category.category-education #tech_category article .category_wrap .category_text h3 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .category.category-blog #tech_category article .category_wrap .category_text h3, .category.category-education #tech_category article .category_wrap .category_text h3 {
    font-size: 22px !important;
  }
}
.category.category-blog #tech_category article .category_wrap .category_text h3 a, .category.category-education #tech_category article .category_wrap .category_text h3 a {
  color: black;
  transition: all 0.2s ease;
}
.category.category-blog #tech_category article .category_wrap .category_text h3 a:hover, .category.category-education #tech_category article .category_wrap .category_text h3 a:hover {
  color: #0E4D8C !important;
}
.category.category-blog #tech_category article .category_wrap .category_text p, .category.category-education #tech_category article .category_wrap .category_text p {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 25px;
  color: black;
}
.category.category-blog #tech_category article .category_wrap .category_text .read_btn, .category.category-education #tech_category article .category_wrap .category_text .read_btn {
  margin-top: auto;
  margin-bottom: 32px;
  padding-left: 2px;
}
.category.category-blog #tech_category article .category_wrap .category_text .read_btn a, .category.category-education #tech_category article .category_wrap .category_text .read_btn a {
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.09em;
  line-height: 1;
  border: 2px solid #0e4d8c;
  text-transform: uppercase;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  color: black;
}
.category.category-blog #tech_category article .category_wrap .category_text .read_btn a:hover, .category.category-education #tech_category article .category_wrap .category_text .read_btn a:hover {
  background-color: #0e4d8c;
  color: white;
}
.category.category-blog #tech_category article .category_wrap .post-info, .category.category-education #tech_category article .category_wrap .post-info {
  font-family: "Gilroy-Semibold", Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.235em;
  line-height: 1.1;
  padding: 23px 0 21px;
}
@media (max-width: 704px) {
  .category.category-blog #tech_category article .category_wrap .post-info, .category.category-education #tech_category article .category_wrap .post-info {
    letter-spacing: 0.05em;
  }
}
.category.category-blog #tech_category article .category_wrap .post-info span, .category.category-education #tech_category article .category_wrap .post-info span {
  color: #12cb76;
}
.category.category-blog #tech_category .post_wrap, .category.category-education #tech_category .post_wrap {
  margin-top: -8px;
}
.category.category-blog #tech_category .post_wrap a, .category.category-education #tech_category .post_wrap a {
  float: right;
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.09em;
  line-height: 1;
  border: 2px solid #0e4d8c;
  text-transform: uppercase;
  padding: 14px 22px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  color: black;
}
@media (max-width: 704px) {
  .category.category-blog #tech_category .post_wrap a, .category.category-education #tech_category .post_wrap a {
    float: none;
    max-width: 250px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.category.category-blog #tech_category .post_wrap a:hover, .category.category-education #tech_category .post_wrap a:hover {
  background-color: #0e4d8c;
  color: white;
}
.page-template-tpl_new-page-temp .seo-breadcrumb-area, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area {
  padding: 56px 0 56px;
}
@media (max-height: 750px) {
  .page-template-tpl_new-page-temp .seo-breadcrumb-area, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area {
    padding: 160px 0 100px;
  }
}
@media (max-width: 980px) {
  .page-template-tpl_new-page-temp .seo-breadcrumb-area, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area {
    padding: 160px 0 100px;
  }
}
.page-template-tpl_new-page-temp .seo-breadcrumb-area .banner-content .except-wrap p, .page-template-tpl_new-page-temp-full-width .seo-breadcrumb-area .banner-content .except-wrap p {
  color: white !important;
  line-height: 105% !important;
}
.page-template-tpl_new-page-temp .deal-internal-area, .page-template-tpl_new-page-temp-full-width .deal-internal-area {
  padding: 60px 0 43px !important;
}
.page-template-tpl_new-page-temp .deal-internal-area .entry-content.post-content h2, .page-template-tpl_new-page-temp-full-width .deal-internal-area .entry-content.post-content h2 {
  padding-bottom: 19px !important;
  color: #0D4E8C !important;
}
.page-template-tpl_new-page-temp .deal-internal-area .entry-content.post-content iframe, .page-template-tpl_new-page-temp-full-width .deal-internal-area .entry-content.post-content iframe {
  margin: 20px auto 16px !important;
}
.page-template-tpl_new-page-temp .deal-internal-area #custom_html-5, .page-template-tpl_new-page-temp .deal-internal-area #custom_html-4, .page-template-tpl_new-page-temp-full-width .deal-internal-area #custom_html-5, .page-template-tpl_new-page-temp-full-width .deal-internal-area #custom_html-4 {
  display: none;
}
.page-template-tpl_new-page-temp .recent-posts-wrap .recent-posts-content, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .recent-posts-content {
  padding: 31px 0 35px 9px !important;
}
.page-template-tpl_new-page-temp .recent-posts-wrap .our-blog-link-wrap a, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .our-blog-link-wrap a {
  flex-grow: 1;
  padding: 16px 10px !important;
}
@media (max-width: 400px) {
  .page-template-tpl_new-page-temp .recent-posts-wrap .our-blog-link-wrap a br, .page-template-tpl_new-page-temp-full-width .recent-posts-wrap .our-blog-link-wrap a br {
    display: none;
  }
}
.page-template-tpl_new-page-temp-full-width .deal-internal-area {
  padding: 42px 0 55px !important;
}
@media (min-width: 1200px) {
  .page-template-tpl_new-page-temp-full-width .deal-internal-area .container.custom-width {
    width: 1200px;
  }
}
.page-id-368 .person-container > .vc_column-inner {
  padding-bottom: 18px;
}
.page-id-368 .person-container figure img {
  border: 1px solid #0e4d8c;
  border-radius: 5px;
}
.page-id-368 .person-container h4 {
  font-size: 20px !important;
  color: #0e4d8c !important;
  line-height: 1;
  margin-bottom: 0;
}
.page-id-368 .person-container p {
  font-size: 20px !important;
  color: black;
  font-family: 'Gilroy-Medium', Arial, sans-serif !important;
  line-height: 1.1;
  padding-top: 5px;
}
.page-id-368 .custom-padding-bottom .person-container > .vc_column-inner {
  padding-bottom: 26px;
  padding-top: 9px;
}
@media (max-width: 1533px) {
  .page.page-id-375 .vc_empty_space {
    height: 80px;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .vc_empty_space {
    height: 70px !important;
  }
}
.page.page-id-375 .deal-internal-area > .container {
  width: auto !important;
  max-width: 1290px;
}
.page.page-id-375 .banner-wrap-c {
  background-position: center -10px !important;
}
@media (min-width: 1601px) {
  .page.page-id-375 .banner-wrap-c {
    background-position: center -97px !important;
  }
}
.page.page-id-375 .banner-wrap-c .header-text-wrap {
  max-width: 1290px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.page.page-id-375 .banner-wrap-c .header-text-wrap .wpb_wrapper {
  margin: 0 auto;
}
@media (max-width: 1368px) {
  .page.page-id-375 .banner-wrap-c .header-text-wrap .wpb_wrapper {
    max-width: 95%;
  }
}
.page.page-id-375 .banner-wrap-c .header-text-wrap .wpb_wrapper h1 {
  color: white;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 60px !important;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 980px) {
  .page.page-id-375 .banner-wrap-c .header-text-wrap .wpb_wrapper h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  .page.page-id-375 .banner-wrap-c .header-text-wrap .wpb_wrapper h1 {
    font-size: 40px !important;
  }
}
.page.page-id-375 .banner-wrap-c .header-text-wrap .wpb_wrapper h1 span {
  color: #06e57e;
  display: block;
}
.page.page-id-375 .contact-form-wrap {
  z-index: 55;
  margin-top: -28%;
}
@media (max-width: 1601px) {
  .page.page-id-375 .contact-form-wrap {
    margin-top: -20%;
  }
}
@media (max-width: 1368px) {
  .page.page-id-375 .contact-form-wrap {
    max-width: 95%;
    margin: -20% auto 0;
  }
}
@media (min-width: 2000px) {
  .page.page-id-375 .contact-form-wrap {
    margin-top: -30%;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap {
    margin-top: -150px;
  }
}
@media (max-width: 767px) {
  .page.page-id-375 .contact-form-wrap {
    margin-top: -100px;
  }
}
@media (max-width: 479px) {
  .page.page-id-375 .contact-form-wrap {
    margin-top: -70px;
    max-width: 100%;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box {
  max-width: 1260px;
  box-shadow: rgba(189, 189, 189, 0.33) 15px 15px 20px 0;
  background-color: #ffffff;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box {
    box-shadow: rgba(189, 189, 189, 0.33) -5px 0px 20px 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part {
  max-width: 41.8%;
  margin-right: 1.5%;
  width: 100%;
}
@media (max-width: 1199px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part {
    max-width: 42.8%;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part {
    margin: 0 auto;
    max-width: 100%;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list {
  max-width: 100%;
  height: 100%;
  padding-left: 68px;
  background-image: url("../images/contact-form-bg526x658.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1368px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list {
    padding-left: 45px;
  }
}
@media (max-width: 1199px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list {
    padding-left: 36px;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list {
    background-image: none;
    background: linear-gradient(180deg, #112d53 0%, #204578 100%);
  }
}
@media (max-width: 479px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list {
    padding-left: 38px;
    padding-right: 10px;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner {
  padding: 65px 0 0 63px;
}
@media (max-width: 1199px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner {
    padding: 65px 0 0 11%;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner {
    padding: 35px 0 0 25px;
  }
}
@media (max-width: 767px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner {
    padding: 20px 0 0 20px;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul {
  position: relative;
  padding: 4px 0 20px 69px;
  max-width: 400px;
}
@media (max-width: 450px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul {
    padding: 4px 0 20px 41px;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li {
  list-style: none;
  color: white;
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li {
    margin-bottom: 22px;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li:first-child {
  position: relative;
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li:first-child p:before {
  position: absolute;
  content: '';
  display: block;
  top: 5px;
  left: -66px;
  width: 26px;
  height: 34px;
  background-image: url("../images/address25x33.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 99% 99%;
}
@media (max-width: 1199px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li:first-child p:before {
    left: -50px;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li:first-child p:before {
    left: -40px;
  }
}
@media (max-width: 767px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li:first-child p:before {
    width: 19px;
    height: 25px;
    top: 0;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li p {
  font-size: 20px;
  font-family: 'Gilroy-Medium', sans-serif;
}
@media (max-width: 1250px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li p {
    font-size: 16px;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li p.title {
  text-transform: uppercase;
  line-height: inherit;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
  color: white;
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li p.title {
    margin-bottom: 5px;
    letter-spacing: 0.25em;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li p.green {
  color: #06e57e !important;
  line-height: 1.05;
  margin-bottom: 32px;
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li p.green {
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin-bottom: 18px !important;
  }
}
@media (max-width: 479px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li p.green {
    letter-spacing: 0;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li p.white {
  color: white;
  margin-bottom: 0 !important;
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li p a {
  color: #06e57e;
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li p a {
    letter-spacing: 0.09em;
  }
}
@media (max-width: 980px) and (max-width: 479px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li p a {
    letter-spacing: 0;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.phone, .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email {
  position: relative;
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.phone p, .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p {
  margin-bottom: 34px;
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.phone p, .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p {
    margin-bottom: 5px;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.phone p:before, .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p:before {
  position: absolute;
  content: '';
  display: block;
  top: 8px;
  left: -70px;
  width: 31px;
  height: 31px;
  background-image: url("../images/phone31x31.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.phone p:before, .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p:before {
    left: -50px;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.phone p:before, .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p:before {
    left: -40px;
    top: -5px;
  }
}
@media (max-width: 767px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.phone p:before, .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p:before {
    width: 24px;
    height: 24px;
    top: 0;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p:before {
  top: 0px;
  background-image: url("../images/email31x31.png");
}
@media (max-width: 1199px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p:before {
    left: -50px;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p:before {
    left: -40px;
    top: -5px;
  }
}
@media (max-width: 767px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p:before {
    top: 0;
    width: 24px;
    height: 24px;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p.green, .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p.white {
  line-height: 1.1;
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p.green, .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p.white {
    line-height: 1.2 !important;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.email p.green {
  margin-bottom: 10px !important;
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.socials {
  padding: 7% 0 10%;
  display: flex;
  flex-flow: row nowrap;
  font-size: 24px;
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.socials {
    padding: 0;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.socials a {
  margin-right: 24.5px;
  color: white;
  transition: all 0.2s ease-in-out;
}
.page.page-id-375 .contact-form-wrap .contact-form-box .left-part .contacts-list .et_pb_code_inner ul li.socials a:hover {
  color: #06e57e;
}
.page.page-id-375 .contact-form-wrap .contact-form-box .right-part {
  width: 55.6%;
  margin: 0 auto;
  padding: 0 66px 0 14px;
}
@media (max-width: 1199px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .right-part {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .right-part {
    width: 90%;
    padding: 0;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .right-part .form-description {
  margin-bottom: 5%;
}
.page.page-id-375 .contact-form-wrap .contact-form-box .right-part .form-description .form-description__content {
  margin-top: 47px;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .right-part .form-description .form-description__content {
    margin-top: 20px;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .right-part .form-description .form-description__content h2 {
  font-family: 'Gilroy-Medium', sans-serif;
  line-height: 121%;
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 -2px;
  font-size: 24px !important;
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .right-part .form-description .form-description__content h2 {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .right-part .form-description .form-description__content h2 {
    font-size: 20px !important;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .right-part .form-description .form-description__content h2 {
    margin: 40px 0 30px;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .right-part .ss-form-wrap {
  min-height: auto !important;
  max-height: 468px !important;
  margin-bottom: 30px;
}
@media (max-width: 1278px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .right-part .ss-form-wrap {
    margin-top: -15px;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .right-part .ss-form-wrap {
    max-height: 480px !important;
  }
}
@media (max-width: 575px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .right-part .ss-form-wrap {
    max-height: 760px !important;
  }
}
.page.page-id-375 .contact-form-wrap .contact-form-box .right-part .ss-form-wrap .et_pb_code_inner {
  overflow: hidden;
}
@media (max-width: 980px) {
  .page.page-id-375 .contact-form-wrap .contact-form-box .right-part .ss-form-wrap .et_pb_code_inner {
    min-height: auto !important;
  }
}
.page.page-id-375 .contact-form-wrap .vc_row {
  overflow: visible;
}
.page.page-id-375 .sign-up-form-wrap {
  overflow: visible;
}
@media (max-width: 1368px) {
  .page.page-id-375 .sign-up-form-wrap .left-item {
    width: 40%;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .sign-up-form-wrap .left-item {
    margin: 0 auto;
    float: none;
    max-width: 495px;
    width: 100%;
  }
}
.page.page-id-375 .sign-up-form-wrap .sign-up-form__description {
  margin-top: 41px;
}
@media (max-width: 1368px) {
  .page.page-id-375 .sign-up-form-wrap .sign-up-form__description {
    margin-top: 50px;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .sign-up-form-wrap .sign-up-form__description {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.page.page-id-375 .sign-up-form-wrap .sign-up-form__description iframe {
  max-height: 90px !important;
}
@media (max-width: 980px) {
  .page.page-id-375 .sign-up-form-wrap .sign-up-form__description iframe {
    max-width: 390px;
  }
}
.page.page-id-375 .sign-up-form-wrap .sign-up-form__description h3 {
  font-family: 'Gilroy-Medium', sans-serif;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
  margin: 20px 0 23px 0;
  font-size: 40px !important;
}
@media (max-width: 980px) {
  .page.page-id-375 .sign-up-form-wrap .sign-up-form__description h3 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .page.page-id-375 .sign-up-form-wrap .sign-up-form__description h3 {
    font-size: 36px !important;
  }
}
@media (max-width: 1401px) {
  .page.page-id-375 .sign-up-form-wrap .sign-up-form__description h3 {
    margin: 14px 0 29px 0;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .sign-up-form-wrap .sign-up-form__description h3 {
    margin: 0 0 29px 0;
  }
}
.page.page-id-375 .sign-up-form-wrap .sign-up-form__description p {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.095em;
  margin-bottom: 29px;
}
@media (max-width: 980px) {
  .page.page-id-375 .sign-up-form-wrap .sign-up-form__description p {
    line-height: 1.3;
    margin-bottom: 0;
  }
}
.page.page-id-375 .sign-up-form-wrap .google-map-wrap {
  float: right;
  width: 63%;
}
@media (max-width: 1368px) {
  .page.page-id-375 .sign-up-form-wrap .google-map-wrap {
    width: 58%;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .sign-up-form-wrap .google-map-wrap {
    width: 100%;
  }
}
.page.page-id-375 .sign-up-form-wrap .google-map-wrap .google-map-content {
  margin-bottom: 0;
}
.page.page-id-375 .sign-up-form-wrap .google-map-wrap .google-map-content iframe {
  max-width: 780px;
  width: 100%;
  float: right;
  border: 1px solid #b7b7b7 !important;
  box-shadow: 0 0 45px #d4d4d4;
}
@media (max-width: 980px) {
  .page.page-id-375 .sign-up-form-wrap .google-map-wrap .google-map-content iframe {
    width: 100%;
    max-width: unset;
  }
}
.page.page-id-375 .sign-up-form-wrap > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner.vc_row-fluid {
  overflow: visible;
}
@media (max-width: 1368px) {
  .page.page-id-375 .sign-up-form-wrap > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 980px) {
  .page.page-id-375 .sign-up-form-wrap > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: block;
  }
}
.page.page-id-375 footer.entry-footer {
  margin-top: 10px;
}
.page.page-id-375 #colophon {
  margin-top: 41px;
}
.page.page-id-375 #colophon p {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 20px !important;
  letter-spacing: 0;
}
@media (max-width: 980px) {
  .page.page-id-375 #colophon p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .page.page-id-375 #colophon p {
    font-size: 16px !important;
  }
}
.post-template-default.single.single-post .seo-breadcrumb-area {
  position: relative;
  background-position: center 25%;
}
.post-template-default.single.single-post .seo-breadcrumb-area:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #292929;
}
.post-template-default.single.single-post .seo-breadcrumb-area .except-wrap {
  padding-top: 15px;
}
.post-template-default.single.single-post .seo-breadcrumb-area .except-wrap p {
  color: white;
  text-align: center;
}
.post-template-default.single.single-post .deal-padding-right .entry-meta {
  padding-top: 0;
}
.page.page-id-1839 .mainmenu-area {
  background-color: white !important;
  padding: 10px 0 11px 0;
}
.page.page-id-1839 .mainmenu-area > .container {
  width: 100% !important;
  max-width: 1620px;
}
@media (max-width: 1601px) {
  .page.page-id-1839 .mainmenu-area > .container {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .page.page-id-1839 .mainmenu-area > .container {
    max-width: 100%;
  }
}
.page.page-id-1839 .mainmenu-area > .container .logo {
  margin-left: 15px;
}
@media (max-width: 1601px) and (min-width: 991px) {
  .page.page-id-1839 .mainmenu-area > .container .logo {
    margin-top: 14px;
  }
}
@media (max-width: 991px) {
  .page.page-id-1839 .mainmenu-area > .container .logo {
    margin-top: 8px;
  }
}
.page.page-id-1839 .mainmenu-area > .container .logo a img {
  height: 70px;
}
@media (max-width: 1601px) {
  .page.page-id-1839 .mainmenu-area > .container .logo a img {
    height: auto;
    width: 120px;
  }
}
.page.page-id-1839 .mainmenu-area > .container .slicknav_btn {
  background-color: white;
}
.page.page-id-1839 .mainmenu-area > .container #primary {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .page.page-id-1839 .mainmenu-area > .container #primary {
    display: none;
  }
}
.page.page-id-1839 .mainmenu-area > .container #primary > li > a {
  font-family: 'Gilroy-Semibold', Arial, sans-serif;
  font-size: 16px;
  padding: 30px 18px;
}
@media (max-width: 1601px) {
  .page.page-id-1839 .mainmenu-area > .container #primary > li > a {
    font-size: 12px;
    padding: 30px 10px;
  }
}
@media (max-width: 1278px) {
  .page.page-id-1839 .mainmenu-area > .container #primary > li > a {
    padding: 30px 8px;
    letter-spacing: 0;
  }
}
.page.page-id-1839 .mainmenu-area > .container #primary > li:last-child a {
  padding-right: 0;
}
.page.page-id-1839 .mainmenu-area > .container #primary .sub-menu {
  background-color: white !important;
}
.page.page-id-1839 .mainmenu-area > .container #primary .sub-menu > li > a {
  padding: 10px 15px;
  line-height: 1.6;
}
@media (max-width: 1601px) {
  .page.page-id-1839 .mainmenu-area > .container #primary .sub-menu > li > a {
    font-size: 10px !important;
    padding: 8px 15px;
  }
}
.page.page-id-1839 #ty-page-wrap {
  background-position: center top !important;
}
@media (max-width: 767px) {
  .page.page-id-1839 #ty-page-wrap {
    background-position: 20% top !important;
  }
}
@media (max-width: 767px) {
  .page.page-id-1839 #ty-page-wrap:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(65, 157, 199, 0.56) 0%, rgba(0, 74, 110, 0.4) 55%, rgba(0, 58, 173, 0.22) 100%);
  }
}
.page.page-id-1839 #ty-page-wrap .ty-page-text {
  padding-left: 75px;
  padding-top: 55px;
}
@media (max-width: 991px) {
  .page.page-id-1839 #ty-page-wrap .ty-page-text {
    padding: 0 5px 0 0;
  }
}
@media (max-width: 767px) {
  .page.page-id-1839 #ty-page-wrap .ty-page-text {
    padding: 0 25px 0;
  }
}
.page.page-id-1839 #ty-page-wrap .ty-page-text .wpb_wrapper {
  max-width: 465px;
}
@media (max-width: 767px) {
  .page.page-id-1839 #ty-page-wrap .ty-page-text .wpb_wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}
.page.page-id-1839 #ty-page-wrap .ty-page-text .wpb_wrapper h1 {
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 60px !important;
  letter-spacing: 0;
  line-height: 1;
  color: white;
  text-transform: capitalize;
  margin-bottom: 43px;
}
@media (max-width: 980px) {
  .page.page-id-1839 #ty-page-wrap .ty-page-text .wpb_wrapper h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  .page.page-id-1839 #ty-page-wrap .ty-page-text .wpb_wrapper h1 {
    font-size: 45px !important;
  }
}
.page.page-id-1839 #ty-page-wrap .ty-page-text .wpb_wrapper p {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 24px !important;
  letter-spacing: 0;
  line-height: 1.4;
  color: white;
}
@media (max-width: 980px) {
  .page.page-id-1839 #ty-page-wrap .ty-page-text .wpb_wrapper p {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .page.page-id-1839 #ty-page-wrap .ty-page-text .wpb_wrapper p {
    font-size: 20px !important;
  }
}
.page.page-id-1839 #ty-page-wrap .ty-page-text .wpb_wrapper p:nth-child(2) {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .page.page-id-1839 #ty-page-wrap .ty-page-text .wpb_wrapper p:nth-child(2) {
    margin-bottom: 20px;
  }
}
footer#colophon p {
  font-size: 20px !important;
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 980px) {
  footer#colophon p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  footer#colophon p {
    font-size: 16px !important;
  }
}
.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;
}
.blog_section .et_pb_salvattore_content article .entry-featured-image-url img {
  width: 100%;
  min-height: 180px;
  max-height: 180px;
}
@media (max-width: 980px) {
  .blog_section .et_pb_salvattore_content article .entry-featured-image-url img {
    min-height: 240px;
    max-height: 240px;
  }
}
@media (max-width: 767px) {
  .blog_section .et_pb_salvattore_content article .entry-featured-image-url img {
    min-height: unset;
    max-height: unset;
  }
}
.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: 'Gilroy-Bold', Arial, sans-serif;
  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;
}
.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: 'Gilroy-Medium', Arial, sans-serif;
}
@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: 'Gilroy-Bold', Arial, sans-serif;
  border: 2px solid #0e4d8c;
  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: #0e4d8c;
  color: #fff !important;
}
.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: 'Gilroy-Medium', Arial, sans-serif;
  /*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: 5px;
  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: 'Gilroy-Medium', Arial, sans-serif;
  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: 'Gilroy-Bold', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  text-align: center;
  color: #0e4d8c;
  background-color: #fff;
  border: 2px solid #0e4d8c;
  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: #0e4d8c;
  color: #fff !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: 'Gilroy-Medium', Arial, 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: #000;
  font-size: 16px !important;
  padding: 1em 0.5em;
  border: none;
}
#pagination .wp-pagenavi span.current, #pagination .wp-pagenavi a.current {
  color: #4376a9 !important;
}
#pagination .wp-pagenavi a:hover {
  color: #41c400 !important;
}
.search-title:hover {
  color: #000 !important;
}
/* home */
/* /test-section/ */
.home a.homepage-banner-button, .page-id-2172 a.homepage-banner-button {
  font-size: 26px !important;
  background-color: #18c575;
  border-radius: 50px;
  border: 2px solid #04fd8a;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 18px 3.5%;
  line-height: 1.2;
  letter-spacing: 0.02em;
  transition: all 0.2s ease-in;
}
@media (max-width: 980px) {
  .home a.homepage-banner-button, .page-id-2172 a.homepage-banner-button {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .home a.homepage-banner-button, .page-id-2172 a.homepage-banner-button {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .home a.homepage-banner-button, .page-id-2172 a.homepage-banner-button {
    padding: 14px 17px;
  }
}
@media (max-width: 500px) {
  .home a.homepage-banner-button, .page-id-2172 a.homepage-banner-button {
    font-size: 14px !important;
  }
}
.home a.homepage-banner-button:hover, .page-id-2172 a.homepage-banner-button:hover {
  border-color: #18c575;
  background-color: rgba(24, 197, 117, 0.5);
}
.home #homepage-new-banner-section, .page-id-2172 #homepage-new-banner-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative !important;
  background: #020D1B !important;
  min-height: 650px;
}
.home #homepage-new-banner-section:after, .page-id-2172 #homepage-new-banner-section:after {
  content: '' !important;
  position: absolute !important;
  width: 300% !important;
  height: 100% !important;
  top: 0 !important;
  left: 50% !important;
  right: 0 !important;
  bottom: 0 !important;
  background: #020D1B !important;
  transform: translateX(-50%) !important;
}
@media screen and (min-width: 980px) {
  .home #homepage-new-banner-section, .page-id-2172 #homepage-new-banner-section {
    /*left: -317px;*/
    left: -375px;
    box-sizing: border-box;
    /*width: 1804px;*/
    width: 1920px;
    /*padding-left: 317px;*/
    padding-left: 375px;
    /*padding-right: 317px;*/
    padding-right: 375px;
  }
}
@media (min-width: 981px) {
  .home #homepage-new-banner-section, .page-id-2172 #homepage-new-banner-section {
    height: 100vh;
  }
}
@media (max-width: 980px) {
  .home #homepage-new-banner-section, .page-id-2172 #homepage-new-banner-section {
    min-height: 100vh;
  }
}
.home #homepage-new-banner-section .banner-content-row, .page-id-2172 #homepage-new-banner-section .banner-content-row {
  z-index: 11;
}
.home #homepage-new-banner-section .banner-video-bg-row, .page-id-2172 #homepage-new-banner-section .banner-video-bg-row {
  z-index: 10;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home #homepage-new-banner-section .banner-video-bg-row .wpb_column, .page-id-2172 #homepage-new-banner-section .banner-video-bg-row .wpb_column {
  height: 100%;
}
.home #homepage-new-banner-section .banner-video-bg-row .wpb_column .vc_column-inner, .page-id-2172 #homepage-new-banner-section .banner-video-bg-row .wpb_column .vc_column-inner {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.home #homepage-new-banner-section .banner-video-bg-row .wpb_column .vc_column-inner .wpb_wrapper, .page-id-2172 #homepage-new-banner-section .banner-video-bg-row .wpb_column .vc_column-inner .wpb_wrapper {
  height: 100%;
  background-color: #030D24;
}
.home #homepage-new-banner-section .banner-video-bg-row .wpb_column .vc_column-inner .wpb_raw_code, .page-id-2172 #homepage-new-banner-section .banner-video-bg-row .wpb_column .vc_column-inner .wpb_raw_code {
  height: 100%;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.home #homepage-new-banner-section .banner-video-bg-row .wpb_column .vc_column-inner .wpb_raw_code:before, .page-id-2172 #homepage-new-banner-section .banner-video-bg-row .wpb_column .vc_column-inner .wpb_raw_code:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(1, 16, 34, 0.8);
  z-index: 2;
}
.home #homepage-new-banner-section .banner-video-bg-row .wpb_column .vc_column-inner .wpb_raw_code .wpb_wrapper, .page-id-2172 #homepage-new-banner-section .banner-video-bg-row .wpb_column .vc_column-inner .wpb_raw_code .wpb_wrapper {
  position: relative;
  height: 100%;
}
.home #homepage-new-banner-section .banner-video-bg-row .wpb_column .vc_column-inner .wpb_raw_code video, .page-id-2172 #homepage-new-banner-section .banner-video-bg-row .wpb_column .vc_column-inner .wpb_raw_code video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  /*z-index: -1000;*/
  z-index: 1;
  overflow: hidden;
}
.home #homepage-new-banner-section .homepage-banner-text, .page-id-2172 #homepage-new-banner-section .homepage-banner-text {
  margin-bottom: 53px;
}
@media (max-width: 980px) {
  .home #homepage-new-banner-section .homepage-banner-text, .page-id-2172 #homepage-new-banner-section .homepage-banner-text {
    margin-top: 55px;
  }
}
.home #homepage-new-banner-section .homepage-banner-text .wpb_wrapper, .page-id-2172 #homepage-new-banner-section .homepage-banner-text .wpb_wrapper {
  text-align: center;
}
.home #homepage-new-banner-section .homepage-banner-text h1, .home #homepage-new-banner-section .homepage-banner-text h2, .home #homepage-new-banner-section .homepage-banner-text p, .page-id-2172 #homepage-new-banner-section .homepage-banner-text h1, .page-id-2172 #homepage-new-banner-section .homepage-banner-text h2, .page-id-2172 #homepage-new-banner-section .homepage-banner-text p {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
.home #homepage-new-banner-section .homepage-banner-text h1, .page-id-2172 #homepage-new-banner-section .homepage-banner-text h1 {
  font-size: 28px;
  font-weight: 400;
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px 2%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 55px;
}
@media (max-width: 1368px) {
  .home #homepage-new-banner-section .homepage-banner-text h1, .page-id-2172 #homepage-new-banner-section .homepage-banner-text h1 {
    font-size: 24px;
  }
}
@media (max-width: 980px) {
  .home #homepage-new-banner-section .homepage-banner-text h1, .page-id-2172 #homepage-new-banner-section .homepage-banner-text h1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home #homepage-new-banner-section .homepage-banner-text h1, .page-id-2172 #homepage-new-banner-section .homepage-banner-text h1 {
    font-size: 18px;
  }
}
.home #homepage-new-banner-section .homepage-banner-text h2, .page-id-2172 #homepage-new-banner-section .homepage-banner-text h2 {
  font-size: 75px;
  text-transform: none;
  margin-top: 21px;
  letter-spacing: 0.016em;
}
@media (max-width: 1368px) {
  .home #homepage-new-banner-section .homepage-banner-text h2, .page-id-2172 #homepage-new-banner-section .homepage-banner-text h2 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .home #homepage-new-banner-section .homepage-banner-text h2, .page-id-2172 #homepage-new-banner-section .homepage-banner-text h2 {
    font-size: 46px;
  }
}
.home #homepage-new-banner-section .homepage-banner-text p, .page-id-2172 #homepage-new-banner-section .homepage-banner-text p {
  max-width: 935px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 1368px) {
  .home #homepage-new-banner-section .homepage-banner-text p, .page-id-2172 #homepage-new-banner-section .homepage-banner-text p {
    font-size: 24px;
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .home #homepage-new-banner-section .homepage-banner-text p, .page-id-2172 #homepage-new-banner-section .homepage-banner-text p {
    font-size: 20px;
    line-height: 1.2;
    padding: 0 10%;
  }
}
@media (max-width: 980px) {
  .home #homepage-new-banner-section .homepage-banner-button-wrap, .page-id-2172 #homepage-new-banner-section .homepage-banner-button-wrap {
    margin-bottom: 50px;
  }
}
.home #homepage-new-banner-section .homepage-banner-button-wrap .wpb_wrapper p, .page-id-2172 #homepage-new-banner-section .homepage-banner-button-wrap .wpb_wrapper p {
  text-align: center;
}
.home #scranton-it-services-section, .page-id-2172 #scranton-it-services-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 74px 0;
}
@media (max-width: 767px) {
  .home #scranton-it-services-section, .page-id-2172 #scranton-it-services-section {
    padding: 44px 0;
  }
}
.home #scranton-it-services-section h2, .home #scranton-it-services-section h3, .page-id-2172 #scranton-it-services-section h2, .page-id-2172 #scranton-it-services-section h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: black;
  line-height: 1.2;
}
.home #scranton-it-services-section p, .page-id-2172 #scranton-it-services-section p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 18px;
  line-height: 1.3;
}
.home #scranton-it-services-section .heading-row, .page-id-2172 #scranton-it-services-section .heading-row {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 34px;
}
.home #scranton-it-services-section .heading-row h2, .page-id-2172 #scranton-it-services-section .heading-row h2 {
  font-size: 40px !important;
  margin: 18px 0 23px;
  font-size: 40px !important;
}
@media (max-width: 980px) {
  .home #scranton-it-services-section .heading-row h2, .page-id-2172 #scranton-it-services-section .heading-row h2 {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  .home #scranton-it-services-section .heading-row h2, .page-id-2172 #scranton-it-services-section .heading-row h2 {
    font-size: 30px !important;
  }
}
.home #scranton-it-services-section .heading-row h2 + p, .page-id-2172 #scranton-it-services-section .heading-row h2 + p {
  font-size: 28px !important;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .home #scranton-it-services-section .heading-row h2 + p, .page-id-2172 #scranton-it-services-section .heading-row h2 + p {
    margin-bottom: 50px;
  }
}
.home #scranton-it-services-section .services-row, .page-id-2172 #scranton-it-services-section .services-row {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.home #scranton-it-services-section .services-row .vc_column-inner > .wpb_wrapper, .page-id-2172 #scranton-it-services-section .services-row .vc_column-inner > .wpb_wrapper {
  max-width: 340px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .home #scranton-it-services-section .services-row .vc_column-inner > .wpb_wrapper, .page-id-2172 #scranton-it-services-section .services-row .vc_column-inner > .wpb_wrapper {
    margin-bottom: 25px;
  }
}
.home #scranton-it-services-section .services-row .vc_column-inner > .wpb_wrapper .wpb_text_column, .page-id-2172 #scranton-it-services-section .services-row .vc_column-inner > .wpb_wrapper .wpb_text_column {
  flex-grow: 1;
}
.home #scranton-it-services-section .services-row .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper, .page-id-2172 #scranton-it-services-section .services-row .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.home #scranton-it-services-section .services-row .wpb_single_image, .page-id-2172 #scranton-it-services-section .services-row .wpb_single_image {
  margin-bottom: 13px;
}
@media (max-width: 1281px) {
  .home #scranton-it-services-section .services-row .wpb_single_image img, .page-id-2172 #scranton-it-services-section .services-row .wpb_single_image img {
    max-width: 80%;
  }
}
.home #scranton-it-services-section .services-row h3, .page-id-2172 #scranton-it-services-section .services-row h3 {
  font-size: 35px;
  text-transform: none;
  margin-top: 6px;
  line-height: 1.1;
  margin-bottom: 33px;
}
@media (max-width: 1281px) and (min-width: 767px) {
  .home #scranton-it-services-section .services-row h3, .page-id-2172 #scranton-it-services-section .services-row h3 {
    font-size: calc(30px + (35 - 30) * ((100vw - 767px) / (1281 - 767)));
  }
}
@media (max-width: 767px) {
  .home #scranton-it-services-section .services-row h3, .page-id-2172 #scranton-it-services-section .services-row h3 {
    font-size: 28px;
    max-width: 255px;
    margin: 6px auto 33px;
  }
}
.home #scranton-it-services-section .services-row h3 a, .page-id-2172 #scranton-it-services-section .services-row h3 a {
  color: black;
}
.home #scranton-it-services-section .services-row h3 a:hover, .page-id-2172 #scranton-it-services-section .services-row h3 a:hover {
  color: #414141 !important;
  line-height: inherit;
  font-size: inherit;
}
.home #scranton-it-services-section .services-row p, .page-id-2172 #scranton-it-services-section .services-row p {
  margin-bottom: 0;
}
.home #scranton-it-services-section .services-row > .vc_column_container:nth-child(2) h3, .page-id-2172 #scranton-it-services-section .services-row > .vc_column_container:nth-child(2) h3 {
  margin-top: 20px;
}
@media (min-width: 981px) {
  .home #scranton-it-services-section .services-row > .vc_column_container:nth-child(2) h3, .page-id-2172 #scranton-it-services-section .services-row > .vc_column_container:nth-child(2) h3 {
    margin-top: 24px;
    margin-bottom: 59px;
  }
}
@media (min-width: 981px) {
  .home #scranton-it-services-section .services-row > .vc_column_container:nth-child(3) .vc_single_image-wrapper img, .page-id-2172 #scranton-it-services-section .services-row > .vc_column_container:nth-child(3) .vc_single_image-wrapper img {
    position: relative;
    right: -14px;
  }
}
.home #scranton-it-services-section .homepage-banner-button, .page-id-2172 #scranton-it-services-section .homepage-banner-button {
  margin-top: 14px;
  padding: 15px 2.5% 17px;
}
@media (min-width: 981px) {
  .home #scranton-it-services-section .homepage-banner-button, .page-id-2172 #scranton-it-services-section .homepage-banner-button {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .home #scranton-it-services-section .homepage-banner-button, .page-id-2172 #scranton-it-services-section .homepage-banner-button {
    padding: 14px 17px;
  }
}
.home #youtube-video-section, .page-id-2172 #youtube-video-section {
  padding: 70px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .home #youtube-video-section, .page-id-2172 #youtube-video-section {
    padding: 40px 0;
  }
}
.home #youtube-video-section > .wpb_row, .page-id-2172 #youtube-video-section > .wpb_row {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 981px) {
  .home #youtube-video-section > .wpb_row .wpb_column > .vc_column-inner > .wpb_wrapper, .page-id-2172 #youtube-video-section > .wpb_row .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home #youtube-video-section h3, .page-id-2172 #youtube-video-section h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 40px !important;
  text-align: center;
  text-transform: none;
  color: white;
  margin-top: 24px;
  margin-bottom: 60px;
}
@media (max-width: 980px) {
  .home #youtube-video-section h3, .page-id-2172 #youtube-video-section h3 {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  .home #youtube-video-section h3, .page-id-2172 #youtube-video-section h3 {
    font-size: 28px !important;
  }
}
.home #youtube-video-section .youtube_channel, .page-id-2172 #youtube-video-section .youtube_channel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home #youtube-video-section .youtube_channel, .page-id-2172 #youtube-video-section .youtube_channel {
    justify-content: center;
  }
}
.home #youtube-video-section .youtube_channel:after, .page-id-2172 #youtube-video-section .youtube_channel:after {
  content: none;
}
.home #youtube-video-section .youtube_channel .ytc_video_container, .page-id-2172 #youtube-video-section .youtube_channel .ytc_video_container {
  max-width: 30.3333%;
  flex-grow: 1;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .home #youtube-video-section .youtube_channel .ytc_video_container, .page-id-2172 #youtube-video-section .youtube_channel .ytc_video_container {
    max-width: 46%;
  }
}
@media (max-width: 767px) {
  .home #youtube-video-section .youtube_channel .ytc_video_container, .page-id-2172 #youtube-video-section .youtube_channel .ytc_video_container {
    max-width: 460px;
    width: 100%;
  }
}
@media (max-width: 980px) and (min-width: 767px) {
  .home #youtube-video-section .youtube_channel .ytc_video_container:last-of-type, .page-id-2172 #youtube-video-section .youtube_channel .ytc_video_container:last-of-type {
    display: none;
  }
}
@media (max-width: 767px) {
  .home #youtube-video-section .youtube_channel .ytc_video_container:last-of-type, .page-id-2172 #youtube-video-section .youtube_channel .ytc_video_container:last-of-type {
    margin-bottom: 10px;
  }
}
.home #youtube-video-section .youtube_channel .ytc_video_container .ytc_thumb span, .page-id-2172 #youtube-video-section .youtube_channel .ytc_video_container .ytc_thumb span {
  border: #0c4b89 solid 2px;
  max-height: 306px;
}
.home #youtube-video-section .youtube_channel .ytc_video_container .ytc_title, .page-id-2172 #youtube-video-section .youtube_channel .ytc_video_container .ytc_title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: white;
  text-align: center;
  line-height: 1.15;
  font-size: 20px;
  text-transform: none;
}
@media (max-width: 767px) {
  .home #youtube-video-section .youtube_channel .ytc_video_container .ytc_title, .page-id-2172 #youtube-video-section .youtube_channel .ytc_video_container .ytc_title {
    font-size: 18px;
  }
}
.home #youtube-video-section .homepage-banner-button, .page-id-2172 #youtube-video-section .homepage-banner-button {
  margin-top: 14px;
  padding: 15px 2.5% 17px;
}
@media (min-width: 981px) {
  .home #youtube-video-section .homepage-banner-button, .page-id-2172 #youtube-video-section .homepage-banner-button {
    font-size: 22px !important;
  }
}
.home #great-it-services-section, .page-id-2172 #great-it-services-section {
  padding: 74px 0;
}
.home #great-it-services-section h2, .page-id-2172 #great-it-services-section h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 40px !important;
  text-align: center;
  text-transform: none;
  color: black;
}
@media (max-width: 980px) {
  .home #great-it-services-section h2, .page-id-2172 #great-it-services-section h2 {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  .home #great-it-services-section h2, .page-id-2172 #great-it-services-section h2 {
    font-size: 30px !important;
  }
}
.home #great-it-services-section h5, .page-id-2172 #great-it-services-section h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 40px !important;
  text-align: center;
  text-transform: none;
  color: black;
  margin-bottom: 21px;
}
@media (max-width: 980px) {
  .home #great-it-services-section h5, .page-id-2172 #great-it-services-section h5 {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  .home #great-it-services-section h5, .page-id-2172 #great-it-services-section h5 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .home #great-it-services-section h5, .page-id-2172 #great-it-services-section h5 {
    margin-top: 30px;
  }
}
@media (min-width: 981px) {
  .home #great-it-services-section .homepage-banner-button, .page-id-2172 #great-it-services-section .homepage-banner-button {
    font-size: 22px !important;
    padding: 18px 2.5% 19px;
    line-height: 1;
  }
}
.home #great-it-services-section > .vc_row, .page-id-2172 #great-it-services-section > .vc_row {
  max-width: 1500px;
  width: 92%;
  margin: 0 auto;
}
.home #great-it-services-section > .vc_row:first-child, .page-id-2172 #great-it-services-section > .vc_row:first-child {
  max-width: 1250px;
}
.home #great-it-services-section > .vc_row.scranton-organizations-row, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row {
  overflow: visible;
}
@media (min-width: 767px) {
  .home #great-it-services-section > .vc_row.scranton-organizations-row, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row {
    display: flex;
    flex-flow: row wrap;
  }
}
.home #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column > .vc_column-inner, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column > .vc_column-inner {
  background-size: initial;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 21px 5.25%;
}
@media (min-width: 767px) {
  .home #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column > .vc_column-inner, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column > .vc_column-inner {
    height: 100%;
  }
  .home #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column > .vc_column-inner .wpb_wrapper, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column > .vc_column-inner .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .home #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column > .vc_column-inner .wpb_wrapper .wpb_text_column, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column > .vc_column-inner .wpb_wrapper .wpb_text_column {
    flex-grow: 1;
  }
}
.home #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column:first-child .vc_column-inner, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column:first-child .vc_column-inner {
  background-position: left center;
}
.home #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column:first-child .vc_column-inner .wpb_text_column, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column:first-child .vc_column-inner .wpb_text_column {
  margin-left: auto;
}
.home #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column:first-child .vc_column-inner .wpb_text_column:after, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column:first-child .vc_column-inner .wpb_text_column:after {
  left: 39px;
  right: unset !important;
}
.home #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column .wpb_single_image, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column .wpb_single_image {
  margin-bottom: 29px;
}
.home #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column .wpb_single_image img, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column .wpb_single_image img {
  border-radius: 12px;
}
.home #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column .wpb_text_column, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column .wpb_text_column {
  max-width: 620px;
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.15);
  border: 1px solid #cdcccc;
  background-color: #ffffff;
  padding: 43px 58px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .home #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column .wpb_text_column, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column .wpb_text_column {
    padding: 25px 25px;
  }
}
.home #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column .wpb_text_column:after, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column .wpb_text_column:after {
  content: '';
  display: block !important;
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  right: 39px;
  top: -10px;
  transform: rotateZ(52deg) skew(18deg, 1deg);
}
.home #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column .wpb_text_column p, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row > .wpb_column .wpb_text_column p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .home #great-it-services-section > .vc_row.scranton-organizations-row + .vc_row .wpb_column .vc_column-inner, .page-id-2172 #great-it-services-section > .vc_row.scranton-organizations-row + .vc_row .wpb_column .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.home #five-star-network, .page-id-2172 #five-star-network {
  padding: 55px 0 0;
  background-position: center bottom !important;
}
.home #five-star-network .vc_row:not(.vc_row:last-of-type), .page-id-2172 #five-star-network .vc_row:not(.vc_row:last-of-type) {
  max-width: 1450px;
  width: 95%;
  margin: 0 auto !important;
}
.home #five-star-network .vc_row:not(.vc_row:last-of-type):first-of-type, .page-id-2172 #five-star-network .vc_row:not(.vc_row:last-of-type):first-of-type {
  margin-bottom: 80px !important;
}
.home #five-star-network h2, .page-id-2172 #five-star-network h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 50px !important;
  color: #000;
  text-align: center;
  text-transform: none;
}
@media (max-width: 980px) {
  .home #five-star-network h2, .page-id-2172 #five-star-network h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .home #five-star-network h2, .page-id-2172 #five-star-network h2 {
    font-size: 28px !important;
  }
}
.home #five-star-network .five-star-network-items-row, .page-id-2172 #five-star-network .five-star-network-items-row {
  overflow: visible;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .home #five-star-network .five-star-network-items-row, .page-id-2172 #five-star-network .five-star-network-items-row {
    flex-flow: row wrap;
  }
}
@media (max-width: 767px) {
  .home #five-star-network .five-star-network-items-row, .page-id-2172 #five-star-network .five-star-network-items-row {
    flex-direction: column;
    align-items: center;
  }
}
.home #five-star-network .five-star-network-items-row:before, .home #five-star-network .five-star-network-items-row:after, .page-id-2172 #five-star-network .five-star-network-items-row:before, .page-id-2172 #five-star-network .five-star-network-items-row:after {
  content: none;
}
.home #five-star-network .five-star-network-items-row .wpb_column, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column {
  width: 31%;
}
@media screen and (max-width: 1367px) and (min-width: 980px) {
  .home #five-star-network .five-star-network-items-row .wpb_column, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column {
    width: 33.3333%;
  }
}
@media (max-width: 980px) {
  .home #five-star-network .five-star-network-items-row .wpb_column, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column {
    width: 48%;
    flex-grow: 1;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .home #five-star-network .five-star-network-items-row .wpb_column, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column {
    width: 100%;
    max-width: 555px;
    margin-bottom: 60px;
  }
}
.home #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(3), .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(3) {
  justify-self: center;
}
.home #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper {
  border: 1px solid #cdcccc;
  border-top: none;
  background-color: #ffffff;
  box-shadow: 14px 24px 48px rgba(0, 0, 0, 0.12);
  border-radius: 0 20px 0 0;
  position: relative;
}
.home #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper:before, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background-color: #0c4b89;
  border-radius: 0 13px 0 0;
}
.home #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper:after, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100% !important;
  content: '1';
  font-size: 65px;
  top: -54px;
  left: 38px;
  width: 90px;
  height: 90px;
  background-color: #0c4b89;
  color: white;
  font-family: 'Rajdhani', sans-serif;
  border-radius: 0 8px 0 0;
}
@media (max-width: 767px) {
  .home #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper:after, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper:after {
    width: 60px;
    height: 60px;
    top: -34px;
    font-size: 50px;
  }
}
.home #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column {
  padding: 59px 36px 0;
}
@media (max-width: 767px) {
  .home #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column {
    padding: 45px 30px 0;
  }
}
.home #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column h4, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: black;
  /*font-size: 28px;*/
  font-size: 24px;
  text-transform: none;
  position: relative;
  line-height: 1.1;
  padding-bottom: 10%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1367px) {
  .home #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column h4, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column h4 {
    font-size: 24px;
  }
}
@media (min-width: 981px) {
  .home #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column h4, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column h4 {
    padding-right: 1%;
  }
}
.home #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column h4:after, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column h4:after {
  display: block;
  content: '';
  position: absolute;
  width: 65px;
  height: 5px;
  left: 1px;
  bottom: 0;
  background-color: #0c4b89;
}
.home #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column p, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  color: black;
  line-height: 1.5;
}
.home #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(2) .vc_column-inner > .wpb_wrapper:before, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(2) .vc_column-inner > .wpb_wrapper:before {
  background-color: #28b574;
}
.home #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(2) .vc_column-inner > .wpb_wrapper:after, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(2) .vc_column-inner > .wpb_wrapper:after {
  background-color: #28b574;
  content: '2';
}
.home #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(2) .vc_column-inner > .wpb_wrapper h4:after, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(2) .vc_column-inner > .wpb_wrapper h4:after {
  background-color: #28b574;
}
.home #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(3) .vc_column-inner > .wpb_wrapper:before, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(3) .vc_column-inner > .wpb_wrapper:before {
  background-color: #2c4762;
}
.home #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(3) .vc_column-inner > .wpb_wrapper:after, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(3) .vc_column-inner > .wpb_wrapper:after {
  background-color: #2c4762;
  content: '3';
}
.home #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(3) .vc_column-inner > .wpb_wrapper h4:after, .page-id-2172 #five-star-network .five-star-network-items-row .wpb_column:nth-of-type(3) .vc_column-inner > .wpb_wrapper h4:after {
  background-color: #2c4762;
}
.home #five-star-network .five-star-network-items-row + .vc_row, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row {
  overflow: visible;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 981px) {
  .home #five-star-network .five-star-network-items-row + .vc_row, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row {
    margin-top: -101px;
  }
}
.home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner {
  padding: 68px 0;
}
.home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper {
  max-width: 1420px;
  width: 95%;
  margin: 0 auto !important;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 980px) {
  .home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper > .vc_empty_space, .home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper > .wpb_text_column, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper > .vc_empty_space, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  margin-bottom: 0 !important;
}
@media (min-width: 981px) {
  .home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper > .vc_empty_space, .home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper > .wpb_text_column, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper > .vc_empty_space, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    width: 32%;
  }
}
@media (max-width: 980px) {
  .home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper > .vc_empty_space, .home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper > .wpb_text_column, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper > .vc_empty_space, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    width: 100%;
    max-width: 375px;
  }
}
@media (min-width: 981px) {
  .home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column:first-child, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column:first-child {
    width: 31%;
  }
}
@media (max-width: 980px) {
  .home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .vc_empty_space, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .vc_empty_space {
    display: none;
  }
}
.home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column p, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: white;
  line-height: 1.1;
}
@media screen and (max-width: 1440px) and (min-width: 980px) {
  .home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column p, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column p {
    font-size: calc(28px + (40 - 28) * ((100vw - 980px) / (1440 - 980))) !important;
  }
}
@media (max-width: 980px) {
  .home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column p, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column p {
    font-size: 28px;
    text-align: center;
  }
}
.home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column .homepage-banner-button, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column .homepage-banner-button {
  position: relative;
}
@media (min-width: 981px) {
  .home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column .homepage-banner-button, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column .homepage-banner-button {
    font-size: 22px !important;
    padding: 16px 6% !important;
    left: -5px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1440px) {
  .home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column .homepage-banner-button, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column .homepage-banner-button {
    padding: 15px 3.6% !important;
    font-size: calc(14px + (22 - 14) * ((100vw - 980px) / (1440 - 980))) !important;
  }
}
@media (max-width: 980px) {
  .home #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column .homepage-banner-button, .page-id-2172 #five-star-network .five-star-network-items-row + .vc_row .vc_column-inner > .wpb_wrapper .wpb_text_column .homepage-banner-button {
    margin-top: 35px;
  }
}
.home #we-are-tech42, .page-id-2172 #we-are-tech42 {
  padding: 140px 0 34px;
}
@media (max-width: 980px) {
  .home #we-are-tech42, .page-id-2172 #we-are-tech42 {
    padding: 50px 0 34px;
  }
}
.home #we-are-tech42 > .vc_row, .page-id-2172 #we-are-tech42 > .vc_row {
  max-width: 1290px;
  width: 95%;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 980px) {
  .home #we-are-tech42 > .vc_row, .page-id-2172 #we-are-tech42 > .vc_row {
    display: flex;
    flex-wrap: wrap;
  }
}
.home #we-are-tech42 > .vc_row > .wpb_column, .page-id-2172 #we-are-tech42 > .vc_row > .wpb_column {
  overflow: visible;
}
.home #we-are-tech42 > .vc_row > .wpb_column:nth-of-type(1), .page-id-2172 #we-are-tech42 > .vc_row > .wpb_column:nth-of-type(1) {
  z-index: 2;
}
.home #we-are-tech42 > .vc_row > .wpb_column:nth-of-type(2), .page-id-2172 #we-are-tech42 > .vc_row > .wpb_column:nth-of-type(2) {
  z-index: 1;
}
@media (max-width: 980px) {
  .home #we-are-tech42 > .vc_row > .wpb_column:nth-of-type(2), .page-id-2172 #we-are-tech42 > .vc_row > .wpb_column:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .home #we-are-tech42 .wpb_raw_code .wpb_wrapper, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper {
    max-width: 95%;
    display: block;
    margin: 10px auto;
  }
}
.home #we-are-tech42 .wpb_raw_code .wpb_wrapper p:first-child, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper p:first-child {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
  color: black;
  font-size: 40px !important;
  font-size: 40px !important;
  line-height: 1;
}
@media (max-width: 980px) {
  .home #we-are-tech42 .wpb_raw_code .wpb_wrapper p:first-child, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper p:first-child {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  .home #we-are-tech42 .wpb_raw_code .wpb_wrapper p:first-child, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper p:first-child {
    font-size: 28px !important;
  }
}
.home #we-are-tech42 .wpb_raw_code .wpb_wrapper h2, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: black;
  font-size: 65px !important;
  text-transform: none;
  white-space: nowrap;
  line-height: 1.1;
  margin: 2px 0 11%;
}
@media (max-width: 1440px) and (min-width: 980px) {
  .home #we-are-tech42 .wpb_raw_code .wpb_wrapper h2, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper h2 {
    font-size: calc(50px + (65 - 50) * ((100vw - 980px) / (1440 - 980))) !important;
  }
}
@media (max-width: 980px) {
  .home #we-are-tech42 .wpb_raw_code .wpb_wrapper h2, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper h2 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .home #we-are-tech42 .wpb_raw_code .wpb_wrapper h2, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper h2 {
    font-size: 32px !important;
    white-space: unset;
  }
}
.home #we-are-tech42 .wpb_raw_code .wpb_wrapper h2 span, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper h2 span {
  color: #003981 !important;
}
.home #we-are-tech42 .wpb_raw_code .wpb_wrapper strong, .home #we-are-tech42 .wpb_raw_code .wpb_wrapper p, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper strong, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper p {
  display: inline-block;
  color: black;
  font-family: 'Open Sans', sans-serif;
  max-width: 520px;
}
.home #we-are-tech42 .wpb_raw_code .wpb_wrapper strong, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper strong {
  font-weight: 700;
  font-size: 24px !important;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (max-width: 1440px) and (min-width: 980px) {
  .home #we-are-tech42 .wpb_raw_code .wpb_wrapper strong, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper strong {
    font-size: calc(20px + (24 - 20) * ((100vw - 980px) / (1440 - 980))) !important;
  }
}
@media (max-width: 980px) {
  .home #we-are-tech42 .wpb_raw_code .wpb_wrapper strong, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper strong {
    font-size: 20px !important;
  }
}
.home #we-are-tech42 .wpb_raw_code .wpb_wrapper p, .page-id-2172 #we-are-tech42 .wpb_raw_code .wpb_wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: black;
}
.home #we-are-tech42 .wpb_single_image, .page-id-2172 #we-are-tech42 .wpb_single_image {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1700px) and (min-width: 981px) {
  .home #we-are-tech42 .wpb_single_image, .page-id-2172 #we-are-tech42 .wpb_single_image {
    margin-top: calc(200px + (30 - 200) * ((100vw - 980px) / (1700 - 980)));
  }
}
@media (max-width: 980px) {
  .home #we-are-tech42 .wpb_single_image, .page-id-2172 #we-are-tech42 .wpb_single_image {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home #we-are-tech42 .wpb_single_image, .page-id-2172 #we-are-tech42 .wpb_single_image {
    margin: 15px auto;
    border-bottom: 3px solid #2c4762;
  }
}
.home #we-are-tech42 .wpb_single_image:after, .page-id-2172 #we-are-tech42 .wpb_single_image:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 112%;
  width: 110vw;
  height: 4px;
  background-color: #2c4762;
  border-radius: 12px;
}
@media (max-width: 980px) {
  .home #we-are-tech42 .wpb_single_image:after, .page-id-2172 #we-are-tech42 .wpb_single_image:after {
    bottom: -115px;
  }
}
@media (max-width: 767px) {
  .home #we-are-tech42 .wpb_single_image:after, .page-id-2172 #we-are-tech42 .wpb_single_image:after {
    content: none;
  }
}
@media (min-width: 981px) {
  .home #we-are-tech42 .wpb_single_image .vc_single_image-wrapper img, .page-id-2172 #we-are-tech42 .wpb_single_image .vc_single_image-wrapper img {
    width: 43vw;
    max-width: 133%;
    position: relative;
    left: -4px;
  }
}
@media (max-width: 767px) {
  .home #we-are-tech42 .wpb_single_image .vc_single_image-wrapper img, .page-id-2172 #we-are-tech42 .wpb_single_image .vc_single_image-wrapper img {
    max-width: 90%;
    display: block;
    margin: 10px auto;
  }
}
.home #recent-posts-section, .page-id-2172 #recent-posts-section {
  padding: 60px 0 25px;
}
.home #recent-posts-section .wpb_text_column h3, .page-id-2172 #recent-posts-section .wpb_text_column h3 {
  text-align: center;
  padding-bottom: 10px;
  text-transform: none;
  font-style: normal;
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  max-width: 990px;
  margin: 0 auto 16px;
  font-size: 36px !important;
}
@media (max-width: 980px) {
  .home #recent-posts-section .wpb_text_column h3, .page-id-2172 #recent-posts-section .wpb_text_column h3 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .home #recent-posts-section .wpb_text_column h3, .page-id-2172 #recent-posts-section .wpb_text_column h3 {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .home #recent-posts-section .wpb_text_column h3, .page-id-2172 #recent-posts-section .wpb_text_column h3 {
    max-width: 480px;
    margin: 0 auto 16px;
  }
}
@media (max-width: 980px) {
  .home #about .cyrek-service-table-cell, .page-id-2172 #about .cyrek-service-table-cell {
    position: relative;
    top: -13px;
    left: -8px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home #about, .page-id-2172 #about {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.home #app, .page-id-2172 #app {
  margin-top: 0 !important;
}
@media (max-width: 1199px) {
  .home .team-members .deal-single-staff, .page-id-2172 .team-members .deal-single-staff {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
  .home .team-members .deal-single-staff .deal-staff-img, .page-id-2172 .team-members .deal-single-staff .deal-staff-img {
    width: 100%;
  }
  .home .team-members .deal-single-staff .deal-staff-img .staff_img_wrap, .page-id-2172 .team-members .deal-single-staff .deal-staff-img .staff_img_wrap {
    width: 100%;
  }
}
.home .vc_custom_1599573239383 .yext-data a, .page-id-2172 .vc_custom_1599573239383 .yext-data a {
  color: white;
}
.home .vc_custom_1599573239383 .yext-data a:hover, .page-id-2172 .vc_custom_1599573239383 .yext-data a:hover {
  color: #aedbfd !important;
}
/*pages */
.page-template-default.page:not(.home) .deal-internal-area.section-enable-padding {
  padding: 120px 0 80px;
}
.iasion-section-title h2 {
  color: black;
  font-weight: 700;
  font-size: 40px !important;
}
@media (max-width: 980px) {
  .iasion-section-title h2 {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  .iasion-section-title h2 {
    font-size: 28px !important;
  }
}
.page.page-id-899 #software-development-video .wpb_wrapper {
  width: 100% !important;
  max-width: 640px;
  margin: 0 auto;
}
.page.page-id-899 #software-development-video .wpb_wrapper .wpb_video_wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.page.page-id-899 #software-development-video .wpb_wrapper .wpb_video_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html body.page:not(.home) article .iasion-section-title.iasion-section-title-style {
  display: none !important;
}
html body.page:not(.home) article h4 {
  font-family: 'HelveticaNeueCondensed', Arial, sans-serif !important;
  font-size: 25px;
}
html body.page:not(.home) article h5, html body.page:not(.home) article p {
  color: #000000;
  font-family: 'source_sans_proregular', sans-serif;
  font-size: clamp(18px, 1.563vw, 20px) !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 12px !important;
  margin: 0 0 clamp(10px, 2.734vw, 14px) !important;
  line-height: 1.3;
  text-transform: none;
}
#page .page-team-info {
  padding: 120px 0px 0px 0px;
}
#page .page-team-info .page-team-info-body .page-team-info-video {
  max-width: 585px;
  margin: 0 auto;
}
#page .page-team-info .page-team-info-body .page-team-info-text {
  text-align: center;
  padding: 24px 0px 70px 0px;
}
@media (max-width: 980px) {
  #page .page-team-info .page-team-info-body .page-team-info-text {
    padding: 24px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  #page .page-team-info .page-team-info-body .page-team-info-text {
    padding: 24px 0px 20px 0px;
  }
}
#page .page-team-info .page-team-info-body .page-team-info-text p {
  margin: 0px 0px 28px 0px;
}
#page .page-team-info .page-team-info-body .page-team-info-text-center {
  max-width: 472px;
  margin: 0 auto;
  display: block;
  text-align: left;
}
#page .page-team-info .page-team-info-body .iasion-section-title {
  margin-bottom: 45px;
}
#page .page-team-info .page-team-info-body .page-team-info-list-one {
  max-width: 349px;
  text-align: left;
  margin: -10px auto 34px auto;
}
body #page {
  padding-bottom: clamp(19px, 2.7083333333vw, 39px);
}
body #page .deal-internal-area.section-enable-padding {
  padding: clamp(68px, 5.0694444444vw, 73px) 0 clamp(38px, 4.8611111111vw, 70px) !important;
}
body #page .deal-internal-area.section-enable-padding .container.custom-width {
  max-width: 1268px !important;
  width: 90% !important;
  padding-left: 0;
  padding-right: 0;
}
body #page .deal-internal-area.section-enable-padding .container.custom-width .row {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 980px) {
  body #page .deal-internal-area.section-enable-padding .container.custom-width .row {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  body #page .deal-internal-area.section-enable-padding .container.custom-width .row .right-main-content {
    width: 72.65% !important;
    padding-left: 0;
    padding-right: 35px;
  }
}
@media (max-width: 980px) {
  body #page .deal-internal-area.section-enable-padding .container.custom-width .row .right-main-content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
body #page .deal-internal-area.section-enable-padding .container.custom-width .row .right-main-content .deal-padding-right .post {
  margin-bottom: 20px !important;
}
body #page .deal-internal-area.section-enable-padding .container.custom-width .row .right-main-content .deal-padding-right .post .entry-content.post-content p {
  padding-bottom: 12px;
  margin: 0 0 clamp(10px, 2.734vw, 14px) !important;
  line-height: 1.3;
}
body #page .deal-internal-area.section-enable-padding .container.custom-width .row .right-main-content .deal-padding-right .post .entry-content.post-content p a {
  color: #000 !important;
  position: relative;
  border-bottom: none;
}
body #page .deal-internal-area.section-enable-padding .container.custom-width .row .right-main-content .deal-padding-right .post .entry-content.post-content p a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #000;
  transform: scale(1, 1);
  transition: all 0.3s ease;
}
body #page .deal-internal-area.section-enable-padding .container.custom-width .row .right-main-content .deal-padding-right .post .entry-content.post-content p a:hover {
  color: #000 !important;
}
body #page .deal-internal-area.section-enable-padding .container.custom-width .row .right-main-content .deal-padding-right .post .entry-content.post-content p a:hover:before {
  transform: scale(0, 1);
}
body #page .deal-internal-area.section-enable-padding .container.custom-width .row .right-main-content .deal-padding-right .post .entry-content.post-content h3 {
  padding-left: 0;
  font-family: 'HelveticaNeueCondensed', Arial, sans-serif !important;
  font-weight: 700;
  font-size: 20px !important;
  padding-left: 42px;
  border-bottom: none;
  position: relative;
  margin-bottom: clamp(10px, 1.3194444444vw, 19px) !important;
  letter-spacing: 0.025em !important;
  /* &:before{
                      content: '';
                      position: absolute;
                      width: 7px;
                      height: 7px;
                      border-radius: 100%;
                      background-color: #28b574;
                      top: 7px;
                      left: 64px;
                    } */
  /* & + p{
                      padding-left: 42px;  
                    } */
}
body #page .deal-internal-area.section-enable-padding .container.custom-width .row .sidebar-widget {
  padding-top: 12px;
}
@media screen and (min-width: 992px) {
  body #page .deal-internal-area.section-enable-padding .container.custom-width .row .sidebar-widget {
    width: 27.35% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 980px) {
  body #page .deal-internal-area.section-enable-padding .container.custom-width .row .sidebar-widget {
    display: flex !important;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  body #page .deal-internal-area.section-enable-padding .container.custom-width .row .sidebar-widget .tt-sidebar-wrapper.right-sidebar.widget-area {
    padding-left: 0 !important;
  }
}
@media (max-width: 980px) {
  body #page .deal-internal-area.section-enable-padding .container.custom-width .row .sidebar-widget .tt-sidebar-wrapper.right-sidebar.widget-area {
    padding-left: 0;
    padding-right: 0;
  }
}
body #page .deal-internal-area.section-enable-padding .container.custom-width .row .sidebar-widget .tt-sidebar-wrapper.right-sidebar.widget-area #custom_html-2 {
  max-width: 300px !important;
}
body #page .recent-posts-wrap {
  padding-top: clamp(52px, 5.6944444444vw, 82px) !important;
}
body #page .recent-posts-wrap .container.recent-posts .row .col-sm-12 h2 {
  font-family: 'HelveticaNeueCondensed', Arial, sans-serif !important;
}
body #page .recent-posts-wrap .container.recent-posts .row .col-sm-12 .recent-posts-content {
  padding-top: 39px !important;
}
body #page .recent-posts-wrap .container.recent-posts .row .col-sm-12 .recent-posts-content article .recent-thumb {
  overflow: hidden;
  min-height: 215px;
}
body #page .recent-posts-wrap .container.recent-posts .row .col-sm-12 .recent-posts-content article .recent-thumb a img {
  transition: all 0.5s ease;
}
body #page .recent-posts-wrap .container.recent-posts .row .col-sm-12 .recent-posts-content article .recent-thumb a img:hover {
  transform: scale(1.1);
}
body #page .recent-posts-wrap .container.recent-posts .row .col-sm-12 .recent-posts-content article .except-wrap .post-name a:hover {
  color: #223f8f !important;
}
/*  Black-and-white background image from the post /it-consulting-services/  */
body.postid-3028 #page .seo-breadcrumb-area {
  background-image: url(/wp-content/uploads/2022/07/tech42_banner-black-white.jpg) !important;
}
body.page-id-367 #page .deal-internal-area.section-enable-padding {
  padding: clamp(68px, 5.0694444444vw, 73px) 0 clamp(38px, 4.8611111111vw, 70px) !important;
}
body.page:not(.home) #page .deal-internal-area.section-enable-padding {
  padding: 120px 0 80px !important;
}
body.page:not(.home) #page p {
  font-family: 'source_sans_proregular', sans-serif !important;
}
body.page:not(.home) #page h1, body.page:not(.home) #page h2 {
  font-family: 'HelveticaNeueCondensed', Arial, sans-serif !important;
}
body.page:not(.home) #page h1 {
  border-bottom: none !important;
  position: relative;
}
body.page:not(.home) #page h1:before {
  content: '';
  display: block;
  width: 85px;
  height: 3px;
  background-color: #c00934;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
body.category.category-education .seo-breadcrumb-area {
  height: 500px !important;
}
body.category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1 {
  font-family: 'HelveticaNeueCondensed', Arial, sans-serif !important;
  border-bottom: none;
  position: relative;
}
body.category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content h1:before {
  content: '';
  display: block;
  width: 85px;
  height: 3px;
  background-color: #c00934;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
body.category.category-education .seo-breadcrumb-area .banner-content-wrap > .container.custom-size .banner-content p {
  font-family: 'source_sans_proregular', sans-serif !important;
}
body.category.category-education .deal-internal-area.section-enable-padding #tech_category .entry-title h3 > a:hover {
  color: #223f8f !important;
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper {
  border: 1px solid #b9c6d4;
  margin: clamp(2.5em, 0.1979166667vw, 2.85em) 0 clamp(1.5em, 0.2638888889vw, 3.8em) 0;
  margin-top: 33px !important;
  margin-bottom: 21px !important;
}
@media (min-width: 981px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper {
    margin-left: 2px;
  }
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote {
  margin: 0;
  padding: clamp(28px, 3.0555555556vw, 44px) 30px clamp(28px, 2.5694444444vw, 37px) 97px !important;
  background-color: #f0f0f0;
  position: relative;
  padding-bottom: 9px !important;
}
@media screen and (max-width: 1199px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote {
    padding-left: 80px !important;
  }
}
@media (max-width: 767px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote {
    padding-right: 25px;
    padding-left: 60px !important;
  }
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote:before {
  content: '';
  width: 39px !important;
  height: 33px !important;
  background: url('/wp-content/uploads/2022/07/comma.png') center center;
  background-size: cover !important;
  position: absolute !important;
  top: 12.9% !important;
  left: 39px !important;
  border: none;
}
@media screen and (max-width: 1308px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote:before {
    top: clamp(20px, 3.2874617737vw, 43px) !important;
  }
}
@media screen and (max-width: 1199px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote:before {
    left: 13px !important;
  }
}
@media screen and (max-width: 900px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote:before {
    top: 20px !important;
  }
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote:after {
  content: '';
  width: 6px !important;
  height: calc(100% - 78px - (clamp(35px, 45/1440*100vw, 45px)));
  background-color: #002e71 !important;
  position: absolute !important;
  top: 79px !important;
  left: 63px !important;
}
@media screen and (max-width: 1199px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote:after {
    left: 37px !important;
  }
}
@media screen and (max-width: 430px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote:after {
    top: 90px !important;
    height: calc(100% - 95px - (clamp(35px, 45/1440*100vw, 45px)));
  }
}
@media screen and (min-width: 431px) and (max-width: 1220px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote:after {
    top: 90px !important;
    height: calc(100% - 97px - (clamp(35px, 45/1440*100vw, 45px)));
  }
}
@media screen and (min-width: 1220px) and (max-width: 1400px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote:after {
    top: 90px !important;
    height: calc(100% - 95px - (clamp(35px, 45/1440*100vw, 45px))) !important;
  }
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote h4 {
  font-family: 'HelveticaNeueCondensed', Arial, sans-serif !important;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: clamp(24px, 1.9444444444vw, 28px);
  color: #000000 !important;
  text-transform: inherit;
  line-height: 1.06 !important;
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote p {
  color: #000000;
  font-size: 17px !important;
  font-weight: 400;
  line-height: 1.5 !important;
  text-align: left;
  max-width: 723px;
  margin-bottom: 1em;
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper blockquote p:last-child {
  margin-bottom: 0;
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px 20px 18px;
}
@media screen and (min-width: 651px) and (max-width: 1919px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 650px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .author-wrap .author-inner p {
  color: #000000;
  font-family: 'Sora', sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px !important;
  text-align: left !important;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 0.1em !important;
  padding-top: 6px;
}
@media (min-width: 981px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .author-wrap .author-inner p {
    padding-left: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .author-wrap .author-inner p {
    text-align: center !important;
  }
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .author-wrap .author-inner p:last-child {
  margin-bottom: 0;
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .blockquote-bottom-star {
  margin-left: 19%;
  margin-top: 0.5%;
}
@media screen and (max-width: 1199px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .blockquote-bottom-star {
    margin-left: 15px;
    margin-right: 15px;
  }
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .blockquote-bottom-star img {
  border: none !important;
}
@media screen and (max-width: 1199px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .blockquote-bottom-star img {
    max-width: 65px;
  }
}
@media (max-width: 767px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .blockquote-bottom-star img {
    transform: scale(1.2);
  }
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .schedule-btn-wrapper a {
  width: 241px;
  height: 57px;
  border-radius: 5px;
  background-color: #28b574;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #ffffff;
  font-family: 'HelveticaNeueCondensed', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 25.99px;
  text-align: center;
  border: 2px solid #28b574;
  transition: all 0.3s ease;
  margin-top: -2px;
}
@media screen and (max-width: 1199px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .schedule-btn-wrapper a {
    font-size: 22px;
    width: 222px;
  }
}
@media screen and (max-width: 600px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .schedule-btn-wrapper a {
    margin-top: 15px;
  }
}
@media (min-width: 981px) {
  body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .schedule-btn-wrapper a {
    margin-right: 21px;
  }
}
body.single.single-post.postid-3028 #page .deal-internal-area .deal-padding-right article.post .post-content .blockquote-wrapper .blockquote-bottom .schedule-btn-wrapper a:hover {
  background-color: rgba(28, 107, 60, 0.9);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.tech42llc.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Findex.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fglobal%2F_global.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fglobal%2F_header-menu.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fglobal%2F_popup.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fglobal%2F_modules.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fglobal%2F_banner.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fglobal%2F_footer-2022.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fpage%2F_single-post.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fpage%2F_category-blog.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fpage%2F_new-page-template.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fpage%2F_page-contact-us.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fpage%2F_post-fix.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fpage%2F_page-thank-you.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fpage%2F_blog-section.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fpage%2F_home.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fpage%2F_pages.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fpage%2F_page-team-info.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2Fpage%2F_single-post-2022.scss%22%2C%22wp-content%2Fthemes%2Fcryptolan-thecreo-child%2Fscss%2F_blockquote.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACEA%3BAAEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADRA%3BAEgDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjDP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoES%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAFhOR%3BAGGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAHKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHZL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGkCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH5BL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG4CK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH5GP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGoHS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpHT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8HW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHzIb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGiJa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH7Lb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG0MS%3BAAAA%3BAAAA%3BAAAA%3BAH1MT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGkNW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH5MX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGoOa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH1RlB%3BAIEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAINC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAISG%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJxBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIiCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJjCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImDO%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BACnGN%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALKP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKGO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAad%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BALlJN%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMkMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANzUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMwVI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANxWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMsYK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANnYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMuZM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BANpgBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM4gBO%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%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN3jBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMukBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANjoBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMypBI%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN3pBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMyqBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANrrBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMyrBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN%2F2BP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM63BM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN73BN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMw4BO%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANx5BP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMg6BO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN37BT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMi9BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN38BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMw%2BBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANl%2BBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM2%2BBI%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANpgCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMihCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC9gCL%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPjCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOwCK%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAuEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP3HD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO2IG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP3RH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOqSK%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPjST%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOsTS%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPnTX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOmUS%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPhUX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO0Va%3BAAAA%3BAAAA%3BAAgBZ%3BAAAA%3BAAAA%3BAAAA%3BAPpWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO4WG%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAPhXL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO2XO%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPnYX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOoZW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP9YX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO%2BZa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPhaX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO%2Baa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPxcb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOude%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP7db%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO4ee%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtgBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPiBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOXG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPiBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOXG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPiBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOXG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPiBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOXG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPiBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOXG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPiBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOXG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPiBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOXG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPiBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOXG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPiBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO0gBa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPpiBb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO2iBa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPtkBb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO8kBe%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPzlBf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO6mBK%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPr1BL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOo2BO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP91BP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO02BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPh3BP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOu3BO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPn4BT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO24BS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP34BT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOo5BW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPh6BX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO%2B6BS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAcV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPj%2BBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO4%2BBO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPt%2BBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO8%2FBS%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAPngCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOihCG%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPvhCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOijCG%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAiCU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOU%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP3rCb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO6sCe%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP3wCb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOoxCe%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP1xCf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO0yCmB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPpyCnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOgzCe%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP1yCf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOk1CiB%3BAAAA%3BAAAA%3BAAAA%3BACj2Cd%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARPH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgBC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARhBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ6BS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR5DT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ2EW%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BACtLN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATeH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASNK%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BACzGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVgBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU8DG%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVhGP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU8GS%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV7HH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUiIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV7IH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUmKK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV7JL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUsLO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVxLT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUkMS%3BAAAA%3BAAAA%3BAVxMT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUgOW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAV1Ob%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUiPe%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV%2FOnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUyRe%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV%2FRjB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU%2BSiB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV%2FSjB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUiTiB%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAVpUjB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUoUe%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAVnVjB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU0VmB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVpVnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUiYmB%3BAAAA%3BAAAA%3BAAAA%3BAVrXnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUmZmB%3BAAAA%3BAAAA%3BAV7YnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUoZmB%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV5Zf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUwaiB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAed%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVtbL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU2cO%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAVxcT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU%2BcW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVrdX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUseO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV3eT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUifS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAVtfT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUkgBG%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVhhBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU2hBG%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV7hBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUsiBK%3BAAAA%3BAAAA%3BAVtiBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU%2BiBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV%2FiBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU8jBO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVxjBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUikBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVjkBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUilBG%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVplBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU4lBK%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV%2FlBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU%2BmBG%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVjnBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU2nBC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVloBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWlBC%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BACpBF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZKL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYEK%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAZvED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY8FG%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZjGL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYwGK%3BAAAA%3BAAAA%3BAZxGL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY%2BGO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZzGP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYyHO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZnHP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYgIS%3BAAAA%3BAAAA%3BAZhIT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY%2BIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZzID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAalBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaRC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaeE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbZH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAamCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb7BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa6CG%3BAAAA%3BAAAA%3BAAAA%3BAb7CH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAauDE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb3DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa0EG%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%3BAAUL%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb7GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAakIA%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%3BAbnKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAauLE%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%3BAbjND%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaiOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%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%3BAAOC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAbhUA%3BAAAA%3BAcME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdmBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcOG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd3CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcqDG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBR%3BAAAA%3BAAAA%3BAd5HH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAckIK%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd3JP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc6KK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdnLP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc2LK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdlMP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc%2BMK%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdhOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcyOG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdzPL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcoQO%3BAAAA%3BAAAA%3BAAAA%3BAdpQP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc8QG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdpRL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc%2BRO%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd%2FTP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcwUO%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAd%2FVP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcoXG%3BAAAA%3BAAAA%3BAAAA%3BAdpXH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcgYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdhYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc0YG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdhZH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc8ZG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdlZH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcmaG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdnaH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc2aK%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdzaL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc6bS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd7bT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcwcS%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd%2FcP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcihBG%3BAAAA%3BAAAA%3BAAAA%3BAdvhBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAckiBC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd1hBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcyiBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdniBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcokBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdnqBX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcwrBC%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdhsBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcgtBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd1sBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc8tBK%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd%2FtBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcmvBO%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdhxBT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcwyBS%3BAAAA%3BAAAA%3BAdxyBT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc%2ByBW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdh0Bb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcw0Ba%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdp4BL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc%2B4BO%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdt4BT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcm5BW%3BAAAA%3BAAAA%3BAd%2F5BX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc86Ba%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdp7Bf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcg8Ba%3BAAAA%3BAAAA%3BAd58Bb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAco9BiB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdx8BjB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc2%2BBC%3BAAAA%3BAAAA%3BAd3%2BBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAck%2FBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdl%2FBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc4%2FBK%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAdpgCP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc6hCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdvhCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcyiCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd7iCP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcikCO%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd9kCP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcwlCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdnmCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcunCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdjnCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc6pCC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd1pCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAc0uCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdhvCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAciwCC%3BAAAA%3BAAAA%3BAAME%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAdlzCN%3BAeEE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfgBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrDJ%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtCA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAjBSP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBCW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBDX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBca%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BBR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBhFX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBgGa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBhGb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiB0Ga%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAjBzK1B%3BAiB6LI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAChQc%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBAvB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBY2B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBb%2FB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBwB%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB3IvC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB2J2C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB7KvC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB0LmC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBxNvC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBgOuC%3BAAAA%3BAAAA%22%7D */