/**
 * Toyota TEx Styles
 */
.mrEaves {
  font-family: mr-eaves-modern, sans-serif;
}

.bold {
  font-weight: 700;
}

.normal {
  font-weight: 400;
}

/*---------------*/
/* MEDIA QEURIES */
/*---------------*/
.grid {
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 2%;
  margin-left: 2%;
}
@media (max-width: 767px) {
  .grid {
    display: block;
    flex: none;
  }
}

.grid_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.grid {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.grid__item, .grid__item_span-12, .grid__item_span-11, .grid__item_span-10, .grid__item_span-9, .grid__item_span-8, .grid__item_span-7, .grid__item_span-6, .grid__item_span-5, .grid__item_span-4, .grid__item_span-3, .grid__item_span-2, .grid__item_span-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 2%;
  padding-left: 2%;
}
@media (max-width: 767px) {
  .grid__item, .grid__item_span-12, .grid__item_span-11, .grid__item_span-10, .grid__item_span-9, .grid__item_span-8, .grid__item_span-7, .grid__item_span-6, .grid__item_span-5, .grid__item_span-4, .grid__item_span-3, .grid__item_span-2, .grid__item_span-1 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

.grid__item_span-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.grid__item_span-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid__item_span-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.grid__item_span-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid__item_span-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid__item_span-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.grid__item_span-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid__item_span-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid__item_span-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.grid__item_span-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid__item_span-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.grid__item_span-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.grid_end {
  justify-content: flex-end;
}

.grid_center {
  margin: 0 auto;
}

.grid_space-around {
  justify-content: space-around;
}

.grid_space-between {
  justify-content: space-between;
}

h1, h2, h3, h4, h5, .fadeInWords span {
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 104%;
}

h1, .fadeInWords span {
  letter-spacing: 0.5vw;
  font-size: 8.5vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1, .fadeInWords span {
    font-size: 5.5vw;
    letter-spacing: 0.35vw;
  }
}
@media (min-width: 1024px) {
  h1, .fadeInWords span {
    font-size: 5vw;
    letter-spacing: 0.1vw;
  }
}

h2 {
  letter-spacing: 0.5vw;
  font-size: 7vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font-size: 5.5vw;
    letter-spacing: 0.35vw;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 5.5vw;
    letter-spacing: 0.1vw;
  }
}

h3 {
  font-size: 18px;
  font-size: 5vw;
  letter-spacing: 0.3vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h3 {
    font-size: 4vw;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2vw;
    letter-spacing: 0.1vw;
  }
}

h4 {
  font-size: 16px;
  letter-spacing: 1.19px;
  font-weight: 700;
  margin-top: 0;
}
h4.spacing {
  letter-spacing: 3.5px;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.8vw;
    letter-spacing: 0.05vw;
  }
}

h5 {
  font-size: 18px;
  font-size: 5vw;
  letter-spacing: 0.3vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h5 {
    font-size: 3vw;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
  }
}

p, ul li, #form-messages {
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 4.2vw;
  letter-spacing: 0.3vw;
  color: #00677F;
  line-height: 125%;
  /* new */
  font-size: 17px;
  margin: 10px 0;
  line-height: 140%;
  letter-spacing: 0.15vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  p, ul li, #form-messages {
    font-size: 3vw;
  }
}
@media (min-width: 1024px) {
  p, ul li, #form-messages {
    font-size: 1.8vw;
    letter-spacing: 0.05vw;
    line-height: 125%;
  }
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 400;
}

.inline {
  display: inline-block;
  vertical-align: top;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.center_vert {
  top: 50%;
  transform: translateY(-50%);
}

.center_hor {
  left: 50%;
  transform: translateX(-50%);
}

.center_all {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

/*
  padding / margins
*/
.margin80 {
  margin: 80px 0;
}

.padding80 {
  padding: 80px 0;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.mb40 {
  margin-bottom: 40px;
}

.green {
  color: #004851;
}

.white {
  color: white;
}

.black {
  color: black;
}

.teal {
  color: #00B2A9;
}

.lightTeal {
  color: #6ECEB2;
}

.gridlayoutmonthwrapper {
  position: absolute;
  width: 100%;
}

/**
 * Header
 **/
#sidebar {
  width: 12vw;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: -15vw;
  z-index: 6;
  opacity: 0;
  transition: all 0.3s ease;
}
#sidebar.showing {
  left: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
#sidebar.open {
  width: 100vw;
  transition: width 0.3s ease;
}
#sidebar.open #mobileMenu {
  left: 0%;
  transition: left 0.3s ease;
}
#sidebar .logo {
  position: relative;
  top: 1vw;
  left: 1vw;
  width: 55px;
  z-index: 7;
}
#sidebar .logo img {
  width: 100%;
}
#sidebar .menuBtn {
  width: 22px;
  height: 17px;
  position: absolute;
  bottom: 6vw;
  left: 5vw;
  z-index: 7;
}
#sidebar .menuBtn .hamburger {
  padding: 0;
  width: 100%;
}
#sidebar .menuBtn .hamburger .hamburger-box {
  width: 100%;
  height: 18px;
}
#sidebar .menuBtn .hamburger .hamburger-box .hamburger-inner {
  width: 100%;
  height: 3px;
  background: #004851;
}
#sidebar .menuBtn .hamburger .hamburger-box .hamburger-inner:before {
  width: 100%;
  top: -7px;
  height: 3px;
  background: #004851;
}
#sidebar .menuBtn .hamburger .hamburger-box .hamburger-inner:after {
  width: 100%;
  bottom: -7px;
  height: 3px;
  background: #004851;
}
#sidebar .menuBtn .hamburger.is-active .hamburger-box .hamburger-inner:after {
  bottom: 0;
}
#sidebar #desktopMenu {
  display: none;
}
#sidebar #mobileMenu {
  position: absolute;
  left: -100vw;
  top: 0;
  z-index: 6;
  background: white;
  width: 100vw;
  height: 100%;
  transition: left 0.5s ease;
  padding: 10vh 53px;
}
#sidebar #mobileMenu h2 {
  color: #004851;
  text-transform: uppercase;
}
#sidebar #mobileMenu h2#menu-contact {
  margin-top: 10vh;
}
#sidebar #mobileMenu h2 span {
  width: 0;
  height: 2px;
  background: #004851;
  display: inline-block;
  /* position: absolute; */
  vertical-align: middle;
  margin-right: 0;
  margin-top: -4px;
  transition: all 0.4s ease;
}
#sidebar #mobileMenu h2.is-active span {
  width: 14px;
  margin-right: 10px;
  transition: all 0.4s ease;
}
#sidebar #mobileMenu h3 {
  text-transform: uppercase;
  font-size: 5vw;
  letter-spacing: 0.5vw;
  margin: 15px 0;
}
#sidebar #mobileMenu h3 span {
  width: 0;
  height: 2px;
  display: inline-block;
  /* position: absolute; */
  vertical-align: middle;
  margin-right: 0;
  margin-top: -4px;
  transition: all 0.4s ease;
}
#sidebar #mobileMenu h3.is-active span {
  width: 14px;
  margin-right: 10px;
  transition: all 0.4s ease;
}
#sidebar #mobileMenu #menu-how {
  margin-bottom: 0px;
}
#sidebar #mobileMenu #menu-prepare {
  color: #00677F;
}
#sidebar #mobileMenu #menu-prepare span {
  background: #00677F;
}
#sidebar #mobileMenu #menu-prevent {
  color: #00B2A9;
}
#sidebar #mobileMenu #menu-prevent span {
  background: #00B2A9;
}
#sidebar #mobileMenu #menu-protect {
  color: #00965E;
}
#sidebar #mobileMenu #menu-protect span {
  background: #00965E;
}
#sidebar #mobileMenu #menu-inform {
  color: #6ECEB2;
}
#sidebar #mobileMenu #menu-inform span {
  background: #6ECEB2;
}
#sidebar #mobileMenu a {
  color: #004851;
  text-decoration: none;
  display: block;
}
#sidebar #mobileMenu a h4 {
  margin-bottom: 0;
}
#sidebar #mobileMenu a.email {
  margin-top: 10px;
  display: inline-block;
  border-bottom: 1px solid #004851;
}

header {
  background: #004851;
  /* Override the fullpage.js css for centering content in block */
}
header .fp-tableCell {
  display: block;
  vertical-align: top;
  padding: 14vw 12vw;
  /* set center layout for child element */
  display: table;
  table-layout: fixed;
  width: 100%;
}
header #logo {
  width: 30vw;
  min-width: 166px;
  max-width: 180px;
}
header #logo img {
  width: 100%;
}
header .intro {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  header .intro h1 {
    padding-right: 20vw;
  }
}
header .intro p {
  padding-right: 25vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  header .intro p {
    padding-right: 15vw;
  }
}
header .nextstep {
  position: absolute;
  bottom: 2vw;
  width: 100%;
  text-align: right;
  right: 7vw;
  padding-right: 35px;
  z-index: 5;
}
header .nextstep:after {
  content: "\a";
  display: block;
  width: 22px;
  height: 11px;
  background: url("./img/white-arrow-down.svg") no-repeat 0 0/100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) and (max-width: 1023px) {
  #sidebar #mobileMenu {
    padding: 14vw 12vw;
  }
  #sidebar #mobileMenu h3 {
    font-size: 4vw;
  }
}
@media (min-width: 1024px) {
  header .fp-tableCell {
    padding: 8vh 15vh;
  }
  header .nextstep {
    right: auto;
    left: 15vh;
    text-align: left;
    width: auto;
  }
  header .nextstep:hover {
    cursor: pointer;
  }
  header .nextstep:after {
    width: 18px;
    height: 10px;
    right: 5px;
    top: 52%;
  }

  #sidebar {
    width: 20vh;
  }
  #sidebar .logo {
    top: 4vh;
    left: 3vh;
    width: 76px;
  }
  #sidebar #desktopMenu {
    display: block;
    position: absolute;
    bottom: 4vh;
    left: 3vh;
  }
  #sidebar #desktopMenu h2 {
    font-size: 14px;
    letter-spacing: 0.2vw;
    text-transform: uppercase;
    color: #004851;
    font-weight: 400;
    transform: translateX(-8px) scale(0.856);
    transition: all 0.8s ease;
  }
  #sidebar #desktopMenu h2.is-active {
    font-weight: 700;
    transform: translateX(0) scale(1);
    transition: all 0.8s ease;
  }
  #sidebar #desktopMenu h2:hover {
    cursor: pointer;
    font-weight: 700;
    transform: translateX(0) scale(1);
    transition: all 0.8s ease;
  }
  #sidebar #mobileMenu, #sidebar .menuBtn {
    display: none;
  }
}
/**
 * Page
 **/
body.sticky {
  scroll-direction: horizontal;
}

.section {
  width: 100%;
  height: 100% !important;
  min-height: 100% !important;
  display: block;
}

#horizontal.section {
  min-height: 100%;
  height: 100%;
}
#horizontal.section .horiWrap {
  width: 300vw;
  height: 100%;
  clear: both;
  position: relative;
}
#horizontal.section .horiWrap .hori.innerSection {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  padding: 5vh 0;
}

/* NEW START HERE */
/* ______________ */
.normalScroll {
  /*use if we have to turn on fix height scroling */
  height: 80vh;
  overflow: scroll;
  padding-bottom: 12vw;
}

.fp-tableCell {
  padding: 14vw 12vw;
}

.image {
  width: 100%;
}
.image img {
  width: 100%;
}

.fadeInWords .row span {
  color: #00B2A9;
  margin-right: 4px;
  opacity: 0;
}
@media (min-width: 1024px) {
  .fadeInWords .row span {
    margin-right: 13px;
  }
}
.fadeInWords .row span.special {
  margin-right: 4px;
  margin-left: -8px;
}
@media (min-width: 1024px) {
  .fadeInWords .row span.special {
    margin-right: 13px;
    margin-left: -18px;
  }
}
.fadeInWords .fadedIn span {
  opacity: 1;
  transition: none;
}
.fadeInWords .fadeNow.row:nth-child(1) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
}
.fadeInWords .fadeNow.row:nth-child(1) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 0.25s;
}
.fadeInWords .fadeNow.row:nth-child(1) span:nth-child(3) {
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
.fadeInWords .fadeNow.row:nth-child(1) span:nth-child(4) {
  opacity: 1;
  transition: opacity 0.5s ease 0.75s;
}
.fadeInWords .fadeNow.row:nth-child(1) span:nth-child(5) {
  opacity: 1;
  transition: opacity 0.5s ease 0.75s;
}
.fadeInWords .textFadeOut:nth-child(1) span:nth-child(1) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
.fadeInWords .textFadeOut:nth-child(1) span:nth-child(2) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
.fadeInWords .textFadeOut:nth-child(1) span:nth-child(3) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.3s;
}
.fadeInWords .textFadeOut:nth-child(1) span:nth-child(4) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.45s;
}
.fadeInWords .textFadeOut:nth-child(1) span:nth-child(5) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.6s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 1s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(3) {
  opacity: 1;
  transition: opacity 0.5s ease 1.25s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(4) {
  opacity: 1;
  transition: opacity 0.5s ease 1.5s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(5) {
  opacity: 1;
  transition: opacity 0.5s ease 1.75s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(6) {
  opacity: 1;
  transition: opacity 0.5s ease 2s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(7) {
  opacity: 1;
  transition: opacity 0.5s ease 2.25s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(8) {
  opacity: 1;
  transition: opacity 0.5s ease 2.5s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(9) {
  opacity: 1;
  transition: opacity 0.5s ease 2.5s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(10) {
  opacity: 1;
  transition: opacity 0.5s ease 2.75s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(11) {
  opacity: 1;
  transition: opacity 0.5s ease 3s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(12) {
  opacity: 1;
  transition: opacity 0.5s ease 3.25s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(13) {
  opacity: 1;
  transition: opacity 0.5s ease 3.5s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(14) {
  opacity: 1;
  transition: opacity 0.5s ease 3.75s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(15) {
  opacity: 1;
  transition: opacity 0.5s ease 4s;
}
.fadeInWords .fadeNow.row:nth-child(2) span:nth-child(16) {
  opacity: 1;
  transition: opacity 0.5s ease 4s;
}
.fadeInWords .textFadeOut:nth-child(2) span:nth-child(1) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
.fadeInWords .textFadeOut:nth-child(2) span:nth-child(10) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
.fadeInWords .textFadeOut:nth-child(2) span:nth-child(11) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
.fadeInWords .textFadeOut:nth-child(2) span:nth-child(12) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
.fadeInWords .textFadeOut:nth-child(2) span:nth-child(13) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
.fadeInWords .textFadeOut:nth-child(2) span:nth-child(14) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
.fadeInWords .textFadeOut:nth-child(2) span:nth-child(15) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
.fadeInWords .textFadeOut:nth-child(2) span:nth-child(16) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
.fadeInWords .fadeNow.row:nth-child(3) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 2s;
}
.fadeInWords .fadeNow.row:nth-child(3) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 2.5s;
}
.fadeInWords .fadeNow.row:nth-child(4) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 2.5s;
}
.fadeInWords .fadeNow.row:nth-child(4) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 2.5s;
}
.fadeInWords .fadeNow.row:nth-child(4) span:nth-child(3) {
  opacity: 1;
  transition: opacity 0.5s ease 2.75s;
}
.fadeInWords .fadeNow.row:nth-child(4) span:nth-child(4) {
  opacity: 1;
  transition: opacity 0.5s ease 3s;
}
.fadeInWords .textFadeOut:nth-child(4) span:nth-child(3) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
.fadeInWords .textFadeOut:nth-child(4) span:nth-child(4) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
.fadeInWords .fadeNow.row:nth-child(5) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 3s;
}
.fadeInWords .fadeNow.row:nth-child(5) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 3.5s;
}
.fadeInWords .fadeNow.row:nth-child(5) span:nth-child(3) {
  opacity: 1;
  transition: opacity 0.5s ease 3.75s;
}
.fadeInWords .fadeNow.row:nth-child(5) span:nth-child(4) {
  opacity: 1;
  transition: opacity 0.5s ease 4s;
}
.fadeInWords .fadeNow.row:nth-child(5) span:nth-child(5) {
  opacity: 1;
  transition: opacity 0.5s ease 4s;
}
.fadeInWords .textFadeOut:nth-child(5) span:nth-child(1) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
.fadeInWords .textFadeOut:nth-child(5) span:nth-child(2) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
.fadeInWords .textFadeOut:nth-child(5) span:nth-child(3) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.3s;
}
.fadeInWords .textFadeOut:nth-child(5) span:nth-child(4) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.45s;
}
.fadeInWords .textFadeOut:nth-child(5) span:nth-child(5) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.6s;
}
.fadeInWords .fadeNow.row:nth-child(6) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 3.5s;
}
.fadeInWords .fadeNow.row:nth-child(6) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 3.75s;
}
.fadeInWords .fadeNow.row:nth-child(6) span:nth-child(3) {
  opacity: 1;
  transition: opacity 0.5s ease 4s;
}
.fadeInWords .fadeNow.row:nth-child(6) span:nth-child(4) {
  opacity: 1;
  transition: opacity 0.5s ease 4.5s;
}
.fadeInWords .fadeNow.row:nth-child(6) span:nth-child(5) {
  opacity: 1;
  transition: opacity 0.5s ease 4.5s;
}
.fadeInWords .textFadeOut:nth-child(6) span:nth-child(2) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
.fadeInWords .textFadeOut:nth-child(6) span:nth-child(3) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.3s;
}
.fadeInWords .textFadeOut:nth-child(6) span:nth-child(4) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.45s;
}
.fadeInWords .textFadeOut:nth-child(6) span:nth-child(5) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.6s;
}

#introduction.allLoaded .fadeInWords .row:nth-child(1) span:nth-child(1) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(1) span:nth-child(2) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(1) span:nth-child(3) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(1) span:nth-child(4) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(1) span:nth-child(5) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(1) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(2) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(3) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(4) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(5) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(6) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(7) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(8) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(9) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(10) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(11) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(12) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(13) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(14) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(15) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#introduction.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(16) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}

#approach .fadeInWords .fadeNow.row:nth-child(1) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
}
#approach .fadeInWords .fadeNow.row:nth-child(1) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 0.25s;
}
#approach .fadeInWords .textFadeOut:nth-child(1) span:nth-child(1) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
#approach .fadeInWords .textFadeOut:nth-child(1) span:nth-child(2) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#approach .fadeInWords .fadeNow.row:nth-child(2) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
#approach .fadeInWords .fadeNow.row:nth-child(3) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
#approach .fadeInWords .fadeNow.row:nth-child(3) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 0.75s;
}
#approach .fadeInWords .textFadeOut:nth-child(3) span:nth-child(1) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
#approach .fadeInWords .textFadeOut:nth-child(3) span:nth-child(2) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}

#approach.allLoaded .fadeInWords .row:nth-child(1) span:nth-child(1) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#approach.allLoaded .fadeInWords .row:nth-child(1) span:nth-child(2) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#approach.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(1) {
  opacity: 1;
  color: #00B2A9;
  transition: opacity 0.5s ease 0.15s;
}
#approach.allLoaded .fadeInWords .row:nth-child(3) span:nth-child(1) {
  color: #00B2A9;
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#approach.allLoaded .fadeInWords .row:nth-child(3) span:nth-child(2) {
  color: #00B2A9;
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}

#effects .fadeInWords .fadeNow.row:nth-child(1) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
}
#effects .fadeInWords .fadeNow.row:nth-child(2) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 0.25s;
}
#effects .fadeInWords .fadeNow.row:nth-child(2) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
#effects .fadeInWords .fadeNow.row:nth-child(2) span:nth-child(3) {
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
#effects .fadeInWords .textFadeOut:nth-child(1) span:nth-child(1) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0s;
}
#effects .fadeInWords .textFadeOut:nth-child(2) span:nth-child(1) {
  color: #00B2A9;
  opacity: 1;
  transition: all 0.6s ease 0s;
}

#effects.allLoaded .fadeInWords .row:nth-child(1) span:nth-child(1) {
  color: #6ECEB2;
  opacity: 0.75;
  transition: all 0.6s ease 0.15s;
}
#effects.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(1) {
  color: #00B2A9;
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#effects.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(2) {
  color: #00B2A9;
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#effects.allLoaded .fadeInWords .row:nth-child(2) span:nth-child(3) {
  color: #00B2A9;
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}

#outro .fadeNow.row:nth-child(1) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
}
#outro .fadeNow.row:nth-child(1) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 0.25s;
}
#outro .fadeNow.row:nth-child(1) span:nth-child(3) {
  opacity: 1;
  transition: opacity 0.5s ease 0.25s;
}
#outro .fadeNow.row:nth-child(1) span:nth-child(4) {
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
#outro .fadeNow.row:nth-child(1) span:nth-child(5) {
  opacity: 1;
  transition: opacity 0.5s ease 0.75s;
}
#outro .fadeNow.row:nth-child(1) span:nth-child(6) {
  opacity: 1;
  transition: opacity 0.5s ease 1s;
}
#outro .textFadeOut:nth-child(1) span:nth-child(1) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(1) span:nth-child(2) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(1) span:nth-child(3) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(1) span:nth-child(4) {
  opacity: 1;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(1) span:nth-child(5) {
  opacity: 1;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(1) span:nth-child(6) {
  opacity: 1;
  transition: opacity 0.6s ease 0s;
}
#outro .fadeNow.row:nth-child(2) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 1s;
}
#outro .fadeNow.row:nth-child(2) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 1.25s;
}
#outro .fadeNow.row:nth-child(2) span:nth-child(3) {
  opacity: 1;
  transition: opacity 0.5s ease 1.5s;
}
#outro .fadeNow.row:nth-child(2) span:nth-child(4) {
  opacity: 1;
  transition: opacity 0.5s ease 1.75s;
}
#outro .fadeNow.row:nth-child(2) span:nth-child(5) {
  opacity: 1;
  transition: opacity 0.5s ease 2s;
}
#outro .fadeNow.row:nth-child(2) span:nth-child(6) {
  opacity: 1;
  transition: opacity 0.5s ease 2.25s;
}
#outro .textFadeOut:nth-child(2) span:nth-child(1) {
  opacity: 1;
  transition: all 0.6s ease 0s;
}
#outro .fadeNow.row:nth-child(3) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 2.25s;
}
#outro .fadeNow.row:nth-child(3) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 2.5s;
}
#outro .fadeNow.row:nth-child(3) span:nth-child(3) {
  opacity: 1;
  transition: opacity 0.5s ease 2.75s;
}
#outro .fadeNow.row:nth-child(3) span:nth-child(4) {
  opacity: 1;
  transition: opacity 0.5s ease 3s;
}
#outro .fadeNow.row:nth-child(3) span:nth-child(5) {
  opacity: 1;
  transition: opacity 0.5s ease 3.25s;
}
#outro .textFadeOut:nth-child(3) span:nth-child(1) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(3) span:nth-child(2) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(3) span:nth-child(3) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(3) span:nth-child(4) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(3) span:nth-child(5) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .fadeNow.row:nth-child(4) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 3.25s;
}
#outro .fadeNow.row:nth-child(4) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 3.5s;
}
#outro .fadeNow.row:nth-child(4) span:nth-child(3) {
  opacity: 1;
  transition: opacity 0.5s ease 3.75s;
}
#outro .fadeNow.row:nth-child(4) span:nth-child(4) {
  opacity: 1;
  transition: opacity 0.5s ease 4s;
}
#outro .textFadeOut:nth-child(4) span:nth-child(1) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(4) span:nth-child(2) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(4) span:nth-child(3) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(4) span:nth-child(4) {
  opacity: 1;
  transition: all 0.6s ease 0s;
}
#outro .fadeNow.row:nth-child(5) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 4s;
}
#outro .fadeNow.row:nth-child(5) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 4.25s;
}
#outro .fadeNow.row:nth-child(5) span:nth-child(3) {
  opacity: 1;
  transition: opacity 0.5s ease 4.5s;
}
#outro .fadeNow.row:nth-child(5) span:nth-child(4) {
  opacity: 1;
  transition: opacity 0.5s ease 4.75s;
}
#outro .fadeNow.row:nth-child(5) span:nth-child(5) {
  opacity: 1;
  transition: opacity 0.5s ease 5s;
}
#outro .textFadeOut:nth-child(5) span:nth-child(1) {
  opacity: 1;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(5) span:nth-child(2) {
  opacity: 1;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(5) span:nth-child(3) {
  opacity: 1;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(5) span:nth-child(4) {
  opacity: 1;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(5) span:nth-child(5) {
  opacity: 1;
  transition: all 0.6s ease 0s;
}
#outro .fadeNow.row:nth-child(6) span:nth-child(1) {
  opacity: 1;
  transition: opacity 0.5s ease 5s;
}
#outro .fadeNow.row:nth-child(6) span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease 5.25s;
}
#outro .fadeNow.row:nth-child(6) span:nth-child(3) {
  opacity: 1;
  transition: opacity 0.5s ease 5.5s;
}
#outro .fadeNow.row:nth-child(6) span:nth-child(4) {
  opacity: 1;
  transition: opacity 0.5s ease 5.75s;
}
#outro .fadeNow.row:nth-child(6) span:nth-child(5) {
  opacity: 1;
  transition: opacity 0.5s ease 5.75s;
}
#outro .textFadeOut:nth-child(6) span:nth-child(2) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(6) span:nth-child(3) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(6) span:nth-child(4) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}
#outro .textFadeOut:nth-child(6) span:nth-child(5) {
  opacity: 0.65;
  transition: all 0.6s ease 0s;
}

#outro.allLoaded .row:nth-child(1) span:nth-child(1) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(1) span:nth-child(2) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(1) span:nth-child(3) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(1) span:nth-child(4) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(1) span:nth-child(5) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(1) span:nth-child(6) {
  opacity: 1;
  transition: opacity 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(2) span:nth-child(1) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(2) span:nth-child(2) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(2) span:nth-child(3) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(2) span:nth-child(4) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(2) span:nth-child(5) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(2) span:nth-child(6) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(3) span:nth-child(1) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(3) span:nth-child(2) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(3) span:nth-child(3) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(3) span:nth-child(4) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(3) span:nth-child(5) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(4) span:nth-child(1) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(4) span:nth-child(2) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(4) span:nth-child(3) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(4) span:nth-child(4) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(5) span:nth-child(1) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(5) span:nth-child(2) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(5) span:nth-child(3) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(5) span:nth-child(4) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(5) span:nth-child(5) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(6) span:nth-child(1) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(6) span:nth-child(2) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(6) span:nth-child(5) {
  opacity: 1;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(6) span:nth-child(3) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(6) span:nth-child(4) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}
#outro.allLoaded .row:nth-child(6) span:nth-child(5) {
  opacity: 0.65;
  transition: all 0.6s ease 0.15s;
}

footer .fadeInWords {
  /* .fadeNow.row:nth-child(1){
  	span:nth-child(1){ opacity: 1; transition: opacity 0.5s ease 0s; }
  	span:nth-child(2){ opacity: 1; transition: opacity 0.5s ease .5s; }
  	span:nth-child(3){ opacity: 1; transition: opacity 0.5s ease .75s; }
  	span:nth-child(4){ opacity: 1; transition: opacity 0.5s ease 1s; }
  	span:nth-child(5){ opacity: 1; transition: opacity 0.5s ease 1.25s; }
  	span:nth-child(6){ opacity: 1; transition: opacity 0.5s ease 1.75s; }
  	span:nth-child(7){ opacity: 1; transition: opacity 0.5s ease 2s; }
  	span:nth-child(8){ opacity: 1; transition: opacity 0.5s ease 2.25s; }
  }
  .textFadeOut:nth-child(1){
  	span:nth-child(1){  color: white; opacity: 1; transition: all 0.6s ease 0s; }
  	span:nth-child(2){ color: white; opacity: 1;  transition: all 0.6s ease 0s; }
  	span:nth-child(3){  color: white; opacity: 1;  transition: all 0.6s ease 0s; }
  	span:nth-child(4){ color: $teal; opacity: 0.4;  transition: all 0.6s ease 0s; }
  	span:nth-child(5){ color: $teal; opacity: 0.4;  transition: all 0.6s ease 0s; }
  	span:nth-child(6){ color: $teal; opacity: 0.4; transition: opacity 0.6s ease 0s; }
  	span:nth-child(7){ color: $teal; opacity: 0.4; transition: opacity 0.6s ease 0s; }
  	span:nth-child(8){ color: $teal; opacity: 0.4; transition: opacity 0.6s ease 0s; }
  }

  .fadeNow.row:nth-child(2){
  	span:nth-child(1){ opacity: 1; transition: opacity 0.5s ease 0s; }
  	span:nth-child(2){ opacity: 1; transition: opacity 0.5s ease .5s; }
  	span:nth-child(3){ opacity: 1; transition: opacity 0.5s ease .75s; }
  	span:nth-child(4){ opacity: 1; transition: opacity 0.5s ease 1s; }
  }
  .textFadeOut:nth-child(2){
  	span:nth-child(1){ color: $teal; opacity: 0.4; transition: all 0.6s ease 0s; }
  	span:nth-child(2){ color: $teal; opacity: 0.4; transition: all 0.6s ease 0s; }
  	span:nth-child(3){ color: $teal; opacity: 0.4; transition: all 0.6s ease 0s; }
  	span:nth-child(4){ opacity: 1; transition: all 0.6s ease 0s; }
  }

  .fadeNow.row:nth-child(3){
  	span:nth-child(1){ opacity: 1; transition: opacity 0.5s ease 0s; }
  	span:nth-child(2){ opacity: 1; transition: opacity 0.5s ease .5s; }
  	span:nth-child(3){ opacity: 1; transition: opacity 0.5s ease .75s; }
  }
  .textFadeOut:nth-child(3){
  	span:nth-child(1){  opacity: 1; transition: all 0.6s ease 0s; }
  	span:nth-child(2){  opacity: 1;  transition: all 0.6s ease 0s; }
  	span:nth-child(3){  opacity: 1;  transition: all 0.6s ease 0s; }
  } */
}

#introduction .fadeInWords {
  max-width: 932px;
}

#outro {
  /* .fadeInWords{
  	max-width: 788px;

  	@include largerScreen{
  		max-width: 932px;
  	}
  } */
}

#message .fp-tableCell, #message2 .fp-tableCell, #picture .fp-tableCell {
  padding: 14vw 14vw 14vw 14vw;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#message .fp-tableCell ::-webkit-scrollbar, #message2 .fp-tableCell ::-webkit-scrollbar, #picture .fp-tableCell ::-webkit-scrollbar {
  width: 10px;
}
#message .fp-tableCell ::-webkit-scrollbar-track, #message2 .fp-tableCell ::-webkit-scrollbar-track, #picture .fp-tableCell ::-webkit-scrollbar-track {
  background: rgba(0, 72, 81, 0.05);
}
#message .fp-tableCell ::-webkit-scrollbar-thumb, #message2 .fp-tableCell ::-webkit-scrollbar-thumb, #picture .fp-tableCell ::-webkit-scrollbar-thumb {
  background: #004851;
}
#message .fp-tableCell ::-webkit-scrollbar-thumb:hover, #message2 .fp-tableCell ::-webkit-scrollbar-thumb:hover, #picture .fp-tableCell ::-webkit-scrollbar-thumb:hover {
  background: #004851;
}
@media (min-width: 1024px) {
  #message .fp-tableCell .side.wrap, #message2 .fp-tableCell .side.wrap, #picture .fp-tableCell .side.wrap {
    width: 47%;
    margin-right: 7%;
  }
}
@media (min-width: 1024px) {
  #message .fp-tableCell .side.wrap:nth-child(2), #message2 .fp-tableCell .side.wrap:nth-child(2), #picture .fp-tableCell .side.wrap:nth-child(2) {
    width: 44%;
    margin-right: 0;
  }
}

#picture .fp-tableCell {
  padding-right: 0;
  /* .image{
  	height: 40vh;
  	img{
  		height: 100%;
  		width: auto;
  	}
  } */
}
#picture .fp-tableCell .side {
  padding-right: 12vw;
}
#picture .fp-tableCell .image {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #picture .fp-tableCell .image {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #picture .fp-tableCell .image {
    margin-top: 0;
    max-width: 1024px;
    float: right;
  }
}

#horizontal .fp-tableCell {
  vertical-align: top;
  padding-top: 10vh;
  padding: 10vh 10vw;
}
@media (min-width: 1024px) {
  #horizontal .fp-tableCell {
    padding-top: 20vh;
    padding: 20vh 12vw 14vw;
  }
}
#horizontal .slide h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: -20vw;
  opacity: 0.4;
  transition: all 0.4s ease;
  font-size: 7vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #horizontal .slide h1 {
    font-size: 5.5vw;
    letter-spacing: 0.35vw;
  }
}
@media (min-width: 1024px) {
  #horizontal .slide h1 {
    font-size: 5vw;
    letter-spacing: 0.35vw;
  }
}
#horizontal .slide h3 {
  margin-top: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #horizontal .slide h3 {
    margin-top: 40px;
  }
}
#horizontal .slide .side {
  opacity: 0.4;
  transition: all 0.4s ease 0.2s;
}
#horizontal .slide ul {
  padding-left: 17px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  #horizontal .slide ul {
    padding-left: 37px;
  }
}
#horizontal .slide ul li {
  padding-left: 0px;
  margin: 0;
}
@media (min-width: 1024px) {
  #horizontal .slide ul li {
    padding-left: 0;
  }
}
#horizontal .slide.active h1 {
  margin-left: 0;
  opacity: 1;
  transition: all 0.4s ease;
}
#horizontal .slide.active .side {
  opacity: 1;
  transition: all 0.4s ease 0.2s;
}
#horizontal .fp-slidesNav {
  display: none;
}
#horizontal .fp-next {
  border: none;
  background: url("./img/green-arrow-down.svg") no-repeat 50% 50%/99%;
  width: 22px;
  height: 11px;
  top: 100%;
  right: 7vw;
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #horizontal .fp-next {
    top: 98%;
  }
}
@media (min-width: 1024px) {
  #horizontal .fp-next {
    top: auto;
    bottom: 10vh;
    right: 15vh;
  }
}
#horizontal .fp-prev {
  border: none;
  background: url("./img/green-arrow-up.svg") no-repeat 50% 50%/99%;
  width: 22px;
  height: 11px;
  top: 10%;
  left: 90%;
  display: none !important;
}
#horizontal .nextSec {
  border: none;
  background: url("./img/green-arrow-down.svg") no-repeat 50% 50%/99%;
  width: 22px;
  height: 11px;
  top: 94.5%;
  position: absolute;
  right: 7vw;
  z-index: 5;
}
@media (min-width: 1024px) {
  #horizontal .nextSec {
    top: auto;
    bottom: 10vh;
    right: 15vh;
  }
}

#outro {
  background: #00B2A9;
}
#outro .fp-tableCell span {
  color: white;
}

@media (min-width: 1024px) {
  .fp-tableCell {
    padding: 8vh 17vh;
  }
  .fp-tableCell .side.wrap {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-right: 7%;
  }
  .fp-tableCell .side.wrap:nth-child(2n+1) {
    width: 44%;
    margin-right: 0;
  }
}
/**
 * Footer
 **/
footer, #footerForm {
  min-height: 100%;
  height: auto;
  background: #004851;
  color: white;
}
footer .fp-tableCell, #footerForm .fp-tableCell {
  position: relative;
  vertical-align: top;
  padding-top: 10vh;
}
@media (min-width: 1024px) {
  footer .fp-tableCell, #footerForm .fp-tableCell {
    padding-top: 15vh;
  }
}
footer .fp-tableCell h1, #footerForm .fp-tableCell h1 {
  margin-top: 0;
}
footer .fadeInWords, #footerForm .fadeInWords {
  margin-bottom: 8vh;
  max-width: 745px;
}
@media (max-width: 767px) {
  footer .fadeInWords .row:first-child, #footerForm .fadeInWords .row:first-child {
    width: 62%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .fadeInWords, #footerForm .fadeInWords {
    max-width: 400px;
  }
}
footer .fadeInWords .row span, #footerForm .fadeInWords .row span {
  color: white;
  opacity: 1;
}
footer p, #footerForm p {
  color: white;
}
footer .content, #footerForm .content {
  margin-top: 5.5vh;
}
footer .content a, #footerForm .content a {
  color: white;
  text-decoration: none;
  display: block;
}
footer .content a h4, #footerForm .content a h4 {
  margin-bottom: 0;
}
footer .content a.email, #footerForm .content a.email {
  margin-top: 20px;
  display: inline-block;
  border-bottom: 1px solid white;
}
footer .content .whiteborder, #footerForm .content .whiteborder {
  width: 100%;
  height: 2px;
  background: white;
  margin: 7vh 0 0;
}
footer .content #godown img, #footerForm .content #godown img {
  width: 16px;
  margin-left: 9px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .content #godown, #footerForm .content #godown {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  footer .content #godown img, #footerForm .content #godown img {
    width: 20px;
  }
  footer .content #godown:hover, #footerForm .content #godown:hover {
    cursor: pointer;
  }
}
footer #footer, #footerForm #footer {
  margin-top: 7vh;
  position: relative;
}
footer #footer p, #footerForm #footer p {
  font-size: 14px;
  letter-spacing: 0.83px;
  margin-bottom: 0;
  margin-top: 5px;
  color: white;
}
footer #footer p a, #footerForm #footer p a {
  color: white;
}
footer #footer > p:nth-child(4), #footerForm #footer > p:nth-child(4) {
  margin-top: 0;
}
footer #footer #bsd, #footerForm #footer #bsd {
  position: static;
  margin-top: 30px;
}
footer form, #footerForm form {
  position: relative;
}
footer form input, footer form textarea, #footerForm form input, #footerForm form textarea {
  color: white;
  background: none;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  padding: 10px 10px;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  font-weight: 700;
  border-radius: 0px;
}
footer form input:focus, footer form textarea:focus, #footerForm form input:focus, #footerForm form textarea:focus {
  outline: none;
  transition: all 0.3s ease;
  border-bottom: 2px solid white;
}
footer form input.honeypot, footer form textarea.honeypot, #footerForm form input.honeypot, #footerForm form textarea.honeypot {
  display: none;
}
footer form textarea, #footerForm form textarea {
  min-width: 100%;
  max-width: 100%;
  height: 38px;
  max-height: 100px;
  min-height: 38px;
}
@media (min-width: 1024px) {
  footer form textarea, #footerForm form textarea {
    height: 3vw;
    min-height: 51px;
    max-height: 100px;
  }
}
footer form img, #footerForm form img {
  position: absolute;
  right: 11px;
  bottom: 15px;
  width: 12px;
}
@media (max-width: 767px) {
  footer form img, #footerForm form img {
    width: 9px;
    bottom: 12px;
  }
}
footer form input[type=submit], #footerForm form input[type=submit] {
  text-align: left;
  margin-top: 20px;
  position: relative;
}
footer form input[type=submit]:hover, #footerForm form input[type=submit]:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {
  footer form input[type=submit], #footerForm form input[type=submit] {
    margin-top: 40px;
  }
}
footer form input[disabled=disabled], #footerForm form input[disabled=disabled] {
  opacity: 0.5;
}
footer form input[disabled=disabled]:hover, #footerForm form input[disabled=disabled]:hover {
  cursor: default;
}
footer form input[disabled=disabled] ~ img, #footerForm form input[disabled=disabled] ~ img {
  opacity: 0.5;
}
footer #form-messages, #footerForm #form-messages {
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 4.2vw;
  letter-spacing: 0.3vw;
  color: white;
  line-height: 125%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer #form-messages, #footerForm #form-messages {
    font-size: 3vw;
  }
}
@media (min-width: 1024px) {
  footer #form-messages, #footerForm #form-messages {
    font-size: 1.8vw;
    letter-spacing: 0.05vw;
    line-height: 125%;
  }
}

::-webkit-input-placeholder, input, textarea {
  /* Edge */
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 5vw;
  letter-spacing: 0.1vw;
  color: white;
}
@media (min-width: 768px) and (max-width: 1023px) {
  ::-webkit-input-placeholder, input, textarea {
    font-size: 4vw;
  }
}
@media (min-width: 1024px) {
  ::-webkit-input-placeholder, input, textarea {
    font-size: 2vw;
  }
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 5vw;
  letter-spacing: 0.1vw;
  color: white;
}
@media (min-width: 768px) and (max-width: 1023px) {
  :-ms-input-placeholder {
    font-size: 4vw;
  }
}
@media (min-width: 1024px) {
  :-ms-input-placeholder {
    font-size: 2vw;
  }
}

::placeholder {
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 5vw;
  letter-spacing: 0.1vw;
  color: white;
}
@media (min-width: 768px) and (max-width: 1023px) {
  ::placeholder {
    font-size: 4vw;
  }
}
@media (min-width: 1024px) {
  ::placeholder {
    font-size: 2vw;
  }
}

.mobileOnly {
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mobileOnly {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobileOnly {
    display: none !important;
  }
}

.desktopOnly {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .desktopOnly {
    display: block;
  }
}
@media (min-width: 1024px) {
  .desktopOnly {
    display: block;
  }
}

#internet-explorer-error {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("./img/ie-overlay.png") repeat 0 0;
  color: white;
  padding-top: 5%;
  padding-bottom: 5%;
  z-index: 2000;
}

.IEWrapper {
  height: auto;
  width: 100%;
}

#internet-explorer-error h2 {
  text-align: center;
  margin-bottom: 20px;
}

#internet-explorer-error p {
  max-width: 650px;
  margin: auto auto;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
#internet-explorer-error p a {
  color: #fff;
}
#internet-explorer-error p a:hover {
  color: grey;
  border: none;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
