@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Raleway:wght@500&display=swap"); /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  color: #212f3e;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  background: #88c774;
  overflow-anchor: none;
}

/* global selection */
::-moz-selection {
  background: #212f3e;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #212f3e;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #212f3e;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #212f3e;
  color: #fff;
  text-shadow: none;
}

a,
.link,
body a {
  color: #212f3e;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:active, a:focus, a:hover,
.link:active,
.link:focus,
.link:hover,
body a:active,
body a:focus,
body a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1, h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  padding-bottom: 15px;
  line-height: 110%;
}
@media (min-width: 62em) {
  h1, h2 {
    font-size: 36px;
    font-weight: medium;
    padding-bottom: 20px;
  }
}
@media (min-width: 77.5em) {
  h1, h2 {
    font-size: 50px;
    padding-bottom: 30px;
  }
}

h2 {
  color: white;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  padding-bottom: 15px;
  line-height: 110%;
}
@media (min-width: 62em) {
  h2 {
    font-size: 36px;
    padding-bottom: 30px;
  }
}
@media (min-width: 77.5em) {
  h2 {
    font-size: 50px;
    padding-bottom: 30px;
  }
}

p {
  font-size: 14px;
  line-height: 150%;
  color: white;
}
@media (min-width: 62em) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 77.5em) {
  p {
    font-size: 19px;
  }
}

.main-wrapper {
  max-width: 980px;
  padding: 0 22px;
  margin: auto;
}
@media (min-width: 62em) {
  .main-wrapper {
    max-width: 1244px;
  }
}
@media (min-width: 62em) and (min-width: 77.5em) {
  .main-wrapper {
    max-width: 1344px;
  }
}
@media (min-width: 120em) {
  .main-wrapper {
    max-width: 1444px;
  }
}

.pop-over {
  width: 100%;
  height: 100vh;
  background-color: rgba(16, 24, 32, 0.85);
  z-index: 1000000000000000000000000000000;
  position: absolute;
}
.pop-over .pop-lang {
  background-color: rgba(255, 255, 255, 0.85);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  border-radius: 33px;
  margin: 25% auto 0;
  padding: 20px 20px;
}
@media (min-width: 62em) {
  .pop-over .pop-lang {
    padding: 45px 20px;
    max-width: 590px;
    margin: 15% auto 0;
  }
}
.pop-over .pop-lang p {
  color: #212f3e;
  text-align: center;
  font-family: "Raleway", sans-serif;
}
.pop-over .pop-lang .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 0;
}
@media (min-width: 62em) {
  .pop-over .pop-lang .button-wrapper {
    margin: 40px auto 0;
  }
}
.pop-over .pop-lang .langling {
  border: 1px solid #212f3e;
  border-radius: 19px;
  background-color: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 12px;
}
@media (min-width: 62em) {
  .pop-over .pop-lang .langling {
    width: 210px;
    padding: 21px 30px 21px 30px;
  }
}
.pop-over .pop-lang .langling:hover {
  text-decoration: none;
  background-color: rgba(16, 24, 32, 0.125);
}
.pop-over .pop-lang .langling p {
  font-size: 16px;
}
@media (min-width: 62em) {
  .pop-over .pop-lang .langling p {
    font-size: 26px;
  }
}
.pop-over .pop-lang .langling img {
  margin-right: 14px;
  width: 18px;
}
@media (min-width: 62em) {
  .pop-over .pop-lang .langling img {
    margin-right: 8px;
  }
}

.wrapperskip {
  position: absolute;
  top: 100vh;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 200;
  padding-right: 30px;
}
@media (min-width: 25.625em) {
  .wrapperskip {
    top: 90vh;
  }
}
@media (min-width: 62em) {
  .wrapperskip {
    top: 87vh;
  }
}

#skipToDownload {
  background-color: white;
  right: 30px;
}
#skipToDownload p {
  color: #707070;
}
#skipToDownload .arrow {
  background-color: #88c774;
}

.docmapsection .text-part {
  max-width: 80%;
  padding-top: 40px;
}
@media (min-width: 62em) {
  .docmapsection .text-part {
    max-width: 45%;
    padding-top: 60px;
  }
}
@media (min-width: 77.5em) {
  .docmapsection .text-part {
    max-width: 30%;
    padding-top: 100px;
  }
}
.docmapsection .text-part h2 {
  color: white;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: medium;
  padding-bottom: 30px;
  line-height: 110%;
}
@media (min-width: 62em) {
  .docmapsection .text-part h2 {
    font-size: 36px;
    padding-bottom: 30px;
  }
}
@media (min-width: 77.5em) {
  .docmapsection .text-part h2 {
    font-size: 50px;
    padding-bottom: 30px;
  }
}
.docmapsection .docmap--wrapper--svg {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg {
    margin-top: -169px;
    margin-bottom: 0px;
  }
}
.docmapsection .bottom .download {
  border: none;
  border-radius: 0;
  color: white;
}
.docmapsection .bottom .download .title {
  font-size: 20px;
  color: white;
}
.docmapsection .bottom .download p {
  font-size: 20px;
  color: white;
  padding: 0;
  white-space: wrap;
}

#radialpuls {
  translate: 5s;
}

#paint0_radial_168_2036 {
  -webkit-transition: gradientTransform 1s ease;
  transition: gradientTransform 1s ease; /* Adjust the duration and timing function as needed */
}

.transformed {
  gradientTransform: translate(285.631 453.684) scale(300.604 305.384) !important;
}

.blblbl {
  opacity: 0;
}

body {
  overflow-x: hidden;
}

.core-wrapper .text-part {
  width: 42%;
  max-width: 390px;
  z-index: 10;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  pointer-events: none;
  padding: 50px 22px 0 0;
  width: auto;
  height: auto;
}
@media (min-width: 62em) {
  .core-wrapper .text-part {
    max-width: 390px;
    width: 100%;
    height: 100vh;
    padding: 0px;
  }
}
@media (min-width: 77.5em) {
  .core-wrapper .text-part {
    max-width: 480px;
  }
}
.core-wrapper .text-part a {
  pointer-events: auto;
}
.core-wrapper .text-icon {
  height: 145px;
  position: relative;
}
@media (min-width: 62em) {
  .core-wrapper .text-icon {
    height: 195px;
  }
}
.core-wrapper .text-icon img {
  height: inherit;
}
.core-wrapper h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.image-one svg {
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.image-one svg #fullaf-text {
  -webkit-transition: 3000ms;
  transition: 3000ms;
}
.image-one svg #car {
  -webkit-transition: 500ms;
  transition: 500ms;
}
.image-one svg #car g {
  opacity: 0;
}
.image-one svg #car g.stat-1 {
  scale: 0.1;
  translate: 22% 28%;
}
.image-one svg #car g.stat-2 {
  scale: 0.1;
  translate: 23% 25%;
}
.image-one svg #car g.stat-3 {
  scale: 0.1;
  translate: 21% 26%;
}
.image-one svg #car g.stat-4 {
  scale: 0.1;
  translate: 20% 28%;
}
.image-one svg #car g.stat-5 {
  scale: 0.1;
  translate: 22% 29%;
}
.image-one svg #car g.stat-6 {
  scale: 0.1;
  translate: 20% 28%;
}
.image-one svg #car g.stat-7 {
  scale: 0.1;
  translate: 24% 28%;
}
.image-one svg #car g.stat-8 {
  scale: 0.1;
  translate: 26% 25%;
}
.image-one svg #car g.stat-9 {
  scale: 0.1;
  translate: 29% 26%;
}
.image-one svg .txtnum {
  opacity: 1;
  width: 0;
}
.image-one svg #whiteafrica {
  opacity: 0;
}
.image-one svg.out {
  scale: 150%;
  z-index: 1;
}
.image-one svg.out #fullafrica {
  opacity: 0;
}
.image-one svg.out #fullaf-text {
  scale: 3.3;
  translate: -83% -103%;
  opacity: 0;
  -webkit-transition: 3000ms;
  transition: 3000ms;
}
.image-one svg.out #car {
  opacity: 1;
  scale: 3;
  translate: -40% -55%;
  -webkit-transition: 3000ms;
  transition: 3000ms;
}
@media (min-width: 62em) {
  .image-one svg.out #car {
    scale: 1.8;
  }
}
@media (min-width: 77.5em) {
  .image-one svg.out #car {
    scale: 3;
  }
}
.image-one svg.out #car g {
  scale: 1;
  opacity: 0.9;
  -webkit-transition: 5000ms;
  transition: 5000ms;
  translate: 0% 0%;
}
.image-one svg.out #car g.stat-8, .image-one svg.out #car g.stat-6, .image-one svg.out #car g.stat-1 {
  -webkit-transition: 7000ms;
  transition: 7000ms;
}
.image-one svg.out #car g.stat-4, .image-one svg.out #car g.stat-2, .image-one svg.out #car g.stat-7 {
  -webkit-transition: 10000ms;
  transition: 10000ms;
}
.image-one svg.out circle {
  display: none;
}
.image-one svg.final {
  position: relative;
}
.image-one svg.final #fullafrica {
  opacity: 0;
}
.image-one svg.final #whiteafrica {
  opacity: 1;
  -webkit-transition: 5000ms;
  transition: 5000ms;
}
.image-one svg.final .fourth {
  position: fixed;
}

.image-two svg {
  display: none;
}

.sponsors-wrapper {
  color: white;
  padding-top: 30px;
  width: 100%;
}
.sponsors-wrapper .sp-text {
  font-size: "Raleway", sans-serif;
  margin-bottom: 15px;
}
.sponsors-wrapper .sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border-radius: 15px;
  padding: 8px 3px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 77.5em) {
  .sponsors-wrapper .sponsor {
    padding: 14px 3px;
  }
}
.sponsors-wrapper .sponsor a {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}

.second,
.third,
.fourth {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  max-width: 420px;
}
.second.out,
.third.out,
.fourth.out {
  -webkit-transition: 700ms;
  transition: 700ms;
  opacity: 0;
}

.time-card-mobile-wrapper {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 62em) {
  .time-card-mobile-wrapper {
    display: none;
  }
}

.time-card-mobile {
  background: rgba(255, 255, 255, 0.85);
  padding: 21px;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: auto;
}
.time-card-mobile .toppi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.time-card-mobile .toppi #harry-my {
  width: 100%;
}
.time-card-mobile p {
  margin-left: 12px;
  color: #212f3e;
  padding-bottom: 8px;
}

.time-card {
  padding: 45px 36px;
  display: none;
  max-width: 350px;
}
@media (min-width: 62em) {
  .time-card {
    display: block;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 55px;
    padding: 30px 28px 10px;
    max-width: 330px;
  }
}
@media (min-width: 77.5em) {
  .time-card {
    padding: 45px 36px;
    max-width: 420px;
  }
}
.time-card p {
  color: #212f3e;
  padding-bottom: 8px;
}
@media (min-width: 62em) {
  .time-card p {
    padding-bottom: 8px;
  }
}
@media (min-width: 77.5em) {
  .time-card p {
    padding-bottom: 20px;
  }
}
.time-card svg {
  max-width: 300px;
}
@media (min-width: 62em) {
  .time-card svg {
    max-width: 265px;
  }
}
@media (min-width: 77.5em) {
  .time-card svg {
    max-width: auto;
  }
}

.icon {
  height: 195px;
  position: relative;
}
.icon .icontomap {
  opacity: 0;
  position: absolute;
  -webkit-transition: 1500ms;
  transition: 1500ms;
}
.icon .icontomap.active {
  opacity: 1;
  -webkit-transition: 1500ms;
  transition: 1500ms;
}

.half-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: transparent;
}

.weglot-is-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.map-slide {
  height: 100vh;
}

.imagine {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 450vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
}
.imagine .imagine-pie-scroll {
  position: relative;
  top: 150vh;
  width: 100%;
  height: 300vh;
  padding-left: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.imagine .imagine-pie-wrapper {
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.imagine .imagine-pie-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.imagine .easy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.imagine .easy .text-inside p {
  max-width: 380px;
  color: #212f3e;
}
.imagine .pie {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.res-card {
  margin-left: auto;
  margin-right: 40px;
  max-width: 480px;
}

.text-inside-de {
  position: absolute;
  top: 50%;
  translate: 0 80%;
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.text-inside-de.de6 {
  translate: -100% -20%;
  width: 100%;
}
.text-inside-de.active {
  opacity: 1;
  display: block;
  position: relative;
  top: unset;
  translate: 0 0%;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

.mapsvg {
  opacity: 0;
  -webkit-transition: 1200ms;
  transition: 1200ms;
}
.mapsvg.active {
  -webkit-transition: 1200ms;
  transition: 1200ms;
}
.mapsvg.starting {
  opacity: 1;
}

g.mapgr {
  opacity: 0;
  -webkit-transition: 2800ms;
  transition: 2800ms;
}
g.mapgr.active {
  opacity: 1;
}

footer {
  background-color: #212f3e;
}
@media (min-width: 62em) {
  footer {
    margin-top: 10px;
  }
}
@media (min-width: 77.5em) {
  footer {
    margin-top: 10px;
  }
}
footer .text-bordertop {
  padding-top: 10px;
  padding-bottom: 60px;
}
@media (min-width: 62em) {
  footer .text-bordertop {
    border-top: 2px solid #88c774;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
@media (min-width: 77.5em) {
  footer .text-bordertop {
    padding-bottom: 140px;
  }
}
footer .text-bordertop .sponsors-wrapper {
  max-width: 480px;
}
@media (min-width: 62em) {
  footer .text-bordertop .sponsors-wrapper {
    padding-top: 30px;
    width: 30%;
  }
}
footer .text-bordertop .copywrite {
  padding-top: 20px;
}
@media (min-width: 62em) {
  footer .text-bordertop .copywrite {
    padding-top: 60px;
    width: 65%;
  }
}
footer .text-bordertop .copywrite p {
  font-size: 10px;
}
@media (min-width: 62em) {
  footer .text-bordertop .copywrite p {
    font-size: 14px;
  }
}
@media (min-width: 62em) {
  footer .files-wrapper {
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .files-wrapper .file--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #88c774;
}
@media (min-width: 62em) {
  footer .files-wrapper .file--container {
    margin-top: -40px;
    display: block;
    border-bottom: none;
  }
}
footer .files-wrapper .file--container p.text {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  padding: 14px 0 14px;
}
@media (min-width: 62em) {
  footer .files-wrapper .file--container p.text {
    font-size: 16px;
    max-width: 270px;
    padding: 12px 0 16px;
    margin-bottom: 18px;
  }
}
footer .files-wrapper .file--container img {
  display: none;
  width: 140px;
}
@media (min-width: 62em) {
  footer .files-wrapper .file--container img {
    display: block;
  }
}
@media (max-width: 61.99em) {
  footer .files-wrapper .file--container a.download {
    border: none;
  }
  footer .files-wrapper .file--container a.download p {
    display: none;
  }
}
footer .files-wrapper .file--container a.download img {
  display: block;
}
footer .files-wrapper .file--container a.download .arrow {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
footer .files-wrapper .file--container a.download .arrow img {
  width: 45%;
  margin: auto;
}

.download {
  border: 1px solid white;
  border-radius: 50px;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  cursor: pointer;
}
.download p {
  color: #88c774;
  padding: 5px 10px 5px 15px;
  font-size: 10px;
  white-space: nowrap;
  margin: 0;
}
@media (min-width: 62em) {
  .download p {
    padding: 10px 20px 10px 20px;
    font-size: 13px;
  }
}
.download:visited {
  color: #88c774;
}
.download:hover {
  text-decoration: none;
}
.download:hover .arrow {
  background-color: #88c774;
}
.download .arrow {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media (min-width: 62em) {
  .download .arrow {
    width: 40px;
  }
}
.download .arrow img {
  width: 45%;
  margin: auto;
}

body {
  display: none;
}

body[class*=fp-viewing-] {
  display: block;
}

.fp-watermark {
  display: none !important;
}

.fullpage-wrapper {
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.section {
  background: #88c774;
}

.section,
.slide {
  opacity: 0 !important;
}

.fp-overflow {
  height: 100%;
  overflow-x: hidden;
}

.fp-section {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0 !important;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  pointer-events: none;
}

.fp-section.active {
  visibility: visible;
  opacity: 1 !important;
  pointer-events: auto;
  top: 0;
}

.fp-slidesContainer {
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.fp-slide {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0 !important;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  pointer-events: none;
}

.fp-slide.active {
  visibility: visible;
  opacity: 1 !important;
  pointer-events: auto;
  top: 0;
}

#Ellipse_21 {
  translate: 0% -94%;
  -webkit-transition: 9000ms;
  transition: 9000ms;
}

.section-3-1 #epicenter {
  -webkit-transition: 12000ms;
  transition: 12000ms;
  opacity: 0.7;
}

.section-0 .image-magic {
  top: -18%;
  position: absolute;
  left: 5%;
  -webkit-transition: 2s all ease-in-out;
  transition: 2s all ease-in-out;
  -webkit-transform-origin: 26% 30.5%;
          transform-origin: 26% 30.5%;
}
@media (min-width: 25.625em) {
  .section-0 .image-magic {
    top: -10%;
  }
}
@media (min-width: 62em) {
  .section-0 .image-magic {
    left: 50%;
    top: 0;
    margin-left: -120px;
  }
}
.section-0 .image-magic svg {
  max-width: 148%;
}
@media (min-width: 62em) {
  .section-0 .image-magic svg {
    max-width: none;
  }
}

.section-1 .image-magic {
  position: absolute;
  left: 25%;
  top: 42%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 2s all ease-in-out;
  transition: 2s all ease-in-out;
}
@media (min-width: 48em) {
  .section-1 .image-magic {
    left: 30%;
  }
}
@media (min-width: 62em) {
  .section-1 .image-magic {
    left: 55%;
    top: 42%;
  }
}
.section-1 .image-magic svg {
  max-width: 100%;
}
@media (min-width: 62em) {
  .section-1 .image-magic svg {
    max-width: none;
  }
}
.section-1 [class^=stat] {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: 7000ms;
  transition: 7000ms;
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
}
@media (min-width: 62em) {
  .section-1 .core-wrapper .text-part {
    height: auto;
  }
}

#gunman #gunone {
  translate: 0 450px;
  -webkit-transition: 2000ms;
  transition: 2000ms;
}
#gunman #guntwo {
  translate: 0 300px;
  -webkit-transition: 2500ms;
  transition: 2500ms;
}
#gunman #guntree {
  translate: 0 200px;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

.section-2 .image-magic {
  top: -18%;
  position: absolute;
  left: 5%;
  -webkit-transition: 2s all ease-in-out;
  transition: 2s all ease-in-out;
  -webkit-transform-origin: 26% 30.5%;
          transform-origin: 26% 30.5%;
}
@media (min-width: 25.625em) {
  .section-2 .image-magic {
    top: -10%;
  }
}
@media (min-width: 62em) {
  .section-2 .image-magic {
    left: 50%;
    top: 0;
    margin-left: -120px;
  }
}
.section-2 .image-magic svg {
  max-width: 148%;
}
@media (min-width: 62em) {
  .section-2 .image-magic svg {
    max-width: none;
  }
}
.section-gunmen {
  top: 100%;
  -webkit-transition: top 0.7s ease-in-out;
  transition: top 0.7s ease-in-out;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 99;
  background: #88c774;
}
.section-gunmen .image-magic {
  top: 0;
  position: absolute;
  left: 0%;
  margin-left: 0;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 62em) {
  .section-gunmen .image-magic {
    left: 50%;
    top: 50%;
  }
}
.section-gunmen .image-magic svg {
  max-width: 400px;
}
@media (min-width: 62em) {
  .section-gunmen .image-magic svg {
    max-width: none;
  }
}
.section-gunmen.active #gunman #gunone {
  translate: 0px 0px;
}
.section-gunmen.active #gunman #guntwo {
  translate: 0 0;
}
.section-gunmen.active #gunman #guntree {
  translate: 0 0;
}

.section-3-1 #wagner .d-1,
.section-3-1 #wagner .d-4 {
  -webkit-transition: 1s all linear(0.03 86.83%, 1 100%);
  transition: 1s all linear(0.03 86.83%, 1 100%);
}
.section-3-1 #wagner .d-5,
.section-3-1 #wagner .d-7,
.section-3-1 #wagner .d-8 {
  -webkit-transition: 1.8s all linear(0.03 86.83%, 1 100%);
  transition: 1.8s all linear(0.03 86.83%, 1 100%);
}
.section-3-1 #wagner .d-9,
.section-3-1 #wagner .d-3 {
  -webkit-transition: 2.5s all linear(0.03 86.83%, 1 100%);
  transition: 2.5s all linear(0.03 86.83%, 1 100%);
}
.section-3-1 #wagner .d-2,
.section-3-1 #wagner .d-6 {
  -webkit-transition: 3s all linear(0.03 86.83%, 1 100%);
  transition: 3s all linear(0.03 86.83%, 1 100%);
}

.section-3-1 #epicenter {
  opacity: 0.02;
}

.section-4 .army-text .army-text-wrapper,
.section-5 .army-text .army-text-wrapper,
.section-6 .army-text .army-text-wrapper,
.section-7 .army-text .army-text-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.section-5 .army-text .army-text-wrapper,
.section-6 .army-text .army-text-wrapper,
.section-7 .army-text .army-text-wrapper {
  border-radius: 25px 25px 0 0;
}
@media (min-width: 62em) {
  .section-5 .army-text .army-text-wrapper,
  .section-6 .army-text .army-text-wrapper,
  .section-7 .army-text .army-text-wrapper {
    border-radius: 53px 0 0 53px;
  }
}

.section-10 #wasser,
.section-10 #funtik,
.section-10 #forest,
.section-10 #mine,
.section-10 #cow,
.section-11 #wasser,
.section-11 #funtik,
.section-11 #forest,
.section-11 #mine,
.section-11 #cow,
.section-12 #wasser,
.section-12 #funtik,
.section-12 #forest,
.section-12 #mine,
.section-12 #cow,
.section-13 #wasser,
.section-13 #funtik,
.section-13 #forest,
.section-13 #mine,
.section-13 #cow,
.section-15 #wasser,
.section-15 #funtik,
.section-15 #forest,
.section-15 #mine,
.section-15 #cow {
  opacity: 0;
  -webkit-transition: 2000ms;
  transition: 2000ms;
}
.section-10.active #wasser,
.section-10.active #funtik,
.section-10.active #forest,
.section-10.active #mine,
.section-10.active #cow,
.section-11.active #wasser,
.section-11.active #funtik,
.section-11.active #forest,
.section-11.active #mine,
.section-11.active #cow,
.section-12.active #wasser,
.section-12.active #funtik,
.section-12.active #forest,
.section-12.active #mine,
.section-12.active #cow,
.section-13.active #wasser,
.section-13.active #funtik,
.section-13.active #forest,
.section-13.active #mine,
.section-13.active #cow,
.section-15.active #wasser,
.section-15.active #funtik,
.section-15.active #forest,
.section-15.active #mine,
.section-15.active #cow {
  opacity: 1;
}

.section-16 #moskitos0 {
  translate: 0 160px;
  -webkit-transition: 2500ms;
  transition: 2500ms;
}
.section-16 #whiteflag0 {
  translate: 0 130px;
  -webkit-transition: 3500ms;
  transition: 3500ms;
}
.section-16.active #moskitos0 {
  translate: 0 80px;
}
.section-16.active #whiteflag0 {
  translate: 0 80px;
  -webkit-transition: 4500ms;
  transition: 4500ms;
}

.section-17 #moskitos {
  translate: 0 80px;
  -webkit-transition: 2500ms;
  transition: 2500ms;
}
.section-17 #whiteflag {
  translate: 0 80px;
  -webkit-transition: 3500ms;
  transition: 3500ms;
}
.section-17.active #moskitos {
  translate: 0 0px;
}
.section-17.active #whiteflag {
  translate: 0 0;
  -webkit-transition: 4500ms;
  transition: 4500ms;
}

.section-18 #moskitos1 {
  translate: 0 0px;
  -webkit-transition: 2500ms;
  transition: 2500ms;
}
.section-18 #whiteflag1 {
  translate: 0 0;
  -webkit-transition: 3500ms;
  transition: 3500ms;
}
.section-18.active #moskitos1 {
  translate: 20px -20px;
}
.section-18.active #whiteflag1 {
  translate: 0 -60px;
  -webkit-transition: 4500ms;
  transition: 4500ms;
}

.fp-viewing-0 .section-0 .image-magic {
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
}
.fp-viewing-0 .section-1 .image-magic {
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
}

.fp-viewing-1 .section-0 .image-magic {
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
}
.fp-viewing-1 .section-1 #Ellipse_21 {
  translate: 0% 0%;
  -webkit-transition: 9000ms;
  transition: 9000ms;
}
.fp-viewing-1 .section-1 #Ellipse_harry {
  translate: 93.5% 0%;
  -webkit-transition: 9000ms;
  transition: 9000ms;
}
.fp-viewing-1 .section-1 .image-magic {
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media (min-width: 48em) {
  .fp-viewing-1 .section-1 .image-magic {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}
@media (min-width: 62em) {
  .fp-viewing-1 .section-1 .image-magic {
    -webkit-transform: scale(4);
            transform: scale(4);
  }
}
.fp-viewing-1 .section-1 [class^=stat] {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fp-viewing-2 .section-1 .image-magic {
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.fp-viewing-2 .section-2 .image-magic {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.fp-viewing-4 .section-3 #wagner .d-1,
.fp-viewing-4 .section-3 #wagner .d-2,
.fp-viewing-4 .section-3 #wagner .d-4,
.fp-viewing-4 .section-3 #wagner .d-5,
.fp-viewing-4 .section-3 #wagner .d-7,
.fp-viewing-4 .section-3 #wagner .d-8,
.fp-viewing-4 .section-3 #wagner .d-9,
.fp-viewing-4 .section-3 #wagner .d-3,
.fp-viewing-4 .section-3 #wagner .d-6 {
  opacity: 1;
}

.fp-viewing-4 .section-3-1 #epicenter {
  opacity: 0.7;
}

.fp-viewing-6 .army-logo-wrapper .row.firstappearance {
  opacity: 1;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.fp-viewing-6 .army-logo-wrapper .row.firstappearance:nth-child(1) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.fp-viewing-6 .army-logo-wrapper .row.firstappearance:nth-child(2) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.fp-viewing-6 .army-logo-wrapper .row.firstappearance:nth-child(3) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.fp-viewing-6 .army-logo-wrapper .row.firstappearance:nth-child(4) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.fp-viewing-6 .army-logo-wrapper .row.firstappearance:nth-child(5) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.fp-viewing-6 .army-logo-wrapper .row.firstappearance:nth-child(6) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.fp-viewing-6 .army-logo-wrapper .row.firstappearance:nth-child(7) {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
.fp-viewing-6 .army-logo-wrapper .row.secondappearance {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.fp-viewing-6 .army-logo-wrapper .row.wagner {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.fp-viewing-7 .army-logo-wrapper .row.firstappearance {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.fp-viewing-7 .army-logo-wrapper .row.secondappearance {
  opacity: 1;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.fp-viewing-7 .army-logo-wrapper .row.secondappearance:nth-child(7) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.fp-viewing-7 .army-logo-wrapper .row.secondappearance:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.fp-viewing-7 .army-logo-wrapper .row.secondappearance:nth-child(9) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.fp-viewing-7 .army-logo-wrapper .row.secondappearance:nth-child(10) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.fp-viewing-7 .army-logo-wrapper .row.secondappearance:nth-child(11) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.fp-viewing-7 .army-logo-wrapper .row.secondappearance:nth-child(12) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.fp-viewing-7 .army-logo-wrapper .row.wagner {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.fp-viewing-8 .army-logo-wrapper .row.firstappearance {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.fp-viewing-8 .army-logo-wrapper .row.firstappearance.timehide {
  opacity: 0;
}
.fp-viewing-8 .army-logo-wrapper .row.secondappearance {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.fp-viewing-8 .army-logo-wrapper .row.wagner {
  opacity: 1;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.fp-viewing-8 .army-logo-wrapper .row.wagner:nth-child(13) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.fp-viewing-8 .army-logo-wrapper .row.wagner:nth-child(14) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.fp-viewing-8 .army-logo-wrapper .row.wagner:nth-child(15) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.fp-viewing-8 .army-logo-wrapper .row.wagner:nth-child(16) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

@media (min-width: 62em) {
  .refugees #barref1 .dioline {
    height: 20px;
  }
  .refugees #barref2 .dioline {
    height: 55px;
  }
  .refugees #barref3 .dioline {
    height: 35px;
  }
}

.fp-viewing-9 .section-7 .army-logo-wrapper .row {
  opacity: 1 !important;
}
.fp-viewing-9 .refugees #barref1 .dioline {
  width: 40%;
}
@media (min-width: 62em) {
  .fp-viewing-9 .refugees #barref1 .dioline {
    height: 4vh !important;
    width: 90px;
  }
}
.fp-viewing-9 .refugees #barref2 .dioline {
  width: 90%;
}
@media (min-width: 62em) {
  .fp-viewing-9 .refugees #barref2 .dioline {
    height: 40vh !important;
    width: 90px;
    -webkit-transition: 3800ms;
    transition: 3800ms;
  }
}
.fp-viewing-9 .refugees #barref3 .dioline {
  width: 60%;
}
@media (min-width: 62em) {
  .fp-viewing-9 .refugees #barref3 .dioline {
    height: 20vh !important;
    width: 90px;
  }
}

.fp-viewing-10 .refugees.fp-completely {
  top: -100%;
}

.fp-viewing-17 .points.fp-completely {
  top: -100%;
}

body[class*=fp-viewing-10] .refugees {
  top: -100%;
}

body[class*=fp-viewing-11] .refugees {
  top: -100%;
}

body[class*=fp-viewing-12] .refugees {
  top: -100%;
}

body[class*=fp-viewing-13] .refugees {
  top: -100%;
}

body[class*=fp-viewing-14] .refugees {
  top: -100%;
}

body[class*=fp-viewing-15] .refugees {
  top: -100%;
}

body[class*=fp-viewing-16] .refugees {
  top: -100%;
}

body[class*=fp-viewing-17] .refugees {
  top: -100%;
}

body[class*=fp-viewing-18] .refugees {
  top: -100%;
}

body[class*=fp-viewing-19] .refugees {
  top: -100%;
}

body[class*=fp-viewing-20] .refugees {
  top: -100%;
}

body[class*=fp-viewing-21] .refugees {
  top: -100%;
}

body[class*=fp-viewing-22] .refugees {
  top: -100%;
}

body[class*=fp-viewing-23] .refugees {
  top: -100%;
}

body[class*=fp-viewing-24] .refugees {
  top: -100%;
}

body[class*=fp-viewing-25] .refugees {
  top: -100%;
}

body[class*=fp-viewing-26] .refugees {
  top: -100%;
}

body[class*=fp-viewing-27] .refugees {
  top: -100%;
}

body[class*=fp-viewing-28] .refugees {
  top: -100%;
}

body[class*=fp-viewing-29] .refugees {
  top: -100%;
}

body[class*=fp-viewing-30] .refugees {
  top: -100%;
}

body[class*=fp-viewing-31] .refugees {
  top: -100%;
}

body[class*=fp-viewing-32] .refugees {
  top: -100%;
}

body[class*=fp-viewing-33] .refugees {
  top: -100%;
}

body[class*=fp-viewing-34] .refugees {
  top: -100%;
}

body[class*=fp-viewing-35] .refugees {
  top: -100%;
}

body[class*=fp-viewing-36] .refugees {
  top: -100%;
}

body[class*=fp-viewing-37] .refugees {
  top: -100%;
}

body[class*=fp-viewing-38] .refugees {
  top: -100%;
}

body[class*=fp-viewing-39] .refugees {
  top: -100%;
}

body[class*=fp-viewing-40] .refugees {
  top: -100%;
}

body[class*=fp-viewing-41] .refugees {
  top: -100%;
}

body[class*=fp-viewing-42] .refugees {
  top: -100%;
}

body[class*=fp-viewing-43] .refugees {
  top: -100%;
}

body[class*=fp-viewing-44] .refugees {
  top: -100%;
}

body[class*=fp-viewing-45] .refugees {
  top: -100%;
}

body[class*=fp-viewing-46] .refugees {
  top: -100%;
}

body[class*=fp-viewing-47] .refugees {
  top: -100%;
}

body[class*=fp-viewing-48] .refugees {
  top: -100%;
}

body[class*=fp-viewing-49] .refugees {
  top: -100%;
}

body[class*=fp-viewing-50] .refugees {
  top: -100%;
}

body[class*=fp-viewing-17] .points {
  top: -100%;
}

body[class*=fp-viewing-18] .points {
  top: -100%;
}

body[class*=fp-viewing-19] .points {
  top: -100%;
}

body[class*=fp-viewing-20] .points {
  top: -100%;
}

body[class*=fp-viewing-21] .points {
  top: -100%;
}

body[class*=fp-viewing-22] .points {
  top: -100%;
}

body[class*=fp-viewing-23] .points {
  top: -100%;
}

body[class*=fp-viewing-24] .points {
  top: -100%;
}

body[class*=fp-viewing-25] .points {
  top: -100%;
}

body[class*=fp-viewing-26] .points {
  top: -100%;
}

body[class*=fp-viewing-27] .points {
  top: -100%;
}

body[class*=fp-viewing-28] .points {
  top: -100%;
}

body[class*=fp-viewing-29] .points {
  top: -100%;
}

body[class*=fp-viewing-30] .points {
  top: -100%;
}

body[class*=fp-viewing-31] .points {
  top: -100%;
}

body[class*=fp-viewing-32] .points {
  top: -100%;
}

body[class*=fp-viewing-33] .points {
  top: -100%;
}

body[class*=fp-viewing-34] .points {
  top: -100%;
}

body[class*=fp-viewing-35] .points {
  top: -100%;
}

body[class*=fp-viewing-36] .points {
  top: -100%;
}

body[class*=fp-viewing-37] .points {
  top: -100%;
}

body[class*=fp-viewing-38] .points {
  top: -100%;
}

body[class*=fp-viewing-39] .points {
  top: -100%;
}

body[class*=fp-viewing-40] .points {
  top: -100%;
}

body[class*=fp-viewing-41] .points {
  top: -100%;
}

body[class*=fp-viewing-42] .points {
  top: -100%;
}

body[class*=fp-viewing-43] .points {
  top: -100%;
}

body[class*=fp-viewing-44] .points {
  top: -100%;
}

body[class*=fp-viewing-45] .points {
  top: -100%;
}

body[class*=fp-viewing-46] .points {
  top: -100%;
}

body[class*=fp-viewing-47] .points {
  top: -100%;
}

body[class*=fp-viewing-48] .points {
  top: -100%;
}

body[class*=fp-viewing-49] .points {
  top: -100%;
}

body[class*=fp-viewing-50] .points {
  top: -100%;
}

.fp-viewing-20,
.fp-viewing-21,
.fp-viewing-22,
.fp-viewing-23,
.fp-viewing-24 {
  background-color: #212f3e;
}

h1.up,
h2.up {
  translate: 0 150px;
  opacity: 0.2;
  -webkit-transition: 1800ms;
  transition: 1800ms;
}

p.up {
  translate: 0 150px;
  opacity: 0.2;
  -webkit-transition: 2200ms;
  transition: 2200ms;
}

.active h1.up,
.active h2.up {
  translate: 0 0px;
  opacity: 1;
}
.active p.up {
  translate: 0 0px;
  opacity: 1;
}

@media (min-width: 62em) {
  .programm p.up,
  .points p.up {
    height: 370px;
  }
}
@media (min-width: 62em) {
  .programm p.up.up-2,
  .points p.up.up-2 {
    translate: 0 10px;
    height: 370px;
  }
}

.padding-up-text {
  margin-top: 15px;
}
@media (min-width: 62em) {
  .padding-up-text {
    margin-top: 50px;
  }
}
@media (min-width: 120em) {
  .padding-up-text {
    margin-top: 100px;
  }
}

.custom-dots {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}

#custom-dots {
  width: 24px;
  border-radius: 17px;
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 10px 0;
}
@media (min-width: 48em) {
  #custom-dots {
    width: 34px;
    padding: 14px 0;
  }
  #custom-dots .dot {
    width: 14px;
    height: 14px;
  }
}
#custom-dots .dot {
  display: block;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #212f3e;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#custom-dots .dot:last-child {
  margin-bottom: 0;
}
#custom-dots .dot:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
#custom-dots .dot.active {
  border-color: #fff;
  background-color: #88c774;
}

.programm .programm-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.programm .programm-card .text-inside {
  width: 40%;
}
.programm .programm-card .text-inside p {
  color: #212f3e;
  max-width: 440px;
}

.libra {
  background-color: #212f3e;
}
.libra .text-part {
  max-width: 90%;
}
@media (min-width: 62em) {
  .libra .text-part {
    max-width: 40%;
  }
}
@media (min-width: 77.5em) {
  .libra .text-part {
    max-width: 30%;
  }
}
@media (min-width: 134.375em) {
  .libra .text-part {
    max-width: 25%;
  }
}
.libra .text-part h2 {
  font-size: 30px;
  color: white;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 20px;
}
@media (min-width: 62em) {
  .libra .text-part h2 {
    font-size: 36px;
  }
}
@media (min-width: 77.5em) {
  .libra .text-part h2 {
    font-size: 48px;
  }
}
@media (min-width: 120em) {
  .libra .text-part h2 {
    font-size: 50px;
  }
}
.libra .text-part p {
  color: white;
}
.libra .text-part p .intext-link {
  color: #88c774;
}
.libra .text-part p .intext-link:visited {
  color: #88c774;
}
.libra .text-part a.download {
  margin-bottom: 15px;
  opacity: 0;
  translate: 0 184px;
  -webkit-transition: 2500ms;
  transition: 2500ms;
}

#libra-start .second-cov, #libra-finish .second-cov {
  translate: -184px 0;
  -webkit-transition: 2000ms;
  transition: 2000ms;
}

.section.active #libra-finish .second-cov {
  translate: 0px 0;
}
.section.active a.download {
  opacity: 1;
  translate: 0 0;
}

.army-section {
  margin-top: 200px;
}
.army-section .main-wrapper {
  position: relative;
  height: 800vh;
}
.army-section .sticky {
  position: sticky;
  top: 0px;
}
.army-section .army {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.army-section .army--info {
  z-index: 2;
}
.army-section .army--info--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
@media (min-width: 62em) {
  .army-section .army--info--card {
    height: 70vh;
  }
}
.army-section .army--info--card.active {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.army-section .army--info--card .army--icon {
  display: none;
}
.army-section .army--info--card h3 {
  font-size: 32px;
  padding: 16px 0 16px;
}
@media (min-width: 62em) {
  .army-section .army--info--card h3 {
    font-size: 24px;
    padding: 16px 0 16px;
  }
}
@media (min-width: 77.5em) {
  .army-section .army--info--card h3 {
    font-size: 32px;
    padding: 24px 0 18px;
  }
}
.army-section .army--info--card p.small {
  font-size: 14px;
  color: #212f3e;
}
@media (min-width: 62em) {
  .army-section .army--info--card p.small {
    font-size: 16px;
  }
}
@media (min-width: 77.5em) {
  .army-section .army--info--card p.small {
    font-size: 19px;
  }
}
.army-section .army--info--card text.black h3 {
  display: block;
}
.army-section .army--info--card text.black p.small {
  display: block;
}
.army-section .army--info--card .text.white h3 {
  display: none;
}
.army-section .army--info--card .text.white p.small {
  display: none;
}
.army-section .army--info--card .army--icon.white {
  display: none;
}
.army-section .army--info--card .army--icon.black {
  display: block;
}
.army-section .army--info--card--left {
  padding: 14px 20px;
  width: 340px;
  border: 1px solid #212f3e;
  border-radius: 25px;
  background-color: rgba(135, 199, 116, 0.8039215686);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
}
@media (min-width: 62em) {
  .army-section .army--info--card--left {
    padding: 20px 25px 20px;
    width: 300px;
    border-radius: 53px;
  }
}
@media (min-width: 77.5em) {
  .army-section .army--info--card--left {
    padding: 30px 35px 40px;
    width: 340px;
  }
}
.army-section .army--info--card--right {
  width: 0px;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  background-color: rgba(135, 199, 116, 0.8039215686);
  border-radius: 0 53px 53px 0;
  overflow: hidden;
  border: 1px solid #212f3e;
}
.army-section .army--info--card--right .row {
  display: none;
  font-size: 26px;
  margin: 8px 10px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.army-section .army--info--card--right .row .img--wrapper {
  width: 60px;
  height: 60px;
}
.army-section .army--info--card--right .row.firstappearance {
  opacity: 0;
}
.army-section .army--info--card--right .row.secondappearance {
  opacity: 0;
}
.army-section .army--info--card--right .row.wagner {
  opacity: 0;
}
.army-section .army--info--card.scene-2 .army--icon.white {
  display: block;
}
.army-section .army--info--card.scene-2 .army--icon.black {
  display: none;
}
.army-section .army--info--card.scene-2 .text.black h3 {
  display: none;
}
.army-section .army--info--card.scene-2 .text.black p.small {
  display: none;
}
.army-section .army--info--card.scene-3 .text.white h3 {
  display: block;
}
.army-section .army--info--card.scene-3 .text.white p.small {
  display: block;
}
.army-section .army--info--card.scene-4 .army--info--card--right {
  width: -webkit-fill-available;
  display: block;
  width: 100%;
}
.army-section .army--info--card.scene-4 .army--info--card--right .img--wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 35px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  background-color: rgba(255, 255, 255, 0.48);
}
.army-section .army--info--card.scene-4 .army--info--card--right .img--wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.army-section .army--info--card.scene-4 .army--info--card--right .img--wrapper img {
  margin-right: 40px;
}
.army-section .army--info--card.scene-5 .img--wrapper .row.firstappearance {
  opacity: 1;
  -webkit-transition: 1500ms;
  transition: 1500ms;
}
.army-section .army--info--card.scene-5 .img--wrapper .row.secondappearance {
  opacity: 0;
}
.army-section .army--info--card.scene-5 .img--wrapper .row.wagner {
  opacity: 0;
}
.army-section .army--info--card.scene-6 .img--wrapper .row.firstappearance {
  opacity: 1;
  -webkit-transition: 1500ms;
  transition: 1500ms;
}
.army-section .army--info--card.scene-6 .img--wrapper .row.secondappearance {
  opacity: 1;
  -webkit-transition: 1500ms;
  transition: 1500ms;
}
.army-section .army--info--card.scene-6 .img--wrapper .row.wagner {
  opacity: 0;
}
.army-section .army--info--card.scene-7 .img--wrapper .row.firstappearance {
  opacity: 1;
  -webkit-transition: 1500ms;
  transition: 1500ms;
}
.army-section .army--info--card.scene-7 .img--wrapper .row.secondappearance {
  opacity: 1;
  -webkit-transition: 1500ms;
  transition: 1500ms;
}
.army-section .army--info--card.scene-7 .img--wrapper .row.wagner {
  opacity: 1;
  -webkit-transition: 1500ms;
  transition: 1500ms;
}
.army-section .army--map--wrapper {
  position: absolute;
  left: 15%;
  z-index: 1;
  scale: 1.1;
}
.army-section .army--map--wrapper svg {
  height: 90vh !important;
}

.points {
  background-color: #212f3e;
  top: 100%;
  -webkit-transition: top 0.7s ease-in-out;
  transition: top 0.7s ease-in-out;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 99;
  overflow: hidden;
}

.refugees {
  background-color: #212f3e;
  top: 100%;
  -webkit-transition: top 0.7s ease-in-out;
  transition: top 0.7s ease-in-out;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 99;
}
.refugees .core-wrapper {
  position: relative;
}
.refugees .core-wrapper .svg-holder {
  margin-left: 50px;
  right: 0%;
  max-width: 100%;
  top: 0%;
}
@media (min-width: 62em) {
  .refugees .core-wrapper .svg-holder {
    position: absolute;
    right: -10%;
    top: -10%;
    max-width: 50%;
  }
}
@media (min-width: 77.5em) {
  .refugees .core-wrapper .svg-holder {
    top: 0%;
    right: -12%;
    max-width: 50%;
  }
}
.refugees .core-wrapper .svg-holder svg {
  height: auto;
  max-width: 120%;
}
@media (min-width: 62em) {
  .refugees .core-wrapper .svg-holder svg {
    max-width: 100%;
  }
}
@media (min-width: 77.5em) {
  .refugees .core-wrapper .svg-holder svg {
    max-width: none;
  }
}
.refugees .refugees-text {
  max-width: 500px;
  padding: 0px 0 50px;
  margin-top: -40px;
}
@media (min-width: 62em) {
  .refugees .refugees-text {
    padding: 80px 0;
  }
}
.refugees .refugees-text h2 {
  color: white;
  font-family: "Cormorant Garamond", serif;
  font-size: 45px;
  font-weight: 600;
  font-size: 30px;
  font-weight: medium;
  padding-bottom: 15px;
  line-height: 110%;
}
@media (min-width: 62em) {
  .refugees .refugees-text h2 {
    font-size: 36px;
    padding-bottom: 20px;
  }
}
@media (min-width: 77.5em) {
  .refugees .refugees-text h2 {
    font-size: 50px;
    padding-bottom: 30px;
  }
}
.refugees .refugees-text p {
  font-size: 14px;
  line-height: 150%;
  color: white;
}
@media (min-width: 62em) {
  .refugees .refugees-text p {
    font-size: 16px;
  }
}
@media (min-width: 77.5em) {
  .refugees .refugees-text p {
    font-size: 19px;
  }
}
.refugees .graph-wrapper {
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 62em) {
  .refugees .graph-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 40vh;
  }
}
.refugees .graph-wrapper .grahp {
  border-left: 2px solid white;
  margin-bottom: 40px;
  padding-left: 16px;
}
@media (min-width: 62em) {
  .refugees .graph-wrapper .grahp {
    border-left: none;
    margin-bottom: 0px;
    width: 250px;
  }
}
.refugees .graph-wrapper .grahp .recht-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 12px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 62em) {
  .refugees .graph-wrapper .grahp .recht-gr {
    border-bottom: 2px solid white;
    padding: 0 0 12px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.refugees .graph-wrapper .grahp .recht-gr .dioline {
  background: url(../img/bar-dio-mob.svg);
  width: 60px;
  height: 60px;
  -webkit-transition: 2800ms;
  transition: 2800ms;
  border-top: 3px solid #88c774;
}
@media (min-width: 62em) {
  .refugees .graph-wrapper .grahp .recht-gr .dioline {
    background: url(../img/bar-dio.svg);
    width: 90px;
    height: 35px;
    border-top: none;
  }
}
.refugees .graph-wrapper .grahp .recht-gr .num {
  padding-left: 12px;
  color: #88c774;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
  -webkit-transition: 2000ms;
  transition: 2000ms;
  margin-top: -24px;
  padding-bottom: 4px;
}
@media (min-width: 62em) {
  .refugees .graph-wrapper .grahp .recht-gr .num {
    font-size: 28px;
    margin-top: 0px;
  }
}
.refugees .graph-wrapper .grahp .title {
  font-size: 12px;
}
@media (min-width: 62em) {
  .refugees .graph-wrapper .grahp .title {
    font-size: 16px;
    height: 45px;
  }
}

.docmapsection {
  top: 100%;
  -webkit-transition: top 0.7s ease-in-out;
  transition: top 0.7s ease-in-out;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 99;
  background: #88c774;
}
.docmapsection .docmap {
  margin: 0 auto;
  padding: 0px 0 20px 0;
  position: relative;
}
@media (min-width: 62em) {
  .docmapsection .docmap {
    padding: 100px 0 20px 0;
  }
}
.docmapsection .docmap--wrapper--svg {
  text-align: center;
  max-width: 100%;
}
.docmapsection .docmap--wrapper--svg svg {
  width: 100%;
  height: auto;
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg svg {
    width: auto;
  }
}
.docmapsection .docmap--wrapper--svg .unit .area {
  fill: #88c774;
  opacity: 0.5;
  -webkit-transition: 1500ms;
  transition: 1500ms;
  cursor: pointer;
}
.docmapsection .docmap--wrapper--svg .unit:hover .area, .docmapsection .docmap--wrapper--svg .unit.active .area {
  -webkit-transition: 1500ms;
  transition: 1500ms;
  fill: #d5ebce;
  opacity: 1;
}
.docmapsection .docmap--wrapper--svg .unit:hover .radar, .docmapsection .docmap--wrapper--svg .unit.active .radar {
  opacity: 1;
  -webkit-transition: 1500ms;
  transition: 1500ms;
}
.docmapsection .docmap--wrapper--svg .radar {
  opacity: 0;
  -webkit-transition: 1500ms;
  transition: 1500ms;
}
.docmapsection .docmap--wrapper--svg .pop-up {
  text-align: left;
  margin-top: 20px;
  bottom: 5%;
  border-radius: 25px;
  width: 100%;
  min-width: 290px;
  max-width: 350px;
  overflow: hidden;
  -webkit-transition: 1500ms;
  transition: 1500ms;
  opacity: 1;
}
@media (min-width: 48em) {
  .docmapsection .docmap--wrapper--svg .pop-up {
    position: absolute;
    margin-top: 0px;
  }
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg .pop-up {
    width: 40%;
    min-width: 320px;
    max-width: 500px;
    border-radius: 50px;
    bottom: unset;
    top: 5em;
  }
}
.docmapsection .docmap--wrapper--svg .pop-up.hide {
  opacity: 0;
  display: none;
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg .pop-up.right {
    right: 0;
  }
}
.docmapsection .docmap--wrapper--svg .pop-up .top {
  padding: 8px 14px 12px 14px;
  background-color: rgba(255, 255, 255, 0.633);
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg .pop-up .top {
    padding: 30px 20px 20px 30px;
  }
}
@media (min-width: 77.5em) {
  .docmapsection .docmap--wrapper--svg .pop-up .top {
    padding: 40px 28px 32px 40px;
  }
}
.docmapsection .docmap--wrapper--svg .pop-up .top .title {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #212f3e;
  padding-bottom: 0px;
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg .pop-up .top .title {
    padding-bottom: 8px;
  }
}
.docmapsection .docmap--wrapper--svg .pop-up .top .title p {
  color: #212f3e;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg .pop-up .top .title p {
    font-size: 22px;
  }
}
@media (min-width: 77.5em) {
  .docmapsection .docmap--wrapper--svg .pop-up .top .title p {
    font-size: 28px;
  }
}
.docmapsection .docmap--wrapper--svg .pop-up .top .cross {
  padding: 12px 12px 12px;
  cursor: pointer;
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg .pop-up .top .cross {
    font-size: 22px;
  }
}
.docmapsection .docmap--wrapper--svg .pop-up .top .cross img {
  width: 12px;
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg .pop-up .top .cross img {
    width: 19px;
  }
}
.docmapsection .docmap--wrapper--svg .pop-up .top .text {
  font-size: 12px;
  color: #212f3e;
  padding-top: 10px;
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg .pop-up .top .text {
    font-size: 14px;
    padding-top: 18px;
  }
}
@media (min-width: 77.5em) {
  .docmapsection .docmap--wrapper--svg .pop-up .top .text {
    font-size: 18px;
  }
}
.docmapsection .docmap--wrapper--svg .pop-up .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(33, 47, 62, 0.8078431373);
  padding: 14px 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  justify-content: space-between;
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg .pop-up .bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 30px 20px;
  }
}
@media (min-width: 77.5em) {
  .docmapsection .docmap--wrapper--svg .pop-up .bottom {
    padding: 32px 40px 40px;
  }
}
.docmapsection .docmap--wrapper--svg .pop-up .bottom .img-wrapper img {
  max-width: 66px;
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg .pop-up .bottom .img-wrapper img {
    max-width: 85px;
  }
}
.docmapsection .docmap--wrapper--svg .pop-up .bottom a {
  display: block;
  margin-right: 16px;
  width: 100%;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg .pop-up .bottom a {
    margin-right: 0px;
    margin-left: 16px;
  }
}
@media (min-width: 77.5em) {
  .docmapsection .docmap--wrapper--svg .pop-up .bottom a {
    margin-left: 26px;
    font-size: 20px;
  }
}
.docmapsection .docmap--wrapper--svg .pop-up .bottom a p {
  font-size: 14px;
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg .pop-up .bottom a p {
    font-size: 18px;
  }
}
@media (min-width: 77.5em) {
  .docmapsection .docmap--wrapper--svg .pop-up .bottom a p {
    font-size: 20px;
  }
}
.docmapsection .docmap--wrapper--svg .pop-up .bottom a .title {
  padding-bottom: 5px;
  font-size: 16px;
}
@media (min-width: 62em) {
  .docmapsection .docmap--wrapper--svg .pop-up .bottom a .title {
    padding-bottom: 12px;
    font-size: 20px;
  }
}
@media (min-width: 77.5em) {
  .docmapsection .docmap--wrapper--svg .pop-up .bottom a .title {
    padding-bottom: 16px;
  }
}
.docmapsection .docmap--wrapper--svg .pop-up .bottom a:hover {
  text-decoration: none;
}

.army-text {
  width: 42%;
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-top: 40px;
}
@media (min-width: 62em) {
  .army-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100vh;
    margin-top: 0;
  }
}
.army-text .army-text-wrapper {
  padding: 10px 18px 25px;
  border: 1px solid #212f3e;
  border-radius: 25px;
  background-color: rgba(135, 199, 116, 0.8039215686);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 62em) {
  .army-text .army-text-wrapper {
    width: 300px;
    min-height: 670px;
    padding: 20px 25px 30px;
    width: 290px;
    border-radius: 53px;
    min-height: 670px;
  }
}
@media (min-width: 77.5em) {
  .army-text .army-text-wrapper {
    min-height: 670px;
    padding: 30px 35px 40px;
    width: 340px;
  }
}
.army-text .army-logo-wrapper {
  background-color: rgba(220, 251, 206, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: none;
  border-radius: 0 0 25px 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 12px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 350px;
  width: -webkit-fill-available;
}
@media (min-width: 62em) {
  .army-text .army-logo-wrapper {
    padding: 20px 25px;
    border-radius: 0 53px 53px 0;
    height: 670px;
    width: auto;
  }
}
@media (min-width: 77.5em) {
  .army-text .army-logo-wrapper {
    padding: 30px 35px;
  }
}
.army-text .army-logo-wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  margin: 4px 0 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  opacity: 0;
}
@media (max-width: 61.99em) {
  .army-text .army-logo-wrapper .row {
    height: 13%;
  }
}
@media (min-width: 62em) {
  .army-text .army-logo-wrapper .row {
    font-size: 18px;
    margin: 8px 5px 12px;
  }
}
@media (min-width: 77.5em) {
  .army-text .army-logo-wrapper .row {
    font-size: 26px;
    margin: 8px 10px 16px;
  }
}
.army-text .army-logo-wrapper .row .img-wrapper {
  padding-right: 8px;
  width: 40px;
}
@media (min-width: 23.4375em) {
  .army-text .army-logo-wrapper .row .img-wrapper {
    width: 48px;
  }
}
@media (min-width: 62em) {
  .army-text .army-logo-wrapper .row .img-wrapper {
    padding-right: 16px;
    width: 86px;
  }
}
@media (min-width: 77.5em) {
  .army-text .army-logo-wrapper .row .img-wrapper {
    padding-right: 40px;
    width: 100px;
    max-width: none;
  }
}
@media (max-width: 61.99em) {
  .army-text .army-logo-wrapper .row .name {
    width: 71%;
  }
}
.army-text .army-icon {
  display: block;
  width: 75px;
}
@media (min-width: 62em) {
  .army-text .army-icon {
    width: 250px;
  }
}
@media (min-width: 62em) {
  .army-text .army-icon img {
    width: auto;
  }
}
.army-text h3 {
  font-size: 28px;
  padding: 14px 0 12px;
}
@media (min-width: 62em) {
  .army-text h3 {
    font-size: 28px;
  }
}
@media (min-width: 77.5em) {
  .army-text h3 {
    font-size: 32px;
    padding: 24px 0 18px;
  }
}
.army-text p.small {
  font-size: 14px;
  color: #212f3e;
}
@media (min-width: 62em) {
  .army-text p.small {
    font-size: 16px;
  }
}
@media (min-width: 77.5em) {
  .army-text p.small {
    font-size: 18px;
  }
}

.army-map {
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 320px;
  -webkit-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
  width: 90%;
}
@media (min-width: 25.625em) {
  .army-map {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media (min-width: 62em) {
  .army-map {
    left: 0%;
    right: 20%;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateX(30%) translateY(-50%);
            transform: translateX(30%) translateY(-50%);
    width: 90%;
  }
}
@media (min-width: 77.5em) {
  .army-map {
    -webkit-transform: translateX(25%) translateY(-50%);
            transform: translateX(25%) translateY(-50%);
  }
}
@media (min-width: 113.125em) {
  .army-map {
    -webkit-transform: translateX(40%) translateY(-50%);
            transform: translateX(40%) translateY(-50%);
  }
}
.army-map img {
  height: auto;
}
@media (min-width: 62em) {
  .army-map img {
    max-width: 1176px;
    width: auto;
  }
}
.army-map svg {
  width: 100%;
  height: auto;
}
@media (min-width: 62em) {
  .army-map svg {
    max-width: 1176px;
    width: auto;
  }
}

.resources-map {
  position: absolute;
  left: 5%;
  top: 380px;
}
@media (min-width: 62em) {
  .resources-map {
    position: absolute;
    left: 50%;
    margin-left: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.resources-map svg {
  max-width: 120%;
  height: auto;
}

.resourses .text-part p {
  color: #212f3e;
}

.programm .text-part h1,
.programm .text-part p {
  color: #ffffff;
}
@media (min-width: 48em) {
  .programm .text-part h1,
  .programm .text-part p {
    color: #212f3e;
  }
}

.programm-map {
  position: absolute;
  left: -14%;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 25.875em) {
  .programm-map {
    top: 60%;
  }
}
@media (min-width: 36.25em) {
  .programm-map {
    top: 50%;
    left: 20%;
  }
}
@media (min-width: 48em) {
  .programm-map {
    top: 50%;
    left: 0%;
  }
}
@media (min-width: 62em) {
  .programm-map {
    position: absolute;
    left: 50%;
    margin-left: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.programm-map svg {
  width: 110%;
  max-width: 600px;
}
@media (min-width: 48em) {
  .programm-map svg {
    max-width: 700px;
  }
}
@media (min-width: 62em) {
  .programm-map svg {
    max-width: 100%;
  }
}

.libra-map {
  top: 0;
  scale: 0.6;
  position: absolute;
  left: -30%;
  margin-left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 25.875em) {
  .libra-map {
    left: -22%;
  }
}
@media (min-width: 48em) {
  .libra-map {
    left: 0%;
  }
}
@media (min-width: 62em) {
  .libra-map {
    scale: 1;
    left: 50%;
    margin-left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#iddot {
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

.point-svg {
  top: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: none;
}
@media (max-width: 47.99em) {
  .point-svg {
    top: 10%;
    left: 5%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .point-svg svg {
    max-width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 61.99em) {
  .point-svg {
    left: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .point-svg svg {
    max-width: 70%;
  }
}
.point-svg .rech {
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.point-svg .rech3 {
  opacity: 0;
}
.point-svg .rech4 {
  opacity: 0;
}

.fp-viewing-16-1 .rech1 {
  opacity: 0;
}
.fp-viewing-16-1 .rech2 {
  opacity: 0;
}
.fp-viewing-16-1 .rech3 {
  opacity: 1;
}
.fp-viewing-16-1 #iddot {
  cx: 480px;
  cy: 120px;
  r: 100px;
}

.fp-viewing-16-2 .rech1 {
  opacity: 0;
}
.fp-viewing-16-2 .rech2 {
  opacity: 0;
}
.fp-viewing-16-2 .rech3 {
  opacity: 0;
}
.fp-viewing-16-2 .rech4 {
  opacity: 1;
}
.fp-viewing-16-2 #iddot {
  cx: 150px;
  cy: 550px;
  r: 80px;
}