/* Edit style.less, not this file. */
/*------------------------------------------------------------------

[Table of contents]

1. General settings
2. Global navigation
4. Content
5. Home
6. Gallery
7. Videos
8. Cast9
9. Filmmakers
10. Stroy 
11. Awards
12. Oops
13. Partners
14. Footer
15. Animation Initalization
16. Media Queries

-------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
a,
img {
  border: none;
  outline: none;
  text-decoration: none;
}
html {
  background: #000;
}
body {
  position: relative;
}
html,
body {
  height: 100%;
  min-height: 100%;
  font-family: 'Open Sans Condensed', sans-serif;
}
li {
  list-style: none outside none;
}
.hidden {
  opacity: 0;
}
.invisible {
  display: none;
}
.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.anim {
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.mobile-size {
  display: none;
}
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
/*====================================================================

        [Global navigation]

  ====================================================================*/
.spredfast > div > iframe body {
  background: transparent !important;
}
.wrapper > header {
  position: fixed;
  width: 100%;
  height: 5.4em;
  background: rgba(0, 0, 0, 0.7);
  background-size: cover;
  text-align: center;
  z-index: 101;
}
.wrapper > header ul {
  white-space: nowrap;
  display: inline-block;
}
.wrapper > header li {
  display: inline-block;
  padding: 2em 1.1em 1.6em;
}
.wrapper > header li a {
  font-weight: 700;
  font-size: 14px;
  color: #fefefe;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.wrapper .tickets li {
  height: 2.2em;
  background: #375362;
  background: -webkit-linear-gradient(#375362 0%, #2c4451 100%);
  background: -moz-linear-gradient(#375362 0%, #2c4451 100%);
  background: linear-gradient(#375362 0%, #2c4451 100%);
  padding-left: 1em;
  padding-right: 1em;
}
.wrapper > header > .social {
  position: absolute;
  right: 0;
  height: inherit;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.1);
}
.wrapper.desktop > header > .social:hover {
  background: #000000;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.wrapper > header .social > a > img {
  padding: 1.2em 1.2em 1.2em 1.3em;
  width: 7.1em;
  height: 3.1em;
}
.wrapper > header .menu-btn {
  position: absolute;
  display: none;
}
.wrapper > header .menu-btn img {
  margin: 12px 10px;
}
.wrapper > header .social-menu {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  left: 120%;
  top: 0;
  -webkit-box-shadow: 9px 2px 5px 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 9px 2px 5px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 9px 2px 5px 10px rgba(0, 0, 0, 0.75);
  z-index: 3;
  text-align: center;
}
.wrapper > header .social-menu .close {
  position: absolute;
  display: block;
  width: 100%;
  top: 1em;
}
.wrapper > header .social-menu .close img {
  width: 2em;
  height: 2em;
}
.wrapper > header .social-menu.open {
  left: 0%;
}
.wrapper > header .social-menu ul {
  margin-top: 5em;
}
.wrapper > header .social-menu ul li {
  margin: 10px 0px;
  display: block;
}
.wrapper > header .social-menu ul,
.wrapper > header .social-menu ul li {
  width: inherit;
  padding: 0px;
  text-align: center;
}
.wrapper > header .social-menu a img {
  max-width: 55px;
}
.wrapper.desktop > header .social-menu a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
/*====================================================================

        [Content]

  ====================================================================*/
.wrapper > .container {
  height: auto;
  min-height: 100%;
}
.wrapper > .container:before {
  background: url(images/secondary_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: -1;
}
h3 {
  color: #fff;
  font-size: 1.7em;
  margin: 0em 1em;
  font-weight: 400;
  display: inline;
  font-weight: 700;
}
h2 {
  font-size: 2em;
  color: #106716;
  font-weight: 400;
}
h4 {
  font-size: 2em;
  color: #ff9600;
  font-weight: 700;
}
h6 {
  color: #7c8581;
  font-size: 1em;
}
.spredfast {
  width: inherit;
}
.container > section {
  max-width: 1100px;
  margin: 0 auto;
  min-height: 100%;
  height: 100%;
  opacity: 0;
}
.container > section > .content {
  height: auto;
}
.container > section {
  position: relative;
  text-align: center;
  padding-top: 6.5em;
}
.container > section > .title {
  border-top: 1px solid #ff9600;
  margin: 40px 20px 10px;
  display: none;
}
.container > section > .title h1 {
  font-size: 30pt;
  color: #ff9600;
  padding: 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-con {
  display: table;
  width: 100%;
  margin-bottom: 4em;
}
.menu-con > a {
  display: none;
}
.tc-small,
.tc-big {
  display: table-cell;
  text-align: left;
}
.tc-small {
  width: 25%;
}
.tc-big {
  width: 75%;
  text-align: left;
  padding: 2em;
}
.tc-big img {
  padding-right: 3em;
  float: left;
  width: 17em;
  height: 19.5em;
}
.tc-big h3,
.tc-big h4 {
  color: #ff9600;
}
.tc-big h3 {
  font-size: 3.3em !important;
  letter-spacing: 0;
  margin: 0;
}
.tc-big h4 {
  font-size: 1.8em !important;
  font-weight: 400;
  margin-bottom: 1em;
}
p {
  font-size: 1.7em;
  line-height: 1.9;
  margin: 1.5em 0;
}
.tc-small ul {
  position: relative;
}
.tc-small ul li {
  margin: 0.8em 2em;
}
.tc-small a {
  color: #ff9600;
  font-size: 1.6em;
  font-weight: 400;
}
.tc-small a.selected,
.wrapper.desktop .tc-small a:hover {
  font-weight: 700;
}
/*====================================================================

        [Section - Home]

  ====================================================================*/
.tagline-mobile {
  display: none;
}
.tagline-mobile img {
  width: 100%;
}
.container > section.home {
  max-width: none;
  padding-top: 0em !important;
}
.container > section.home h3 {
  color: #fefefe;
  display: block;
  font-weight: 700;
  font-size: 1.5em;
}
.container > section .tagline h3 {
  color: #fefefe;
  font-weight: 700;
}
.container > .home .content {
  text-align: center;
}
.container .home-bg {
  padding-top: 4.5em;
}
.container > .home .release-date {
  margin: 2em 0em 0em;
  width: 50%;
}
.release-date img {
  margin: 0 auto;
}
.title-logo img,
.tagline img {
  max-width: 50%;
  height: auto;
}
.pedigree img {
  max-width: 55%;
}
.section-home .pedigree,
.section-home .title-logo,
.section-home .tagline,
.section-home .trailer,
.section-home .promo {
  width: 50%;
}
.title-logo {
  margin: 34px 0 1em 0;
}
.section-home .pedigree,
.section-home .title-logo,
.section-home .tagline {
  margin: 1.5em 0;
}
.title-logo {
  margin-bottom: 1em;
}
.trailer {
  padding-bottom: 2em;
  margin: 3em 0em 0em;
}
.trailer a {
  display: block;
  width: 24.5em;
  border-radius: 3px;
  background: #ff952b;
  margin: 0 auto;
  padding: 0.3em;
  -webkit-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease ;
  transition: background 0.5s ease;
  font-size: 0.9em;
  font-weight: 400;
}
.wrapper.desktop .trailer a:hover {
  background: #ba5e00;
}
.trailer a img {
  display: none;
}
.trailer a svg {
  width: 1.2em;
  height: 1.2em;
  display: inline;
  margin-left: 1em;
  vertical-align: middle;
}
.trailer a path {
  fill: #fff;
}
.trailer a p {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.4em !important;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
}
.promo {
  height: 12em;
  position: relative;
}
.promo figure {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 10;
}
.promo figure img {
  width: 100%;
  height: auto;
}
.promo figure.far {
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
  opacity: 0;
  z-index: 9;
}
.promo figure.away {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  opacity: 0;
  z-index: 11;
}
.container > section > .content {
  padding-top: 2em;
}
.cta {
  width: inherit;
  height: 8.4em;
  text-align: center;
  position: relative;
}
.cta > a {
  margin-top: 1em;
  display: inline-block;
  width: 36.3em;
  height: 6.4em;
  background: #fefefe;
  background: -webkit-linear-gradient(#fe942c, #c97824);
  background: -o-linear-gradient(#fe942c, #c97824);
  background: -moz-linear-gradient(#fe942c, #c97824);
  background: linear-gradient(#fe942c, #c97824);
  color: #fff;
  font-weight: 400;
  margin: 1em 0.5em;
  vertical-align: top;
  letter-spacing: 0.2em;
  font-size: 0.6em;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.cta > a.image-only {
  background: none;
}
.wrapper.desktop .cta > a:hover {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.wrapper.desktop .home-bg .cta > .image-only:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.cta > a > p,
.cta > a > span {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5em;
  display: inline-block;
  margin: 0;
  line-height: 1;
  text-align: center !important;
}
.cta > a > span {
  vertical-align: middle;
  line-height: 1.9em;
}
.cta > a > p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2em;
  font-weight: bold;
}
.cta > a img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.cta > a img {
  margin-right: 2em;
  margin-top: 0.5em;
}
.cta > a img.uber {
  margin-right: 5em;
  width: 5.4em;
  height: 5.4em;
}
/*====================================================================

        [Section - Gallery]

  ====================================================================*/
.container > section.photos {
  max-width: 100%;
  padding-top: 0;
}
.container > section.photos .title-logo,
.container > section.photos .release-date {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.container > section.photos .title-logo {
  bottom: 5em;
}
.container > section.photos .title-logo img {
  max-width: 30%;
}
.container > section.photos .release-date {
  bottom: 3.5em;
}
.container > section.photos .release-date h3 {
  color: #fff;
  font-weight: 700;
  display: inline;
  font-size: 1.5em;
  margin: 0em 1em;
}
.container > section.photos > .content {
  padding-top: 0em;
}
.container > section.photos .swiper-container,
.container > section.photos .swiper-wrapper {
  z-index: auto;
}
.container > section.photos .swiper-wrapper,
.container > section.photos .swiper-slide {
  height: inherit;
}
.container > section.photos .swiper-pagination {
  width: 100%;
  padding-top: 1em;
}
.photos .arrow-left,
.photos .arrow-right {
  position: absolute;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease ;
  transition: opacity 0.5s ease;
}
.photos .arrow-left {
  left: 4em;
}
.photos .arrow-right {
  right: 4em;
}
.wrapper.desktop .photos .arrow-left:hover,
.wrapper.desktop .photos .arrow-right:hover {
  opacity: 1;
}
.photos .p01 {
  background: url(images/photos/01.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p02 {
  background: url(images/photos/02.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p03 {
  background: url(images/photos/03.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p04 {
  background: url(images/photos/04.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p05 {
  background: url(images/photos/05.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p06 {
  background: url(images/photos/06.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p07 {
  background: url(images/photos/07.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p08 {
  background: url(images/photos/08.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p09 {
  background: url(images/photos/09.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p10 {
  background: url(images/photos/10.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p11 {
  background: url(images/photos/11.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p12 {
  background: url(images/photos/12.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p13 {
  background: url(images/photos/13.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p14 {
  background: url(images/photos/14.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p15 {
  background: url(images/photos/15.jpg) top center no-repeat;
  background-size: cover;
}
.photos .bottom-gradient {
  background: url(images/bottom_gradient.png);
  width: 100%;
  height: 154px;
  position: absolute;
  bottom: 0;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  height: auto;
  margin-top: 10px;
  display: none;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000 none repeat scroll 0 0;
  border: 2px solid #fff;
  margin: 0px 5px;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper-wrapper {
  z-index: auto;
}
/*====================================================================

        [Videos]

  ====================================================================*/
#player_iframe,
section.videos ul {
  width: 90%;
}
section.videos ul {
  position: relative;
  text-align: left;
  margin: 1em auto;
}
section.videos ul li {
  display: inline-block;
  width: 24.7em;
  height: 7em;
  background: rgba(0, 0, 0, 0.5);
  margin: 0.5em 0.5em;
}
section.videos ul li a {
  display: block;
  color: #fff;
  vertical-align: top;
  height: inherit;
  font-weight: 700;
  -webkit-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease ;
  transition: background 0.5s ease;
}
.wrapper.desktop section.videos ul li a:hover,
.wrapper.desktop section.videos ul li a.selected {
  background: rgba(0, 0, 0, 0.7);
}
section.videos ul li a p {
  font-size: 1.2em;
  display: inline-block;
  width: 64%;
  text-align: center;
  vertical-align: middle;
}
section.videos ul li a img {
  height: 6em;
  width: auto;
  margin: 0.5em 0 0.5em 0.5em;
  display: inline-block;
  vertical-align: middle;
}
section.videos .content {
  padding-bottom: 30px;
}
/*====================================================================

        [Cast]

  ====================================================================*/
.container > section.cast > .title {
  border-top: none;
  display: block;
}
.container > section.cast > .content {
  padding-top: 0em;
}
.container > section.cast > .content article {
  opacity: 0;
  margin-left: -30px;
  margin-bottom: 40px;
}
.container > section.cast > .content article.active {
  opacity: 1;
  margin-left: 0px;
}
/*====================================================================

        [Filmmakers]

  ===================================================================*/
.container > section.filmmakers > .title {
  border-top: none;
  display: block;
}
.container > section.filmmakers > .content {
  padding-top: 0em;
}
.container > section.filmmakers > .content article {
  opacity: 0;
  margin-left: -30px;
  margin-bottom: 40px;
}
.container > section.filmmakers > .content article.active {
  opacity: 1;
  margin-left: 0px;
}
/*====================================================================

        [Story]

  ====================================================================*/
.container > section.story > .title {
  border-top: none;
  display: block;
}
.container > section.story > .content {
  padding-top: 0em;
  text-align: left;
  padding: 0px 20px;
  color: #fff;
}
.container > section.story > .content p {
  padding-top: 0em;
  font-weight: 700;
  line-height: 1.2em;
}
/*====================================================================

        [Awards]

  ====================================================================*/
.container > section.awards > .content {
  padding: 4em;
  text-align: left;
}
.container > section.awards > .content img {
  width: 30%;
  vertical-align: top;
  margin-right: 1.5%;
  margin-left: 1.5%;
  margin-bottom: 5%;
}
article p {
  margin: 0 !important;
  color: #fff;
  font-weight: 700;
}
.container > section.awards article {
  margin: 4em 0 !important;
}
@media only screen and (max-width: 768px) {
  .container > section.awards > .content {
    padding-bottom: 100em;
  }
  .container > section.awards > .content img {
    display: block;
    width: 100%;
    max-width: 371px;
    margin: 0 auto 20em auto;
  }
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (max-width: 768px) and (orientation: portrait) {
  .container > section.awards > .content img {
    margin-bottom: 10em;
  }
}
/*====================================================================

        [Rewiews]

  ====================================================================*/
.container > section.reviews {
  margin: 0 auto;
  max-width: 1100px;
}
.container > section.reviews > .content {
  padding: 0px 20px;
  text-align: center;
}
.container > section.reviews p {
  line-height: 1.7;
  color: #fff !important;
  text-align: center !important;
}
.container > section.reviews article {
  margin: 6em 0;
}
/*====================================================================

        [Oops]

  ====================================================================*/
.container > section.oops > .title {
  border-top: none;
  display: block;
}
.container > section.oops {
  max-width: 770px;
}
.container > section.oops .content {
  padding-top: 0;
}
.container > section.oops p {
  line-height: 1.7;
  color: #ff9600;
  text-align: center !important;
  font-size: 2.3em;
  margin: 0.5em 20px;
}
/*====================================================================

        [Partners] 

  ====================================================================*/
.container > section.partners > .title {
  border-top: none;
  display: block;
}
.container > section.partners {
  text-align: center;
}
.container > section.partners .content {
  padding: 0;
}
.container > section.partners ul {
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-bottom: 5em;
}
.container > section.partners li {
  width: 30em;
  display: table-cell;
  padding: 2em 3em;
  text-align: left;
  position: relative;
  color: #fff;
  font-weight: 700;
}
.container > section.partners li img {
  width: 100%;
  max-width: 270px;
}
.container > section.partners li > a {
  width: inherit;
  display: block;
  border-radius: 2px;
  background: -webkit-linear-gradient(#fefefe, #cbd0d3);
  background: -o-linear-gradient(#fefefe, #cbd0d3);
  background: -moz-linear-gradient(#fefefe, #cbd0d3);
  background: linear-gradient(#fefefe, #cbd0d3);
  padding: 1.5em 0px;
  font-size: 1.4em;
  color: #48514e;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  bottom: -2em;
}
.container > section.partners {
  margin-bottom: 30px;
}
/*====================================================================

        [Cities]

  ====================================================================*/
.container > section.cities > .title {
  display: block !important;
  border: none;
}
.container > section.cities .content {
  overflow: hidden;
}
.container > section.cities .content ul li {
  width: 70%;
  height: auto;
  margin: 2em auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.8em;
}
.container > section.cities .content ul li p {
  font-size: 2.3em;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.container > section.cities .content ul li .left {
  width: 70%;
  float: left;
  text-align: left;
}
.container > section.cities .content ul li .right {
  width: 30%;
  float: right;
  text-align: right;
}
.container > section.cities .content ul {
  padding-bottom: 8em;
}
@media only screen and (max-width: 769px) {
  .container > section.cities .content ul li {
    width: 90%;
    font-size: 1em;
    clear: both;
    height: auto;
  }
  .container > section.cities .content ul li .left {
    width: 55%;
  }
  .container > section.cities .content ul li .right {
    width: 45%;
  }
  .container > section.cities .content ul li .left p,
  .container > section.cities .content ul li .right p {
    line-height: 1.4em;
    padding-bottom: .4em;
  }
  .container > section.cities .content ul li .right p {
    text-align: right;
  }
}
/*====================================================================

        [Footer]

  ====================================================================*/
.wrapper > footer {
  background: #385463;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 2.2em;
  text-align: center;
  z-index: 101;
  font-weight: 700;
}
.wrapper > footer ul {
  display: inline-block;
  margin: 0px 2em;
}
.wrapper > footer ul li {
  display: inline-block;
  margin: 0.2em 1em;
  color: white;
}
.wrapper > footer .copyright {
  display: inline-block;
  text-transform: uppercase;
}
.wrapper > footer .copyright,
.wrapper > footer ul li a {
  font-size: 1.2em;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
}
.wrapper > footer ul li a {
  font-weight: 700;
}
.wrapper > footer > img {
  width: 90%;
  margin: 20px auto;
}
.wrapper > footer > a {
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease ;
  transition: opacity 0.5s ease;
}
.wrapper.desktop > footer ul li a:hover {
  opacity: 0.6;
}
.wrapper > footer .popup {
  position: fixed;
  background: #000000;
  padding-top: 8em;
  bottom: -500px;
  width: 100%;
}
.wrapper > footer .popup.open {
  bottom: 0%;
  display: block;
}
.wrapper > footer .popup .close {
  position: absolute;
  width: 4.9em;
  height: 4.9em;
  top: 2.3em;
  right: 5.7em;
}
.wrapper > footer .popup .close polygon {
  fill: #ff9600;
}
.wrapper > footer .popup > img {
  max-width: 1400px;
  width: 90%;
  margin: 2em 0px;
}
.wrapper > footer .popup ul {
  display: block;
}
.wrapper > footer .popup ul li a {
  font-size: 1.2em;
  color: #ff9600;
}
.wrapper > footer .popup .copyright {
  color: #ff9600;
  margin-bottom: 2em;
  display: block;
}
.wrapper > footer .pg-popup {
  position: absolute;
  right: 0;
  bottom: 1.6em;
  padding: 1em;
  background: #375362;
  font-size: 1.3em;
  color: #231f20 !important;
}
.wrapper > footer .pg-popup a {
  color: #fff;
  font-size: 0.8em;
  margin-top: 0.4em;
}
.wrapper > footer .pg-popup ul {
  display: block;
}
.wrapper > footer .pg-popup.init {
  bottom: -20em;
}
.section-home > footer ul li a,
.section-home > footer .copyright {
  color: #fff;
  font-weight: 700;
}
.section-home > footer {
  background: #375362;
}
/*====================================================================

        [Animation initalization] 

  ====================================================================*/
header {
  -webkit-transition: margin-top 0.7s ease;
  -ms-transition: margin-top 0.7s ease;
  transition: margin-top 0.7s ease;
}
footer {
  -webkit-transition: bottom 0.7s ease;
  -ms-transition: bottom 0.7s ease;
  transition: bottom 0.7s ease;
}
.wrapper > header.init {
  margin-top: -5.4em;
}
.wrapper > header .tickets.init {
  margin-right: 10em;
  opacity: 0;
}
header .menu a.init {
  opacity: 0;
}
footer.init {
  bottom: -5em;
}
section.active {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .wrapper > header li a:after,
  .home-btn a:after {
    display: block;
    width: auto;
    max-width: 0px;
    height: inherit;
    content: "";
    margin: 0 auto;
    border-bottom: 1px solid #e8dfb8;
    -webkit-transition: max-width 0.7s ease;
    -ms-transition: max-width 0.7s ease;
    transition: max-width 0.7s ease;
  }
  .wrapper > header li a.selected:after {
    border-bottom: 1px solid #e8dfb8;
    max-width: 200px;
  }
  .wrapper.desktop > header .menu li a:hover:after,
  .home-btn a:hover:after {
    border-bottom: 1px solid #e8dfb8;
    max-width: 200px;
  }
  /*========== [Home] =====================================================================*/
  .container > .home {
    opacity: 0;
  }
  .container > .home .release-date {
    opacity: 0;
    margin-left: -40px;
  }
  .container > .home .pedigree {
    opacity: 0;
    margin-left: 40px;
  }
  .container > .home .title-logo {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  .container > .home .tagline {
    opacity: 0;
    margin-left: 40px;
  }
  .container > .home .trailer {
    opacity: 0;
    margin-left: -40px;
  }
  .container > .home .trailer {
    opacity: 0;
  }
  .container > .home.active {
    transition: opacity 1s ease 0.5s;
    opacity: 1;
  }
  .container > .home.active .release-date {
    -webkit-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    -ms-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    opacity: 1;
    margin-left: 0px;
  }
  .container > .home.active .pedigree {
    -webkit-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    -ms-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    opacity: 1;
    margin-left: 0px;
  }
  .container > .home.active .title-logo {
    -webkit-transition: opacity 0.5s ease-in 0.5s, transform 0.5s ease-out 0.5s;
    -ms-transition: opacity 0.5s ease-in 0.5s, transform 0.5s ease-out 0.5s;
    transition: opacity 0.5s ease-in 0.5s, transform 0.5s ease-out 0.5s;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .container > .home.active .tagline {
    -webkit-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    -ms-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    opacity: 1;
    margin-left: 0px;
  }
  .container > .home.active .trailer {
    -webkit-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    -ms-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
  }
  .container > .home.active .trailer {
    -webkit-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    -ms-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    opacity: 1;
    margin-left: 0px;
  }
  .container > .home.active .promo {
    -webkit-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    -ms-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    opacity: 1;
  }
  /*========== [Photos] =====================================================================*/
  .container > .photos .arrow-left {
    left: 8em;
    opacity: 0;
    z-index: 100;
  }
  .container > .photos.active .arrow-left {
    -webkit-transition: opacity 0.7s ease-out 0.5s, left 0.7s ease-out 0.5s;
    -ms-transition: opacity 0.7s ease-out 0.5s, left 0.7s ease-out 0.5s;
    transition: opacity 0.7s ease-out 0.5s, left 0.7s ease-out 0.5s;
    left: 4em;
    opacity: 1;
  }
  .container > .photos .arrow-right {
    right: 8em;
    opacity: 0;
    z-index: 100;
  }
  .container > .photos.active .arrow-right {
    -webkit-transition: opacity 0.7s ease-out 0.5s, right 0.7s ease-out 0.5s;
    -ms-transition: opacity 0.7s ease-out 0.5s, right 0.7s ease-out 0.5s;
    transition: opacity 0.7s ease-out 0.5s, right 0.7s ease-out 0.5s;
    right: 4em;
    opacity: 1;
  }
  /*========== [Cast] =====================================================================*/
  /*========== [Filmmakers] ===============================================================*/
  .tc-small > ul > li {
    -webkit-transition: opacity 0.5s ease-out, margin-left 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out, margin-left 0.5s ease-out;
    transition: opacity 0.5s ease-out, margin-left 0.5s ease-out;
    margin-left: 5em;
    opacity: 0;
  }
  .active .tc-small > ul > li:nth-child(1) {
    -webkit-transition: opacity 0.5s ease-in, margin-left 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-in, margin-left 0.5s ease-out;
    transition: opacity 0.5s ease-in, margin-left 0.5s ease-out;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(2) {
    -webkit-transition: opacity 0.5s ease-in 0.05s, margin-left 0.5s ease-out 0.05s;
    -ms-transition: opacity 0.5s ease-in 0.05s, margin-left 0.5s ease-out 0.05s;
    transition: opacity 0.5s ease-in 0.05s, margin-left 0.5s ease-out 0.05s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(3) {
    -webkit-transition: opacity 0.5s ease-in 0.1s, margin-left 0.5s ease-out 0.1s;
    -ms-transition: opacity 0.5s ease-in 0.1s, margin-left 0.5s ease-out 0.1s;
    transition: opacity 0.5s ease-in 0.1s, margin-left 0.5s ease-out 0.1s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(4) {
    -webkit-transition: opacity 0.5s ease-in 0.15s, margin-left 0.5s ease-out 0.15s;
    -ms-transition: opacity 0.5s ease-in 0.15s, margin-left 0.5s ease-out 0.15s;
    transition: opacity 0.5s ease-in 0.15s, margin-left 0.5s ease-out 0.15s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(5) {
    -webkit-transition: opacity 0.5s ease-in 0.2s, margin-left 0.5s ease-out 0.2s;
    -ms-transition: opacity 0.5s ease-in 0.2s, margin-left 0.5s ease-out 0.2s;
    transition: opacity 0.5s ease-in 0.2s, margin-left 0.5s ease-out 0.2s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(6) {
    -webkit-transition: opacity 0.5s ease-in 0.25s, margin-left 0.5s ease-out 0.25s;
    -ms-transition: opacity 0.5s ease-in 0.25s, margin-left 0.5s ease-out 0.25s;
    transition: opacity 0.5s ease-in 0.25s, margin-left 0.5s ease-out 0.25s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(7) {
    -webkit-transition: opacity 0.5s ease-in 0.3s, margin-left 0.5s ease-out 0.3s;
    -ms-transition: opacity 0.5s ease-in 0.3s, margin-left 0.5s ease-out 0.3s;
    transition: opacity 0.5s ease-in 0.3s, margin-left 0.5s ease-out 0.3s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(8) {
    -webkit-transition: opacity 0.5s ease-in 0.35s, margin-left 0.5s ease-out 0.35s;
    -ms-transition: opacity 0.5s ease-in 0.35s, margin-left 0.5s ease-out 0.35s;
    transition: opacity 0.5s ease-in 0.35s, margin-left 0.5s ease-out 0.35s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(9) {
    -webkit-transition: opacity 0.5s ease-in 0.4s, margin-left 0.5s ease-out 0.4s;
    -ms-transition: opacity 0.5s ease-in 0.4s, margin-left 0.5s ease-out 0.4s;
    transition: opacity 0.5s ease-in 0.4s, margin-left 0.5s ease-out 0.4s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(10) {
    -webkit-transition: opacity 0.5s ease-in 0.45s, margin-left 0.5s ease-out 0.45s;
    -ms-transition: opacity 0.5s ease-in 0.45s, margin-left 0.5s ease-out 0.45s;
    transition: opacity 0.5s ease-in 0.45s, margin-left 0.5s ease-out 0.45s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(11) {
    -webkit-transition: opacity 0.5s ease-in 0.5s, margin-left 0.5s ease-out 0.5s;
    -ms-transition: opacity 0.5s ease-in 0.5s, margin-left 0.5s ease-out 0.5s;
    transition: opacity 0.5s ease-in 0.5s, margin-left 0.5s ease-out 0.5s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(12) {
    -webkit-transition: opacity 0.5s ease-in 0.55s, margin-left 0.5s ease-out 0.55s;
    -ms-transition: opacity 0.5s ease-in 0.55s, margin-left 0.5s ease-out 0.55s;
    transition: opacity 0.5s ease-in 0.55s, margin-left 0.5s ease-out 0.55s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(13) {
    -webkit-transition: opacity 0.5s ease-in 0.6s, margin-left 0.5s ease-out 0.6s;
    -ms-transition: opacity 0.5s ease-in 0.6s, margin-left 0.5s ease-out 0.6s;
    transition: opacity 0.5s ease-in 0.6s, margin-left 0.5s ease-out 0.6s;
    margin-left: 2em;
    opacity: 1;
  }
  /*========== [Reviews] ===============================================================*/
  .container > .reviews article {
    -webkit-transition: opacity 0.5s ease-in 0.05s;
    -ms-transition: opacity 0.5s ease-in 0.05s;
    transition: opacity 0.5s ease-in 0.05s;
    opacity: 0;
  }
  .container > .reviews.active article:nth-child(1) {
    -webkit-transition: opacity 0.5s ease-in 0.05s;
    -ms-transition: opacity 0.5s ease-in 0.05s;
    transition: opacity 0.5s ease-in 0.05s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(2) {
    -webkit-transition: opacity 0.5s ease-in 0.1s;
    -ms-transition: opacity 0.5s ease-in 0.1s;
    transition: opacity 0.5s ease-in 0.1s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(3) {
    -webkit-transition: opacity 0.5s ease-in 0.15s;
    -ms-transition: opacity 0.5s ease-in 0.15s;
    transition: opacity 0.5s ease-in 0.15s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(4) {
    -webkit-transition: opacity 0.5s ease-in 0.2s;
    -ms-transition: opacity 0.5s ease-in 0.2s;
    transition: opacity 0.5s ease-in 0.2s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(5) {
    -webkit-transition: opacity 0.5s ease-in 0.25s;
    -ms-transition: opacity 0.5s ease-in 0.25s;
    transition: opacity 0.5s ease-in 0.25s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(6) {
    -webkit-transition: opacity 0.5s ease-in 0.3s;
    -ms-transition: opacity 0.5s ease-in 0.3s;
    transition: opacity 0.5s ease-in 0.3s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(7) {
    -webkit-transition: opacity 0.5s ease-in 0.35s;
    -ms-transition: opacity 0.5s ease-in 0.35s;
    transition: opacity 0.5s ease-in 0.35s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(8) {
    -webkit-transition: opacity 0.5s ease-in 0.4s;
    -ms-transition: opacity 0.5s ease-in 0.4s;
    transition: opacity 0.5s ease-in 0.4s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(9) {
    -webkit-transition: opacity 0.5s ease-in 0.45s;
    -ms-transition: opacity 0.5s ease-in 0.45s;
    transition: opacity 0.5s ease-in 0.45s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(10) {
    -webkit-transition: opacity 0.5s ease-in 0.5s;
    -ms-transition: opacity 0.5s ease-in 0.5s;
    transition: opacity 0.5s ease-in 0.5s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(11) {
    -webkit-transition: opacity 0.5s ease-in 0.55s;
    -ms-transition: opacity 0.5s ease-in 0.55s;
    transition: opacity 0.5s ease-in 0.55s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(12) {
    -webkit-transition: opacity 0.5s ease-in 0.6s;
    -ms-transition: opacity 0.5s ease-in 0.6s;
    transition: opacity 0.5s ease-in 0.6s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(13) {
    -webkit-transition: opacity 0.5s ease-in 0.65s;
    -ms-transition: opacity 0.5s ease-in 0.65s;
    transition: opacity 0.5s ease-in 0.65s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(14) {
    -webkit-transition: opacity 0.5s ease-in 0.7s;
    -ms-transition: opacity 0.5s ease-in 0.7s;
    transition: opacity 0.5s ease-in 0.7s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(15) {
    -webkit-transition: opacity 0.5s ease-in 0.75s;
    -ms-transition: opacity 0.5s ease-in 0.75s;
    transition: opacity 0.5s ease-in 0.75s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(16) {
    -webkit-transition: opacity 0.5s ease-in 0.8s;
    -ms-transition: opacity 0.5s ease-in 0.8s;
    transition: opacity 0.5s ease-in 0.8s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(17) {
    -webkit-transition: opacity 0.5s ease-in 0.85s;
    -ms-transition: opacity 0.5s ease-in 0.85s;
    transition: opacity 0.5s ease-in 0.85s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(18) {
    -webkit-transition: opacity 0.5s ease-in 0.9s;
    -ms-transition: opacity 0.5s ease-in 0.9s;
    transition: opacity 0.5s ease-in 0.9s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(19) {
    -webkit-transition: opacity 0.5s ease-in 0.95s;
    -ms-transition: opacity 0.5s ease-in 0.95s;
    transition: opacity 0.5s ease-in 0.95s;
    opacity: 1;
  }
}
/*====================================================================

        [Media querys] 

  ====================================================================*/
@media only screen and (min-width: 1600px) {
  /*
    .home .pedigree, 
    .home .title-logo, 
    .home .trailer {
        margin: 1em 0;
    }

    .home .title-logo {
        padding-bottom: 1em;
    }
    */
}
@media only screen and (max-width: 1200px) {
  .tagline {
    margin-top: 0em;
  }
  .trailer {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 768px) {
  /* ============== [General] =====================================*/
  .desktop-size {
    display: none;
  }
  .mobile-size {
    display: block;
  }
  .mobile-size.ib {
    display: inline-block;
  }
  .wrapper > .container {
    height: auto;
    min-height: auto;
  }
  .container > section > .title {
    display: block;
  }
  /* ============== [Global navigation] ===========================*/
  .wrapper > header {
    position: relative;
    background: #2f2f2f !important;
    height: 54px;
    text-align: left;
    -webkit-box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.75);
    z-index: 100;
  }
  .wrapper > header li {
    padding: 16px 11px;
  }
  .wrapper > header .menu {
    margin-top: 54px;
    width: 100%;
    background: #242424;
    overflow: hidden;
  }
  .wrapper > header .menu > li {
    display: block;
    border-bottom: 1px solid #595959;
    height: 22px;
  }
  .wrapper > header .menu > li a {
    margin-left: 54px;
  }
  .wrapper > header .menu > li:first-child {
    margin-top: -500px;
  }
  .wrapper > header .menu.open > li:first-child {
    margin-top: 0px;
  }
  .wrapper > header li a {
    font-size: 11pt;
  }
  .wrapper header > .tickets {
    position: absolute;
    margin-left: 54px;
    width: 50px;
  }
  .wrapper header > .tickets li {
    height: 27px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrapper > header > .social {
    background: none;
    width: 100%;
  }
  .wrapper > header > .social a {
    position: absolute;
    right: 0;
  }
  .wrapper > header .social > a > img {
    padding: 12px 12px 12px 13px;
    width: 71px;
    height: 31px;
  }
  .wrapper.desktop > header > .social:hover {
    background: none;
  }
  .wrapper > header .menu-btn {
    display: block;
    z-index: 4;
  }
  .wrapper > header .social-menu {
    left: -150%;
    right: 0;
    top: 54px;
    position: absolute;
    height: 74px !important;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .wrapper > header .social-menu.open {
    left: 0;
  }
  .wrapper > header .social-menu li a {
    position: relative;
    margin: 0px 5px;
    border: none;
    vertical-align: middle;
    height: inherit;
  }
  .wrapper > header .social-menu li a img {
    width: 40px;
  }
  .wrapper > header .social-menu .close {
    position: relative;
    display: block;
    top: auto;
    height: inherit;
  }
  .wrapper > header .social-menu .close img {
    width: 40px;
    height: 40px;
    margin-left: -2px;
  }
  .wrapper > header .social-menu ul {
    margin-top: 10px;
  }
  .wrapper > header .social-menu ul li {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 45px;
  }
  /* ============== [Content] ===========================*/
  .container > section > .title {
    border-top: 1px solid #ff9600 !important;
    border-bottom: 1px solid #ff9600 !important;
    margin: 30px auto;
    width: 95% !important;
  }
  .container > section > .title h1 {
    font-size: 9.5em;
    color: #ff9600;
    font-weight: 700 !important;
    padding: 10px;
  }
  .wrapper {
    background-color: #000;
    background-image: url(images/mobile_secondary_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
  }
  .wrapper > .container::before {
    background-image: none !important;
  }
  h3 {
    font-size: 4.5em !important;
    font-weight: 400;
    display: block;
  }
  h2 {
    font-size: 6em;
    color: #106716;
    font-weight: 400;
  }
  h4 {
    font-size: 5em;
  }
  h6 {
    font-size: 4em;
  }
  .container .home-bg {
    background: url(images/mobile_home_bg.jpg) top center no-repeat;
    background-size: 100% auto;
    min-height: 180em;
    height: auto;
    padding-top: 4.5em;
  }
  .cta {
    background: none;
    height: auto;
  }
  .cta > a {
    margin-top: 10px;
    display: block;
    width: 95%;
    height: 64px;
    margin: 10px auto;
  }
  .cta > a > p,
  .cta > a > span {
    font-size: 10em !important;
    font-weight: 700;
  }
  .cta > a img {
    margin-right: 20px;
    margin-top: 5px;
  }
  .cta > a img.uber {
    margin-right: 5em;
    width: 54px;
    height: 54px;
  }
  .cta > a.image-only {
    display: none;
  }
  /*
	.cta {
		height: auto;
		margin-top:10em;
		margin-bottom:0px;
		padding:20em 2em;
		
	}
	
	.cta img {
		width:60%;
		display:block;
		margin:2em auto;;
	}
	*/
  .container > section.photos {
    padding-top: 6.5em;
  }
  .container > section.photos .title-logo,
  .container > section.photos .release-date {
    position: relative;
  }
  .container > section.photos .title-logo {
    margin-top: 40px;
  }
  .container > section.photos .release-date h3 {
    color: #277e23;
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin: 5px 0;
  }
  .menu-con {
    width: 100%;
    display: block;
    margin-bottom: 4em;
  }
  .menu-con > a {
    width: 95%;
    height: auto;
    display: block;
    border-radius: 3px;
    background: -webkit-linear-gradient(#fefefe, #cbd0d3);
    background: -o-linear-gradient(#fefefe, #cbd0d3);
    background: -moz-linear-gradient(#fefefe, #cbd0d3);
    background: linear-gradient(#fefefe, #cbd0d3);
    margin: 20px auto 0px;
    padding: 10px 0px;
    font-size: 14pt;
    color: #000;
    letter-spacing: 1px;
  }
  .tc-small,
  .tc-big {
    display: block;
  }
  .tc-small {
    width: 100%;
  }
  .tc-big {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .tc-big img {
    padding-right: 3em;
    width: 170px;
    height: 195px;
    left: auto;
    float: none;
    margin-bottom: 10px;
  }
  .tc-big h3,
  .tc-big h4 {
    color: #ff942c;
    font-weight: 700;
  }
  .tc-big h3 {
    clear: both;
    font-size: 6em !important;
    margin: 0;
  }
  .tc-big h4 {
    font-size: 5em !important;
  }
  p {
    font-size: 4.5em !important;
    margin: 1.5em 0;
    text-align: left;
  }
  .tc-small {
    background: transparent;
    position: relative;
    height: 0;
    margin-bottom: 30px;
  }
  .tc-small ul {
    overflow: hidden;
  }
  .tc-small ul.open li:first-child {
    margin-top: -2px;
  }
  .tc-small ul li {
    background: #385463;
    padding: 10px 20px;
    border-top: 1px solid #595959;
    margin-top: 0;
    margin-bottom: 0;
  }
  .tc-small ul li:first-child {
    margin-top: -580px;
  }
  .tc-small a {
    color: #fff;
    font-size: 14pt;
    font-weight: 400;
  }
  .tc-small a.selected,
  .wrapper.desktop .tc-small a:hover {
    font-weight: 700;
  }
  /* ============== [Home] ===========================*/
  .container > .home > .content {
    width: 100%;
    margin-left: 0%;
  }
  .release-date img {
    width: 90%;
  }
  .container > .home .release-date {
    margin: 35em auto 0;
    color: #fff;
    width: 100%;
  }
  .release-date h3 {
    color: #fff !important;
    font-size: 5em !important;
    margin: 0.5em 0em !important;
    font-weight: 700;
  }
  .pedigree {
    display: none;
  }
  .tagline {
    padding: 7em 0em 1em;
  }
  .title-logo {
    margin-top: 4em;
    margin: 4em auto 0;
    width: 90%;
  }
  .title-logo img,
  .container > section.photos .title-logo img {
    width: 100%;
    max-width: 70%;
    height: auto;
  }
  .container > .home .title-logo {
    display: none;
  }
  .container > .home .content {
    margin-left: 0%;
    text-align: center;
    width: 100%;
  }
  .trailer,
  .title,
  .tagline,
  .pedigree {
    width: 90% !important;
    margin: 0 auto;
  }
  .trailer {
    margin-top: 95em;
    padding: 0;
  }
  .trailer a {
    width: 86%;
    height: auto;
    border-radius: 0.2em;
    margin: 10px auto;
    padding: 0.1em 0px;
    font-size: 4em;
  }
  .trailer a svg {
    width: 20px;
    height: 20px;
    display: inline;
    margin-left: 10px;
  }
  .trailer a p {
    vertical-align: middle;
    letter-spacing: 0.1em;
    font-size: 12pt !important;
  }
  .promo {
    width: 100%;
    height: 50em;
    text-align: center;
  }
  .promo figure {
    width: 100%;
    margin: 0 auto;
  }
  .promo figure img {
    width: 90%;
  }
  /* ============== [Gallery] ===========================*/
  .photos .arrow-left img,
  .photos .arrow-right img {
    width: 20px;
    height: auto;
  }
  .photos .bottom-gradient {
    display: none;
  }
  .swiper-pagination {
    display: block;
  }
  /* ============== [Videos] ===========================*/
  section.videos ul {
    margin: 20px auto;
  }
  section.videos ul li {
    width: 100%;
    height: 100px;
    margin: 10px 0px;
  }
  section.videos ul li a p {
    font-size: 11pt;
    width: 70%;
  }
  section.videos ul li a img {
    height: 90px;
    width: auto;
    margin: 5px;
  }
  section.videos a p {
    margin: 0 !important;
    line-height: 1;
  }
  /* ============== [Awards] ===========================*/
  .container > section.award article {
    margin: 6em 0;
  }
  /* ============== [Reviews] ==========================*/
  .container > section.reviews article {
    margin: 10em 0;
  }
  /* ============== [Partners] ==========================*/
  .container > section.partners li {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 60px;
    display: block;
    padding-bottom: 3em;
  }
  .container > section.partners li img {
    width: 90%;
    max-width: 1000px;
  }
  .container > section.partners li p {
    padding: 0px 20px;
    margin: 0;
  }
  .container > section.partners li > a {
    width: 90%;
    border-radius: 2px;
    padding: 15px 0px;
    font-size: 10pt;
    letter-spacing: 1px;
    margin: 0 auto;
    position: relative;
  }
  /* ============== [Footer] ===========================*/
  .wrapper > footer {
    background: #385463;
    position: relative;
    font-size: 10pt;
    z-index: 1;
    height: auto;
    padding: 10px 0px;
  }
  .wrapper > footer ul {
    display: block;
    margin: 0px 1em;
  }
  .wrapper > footer ul li {
    display: block;
    padding: 0px 8px;
    margin: 0;
  }
  .wrapper > footer ul li:nth-child(odd) {
    border-right: none;
  }
  .wrapper > footer ul li:nth-child(2):after {
    content: "\A";
    white-space: pre;
  }
  .wrapper > footer .copyright {
    display: block;
    font-size: 7pt;
    color: #fff;
    margin: 20px 20px;
  }
  .wrapper > footer ul li a {
    font-size: 9pt;
    color: #fff;
  }
  .wrapper > footer .r-block {
    max-width: 162px;
  }
  .wrapper > footer .r-block {
    max-width: 162px;
  }
  .wrapper > footer .green-logo {
    display: block;
    width: 100%;
  }
  .wrapper > footer .green-logo img {
    width: 100%;
    max-width: 162px;
    margin: 10px auto;
  }
  .wrapper > footer .popup {
    position: relative;
    background: none;
    padding-top: 10px;
    display: none;
  }
  .wrapper > footer .popup > a,
  .wrapper > footer .popup > ul,
  .wrapper > footer .popup > div {
    display: none !important;
  }
  .wrapper > footer .pg-popup {
    display: none;
  }
}
/*
	
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 


 	.container  .home-bg {
    	background: url(images/home_bg@2x.jpg) top center no-repeat;
    	background-size: 100% auto;

    }
 
    .wrapper > .container:before {
        background: url(images/secondary_bg@2x.jpg);
        background-size: cover;
    }


    .wrapper > footer .popup .close{
        background: url(images/close@2x.png) no-repeat;
        background-size: cover;
    }

    .wrapper.desktop .container > .home {

    }

}



@media
only screen and (max-width : 767px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width : 767px) and (   min--moz-device-pixel-ratio: 2),
only screen and (max-width : 767px) and (     -o-min-device-pixel-ratio: 2/1),
only screen and (max-width : 767px) and (        min-device-pixel-ratio: 2),
only screen and (max-width : 767px) and (                min-resolution: 192dpi),
only screen and (max-width : 767px) and (                min-resolution: 2dppx) { 
	.container  .home-bg {
	    background: url(images/mobile_home_bg@2x.jpg) top center no-repeat;
	    background-size: 100% auto;

	}

}

@media (max-width : 767px), and (-webkit-min-device-pixel-ratio : 1.5),
    only screen and (min-device-pixel-ratio : 1.5){ 
    
    .container  .home-bg {
	    background: url(images/mobile_home_bg@2x.jpg) top center no-repeat;
	    background-size: 100% auto;

	}

    .wrapper > .container:before {
    }

}
*/
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .container .home-bg {
    background: url(images/mobile_home_bg@2x.jpg) top center no-repeat;
    background-size: 100% auto;
  }
}
/* CMS Overrides */
.mobile-version {
  display: none;
}
.menu a {
  text-transform: uppercase;
}
.container > section.photos .swiper-pagination {
  padding: 1em 0 3em !important;
  width: 100%;
}
article.active > p {
  margin-bottom: 1em !important;
}
.container > section.reviews p,
.promo {
  color: #fff;
}
.container > section.reviews h6,
.promo small {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
}
.review-company,
.review-company svg {
  height: auto;
}
.review-company svg {
  width: 20em;
  fill: #fff;
}
.review-company path,
.review-company polygon,
.review-company polyline,
.review-company rect {
  fill: #fff;
}
.review-company path.no-fill {
  fill: transparent;
}
.review-star,
.review-star svg {
  display: inline;
  width: 5em;
  fill: #fff;
}
.promo .review-star,
.promo .review-star svg {
  width: 3em;
}
.promo .review-company svg,
.promo .review-company polygon {
  width: 15em;
  fill: #fff !important;
}
.promo p {
  width: 80%;
  margin: 0px auto;
  padding: 0;
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
}
.promo small {
  color: #4eaff1;
  font-size: 0.7em;
}
.wrapper.section-home .container {
  background: #0f140e url(images/home_bg.jpg) top center no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  .wrapper.section-home .container {
    background: #000;
  }
  .desktop-version {
    display: none;
  }
  .mobile-version {
    display: inline;
    width: 35px !important;
  }
  .home-btn {
    position: absolute;
    left: 160px;
  }
  .content {
    margin-bottom: 0px;
  }
  section.videos ul li a p {
    font-size: 11pt;
    width: 60%;
  }
  .container > section.reviews h6 {
    font-size: 2.3em;
  }
  .promo {
    width: 100% !important;
    height: 50em;
    clear: both;
    margin: 10em 0;
  }
  .promo figure {
    height: 50em;
    display: table;
  }
  .slide {
    display: table-cell;
    vertical-align: middle;
  }
  .promo p {
    text-align: center;
    font-size: 4.5em !important;
  }
  .promo .review-company {
    margin: 2em auto;
  }
  .promo .review-company svg {
    width: 40em;
    fill: #f2ebcc;
  }
  .promo .review-company svg path,
  .promo .review-company svg path,
  .promo .review-company svg polygon,
  .promo small,
  .promo p {
    color: #fff !important;
    fill: #fff !important;
  }
  .container > section.story > .content {
    padding: 0em 20px 40em;
  }
}
/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { */
@media only screen and (max-width: 768px) {
  .content {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .cta img {
    width: 80%;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 360px) {
  section.videos ul li a p {
    font-size: 11pt;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-height: 668px) and (max-height: 1024px) {
  .section-home .trailer {
    margin-top: 72em;
  }
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (min-width: 769px) {
  .container > .home .release-date {
    margin-top: 5%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22style.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAwBA%3BEACC%3BEACA%3B%3BAAGD%3BAAAG%3BEACC%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAKJ%3BAACA%3BEACC%3BEACA%3BEACA%2CaAAa%2CiCAAb%3B%3BAAGD%3BEACC%2C6BAAA%3B%3BAAKD%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3B%3B%3B%3B%3BAAWJ%2CUAAa%2CMAAM%2CSAAO%3BEACtB%3B%3BAAGJ%2CQAAW%3BEACP%3BEACA%3BEACA%3BEACA%2C8BAAA%3BEACA%3BEACA%3BEACA%3B%3BAAIJ%2CQAAW%2CSAAO%3BEACd%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAO%3BEACd%3BEACA%2CwBAAA%3B%3BAAGJ%2CQAAW%2CSAAO%2CGAAG%3BEACjB%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKJ%2CQAAS%2CSAAS%3BEACd%3BEACA%3BEACA%2CYAAY%2CiDAAZ%3BEACA%2CYAAY%2C8CAAZ%3BEACA%2CYAAY%2CyCAAZ%3BEAEA%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAS%3BEAChB%3BEACA%3BEACA%3BEACA%3BEACA%2CoCAAA%3B%3BAAGJ%2CQAAQ%2CQAAW%2CSAAS%2CUAAO%3BEAC%5C%2FB%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAO%2CQAAU%2CIAAI%3BEAC5B%2CgCAAA%3BEACA%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAO%3BEACd%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAO%2CUAAU%3BEACxB%2CiBAAA%3B%3BAAGJ%2CQAAW%2CSAAO%3BEACd%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CwDAAA%3BEACA%2CqDAAA%3BEACA%2CgDAAA%3BEACA%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAO%2CaAAa%3BEAC3B%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAO%2CaAAa%2COAAO%3BEAClC%3BEACA%3B%3BAAIJ%2CQAAW%2CSAAO%2CaAAY%3BEAC1B%3B%3BAAGJ%2CQAAW%2CSAAO%2CaAAa%3BEAC3B%3B%3BAAGJ%2CQAAW%2CSAAO%2CaAAa%2CGAAG%3BEAC9B%2CgBAAA%3BEACA%3B%3BAAIJ%2CQAAW%2CSAAO%2CaAAa%3BAAC%5C%2FB%2CQAAW%2CSAAO%2CaAAa%2CGAAG%3BEAC9B%3BEACA%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAO%2CaAAa%2CEAAE%3BEAC7B%3B%3BAAGJ%2CQAAQ%2CQAAW%2CSAAO%2CaAAa%2CEAAC%2CMAAO%3BEAC3C%3BEACA%2CmBAAmB%2CeAAnB%3BEACA%2CeAAe%2CeAAf%3BEACA%2CWAAW%2CeAAX%3B%3B%3B%3B%3B%3B%3BAAUJ%2CQAAW%3BEACP%3BEACA%3B%3BAAGJ%2CQAAW%2CaAAU%3BEACjB%2CkDAAA%3BEACA%3BEACA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%2CeAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%3B%3BAAMJ%3BEACI%3B%3BAAGJ%2CUAAa%3BEACT%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAIJ%2CUAAa%2CUAAU%3BEACnB%3B%3BAAGJ%2CUAAa%3BEACT%3BEACA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAU%3BEACnB%2C6BAAA%3BEACA%2CsBAAA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAU%2CSAAO%3BEAC1B%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3BAAGJ%2CSAAY%3BEACR%3B%3BAAGJ%3BAACA%3BEACI%3BEACA%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2COAAQ%3BAACR%2COAAQ%3BEACJ%3B%3BAAGJ%2COAAQ%3BEACJ%3BEACA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%2CeAAA%3B%3BAAGJ%2CSAAU%3BEACN%3B%3BAAKJ%2CSAAU%2CGAAG%3BEACT%2CiBAAA%3B%3BAAGJ%2CSAAU%3BEACN%3BEACA%3BEACA%3B%3BAAIJ%2CSAAU%2CEAAC%3BAACX%2CQAAQ%2CQAAS%2CUAAU%2CEAAC%3BEACxB%3B%3B%3B%3B%3B%3B%3BAAUJ%3BEACI%3B%3BAAIJ%2CeAAgB%3BEACZ%3B%3BAAIJ%2CUAAa%2CUAAO%3BEAChB%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2CKAAM%3BEACtB%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAQ%2CSAAS%3BEAC1B%3BEACA%3B%3BAAGJ%2CUAAa%2CQAAO%3BEAChB%3B%3BAAGJ%2CUAAY%3BEACR%3B%3BAAGJ%2CUAAa%2CQAAM%3BEACf%2CmBAAA%3BEACA%3B%3BAAIJ%2CaAAc%3BEACV%2CcAAA%3B%3BAAGJ%2CWAAY%3BAACZ%2CQAAS%3BEACR%3BEACG%3B%3BAAGJ%2CSAAU%3BEACN%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%3BAACd%2CaAAc%3BAACd%2CaAAc%3BAACd%2CaAAc%3BEACV%3B%3BAAOJ%3BEACI%2CoBAAA%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%3BAACd%2CaAAc%3BEACV%2CeAAA%3B%3BAAIJ%3BEACI%3B%3BAAGJ%3BEAEI%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%3BEACL%3BEACA%3BEACA%3BEACA%3BEAEA%2CcAAA%3BEACA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CgCAAA%3BEACA%3BEACA%3B%3BAAGJ%2CQAAQ%2CQAAS%2CSAAS%2CEAAC%3BEACvB%3B%3BAAIJ%2CQAAS%2CEAAE%3BEACP%3B%3BAAGJ%2CQAAS%2CEAAE%3BEACP%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CQAAS%2CEAAE%3BEACP%3B%3BAAGJ%2CQAAS%2CEAAE%3BEAEP%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BEAEA%3B%3BAAGJ%2CMAAO%3BEACH%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CMAAO%2COAAO%3BEACV%3BEACA%3B%3BAAGJ%2CMAAO%2COAAM%3BEACT%2CmBAAmB%2CeAAnB%3BEACA%2CeAAe%2CeAAf%3BEACA%2CWAAW%2CeAAX%3BEACA%3BEACA%3B%3BAAGJ%2CMAAO%2COAAM%3BEACT%2CmBAAmB%2CeAAnB%3BEACA%2CeAAe%2CeAAf%3BEACA%2CWAAW%2CeAAX%3BEACA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAU%3BEACnB%3B%3BAAIJ%3BEACI%3BEACA%3BEAEA%3BEACA%3B%3BAAIJ%2CIAAO%3BEACH%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CYAAY%2CyCAAZ%3BEACA%2CYAAY%2CoCAAZ%3BEACA%2CYAAY%2CsCAAZ%3BEACA%2CYAAY%2CiCAAZ%3BEAEA%3BEACA%3BEACA%2CiBAAA%3BEACA%3BEACA%3BEACA%3BEAEA%2C%2BCAAA%3BEACA%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CIAAO%2CIAAC%3BEACP%3B%3BAAGD%2CQAAQ%2CQAAS%2CKAAO%2CIAAC%3BEACrB%2CmBAAmB%2CeAAnB%3BEACA%2CeAAe%2CeAAf%3BEACA%2CWAAW%2CeAAX%3B%3BAAGJ%2CQAAQ%2CQAAS%2CSAAS%2CKAAO%2CcAAW%3BEAC3C%3BEACA%3BEACA%3B%3BAAGD%2CIAAO%2CIAAI%3BAACX%2CIAAO%2CIAAI%3BEACP%2CaAAa%2CiCAAb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CIAAO%2CIAAI%3BEACP%3BEACA%3B%3BAAGJ%2CIAAO%2CIAAI%3BEACV%2CaAAa%2CiCAAb%3BEACA%3BEACA%3B%3BAAGD%2CIAAO%2CIAAE%3BEACL%3BEACA%3BEACA%3B%3BAAGJ%2CIAAO%2CIAAE%3BEACL%3BEACA%3B%3BAAGJ%2CIAAO%2CIAAE%2CIAAG%3BEACR%3BEACA%3BEACA%3B%3B%3B%3B%3B%3B%3BAASJ%2CUAAa%2CUAAO%3BEAChB%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2COAAQ%3BAAC5B%2CUAAa%2CUAAO%2COAAQ%3BEACxB%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2COAAQ%3BEACxB%3B%3BAADJ%2CUAAa%2CUAAO%2COAAQ%2CYAE3B%3BEACC%3B%3BAAIF%2CUAAa%2CUAAO%2COAAQ%3BEACxB%3B%3BAAGJ%2CUAAa%2CUAAO%2COAAQ%2CcAAc%3BEACtC%3BEACA%3BEACA%3BEACA%3BEACA%2CeAAA%3B%3BAAIJ%2CUAAa%2CUAAO%2COAAU%3BEAC1B%3B%3BAAGJ%2CUAAa%2CUAAO%2COAAQ%3BAAC5B%2CUAAa%2CUAAO%2COAAQ%3BEACxB%3B%3BAAGJ%2CUAAa%2CUAAO%2COAAQ%3BAAC5B%2CUAAa%2CUAAO%2COAAQ%3BEACxB%3B%3BAAGJ%2CUAAa%2CUAAO%2COAAQ%3BEACxB%3BEACA%3B%3BAAGJ%2COAAQ%3BAACR%2COAAQ%3BEACJ%3BEACA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2COAAQ%3BEACJ%3B%3BAAGJ%2COAAQ%3BEACJ%3B%3BAAGJ%2CQAAQ%2CQAAS%2CQAAQ%2CYAAW%3BAACpC%2CQAAQ%2CQAAS%2CQAAQ%2CaAAY%3BEACjC%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0DAAA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACJ%2C2CAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKJ%3BEACI%3BEACA%3BEACA%2CuCAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%3B%3BAAGJ%3BEACI%3B%3B%3B%3B%3B%3B%3BAAUJ%3BAAAgB%2COAAO%2COAAQ%3BEAC3B%3B%3BAAGJ%2COAAO%2COAAQ%3BEACX%3BEACA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAO%2COAAQ%2CGAAG%3BEACd%3BEACA%3BEACA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2COAAO%2COAAQ%2CGAAG%2CGAAG%3BEACjB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CQAAQ%2CQAAS%2CQAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAC%3BAACvC%2CQAAQ%2CQAAS%2CQAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAC%3BEACnC%2C8BAAA%3B%3BAAGJ%2COAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAE%3BEACnB%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2COAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAE%3BEACnB%3BEACA%3BEACA%2C2BAAA%3BEACA%3BEACA%3B%3BAAGJ%2COAAO%2COAAQ%3BEACX%3B%3B%3B%3B%3B%3B%3BAAWJ%2CUAAa%2CUAAO%2CKAAQ%3BEACxB%3BEACA%3B%3BAAIJ%2CUAAa%2CUAAO%2CKAAQ%3BEACxB%3B%3BAAGJ%2CUAAa%2CUAAO%2CKAAQ%2CWAAS%3BEACjC%3BEACA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2CKAAQ%2CWAAS%2CQAAO%3BEACxC%3BEACA%3B%3B%3B%3B%3B%3B%3BAASJ%2CUAAa%2CUAAO%2CWAAc%3BEAC9B%3BEACA%3B%3BAAIJ%2CUAAa%2CUAAO%2CWAAc%3BEAC9B%3B%3BAAGJ%2CUAAa%2CUAAO%2CWAAc%2CWAAS%3BEACvC%3BEACA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2CWAAc%2CWAAS%2CQAAO%3BEAC9C%3BEACA%3B%3B%3B%3B%3B%3B%3BAAUJ%2CUAAa%2CUAAO%2CMAAS%3BEACzB%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2CMAAS%3BEACzB%3BEACA%3BEACA%2CiBAAA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2CMAAS%2CWAAS%3BEAClC%3BEACA%3BEACA%3B%3B%3B%3B%3B%3B%3BAASJ%2CUAAa%2CUAAO%2COAAU%3BEAC1B%3BEACH%3B%3BAAFD%2CUAAa%2CUAAO%2COAAU%2CWAG7B%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIF%2COAAQ%3BEACJ%3BEACA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2COAAQ%3BEACxB%2CwBAAA%3B%3BAAeJ%2CwBAZ0C%3BEACzC%2CUAAa%2CUAAO%2COAAU%3BIAC7B%3B%3BEADD%2CUAAa%2CUAAO%2COAAU%2CWAE7B%3BIACC%3BIACA%3BIACA%3BIACA%2CwBAAA%3B%3B%3BAAYH%2CwBAP6C%2C0BAA4B%2C4BAAuB%2CuBAA4B%3BEAC3H%2CUAAa%2CUAAO%2COAAU%2CWAAS%3BIACtC%3B%3B%3B%3B%3B%3B%3B%3BAAWF%2CUAAa%2CUAAO%3BEAChB%2CcAAA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2CQAAW%3BEAC3B%2CiBAAA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2CQAAS%3BEACzB%3BEACA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2CQAAS%3BEACzB%2CaAAA%3B%3B%3B%3B%3B%3B%3BAASJ%2CUAAa%2CUAAO%2CKAAQ%3BEACxB%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%3BEAChB%3B%3BAAGJ%2CUAAa%2CUAAO%2CKAAM%3BEACtB%3B%3BAAGJ%2CUAAa%2CUAAO%2CKAAM%3BEACtB%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3BAASJ%2CUAAa%2CUAAO%2CSAAY%3BEAC5B%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%3BEAChB%3B%3BAAIJ%2CUAAa%2CUAAO%2CSAAU%3BEAC1B%3B%3BAAGJ%2CUAAa%2CUAAO%2CSAAU%3BEAC1B%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2CSAAU%3BEAE1B%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIJ%2CUAAa%2CUAAO%2CSAAU%2CGAAG%3BEAC7B%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2CSAAU%2CGAAI%3BEAC9B%3BEACA%3BEACA%3BEACA%2CYAAY%2CyCAAZ%3BEACA%2CYAAY%2CoCAAZ%3BEACA%2CYAAY%2CsCAAZ%3BEACA%2CYAAY%2CiCAAZ%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%3BEAChB%3B%3B%3B%3B%3B%3B%3BAAUJ%2CUAAa%2CUAAO%2COAAU%3BEAC1B%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2COAAQ%3BEACxB%3B%3BAAOJ%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%3BEACpC%3BEACA%3BEACA%2CgBAAA%3BEACA%2CkDAAA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BEACvC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIJ%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BEACvC%3BEACA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BEACvC%3BEACA%3BEACA%3B%3BAAGJ%2CUAAa%2CUAAO%2COAAQ%2CSAAS%3BEACjC%3B%3BAAgCJ%2CwBA7B0C%3BEACzC%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%3BIACvC%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BIACvC%3B%3BEAGJ%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BIAC1C%3B%3BEAGD%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%2CMAAM%3BEAAG%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%2COAAO%3BIACrG%3BIACA%3B%3BEAGD%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%2COAAO%3BIACjD%3B%3B%3B%3B%3B%3B%3B%3BAAeF%2CQAAW%3BEACP%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAO%3BEACd%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAW%2CSAAO%2CGAAG%3BEACjB%3BEACA%2CiBAAA%3BEACH%3B%3BAAGD%2CQAAW%2CSAAO%3BEACd%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAO%3BAAClB%2CQAAW%2CSAAO%2CGAAG%2CGAAG%3BEACpB%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAO%2CGAAG%2CGAAG%3BEACpB%3B%3BAAGJ%2CQAAW%2CSAAS%3BEAChB%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAW%2CSAAS%3BEAChB%2CcAAA%3BEACA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CQAAQ%2CQAAW%2CSAAO%2CGAAG%2CGAAG%2CEAAC%3BEAC7B%3B%3BAAGJ%2CQAAW%2CSAAO%3BEACd%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAO%2COAAM%3BEACpB%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAO%2COAAO%3BEACrB%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAALJ%2CQAAW%2CSAAO%2COAAO%2COAMxB%3BEACC%3B%3BAAIF%2CQAAW%2CSAAO%2COAAS%3BEACvB%3BEACA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAW%2CSAAO%2COAAO%3BEACrB%3B%3BAAGJ%2CQAAW%2CSAAO%2COAAO%2CGAAG%2CGAAG%3BEAC3B%3BEACA%3B%3BAAGJ%2CQAAW%2CSAAO%2COAAO%3BEACrB%3BEACA%3BEACA%3B%3BAAIJ%2CQAAW%2CSAAO%3BEACd%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAPJ%2CQAAW%2CSAAO%2CUAQjB%3BEACC%3BEACA%3BEACA%3B%3BAAIF%2CQAAW%2CSAAO%2CUAAU%3BEACxB%3B%3BAAGJ%2CQAAW%2CSAAO%2CUAAS%3BEACvB%3B%3BAAIJ%2CaAAgB%2CSAAO%2CGAAG%2CGAAG%3BAAC7B%2CaAAgB%2CSAAO%3BEACnB%3BEACA%3B%3BAAGJ%2CaAAgB%3BEACZ%3B%3B%3B%3B%3B%3B%3BAAaJ%3BEACI%2CwCAAA%3BEACA%2CoCAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CgCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CQAAW%2CSAAM%3BEACb%3B%3BAAGJ%2CQAAW%2CSAAO%2CSAAQ%3BEACtB%3BEACA%3B%3BAAGJ%2CMAAO%2CMAAM%2CEAAC%3BEACV%3B%3BAAGJ%2CMAAM%3BEACF%3B%3BAAIJ%2COAAO%3BEACH%3B%3BAA%2BaJ%2CwBA5a0C%3BEAEtC%2CQAAW%2CSAAO%2CGAAG%2CEAAC%3BEAAQ%2CSAAU%2CEAAC%3BIACrC%3BIACA%3BIACA%3BIACA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgCAAA%3BIACA%2CuCAAA%3BIACA%2CmCAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%2CQAAW%2CSAAO%2CGAAG%2CEAAC%2CSAAS%3BIAC3B%2CgCAAA%3BIACA%3B%3BEAGJ%2CQAAQ%2CQAAW%2CSAAO%2CMAAM%2CGAAG%2CEAAC%2CMAAM%3BEAAQ%2CSAAU%2CEAAC%2CMAAM%3BIAChE%2CgCAAA%3BIACA%3B%3B%3BEAKH%2CUAAa%3BIACT%3B%3BEAGJ%2CUAAa%2CQAAM%3BIACf%3BIACA%3B%3BEAGJ%2CUAAa%2CQAAM%3BIACf%3BIACA%3B%3BEAGJ%2CUAAa%2CQAAM%3BIACf%3BIACA%2CmBAAmB%2CeAAnB%3BIACA%2CeAAe%2CeAAf%3BIACA%2CWAAW%2CeAAX%3B%3BEAGJ%2CUAAa%2CQAAM%3BIACf%3BIACA%3B%3BEAGJ%2CUAAa%2CQAAM%3BIACf%3BIACA%3B%3BEAGJ%2CUAAa%2CQAAM%3BIACf%3B%3BEAGJ%2CUAAa%2CQAAK%3BIACd%2CgCAAA%3BIACA%3B%3BEAGJ%2CUAAa%2CQAAK%2COAAQ%3BIACtB%2C8EAAA%3BIACA%2C0EAAA%3BIACA%2CsEAAA%3BIACA%3BIACA%3B%3BEAGJ%2CUAAa%2CQAAK%2COAAQ%3BIACtB%2C8EAAA%3BIACA%2C0EAAA%3BIACA%2CsEAAA%3BIACA%3BIACA%3B%3BEAGJ%2CUAAa%2CQAAK%2COAAQ%3BIACtB%2C2EAAA%3BIACA%2CuEAAA%3BIACA%2CmEAAA%3BIACA%3BIACA%2CmBAAmB%2CWAAnB%3BIACA%2CeAAe%2CWAAf%3BIACA%2CWAAW%2CWAAX%3B%3BEAGJ%2CUAAa%2CQAAK%2COAAQ%3BIACtB%2C8EAAA%3BIACA%2C0EAAA%3BIACA%2CsEAAA%3BIACA%3BIACA%3B%3BEAGJ%2CUAAa%2CQAAK%2COAAQ%3BIACtB%2C8EAAA%3BIACA%2C0EAAA%3BIACA%2CsEAAA%3B%3BEAGJ%2CUAAa%2CQAAK%2COAAQ%3BIACtB%2C8EAAA%3BIACA%2C0EAAA%3BIACA%2CsEAAA%3BIAEA%3BIACA%3B%3BEAGJ%2CUAAa%2CQAAK%2COAAQ%3BIACtB%2C8EAAA%3BIACA%2C0EAAA%3BIACA%2CsEAAA%3BIAEA%3B%3B%3BEAKJ%2CUAAa%2CUAAQ%3BIACjB%3BIACA%3BIACA%3B%3BEAGJ%2CUAAa%2CUAAO%2COAAQ%3BIACxB%2CuEAAA%3BIACA%2CmEAAA%3BIACA%2C%2BDAAA%3BIACA%3BIACA%3B%3BEAGJ%2CUAAa%2CUAAQ%3BIACjB%3BIACA%3BIACA%3B%3BEAGJ%2CUAAa%2CUAAO%2COAAQ%3BIACxB%2CwEAAA%3BIACA%2CoEAAA%3BIACA%2CgEAAA%3BIACA%3BIACA%3B%3B%3B%3BEASJ%2CSAAY%2CKAAK%3BIACb%2CoEAAA%3BIACA%2CgEAAA%3BIACA%2C4DAAA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%2CUAAY%2CKAAK%2CKAAE%2CUAAU%3BIACjC%2CmEAAA%3BIACA%2C%2BDAAA%3BIACA%2C2DAAA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%2CUAAY%2CKAAK%2CKAAE%2CUAAU%3BIACjC%2C%2BEAAA%3BIACA%2C2EAAA%3BIACA%2CuEAAA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%2CUAAY%2CKAAK%2CKAAE%2CUAAU%3BIACjC%2C6EAAA%3BIACA%2CyEAAA%3BIACA%2CqEAAA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%2CUAAY%2CKAAK%2CKAAE%2CUAAU%3BIACjC%2C%2BEAAA%3BIACA%2C2EAAA%3BIACA%2CuEAAA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%2CUAAY%2CKAAK%2CKAAE%2CUAAU%3BIACjC%2C6EAAA%3BIACA%2CyEAAA%3BIACA%2CqEAAA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%2CUAAY%2CKAAK%2CKAAE%2CUAAU%3BIACjC%2C%2BEAAA%3BIACA%2C2EAAA%3BIACA%2CuEAAA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%2CUAAY%2CKAAK%2CKAAE%2CUAAU%3BIACjC%2C6EAAA%3BIACA%2CyEAAA%3BIACA%2CqEAAA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%2CUAAY%2CKAAK%2CKAAE%2CUAAU%3BIACjC%2C%2BEAAA%3BIACA%2C2EAAA%3BIACA%2CuEAAA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%2CUAAY%2CKAAK%2CKAAE%2CUAAU%3BIACjC%2C6EAAA%3BIACA%2CyEAAA%3BIACA%2CqEAAA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%2CUAAY%2CKAAK%2CKAAE%2CUAAU%3BIACjC%2C%2BEAAA%3BIACA%2C2EAAA%3BIACA%2CuEAAA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%2CUAAY%2CKAAK%2CKAAE%2CUAAU%3BIACjC%2C6EAAA%3BIACA%2CyEAAA%3BIACA%2CqEAAA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%2CUAAY%2CKAAK%2CKAAE%2CUAAU%3BIACjC%2C%2BEAAA%3BIACA%2C2EAAA%3BIACA%2CuEAAA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%2CUAAY%2CKAAK%2CKAAE%2CUAAU%3BIACjC%2C6EAAA%3BIACA%2CyEAAA%3BIACA%2CqEAAA%3BIACA%3BIACA%3B%3B%3BEAMJ%2CUAAa%2CWAAS%3BIAClB%2C8CAAA%3BIACA%2C0CAAA%3BIACA%2CsCAAA%3BIACA%3B%3BEAGJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C8CAAA%3BIACA%2C0CAAA%3BIACA%2CsCAAA%3BIACA%3B%3BEAGJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C6CAAA%3BIACA%2CyCAAA%3BIACA%2CqCAAA%3BIACA%3B%3BEAIJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C8CAAA%3BIACA%2C0CAAA%3BIACA%2CsCAAA%3BIACA%3B%3BEAGJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C6CAAA%3BIACA%2CyCAAA%3BIACA%2CqCAAA%3BIACA%3B%3BEAIJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C8CAAA%3BIACA%2C0CAAA%3BIACA%2CsCAAA%3BIACA%3B%3BEAGJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C6CAAA%3BIACA%2CyCAAA%3BIACA%2CqCAAA%3BIACA%3B%3BEAIJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C8CAAA%3BIACA%2C0CAAA%3BIACA%2CsCAAA%3BIACA%3B%3BEAIJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C6CAAA%3BIACA%2CyCAAA%3BIACA%2CqCAAA%3BIACA%3B%3BEAIJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C8CAAA%3BIACA%2C0CAAA%3BIACA%2CsCAAA%3BIACA%3B%3BEAGJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C6CAAA%3BIACA%2CyCAAA%3BIACA%2CqCAAA%3BIACA%3B%3BEAIJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C8CAAA%3BIACA%2C0CAAA%3BIACA%2CsCAAA%3BIACA%3B%3BEAEJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C6CAAA%3BIACA%2CyCAAA%3BIACA%2CqCAAA%3BIACA%3B%3BEAIJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C8CAAA%3BIACA%2C0CAAA%3BIACA%2CsCAAA%3BIACA%3B%3BEAGJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C6CAAA%3BIACA%2CyCAAA%3BIACA%2CqCAAA%3BIACA%3B%3BEAIJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C8CAAA%3BIACA%2C0CAAA%3BIACA%2CsCAAA%3BIACA%3B%3BEAIJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C6CAAA%3BIACA%2CyCAAA%3BIACA%2CqCAAA%3BIACA%3B%3BEAIJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C8CAAA%3BIACA%2C0CAAA%3BIACA%2CsCAAA%3BIACA%3B%3BEAGJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C6CAAA%3BIACA%2CyCAAA%3BIACA%2CqCAAA%3BIACA%3B%3BEAIJ%2CUAAa%2CWAAQ%2COAAQ%2CQAAO%2CUAAU%3BIAC1C%2C8CAAA%3BIACA%2C0CAAA%3BIACA%2CsCAAA%3BIACA%3B%3B%3B%3B%3B%3B%3B%3BAA8BR%2CwBAhB2C%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA2B3C%2CwBAX2C%3BEACvC%3BIACI%3B%3BEAGJ%3BIACI%3B%3B%3BAA%2BsBR%2CwBA1sB0C%3B%3BEAKtC%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGP%2CYAAY%3BIACX%3B%3BEAGE%2CQAAW%3BIACP%3BIACA%3B%3BEAGJ%2CUAAa%2CUAAU%3BIACnB%3B%3B%3BEAOJ%2CQAAW%3BIACP%3BIACA%3BIACA%3BIACA%3BIACA%2CwDAAA%3BIACA%2CqDAAA%3BIACA%2CgDAAA%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAO%3BIACd%2CkBAAA%3B%3BEAGJ%2CQAAW%2CSAAO%3BIACd%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAO%2CMAAQ%3BIACtB%3BIACA%2CgCAAA%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAO%2CMAAQ%2CKAAG%3BIACzB%3B%3BEAGJ%2CQAAW%2CSAAO%2CMAAQ%2CKAAE%3BIACxB%3B%3BEAGJ%2CQAAW%2CSAAO%2CMAAK%2CKAAQ%2CKAAE%3BIAC7B%3B%3BEAGJ%2CQAAW%2CSAAO%2CGAAG%3BIACjB%3B%3BEAGJ%2CQAAS%2COAAS%3BIACd%3BIACA%3BIACA%3B%3BEAIJ%2CQAAU%2COAAS%2CWAAS%3BIACxB%3BIACA%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAS%3BIAChB%3BIACA%3B%3BEAIJ%2CQAAW%2CSAAS%2CUAAQ%3BIACxB%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAO%2CQAAU%2CIAAI%3BIAC5B%2C4BAAA%3BIACA%3BIACA%3B%3BEAGJ%2CQAAQ%2CQAAW%2CSAAS%2CUAAO%3BIAChC%3B%3BEAGH%2CQAAW%2CSAAO%3BIACd%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAO%3BIACd%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CoCAAA%3B%3BEAGJ%2CQAAW%2CSAAO%2CaAAY%3BIAC1B%3B%3BEAGJ%2CQAAW%2CSAAO%2CaAAa%2CGAAG%3BIAC9B%3BIACA%2CeAAA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAO%2CaAAa%2CGAAG%2CEAAE%3BIACnC%3B%3BEAID%2CQAAW%2CSAAO%2CaAAa%3BIAC3B%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAO%2CaAAa%2COAAO%3BIAClC%3BIACA%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAO%2CaAAa%3BIAC3B%3B%3BEAKJ%2CQAAW%2CSAAO%2CaAAa%2CGAAG%3BIAC9B%3BIACA%3BIACA%3BIACA%3B%3B%3BEAaJ%2CUAAa%2CUAAU%3BIACnB%2CwCAAA%3BIACA%2C2CAAA%3BIACN%2CiBAAA%3BIACA%3B%3BEAKE%2CUAAa%2CUAAU%2CSAAO%3BIAC1B%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%2CqDAAA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%2CQAAW%2CaAAU%3BIAEjB%3B%3BEAIJ%3BIACI%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%2CUAAY%3BIACX%2C%2BDAAA%3BIACA%2C0BAAA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%3BIACI%3BIACA%3B%3BEAGJ%2CIAAO%3BIACH%3BIACA%3BIACA%3BIACA%3BIACA%2CiBAAA%3B%3BEAGJ%2CIAAO%2CIAAI%3BEACX%2CIAAO%2CIAAI%3BIACP%3BIACA%3B%3BEAIJ%2CIAAO%2CIAAE%3BIACL%3BIACA%3B%3BEAGJ%2CIAAO%2CIAAE%2CIAAG%3BIACR%3BIACA%3BIACA%3B%3BEAGP%2CIAAO%2CIAAC%3BIACP%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAmBD%2CUAAa%2CUAAO%3BIACnB%3B%3BEAGE%2CUAAa%2CUAAO%2COAAQ%3BEAC5B%2CUAAa%2CUAAO%2COAAQ%3BIACxB%3B%3BEAGJ%2CUAAa%2CUAAO%2COAAQ%3BIACxB%3B%3BEAIJ%2CUAAa%2CUAAO%2COAAQ%2CcAAc%3BIACtC%3BIACA%3BIACA%3BIACA%3BIACA%2CaAAA%3B%3BEAIJ%3BIACI%3BIACA%3BIACA%3B%3BEAGJ%2CSAAY%3BIACR%3BIACA%3BIACA%3BIACA%3BIACA%2CYAAY%2CyCAAZ%3BIACA%2CYAAY%2CoCAAZ%3BIACA%2CYAAY%2CsCAAZ%3BIACA%2CYAAY%2CiCAAZ%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BEACA%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%2CcAAA%3B%3BEAGJ%2COAAQ%3BIACJ%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%2COAAQ%3BEACR%2COAAQ%3BIACJ%3BIACA%3B%3BEAGJ%2COAAQ%3BIACJ%3BIACA%3BIAEA%3B%3BEAGJ%2COAAQ%3BIACJ%3B%3BEAGJ%3BIACI%3BIACA%2CeAAA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%2CSAAU%3BIACN%3B%3BEAGJ%2CSAAU%2CGAAE%2CKAAM%2CGAAE%3BIAChB%3B%3BEAGJ%2CSAAU%2CGAAG%3BIACf%3BIACM%2CkBAAA%3BIACA%2C6BAAA%3BIACN%3BIACA%3B%3BEAGE%2CSAAU%2CGAAG%2CGAAE%3BIACX%3B%3BEAGJ%2CSAAU%3BIACN%3BIACA%3BIACA%3B%3BEAMJ%2CSAAU%2CEAAC%3BEACX%2CQAAQ%2CQAAS%2CUAAU%2CEAAC%3BIACxB%3B%3B%3BEASJ%2CUAAa%2CQAAQ%3BIACjB%3BIACA%3B%3BEAGJ%2CaAAc%3BIACV%3B%3BEAGJ%2CUAAa%2CQAAM%3BIACf%2CmBAAA%3BIACA%3BIACA%3B%3BEAIJ%2CaAAc%3BIACV%3BIACA%3BIACA%2C4BAAA%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAIJ%3BIAEI%2CoBAAA%3B%3BEAGJ%3BIACI%3BIACA%2CkBAAA%3BIACA%3B%3BEAGJ%2CWAAY%3BEAAK%2CUAAa%2CUAAO%2COAAQ%2CYAAY%3BIACrD%3BIACA%3BIACA%3B%3BEAGP%2CUAAa%2CQAAM%3BIAClB%3B%3BEAIE%2CUAAa%2CQAAM%3BIACf%3BIACA%3BIACA%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BIACI%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%3BIAEA%3B%3BEAIJ%2CQAAS%3BIACL%3BIACA%3BIACA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%3B%3BEAGJ%2CQAAS%2CEAAE%3BIACP%3BIACA%3BIACA%3BIACA%3B%3BEAIJ%2CQAAS%2CEAAE%3BIACP%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3B%3BEAIJ%2CMAAO%3BIACH%3BIACA%2CcAAA%3B%3BEAGJ%2CMAAO%2COAAO%3BIACV%3B%3B%3BEAKJ%2COAAQ%2CYAAY%3BEACpB%2COAAQ%2CaAAa%3BIACjB%3BIACA%3B%3BEAGJ%2COAAQ%3BIACJ%3B%3BEAGJ%3BIACI%3B%3B%3BEAUJ%2COAAO%2COAAQ%3BIACX%2CiBAAA%3B%3BEAGJ%2COAAO%2COAAQ%2CGAAG%3BIACd%3BIACA%3BIACA%2CgBAAA%3B%3BEAIJ%2COAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAE%3BIACnB%3BIACA%3B%3BEAGJ%2COAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAE%3BIACnB%3BIACA%3BIACA%3B%3BEAGJ%2COAAO%2COAAQ%2CEAAE%3BIACb%3BIACA%3B%3B%3BEAKJ%2CUAAa%2CUAAO%2CMAAO%3BIACvB%2CaAAA%3B%3B%3BEAKJ%2CUAAa%2CUAAO%2CQAAS%3BIACzB%2CcAAA%3B%3B%3BEAMJ%2CUAAa%2CUAAO%2CSAAU%3BIAC1B%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%2CUAAa%2CUAAO%2CSAAU%2CGAAG%3BIAC7B%3BIACA%3B%3BEAGJ%2CUAAa%2CUAAO%2CSAAU%2CGAAG%3BIAC7B%2CiBAAA%3BIACA%3B%3BEAGJ%2CUAAa%2CUAAO%2CSAAU%2CGAAI%3BIAC9B%3BIACA%3BIACA%2CiBAAA%3BIACA%3BIACA%3BIACA%2CcAAA%3BIACA%3B%3B%3BEAKJ%2CQAAW%3BIACP%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CiBAAA%3B%3BEAIJ%2CQAAW%2CSAAO%3BIACd%3BIACA%2CeAAA%3B%3BEAGJ%2CQAAW%2CSAAO%2CGAAG%3BIACjB%3BIACA%2CgBAAA%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAO%2CGAAG%2CGAAE%2CUAAU%3BIAC7B%3B%3BEAGJ%2CQAAW%2CSAAO%2CGAAG%2CGAAE%2CUAAU%2CGAAG%3BIAChC%2CSAAQ%2CIAAR%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAO%3BIACd%3BIACA%3BIACA%3BIACA%2CiBAAA%3B%3BEAGJ%2CQAAW%2CSAAO%2CGAAG%2CGAAG%3BIACpB%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAO%3BIACd%3B%3BEAIJ%2CQAAW%2CSAAO%3BIACd%3B%3BEAGJ%2CQAAW%2CSAAO%3BIACd%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAO%2CYAAY%3BIAC1B%3BIACA%3BIACA%2CiBAAA%3B%3BEAGJ%2CQAAW%2CSAAO%3BIACd%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%2CQAAW%2CSAAO%2COAAS%3BEAC3B%2CQAAW%2CSAAO%2COAAS%3BEAC3B%2CQAAW%2CSAAO%2COAAS%3BIACvB%3B%3BEAGJ%2CQAAW%2CSAAO%3BIACd%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%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%3B%3B%3B%3BAA2FR%2CwBAnBoC%2CuBAAuC%2CqDACvC%2CuBAAuC%2CkDACvC%2CuBAAyC%2CkDACzC%2CuBAAuC%2C6CACvC%2CuBAA4C%2C0CAC5C%2CuBAA4C%3BEAE5E%2CUAAY%3BIACX%2CkEAAA%3BIACA%2C0BAAA%3B%3B%3B%3BAAYL%3BEACC%3B%3BAAGD%2CKAAM%3BEAAG%3B%3BAACT%2CUAAa%2CUAAO%2COAAQ%3BEAC1B%2C6BAAA%3BEACA%3B%3BAAGF%2COAAO%2COAAU%3BEAChB%3B%3BAAGD%2CUAAa%2CUAAO%2CQAAS%3BAAAG%3BEAC%5C%2FB%3B%3BAAGD%2CUAAa%2CUAAO%2CQAAS%3BAAAI%2CMAAO%3BEACvC%3BEACA%3BEACA%3B%3BAAGD%3BAAAiB%2CeAAgB%3BEAChC%3B%3BAAGD%2CeAAgB%3BEACf%3BEACA%3B%3BAAGD%2CeAAgB%3BAAAM%2CeAAgB%3BAAAS%2CeAAgB%3BAAAU%2CeAAgB%3BEACxF%3B%3BAAGD%2CeAAgB%2CKAAI%3BEACnB%3B%3BAAGD%3BAAAc%2CYAAa%3BEAC1B%3BEACA%3BEACA%3B%3BAAGD%2CMAAO%3BAAAc%2CMAAO%2CaAAa%3BEACxC%3B%3BAAGD%2CMAAO%2CgBAAgB%3BAAAK%2CMAAO%2CgBAAgB%3BEAClD%3BEACA%3B%3BAAGD%2CMAAO%3BEACN%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAQD%2CMAAO%3BEACN%3BEACA%3B%3BAAGD%2CQAAQ%2CaAAc%3BEAClB%2CgEAAA%3BEACA%2C0BAAA%3B%3BAAgFJ%2CwBA5E0C%3BEAEzC%2CQAAQ%2CaAAc%3BIACrB%3B%3BEAGD%3BIACC%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAGD%3BIACC%3B%3BEAGD%2COAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAE%3BIAChB%3BIACA%3B%3BEAIJ%2CUAAa%2CUAAO%2CQAAS%3BIAC5B%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3BIACA%2CcAAA%3B%3BEAGD%2CMAAO%3BIACN%3BIACA%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAGD%2CMAAO%3BIACN%3BIACA%3B%3BEAGD%2CMAAO%3BIACT%2CgBAAA%3B%3BEAGD%2CMAAO%2CgBAAgB%3BIACtB%3BIACA%3B%3BEAGD%2CMAAO%2CgBAAgB%2CIAAI%3BEAAM%2CMAAO%2CgBAAgB%2CIAAI%3BEAAM%2CMAAO%2CgBAAgB%2CIAAI%3BEAAS%2CMAAO%3BEAAO%2CMAAO%3BIAC1H%3BIACA%3B%3BEAGD%2CUAAa%2CUAAO%2CMAAS%3BIAC5B%2CsBAAA%3B%3B%3B%3BAAcF%2CwBAR0C%3BEAGzC%3BIACC%3B%3B%3BAAWF%2CwBAPyC%3BEACxC%2CIAAK%3BIACJ%3BIACA%3B%3B%3BAAcF%2CwBAV0C%3BEAEzC%2COAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAE%3BIAChB%3BIACA%3B%3B%3BAAYR%2CwBAN0C%2CuBAAwB%2CwBAAyB%3BEAC1F%2CaAAc%3BIACb%3B%3B%3BAASF%2CwBAL6C%2C0BAA4B%2C4BAAuB%3BEAC%5C%2FF%2CUAAa%2CQAAM%3BIAClB%22%7D */