@charset "UTF-8"; /*----------------------------------------------------------*/
html 

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

.framer-1jz5twk{
  z-index: 4 !important;
}


.framer-nwve3s{
  z-index: 1 !important;
}


.framer-17j58gd-container {
  z-index: 3 !important;
}


#__framer-editorbar{
  visibility: hidden;
}


/*-----------------------------------*/
/*  Intro
/*-----------------------------------*/
body > section.intro {
  height: ;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
body > section.intro .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: center bottom;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0);
}

}
body > section.intro .cloud-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 100vw;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
body > section.intro .cloud-wrapper .clouds {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url("http://alexjoneswork.com/AJW/clouds.png");
  background-size: 1024px 1024px;
  background-repeat: repeat;
  z-index: 3;
  opacity: 0;
  width: 6144px;
  height: 100%;
  overflow: visible;
  -webkit-animation: moveLeft 60s linear infinite;
  animation: moveLeft 60s linear infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body > section.intro .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
body > section.intro .text .logo {
  background-image: url("images/logotype_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 270px;
  height: 68px;
  margin-bottom: 14px;
}
@media (min-width: 2000px) {
  body > section.intro .text .logo {
    width: 427px;
    height: 106px;
  }
}
body > section.intro .text h4 {
  text-align: left;
  color: #084035;
}
body > section.intro .text[data-desktop-show-white="1"] h4 {
  color: white;
}
body > section.intro .text[data-desktop-show-white="1"] .logo {
  background-image: url("images/logotype_white.svg");
}
@media (max-width: 767px) {
  body > section.intro .text[data-mobile-show-white="1"] h4 {
    color: white;
  }
  body > section.intro .text[data-mobile-show-white="1"] .logo {
    background-image: url("images/logotype_white.svg");
  }
  body > section.intro .text .logo {
    width: 204px;
    background-size: contain;
  }
  body > section.intro .text h4 {
    display: none;
  }
}

@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-3072px, 0, 0);
    transform: translate3d(-3072px, 0, 0);
  }
}

@keyframes moveLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-3072px, 0, 0);
    transform: translate3d(-3072px, 0, 0);
  }
}
@-webkit-keyframes moveLeftTablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(-960px, 0, 0);
    transform: translate3d(-960px, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-1920px, 0, 0);
    transform: translate3d(-1920px, 0, 0);
    opacity: 0;
  }
}
@keyframes moveLeftTablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(-960px, 0, 0);
    transform: translate3d(-960px, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-1920px, 0, 0);
    transform: translate3d(-1920px, 0, 0);
    opacity: 0;
  }
}