/* 
 Project Name: Eduvoyage
 Styled by: Nabeel Sadique
 Developed By: Ansar
 Company: SAN Creatives
 */
body {
  margin: 0 !important;
  padding-top: 0px; }

a:hover {
  cursor: pointer; }

.h-80 {
  height: 80%; }

.information {
  font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif; }
  .information h1, .information h2, .information h3, .information h4, .information h5, .information h6, .information p {
    clear: both; }
  .information img.pull-right {
    padding-left: 15px;
    padding-bottom: 15px; }
  .information img.pull-left {
    padding-right: 15px;
    padding-bottom: 15px; }
  .information h1, .information h2, .information h3, .information h4, .information h5, .information h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    letter-spacing: normal; }
  .information p {
    padding-bottom: 10px; }
  .information ul {
    padding: 10px 0px; }
    .information ul li {
      position: relative;
      padding-left: 25px; }
      .information ul li:before {
        left: 0;
        position: absolute;
        content: "\f138";
        font-family: 'FontAwesome'; }
  .information ol {
    padding: 10px 0px;
    counter-reset: item; }
    .information ol li {
      display: block;
      position: relative;
      padding-left: 25px; }
      .information ol li:before {
        position: absolute;
        left: 0;
        content: counters(item, ".") " ";
        counter-increment: item; }
  .information.text-white h1, .information.text-white h2, .information.text-white h3, .information.text-white h4, .information.text-white h5, .information.text-white h6 {
    color: #fff; }
  .information a {
    text-decoration: underline; }
  .information img {
    max-width: 100% !important; }

.loaderbar {
  position: relative; }
  .loaderbar:before {
    content: "";
    position: fixed;
    height: 3px;
    top: 0px;
    left: 0px;
    background: repeating-linear-gradient(to right, transparent 0%, #fcea10 100%);
    width: 100%;
    background-size: 200% auto;
    background-position: 0 100%;
    animation: gradient 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    z-index: 999999; }

@keyframes gradient {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% 0; } }

#exp_avail .exp_avail {
  flex-flow: row nowrap;
  align-items: center;
  display: inline-block;
  padding-left: 7px;
  padding-right: 10px;
  border-right: 2px solid #999; }
  #exp_avail .exp_avail:last-child {
    border: 0; }
  #exp_avail .exp_avail a {
    color: #2013BA;
    font-size: 21px;
    text-align: center;
    line-height: 10px;
    text-transform: capitalize; }
  #exp_avail .exp_avail .hover {
    transition: all 0.2s ease-in-out;
    position: relative; }
    #exp_avail .exp_avail .hover:before, #exp_avail .exp_avail .hover:after {
      content: "";
      position: absolute;
      bottom: -1px;
      width: 0px;
      height: 3px;
      margin: 5px 0 0;
      transition: all 0.2s ease-in-out;
      transition-duration: 0.75s;
      opacity: 0;
      background-color: #e69500; }
      #exp_avail .exp_avail .hover.hover-1 #exp_avail {
        display: flex;
        flex-flow: column;
        max-width: 100%;
        width: 960px;
        background-color: white;
        opacity: 0.95;
        padding: 15px 30px;
        margin: 0 auto 30px; }
        #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail {
          display: flex;
          flex-flow: row nowrap;
          align-items: center;
          margin: 0 0 45px; }
          #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail .hover {
            font-size: 36px;
            text-align: center;
            margin: 0 auto;
            padding: 0;
            transition: all 0.2s ease-in-out;
            position: relative; }
            #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail .hover:before, #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail .hover:after {
              content: "";
              position: absolute;
              bottom: -10px;
              width: 0px;
              height: 5px;
              margin: 5px 0 0;
              transition: all 0.2s ease-in-out;
              transition-duration: 0.75s;
              opacity: 0;
              background-color: #e69500; }
              #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail .hover.hover-1:before, #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail .hover.hover-1:after {
                left: 0; }
            #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail .hover.hover-2:before, #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail .hover.hover-2:after {
              right: 0; }
          #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail .hover.hover-3:before {
            left: 50%; }
          #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail .hover.hover-3:after {
            right: 50%; }
        #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail .hover.hover-4:before {
          left: 0; }
        #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail .hover.hover-4:after {
          right: 0; }
        #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail:hover {
          cursor: pointer; }
          #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail:hover .hover:before, #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail:hover .hover:after {
            width: 100%;
            opacity: 1; }
            #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail:hover .hover.hover-3:before, #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail:hover .hover.hover-4:before, #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail:hover .hover.hover-3:after, #exp_avail .exp_avail .hover.hover-1 #exp_avail .exp_avail:hover .hover.hover-4:after {
              width: 50%; }
      #exp_avail .exp_avail .hover.hover-1:before, #exp_avail .exp_avail .hover.hover-1:after {
        left: 0; }
    #exp_avail .exp_avail .hover.hover-2:before, #exp_avail .exp_avail .hover.hover-2:after {
      right: 0; }
  #exp_avail .exp_avail .hover.hover-3:before {
    left: 50%; }
  #exp_avail .exp_avail .hover.hover-3:after {
    right: 50%; }
#exp_avail .exp_avail .hover.hover-4:before {
  left: 0; }
#exp_avail .exp_avail .hover.hover-4:after {
  right: 0; }
#exp_avail .exp_avail:hover {
  cursor: pointer; }
  #exp_avail .exp_avail:hover .hover:before, #exp_avail .exp_avail:hover .hover:after {
    width: 100%;
    opacity: 1; }
    #exp_avail .exp_avail:hover .hover.hover-3:before, #exp_avail .exp_avail:hover .hover.hover-4:before, #exp_avail .exp_avail:hover .hover.hover-3:after, #exp_avail .exp_avail:hover .hover.hover-4:after {
      width: 50%; }

.transform-180 {
  transform: rotate(180deg); }

.expieriences_list {
  position: relative;
  z-index: 2; }

.experiences-multi-image .left {
  width: 45%; }
.experiences-multi-image .right {
  width: 55%;
  float: right; }
.experiences-multi-image img {
  box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.2); }

.sponsor-img img {
  border-radius: 50%;
  border: 5px solid #fbfaff; }

.package-set .owl-dots {
  display: none; }
.package-set .owl-nav {
  text-align: center;
  margin-top: 25px;
  direction: ltr; }
.package-set span {
  display: none; }
.package-set button.owl-prev {
  width: 24px;
  height: 30px;
  background: url("../../../../assets/img/left.svg") no-repeat !important; }
.package-set button.owl-next {
  width: 24px;
  height: 30px;
  background: url("../../../../assets/img/right.svg") no-repeat !important; }

.binac_icons button {
  border: 1px solid #ddd;
  background: #F0F0F0;
  width: 45px;
  height: 45px;
  text-align: center;
  padding-top: 0;
  position: relative;
  cursor: pointer; }
  .binac_icons button img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .binac_icons button:hover {
    background: #5CBA47; }

.binacular .binacular-holder {
  display: flex;
  flex-wrap: wrap; }
  .binacular .binacular-holder .binacular-line {
    display: flex;
    posititon: relative; }
    .binacular .binacular-holder .binacular-line.binacular-left {
      width: 20%; }
    .binacular .binacular-holder .binacular-line.binacular-center {
      width: 60%;
      padding: 0 1.5%;
      position: relative; }
      .binacular .binacular-holder .binacular-line.binacular-center .binacular-gallery {
        width: 44%;
        padding-bottom: 44%; }
        .binacular .binacular-holder .binacular-line.binacular-center .binacular-gallery .binacular-slide {
          border: 25px solid #333745; }
      .binacular .binacular-holder .binacular-line.binacular-center img {
        position: absolute;
        width: 60%;
        right: 0;
        left: 0;
        margin: auto;
        top: -75px; }
    .binacular .binacular-holder .binacular-line.binacular-right {
      width: 20%; }
    .binacular .binacular-holder .binacular-line .binacular-gallery {
      width: 130px;
      height: 130px;
      position: relative; }
      .binacular .binacular-holder .binacular-line .binacular-gallery .binacular-slide {
        position: absolute;
        left: 0;
        top: 0;
        width: 101%;
        height: 101%;
        border-radius: 100%;
        overflow: hidden;
        background: #333745; }
        .binacular .binacular-holder .binacular-line .binacular-gallery .binacular-slide .slide-holder {
          height: 100%;
          width: 200%;
          display: flex;
          flex-wrap: wrap; }
          .binacular .binacular-holder .binacular-line .binacular-gallery .binacular-slide .slide-holder .slide-ele {
            display: flex;
            height: 100%;
            width: 50%;
            background: center;
            background-size: cover; }
  .binacular .binacular-holder .binacular-svg {
    width: 890px;
    height: 514px; }
.binacular.mobile .binacular-holder .binacular-line.binacular-center {
  width: 100%; }

.mainGallery1 .owl-dots {
  top: 0px !important; }
.mainGallery1 .owl-nav {
  display: none !important; }
.mainGallery1 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: none;
  border: 1.5px solid #fff;
  display: inline-block;
  margin: 2px; }
.mainGallery1 .owl-dots .owl-dot.active span {
  background: #fff;
  border: 1px solid #fff; }

.sliderBG .owl-dots {
  top: 0px !important; }
.sliderBG .owl-nav {
  display: none !important; }
.sliderBG .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: none;
  border: 1.5px solid #fff;
  display: inline-block;
  margin: 2px; }
.sliderBG .owl-dots .owl-dot.active span {
  background: #fff;
  border: 1px solid #fff; }

.justified-gallery {
  display: flex;
  flex-wrap: wrap; }
  .justified-gallery .itemno {
    margin: 5px;
    display: flex; }
    .justified-gallery .itemno .img {
      width: 100%;
      background: center;
      background-size: cover; }
    .justified-gallery .itemno._50 {
      width: calc(50% - 10px); }
      .justified-gallery .itemno._50 .img {
        padding-bottom: 50%; }
    .justified-gallery .itemno._25 {
      width: calc(25% - 10px); }
      .justified-gallery .itemno._25 .img {
        padding-bottom: 100%; }
    .justified-gallery .itemno img {
      opacity: 0; }

.package-owl {
  position: relative; }
  .package-owl .item {
    transition-duration: 500ms;
    width: 650px; }
  .package-owl .owl-item {
    transform: scale(0.85);
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.95, 0.85);
    transition: all 0.3s ease-in-out 0s; }
    .package-owl .owl-item.center {
      transform: scale(1); }
  .package-owl .owl-stage {
    position: relative;
    z-index: 2; }
    .package-owl .owl-stage-outer:before {
      position: absolute;
      content: "";
      width: 13.4%;
      height: 85%;
      top: 7.5%;
      left: 0;
      background: #eee; }
    .package-owl .owl-stage-outer:after {
      position: absolute;
      content: "";
      width: 13.4%;
      height: 85%;
      top: 7.5%;
      right: 0;
      background: #eee; }
  .package-owl .owl-nav.disabled {
    display: block; }
.package-owl.noloop .owl-nav.disabled {
  display: none !important; }

.owl-dots {
  text-align: center;
  position: relative;
  top: -40px; }
  .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #000;
    display: inline-block; }
    .owl-dots .owl-dot.active span {
      background: #f00; }

.window {
  position: absolute;
  display: block;
  min-height: 100%;
  z-index: 10;
  width: 100%;
  box-shadow: 0 0 65px 15px rgba(0, 0, 0, 0.2);
  border-radius: 3px; }
  .window header.fixed-top {
    transition-duration: 0.5s;
    position: absolute; }
    .window header.fixed-top.scrolled {
      top: -150px; }
  .window .burger-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 10;
    margin-top: 9px; }
    .window .burger-container #burger {
      width: 43px;
      height: 38px;
      position: relative;
      display: block;
      margin: -4px auto 0 -10px;
      top: 50%;
      padding: 10px; }
      .window .burger-container #burger .bar {
        width: 100%;
        height: 2px;
        display: block;
        position: relative;
        background: #FFF;
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0s; }
        .window .burger-container #burger .bar.topBar {
          transform: translateY(0px) rotate(0deg); }
        .window .burger-container #burger .bar.btmBar {
          transform: translateY(6px) rotate(0deg); }
      .window .burger-container #burger .title {
        font-size: 8px;
        padding-top: 10px;
        color: #fff; }
    .window .burger-container.menu-opened #burger .bar {
      transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition-delay: 0.2s;
      background: #fff; }
      .window .burger-container.menu-opened #burger .bar.topBar {
        transform: translateY(4px) rotate(45deg); }
      .window .burger-container.menu-opened #burger .bar.btmBar {
        transform: translateY(3px) rotate(-45deg); }
  .window .mheader {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0.5s;
    z-index: 2;
    background-image: -webkit-linear-gradient(left, #2013BA 0%, #6365C3 100%);
    background-image: linear-gradient(to right, #2013BA 0%, #6365C3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF822EA8", endColorstr="#FFD90E90", GradientType=1); }
    .window .mheader .icon {
      display: inline-block;
      position: absolute;
      height: 100%;
      line-height: 50px;
      width: 50px;
      height: 50px;
      text-align: center;
      color: #FFF;
      font-size: 22px;
      left: 50%;
      transform: translateX(-50%); }
      .window .mheader .icon.icon-bag {
        right: 0;
        top: 0;
        left: auto;
        transform: translateX(0px);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0.65s; }
    .window .mheader ul.menu {
      position: relative;
      display: block;
      list-style: none; }
      .window .mheader ul.menu li.menu-item {
        border-bottom: 0px solid rgba(0, 0, 0, 0.1);
        margin-top: 5px;
        transform: translateY(-30px);
        opacity: 0;
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
        .window .mheader ul.menu li.menu-item:nth-child(1) {
          transition-delay: 0.49s; }
        .window .mheader ul.menu li.menu-item:nth-child(2) {
          transition-delay: 0.42s; }
        .window .mheader ul.menu li.menu-item:nth-child(3) {
          transition-delay: 0.35s; }
        .window .mheader ul.menu li.menu-item:nth-child(4) {
          transition-delay: 0.28s; }
        .window .mheader ul.menu li.menu-item:nth-child(5) {
          transition-delay: 0.21s; }
        .window .mheader ul.menu li.menu-item:nth-child(6) {
          transition-delay: 0.14s; }
        .window .mheader ul.menu li.menu-item:nth-child(7) {
          transition-delay: 0.07s; }
        .window .mheader ul.menu li.menu-item a {
          display: block;
          position: relative;
          color: #fff;
          text-align: center;
          font-weight: 100;
          text-decoration: none;
          font-size: 22px;
          line-height: 2.35;
          font-weight: 200;
          width: 100%; }
    .window .mheader.menu-opened {
      padding-top: 100px;
      position: fixed;
      overflow: auto;
      height: 100%;
      background-image: -webkit-linear-gradient(left, #2013BA 0%, #6365C3 100%);
      background-image: linear-gradient(to right, #2013BA 0%, #6365C3 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF822EA8", endColorstr="#FFD90E90", GradientType=1);
      transition: all 0.3s ease-in, background 0.5s ease-in;
      transition-delay: 0.25s;
      z-index: 5; }
      .window .mheader.menu-opened ul.menu li.menu-item {
        transform: scale(1) translateY(0px);
        opacity: 1; }
        .window .mheader.menu-opened ul.menu li.menu-item:nth-child(1) {
          transition-delay: 0.27s; }
        .window .mheader.menu-opened ul.menu li.menu-item:nth-child(2) {
          transition-delay: 0.34s; }
        .window .mheader.menu-opened ul.menu li.menu-item:nth-child(3) {
          transition-delay: 0.41s; }
        .window .mheader.menu-opened ul.menu li.menu-item:nth-child(4) {
          transition-delay: 0.48s; }
        .window .mheader.menu-opened ul.menu li.menu-item:nth-child(5) {
          transition-delay: 0.55s; }
        .window .mheader.menu-opened ul.menu li.menu-item:nth-child(6) {
          transition-delay: 0.62s; }
        .window .mheader.menu-opened ul.menu li.menu-item:nth-child(7) {
          transition-delay: 0.69s; }
    .window .mheader.menu-opened .icon.icon-bag {
      transform: translateX(75px);
      transition-delay: 0.3s; }
  .window .content {
    padding: 67px 4% 0;
    text-align: justify;
    overflow: scroll;
    max-height: 100%; }
    .window .content::-webkit-scrollbar {
      display: none; }
    .window .content h2 {
      margin-bottom: 0px;
      letter-spacing: 1px; }
    .window .content img {
      width: 95%;
      position: relative;
      display: block;
      margin: 75px auto 75px; }
      .window .content img:nth-of-type(2) {
        margin: 75px auto; }

.top-search {
  position: relative; }
  .top-search ::placeholder {
    color: rgba(255, 255, 255, 0.3); }
  .top-search input {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: none;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    width: 50px;
    border-radius: 0 !important; }
    .top-search input.active {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
      background: none;
      color: rgba(255, 255, 255, 0.8);
      outline: none;
      box-shadow: none;
      width: 250px;
      opacity: 1; }
  .top-search button {
    background: none;
    border: 0px;
    padding-right: 10px;
    position: absolute;
    right: 3px;
    top: 3px;
    color: #fff;
    cursor: pointer; }
    .top-search button span {
      color: rgba(255, 255, 255, 0.8); }

.honey-firstname {
  display: none; }

.home-about {
  position: relative; }
  .home-about .about-blue-box {
    width: 48%;
    height: 230px;
    background: #2013BA;
    margin-top: 230px;
    position: absolute;
    left: 0px; }
    .home-about .about-blue-box img {
      position: absolute;
      bottom: 0;
      right: -70px;
      width: 650px; }
    .home-about .about-blue-box.mobile {
      text-align: center;
      position: relative;
      margin-top: 0px;
      width: 100%;
      height: 170px;
      margin-top: 80px; }
      .home-about .about-blue-box.mobile img {
        right: 0;
        left: 0;
        bottom: 0;
        max-width: 470px;
        margin: auto;
        width: 100%; }
  .home-about.mobile {
    text-align: center; }
    .home-about.mobile .mainTitle {
      margin: auto;
      width: 300px;
      margin-bottom: 50px; }

.success-box {
  color: #333;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0px;
  top: 0px;
  z-index: 2; }
  .success-box .close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    line-height: 2px;
    text-shadow: none; }
    .success-box .close i {
      font-style: normal;
      font-size: 12px; }
    .success-box .close:hover {
      color: #000;
      background: none; }
  .success-box .success-box-in {
    width: 100%;
    height: 100%;
    background: #faa21b;
    padding: 26px;
    text-align: center;
    color: #fff;
    border-radius: 6px; }
    .success-box.contact .success-box-in {
      position: absolute;
      width: 500px;
      height: 100px;
      margin: auto;
      left: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #5EAF46; }

.blog_url {
  position: absolute !important;
  top: 400px;
  left: 0;
  color: #fff;
  z-index: 9999;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg); }
  .blog_url span {
    width: 120px;
    border: 0.5px solid #fff;
    display: inline-block;
    background: #fff; }
  .blog_url a {
    color: #fff;
    display: inline-block;
    padding-left: 20px;
    text-transform: uppercase; }
    .blog_url.blue a {
      color: #2013BA; }
    .blog_url.blue span {
      width: 120px;
      border: 0.5px solid #2013BA;
      background: #2013BA; }
  .blog_url a:hover {
    color: #5CBA47; }

ul.gallery_tabs {
  margin-bottom: 20px; }
  ul.gallery_tabs li {
    display: inline-block;
    margin: 4px 2px; }
    ul.gallery_tabs li a {
      color: #fff;
      padding: 4px 16px 3px 16px;
      border: 1px solid #fff;
      display: block;
      font-size: 14px;
      text-transform: uppercase; }
      ul.gallery_tabs li a:hover, ul.gallery_tabs li a.active {
        background: #fff;
        color: #2013BA; }

.ptop-150 {
  padding-top: 150px !important; }

.sliderBG {
  background-image: -webkit-linear-gradient(left, #2013BA 0%, #6365C3 100%);
  background-image: linear-gradient(to right, #2013BA 0%, #6365C3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF822EA8", endColorstr="#FFD90E90", GradientType=1);
  position: relative;
  overflow: hidden; }

.contactBG {
  background: #FAA21B;
  padding-bottom: 200px; }

.contactBG.mobile {
  padding-bottom: 0px !important; }

.sliderBG h4 {
  font-weight: 400; }

h4.S_Title_1 {
  font-size: 80px;
  text-align: left;
  margin: 0;
  line-height: 10px;
  padding-left: 6px; }

h4.S_Title_2 {
  font-size: 108px;
  color: #FAA21B;
  margin: 0;
  padding-left: 3px;
  line-height: 141px;
  text-align: left; }

h4.S_Title_3 {
  font-size: 80px;
  text-align: center;
  margin: 0;
  line-height: 13px; }

img.s_travel {
  margin-top: -106px;
  width: 76%; }

.s_triangle {
  position: absolute !important;
  top: 30%;
  left: -12%;
  z-index: 1 !important;
  width: 30%;
  height: 30%; }

.s_waves {
  position: absolute !important;
  top: 20%;
  right: -10px;
  z-index: 1 !important;
  width: 18%;
  height: auto; }

.s_waves_with_dots {
  position: absolute !important;
  bottom: 30%;
  right: -16%;
  z-index: 1 !important; }

.s_circle {
  position: absolute !important;
  bottom: -12%;
  right: 5%;
  z-index: 1 !important;
  width: 18%; }
  .s_circle.circle-gallery {
    position: absolute !important;
    bottom: -10%;
    right: -3%;
    z-index: 1 !important; }

.s_multiple_triangle {
  position: absolute !important;
  bottom: -40%;
  left: 22%;
  z-index: 1 !important; }

.two_triangles {
  position: absolute !important;
  top: 15%;
  right: 0%;
  z-index: 1 !important; }

.s_waves_with_dots_inner {
  position: absolute !important;
  top: 50%;
  right: -16%;
  z-index: 1 !important; }

.s_waves_with_dots_contact {
  position: absolute !important;
  top: 28%;
  right: 1%;
  z-index: 2 !important; }

.s_triangle_inner {
  position: absolute !important;
  top: 84%;
  left: -2%;
  z-index: 1 !important; }

.rotate {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.center {
  text-align: center !important; }

.left {
  text-align: left !important; }

.input-group-text {
  background-color: #F0F0F0 !important;
  border: 1px solid #F0F0F0 !important; }

.MainAbout p {
  font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif;
  color: #707070;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px; }

.mainTitle {
  text-align: left;
  position: relative; }
  .mainTitle h3 {
    text-align: left;
    color: #2013BA;
    font-size: 40px;
    font-weight: 600; }
  .mainTitle h1 {
    font-size: 36px; }
  .mainTitle span {
    width: 120px;
    height: 2px;
    display: block;
    background-color: #fff;
    margin-top: 18px;
    margin-bottom: 30px; }
    .mainTitle span em {
      width: 60px;
      height: 6px;
      background-color: #FAA21B;
      display: block; }

.BlogTitle {
  position: relative; }
  .BlogTitle h3 {
    text-align: left;
    color: #FAA21B;
    font-size: 40px; }
  .BlogTitle h1 {
    font-size: 36px; }
  .BlogTitle span {
    width: 120px;
    height: 2px;
    display: block;
    margin-top: 18px;
    margin-bottom: 30px; }
    .BlogTitle span em {
      width: 60px;
      height: 6px;
      background-color: #FAA21B;
      display: block; }

hgroup {
  padding-left: 15px;
  border-bottom: 1px solid #ccc; }

hgroup h1 {
  font-size: 1.625em;
  color: #fff;
  margin-top: 0;
  line-height: 1.15; }

hgroup h2.lead {
  font-size: 1.125em;
  color: #fff;
  margin: 0;
  padding-bottom: 10px; }

.primary_color {
  color: #FAA21B; }

.search-result .thumbnail {
  border-radius: 0 !important;
  margin-bottom: 20px; }

.search-result:first-child {
  margin-top: 0 !important; }

.search-result {
  margin-top: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px; }

.search-result .col-md-2 {
  border-right: 1px dotted #ccc;
  min-height: 140px; }

.search-result ul {
  padding-left: 0 !important;
  list-style: none; }

.search-result ul li {
  font: 400 normal 0.85em "Roboto", Arial, Verdana, sans-serif;
  line-height: 30px; }

.search-result ul li i {
  padding-right: 5px; }

.search-result .col-md-7 {
  position: relative; }

.search-result h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 21px;
  color: #fff; }

.search-result h3 > a, .search-result i {
  color: #fff !important; }

.search-result p {
  color: #fff;
  font-weight: 400;
  line-height: 23px;
  margin-top: 20px; }

.search-result a {
  color: #FAA21B;
  display: block; }

.search-result a:hover {
  color: #5CBA47; }

.blog_details {
  border-bottom: 1px solid #fff; }
  .blog_details p {
    text-align: left;
    line-height: 24px;
    font-weight: 400;
    color: #fff; }
  .blog_details a {
    text-align: left;
    color: #fff; }
  .blog_details a:hover {
    background-color: transparent !important;
    color: #FAA21B; }

.blog_sidebar h6 {
  color: #5CBA47;
  text-transform: none;
  letter-spacing: 0; }
.blog_sidebar ul li a {
  color: #fff;
  display: block;
  line-height: 22px;
  font-weight: 400; }
.blog_sidebar ul li a:hover {
  color: #FAA21B; }
.blog_sidebar ul.recent_stories li {
  margin-bottom: 15px; }

.no-padding {
  padding: 0 !important; }

.margin-right50 {
  margin-right: 50px !important; }

.margin-bottom25 {
  margin-bottom: 25px !important; }

.relative {
  position: relative; }

h4.sub_title {
  text-align: center;
  font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif;
  text-transform: uppercase;
  color: #656565;
  font-size: 35px;
  width: 100%; }

.finer_details {
  margin-top: 75px; }

.H_focus_delivery h6 {
  font-size: 35px;
  letter-spacing: 0 !important; }

.footer-items p {
  color: #2013BA;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 21px;
  font-weight: 400; }

.footer_bg {
  background-color: #F0F0F0; }

.footerlinks li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #707070; }

.footerlinks li a {
  color: #707070;
  font-size: 15px;
  font-weight: 400; }

.footerlinks li a:hover {
  color: #5EAF46; }

div.footer_comp {
  position: absolute;
  top: -37px;
  left: 0px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 400; }
  div.footer_comp .footer_comp_in {
    background: #FAA21B;
    padding: 6px 0;
    height: 37px;
    display: block;
    color: #fff; }
    div.footer_comp .footer_comp_in:hover {
      background: #f59400; }

.grid {
  /* display: grid;
   grid-auto-rows: 1fr;
   &.desktop{
   -ms-grid-columns: 1fr 1fr 1fr 1fr;  
   grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
   }
   &::before {
   content: '';
   width: 0;
   padding-bottom: 100%;
   }
   &::before {
   content: '';
   width: 0;
   padding-bottom: 100%;
   grid-row: 1 / 1;
   grid-column: 1 / 1;
   }
   & > *:first-child {
   grid-row: 1 / 1;
   grid-column: 1 / 1;
   }
   & > * {
   background: rgba(0,0,0,0.1);
   border: 1px #2B2828 solid;
   }       
   &.mobile{
   grid-template-columns: repeat(2, 50%);
   }
   &.mobile{
   width:100%;
   }*/
  display: flex;
  flex-wrap: wrap; }
  .grid .column {
    width: 50%;
    background: rgba(0, 0, 0, 0.1);
    border: 1px #2B2828 solid; }
    .grid .column.desktop {
      width: 20%; }
    .grid .column a {
      display: block;
      padding-bottom: 100%;
      position: relative; }
      .grid .column a .exp-box-out {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .grid .column a .exp-box-out .exp-box-in {
          width: 100%;
          height: 100%;
          display: table;
          width: 100%;
          height: 100%; }
          .grid .column a .exp-box-out .exp-box-in h4 {
            font-size: 15px;
            display: table-cell;
            vertical-align: middle;
            min-height: 100%; }
      .grid .column a:hover .exp-box-in {
        background: rgba(0, 0, 0, 0.2); }
  .grid .bg_1 {
    background: #c44d4d; }
  .grid .bg_2 {
    background: #9ccbbc; }
  .grid .bg_3 {
    background: #587ea5; }
  .grid .bg_4 {
    background: #9e7cc6; }
  .grid .bg_5 {
    background: #7680a0; }
  .grid .bg_6 {
    background: #86a5ed; }
  .grid .bg_7 {
    background: #e8c962; }
  .grid .bg_8 {
    background: #90bdd9; }
  .grid .bg_9 {
    background: #cc9c9c; }
  .grid .bg_10 {
    background: #709d8c; }
  .grid .bg_11 {
    background: #ff8e8e; }
  .grid .bg_12 {
    background: #769ead; }
  .grid .bg_13 {
    background: #c4aad1; }
  .grid .bg_14 {
    background: #ccc; }
  .grid .bg_15 {
    background: #846767; }

.totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  background: #FAA21B;
  color: #fff;
  height: 50px;
  line-height: 45px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  z-index: 10; }
  .totop i {
    font-style: normal; }

.expieriences_list a.btn:hover {
  background: #333; }

.ptop-200 {
  padding-top: 200px !important; }

.pbottom-75 {
  padding-bottom: 75px !important; }

.grey_text {
  color: #656565 !important; }

.section-lg.footer_bg {
  padding: 50px 0 50px 0; }

.exp_ptop-200 {
  padding-top: 200px !important; }

.exp_pbottom-75 {
  padding-bottom: 75px !important; }

.network-error .box-header {
  font-size: 22px; }
.network-error .error-body {
  padding: 150px 0px;
  text-align: center; }

.mtop180 {
  margin-top: 180px; }

.mbottom150 {
  margin-bottom: 150px; }

.fright {
  float: right; }

.fleft {
  float: left; }

.expieriences h2 {
  color: #2013BA;
  font-size: 26px;
  text-align: center; }
.expieriences h4 {
  color: #707070;
  font-size: 26px;
  text-align: center;
  font-weight: 400; }
.expieriences h5 {
  color: #FAA21B; }
.expieriences .exp_loc {
  text-align: center;
  width: 45px;
  height: 75.983px;
  margin: auto; }
.expieriences a.know_more {
  background: #FAA21B;
  font-size: 20px;
  color: #fff;
  padding-left: 76px;
  padding-right: 76px;
  line-height: 48px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  bottom: 2px;
  border-radius: 85px;
  display: inline-block;
  margin: auto; }
.expieriences a.know_more:hover {
  background: #5EAF46; }
.expieriences a.no_days {
  background: #5CBA47;
  font-size: 20px;
  color: #fff;
  padding: 8px 20px 10px 20px;
  text-transform: uppercase; }

.inner_banner {
  width: 100%;
  height: 670px; }
  .inner_banner .inner_banner_bg {
    height: 66%;
    width: 100%;
    background-image: -webkit-linear-gradient(left, #2013BA 0%, #6365C3 100%);
    background-image: linear-gradient(to right, #2013BA 0%, #6365C3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF822EA8", endColorstr="#FFD90E90", GradientType=1); }
    .inner_banner .inner_banner_bg .inner_banner_bg_item {
      width: 100%;
      position: relative;
      padding-bottom: 46.2%; }
      .inner_banner .inner_banner_bg .inner_banner_bg_item .banner-holder {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute; }

.finer_accord .card-header {
  text-align: center;
  background: #F04C24;
  border: 0;
  padding: 0; }

.finer_accord .a_bg_2 {
  background: #FFB917; }

.finer_accord .a_bg_3 {
  background: #01B7FF; }

.finer_accord .a_bg_4 {
  background: #674343; }

.finer_accord .a_bg_5 {
  background: #A5D601; }

.finer_accord .card-header .btn {
  width: 100%;
  background: none;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 10px 10px 10px 10px; }

.finer_accord .card-body p {
  color: #5D5D5D;
  font-size: 15px;
  font-weight: 600; }

.finer_accord .card {
  border: 0; }

.sign_up_bg {
  background-color: #F0F0F0; }

.innovation h2 {
  color: #2013BA;
  font-size: 22px;
  text-align: center;
  padding: 0 15px; }

a.get_me_there {
  background: #fff;
  border: 1px solid #FAA21B;
  font-size: 15px;
  color: #FAA21B;
  padding: 7px 76px 10px 76px;
  border-radius: 85px;
  display: inline-block;
  margin: auto;
  text-transform: uppercase; }

a.get_me_there:hover {
  background: #5EAF46; }

.innovationbox {
  width: 100%;
  height: 160px;
  background-image: -webkit-linear-gradient(left, #2013BA 0%, #6365C3 100%);
  background-image: linear-gradient(to right, #2013BA 0%, #6365C3 100%);
  background-repeat: repeat-x;
  margin-top: 100px;
  position: relative; }

.innovationbox img {
  position: absolute;
  bottom: 0;
  right: 0%; }

.contact_inner {
  background: #ffc841;
  position: relative;
  z-index: 1; }

.loader {
  display: inline-block;
  border: 3px solid #faa21c;
  /* Light grey */
  border-top: 3px solid #fff;
  /* Blue */
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 1s linear infinite;
  margin-right: 8px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.form-control.custom-select {
  appearance: none;
  -webkit-appearance: none; }

.contact_inner .form-control {
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #495057;
  background-color: #F0F0F0;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.contact_inner .btn-primary {
  color: #ffffff;
  background: #5EAF46;
  border-color: #5EAF46;
  padding: 10px 60px;
  border-radius: 100px; }

.contact_tabs {
  margin-top: -150px;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, transparent 0%, transparent 46%, #f0f0f0 46%, #f0f0f0 100%); }

.contact_tabs li a {
  font-size: 20px;
  color: #707070;
  text-transform: uppercase; }

.contact_tabs li a:hover {
  color: #2013BA; }

.contact_tabs .tab-content {
  height: 100%;
  padding-left: 60px;
  background-color: #f0f0f0;
  min-height: 500px;
  display: table;
  width: 100%; }

.contact_tabs .tabpanel {
  display: table-cell;
  vertical-align: middle; }

.contact_tabs .tabpanel p {
  font-weight: 400;
  color: #707070; }

p.contact_det {
  line-height: 20px;
  margin-top: 25px; }

.contact_tabs li.active a {
  color: #2013BA;
  margin-left: -10px; }

.contact_tabs .tab-pane {
  background-color: #F0F0F0;
  display: table; }

.contact_tabs .tab-pane p {
  color: #707070;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle; }

.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px; }

@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block !important; } }

@media screen and (max-width: 768px) {
  .nav-tabs-dropdown {
    display: block; }
  #nav-tabs-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center; }
  .nav-tabs-horizontal {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .nav-tabs-horizontal > li {
    float: none; }
  .nav-tabs-horizontal > li + li {
    margin-left: 2px; }
  .nav-tabs-horizontal > li, .nav-tabs-horizontal > li > a {
    background: transparent;
    width: 100%; }
  .nav-tabs-horizontal > li > a {
    border-radius: 4px; }
  .nav-tabs-horizontal > li.active > a, .nav-tabs-horizontal > li.active > a:hover, .nav-tabs-horizontal > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca; } }

/* --- Menu -----*/
.rd-navbar-panel {
  position: absolute;
  width: 100%;
  max-width: 650px; }

.header {
  border-top: 10px solid #FFE; }

.rd-navbar-brand a {
  margin-top: -5px; }

.innermenu {
  position: absolute;
  right: 10px;
  top: 3px; }

.main-menu ul {
  float: right; }
  .main-menu ul li {
    display: inline-block;
    padding-left: 25px; }
    .main-menu ul li a {
      color: #fff;
      font-size: 17px;
      display: block;
      text-transform: uppercase; }
      .main-menu ul li a:hover {
        color: #5CBA47; }
    .main-menu ul li.active a {
      color: #5CBA47; }

.pleft175 {
  padding-left: 175px; }

.contact_accord .card-header {
  text-align: center;
  background: #F0F0F0;
  border: 1px solid #707070;
  padding: 0; }

.contact_accord .card-header .btn {
  width: 100%;
  background: none;
  font-size: 20px;
  color: #5D5D5D;
  font-weight: 600;
  text-align: left;
  padding: 15px 10px 15px 25px;
  text-transform: uppercase; }

.contact_accord .card-body p {
  color: #5D5D5D;
  font-size: 15px;
  font-weight: 400; }

.contact_accord .card {
  border: 0; }

.nav-tabs {
  border-bottom: 0px solid #dee2e6 !important; }

ul.includes_excludes li {
  font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif;
  color: #707070;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-align: center; }

/* --- Menu closing -----*/
a.locationlink {
  color: #5CBA47 !important; }

a.locationlink:hover {
  color: #FAA21B !important; }

.emailIcon {
  color: #DB4C3F; }

.languae_switch {
  font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif;
  color: #fff;
  padding-top: 32px;
  padding-right: 30px; }
  .languae_switch a {
    padding: 5px;
    color: #ffffff; }
    .languae_switch a:hover {
      color: #FAA21B !important; }
  .languae_switch.mobile {
    padding-top: 30px !important;
    padding-left: 11px !important;
    font-size: 12px !important;
    padding-right: 10px !important; }

@media (max-width: 1200px) {
  .inner_banner {
    width: 100%;
    height: 560px; } }

@media (max-width: 992px) {
  .inner_banner {
    height: auto; }
    .inner_banner .inner_banner_bg {
      padding-bottom: 0;
      height: auto;
      padding-bottom: 15px; }
  .grid .column.desktop {
    width: 25%; } }

@media (max-width: 767px) {
  .experiences-multi-image .left {
    width: 100%; }
  .experiences-multi-image .right {
    width: 100%;
    float: none; }
  .s_waves {
    top: 15%;
    right: -10px;
    width: 28%; }
  .header {
    border: 0px; }
    .rd-navbar-brand a {
      margin-top: 0; }
  .window .burger-container {
    margin-top: 15px; }
  h4.sub_title {
    font-size: 26px; }
  .totop {
    bottom: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    line-height: 30px; }
    #exp_avail .exp_avail {
      border: 0px;
      display: block; }
  .grid .column.desktop {
    width: 33.333%; }
  .s_triangle {
    top: 180px !important; }
  .s_triangle_svg {
    width: 200px;
    height: 200px; } }

@media (max-width: 575px) {
  .s_triangle {
    top: 140px !important; }
  .s_triangle_svg {
    width: 160px;
    height: 160px; }
    .grid .column.desktop {
      width: 50%; } }

@media (max-width: 400px) {
  .s_triangle {
    top: 100px !important; }
  .s_triangle_svg {
    width: 140px;
    height: 140px; }
  .exp_ptop-200 {
    padding-top: 100px !important; }
  .exp_pbottom-75 {
    padding-bottom: 10px !important; }
  .header {
    border-top: 0px solid #FFE; }
  h4.S_Title_1 {
    font-size: 31px;
    text-align: left;
    margin: 0;
    line-height: 10px;
    padding-left: 6px;
    margin-top: 40px; }
  h4.S_Title_2 {
    font-size: 46px;
    color: #FAA21B;
    margin: 0;
    line-height: 57px; }
  h4.S_Title_3 {
    font-size: 39px;
    text-align: center;
    margin: 0;
    line-height: 22px; }
  img.s_travel {
    margin-top: -60px;
    width: 95%; }
  .margin-right50 {
    margin-right: 0px !important; }
  .H_focus_delivery h6 {
    font-size: 22px; }
  .footer-items p {
    text-align: center; }
  .footer_bg {
    background-color: #fff; }
  .mainTitle {
    margin-left: 15%;
    margin-bottom: 2%; }
  .mainTitle h3 {
    font-size: 29px;
    width: 100%; }
  .exp_img_1 {
    margin-top: 20px; }
  .expieriences h2 {
    color: #2013BA;
    font-size: 18px;
    text-align: center;
    padding: 0 40px; }
  .expieriences h4 {
    color: #707070;
    font-size: 18px;
    text-align: center; }
  .expieriences a.know_more {
    background: #FAA21B;
    font-size: 14px;
    color: #fff;
    padding: 7px 40px 10px 40px;
    border-radius: 85px;
    display: inline-block;
    margin: auto;
    line-height: 23px; }
  .expieriences .exp_loc {
    text-align: center;
    width: 30px;
    height: auto;
    margin: auto; }
  .binacular .binacular-holder .binacular-line.binacular-center .binacular-gallery .binacular-slide {
    border: 18px solid #333745; }
  .contact_inner {
    background: #ffc841;
    padding: 15px 15px 50px 15px; }
  .contact_inner h3 {
    font-size: 24px;
    text-align: center;
    line-height: 26px;
    padding-left: 0px;
    margin: 0;
    padding: 0; }
  .contact_inner .form-group {
    text-align: left;
    padding: 0px 5px; }
  .pleft175 {
    padding-left: 0px; }
  .contact_tabs {
    margin-top: 0px; }
  .contactBG {
    background: #FAA21B;
    padding-bottom: 40px !important; }
  .ptopR-200 {
    padding-top: 75px !important; } }
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22(stdin)%22%2C%22home%2Fgjnx7no6eehi%2Fpublic_html%2Fassets%2Ffront%2Fcss%2Fstyles%2Fstyle.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3B%3B%3B%3B%3BGCOA%3BAAAA%3BAAAA%3BmBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%2CEAGA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%2CEASA%3BAAAA%3BAAAA%3BAAAA%2C6DAAA%2CEACI%3BAAAA%3BAAAA%2CgBAAA%2CEACA%3BAAAA%3BAAAA%3ByBAAA%2CEACA%3BAAAA%3BAAAA%3ByBAAA%2CEAEA%3BAAAA%3BAAAA%3B%3B2BAAA%2CEAKA%3BAAAA%3BAAAA%2CyBAAA%2CEAGA%3BAAAA%3BAAAA%2CsBAAA%2CEAEI%3BAAAA%3BAAAA%3ByBAAA%2CEAEI%3BAAAA%3BAAAA%3B%3B%3BmCAAA%2CEAQR%3BAAAA%3BAAAA%3BwBAAA%2CEAGI%3BAAAA%3BAAAA%3B%3ByBAAA%2CEAGI%3BAAAA%3BAAAA%3B%3B%3BgCAAA%2CEAIJ%3BAAAA%3BAAAA%2CgBAAA%2CEAIJ%3BAAAA%3BAAAA%2C%2BBAAA%2CEAGA%3BAAAA%3BAAAA%2C%2BBAAA%2CEAIJ%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%2CEACI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%2CEAiBJ%3BAAAA%3BAAAA%3BAACE%3BAAAA%2C6BAAA%2CEACA%3BAAAA%3BAAAA%2CiCAAA%2CEAAA%2CEAKA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%2BBAAA%2CEAOE%3BAAAA%3BAAAA%2CcAAA%2CEAGA%3BAAAA%3BAAAA%3B%3B%3B%3B%2BBAAA%2CEAQA%3BAAAA%3BAAAA%3BuBAAA%2CEAGE%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%2CEAcN%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%2CEAUE%3BAAAA%3BAAAA%3B%3B%3B2BAAA%2CEAKM%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%2BBAAA%2CEAOE%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BwCAAA%2CEAcE%3BAAAA%3BAAAA%2CwBAAA%2CEAMA%3BAAAA%3BAAAA%2CuBAAA%2CEAMA%3BAAAA%3BAAAA%2CsBAAA%2CEAGA%3BAAAA%3BAAAA%2CuBAAA%2CEAKA%3BAAAA%3BAAAA%2CkBAAA%2CEAGA%3BAAAA%3BAAAA%2CmBAAA%2CEAKJ%3BAAAA%3BAAAA%2C0BAAA%2CEAGI%3BAAAA%3BAAAA%3BuBAAA%2CEAOE%3BAAAA%3BAAAA%2CyBAAA%2CEASN%3BAAAA%3BAAAA%2CgBAAA%2CEAMA%3BAAAA%3BAAAA%2CeAAA%2CEAMA%3BAAAA%3BAAAA%2CcAAA%2CEAGA%3BAAAA%3BAAAA%2CeAAA%2CEAKA%3BAAAA%3BAAAA%2CUAAA%2CEAGA%3BAAAA%3BAAAA%2CWAAA%2CEAKJ%3BAAAA%3BAAAA%2CkBAAA%2CEAGI%3BAAAA%3BAAAA%3BeAAA%2CEAOE%3BAAAA%3BAAAA%2CiBAAA%2CEAUV%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3BaAAA%2CEAKI%3BAAAA%3BAAAA%3BAAAA%2CaAAA%2CEACA%3BAAAA%3BAAAA%3BeAAA%2CEACA%3BAAAA%3BAAAA%2CkDAAA%2CEAMA%3BAAAA%3BAAAA%3BAAAA%3B4BAAA%2CEAIA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%2CEACA%3BAAAA%3BAAAA%3B%3BiBAAA%2CEACA%3BAAAA%3BAAAA%2CgBAAA%2CEACA%3BAAAA%3BAAAA%3B%3B0EAAA%2CEACA%3BAAAA%3BAAAA%3B%3B2EAAA%2CEAMJ%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%2CEAQI%3BAAAA%3BAAAA%3B%3B%3B%3B%3BiBAAA%2CEAMA%3BAAAA%3BAAAA%2CwBAAA%2CEAIA%3BAAAA%3BAAAA%3BAAAA%3BkBAAA%2CEAGI%3BAAAA%3BAAAA%3BwBAAA%2CEAII%3BAAAA%3BAAAA%2CiBAAA%2CEAGA%3BAAAA%3BAAAA%3B%3ByBAAA%2CEAII%3BAAAA%3BAAAA%3B4BAAA%2CEAGI%3BAAAA%3BAAAA%2CqCAAA%2CEAKJ%3BAAAA%3BAAAA%3B%3B%3B%3B%3BmBAAA%2CEAIJ%3BAAAA%3BAAAA%2CiBAAA%2CEAGA%3BAAAA%3BAAAA%3B%3ByBAAA%2CEAII%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%2CEAQI%3BAAAA%3BAAAA%3B%3B%3B0BAAA%2CEAII%3BAAAA%3BAAAA%3B%3B%3B%3BmCAAA%2CEAShB%3BAAAA%3BAAAA%3BkBAAA%2CEAQQ%3BAAAA%3BAAAA%2CcAAA%2CEASZ%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%2CEACA%3BAAAA%3BAAAA%2C2BAAA%2CEACA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%2CEASC%3BAAAA%3BAAAA%3ByBAAA%2CEAKD%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%2CEACA%3BAAAA%3BAAAA%2C2BAAA%2CEACA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%2CEASC%3BAAAA%3BAAAA%3ByBAAA%2CEAGL%3BAAAA%3BAAAA%3BAAAA%3BkBAAA%2CEACI%3BAAAA%3BAAAA%3BkBAAA%2CEAEG%3BAAAA%3BAAAA%3B%3B6BAAA%2CEAIA%3BAAAA%3BAAAA%2C8BAAA%2CEAEI%3BAAAA%3BAAAA%2C4BAAA%2CEAIJ%3BAAAA%3BAAAA%2C8BAAA%2CEAEI%3BAAAA%3BAAAA%2C6BAAA%2CEAKJ%3BAAAA%3BAAAA%2CiBAAA%2CEAQP%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%2CEAEI%3BAAAA%3BAAAA%3BiBAAA%2CEAIA%3BAAAA%3BAAAA%3B%3B%3BwCAAA%2CEAKI%3BAAAA%3BAAAA%2C0BAAA%2CEAIJ%3BAAAA%3BAAAA%3BeAAA%2CEAKI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%2CEAGA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%2CEAKA%3BAAAA%3BAAAA%2CmBAAA%2CEAMI%3BAAAA%3BAAAA%2C2BAAA%2CEAMZ%3BAAAA%3BAAAA%3BAAAA%3B%3BaAAA%2CEAEe%3BAAAA%3BAAAA%3B%3B%3B%3B0BAAA%2CEAEI%3BAAAA%3BAAAA%2CuBAAA%2CEAMnB%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%2CEAYI%3BAAAA%3BAAAA%3BuBAAA%2CEAGI%3BAAAA%3BAAAA%2CkBAAA%2CEAKJ%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%2CEAUI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%2CEAQI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B6BAAA%2CEAQI%3BAAAA%3BAAAA%2CkDAAA%2CEAGA%3BAAAA%3BAAAA%2CkDAAA%2CEAIJ%3BAAAA%3BAAAA%3B%3BoBAAA%2CEAKI%3BAAAA%3BAAAA%3B%3BuBAAA%2CEAII%3BAAAA%3BAAAA%2CiDAAA%2CEAGA%3BAAAA%3BAAAA%2CkDAAA%2CEAOhB%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2HAAA%2CEAeI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%2CEAYI%3BAAAA%3BAAAA%3B%3B%3B%3B%3BgCAAA%2CEASJ%3BAAAA%3BAAAA%3B%3BuBAAA%2CEAII%3BAAAA%3BAAAA%3B%3B%3B%3B2HAAA%2CEAOQ%3BAAAA%3BAAAA%2CkCAAA%2CEAAA%3BAAAA%3BAAAA%2CkCAAA%2CEAAA%3BAAAA%3BAAAA%2CkCAAA%2CEAAA%3BAAAA%3BAAAA%2CkCAAA%2CEAAA%3BAAAA%3BAAAA%2CkCAAA%2CEAAA%3BAAAA%3BAAAA%2CkCAAA%2CEAAA%3BAAAA%3BAAAA%2CkCAAA%2CEAIJ%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%2CEAcR%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%2CEAaQ%3BAAAA%3BAAAA%3BmBAAA%2CEAIQ%3BAAAA%3BAAAA%2CkCAAA%2CEAAA%3BAAAA%3BAAAA%2CkCAAA%2CEAAA%3BAAAA%3BAAAA%2CkCAAA%2CEAAA%3BAAAA%3BAAAA%2CkCAAA%2CEAAA%3BAAAA%3BAAAA%2CkCAAA%2CEAAA%3BAAAA%3BAAAA%2CkCAAA%2CEAAA%3BAAAA%3BAAAA%2CkCAAA%2CEAOR%3BAAAA%3BAAAA%3B6BAAA%2CEAOZ%3BAAAA%3BAAAA%3B%3B%3BqBAAA%2CEAKI%3BAAAA%3BAAAA%2CoBAAA%2CEAGA%3BAAAA%3BAAAA%3B0BAAA%2CEAIA%3BAAAA%3BAAAA%3B%3B%3B6BAAA%2CEAKI%3BAAAA%3BAAAA%2C0BAAA%2CEASZ%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%2CEAEI%3BAAAA%3BAAAA%2CoCAAA%2CEAGA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3BgCAAA%2CEAMI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%2CEAKJ%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%2CEAEI%3BAAAA%3BAAAA%2CsCAAA%2CEAGR%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%2CEAIA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%2CEAEI%3BAAAA%3BAAAA%3B%3B%3B%3B%3BcAAA%2CEAEI%3BAAAA%3BAAAA%3B%3B%3BmBAAA%2CEACA%3BAAAA%3BAAAA%3B%3B%3B%3B%3BuBAAA%2CEAGI%3BAAAA%3BAAAA%3B%3B%3B%3B%3BoBAAA%2CEAKR%3BAAAA%3BAAAA%2CuBAAA%2CEAEI%3BAAAA%3BAAAA%3B%3B0BAAA%2CEAKR%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%2CEAEG%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%2CEAEI%3BAAAA%3BAAAA%3BsBAAA%2CEAGA%3BAAAA%3BAAAA%3BuBAAA%2CEAIJ%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%2CEAII%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%2CEASP%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%2CEAWI%3BAAAA%3BAAAA%3B%3B%3BqBAAA%2CEAIA%3BAAAA%3BAAAA%3B%3B%3B8BAAA%2CEAOI%3BAAAA%3BAAAA%2CqBAAA%2CEAGA%3BAAAA%3BAAAA%3B%3B0BAAA%2CEAKJ%3BAAAA%3BAAAA%2CmBAAA%2CEAIJ%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%2CEAEI%3BAAAA%3BAAAA%3BoBAAA%2CEACG%3BAAAA%3BAAAA%3B%3B%3B%3B%3BgCAAA%2CEACA%3BAAAA%3BAAAA%3BuBAAA%2CEAKP%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3BmBAAA%2CEAOA%3BAAAA%3BAAAA%3BAAAA%3BwBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CiCAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3BoBAAA%2CEAKA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3BmBAAA%2CEAMA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BoBAAA%2CEAIA%3BAAAA%3BAAAA%3BAAAA%3BaAAA%2CEAGA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3BcAAA%2CEAGA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3BeAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BwBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3BaAAA%2CEAEI%3BAAAA%3BAAAA%3B%3B%3B0BAAA%2CEAEJ%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BwBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BwBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BwBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BwBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BwBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmEAAA%2CEAeA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%3BuCAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3BoBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%2CEACI%3BAAAA%3BAAAA%3B%3B%3BqBAAA%2CEACA%3BAAAA%3BAAAA%2CoBAAA%2CEACA%3BAAAA%3BAAAA%3B%3B%3B%3B%3BwBAAA%2CEACM%3BAAAA%3BAAAA%3B%3B%3BqBAAA%2CEAKV%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%2CEACU%3BAAAA%3BAAAA%3B%3BoBAAA%2CEACA%3BAAAA%3BAAAA%2CoBAAA%2CEACA%3BAAAA%3BAAAA%3B%3B%3B%3BwBAAA%2CEACE%3BAAAA%3BAAAA%3B%3B%3BqBAAA%2CEAOZ%3BAAAA%3BAAAA%3BAAAA%3BgCAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BoBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BuBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%3BsBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2C2BAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3BuBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BcAAA%2CEAIA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BmBAAA%2CEAIA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%2CEAGI%3BAAAA%3BAAAA%3B%3B%3BgBAAA%2CEAIA%3BAAAA%3BAAAA%3BgBAAA%2CEACA%3BAAAA%3BAAAA%3BmBAAA%2CEAMA%3BAAAA%3BAAAA%3BAAAA%3B%3BoBAAA%2CEACA%3BAAAA%3BAAAA%3B%3B%3BmBAAA%2CEACA%3BAAAA%3BAAAA%2CiBAAA%2CEACA%3BAAAA%3BAAAA%2CsBAAA%2CEAIJ%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CiCAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%2CEAGI%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3BcAAA%2CEAKJ%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%3B%2BBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3BmBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BiBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3BmBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%2CEACI%3BAAAA%3BAAAA%3B%3B%3B%3BgBAAA%2CEAKI%3BAAAA%3BAAAA%2C0BAAA%2CEAOR%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%2CEAsCI%3BAAAA%3BAAAA%3B%3B8BAAA%2CEAEI%3BAAAA%3BAAAA%2CiBAAA%2CEAMC%3BAAAA%3BAAAA%3B%3ByBAAA%2CEAEI%3BAAAA%3BAAAA%3B%3B%3B%3BqBAAA%2CEAEG%3BAAAA%3BAAAA%3B%3B%3B%3BuBAAA%2CEAGI%3BAAAA%3BAAAA%3B%3B%3B6BAAA%2CEAIH%3BAAAA%3BAAAA%2CuCAAA%2CEAQb%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%2CwBAAA%2CEACA%3BAAAA%3BAAAA%2CqBAAA%2CEACA%3BAAAA%3BAAAA%2CwBAAA%2CEAIJ%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%2CEAcE%3BAAAA%3BAAAA%2CuBAAA%2CEAIF%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CkCAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CkCAAA%2CEAEI%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%2CEACA%3BAAAA%3BAAAA%3BqBAAA%2CEAGJ%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%2CEAGI%3BAAAA%3BAAAA%3BAAAA%3B%3BqBAAA%2CEACA%3BAAAA%3BAAAA%3B%3B%3BmBAAA%2CEACA%3BAAAA%3BAAAA%2CiBAAA%2CEACA%3BAAAA%3BAAAA%3B%3B%3BeAAA%2CEACA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%2CEACA%3BAAAA%3BAAAA%2CsBAAA%2CEACA%3BAAAA%3BAAAA%3B%3B%3B%3B4BAAA%2CEAIJ%3BAAAA%3BAAAA%3BAAAA%3BgBAAA%2CEAEI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B2HAAA%2CEAKI%3BAAAA%3BAAAA%3B%3B4BAAA%2CEAGI%3BAAAA%3BAAAA%3B%3B%3B%3B2BAAA%2CEASZ%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BaAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%2BBAAA%2CEAKA%3BAAAA%3BAAAA%3BAAAA%3B%3BmBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CYAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%2CEAIA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BkBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%2CEAIA%3BAAAA%3BAAAA%3BAAAA%3B%3BYAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%3B%3BaAAA%2CEAGA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%2CEAUA%3BAAAA%3BAAAA%3BAACE%3BAAAA%2C4BAAA%2CEACA%3BAAAA%3BAAAA%2C8BAAA%2CEAAA%2CEAGF%3BAAAA%3BAAAA%3BAAAA%3B2BAAA%2CEAMA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2EAAA%2CEAaA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3BuBAAA%2CEAOA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BiGAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B4BAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%2CEAEA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3BcAAA%2CEAKA%3BAAAA%3BAAAA%3BAAAA%3ByBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3ByBAAA%2CEAGA%3BAAAA%3BAAAA%3BAAAA%3B%3BgCAAA%2CEAMA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BcAAA%2CEAQA%3BAAAA%3BAAAA%3BAACE%3BAAAA%2C8BAAA%2CEAAA%2CEAIF%3BAAAA%3BAAAA%3BAACI%3BAAAA%2CmBAAA%2CEAGA%3BAAAA%3BAAAA%3B%3BuBAAA%2CEAMD%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3BoDAAA%2CEAUC%3BAAAA%3BAAAA%2CgBAAA%2CEAGA%3BAAAA%3BAAAA%2CqBAAA%2CEAGA%3BAAAA%3BAAAA%3BgBAAA%2CEAKA%3BAAAA%3BAAAA%2CuBAAA%2CEAGA%3BAAAA%3BAAAA%3B8BAAA%2CEAAA%2CEDpuCJ%3BAAAA%3BAAAA%2CmBC6uCA%3BAAAA%3BAAAA%3B%3BmBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%2CEAEI%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%2CEAEJ%3BAAAA%3BAAAA%3BAAAA%3B%3BWAAA%2CEAEI%3BAAAA%3BAAAA%3BAAAA%2CeAAA%2CEACG%3BAAAA%3BAAAA%3BuBAAA%2CEACG%3BAAAA%3BAAAA%3B%3B%3BgCAAA%2CEACE%3BAAAA%3BAAAA%2CuBAAA%2CEAGE%3BAAAA%3BAAAA%2CqBAAA%2CEAMd%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%2CEAIA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BaAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%2CEAOA%3BAAAA%3BAAAA%3BAAAA%3B%3BmBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CYAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2C8CAAA%2CEAIA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3BqBAAA%2CEDlxCA%3BAAAA%3BAAAA%2C2BC0xCA%3BAAAA%3BAAAA%2C4BAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BsBAAA%2CEACI%3BAAAA%3BAAAA%3BmBAAA%2CEACI%3BAAAA%3BAAAA%2CgCAAA%2CEAEJ%3BAAAA%3BAAAA%3B%3B%3BmCAAA%2CEASJ%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BkBAAA%2CEAAA%2CEAIJ%3BAAAA%3BAAAA%3BAACI%3BAAAA%2CiBAAA%2CEAEQ%3BAAAA%3BAAAA%3B%3B2BAAA%2CEAKA%3BAAAA%3BAAAA%2CeAAA%2CEAAA%2CEAQZ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%2CgBAAA%2CEACA%3BAAAA%3BAAAA%3BgBAAA%2CEAEJ%3BAAAA%3BAAAA%3B%3BeAAA%2CEACA%3BAAAA%3BAAAA%2CgBAAA%2CEAEI%3BAAAA%3BAAAA%2CoBAAA%2CEAGA%3BAAAA%3BAAAA%2CqBAAA%2CEAKA%3BAAAA%3BAAAA%2CoBAAA%2CEAIJ%3BAAAA%3BAAAA%3B%3B%3B%3BsBAAA%2CEAMI%3BAAAA%3BAAAA%3BqBAAA%2CEAMI%3BAAAA%3BAAAA%2CmBAAA%2CEAKR%3BAAAA%3BAAAA%2C0BAAA%2CEACA%3BAAAA%3BAAAA%3BkBAAA%2CEAAA%2CEAKJ%3BAAAA%3BAAAA%3BAACI%3BAAAA%2C0BAAA%2CEACA%3BAAAA%3BAAAA%3BkBAAA%2CEAKQ%3BAAAA%3BAAAA%2CiBAAA%2CEAAA%2CEAOZ%3BAAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%2CEACA%3BAAAA%3BAAAA%3BkBAAA%2CEAGA%3BAAAA%3BAAAA%2CkCAAA%2CEACA%3BAAAA%3BAAAA%2CoCAAA%2CEACA%3BAAAA%3BAAAA%2C%2BBAAA%2CEAGI%3BAAAA%3BAAAA%3B%3B%3B%3B%3BqBAAA%2CEAQJ%3BAAAA%3BAAAA%3B%3B%3BsBAAA%2CEAMA%3BAAAA%3BAAAA%3B%3B%3BsBAAA%2CEAMA%3BAAAA%3BAAAA%3BeAAA%2CEAKA%3BAAAA%3BAAAA%2CiCAAA%2CEAIA%3BAAAA%3BAAAA%2CoBAAA%2CEAGA%3BAAAA%3BAAAA%2CuBAAA%2CEAEA%3BAAAA%3BAAAA%2C2BAAA%2CEAGA%3BAAAA%3BAAAA%3BsBAAA%2CEAIA%3BAAAA%3BAAAA%3BgBAAA%2CEAIA%3BAAAA%3BAAAA%2CqBAAA%2CEAGA%3BAAAA%3BAAAA%3B%3B%3BoBAAA%2CEAMA%3BAAAA%3BAAAA%3B%3BuBAAA%2CEAKA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%2CEAUA%3BAAAA%3BAAAA%3B%3B%3BiBAAA%2CEAMI%3BAAAA%3BAAAA%2C%2BBAAA%2CEAIJ%3BAAAA%3BAAAA%3BiCAAA%2CEAIA%3BAAAA%3BAAAA%3B%3B%3B%3B%3BeAAA%2CEAQA%3BAAAA%3BAAAA%3BqBAAA%2CEAIA%3BAAAA%3BAAAA%2CsBAAA%2CEAGA%3BAAAA%3BAAAA%2CoBAAA%2CEAGA%3BAAAA%3BAAAA%3BoCAAA%2CEAIA%3BAAAA%3BAAAA%2CiCAAA%2CEAAA%2CEAAA%22%7D */